-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Compiler crash building swiftpm with Windows ARM toolchain #75809
New issue
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
Comments
The crash does not happen with the x86_64 Windows toolchain. Only ARM. |
Interesting! This should be a pretty generic thing, I think that we are silently failing the verifier on Darwin. |
A slightly simpler reproduction:
This reproduces with the 2024-08-07 build but not with the 2024-07-02 build. This doesn't reproduce with the Windows X64 build. |
I was able to reproduce this error with a local Windows X64 build with @eeckstein, is the |
Correct. |
Ok, will see what I can do :) |
This looks like a duplicate of #74866 |
Description
Compiler crash using the Aug 7 Windows ARM 6.0 toolchain, building swiftpm main.
build.txt
Reproduction
Building the main branch of swiftpm.
Expected behavior
No crash :).
Environment
Swift version 6.0-dev (LLVM 73a346c9caf32cc, Swift 3e21fc6)
Target: aarch64-unknown-windows-msvc
Additional information
No response
The text was updated successfully, but these errors were encountered: