This repository contains notes on CloudKit sync behavior in SQLiteData, collected while exploring support for customizable conflict resolution. The effort is tracked in structuredpath/sqlite-data-conflict-resolution.
- Current CloudKit Sync Behavior: Documentation of the current built-in conflict resolution mechanism based on the “field-wise last edit wins” strategy.
- A Conceptual Model for Built-in Conflict Resolution: A revised conceptual model of the built-in conflict resolution mechanism, clarifying its semantics and addressing shortcomings in the current behavior.