Skip to content

Commit 74a6ce2

Browse files
committed
guard .signalled case for non-Windows platforms
1 parent 2ffe5f4 commit 74a6ce2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/swift-build-sdk-interfaces/main.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ class PrebuitGenDelegate: JobExecutionDelegate {
4848
stderrStream.flush()
4949
}
5050
}
51+
#if !os(Windows)
5152
case .signalled:
5253
diagnosticsEngine.emit(.remark("\(job.moduleName) interrupted"))
54+
#endif
5355
}
5456
}
5557

0 commit comments

Comments
 (0)