mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix a deserialization failure crash in `TBDGenVisitor`, where an internal protocol conformance with a project internal symbol witness for an `associatedtype` triggers a crash inside `addConformances` because the module containing the project internal symbol is not available. Fixes rdar://93983322