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
NSSimpleApps opened this issue
Apr 26, 2025
· 1 comment
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.crashBug: A crash, i.e., an abnormal termination of softwareSILGenArea → compiler: The SIL generation stage
uname -a
Darwin comp 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:28:23 PDT 2025; root:xnu-11417.101.15~117/RELEASE_X86_64 x86_64
swiftc --version
swift-driver version: 1.120.5 Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
Target: x86_64-apple-macosx15.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
NSSimpleApps
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
Apr 26, 2025
This still crashes with swift-6.2-DEVELOPMENT-SNAPSHOT-2025-04-24-a
It should be a diagnostic of an uncaught error (a catch { fatalError() } is missing.)
glessard
changed the title
Swift compiler crashes when compiling the code below
Swift compiler crashes when compiling function with incomplete error handling
May 1, 2025
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.crashBug: A crash, i.e., an abnormal termination of softwareSILGenArea → compiler: The SIL generation stage
Description
Reproduction
Stack dump
Expected behavior
Crash free behaviour.
Environment
Additional information
No response
The text was updated successfully, but these errors were encountered: