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 7412570 commit c7b4a99Copy full SHA for c7b4a99
Sources/SwiftDriver/Jobs/CompileJob.swift
@@ -347,6 +347,7 @@ extension Driver {
347
try commandLine.appendLast(.disableAutolinkingRuntimeCompatibility, from: &parsedOptions)
348
try commandLine.appendLast(.runtimeCompatibilityVersion, from: &parsedOptions)
349
try commandLine.appendLast(.disableAutolinkingRuntimeCompatibilityDynamicReplacements, from: &parsedOptions)
350
+ try commandLine.appendLast(.disableAutolinkingRuntimeCompatibilityConcurrency, from: &parsedOptions)
351
352
if compilerMode.isSingleCompilation {
353
try commandLine.appendLast(.emitSymbolGraph, from: &parsedOptions)
0 commit comments