@@ -496,7 +496,7 @@ final class IncrementalCompilationTests: XCTestCase {
496
496
" Forming batch job from 1 constituents: main.swift " ,
497
497
" Incremental compilation: Queuing Compiling main.swift " ,
498
498
" Starting Compiling main.swift " ,
499
- " Incremental compilation: Traced: interface of main.swiftdeps from: main.swift -> interface of top-level name foo from: main.swift -> implementation of other.swiftdeps from: other.swift " ,
499
+ " Incremental compilation: Traced: interface of source file ' main.swiftdeps' from: main.swift -> interface of top-level name ' foo' from: main.swift -> implementation of source file ' other.swiftdeps' from: other.swift " ,
500
500
" Incremental compilation: Queuing because of dependencies discovered later: {compile: other.o <= other.swift} " ,
501
501
" Incremental compilation: Scheduling discovered {compile: other.o <= other.swift} " ,
502
502
" Finished Compiling main.swift " ,
@@ -520,7 +520,7 @@ final class IncrementalCompilationTests: XCTestCase {
520
520
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
521
521
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
522
522
" Incremental compilation: scheduling dependents of main.swift; -driver-always-rebuild-dependents " ,
523
- " Incremental compilation: Traced: interface of top-level name foo from: main.swift -> implementation of other.swiftdeps from: other.swift " ,
523
+ " Incremental compilation: Traced: interface of top-level name ' foo' from: main.swift -> implementation of source file ' other.swiftdeps' from: other.swift " ,
524
524
" Incremental compilation: Found dependent of main.swift: {compile: other.o <= other.swift} " ,
525
525
" Incremental compilation: Immediately scheduling dependent on main.swift {compile: other.o <= other.swift} " ,
526
526
" Incremental compilation: Queuing (dependent): {compile: other.o <= other.swift} " ,
0 commit comments