Skip to content

Commit ace806d

Browse files
author
David Ungar
committed
add IncrementalCompilationState argument
1 parent 53c735c commit ace806d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/Build/SPMSwiftDriverExecutor.swift

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

60-
func execute(jobs: [Job], delegate: JobExecutionDelegate,
60+
func execute(jobs: [Job],
61+
incrementalCompilationState: IncrementalCompilationState?,
62+
delegate: JobExecutionDelegate,
6163
numParallelJobs: Int, forceResponseFiles: Bool,
6264
recordedInputModificationDates: [TypedVirtualPath : Date]) throws {
6365
fatalError("Multi-job build plans should be lifted into the SPM build graph.")

0 commit comments

Comments
 (0)