Skip to content

Commit 94a4d53

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/5.10
2 parents 9b97596 + 95d0160 commit 94a4d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCBuildSupport/XCBuildDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extension XCBuildDelegate: XCBuildOutputParserDelegate {
8181
}
8282
case .taskComplete(let info):
8383
queue.async {
84-
self.buildSystem.delegate?.buildSystem(self.buildSystem, didStartCommand: BuildSystemCommand(name: "\(info.taskID)", description: info.result.rawValue))
84+
self.buildSystem.delegate?.buildSystem(self.buildSystem, didFinishCommand: BuildSystemCommand(name: "\(info.taskID)", description: info.result.rawValue))
8585
}
8686
case .buildDiagnostic(let info):
8787
queue.async {

0 commit comments

Comments
 (0)