Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.11.x cannot compile #531

Open
jesus-mg-ios opened this issue Feb 17, 2023 · 2 comments
Open

Version 0.11.x cannot compile #531

jesus-mg-ios opened this issue Feb 17, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jesus-mg-ios
Copy link

Describe the bug
Cannot compile package

To Reproduce
Steps to reproduce the behavior:

  1. Try to get dependencies with SPM using Xcode 14.2.0 + Swift 5.7

Additional context
image

Package:

// swift-tools-version:5.7
import PackageDescription
let package = Package(
    name: "wasm",
    platforms: [.macOS(.v11), .iOS(.v13)],
    products: [
        .executable(name: "wasm", targets: ["wasm"])
    ],
    dependencies: [
        .package(url: "https://github.com/TokamakUI/Tokamak", exact: "0.11.1")
    ],
    targets: [
        .executableTarget(
            name: "wasm",
            dependencies: [
                .product(name: "TokamakShim", package: "Tokamak")
            ])
    ]
)
@jesus-mg-ios jesus-mg-ios added the bug Something isn't working label Feb 17, 2023
@carson-katri
Copy link
Member

Does it build with a SwiftWasm toolchain, like through Carton?

@jesus-mg-ios
Copy link
Author

Yes, through carton works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants