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
- This allows XCTest to find Foundation adjacent to itself, and fixes runtime
linker problems when using Gold, which automatically uses DT_RUNPATH instead
of DT_RPATH and so no longer inherits the search path into the Swift runtime
libraries location used at build time on the client (which `swiftc` currently
automatically injects).
- Fixes SR-1631.
0 commit comments