I have found the solution for the app crash and now I have it with Swift 6, CoreData and CloudKit.
The NotificationCenter.addObserver(_:selector:name:object:) is causing the crash. When changed to addObserver(forName:object:queue:using:) it is fine.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: