We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64
Swift is excluded from arm64 builds currently. See #87 for more details
Possibly related #77
The text was updated successfully, but these errors were encountered:
aarch64
Some possible progress here.
Thread on the previous error experienced under Swift 5.6: https://forums.swift.org/t/build-crash-when-building-in-qemu-using-new-swift-5-6-arm64-image/56090
The error has changed under Swift 5.9: https://forums.swift.org/t/swift-runtime-unable-to-suspend-thread-when-compiling-in-qemu/67676
Sorry, something went wrong.
Resolved in #351, error still occurs occasionally and has changed to:
swift-runtime: unable to suspend thread 915 swift-runtime: unable to suspend thread 1595 swift-runtime: unable to suspend thread 915 swift-runtime: unable to suspend thread 1623 *** Signal 5: Backtracing from 0x55052c0490... failed *** Trace/breakpoint trap (core dumped)
But it is less frequent, and once we have a build in the cache then it doesn't need building again, so let's try and resolve this for now.
Successfully merging a pull request may close this issue.
Swift is excluded from
arm64
builds currently. See #87 for more detailsPossibly related #77
The text was updated successfully, but these errors were encountered: