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 e1874cf commit e7591c7Copy full SHA for e7591c7
Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
@@ -313,7 +313,7 @@ extension ModuleDependencyGraph {
313
fed.incrementalDependencySource?
314
.read(in: info.fileSystem, reporter: info.reporter)
315
.map { unserializedDepGraph in
316
- info.reporter?.report("Integrating changes from", fed.externalDependency.file)
+ info.reporter?.report("Integrating changes from: \(fed.externalDependency)")
317
return Integrator.integrate(
318
from: unserializedDepGraph,
319
into: self,
0 commit comments