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
Test Case '-[SwiftDriverTests.SwiftDriverTests testAndroidNDK]' started.
/Users/ec2-user/jenkins/workspace/oss-swift-incremental-RA-macos-apple-silicon/swift-driver/Tests/SwiftDriverTests/SwiftDriverTests.swift:7983: error: -[SwiftDriverTests.SwiftDriverTests testAndroidNDK] : XCTAssertTrue failed
Test Case '-[SwiftDriverTests.SwiftDriverTests testAndroidNDK]' failed (0.012 seconds).
The Darwin toolchain is incomplete, missing `swift-autolink-extract`.
Add a workaround for the missing tool to allow the tests to pass. This
then uncovers another issue with ASi builds where the prebuilt NDK is
only available on x86_64 hosts. While we could loosen the NDK lookup, we
do still occassionally use some of the tools, so for now lets limit the
test to x86_64.
Fixes: swiftlang#1682
https://ci.swift.org/job/oss-swift-incremental-RA-macos-apple-silicon/6815/console
The text was updated successfully, but these errors were encountered: