[This may be more appropriate for Apple’s developer forums.]
We can use function builders (or whatever we’re calling them now) to set up views with SwiftUI. I was glancing through the CoreData docs. I saw that CoreData models are usually designed with a GUI tool in Xcode. But the description is available as a NSObject class, and technically can be built in code. (It’s like using Auto-Layout in Storyboards/XIBs/NIBs vs. writing them in code.) I wonder if there is already a library out there that lets users write CD models in code with function builders. If not, is it even possible? (I think so.)