Do the swift data updates work with CloudKit syncing?

Asked on 06/13/2025

1 search

Yes, the SwiftData framework supports synchronization with CloudKit. This feature allows you to synchronize your app's data across devices using CloudKit, as mentioned in the sessions SwiftData: Dive into inheritance and schema migration and What’s new in SwiftData. SwiftData not only provides persistence and schema management but also integrates with CloudKit for data synchronization, making it easier to keep your app's data consistent across different devices.