pointfreeco / swift-snapshot-testing

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

Make ViewImageConfig Sendable #850

Closed Mika5652 closed 5 months ago

Mika5652 commented 5 months ago

I got the following warning when I added strict concurrency checking to my project.

Snímek obrazovky 2024-04-28 v 14 10 57

So I decided to suppress them by conforming ViewImageConfig to Sendable protocol. I hope it's ok to do that.