From 9e244a549d5015d7d4e03e3a1d0c7ce24d815742 Mon Sep 17 00:00:00 2001 From: Artem Chikin Date: Thu, 25 Aug 2022 16:15:46 -0700 Subject: [PATCH] Change phrasing of '.compileModuleFromInterface' to be more consistent --- Sources/SwiftDriver/Jobs/Job.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)