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
sbhat98 opened this issue
Sep 30, 2024
· 2 comments
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.crashBug: A crash, i.e., an abnormal termination of softwareDarwinIRGenLLVM IR generation
Apple Swift version 6.0.1 (swift-6.0.1-RELEASE)
Target: x86_64-apple-macosx15.0
Additional information
It's unclear if this is a regression from 6.0.0 since there was another issue causing this to be unable to be built in the previous version (#76534)
The text was updated successfully, but these errors were encountered:
sbhat98
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
triage needed
This issue needs more specific labels
labels
Sep 30, 2024
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.crashBug: A crash, i.e., an abnormal termination of softwareDarwinIRGenLLVM IR generation
Description
When attempting to compile the latest branch of Swift Foundation (https://github.com/swiftlang/swift-foundation/) using the swift.org release of Swift 6.0.1 on MacOS, the compiler crashes.
Reproduction
main
pointed tob2d323e
)swift test
Stack dump
Expected behavior
The code builds without error
Environment
$ swift --version
Additional information
It's unclear if this is a regression from 6.0.0 since there was another issue causing this to be unable to be built in the previous version (#76534)
The text was updated successfully, but these errors were encountered: