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
Hello, @andriydruk I’d like to ask if this toolchain now supports Swift 6.0? I noticed that the Swift 6.0 branch on GitHub Actions can successfully build, but when I tried using the Swift 6.0 branch to build swift-android and then tested it in my local environment, I encountered below error, Thank you for your reply.
Environment:
MacOS: Sonoma 14.6.1 (Apple M3 Pro)
Xcode Version: 15.4
Swift: Apple Swift version 6.0 (swift-6.0-RELEASE)
Hello, @andriydruk I’d like to ask if this toolchain now supports Swift 6.0? I noticed that the Swift 6.0 branch on GitHub Actions can successfully build, but when I tried using the Swift 6.0 branch to build swift-android and then tested it in my local environment, I encountered below error, Thank you for your reply.
Environment:
MacOS: Sonoma 14.6.1 (Apple M3 Pro)
Xcode Version: 15.4
Swift: Apple Swift version 6.0 (swift-6.0-RELEASE)
Error:
'swift': Invalid manifest (compiled with: ["/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/xt/rmkkjp5d7l1db42_yh96_t680000gp/T/TemporaryDirectory.MXGZ7P/vfs.yaml", "-L", "/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "x86_64-apple-macosx13.0", "-I", "/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/lib/swift/macosx/testing", "-L", "/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/lib/swift/macosx/testing", "-plugin-path", "/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk", "-F", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "6", "-I", "/Library/Developer/Toolchains/swift-6.0-RELEASE.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk", "-package-description-version", "6.0.0", "/android/app/src/main/swift/Package.swift", "-DTARGET_ANDROID", "-o", "/var/folders/xt/rmkkjp5d7l1db42_yh96_t680000gp/T/TemporaryDirectory.mleoor/swift-manifest"])
The text was updated successfully, but these errors were encountered: