Skip to content

Commit c33d488

Browse files
author
David Ungar
committed
Pass in workload enum to accommodate incremental builds.
1 parent ace806d commit c33d488

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/Build/SPMSwiftDriverExecutor.swift

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

60-
func execute(jobs: [Job],
61-
incrementalCompilationState: IncrementalCompilationState?,
60+
func execute(workload: DriverExecutorWorkload,
6261
delegate: JobExecutionDelegate,
6362
numParallelJobs: Int, forceResponseFiles: Bool,
6463
recordedInputModificationDates: [TypedVirtualPath : Date]) throws {

0 commit comments

Comments
 (0)