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 17bd7cf commit 314e2e7Copy full SHA for 314e2e7
Sources/swift-driver/main.swift
@@ -26,6 +26,7 @@ do {
26
// The underlying swift compiler isn't ready to be safely interrupted yet and
27
// interrupting them may cause red-herring build failures that may pollute the build
28
// log.
29
+ diagnosticsEngine.emit(.remark("Compilation process interrupted"))
30
}
31
32
if ProcessEnv.vars["SWIFT_ENABLE_EXPLICIT_MODULE"] != nil {
0 commit comments