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 989f7b4 + 314e2e7 commit 2aa1edfCopy full SHA for 2aa1edf
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