Interesting! It seems like something with class extensions on SwiftData models is broken in Beta 2. I moved the preview var out of the extension and into the main class declaration for both Trip and BucketListItem and this appears to fix the issue for me.