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
Running the swift run swift-build --package-path Fixtures/Miscellaneous/MultipleExecutables --target exec2 fails with an unexpected error message.
❯ swift run swift-build --package-path Fixtures/Miscellaneous/MultipleExecutables --target exec2 --build-system swiftbuild
Building for debugging...
[1/1] Write swift-version--68B999B8113CC7E.txt
Build of product 'swift-build' complete! (0.35s)
error: Could not find target named 'exec2'
error: The operation couldn’t be completed. (TSCUtility.Diagnostics error 0.)
Observed on branch main (commit ID ec2a626d905c74d71745912ac83ae55ddb179844).