After updating Xcode to 15 beta 3, errors started appearing on the var
properties of my @Observable
models when building my project for Apple Vision Pro.
Expansion of macro 'ObservationTracked' produced an unexpected 'init' accessor
There's also this error. I think it's related:
External macro implementation type 'ObservationMacros.ObservableMacro' could not be found for macro 'Observable()'; the type must be public and provided by a macro target in a Swift package, or via '-plugin-path' or '-load-plugin-library'