Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix erroneously re-throwing reduce (on Swift 5.3 pre-release) within …
…global (via static nature) variable initializer. Error looked like: ``` /Users/crusty/Projects/Xcode/Carthage/Source/XCDBLD/SDK.swift:80:3: error: call can throw, but errors cannot be thrown out of a global variable initializer KeyValuePairs.reduce([ ^ ``` Co-authored-by: J.D. Healy <[email protected]>
- Loading branch information