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
add swiftSettings: [.unsafeFlags(["-no-whole-module-optimization"])] to the executable target
swift build -c release
This problem could be worked around in the compiler, in swift-llbuild, or in the driver by separately issuing the build command without-no-whole-module-optimization included, which generates the needed dependencies file. I am filing issues against all three projects in the hopes that the maintainers can agree on a possible solution.