Comment on SwiftData Crash On Models With Relationships Deletion Thank you! This worked for me. I simply changed modelContext.delete(item) to modelContext.delete(item) modelContext.save() and this fixed the crash. UI Frameworks SwiftUI Apr ’24