Skip to content

Commit f47d6ca

Browse files
author
David Ungar
committed
Add more incremental reporting
1 parent 244993d commit f47d6ca

File tree

1 file changed

+2
-0
lines changed
  • Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts

1 file changed

+2
-0
lines changed

Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ extension ModuleDependencyGraph.Integrator {
219219
.contains(externalDependency)
220220
guard !isKnown else {return}
221221
if !isIncremental {
222+
destination.reporter?.report("found externalDependency",
223+
externalDependency.file)
222224
// no integration to do for these, so just remember them here
223225
destination.externalDependencies.insert(externalDependency)
224226
}

0 commit comments

Comments
 (0)