Skip to content

Print errors to stderr#531

Open
keith wants to merge 1 commit into
swiftlang:mainfrom
keith:ks/print-errors-to-stderr
Open

Print errors to stderr#531
keith wants to merge 1 commit into
swiftlang:mainfrom
keith:ks/print-errors-to-stderr

Conversation

@keith

@keith keith commented Apr 30, 2026

Copy link
Copy Markdown
Member

Previously these cases went to stdout, so error messages like:

.../.swift-version`
uses toolchain version 6.1, but it doesn't match any of the installed
toolchains. You can install the toolchain with `swiftly install`.

Would be lost unless you included captured stdout as well

Previously these cases went to stdout, so error messages like:

```
.../.swift-version`
uses toolchain version 6.1, but it doesn't match any of the installed
toolchains. You can install the toolchain with `swiftly install`.
```

Would be lost unless you included captured stdout as well
@ktoso

ktoso commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Logging errors to stderr makes sense to me, any reason to not merge this @cmcgee1024 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants