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 aa7e646 commit 934f60fCopy full SHA for 934f60f
Sources/SwiftDriver/IncrementalCompilation/InitialStateComputer.swift
@@ -162,6 +162,9 @@ extension IncrementalCompilationState.InitialStateComputer {
162
{
163
let graph = ModuleDependencyGraph(self)
164
assert(outputFileMap.onlySourceFilesHaveSwiftDeps())
165
+ guard graph.populateInputDependencySourceMap() else {
166
+ return nil
167
+ }
168
169
// Every external will be an addition to the graph, but may not cause
170
// a recompile, so includeAddedExternals is false.
0 commit comments