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.
1 parent 3740426 commit 9e244a5Copy full SHA for 9e244a5
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