I've been coding for a while after creating the project, but I can't remember clearly if I selected SwiftData initially.
How can I check if my project is set up to use SwiftData?
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).