File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/SwiftDriver/IncrementalCompilation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,6 @@ extension ModuleDependencyGraph {
433433 precondition ( self . phase != . buildingFromSwiftDeps)
434434
435435 guard let whyIntegrate = whyIncrementallyFindNodesInvalidated ( by: integrand) else {
436- info. reporter? . report ( " Ignoring unchanged existing external incremental dependency " , integrand)
437436 return DirectlyInvalidatedNodeSet ( )
438437 }
439438 mutationSafetyPrecondition ( )
@@ -487,7 +486,8 @@ extension ModuleDependencyGraph {
487486 ///
488487 /// - Parameter fed: The external dependency, with fingerprint and origin info to be integrated
489488 /// - Returns: nil if no integration is needed, or else why the integration is happening
490- private func whyIncrementallyFindNodesInvalidated( by integrand: ExternalIntegrand
489+ private func whyIncrementallyFindNodesInvalidated(
490+ by integrand: ExternalIntegrand
491491 ) -> ExternalDependency . InvalidationReason ? {
492492 accessSafetyPrecondition ( )
493493 switch integrand {
You can’t perform that action at this time.
0 commit comments