Update:
I realized two changes to fix the problems:
I have to import Combine and CoreData in my DataController.swift (before only CoreData)
I have to import SwiftUI and CoreData in my xyzAPP.swift (containing @main) (before only SwiftUI).
=> Looks like we have to import a lot more nowadays
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags: