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 6f60a17 commit a0b749dCopy full SHA for a0b749d
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