Skip to content

Commit d43129a

Browse files
authored
Fix warning (#3381)
We have switched to a newer version of swift-driver at this point and can fix this warning.
1 parent 52cab47 commit d43129a

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.joinedArguments)"
80+
result += " # \(job.commandLine.joinedUnresolvedArguments)"
8181
}
8282

8383
if !job.extraEnvironment.isEmpty {

0 commit comments

Comments
 (0)