Skip to content

Commit 4c8704d

Browse files
committed
debug logging
1 parent 915d67b commit 4c8704d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/SwiftBuildSupport/SwiftBuildSystem.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,10 @@ public final class SwiftBuildSystem: SPMBuildCore.BuildSystem {
546546
break
547547
case .buildDiagnostic, .targetDiagnostic, .taskDiagnostic:
548548
break // deprecated
549-
case .buildOutput, .targetOutput, .taskOutput:
549+
case .buildOutput, .targetOutput:
550550
break // deprecated
551+
case .taskOutput(let info):
552+
self.observabilityScope.emit(severity: .info, message: info.data)
551553
@unknown default:
552554
break
553555
}

0 commit comments

Comments
 (0)