The Default SwiftUI Core Data app is generating a Warning

I'm running Xcode v 13.2.1 in the iPhone 13 Pro Max simulator.

I created a new SwiftUI Core Data project with Xcode and when I run it, it generates an Error/Warning. I have not changed any of the code that was generated. The name of the test app is "DELETE_ME_NOW_ALSO"

The run-time error/warning says: 2022-01-17 15:19:20.498339-0700 DELETE_ME_NOW_ALSO[85036:7758906] [error] warning:  View context accessed for persistent container DELETE_ME_NOW_ALSO with no stores loaded

Is there a way I can fix this error/warning? Is this a bug in Xcode?

Thanks

-Bill