SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
538 stars 42 forks source link

Update base image, tests #3307

Closed finestructure closed 3 weeks ago

finestructure commented 3 weeks ago

While fixing the collection tests in Xcode 16b5 beta I realised that this is probably related to changes in swift-foundation. Updating the base image to the nightly we used in run #10 makes the collection tests behave the same again on macOS and Linux.

There were two additional tests that started failing, on Linux only. The reason is small rounding/representation errors when comparing dates. We have to temporarily make those with ~microsecond accuracy instead.

To do: