How do I make iCloud optional when using SwiftData? Not all users will have an iCloud account, or allow my app to use iCloud. I want it to gracefully, silently use a local store instead of iCloud if iCloud isn't available. It should also silently handle when the user switches iCloud on or off.
Optionally use iCloud with SwiftData
My trouble was stale cache in the simulator or Mac. Restarting/rebooting a couple times helped.