Open wtholliday opened 13 hours ago
Crashes on latest snapshot off main
as well:
1. Apple Swift version 6.1-dev (LLVM f4b733c38006ec1, Swift f4bea5f7c0a7aa5)
2. Compiling with effective version 5.10
3. While generating Clang header
4. While printing 'Thing' (at /Users/holliday/CompilerCrash/CompilerCrash/ContentView.swift:13:8)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
Description
I added a few lines to my project and the compiler is crashing. Need to enable C++ interop. Concise repro attached.
Reproduction
Stack dump
Expected behavior
No crash
Environment
swift-driver version: 1.115 Apple Swift version 6.0.2 (swiftlang-6.0.2.1.2 clang-1600.0.26.4) Target: arm64-apple-macosx15.0
Additional information
CompilerCrash.zip