Skip to content

Commit d3d86f3

Browse files
authored
Restore compatibility with 5.3 branch of swift-driver (#3267)
It would be beneficial for us to stay compatible with the 5.3 branch of swift-driver for the time being, so I'm reverting the change to fix a warning here.
1 parent a8ade6c commit d3d86f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/SPMSwiftDriverExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ final class SPMSwiftDriverExecutor: DriverExecutor {
7777

7878
if usedResponseFile {
7979
// Print the response file arguments as a comment.
80-
result += " # \(job.commandLine.joinedUnresolvedArguments)"
80+
result += " # \(job.commandLine.joinedArguments)"
8181
}
8282

8383
if !job.extraEnvironment.isEmpty {

0 commit comments

Comments
 (0)