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

Fix recordIssue for Xcode beta 3. #869

Closed mbrandonw closed 3 months ago

mbrandonw commented 3 months ago

Fixes #868

Xcode beta 3 changed the signature of Issue.record to take a source location instead of individual file/line/column.