Packages for keyword “swiftdata”
These packages are available as a package collection, usable in Xcode or SwiftPM.
sqlite-data
A fast, lightweight replacement for SwiftData, powered by SQL and supporting CloudKit synchronization.
ManagedModels
A SwiftData like `@Model` infrastructure for CoreData.
SwiftletModel
Lightweight Core Data alternative
CoreDataEvolution
SwiftData-style actor isolation, Swift-first NSManagedObject macros, and typed mapping for modern Core Data projects.
gis-tools
A collection of GIS tools, including a GeoJSON implementation with projection support and WKB/WKT coders as well as many algorithms ported from turf.js
SwiftDataSugar
🌯 A collection of utilities that make it easier to work with SwiftData in a SwiftUI environment
SwiftDataCounter
SwiftDataCounter is a Swift package that provides live tracking of SwiftData model counts with optional per-model or default limits. It listens for ModelContext save notifications and automatically refreshes counts, while also logging changes and limit crossings using OSLog.
SwiftDataPager
SwiftDataPager is a Swift package designed to simplify the process of implementing pagination with SwiftData.
SwiftDataPreviewer
SwiftDataPreviewKit is a lightweight Swift package designed to simplify SwiftUI previews using SwiftData. It provides an in-memory model container for use in DEBUG builds, allowing you to preview your SwiftData-powered views with sample data.
CloudSyncKit
CloudSyncKit is a lightweight Swift package for observing NSPersistentCloudKitContainer sync events and surfacing the current iCloud sync status in SwiftUI.
DataScoutCompanion
Embeddable SwiftData Inspector
snap-swift-data
Extends SwiftData to better interoperate with CoreData and Persistent History Tracking.
SwiftDataHelpers
Lightweight helpers and extensions for SwiftData
SwiftDataKit
SwiftDataKit allows SwiftData developers to access Core Data objects corresponding to SwiftData elements.
Ensembles3
Ensembles 3 — Core Data and SwiftData sync framework for Apple platforms
NorthwindManagedModels
The Northwind Database for Core Data w/ ManagedModels
NorthwindSwiftData
The Northwind Database for SwiftData
DayType
A Swift API for dates (days) rather than dates and times
swift-file-storage
Disk-backed file storage for Apple platforms. Keeps large blobs out of SwiftData by saving files to the Documents directory and returning a stable identifier to persist instead.
swift-query
A simple query language for SwiftData with automatic support for Swift concurrency.