We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1d1691 + 2c034c2 commit cf36366Copy full SHA for cf36366
Sources/SwiftDriver/Driver/Driver.swift
@@ -845,7 +845,7 @@ extension Driver {
845
// Print the driver source version first before we print the compiler
846
// versions.
847
if job.kind == .versionRequest && !Driver.driverSourceVersion.isEmpty {
848
- stderrStream <<< "swift-driver version: " <<< Driver.driverSourceVersion <<< "\n"
+ stderrStream <<< "swift-driver version: " <<< Driver.driverSourceVersion <<< " "
849
stderrStream.flush()
850
}
851
// Require in-place execution for all single job plans.
0 commit comments