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 915d67b commit 4c8704dCopy full SHA for 4c8704d
Sources/SwiftBuildSupport/SwiftBuildSystem.swift
@@ -546,8 +546,10 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
546
break
547
case .buildDiagnostic, .targetDiagnostic, .taskDiagnostic:
548
break // deprecated
549
- case .buildOutput, .targetOutput, .taskOutput:
+ case .buildOutput, .targetOutput:
550
551
+ case .taskOutput(let info):
552
+ self.observabilityScope.emit(severity: .info, message: info.data)
553
@unknown default:
554
555
}
0 commit comments