pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.78k stars 580 forks source link

Support for xcode 15b1 #737

Closed finestructure closed 1 year ago

finestructure commented 1 year ago

This makes the project build on macOS 13 Ventura with Xcode 15.0b1. Tests also pass (same OS version) with Xcode 14.3.1, which seems a bit odd since there were snapshot diffs. I didn't go back and test main with Xcode 14.3.1 but I believe it would mean main wouldn't pass with Xcode 13.4.1 on macOS 13 Ventura 🤷‍♂️

Not sure if this is useful at this stage but since we use snapshot testing in SPI-Server and it failed the build due to these errors, I thought I'd start the discussion :)