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.
1 parent 34d29d3 commit 4a93b7fCopy full SHA for 4a93b7f
Sources/SwiftDriver/Jobs/Planning.swift
@@ -237,9 +237,10 @@ extension Driver {
237
let job = try backendJob(input: input, addJobOutputs: addJobOutputs)
238
jobGroup.append(job)
239
}
240
+ addJobGroup(jobGroup)
241
} else if !(compilerOutputType == .swiftModule && shouldCreateEmitModuleJob) {
- // We can skip the compile jobs if all we want is a module when it's
242
- // built separately.
+ // We can skip the compile jobs if all we want is a module when it's
243
+ // built separately.
244
let job = try compileJob(primaryInputs: primaryInputs,
245
outputType: compilerOutputType,
246
addJobOutputs: addJobOutputs,
0 commit comments