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 9ca3734 + c7b4a99 commit 39f483fCopy full SHA for 39f483f
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