diff --git a/Sources/SwiftDriver/Jobs/Job.swift b/Sources/SwiftDriver/Jobs/Job.swift index bd0b768c0..54ac57442 100644 --- a/Sources/SwiftDriver/Jobs/Job.swift +++ b/Sources/SwiftDriver/Jobs/Job.swift @@ -191,7 +191,7 @@ extension Job : CustomStringConvertible { return "Emitting module for \(moduleName)" case .compileModuleFromInterface: - return "Compiling module interface for Swift module \(moduleName)" + return "Compiling Swift module \(moduleName)" case .generatePCH: return join("Compiling bridging header", displayInputs.first?.file.basename)