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 8474332 + ff14a40 commit 963b4e6Copy full SHA for 963b4e6
lib/Frontend/Frontend.cpp
@@ -709,7 +709,9 @@ CompilerInstance::openModuleDoc(const InputFile &input) {
709
710
bool CompilerInvocation::shouldImportSwiftConcurrency() const {
711
return getLangOptions().EnableExperimentalConcurrency
712
- && !getLangOptions().DisableImplicitConcurrencyModuleImport;
+ && !getLangOptions().DisableImplicitConcurrencyModuleImport &&
713
+ getFrontendOptions().InputMode !=
714
+ FrontendOptions::ParseInputMode::SwiftModuleInterface;
715
}
716
717
/// Implicitly import the SwiftOnoneSupport module in non-optimized
0 commit comments