You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make TestSwiftResilience a more realistic approximation of real-world code.
This patch changes the test to build a resilient dylib, put a binary
.swiftmodule into the dylib's debug info, vend a textual
.swiftinterface to the main application. It's unrealistic to assume
that the main application would be built against an out-of-date binary
.swiftmodule.
0 commit comments