-
Notifications
You must be signed in to change notification settings - Fork 1.4k
linker/compiler errors are silently consumed and don't appear in stdout or stderr #7114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
It also seems to have silenced some compiler errors too.
only now appears if I pass |
@al45tair I just happened to run into that same thing on Windows! |
Seems like we should revert #7078 -- we'll need a broader change to address the issue with code-signing output. |
This was referenced Nov 28, 2023
MaxDesiatov
added a commit
that referenced
this issue
Nov 28, 2023
MaxDesiatov
added a commit
that referenced
this issue
Nov 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Some recent work that @neonichu (or @tomerd?) did to silence some output seems to have resulted in linker errors being silently dropped making it difficult to identify build failures.
Expected behavior
Linker errors should be presented to the user.
Actual behavior
No response
Steps to reproduce
swift build
a project that has undefined references.Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version ; uname -a
)Windows 11
The text was updated successfully, but these errors were encountered: