mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We can't assume that we will always find a viable witness for a protocol requirement when typechecking a `.swiftinterface` file. The assert that assumed there would be a match could fail when building a broken interface or building a valid interface with a broken SDK, causing crashes instead of emitting diagnostics. Resolves rdar://108688535