Is there an existing issue?
Build info
- ObjectBox version: 5.0.0
- OS: iOS 26, building with Xcode 26
- Device/chipset: iPhone 16
Steps to reproduce
- Add ObjectBox via SPM and use 5.0.0 ( latest as of this ticket creation )
- Add in the sample Person example from https://swift.objectbox.io/getting-started
- Run Code Generator Plugin by right clicking project and choosing ObjectBoxGeneratorCommand
- Add Generated file to project and add it to app target
- Try to compile app
Expected behavior
the project should compile with no issue
Actual behavior
project fails to compile and gives : Type 'Person' does not conform to protocol '__EntityRelatable'