Commits

Dave Abrahams committed 319dedb5f34
Account for planned changes in the Swift stdlib As shown in https://github.com/apple/swift/pull/3325 we are working on dropping the Comparable requirement from Range Bounds. Unfortunately something in SwiftPM is currently depending on that requirement: https://ci.swift.org/job/swift-PR-osx/2176/consoleFull#942983736ee1a197b-acac-4b17-83cf-a53b95139a76 I believe this patch will allow us to continue with testing without disturbing SwiftPM development