3lvis/SwiftSync
JSON to SwiftData and back. SwiftData Sync. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 89
- Release rhythm 43
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4322
- days_rel: 171
- days_push: 67
- n_releases_24m: 1
Adoption not part of the score
2541 stars · 259 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwiftSync is a Swift library that syncs JSON API payloads into local SwiftData models and exports them back to JSON. It provides convention-first mapping, deterministic diffing, relationship syncing, and reactive SwiftUI reads.
Use cases
- sync REST API JSON into local SwiftData storage
- keep an iOS app's local database in sync with a backend
- map nested JSON objects with relationships into SwiftData models
- build offline-first apps that push local changes to a server
- display auto-updating SwiftUI lists from synced data
- export local SwiftData records back into API-ready JSON
When to choose
- you build iOS/macOS apps with SwiftData that consume JSON APIs
- you need offline-first sync with relationship handling
- you want a modern SwiftData replacement for RestKit-style syncing
When to avoid
- your app does not use SwiftData or Core Data
- you need server-side or non-Apple-platform syncing
- you need conflict resolution beyond last-writer-wins
Facets
library · maturity active
serialization database orm caching mobile-development databases apis developer-tools swiftdata core-data -mapping offline-sync swiftui restkit-successor swift ios macos mobile
1 source
- readme: https://github.com/3lvis/SwiftSync · fetched 2026-08-28 · 812b39bfd63e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 3lvis/SwiftSync | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem