This release fixes a CLI output issue.
tuist installnow prints each SwiftPM progress line and warning exactly once. Previously, a logger attached to the internal command runner caused everystderrmessage to be written twice, so warnings and progress output appeared duplicated. Error output is still captured and surfaced if a resolve fails.