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
clang: error: no such file or directory: '/Users/purpln/Library/org.swift.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift_static/android/aarch64/swiftrt.o'
Temporary fixed it by creating symbolic link at /Users/purpln/Library/org.swift.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift_static/android/aarch64 targeting ../../swift_static-aarch64/android/aarch64.
Somehow compiler ignores swiftStaticResourcesPath at swift-sdk.json.
SDK for swift 6.0 works fine.
The text was updated successfully, but these errors were encountered:
Don’t know if compiler caches paths. Cleaned .build folder just in case. destination.json at .build has correct -resource-dir argument usr/lib/swift_static-aarch64.
Oh yeah, this is yet another regression related to swiftlang/swift-driver#1667 and subsequent changes, for which I've submitted a fix in swiftlang/swift-driver#1822. Your workaround is the right one for now, I will try to get this fixed upstream soon.
clang: error: no such file or directory: '/Users/purpln/Library/org.swift.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift_static/android/aarch64/swiftrt.o'
Temporary fixed it by creating symbolic link at
/Users/purpln/Library/org.swift.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/lib/swift_static/android/aarch64
targeting../../swift_static-aarch64/android/aarch64
.Somehow compiler ignores
swiftStaticResourcesPath
atswift-sdk.json
.SDK for swift 6.0 works fine.
The text was updated successfully, but these errors were encountered: