pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.

Home Page:https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`diffTool` have a Swift 6 warning on Xcode 15.3 with Strict Concurrency Checking set to Complete

diogot opened this issue · comments

Describe the bug

On Xcode 15.3 there is new warning in diffTool string:

Screenshot 2024-04-08 at 08 53 29

To Reproduce

  • Open a project in Xcode 15.3
  • Set Strict Concurrency Checking to Complete
  • Compile the project

Expected behavior
The project compile without warnings

Environment

  • swift-snapshot-testing version 1.16.0
  • Xcode 15.4
  • Swift 5.10

Hi @diogot, this warning only appears when compiling the library itself, not when using the library. We will update the library for Swift 6 in due time, but since this does not affect people using our library we do not see it as an issue.