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 604328e commit 099ab0eCopy full SHA for 099ab0e
swift/extractor/SwiftExtractor.cpp
@@ -178,7 +178,7 @@ void codeql::extractSwiftFiles(const SwiftExtractorConfiguration& config,
178
// TargetFile semantics will ensure any following run trying to extract that swiftmodule will just
179
// skip doing it
180
for (const auto& output : config.outputSwiftModules) {
181
- TargetFile::create(output, config.trapDir, config.getTempTrapDir());
+ TargetFile::create(output + ".trap", config.trapDir, config.getTempTrapDir());
182
}
183
for (auto& module : modules) {
184
bool isFromSourceFile = false;
0 commit comments