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 244993d commit f47d6caCopy full SHA for f47d6ca
Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift
@@ -219,6 +219,8 @@ extension ModuleDependencyGraph.Integrator {
219
.contains(externalDependency)
220
guard !isKnown else {return}
221
if !isIncremental {
222
+ destination.reporter?.report("found externalDependency",
223
+ externalDependency.file)
224
// no integration to do for these, so just remember them here
225
destination.externalDependencies.insert(externalDependency)
226
}
0 commit comments