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
So I setup a 5.6 build script and formulas for Ubuntu 20.04, but they don't fly yet due to missing concurrency stuff.
When trying to compile a project, I get:
$ swift build --destination \
> ${HOMEBREW_PREFIX}/lib/swift/dst/x86_64-unknown-linux/swift-5.6-ubuntu20.04.xtoolchain/destination.json
Building for debugging...
warning: Could not read SDKSettings.json for SDK at: /opt/homebrew/lib/swift/dst/x86_64-unknown-linux/swift-5.6-ubuntu20<unknown>:0: error: could not find module '_Concurrency' for target 'x86_64-unknown-linux'; found: x86_64-unknown-linux-gnu, at: /opt/homebrew/Cellar/spm-dest-5.6-x86_64-ubuntu20.04/5.6.2_20/lib/swift/dst/x86_64-unknown-linux/swift-5.6-ubuntu20.04.xtoolchain/swift.xctoolchain/usr/lib/swift/linux/_Concurrency.swiftmodule
<unknown>:0: error: could not find module '_Concurrency' for target 'x86_64-unknown-linux'; found: x86_64-unknown-linux-gnu, at: /opt/homebrew/Cellar/spm-dest-5.6-x86_64-ubuntu20.04/5.6.2_20/lib/swift/dst/x86_64-unknown-linux/swift-5.6-ubuntu20.04.xtoolchain/swift.xctoolchain/usr/lib/swift/linux/_Concurrency.swiftmodule
The text was updated successfully, but these errors were encountered:
helje5
changed the title
Add Swift 5.6 compilers
Add Swift 5.6 compilers (error w/ concurrency things)
Jul 1, 2022
So I setup a 5.6 build script and formulas for Ubuntu 20.04, but they don't fly yet due to missing concurrency stuff.
When trying to compile a project, I get:
The text was updated successfully, but these errors were encountered: