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 {
433
433
precondition ( self . phase != . buildingFromSwiftDeps)
434
434
435
435
guard let whyIntegrate = whyIncrementallyFindNodesInvalidated ( by: integrand) else {
436
- info. reporter? . report ( " Ignoring unchanged existing external incremental dependency " , integrand)
437
436
return DirectlyInvalidatedNodeSet ( )
438
437
}
439
438
mutationSafetyPrecondition ( )
@@ -487,7 +486,8 @@ extension ModuleDependencyGraph {
487
486
///
488
487
/// - Parameter fed: The external dependency, with fingerprint and origin info to be integrated
489
488
/// - 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
491
491
) -> ExternalDependency . InvalidationReason ? {
492
492
accessSafetyPrecondition ( )
493
493
switch integrand {
You can’t perform that action at this time.
0 commit comments