Fix warnings for Xcode 13.3 beta

This commit is contained in:
John Estropia
2022-03-05 11:31:36 +09:00
parent f738848e8c
commit 3317867a2f
5 changed files with 26 additions and 26 deletions

View File

@@ -269,7 +269,7 @@ public final class CoreStoreSchema: DynamicSchema {
initializer: (DynamicEntity, ModelVersion) -> (
entity: NSEntityDescription,
customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter],
customInitializersByEntity: [KeyPathString: CoreStoreManagedObject.CustomInitializer],
customInitializerByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomInitializer],
fieldCoders: [KeyPathString: Internals.AnyFieldCoder]
)
) -> (