[xcode26.0.1_swift_compiler_crash.txt](https://github.com/user-attachments/files/22726661/xcode26.0.1_swift_compiler_crash.txt) Tracked through the stack trace dump to here. https://github.com/swiftlang/swift/blob/b985fc994876d91f782fe7ea34337493daf61b9d/lib/SIL/IR/Linker.cpp#L305 It seems the early return check `if ref.isAbstract()` needs to be changed to `if !ref.isConcrete()`