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 0b7129e + db0d94e commit d47f564Copy full SHA for d47f564
Sources/SwiftDriver/SwiftScan/SwiftScanCAS.swift
@@ -59,8 +59,9 @@ public final class CachedCompilation {
59
} else {
60
obj.callback(DependencyScanningError.casError("unknown makeGlobal error"))
61
}
62
+ } else {
63
+ obj.callback(nil)
64
- obj.callback(nil)
65
66
67
let context = CallbackContext(self, callback)
0 commit comments