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 a29b051 + 3a3d7e2 commit a2d9193Copy full SHA for a2d9193
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1186,7 +1186,9 @@ static const char *getImportFailureString(swift::serialization::Status status) {
1186
case swift::serialization::Status::SDKMismatch:
1187
return "The module file was built with a different SDK version.";
1188
case swift::serialization::Status::ChannelIncompatible:
1189
- return "The distribution channel doesn't match.";
+ return "The distribution channel doesn't match."
1190
+ " This version of LLDB is most likely from a different toolchain"
1191
+ " than the Swift compiler that built this module.";
1192
}
1193
1194
0 commit comments