Xcode – CoreData Model within Swift Package
I am trying to put a CoreData model into a Swift Package to extract my model code / classes from my main codebase. I have done the following to recreate the issue I'm having from scratch: Create a new swift…