File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Sources/SwiftDriver/IncrementalCompilation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,8 @@ extension ModuleDependencyGraph {
666
666
/// - Minor number 2: Use `.swift` files instead of `.swiftdeps` in ``DependencySource``
667
667
/// - Minor number 3: Use interned strings, including for fingerprints and use empty dependency source file for no DependencySource
668
668
/// - Minor number 4: Absorb the data in the ``BuildRecord`` into the module dependency graph.
669
- @_spi ( Testing) public static let serializedGraphVersion = Version ( 1 , 4 , 0 )
669
+ /// - Minor number 5: SHA256 hashes for files in externalDepNode and inputInfo blobs.
670
+ @_spi ( Testing) public static let serializedGraphVersion = Version ( 1 , 5 , 0 )
670
671
671
672
/// The IDs of the records used by the module dependency graph.
672
673
fileprivate enum RecordID : UInt64 {
You can’t perform that action at this time.
0 commit comments