You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -651,6 +651,8 @@ final class IncrementalCompilationTests: XCTestCase {
651
651
"Forming batch job from 1 constituents: main.swift",
652
652
"Starting Compiling main.swift",
653
653
"Finished Compiling main.swift",
654
+
"Incremental compilation: Fingerprint changed for interface of source file main.swiftdeps in main.swiftdeps",
655
+
"Incremental compilation: Fingerprint changed for implementation of source file main.swiftdeps in main.swiftdeps",
654
656
"Incremental compilation: Traced: interface of source file main.swiftdeps in main.swift -> interface of top-level name 'foo' in main.swift -> implementation of source file other.swiftdeps in other.swift",
655
657
"Incremental compilation: Queuing because of dependencies discovered later: {compile: other.o <= other.swift}",
0 commit comments