NSPersistentCloudKitContainer automatically creates all CKRecords for NSManagedObjects, so...
How to get access to this process and set CKRecord.parent before changes will be synched.
I need each CKRecord of type B to have parent record of type A, but avoid fully manual handling of setParent(:) as fully separate mechanism.