Open
Description
Steps to reproduce
Declare your model structure public. As soon as you do that, you get
Type alias 'EntityType' must be declared public because it matches a requirement in public protocol '__EntityRelatable' in the generated code.
Property '_id' must be declared public because it matches a requirement in public protocol '__EntityRelatable'
...
I tried
swift package plugin --allow-writing-to-package-directory objectbox-generator --visibility public
but that didn't do anything. Did I miss something?