Skip to content

Commit ee1dd77

Browse files
authored
Merge pull request #1195 from xymus/verification-name
Update the name of the swiftinterface verification job to name the target file
2 parents 2b50a0c + 19d5459 commit ee1dd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Jobs/Job.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ extension Job : CustomStringConvertible {
233233
return "Scanning dependencies for module \(moduleName)"
234234

235235
case .verifyModuleInterface:
236-
return "Verifying emitted module interface for module \(moduleName)"
236+
return join("Verifying emitted module interface", displayInputs.first?.file.basename)
237237

238238
case .generateAPIBaseline:
239239
return "Generating API baseline file for module \(moduleName)"

0 commit comments

Comments
 (0)