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
It seems like the ObservedObject should be upgraded to the new @observable macro, and the closures updated to structured concurrency with actor isolation in many instances. Testing with Xcode 16 beta.
Data race in closure #1 (Swift.Int, Swift.Int, Swift.Optional<Foundation.URL>) -> () in SDWebImageSwiftUI.ImageManager.load(url: Swift.Optional<Foundation.URL>, options: __C.SDWebImageOptions, context: Swift.Optional<Swift.Dictionary<__C.SDWebImageContextOption, Any>>) -> () at 0x33a961260
The text was updated successfully, but these errors were encountered:
It seems like the ObservedObject should be upgraded to the new @observable macro, and the closures updated to structured concurrency with actor isolation in many instances. Testing with Xcode 16 beta.
Data race in closure #1 (Swift.Int, Swift.Int, Swift.Optional<Foundation.URL>) -> () in SDWebImageSwiftUI.ImageManager.load(url: Swift.Optional<Foundation.URL>, options: __C.SDWebImageOptions, context: Swift.Optional<Swift.Dictionary<__C.SDWebImageContextOption, Any>>) -> () at 0x33a961260
The text was updated successfully, but these errors were encountered: