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
SR-14592 Create functional test for movable executable with resource bundle in SwiftPM
Issue Description:
Since Swift 5.4, the Bundle.module lookup searches for the resource bundle next to the location where swift binary was located during compilation (e.g. /usr/bin in swift:5.4 linux docker image) instead of the location where the compiled binary lies.