You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Tokamak demo, a clean .build/wasm32-unknown-wasi directory, and .swift-version specified as wasm-5.3-SNAPSHOT-2020-07-02-a, I get this error:
$ carton dev --product TokamakDemoPolyfill integrity verified: /Users/jed/.carton/static/dev.jsInferring basic settings...- swift executable: /Users/jed/.carton/sdk/wasm-5.3-SNAPSHOT-2020-07-02-a/usr/bin/swiftSwift version 5.3-dev (LLVM 52273b3a73, Swift a970a7362c)Target: x86_64-apple-darwin19.5.0Parsing package manifest: /Users/jed/.carton/sdk/wasm-5.3-SNAPSHOT-2020-07-02-a/usr/bin/swift package dump-packageError: Process failed with non-zero exit status and following error output:/Users/jed/Documents/github-clones/Forks/Tokamak: error: manifest parse error(s):<unknown>:0: error: compiled module was created by a newer version of the compiler: /Users/jed/.carton/sdk/wasm-5.3-SNAPSHOT-2020-07-02-a/usr/lib/swift/macosx/Swift.swiftmodule/x86_64-apple-macos.swiftmodule
The text was updated successfully, but these errors were encountered:
With the Tokamak demo, a clean
.build/wasm32-unknown-wasi
directory, and.swift-version
specified aswasm-5.3-SNAPSHOT-2020-07-02-a
, I get this error:The text was updated successfully, but these errors were encountered: