We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62f5a47 + b3c280c commit a8cbf92Copy full SHA for a8cbf92
Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift
@@ -131,7 +131,7 @@ extension ModuleDependencyGraph.NodeFinder {
131
132
/// record def-use, return if is new use
133
mutating func record(def: DependencyKey, use: Graph.Node) -> Bool {
134
- verifyUseIsOK(use)
+ assert(verifyUseIsOK(use))
135
return usesByDef.insertValue(use, forKey: def)
136
}
137
0 commit comments