You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some progress on fully supporting of concurrency in the upcoming major release, which is now on the v8 branch. However, the fully Strict Concurrency compatible is still a long-term target for now. There are some key features lacked in the current Swift concurrency model (for example, the isolated deinit).
Full strict concurrency checking has been implemented, and a pull request has been submitted as #2241. With further refinement, we should be able to release a beta version of the new major update for Kingfisher.
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
Xcode 15.3 add extra Swift 6 warnings when Strict Concurrency Checking is set to complete, one of those is on
KingfisherManager.shared
.What
Reproduce
The text was updated successfully, but these errors were encountered: