Skip to content

Commit 19d5459

Browse files
committed
Name the target file on the swiftinterface verification job
This new diagnostic should distinguish between the verification of the public and the private swiftitnerface
1 parent 6c71f58 commit 19d5459

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)