Codable Keys and Values
Thanks to @radianttap hints, the use of @NSManaged could be dropped. The way property storage works is now more similar to SwiftData and supports Codable Swift types (untested), RawRepresentables and a lot more Swift base types (like Int? and such.)
Also the initial value can now be provided inline.