We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3740426 + 9e244a5 commit 34625a4Copy full SHA for 34625a4
Sources/SwiftDriver/Jobs/Job.swift
@@ -191,7 +191,7 @@ extension Job : CustomStringConvertible {
191
return "Emitting module for \(moduleName)"
192
193
case .compileModuleFromInterface:
194
- return "Compiling module interface for Swift module \(moduleName)"
+ return "Compiling Swift module \(moduleName)"
195
196
case .generatePCH:
197
return join("Compiling bridging header", displayInputs.first?.file.basename)
0 commit comments