Search code examples
SwiftData model not saving after first save...


swiftswiftdata

Read More
SwiftData crash Task isolating closure inside AsyncStream in @Observable viewmodel?...


swiftswiftdata

Read More
How to completely reset SwiftData programatically?...


swiftswiftdata

Read More
SwiftData added items to a subfolder in a tree are only visible after restart of app...


macosswiftuitreeswiftdata

Read More
OutlineGroup with SwiftData...


macosswiftuiswiftdataswiftui-outlinegroup

Read More
SwiftData migration: converting [String]? to [Author]? relationship...


swiftdataswiftdata-migrations

Read More
Fatal 'Index out of range' error when using macOS simulator in Xcode but not when using iOS ...


iosxcodemacosswiftuiswiftdata

Read More
How to make SwiftData @Query updating from changes made on a background context?...


iosswiftswiftuiswiftdataswift-data-modelcontext

Read More
Storing multiple images in swift data...


swiftswiftdata

Read More
When storing a property with @Attribute(.externalStorage) can we get the url of the file?...


iosswiftswiftdata

Read More
SwiftData shows arbitrary behavior after a few seconds when using two-layer relationship predicate...


swiftdataswift-data-relationship

Read More
SwiftData: Batch delete failed due to mandatory OTO nullify inverse...


swiftswiftdata

Read More
Setting a SwiftData filter predicate in a SwiftUI view...


swiftswiftuiswiftdata

Read More
How to use two Stores/Configurations in SwiftData...


swiftswiftdata

Read More
Crash when accessing relationship property of SwiftData model...


swiftswiftdata

Read More
CoreData fault: Could not materialize Objective-C class named "Array"...


swiftswiftdataios18xcode16

Read More
SwiftData @Query with #Predicate on Relationship Model...


swiftswiftuiswiftdata

Read More
No exact matches in call to instance method 'setValue' for custom property...


swiftswiftdata

Read More
Combining Predicate in SwiftData...


swiftnspredicatepredicateswiftdata

Read More
Why does @Model conformance to PersistentModel and Hashable cross into @MainActor isolation in Swift...


swiftswiftdataswift6

Read More
SwiftData #Predicate in Swift 6 language mode...


swiftswiftdata

Read More
Where to put the @Relation(inverse) annotation and what are the benefits?...


swiftswiftdata

Read More
Swift binding to dictionary value...


swiftswiftuiswiftdata

Read More
SwiftData/ModelContainer.swift:144: Fatal error: failed to find a currently active container for Stu...


swiftuiswiftdata

Read More
ModelContainers failing to initialize...


swiftswiftuiswiftdata

Read More
Reactive global count of model items without loading all records...


swiftswiftdataobservation

Read More
Set a .modelContext in view's environment to use Query...


swiftuiswiftdataswift-data-modelcontext

Read More
How do I refresh a SwiftData (manual) fetch whenever the database is changed?...


iosswiftswiftuiswiftdata

Read More
How can I use a model from DocumentGroup alongside one from .modelContainer in Swift Data?...


swiftswiftuiswiftdata

Read More
Predicates with generics...


iosswiftgenericsnspredicateswiftdata

Read More
BackNext