Skip to content

Commit 9e244a5

Browse files
committed
Change phrasing of '.compileModuleFromInterface' to be more consistent
1 parent 3740426 commit 9e244a5

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
@@ -191,7 +191,7 @@ extension Job : CustomStringConvertible {
191191
return "Emitting module for \(moduleName)"
192192

193193
case .compileModuleFromInterface:
194-
return "Compiling module interface for Swift module \(moduleName)"
194+
return "Compiling Swift module \(moduleName)"
195195

196196
case .generatePCH:
197197
return join("Compiling bridging header", displayInputs.first?.file.basename)

0 commit comments

Comments
 (0)