The swift build -c release command crashes the Swift 6.3.3 CopyPropagation SIL pass when building RunShow.renderSubsystems.
Details:
- Toolchain: Xcode 26.6, Swift 6.3.3
- Function affected: RunShow.renderSubsystems
- Reference: DESIGN.md 2.4
Request: Restructure the function so that release builds succeed. Additionally, make app should ship a release build. Optionally create a separate debug target for development.
Consider reporting this upstream to the Swift compiler team if it's a genuine compiler bug.
The
swift build -c releasecommand crashes the Swift 6.3.3 CopyPropagation SIL pass when building RunShow.renderSubsystems.Details:
Request: Restructure the function so that release builds succeed. Additionally,
make appshould ship a release build. Optionally create a separate debug target for development.Consider reporting this upstream to the Swift compiler team if it's a genuine compiler bug.