How can I check if my project is set up to use SwiftData?

I've been coding for a while after creating the project, but I can't remember clearly if I selected SwiftData initially.

Replies

One thing to look for would be the @Model macro in your data model classes.

You don't select SwiftData at start (you may select CoreData).