We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 446fc58 + 45b7e4d commit 75b8e08Copy full SHA for 75b8e08
Sources/SwiftDriverExecution/SwiftDriverExecutor.swift
@@ -73,7 +73,7 @@ public final class SwiftDriverExecutor: DriverExecutor {
73
public func execute(job: Job,
74
forceResponseFiles: Bool,
75
recordedInputModificationDates: [TypedVirtualPath : TimePoint]) throws -> ProcessResult {
76
- fatalError("Unsuppored legacy operation on current executor")
+ fatalError("Unsupported legacy operation on current executor")
77
}
78
79
public func execute(workload: DriverExecutorWorkload,
0 commit comments