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
Warn when SWIFT_EXEC or SWIFT_EXEC_MANIFEST point to invalid paths.
Previously when SWIFT_EXEC or SWIFT_EXEC_MANIFEST were set to non-existent
or non-executable paths, swiftpm would silently ignore them and fall back to
the default Swift compiler. This caused confusion during development when
typos or incorrect paths were used.
0 commit comments