XCode 26.0.1/iOS 26 unable to mark class as ObservableObject

Started a new X-Code Project after updating to 26.0.1 and realized that I get an error when trying to mark a class as ObservableObject => "Class XYZ does not conform to Protocol 'ObservableObject'.

Strange behaviour, because at old projects the code is working even though the build options are the same and other settings like iOS version in Target are the same.

There must be something chaged under the hood of XCode? I have to import Combine now, before I could write my class, e.g. CoreData Datamanager: ObservableObject only using CoreData.

XCode 26.0.1/iOS 26 unable to mark class as ObservableObject
 
 
Q