Skip to content

Commit fa43d0d

Browse files
author
David Ungar
authored
Merge pull request #3033 from davidungar/incremental-build-11-7
[Incremental] Update DriverExecutor protocol to be consistent with swift-driver
2 parents 7801f56 + c33d488 commit fa43d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Build/SPMSwiftDriverExecutor.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ final class SPMSwiftDriverExecutor: DriverExecutor {
5757
return try process.waitUntilExit()
5858
}
5959

60-
func execute(jobs: [Job], delegate: JobExecutionDelegate,
60+
func execute(workload: DriverExecutorWorkload,
61+
delegate: JobExecutionDelegate,
6162
numParallelJobs: Int, forceResponseFiles: Bool,
6263
recordedInputModificationDates: [TypedVirtualPath : Date]) throws {
6364
fatalError("Multi-job build plans should be lifted into the SPM build graph.")

0 commit comments

Comments
 (0)