In swift previously, I was able to use a code like this to add new data to my \"TestEntity\" in my data model.
NSManagedObject was created for my \"TestEnti
NSManagedObject
If there is a NSManagedObject subclass TestEntity the new syntax is
TestEntity
let entity = TestEntity(context: context) entity.testAttribute="test value"