Feedback Report: FB12758649
Build Error Message: External macro implementation type 'ObservationMacros.ObservableMacro' could not be found for macro 'Observable'
Introduced on upgrading from xCode 15 beta 4 to xCode beta 5.
Only an issue for iOS (macOS builds and runs correctly)
import CloudKit
import Observation
@Observable class AggregateModel {
...
}