I'm considering integrating this package into my project to monitor sync status while using SwiftData with CloudKit. Does it work for SwiftData too? Or is there a similar solution for monitoring the sync status when using SwiftData with CloudKit?
Any insights into compatibility or limitations would be greatly appreciated. Thank you!
This library should be usable in SwiftData projects, as SwiftData's cloud synchronization mechanism is identical to that of Core Data, and it also provides the same notification mechanism.
I'm considering integrating this package into my project to monitor sync status while using SwiftData with CloudKit. Does it work for SwiftData too? Or is there a similar solution for monitoring the sync status when using SwiftData with CloudKit?
Any insights into compatibility or limitations would be greatly appreciated. Thank you!