diff --git a/CoreStore.podspec b/CoreStore.podspec
index a25fdd5..7c1229e 100644
--- a/CoreStore.podspec
+++ b/CoreStore.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
- s.version = "7.0.4"
- s.swift_version = "5.1"
+ s.version = "7.1.0"
+ s.swift_version = "5.2"
s.license = "MIT"
s.homepage = "https://github.com/JohnEstropia/CoreStore"
s.documentation_url = "https://JohnEstropia.github.io/CoreStore"
diff --git a/CoreStore.xcodeproj/project.pbxproj b/CoreStore.xcodeproj/project.pbxproj
index 56b479d..83eff01 100644
--- a/CoreStore.xcodeproj/project.pbxproj
+++ b/CoreStore.xcodeproj/project.pbxproj
@@ -133,6 +133,42 @@
B509D7D923C84E2600F42824 /* Transformable.Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = B509D7D723C84E2600F42824 /* Transformable.Optional.swift */; };
B509D7DA23C84E2600F42824 /* Transformable.Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = B509D7D723C84E2600F42824 /* Transformable.Optional.swift */; };
B509D7DB23C84E2600F42824 /* Transformable.Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = B509D7D723C84E2600F42824 /* Transformable.Optional.swift */; };
+ B50C3EDA23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3ED923D0545700B29880 /* FieldAttributeProtocol.swift */; };
+ B50C3EDB23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3ED923D0545700B29880 /* FieldAttributeProtocol.swift */; };
+ B50C3EDC23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3ED923D0545700B29880 /* FieldAttributeProtocol.swift */; };
+ B50C3EDD23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3ED923D0545700B29880 /* FieldAttributeProtocol.swift */; };
+ B50C3EE023D062C300B29880 /* FieldCoderType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EDF23D062C300B29880 /* FieldCoderType.swift */; };
+ B50C3EE123D062C300B29880 /* FieldCoderType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EDF23D062C300B29880 /* FieldCoderType.swift */; };
+ B50C3EE223D062C300B29880 /* FieldCoderType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EDF23D062C300B29880 /* FieldCoderType.swift */; };
+ B50C3EE323D062C300B29880 /* FieldCoderType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EDF23D062C300B29880 /* FieldCoderType.swift */; };
+ B50C3EE523D153EA00B29880 /* Field.Coded.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE423D153EA00B29880 /* Field.Coded.swift */; };
+ B50C3EE623D153EA00B29880 /* Field.Coded.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE423D153EA00B29880 /* Field.Coded.swift */; };
+ B50C3EE723D153EA00B29880 /* Field.Coded.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE423D153EA00B29880 /* Field.Coded.swift */; };
+ B50C3EE823D153EA00B29880 /* Field.Coded.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE423D153EA00B29880 /* Field.Coded.swift */; };
+ B50C3EEA23D1601400B29880 /* FieldCoders.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE923D1601400B29880 /* FieldCoders.swift */; };
+ B50C3EEB23D1601400B29880 /* FieldCoders.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE923D1601400B29880 /* FieldCoders.swift */; };
+ B50C3EEC23D1601400B29880 /* FieldCoders.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE923D1601400B29880 /* FieldCoders.swift */; };
+ B50C3EED23D1601400B29880 /* FieldCoders.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EE923D1601400B29880 /* FieldCoders.swift */; };
+ B50C3EEF23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EEE23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift */; };
+ B50C3EF023D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EEE23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift */; };
+ B50C3EF123D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EEE23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift */; };
+ B50C3EF223D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EEE23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift */; };
+ B50C3EF423D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF323D1623A00B29880 /* FieldCoders.NSCoding.swift */; };
+ B50C3EF523D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF323D1623A00B29880 /* FieldCoders.NSCoding.swift */; };
+ B50C3EF623D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF323D1623A00B29880 /* FieldCoders.NSCoding.swift */; };
+ B50C3EF723D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF323D1623A00B29880 /* FieldCoders.NSCoding.swift */; };
+ B50C3EF923D1987D00B29880 /* FieldCoders.Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF823D1987D00B29880 /* FieldCoders.Json.swift */; };
+ B50C3EFA23D1987D00B29880 /* FieldCoders.Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF823D1987D00B29880 /* FieldCoders.Json.swift */; };
+ B50C3EFB23D1987D00B29880 /* FieldCoders.Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF823D1987D00B29880 /* FieldCoders.Json.swift */; };
+ B50C3EFC23D1987D00B29880 /* FieldCoders.Json.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EF823D1987D00B29880 /* FieldCoders.Json.swift */; };
+ B50C3EFE23D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EFD23D1AB1400B29880 /* FieldCoders.Plist.swift */; };
+ B50C3EFF23D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EFD23D1AB1400B29880 /* FieldCoders.Plist.swift */; };
+ B50C3F0023D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EFD23D1AB1400B29880 /* FieldCoders.Plist.swift */; };
+ B50C3F0123D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3EFD23D1AB1400B29880 /* FieldCoders.Plist.swift */; };
+ B50C3F0323D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3F0223D1B01C00B29880 /* Internals.AnyFieldCoder.swift */; };
+ B50C3F0423D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3F0223D1B01C00B29880 /* Internals.AnyFieldCoder.swift */; };
+ B50C3F0523D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3F0223D1B01C00B29880 /* Internals.AnyFieldCoder.swift */; };
+ B50C3F0623D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50C3F0223D1B01C00B29880 /* Internals.AnyFieldCoder.swift */; };
B50E174D23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E174C23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift */; };
B50E174E23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E174C23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift */; };
B50E174F23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E174C23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift */; };
@@ -153,6 +189,10 @@
B50E17622351FA66004F033C /* Internals.Closure.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E17602351FA66004F033C /* Internals.Closure.swift */; };
B50E17632351FA66004F033C /* Internals.Closure.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E17602351FA66004F033C /* Internals.Closure.swift */; };
B50E17642351FA66004F033C /* Internals.Closure.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E17602351FA66004F033C /* Internals.Closure.swift */; };
+ B50E42F723FBB91800ED476E /* ObjectProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E42F623FBB91800ED476E /* ObjectProxy.swift */; };
+ B50E42F823FBB91800ED476E /* ObjectProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E42F623FBB91800ED476E /* ObjectProxy.swift */; };
+ B50E42F923FBB91800ED476E /* ObjectProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E42F623FBB91800ED476E /* ObjectProxy.swift */; };
+ B50E42FA23FBB91800ED476E /* ObjectProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50E42F623FBB91800ED476E /* ObjectProxy.swift */; };
B50EE14223473C92009B8C47 /* CoreStoreObject+DataSources.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50EE14123473C92009B8C47 /* CoreStoreObject+DataSources.swift */; };
B50EE14323473C96009B8C47 /* CoreStoreObject+DataSources.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50EE14123473C92009B8C47 /* CoreStoreObject+DataSources.swift */; };
B50EE14423473C97009B8C47 /* CoreStoreObject+DataSources.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50EE14123473C92009B8C47 /* CoreStoreObject+DataSources.swift */; };
@@ -322,7 +362,6 @@
B52FD3AB1E3B3EF10001D919 /* NSManagedObject+Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52FD3A91E3B3EF10001D919 /* NSManagedObject+Logging.swift */; };
B52FD3AC1E3B3EF10001D919 /* NSManagedObject+Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52FD3A91E3B3EF10001D919 /* NSManagedObject+Logging.swift */; };
B52FD3AD1E3B3EF10001D919 /* NSManagedObject+Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52FD3A91E3B3EF10001D919 /* NSManagedObject+Logging.swift */; };
- B53304AA230BA4F7007C2BD8 /* DynamicObjectMeta.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53304A9230BA4F7007C2BD8 /* DynamicObjectMeta.swift */; };
B533C4DB1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B533C4DA1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift */; };
B533C4DC1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B533C4DA1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift */; };
B533C4DD1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = B533C4DA1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift */; };
@@ -548,12 +587,48 @@
B56924021EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56923FE1EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift */; };
B56964D41B22FFAD0075EE4A /* DataStack+Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56964D31B22FFAD0075EE4A /* DataStack+Migration.swift */; };
B56965241B356B820075EE4A /* MigrationResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56965231B356B820075EE4A /* MigrationResult.swift */; };
+ B56E4ECA23CD9B4800E1708C /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EC923CD9B4800E1708C /* Field.swift */; };
+ B56E4ECB23CD9B4800E1708C /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EC923CD9B4800E1708C /* Field.swift */; };
+ B56E4ECC23CD9B4800E1708C /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EC923CD9B4800E1708C /* Field.swift */; };
+ B56E4ECD23CD9B4800E1708C /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EC923CD9B4800E1708C /* Field.swift */; };
+ B56E4ECF23CD9E4200E1708C /* Field.Stored.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ECE23CD9E4200E1708C /* Field.Stored.swift */; };
+ B56E4ED023CD9E4200E1708C /* Field.Stored.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ECE23CD9E4200E1708C /* Field.Stored.swift */; };
+ B56E4ED123CD9E4200E1708C /* Field.Stored.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ECE23CD9E4200E1708C /* Field.Stored.swift */; };
+ B56E4ED223CD9E4200E1708C /* Field.Stored.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ECE23CD9E4200E1708C /* Field.Stored.swift */; };
+ B56E4ED423CDB54A00E1708C /* FieldProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED323CDB54A00E1708C /* FieldProtocol.swift */; };
+ B56E4ED523CDB54A00E1708C /* FieldProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED323CDB54A00E1708C /* FieldProtocol.swift */; };
+ B56E4ED623CDB54A00E1708C /* FieldProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED323CDB54A00E1708C /* FieldProtocol.swift */; };
+ B56E4ED723CDB54A00E1708C /* FieldProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED323CDB54A00E1708C /* FieldProtocol.swift */; };
+ B56E4ED923CEB8E700E1708C /* FieldStorableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED823CEB8E700E1708C /* FieldStorableType.swift */; };
+ B56E4EDA23CEB8E700E1708C /* FieldStorableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED823CEB8E700E1708C /* FieldStorableType.swift */; };
+ B56E4EDB23CEB8E700E1708C /* FieldStorableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED823CEB8E700E1708C /* FieldStorableType.swift */; };
+ B56E4EDC23CEB8E700E1708C /* FieldStorableType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4ED823CEB8E700E1708C /* FieldStorableType.swift */; };
+ B56E4EDF23CEBCF000E1708C /* FieldOptionalType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EDE23CEBCF000E1708C /* FieldOptionalType.swift */; };
+ B56E4EE023CEBCF000E1708C /* FieldOptionalType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EDE23CEBCF000E1708C /* FieldOptionalType.swift */; };
+ B56E4EE123CEBCF000E1708C /* FieldOptionalType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EDE23CEBCF000E1708C /* FieldOptionalType.swift */; };
+ B56E4EE223CEBCF000E1708C /* FieldOptionalType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EDE23CEBCF000E1708C /* FieldOptionalType.swift */; };
+ B56E4EE423CEDF0900E1708C /* Field.Virtual.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EE323CEDF0900E1708C /* Field.Virtual.swift */; };
+ B56E4EE523CEDF0900E1708C /* Field.Virtual.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EE323CEDF0900E1708C /* Field.Virtual.swift */; };
+ B56E4EE623CEDF0900E1708C /* Field.Virtual.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EE323CEDF0900E1708C /* Field.Virtual.swift */; };
+ B56E4EE723CEDF0900E1708C /* Field.Virtual.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56E4EE323CEDF0900E1708C /* Field.Virtual.swift */; };
B57D27BE1D0BBE8200539C58 /* BaseTestDataTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D27BD1D0BBE8200539C58 /* BaseTestDataTestCase.swift */; };
B57D27BF1D0BBE8200539C58 /* BaseTestDataTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D27BD1D0BBE8200539C58 /* BaseTestDataTestCase.swift */; };
B57D27C01D0BBE8200539C58 /* BaseTestDataTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D27BD1D0BBE8200539C58 /* BaseTestDataTestCase.swift */; };
B57D27C21D0BC20100539C58 /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D27C11D0BC20100539C58 /* QueryTests.swift */; };
B57D27C31D0BC20100539C58 /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D27C11D0BC20100539C58 /* QueryTests.swift */; };
B57D27C41D0BC20100539C58 /* QueryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57D27C11D0BC20100539C58 /* QueryTests.swift */; };
+ B57E6FA223D302FA000FD031 /* Field.Relationship.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA123D302FA000FD031 /* Field.Relationship.swift */; };
+ B57E6FA323D302FA000FD031 /* Field.Relationship.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA123D302FA000FD031 /* Field.Relationship.swift */; };
+ B57E6FA423D302FA000FD031 /* Field.Relationship.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA123D302FA000FD031 /* Field.Relationship.swift */; };
+ B57E6FA523D302FA000FD031 /* Field.Relationship.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA123D302FA000FD031 /* Field.Relationship.swift */; };
+ B57E6FA723D305D6000FD031 /* FIeldRelationshipType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA623D305D6000FD031 /* FIeldRelationshipType.swift */; };
+ B57E6FA823D305D6000FD031 /* FIeldRelationshipType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA623D305D6000FD031 /* FIeldRelationshipType.swift */; };
+ B57E6FA923D305D6000FD031 /* FIeldRelationshipType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA623D305D6000FD031 /* FIeldRelationshipType.swift */; };
+ B57E6FAA23D305D6000FD031 /* FIeldRelationshipType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FA623D305D6000FD031 /* FIeldRelationshipType.swift */; };
+ B57E6FAC23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FAB23D30A5B000FD031 /* FieldRelationshipProtocol.swift */; };
+ B57E6FAD23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FAB23D30A5B000FD031 /* FieldRelationshipProtocol.swift */; };
+ B57E6FAE23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FAB23D30A5B000FD031 /* FieldRelationshipProtocol.swift */; };
+ B57E6FAF23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B57E6FAB23D30A5B000FD031 /* FieldRelationshipProtocol.swift */; };
B580857A1CDF808C004C2EEB /* SetupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B58085741CDF7F00004C2EEB /* SetupTests.swift */; };
B580857B1CDF808D004C2EEB /* SetupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B58085741CDF7F00004C2EEB /* SetupTests.swift */; };
B580857C1CDF808F004C2EEB /* SetupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B58085741CDF7F00004C2EEB /* SetupTests.swift */; };
@@ -940,11 +1015,21 @@
B509D7CD23C8492800F42824 /* Relationship.ToManyUnordered.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Relationship.ToManyUnordered.swift; sourceTree = ""; };
B509D7D223C84E1900F42824 /* Transformable.Required.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Transformable.Required.swift; sourceTree = ""; };
B509D7D723C84E2600F42824 /* Transformable.Optional.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Transformable.Optional.swift; sourceTree = ""; };
+ B50C3ED923D0545700B29880 /* FieldAttributeProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldAttributeProtocol.swift; sourceTree = ""; };
+ B50C3EDF23D062C300B29880 /* FieldCoderType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldCoderType.swift; sourceTree = ""; };
+ B50C3EE423D153EA00B29880 /* Field.Coded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Field.Coded.swift; sourceTree = ""; };
+ B50C3EE923D1601400B29880 /* FieldCoders.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldCoders.swift; sourceTree = ""; };
+ B50C3EEE23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldCoders.DefaultNSSecureCoding.swift; sourceTree = ""; };
+ B50C3EF323D1623A00B29880 /* FieldCoders.NSCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldCoders.NSCoding.swift; sourceTree = ""; };
+ B50C3EF823D1987D00B29880 /* FieldCoders.Json.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldCoders.Json.swift; sourceTree = ""; };
+ B50C3EFD23D1AB1400B29880 /* FieldCoders.Plist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldCoders.Plist.swift; sourceTree = ""; };
+ B50C3F0223D1B01C00B29880 /* Internals.AnyFieldCoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internals.AnyFieldCoder.swift; sourceTree = ""; };
B50E174C23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internals.DiffableDataUIDispatcher.StagedChangeset.swift; sourceTree = ""; };
B50E175123517C6B004F033C /* Internals.DiffableDataUIDispatcher.Changeset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internals.DiffableDataUIDispatcher.Changeset.swift; sourceTree = ""; };
B50E175623517DE4004F033C /* Differentiable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Differentiable.swift; sourceTree = ""; };
B50E175B2351848E004F033C /* Internals.DiffableDataUIDispatcher.DiffResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internals.DiffableDataUIDispatcher.DiffResult.swift; sourceTree = ""; };
B50E17602351FA66004F033C /* Internals.Closure.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internals.Closure.swift; sourceTree = ""; };
+ B50E42F623FBB91800ED476E /* ObjectProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectProxy.swift; sourceTree = ""; };
B50EE14123473C92009B8C47 /* CoreStoreObject+DataSources.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CoreStoreObject+DataSources.swift"; sourceTree = ""; };
B512607E1E97A18000402229 /* CoreStoreObject+Convenience.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CoreStoreObject+Convenience.swift"; sourceTree = ""; };
B51260881E9B252B00402229 /* NSEntityDescription+DynamicModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSEntityDescription+DynamicModel.swift"; sourceTree = ""; };
@@ -979,7 +1064,6 @@
B52F743C1E9B8724005F3DAC /* XcodeDataModelSchema.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XcodeDataModelSchema.swift; sourceTree = ""; };
B52F74491E9B8740005F3DAC /* CoreStoreSchema.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreStoreSchema.swift; sourceTree = ""; };
B52FD3A91E3B3EF10001D919 /* NSManagedObject+Logging.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObject+Logging.swift"; sourceTree = ""; };
- B53304A9230BA4F7007C2BD8 /* DynamicObjectMeta.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicObjectMeta.swift; sourceTree = ""; };
B533C4DA1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+CoreStore.swift"; sourceTree = ""; };
B538BA701D15B3E30003A766 /* CoreStoreBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CoreStoreBridge.m; sourceTree = ""; };
B53B275E1EE3B92E00E9B352 /* CoreStoreManagedObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreStoreManagedObject.swift; sourceTree = ""; };
@@ -1038,8 +1122,17 @@
B56923FE1EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CSUnsafeDataModelSchema.swift; sourceTree = ""; };
B56964D31B22FFAD0075EE4A /* DataStack+Migration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "DataStack+Migration.swift"; sourceTree = ""; };
B56965231B356B820075EE4A /* MigrationResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationResult.swift; sourceTree = ""; };
+ B56E4EC923CD9B4800E1708C /* Field.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Field.swift; sourceTree = ""; };
+ B56E4ECE23CD9E4200E1708C /* Field.Stored.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Field.Stored.swift; sourceTree = ""; };
+ B56E4ED323CDB54A00E1708C /* FieldProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldProtocol.swift; sourceTree = ""; };
+ B56E4ED823CEB8E700E1708C /* FieldStorableType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldStorableType.swift; sourceTree = ""; };
+ B56E4EDE23CEBCF000E1708C /* FieldOptionalType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldOptionalType.swift; sourceTree = ""; };
+ B56E4EE323CEDF0900E1708C /* Field.Virtual.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Field.Virtual.swift; sourceTree = ""; };
B57D27BD1D0BBE8200539C58 /* BaseTestDataTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseTestDataTestCase.swift; sourceTree = ""; };
B57D27C11D0BC20100539C58 /* QueryTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QueryTests.swift; sourceTree = ""; };
+ B57E6FA123D302FA000FD031 /* Field.Relationship.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Field.Relationship.swift; sourceTree = ""; };
+ B57E6FA623D305D6000FD031 /* FIeldRelationshipType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FIeldRelationshipType.swift; sourceTree = ""; };
+ B57E6FAB23D30A5B000FD031 /* FieldRelationshipProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldRelationshipProtocol.swift; sourceTree = ""; };
B58085741CDF7F00004C2EEB /* SetupTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupTests.swift; sourceTree = ""; };
B581B9312362BB8C002BDB2B /* ObjectPublisherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectPublisherTests.swift; sourceTree = ""; };
B5831B6F1F34AC3400A9F647 /* AttributeProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributeProtocol.swift; sourceTree = ""; };
@@ -1386,6 +1479,9 @@
children = (
B5831B6F1F34AC3400A9F647 /* AttributeProtocol.swift */,
B5831B741F34AC7A00A9F647 /* RelationshipProtocol.swift */,
+ B56E4ED323CDB54A00E1708C /* FieldProtocol.swift */,
+ B50C3ED923D0545700B29880 /* FieldAttributeProtocol.swift */,
+ B57E6FAB23D30A5B000FD031 /* FieldRelationshipProtocol.swift */,
B50564D22350CC3100482308 /* PropertyProtocol.swift */,
B53D9E5823513712000F48FB /* DiffableDataSourceSnapshotProtocol.swift */,
B50E175623517DE4004F033C /* Differentiable.swift */,
@@ -1393,6 +1489,19 @@
name = Protocols;
sourceTree = "";
};
+ B50C3EDE23D05BB200B29880 /* Coders */ = {
+ isa = PBXGroup;
+ children = (
+ B50C3EDF23D062C300B29880 /* FieldCoderType.swift */,
+ B50C3EE923D1601400B29880 /* FieldCoders.swift */,
+ B50C3EEE23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift */,
+ B50C3EF323D1623A00B29880 /* FieldCoders.NSCoding.swift */,
+ B50C3EF823D1987D00B29880 /* FieldCoders.Json.swift */,
+ B50C3EFD23D1AB1400B29880 /* FieldCoders.Plist.swift */,
+ );
+ name = Coders;
+ sourceTree = "";
+ };
B51B5C2922D43854009FA3BA /* KeyPaths */ = {
isa = PBXGroup;
children = (
@@ -1513,13 +1622,38 @@
name = Migrating;
sourceTree = "";
};
+ B56E4EC823CD9B2E00E1708C /* Field Properties */ = {
+ isa = PBXGroup;
+ children = (
+ B56E4EC923CD9B4800E1708C /* Field.swift */,
+ B56E4ECE23CD9E4200E1708C /* Field.Stored.swift */,
+ B56E4EE323CEDF0900E1708C /* Field.Virtual.swift */,
+ B50C3EE423D153EA00B29880 /* Field.Coded.swift */,
+ B57E6FA123D302FA000FD031 /* Field.Relationship.swift */,
+ B50C3EDE23D05BB200B29880 /* Coders */,
+ B56E4EDD23CEBB0400E1708C /* Supported Values */,
+ );
+ name = "Field Properties";
+ sourceTree = "";
+ };
+ B56E4EDD23CEBB0400E1708C /* Supported Values */ = {
+ isa = PBXGroup;
+ children = (
+ B56E4EDE23CEBCF000E1708C /* FieldOptionalType.swift */,
+ B56E4ED823CEB8E700E1708C /* FieldStorableType.swift */,
+ B57E6FA623D305D6000FD031 /* FIeldRelationshipType.swift */,
+ );
+ name = "Supported Values";
+ sourceTree = "";
+ };
B57358D71E5A7F9B0094B50A /* Dynamic Models */ = {
isa = PBXGroup;
children = (
B5D339D71E9489AB00C880DE /* CoreStoreObject.swift */,
- B53304A9230BA4F7007C2BD8 /* DynamicObjectMeta.swift */,
B53CA9A11EF1EF1600E0F440 /* PartialObject.swift */,
- B5831B6E1F3355C300A9F647 /* Properties */,
+ B50E42F623FBB91800ED476E /* ObjectProxy.swift */,
+ B56E4EC823CD9B2E00E1708C /* Field Properties */,
+ B5831B6E1F3355C300A9F647 /* Legacy Properties */,
B52F74391E9B8724005F3DAC /* Dynamic Schema */,
B5D339DC1E9489C700C880DE /* DynamicObject.swift */,
B52F742E1E9B50D0005F3DAC /* SchemaHistory.swift */,
@@ -1529,7 +1663,7 @@
name = "Dynamic Models";
sourceTree = "";
};
- B5831B6E1F3355C300A9F647 /* Properties */ = {
+ B5831B6E1F3355C300A9F647 /* Legacy Properties */ = {
isa = PBXGroup;
children = (
B5D33A001E96012400C880DE /* Relationship.swift */,
@@ -1543,7 +1677,7 @@
B509D7D223C84E1900F42824 /* Transformable.Required.swift */,
B509D7D723C84E2600F42824 /* Transformable.Optional.swift */,
);
- name = Properties;
+ name = "Legacy Properties";
sourceTree = "";
};
B5A1DAC61F111BBE003CF369 /* KeyPath Utilities */ = {
@@ -1791,6 +1925,7 @@
B50564CC2350699700482308 /* Protocols */,
B53B275E1EE3B92E00E9B352 /* CoreStoreManagedObject.swift */,
B533C4DA1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift */,
+ B50C3F0223D1B01C00B29880 /* Internals.AnyFieldCoder.swift */,
B5C976E61C6E3A5900B1AF90 /* Internals.CoreStoreFetchedResultsController.swift */,
B5474D142227C08700B21FEC /* Internals.CoreStoreFetchRequest.swift */,
B5BF7FAC234C41E90070E741 /* Internals.DiffableDataSourceSnapshot.swift */,
@@ -2145,11 +2280,13 @@
files = (
B5BF7FB7234C97CE0070E741 /* DiffableDataSource.TableViewAdapter-UIKit.swift in Sources */,
B5DE5230230BDA1300A22534 /* CoreStoreDefaults.swift in Sources */,
+ B56E4ED423CDB54A00E1708C /* FieldProtocol.swift in Sources */,
B509D7C423C848DA00F42824 /* Relationship.ToOne.swift in Sources */,
B5E84F221AFF84860064E85B /* ObjectMonitor.swift in Sources */,
B5ECDBF91CA804FD00C7F112 /* NSManagedObjectContext+ObjectiveC.swift in Sources */,
B5CA2B081F7E5ACA004B1936 /* WhereClauseType.swift in Sources */,
B50E17612351FA66004F033C /* Internals.Closure.swift in Sources */,
+ B50C3EEA23D1601400B29880 /* FieldCoders.swift in Sources */,
B5C976E71C6E3A5A00B1AF90 /* Internals.CoreStoreFetchedResultsController.swift in Sources */,
B56923F51EB828BF007C4DC9 /* CSDynamicSchema.swift in Sources */,
B5F1DA901B9AA991007C5CBB /* ImportableUniqueObject.swift in Sources */,
@@ -2173,6 +2310,7 @@
B55BB4DB23503B9700C33E34 /* EnvironmentValues+DataSources.swift in Sources */,
B5A9921F1EA898710091A2E3 /* UserInfo.swift in Sources */,
B54A6A551BA15F2A007870FD /* Internals.FetchedResultsControllerDelegate.swift in Sources */,
+ B50C3F0323D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */,
B5D339E21E948C3600C880DE /* Value.swift in Sources */,
B5A261211B64BFDB006EB6D3 /* MigrationType.swift in Sources */,
B53FBA0B1CAB5E6500F0D40A /* CSCoreStore+Migrating.swift in Sources */,
@@ -2187,6 +2325,7 @@
B5C976E31C6C9F6A00B1AF90 /* UnsafeDataTransaction+Observing.swift in Sources */,
B53FBA121CAB63CB00F0D40A /* Progress+ObjectiveC.swift in Sources */,
B5831B751F34AC7A00A9F647 /* RelationshipProtocol.swift in Sources */,
+ B57E6FA723D305D6000FD031 /* FIeldRelationshipType.swift in Sources */,
B51B5C2D22D43E38009FA3BA /* KeyPath+KeyPaths.swift in Sources */,
B50564D32350CC3100482308 /* PropertyProtocol.swift in Sources */,
B5D8CA762346E7590055D7D1 /* DataStack+DataSources.swift in Sources */,
@@ -2213,10 +2352,13 @@
B50E175223517C6B004F033C /* Internals.DiffableDataUIDispatcher.Changeset.swift in Sources */,
B5E84EE71AFF84610064E85B /* CoreStore+Logging.swift in Sources */,
B546F9731C9C553300D5AC55 /* SetupResult.swift in Sources */,
+ B50C3EFE23D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */,
+ B56E4EDF23CEBCF000E1708C /* FieldOptionalType.swift in Sources */,
B53CA9A21EF1EF1600E0F440 /* PartialObject.swift in Sources */,
B56007111B3F6BD500A9A8F9 /* Into.swift in Sources */,
B5E84F111AFF847B0064E85B /* Select.swift in Sources */,
B51260931E9B28F100402229 /* Internals.EntityIdentifier.swift in Sources */,
+ B56E4ECA23CD9B4800E1708C /* Field.swift in Sources */,
B5DAFB482203D9F8003FCCD0 /* Where.Expression.swift in Sources */,
B509D7D823C84E2600F42824 /* Transformable.Optional.swift in Sources */,
B5FE4DA21C8481E100FA6A91 /* StorageInterface.swift in Sources */,
@@ -2245,8 +2387,10 @@
B5E84F411AFF8CCD0064E85B /* TypeErasedClauses.swift in Sources */,
B5E84F0D1AFF847B0064E85B /* BaseDataTransaction+Querying.swift in Sources */,
B52F74451E9B8724005F3DAC /* XcodeDataModelSchema.swift in Sources */,
+ B50E42F723FBB91800ED476E /* ObjectProxy.swift in Sources */,
B5FAD6AC1B51285300714891 /* Internals.MigrationManager.swift in Sources */,
B50EE14223473C92009B8C47 /* CoreStoreObject+DataSources.swift in Sources */,
+ B50C3EE023D062C300B29880 /* FieldCoderType.swift in Sources */,
B5E84EF61AFF846E0064E85B /* DataStack+Transaction.swift in Sources */,
B5FEC18E1C9166E200532541 /* NSPersistentStore+Setup.swift in Sources */,
B5BF7FCB234D80910070E741 /* Internals.LazyNonmutating.swift in Sources */,
@@ -2254,7 +2398,6 @@
B5E1B5A21CAA4365007FD580 /* CSCoreStore+Observing.swift in Sources */,
B5E84EDF1AFF84500064E85B /* DataStack.swift in Sources */,
B50E175723517DE4004F033C /* Differentiable.swift in Sources */,
- B53304AA230BA4F7007C2BD8 /* DynamicObjectMeta.swift in Sources */,
B59AFF411C6593E400C0ABE2 /* NSPersistentStoreCoordinator+Setup.swift in Sources */,
B5E84F231AFF84860064E85B /* ListMonitor.swift in Sources */,
B5BF7FC6234D7E460070E741 /* ObjectSnapshot.swift in Sources */,
@@ -2262,6 +2405,7 @@
B56964D41B22FFAD0075EE4A /* DataStack+Migration.swift in Sources */,
B5D339DD1E9489C700C880DE /* DynamicObject.swift in Sources */,
B5A5F2661CAEC50F004AB9AF /* CSSelect.swift in Sources */,
+ B50C3EE523D153EA00B29880 /* Field.Coded.swift in Sources */,
B5ECDBE51CA6BEA300C7F112 /* CSClauseTypes.swift in Sources */,
B5519A4A1CA1F4FB002BEF78 /* CSError.swift in Sources */,
B52F742F1E9B50D0005F3DAC /* SchemaHistory.swift in Sources */,
@@ -2271,9 +2415,12 @@
B5FAD6A91B50A4B400714891 /* Progress+Convenience.swift in Sources */,
B5E84EFC1AFF846E0064E85B /* SynchronousDataTransaction.swift in Sources */,
B5215CA91FA4810300139E3A /* QueryChainBuilder.swift in Sources */,
+ B56E4EE423CEDF0900E1708C /* Field.Virtual.swift in Sources */,
B50E174D23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */,
B5E222231CA4E12600BA2E95 /* CSSynchronousDataTransaction.swift in Sources */,
B5E84F281AFF84920064E85B /* NSManagedObject+Convenience.swift in Sources */,
+ B50C3EF423D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */,
+ B56E4ECF23CD9E4200E1708C /* Field.Stored.swift in Sources */,
B52F744A1E9B8740005F3DAC /* CoreStoreSchema.swift in Sources */,
B5AEFAB51C9962AE00AD137F /* CoreStoreBridge.swift in Sources */,
B5E2222A1CA51B6E00BA2E95 /* CSUnsafeDataTransaction.swift in Sources */,
@@ -2285,7 +2432,9 @@
B5D33A011E96012400C880DE /* Relationship.swift in Sources */,
B514EF0E23A8BEEA0093DBA4 /* DiffableDataSource.Target.swift in Sources */,
B5E84EE81AFF84610064E85B /* CoreStoreLogger.swift in Sources */,
+ B50C3EF923D1987D00B29880 /* FieldCoders.Json.swift in Sources */,
B56923C91EB82410007C4DC9 /* NSManagedObjectModel+Migration.swift in Sources */,
+ B50C3EDA23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */,
B56923E41EB827F5007C4DC9 /* CustomSchemaMappingProvider.swift in Sources */,
B58D0C631EAA0C7E003EDD87 /* NSManagedObject+DynamicModel.swift in Sources */,
B533C4DB1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */,
@@ -2312,8 +2461,10 @@
B5A991EC1E9DC2CE0091A2E3 /* VersionLock.swift in Sources */,
B5FE4DA71C84FB4400FA6A91 /* InMemoryStore.swift in Sources */,
B52F743D1E9B8724005F3DAC /* DynamicSchema.swift in Sources */,
+ B57E6FA223D302FA000FD031 /* Field.Relationship.swift in Sources */,
B5E8A72021C1015300EF006A /* CoreStoreObject+Observing.swift in Sources */,
B53D9E5923513712000F48FB /* DiffableDataSourceSnapshotProtocol.swift in Sources */,
+ B56E4ED923CEB8E700E1708C /* FieldStorableType.swift in Sources */,
B5474D152227C08700B21FEC /* Internals.CoreStoreFetchRequest.swift in Sources */,
B56923FF1EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift in Sources */,
B5215CAE1FA4812500139E3A /* SectionMonitorBuilder.swift in Sources */,
@@ -2322,8 +2473,10 @@
B5E834B91B76311F001D3D50 /* BaseDataTransaction+Importing.swift in Sources */,
B5E84EE61AFF84610064E85B /* DefaultLogger.swift in Sources */,
B53FBA041CAB300C00F0D40A /* CSMigrationType.swift in Sources */,
+ B57E6FAC23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */,
B509D7C923C8491C00F42824 /* Relationship.ToManyOrdered.swift in Sources */,
B5E84EF41AFF846E0064E85B /* AsynchronousDataTransaction.swift in Sources */,
+ B50C3EEF23D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */,
B5831B701F34AC3400A9F647 /* AttributeProtocol.swift in Sources */,
B5277672234F1AEB0056BE9F /* NSManagedObjectContext+Logging.swift in Sources */,
B5DBE2CD1C9914A900B5CEFA /* CSCoreStore.swift in Sources */,
@@ -2385,6 +2538,7 @@
B56923F61EB828BF007C4DC9 /* CSDynamicSchema.swift in Sources */,
82BA18A21C4BBD1D00A0916E /* CoreStoreError.swift in Sources */,
B512608A1E9B252B00402229 /* NSEntityDescription+DynamicModel.swift in Sources */,
+ B50C3EEB23D1601400B29880 /* FieldCoders.swift in Sources */,
82BA18B21C4BBD3900A0916E /* ImportableObject.swift in Sources */,
82BA18AE1C4BBD3100A0916E /* DataStack+Transaction.swift in Sources */,
82BA18AB1C4BBD3100A0916E /* AsynchronousDataTransaction.swift in Sources */,
@@ -2408,6 +2562,7 @@
B5A992201EA898720091A2E3 /* UserInfo.swift in Sources */,
B5FE4DAD1C85D44E00FA6A91 /* SQLiteStore.swift in Sources */,
B5D339E31E948C3600C880DE /* Value.swift in Sources */,
+ B50C3F0423D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */,
B50E175323517C6B004F033C /* Internals.DiffableDataUIDispatcher.Changeset.swift in Sources */,
82BA18C51C4BBD5300A0916E /* ListObserver.swift in Sources */,
B53FBA0D1CAB5E6500F0D40A /* CSCoreStore+Migrating.swift in Sources */,
@@ -2422,6 +2577,7 @@
B53FBA141CAB63CB00F0D40A /* Progress+ObjectiveC.swift in Sources */,
B5831B761F34AC7A00A9F647 /* RelationshipProtocol.swift in Sources */,
B5BF7FB3234C97910070E741 /* DiffableDataSource.swift in Sources */,
+ B57E6FA823D305D6000FD031 /* FIeldRelationshipType.swift in Sources */,
B5E1B5AA1CAA49E2007FD580 /* CSDataStack+Migrating.swift in Sources */,
B5D339F21E94AF5800C880DE /* CoreStoreStrings.swift in Sources */,
B5E1B59F1CAA2568007FD580 /* CSDataStack+Observing.swift in Sources */,
@@ -2448,6 +2604,8 @@
B5831F432212700400D8604C /* Where.Expression.swift in Sources */,
B51260941E9B28F100402229 /* Internals.EntityIdentifier.swift in Sources */,
B5FE4DA81C84FB4400FA6A91 /* InMemoryStore.swift in Sources */,
+ B50C3EFF23D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */,
+ B56E4EE023CEBCF000E1708C /* FieldOptionalType.swift in Sources */,
B5F8496D234898240029D57B /* ListSnapshot.swift in Sources */,
B53FBA001CAB2D2F00F0D40A /* CSMigrationResult.swift in Sources */,
B5DBE2D31C991B3E00B5CEFA /* CSDataStack.swift in Sources */,
@@ -2475,13 +2633,16 @@
B5D8CA772346EAEE0055D7D1 /* DataStack+DataSources.swift in Sources */,
82BA18D01C4BBD7100A0916E /* Internals.MigrationManager.swift in Sources */,
B5DE5231230BDA1300A22534 /* CoreStoreDefaults.swift in Sources */,
+ B56E4ED523CDB54A00E1708C /* FieldProtocol.swift in Sources */,
B52F74461E9B8724005F3DAC /* XcodeDataModelSchema.swift in Sources */,
82BA18C61C4BBD5900A0916E /* DataStack+Migration.swift in Sources */,
B59851491C90289D00C99590 /* NSPersistentStoreCoordinator+Setup.swift in Sources */,
B5E1B5A41CAA4365007FD580 /* CSCoreStore+Observing.swift in Sources */,
B596BBB71DD5BC67001DCDD9 /* FetchableSource.swift in Sources */,
+ B50E42F823FBB91800ED476E /* ObjectProxy.swift in Sources */,
B5FEC18F1C9166E600532541 /* NSPersistentStore+Setup.swift in Sources */,
82BA18B71C4BBD3F00A0916E /* CoreStore+Querying.swift in Sources */,
+ B50C3EE123D062C300B29880 /* FieldCoderType.swift in Sources */,
82BA18AA1C4BBD3100A0916E /* BaseDataTransaction.swift in Sources */,
82BA18A91C4BBD3100A0916E /* Into.swift in Sources */,
82BA18D11C4BBD7100A0916E /* Internals.NotificationObserver.swift in Sources */,
@@ -2496,6 +2657,7 @@
B5D339ED1E9495E500C880DE /* CoreStoreObject+Querying.swift in Sources */,
B509D7D423C84E1900F42824 /* Transformable.Required.swift in Sources */,
82BA18AC1C4BBD3100A0916E /* SynchronousDataTransaction.swift in Sources */,
+ B50C3EE623D153EA00B29880 /* Field.Coded.swift in Sources */,
82BA18C71C4BBD5900A0916E /* CoreStore+Migration.swift in Sources */,
B5E222251CA4E12600BA2E95 /* CSSynchronousDataTransaction.swift in Sources */,
82BA18C41C4BBD5300A0916E /* ListMonitor.swift in Sources */,
@@ -2505,9 +2667,11 @@
B514EF0F23A8DB180093DBA4 /* DiffableDataSource.Target.swift in Sources */,
B52F744B1E9B8740005F3DAC /* CoreStoreSchema.swift in Sources */,
B5AEFAB61C9962AE00AD137F /* CoreStoreBridge.swift in Sources */,
+ B56E4EE523CEDF0900E1708C /* Field.Virtual.swift in Sources */,
B5E2222C1CA51B6E00BA2E95 /* CSUnsafeDataTransaction.swift in Sources */,
82BA18A71C4BBD2900A0916E /* CoreStore+Logging.swift in Sources */,
B50E174E23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */,
+ B50C3EF523D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */,
82BA18D81C4BBD7100A0916E /* Internals.WeakObject.swift in Sources */,
B56923E91EB827F5007C4DC9 /* InferredSchemaMappingProvider.swift in Sources */,
B53B27601EE3B92E00E9B352 /* CoreStoreManagedObject.swift in Sources */,
@@ -2520,7 +2684,9 @@
B58D0C641EAA0C7E003EDD87 /* NSManagedObject+DynamicModel.swift in Sources */,
B533C4DC1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */,
B5ECDC311CA81CDC00C7F112 /* CSCoreStore+Transaction.swift in Sources */,
+ B50C3EFA23D1987D00B29880 /* FieldCoders.Json.swift in Sources */,
B5DE522C230BD7D500A22534 /* Internals.swift in Sources */,
+ B50C3EDB23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */,
82BA18AF1C4BBD3100A0916E /* CoreStore+Transaction.swift in Sources */,
82BA18CB1C4BBD6400A0916E /* NSManagedObject+Convenience.swift in Sources */,
82BA18B51C4BBD3F00A0916E /* BaseDataTransaction+Querying.swift in Sources */,
@@ -2547,8 +2713,10 @@
B5AA37F2235C28EE00FFD4B9 /* DiffableDataSource.CollectionViewAdapter-AppKit.swift in Sources */,
B50E175D2351848E004F033C /* Internals.DiffableDataUIDispatcher.DiffResult.swift in Sources */,
B5474D162227C08700B21FEC /* Internals.CoreStoreFetchRequest.swift in Sources */,
+ B57E6FA323D302FA000FD031 /* Field.Relationship.swift in Sources */,
B501322B2346A9AE00FC238B /* ListPublisher.swift in Sources */,
B56924001EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift in Sources */,
+ B56E4EDA23CEB8E700E1708C /* FieldStorableType.swift in Sources */,
B5215CAF1FA4812500139E3A /* SectionMonitorBuilder.swift in Sources */,
82BA18D61C4BBD7100A0916E /* NSManagedObjectContext+Transaction.swift in Sources */,
B56923ED1EB827F6007C4DC9 /* SchemaMappingProvider.swift in Sources */,
@@ -2557,15 +2725,19 @@
82BA18BE1C4BBD4A00A0916E /* Tweak.swift in Sources */,
B509D7C523C848DA00F42824 /* Relationship.ToOne.swift in Sources */,
B5DBE2CE1C9914A900B5CEFA /* CSCoreStore.swift in Sources */,
+ B57E6FAD23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */,
B5831B711F34AC3400A9F647 /* AttributeProtocol.swift in Sources */,
B546F95E1C9A12B800D5AC55 /* CSSQliteStore.swift in Sources */,
+ B50C3EF023D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */,
B5ECDC0D1CA8161B00C7F112 /* CSGroupBy.swift in Sources */,
B5D339E81E9493A500C880DE /* Entity.swift in Sources */,
B5BF7FC7234D7E460070E741 /* ObjectSnapshot.swift in Sources */,
82BA18CC1C4BBD6400A0916E /* Progress+Convenience.swift in Sources */,
B5BF7FB8234C97CE0070E741 /* DiffableDataSource.TableViewAdapter-UIKit.swift in Sources */,
+ B56E4ED023CD9E4200E1708C /* Field.Stored.swift in Sources */,
82BA18C01C4BBD5300A0916E /* DataStack+Observing.swift in Sources */,
82BA18A61C4BBD2900A0916E /* DefaultLogger.swift in Sources */,
+ B56E4ECB23CD9B4800E1708C /* Field.swift in Sources */,
B509D7BE23C8480A00F42824 /* Value.Optional.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -2618,6 +2790,7 @@
B5DBE2D01C9914A900B5CEFA /* CSCoreStore.swift in Sources */,
B5CA2B0B1F7E5ACA004B1936 /* WhereClauseType.swift in Sources */,
B56923F81EB828BF007C4DC9 /* CSDynamicSchema.swift in Sources */,
+ B50C3EED23D1601400B29880 /* FieldCoders.swift in Sources */,
B52DD1BE1BE1F94300949AFE /* Progress+Convenience.swift in Sources */,
B512608C1E9B252B00402229 /* NSEntityDescription+DynamicModel.swift in Sources */,
B5ECDC151CA816E500C7F112 /* CSTweak.swift in Sources */,
@@ -2641,6 +2814,7 @@
B52FD3AD1E3B3EF10001D919 /* NSManagedObject+Logging.swift in Sources */,
B52F74441E9B8724005F3DAC /* UnsafeDataModelSchema.swift in Sources */,
B5ECDC2D1CA81CC700C7F112 /* CSDataStack+Transaction.swift in Sources */,
+ B50C3F0623D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */,
B5A992221EA898720091A2E3 /* UserInfo.swift in Sources */,
B5D7A5BA1CA3BF8F005C752B /* CSInto.swift in Sources */,
B5D339E51E948C3600C880DE /* Value.swift in Sources */,
@@ -2655,6 +2829,7 @@
B5BF7FCE234D80910070E741 /* Internals.LazyNonmutating.swift in Sources */,
B52DD19E1BE1F92C00949AFE /* AsynchronousDataTransaction.swift in Sources */,
B50564D62350CC3100482308 /* PropertyProtocol.swift in Sources */,
+ B57E6FAA23D305D6000FD031 /* FIeldRelationshipType.swift in Sources */,
B5831B781F34AC7A00A9F647 /* RelationshipProtocol.swift in Sources */,
B52DD1981BE1F92500949AFE /* CoreStore+Setup.swift in Sources */,
B5D339F41E94AF5800C880DE /* CoreStoreStrings.swift in Sources */,
@@ -2681,6 +2856,8 @@
B52DD1BD1BE1F94300949AFE /* NSManagedObject+Convenience.swift in Sources */,
B5831F4222126FED00D8604C /* KeyPathGenericBindings.swift in Sources */,
B53CA9A51EF1EF1600E0F440 /* PartialObject.swift in Sources */,
+ B50C3F0123D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */,
+ B56E4EE223CEBCF000E1708C /* FieldOptionalType.swift in Sources */,
B52DD1AD1BE1F93900949AFE /* Where.swift in Sources */,
B53FBA1C1CAB63E200F0D40A /* NSManagedObject+ObjectiveC.swift in Sources */,
B5F8496F234898240029D57B /* ListSnapshot.swift in Sources */,
@@ -2708,13 +2885,16 @@
B52DD1B81BE1F94000949AFE /* DataStack+Migration.swift in Sources */,
B5ECDC091CA8138100C7F112 /* CSOrderBy.swift in Sources */,
B5D8CA792346EAEF0055D7D1 /* DataStack+DataSources.swift in Sources */,
+ B56E4ED723CDB54A00E1708C /* FieldProtocol.swift in Sources */,
B56923C71EB823B4007C4DC9 /* NSEntityDescription+Migration.swift in Sources */,
B5DE5233230BDA1300A22534 /* CoreStoreDefaults.swift in Sources */,
B52DD1A51BE1F92F00949AFE /* ImportableUniqueObject.swift in Sources */,
B5E222271CA4E12600BA2E95 /* CSSynchronousDataTransaction.swift in Sources */,
B52F74481E9B8724005F3DAC /* XcodeDataModelSchema.swift in Sources */,
+ B50E42FA23FBB91800ED476E /* ObjectProxy.swift in Sources */,
B5519A621CA21954002BEF78 /* CSAsynchronousDataTransaction.swift in Sources */,
B52DD19C1BE1F92C00949AFE /* Into.swift in Sources */,
+ B50C3EE323D062C300B29880 /* FieldCoderType.swift in Sources */,
B5FE4DA51C8481E100FA6A91 /* StorageInterface.swift in Sources */,
B596BBB91DD5BC67001DCDD9 /* FetchableSource.swift in Sources */,
B5FE4DAA1C84FB4400FA6A91 /* InMemoryStore.swift in Sources */,
@@ -2729,6 +2909,7 @@
B52F74321E9B50D0005F3DAC /* SchemaHistory.swift in Sources */,
B509D7D623C84E1900F42824 /* Transformable.Required.swift in Sources */,
B5220E211D130816009BC71E /* CSObjectObserver.swift in Sources */,
+ B50C3EE823D153EA00B29880 /* Field.Coded.swift in Sources */,
B5D339EF1E9495E500C880DE /* CoreStoreObject+Querying.swift in Sources */,
B52DD19F1BE1F92C00949AFE /* SynchronousDataTransaction.swift in Sources */,
B52DD1CB1BE1F94600949AFE /* Internals.WeakObject.swift in Sources */,
@@ -2738,9 +2919,11 @@
B514EF1123A8DB190093DBA4 /* DiffableDataSource.Target.swift in Sources */,
B50E175A23517DE4004F033C /* Differentiable.swift in Sources */,
B52F744D1E9B8740005F3DAC /* CoreStoreSchema.swift in Sources */,
+ B56E4EE723CEDF0900E1708C /* Field.Virtual.swift in Sources */,
B52DD19A1BE1F92800949AFE /* CoreStore+Logging.swift in Sources */,
B52DD1A71BE1F93200949AFE /* BaseDataTransaction+Querying.swift in Sources */,
B546F96C1C9AF26D00D5AC55 /* CSInMemoryStore.swift in Sources */,
+ B50C3EF723D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */,
B56923EB1EB827F5007C4DC9 /* InferredSchemaMappingProvider.swift in Sources */,
B50E175023517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */,
B53B27621EE3B92E00E9B352 /* CoreStoreManagedObject.swift in Sources */,
@@ -2753,7 +2936,9 @@
B58D0C661EAA0C7E003EDD87 /* NSManagedObject+DynamicModel.swift in Sources */,
B533C4DE1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */,
B5220E141D130614009BC71E /* DataStack+Observing.swift in Sources */,
+ B50C3EFC23D1987D00B29880 /* FieldCoders.Json.swift in Sources */,
B52DD1A21BE1F92C00949AFE /* CoreStore+Transaction.swift in Sources */,
+ B50C3EDD23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */,
B5DE522E230BD7D600A22534 /* Internals.swift in Sources */,
B5E2222E1CA51B6E00BA2E95 /* CSUnsafeDataTransaction.swift in Sources */,
B5220E191D130761009BC71E /* ListMonitor.swift in Sources */,
@@ -2780,8 +2965,10 @@
18166886232B9ED20097C275 /* KeyPath+KeyPaths.swift in Sources */,
B5E8A72321C1015300EF006A /* CoreStoreObject+Observing.swift in Sources */,
B50E175F2351848E004F033C /* Internals.DiffableDataUIDispatcher.DiffResult.swift in Sources */,
+ B57E6FA523D302FA000FD031 /* Field.Relationship.swift in Sources */,
B5474D182227C08700B21FEC /* Internals.CoreStoreFetchRequest.swift in Sources */,
B501322E2346A9B100FC238B /* ListPublisher.swift in Sources */,
+ B56E4EDC23CEB8E700E1708C /* FieldStorableType.swift in Sources */,
B56924021EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift in Sources */,
B5215CB11FA4812500139E3A /* SectionMonitorBuilder.swift in Sources */,
B5220E171D1306DF009BC71E /* UnsafeDataTransaction+Observing.swift in Sources */,
@@ -2790,15 +2977,19 @@
B52DD1B91BE1F94000949AFE /* CoreStore+Migration.swift in Sources */,
B509D7C723C848DA00F42824 /* Relationship.ToOne.swift in Sources */,
B5519A5C1CA2008C002BEF78 /* CSBaseDataTransaction.swift in Sources */,
+ B57E6FAF23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */,
B5DBE2D51C991B3E00B5CEFA /* CSDataStack.swift in Sources */,
B5831B731F34AC3400A9F647 /* AttributeProtocol.swift in Sources */,
+ B50C3EF223D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */,
B5AEFAB81C9962AE00AD137F /* CoreStoreBridge.swift in Sources */,
B598514B1C90289F00C99590 /* NSPersistentStoreCoordinator+Setup.swift in Sources */,
B5D339EA1E9493A500C880DE /* Entity.swift in Sources */,
B5BF7FC9234D7E460070E741 /* ObjectSnapshot.swift in Sources */,
B52DD1AA1BE1F93500949AFE /* TypeErasedClauses.swift in Sources */,
+ B56E4ED223CD9E4200E1708C /* Field.Stored.swift in Sources */,
B53FBA021CAB2D2F00F0D40A /* CSMigrationResult.swift in Sources */,
B51FE5AF1CD4D00300E54258 /* CoreStore+CustomDebugStringConvertible.swift in Sources */,
+ B56E4ECD23CD9B4800E1708C /* Field.swift in Sources */,
B509D7C223C8480B00F42824 /* Value.Optional.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -2851,6 +3042,7 @@
B56923F71EB828BF007C4DC9 /* CSDynamicSchema.swift in Sources */,
B56321801BD65216006C9394 /* CoreStoreError.swift in Sources */,
B512608B1E9B252B00402229 /* NSEntityDescription+DynamicModel.swift in Sources */,
+ B50C3EEC23D1601400B29880 /* FieldCoders.swift in Sources */,
B56321AD1BD6521C006C9394 /* Internals.MigrationManager.swift in Sources */,
B563219D1BD65216006C9394 /* DataStack+Observing.swift in Sources */,
B56321961BD65216006C9394 /* From.swift in Sources */,
@@ -2874,6 +3066,7 @@
B5A992211EA898720091A2E3 /* UserInfo.swift in Sources */,
B563218C1BD65216006C9394 /* DataStack+Transaction.swift in Sources */,
B5D339E41E948C3600C880DE /* Value.swift in Sources */,
+ B50C3F0523D1B01C00B29880 /* Internals.AnyFieldCoder.swift in Sources */,
B50E175423517C6B004F033C /* Internals.DiffableDataUIDispatcher.Changeset.swift in Sources */,
B53FBA0E1CAB5E6500F0D40A /* CSCoreStore+Migrating.swift in Sources */,
B563219E1BD65216006C9394 /* CoreStore+Observing.swift in Sources */,
@@ -2888,6 +3081,7 @@
B5E1B5AB1CAA49E2007FD580 /* CSDataStack+Migrating.swift in Sources */,
B5831B771F34AC7A00A9F647 /* RelationshipProtocol.swift in Sources */,
B5BF7FB4234C97910070E741 /* DiffableDataSource.swift in Sources */,
+ B57E6FA923D305D6000FD031 /* FIeldRelationshipType.swift in Sources */,
B5D339F31E94AF5800C880DE /* CoreStoreStrings.swift in Sources */,
B5E1B5A01CAA2568007FD580 /* CSDataStack+Observing.swift in Sources */,
B5ECDC261CA81A3900C7F112 /* CSCoreStore+Querying.swift in Sources */,
@@ -2914,6 +3108,8 @@
B5202CFD1C046E8400DED140 /* NSFetchedResultsController+Convenience.swift in Sources */,
B5FE4DA91C84FB4400FA6A91 /* InMemoryStore.swift in Sources */,
B5831F442212700500D8604C /* Where.Expression.swift in Sources */,
+ B50C3F0023D1AB1400B29880 /* FieldCoders.Plist.swift in Sources */,
+ B56E4EE123CEBCF000E1708C /* FieldOptionalType.swift in Sources */,
B5F8496E234898240029D57B /* ListSnapshot.swift in Sources */,
B51260951E9B28F100402229 /* Internals.EntityIdentifier.swift in Sources */,
B53FBA011CAB2D2F00F0D40A /* CSMigrationResult.swift in Sources */,
@@ -2941,13 +3137,16 @@
B5D8CA782346EAEF0055D7D1 /* DataStack+DataSources.swift in Sources */,
B56923C61EB823B4007C4DC9 /* NSEntityDescription+Migration.swift in Sources */,
B56321A71BD65216006C9394 /* MigrationResult.swift in Sources */,
+ B56E4ED623CDB54A00E1708C /* FieldProtocol.swift in Sources */,
B5DE5232230BDA1300A22534 /* CoreStoreDefaults.swift in Sources */,
B598514A1C90289E00C99590 /* NSPersistentStoreCoordinator+Setup.swift in Sources */,
B52F74471E9B8724005F3DAC /* XcodeDataModelSchema.swift in Sources */,
B5FEC1901C9166E700532541 /* NSPersistentStore+Setup.swift in Sources */,
B56321A11BD65216006C9394 /* ListMonitor.swift in Sources */,
+ B50E42F923FBB91800ED476E /* ObjectProxy.swift in Sources */,
B5E1B5A51CAA4365007FD580 /* CSCoreStore+Observing.swift in Sources */,
B596BBB81DD5BC67001DCDD9 /* FetchableSource.swift in Sources */,
+ B50C3EE223D062C300B29880 /* FieldCoderType.swift in Sources */,
B56321881BD65216006C9394 /* BaseDataTransaction.swift in Sources */,
B56321A31BD65216006C9394 /* DataStack+Migration.swift in Sources */,
B56321901BD65216006C9394 /* ImportableUniqueObject.swift in Sources */,
@@ -2962,6 +3161,7 @@
B563218F1BD65216006C9394 /* ImportableObject.swift in Sources */,
B509D7D523C84E1900F42824 /* Transformable.Required.swift in Sources */,
B56321991BD65216006C9394 /* OrderBy.swift in Sources */,
+ B50C3EE723D153EA00B29880 /* Field.Coded.swift in Sources */,
B5D339EE1E9495E500C880DE /* CoreStoreObject+Querying.swift in Sources */,
B56321A51BD65216006C9394 /* MigrationChain.swift in Sources */,
B5E222261CA4E12600BA2E95 /* CSSynchronousDataTransaction.swift in Sources */,
@@ -2971,9 +3171,11 @@
B514EF1023A8DB190093DBA4 /* DiffableDataSource.Target.swift in Sources */,
B563218A1BD65216006C9394 /* SynchronousDataTransaction.swift in Sources */,
B52F744C1E9B8740005F3DAC /* CoreStoreSchema.swift in Sources */,
+ B56E4EE623CEDF0900E1708C /* Field.Virtual.swift in Sources */,
B5AEFAB71C9962AE00AD137F /* CoreStoreBridge.swift in Sources */,
B5E2222D1CA51B6E00BA2E95 /* CSUnsafeDataTransaction.swift in Sources */,
B50E174F23517C03004F033C /* Internals.DiffableDataUIDispatcher.StagedChangeset.swift in Sources */,
+ B50C3EF623D1623A00B29880 /* FieldCoders.NSCoding.swift in Sources */,
B563219F1BD65216006C9394 /* ObjectMonitor.swift in Sources */,
B56321B61BD6521C006C9394 /* Internals.WeakObject.swift in Sources */,
B56923EA1EB827F5007C4DC9 /* InferredSchemaMappingProvider.swift in Sources */,
@@ -2986,7 +3188,9 @@
B56923E61EB827F5007C4DC9 /* CustomSchemaMappingProvider.swift in Sources */,
B58D0C651EAA0C7E003EDD87 /* NSManagedObject+DynamicModel.swift in Sources */,
B533C4DD1D7D4BFA001383CB /* DispatchQueue+CoreStore.swift in Sources */,
+ B50C3EFB23D1987D00B29880 /* FieldCoders.Json.swift in Sources */,
B5ECDC321CA81CDC00C7F112 /* CSCoreStore+Transaction.swift in Sources */,
+ B50C3EDC23D0545800B29880 /* FieldAttributeProtocol.swift in Sources */,
B5DE522D230BD7D600A22534 /* Internals.swift in Sources */,
B56321851BD65216006C9394 /* CoreStore+Logging.swift in Sources */,
B56321921BD65216006C9394 /* BaseDataTransaction+Querying.swift in Sources */,
@@ -3013,8 +3217,10 @@
B5AA37F3235C28EE00FFD4B9 /* DiffableDataSource.CollectionViewAdapter-AppKit.swift in Sources */,
B50E175E2351848E004F033C /* Internals.DiffableDataUIDispatcher.DiffResult.swift in Sources */,
B5474D172227C08700B21FEC /* Internals.CoreStoreFetchRequest.swift in Sources */,
+ B57E6FA423D302FA000FD031 /* Field.Relationship.swift in Sources */,
B501322D2346A9B000FC238B /* ListPublisher.swift in Sources */,
B56924011EB82976007C4DC9 /* CSUnsafeDataModelSchema.swift in Sources */,
+ B56E4EDB23CEB8E700E1708C /* FieldStorableType.swift in Sources */,
B5215CB01FA4812500139E3A /* SectionMonitorBuilder.swift in Sources */,
B56321B41BD6521C006C9394 /* NSManagedObjectContext+Transaction.swift in Sources */,
B56923EE1EB827F6007C4DC9 /* SchemaMappingProvider.swift in Sources */,
@@ -3023,15 +3229,19 @@
B56321841BD65216006C9394 /* DefaultLogger.swift in Sources */,
B509D7C623C848DA00F42824 /* Relationship.ToOne.swift in Sources */,
B5DBE2CF1C9914A900B5CEFA /* CSCoreStore.swift in Sources */,
+ B57E6FAE23D30A5B000FD031 /* FieldRelationshipProtocol.swift in Sources */,
B5831B721F34AC3400A9F647 /* AttributeProtocol.swift in Sources */,
B546F95F1C9A12B800D5AC55 /* CSSQliteStore.swift in Sources */,
+ B50C3EF123D1605C00B29880 /* FieldCoders.DefaultNSSecureCoding.swift in Sources */,
B5ECDC0E1CA8161B00C7F112 /* CSGroupBy.swift in Sources */,
B5D339E91E9493A500C880DE /* Entity.swift in Sources */,
B5BF7FC8234D7E460070E741 /* ObjectSnapshot.swift in Sources */,
B56321A41BD65216006C9394 /* CoreStore+Migration.swift in Sources */,
B5BF7FB9234C97CE0070E741 /* DiffableDataSource.TableViewAdapter-UIKit.swift in Sources */,
+ B56E4ED123CD9E4200E1708C /* Field.Stored.swift in Sources */,
B56321A01BD65216006C9394 /* ObjectObserver.swift in Sources */,
B56321951BD65216006C9394 /* TypeErasedClauses.swift in Sources */,
+ B56E4ECC23CD9B4800E1708C /* Field.swift in Sources */,
B509D7C023C8480B00F42824 /* Value.Optional.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
diff --git a/CoreStoreDemo/CoreStoreDemo/CoreStoreDemo.xcdatamodeld/CoreStoreDemo.xcdatamodel/contents b/CoreStoreDemo/CoreStoreDemo/CoreStoreDemo.xcdatamodeld/CoreStoreDemo.xcdatamodel/contents
index 7df0666..f334ebd 100644
--- a/CoreStoreDemo/CoreStoreDemo/CoreStoreDemo.xcdatamodeld/CoreStoreDemo.xcdatamodel/contents
+++ b/CoreStoreDemo/CoreStoreDemo/CoreStoreDemo.xcdatamodeld/CoreStoreDemo.xcdatamodel/contents
@@ -1,5 +1,5 @@
-
+
@@ -20,7 +20,7 @@
-
+
\ No newline at end of file
diff --git a/CoreStoreTests/DynamicModelTests.swift b/CoreStoreTests/DynamicModelTests.swift
index 2b40a97..b98dec5 100644
--- a/CoreStoreTests/DynamicModelTests.swift
+++ b/CoreStoreTests/DynamicModelTests.swift
@@ -37,78 +37,139 @@ import CoreStore
#endif
class Animal: CoreStoreObject {
-
- let species = Value.Required("species", initial: "Swift")
- let master = Relationship.ToOne("master")
- let color = Transformable.Optional("color")
+
+ @Field.Stored("species")
+ var species: String = "Swift"
+
+ @Field.Coded("color", coder: FieldCoders.NSCoding.self)
+ var color: Color? = .blue
+
+ @Field.Relationship("master")
+ var master: Person?
}
class Dog: Animal {
-
- let nickname = Value.Optional("nickname")
- let age = Value.Required("age", initial: 1)
- let friends = Relationship.ToManyOrdered("friends")
- let friendedBy = Relationship.ToManyUnordered("friendedBy", inverse: { $0.friends })
+
+ @Field.Stored("nickname")
+ var nickname: String?
+
+ @Field.Stored("age")
+ var age: Int = 1
+
+ @Field.Relationship("friends")
+ var friends: [Dog]
+
+ @Field.Relationship("friendedBy", inverse: \.$friends)
+ var friendedBy: Set
+}
+
+struct CustomType {
+ var string = "customString"
+}
+
+enum Job: String {
+
+ case unemployed
+ case engineer
+ case doctor
+ case lawyer
+
+ init?(data: Data) {
+
+ guard
+ let rawValue = String(data: data, encoding: .utf8),
+ let value = Self.init(rawValue: rawValue)
+ else {
+
+ return nil
+ }
+ self = value
+ }
+
+ func toData() -> Data {
+
+ return Data(self.rawValue.utf8)
+ }
}
class Person: CoreStoreObject {
-
- let title = Value.Required(
+
+ @Field.Stored(
"title",
- initial: "Mr.",
- customSetter: Person.setTitle
+ customSetter: { (object, field, newValue) in
+ field.primitiveValue = newValue
+ object.$displayName.primitiveValue = nil
+ }
)
-
- let name = Value.Required(
+ var title: String = "Mr."
+
+ @Field.Stored(
"name",
- initial: "",
- customSetter: Person.setName
+ customSetter: { (object, field, newValue) in
+ field.primitiveValue = newValue
+ object.$displayName.primitiveValue = nil
+ }
)
-
- let displayName = Value.Optional(
+ var name: String = ""
+
+ @Field.Virtual(
"displayName",
- isTransient: true,
- customGetter: Person.getDisplayName(_:),
+ customGetter: Person.getDisplayName(_:_:),
affectedByKeyPaths: Person.keyPathsAffectingDisplayName()
)
+ var displayName: String?
- let spouse = Relationship.ToOne("spouse")
-
- let pets = Relationship.ToManyUnordered("pets", inverse: { $0.master })
+ @Field.Virtual(
+ "customType",
+ customGetter: { (object, field) in
- private let _spouse = Relationship.ToOne("_spouseInverse", inverse: { $0.spouse })
+ if let value = field.primitiveValue {
-
- private static func setTitle(_ partialObject: PartialObject, _ newValue: String) {
-
- partialObject.setPrimitiveValue(newValue, for: { $0.title })
- partialObject.setPrimitiveValue(nil, for: { $0.displayName })
- }
-
- private static func setName(_ partialObject: PartialObject, _ newValue: String) {
-
- partialObject.setPrimitiveValue(newValue, for: { $0.name })
- partialObject.setPrimitiveValue(nil, for: { $0.displayName })
- }
-
- static func getDisplayName(_ partialObject: PartialObject) -> String? {
-
- if let displayName = partialObject.primitiveValue(for: { $0.displayName }) {
-
- return displayName
+ return value
+ }
+ let value = CustomType()
+ field.primitiveValue = value
+ return value
}
- let title = partialObject.value(for: { $0.title })
- let name = partialObject.value(for: { $0.name })
- let displayName = "\(title) \(name)"
- partialObject.setPrimitiveValue(displayName, for: { $0.displayName })
- return displayName
+ )
+ var customField: CustomType
+
+ @Field.Coded(
+ "job",
+ coder: (
+ encode: { $0.toData() },
+ decode: { $0.flatMap(Job.init(data:)) ?? .unemployed }
+ )
+ )
+ var job: Job = .unemployed
+
+ @Field.Relationship("spouse")
+ var spouse: Person?
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Set
+
+ @Field.Relationship("_spouseInverse", inverse: \.$spouse)
+ private var spouseInverse: Person?
+
+ static func getDisplayName(_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> String? {
+
+ if let value = field.primitiveValue {
+
+ return value
+ }
+ let title = object.$title.value
+ let name = object.$name.value
+ let value = "\(title) \(name)"
+ field.primitiveValue = value
+ return value
}
static func keyPathsAffectingDisplayName() -> Set {
return [
- String(keyPath: \Person.title),
- String(keyPath: \Person.name)
+ String(keyPath: \Person.$title),
+ String(keyPath: \Person.$name)
]
}
}
@@ -132,19 +193,19 @@ class DynamicModelTests: BaseTestDataTestCase {
versionLock: [
"Animal": [0x1b59d511019695cf, 0xdeb97e86c5eff179, 0x1cfd80745646cb3, 0x4ff99416175b5b9a],
"Dog": [0xe3f0afeb109b283a, 0x29998d292938eb61, 0x6aab788333cfc2a3, 0x492ff1d295910ea7],
- "Person": [0x2831cf046084d96d, 0xbe19b13ace54641, 0x635a082728b0f6f0, 0x3d4ef2dd4b74a87c]
+ "Person": [0xf3e6ba6016bbedc6, 0x50dedf64f0eba490, 0xa32088a0ee83468d, 0xb72d1d0b37bd0992]
]
)
)
self.prepareStack(dataStack, configurations: [nil]) { (stack) in
- let k1 = String(keyPath: \Animal.species)
+ let k1 = String(keyPath: \Animal.$species)
XCTAssertEqual(k1, "species")
- let k2 = String(keyPath: \Dog.species)
+ let k2 = String(keyPath: \Dog.$species)
XCTAssertEqual(k2, "species")
- let k3 = String(keyPath: \Dog.nickname)
+ let k3 = String(keyPath: \Dog.$nickname)
XCTAssertEqual(k3, "nickname")
let updateDone = self.expectation(description: "update-done")
@@ -156,27 +217,28 @@ class DynamicModelTests: BaseTestDataTestCase {
asynchronous: { (transaction) in
let animal = transaction.create(Into())
- XCTAssertEqual(animal.species.value, "Swift")
- XCTAssertTrue(type(of: animal.species.value) == String.self)
+ XCTAssertEqual(animal.species, "Swift")
+ XCTAssertTrue(type(of: animal.species) == String.self)
+ XCTAssertEqual(animal.color, Color.blue)
- animal.species .= "Sparrow"
- XCTAssertEqual(animal.species.value, "Sparrow")
+ animal.species = "Sparrow"
+ XCTAssertEqual(animal.species, "Sparrow")
- animal.color .= .yellow
- XCTAssertEqual(animal.color.value, Color.yellow)
+ animal.color = .yellow
+ XCTAssertEqual(animal.color, Color.yellow)
for property in Animal.metaProperties(includeSuperclasses: true) {
switch property.keyPath {
- case String(keyPath: \Animal.species):
- XCTAssertTrue(property is ValueContainer.Required)
+ case String(keyPath: \Animal.$species):
+ XCTAssertTrue(property is FieldContainer.Stored)
- case String(keyPath: \Animal.master):
- XCTAssertTrue(property is RelationshipContainer.ToOne)
+ case String(keyPath: \Animal.$master):
+ XCTAssertTrue(property is FieldContainer.Relationship)
- case String(keyPath: \Animal.color):
- XCTAssertTrue(property is TransformableContainer.Optional)
+ case String(keyPath: \Animal.$color):
+ XCTAssertTrue(property is FieldContainer.Coded)
default:
XCTFail("Unknown KeyPath: \"\(property.keyPath)\"")
@@ -184,34 +246,34 @@ class DynamicModelTests: BaseTestDataTestCase {
}
let dog = transaction.create(Into())
- XCTAssertEqual(dog.species.value, "Swift")
- XCTAssertEqual(dog.nickname.value, nil)
- XCTAssertEqual(dog.age.value, 1)
+ XCTAssertEqual(dog.species, "Swift")
+ XCTAssertEqual(dog.nickname, nil)
+ XCTAssertEqual(dog.age, 1)
for property in Dog.metaProperties(includeSuperclasses: true) {
switch property.keyPath {
- case String(keyPath: \Dog.species):
- XCTAssertTrue(property is ValueContainer.Required)
+ case String(keyPath: \Dog.$species):
+ XCTAssertTrue(property is FieldContainer.Stored)
- case String(keyPath: \Dog.master):
- XCTAssertTrue(property is RelationshipContainer.ToOne)
+ case String(keyPath: \Dog.$master):
+ XCTAssertTrue(property is FieldContainer.Relationship)
- case String(keyPath: \Dog.color):
- XCTAssertTrue(property is TransformableContainer.Optional)
+ case String(keyPath: \Dog.$color):
+ XCTAssertTrue(property is FieldContainer.Coded)
- case String(keyPath: \Dog.nickname):
- XCTAssertTrue(property is ValueContainer.Optional)
+ case String(keyPath: \Dog.$nickname):
+ XCTAssertTrue(property is FieldContainer.Stored)
- case String(keyPath: \Dog.age):
- XCTAssertTrue(property is ValueContainer.Required)
+ case String(keyPath: \Dog.$age):
+ XCTAssertTrue(property is FieldContainer.Stored)
- case String(keyPath: \Dog.friends):
- XCTAssertTrue(property is RelationshipContainer.ToManyOrdered)
+ case String(keyPath: \Dog.$friends):
+ XCTAssertTrue(property is FieldContainer.Relationship<[Dog]>)
- case String(keyPath: \Dog.friendedBy):
- XCTAssertTrue(property is RelationshipContainer.ToManyUnordered)
+ case String(keyPath: \Dog.$friendedBy):
+ XCTAssertTrue(property is FieldContainer.Relationship>)
default:
XCTFail("Unknown KeyPath: \"\(property.keyPath)\"")
@@ -231,17 +293,17 @@ class DynamicModelTests: BaseTestDataTestCase {
//
// #endif
- let didSetObserver = dog.species.observe(options: [.new, .old]) { (object, change) in
+ let didSetObserver = dog.observe(\.$species, options: [.new, .old]) { (object, change) in
XCTAssertEqual(object, dog)
XCTAssertEqual(change.kind, .setting)
XCTAssertEqual(change.newValue, "Dog")
XCTAssertEqual(change.oldValue, "Swift")
XCTAssertFalse(change.isPrior)
- XCTAssertEqual(object.species.value, "Dog")
+ XCTAssertEqual(object.species, "Dog")
didSetObserverDone.fulfill()
}
- let willSetObserver = dog.species.observe(options: [.new, .old, .prior]) { (object, change) in
+ let willSetObserver = dog.observe(\.$species, options: [.new, .old, .prior]) { (object, change) in
XCTAssertEqual(object, dog)
XCTAssertEqual(change.kind, .setting)
@@ -250,28 +312,30 @@ class DynamicModelTests: BaseTestDataTestCase {
if change.isPrior {
XCTAssertNil(change.newValue)
- XCTAssertEqual(object.species.value, "Swift")
+ XCTAssertEqual(object.species, "Swift")
willSetPriorObserverDone.fulfill()
}
else {
XCTAssertEqual(change.newValue, "Dog")
- XCTAssertEqual(object.species.value, "Dog")
+ XCTAssertEqual(object.species, "Dog")
willSetNotPriorObserverDone.fulfill()
}
}
- dog.species .= "Dog"
- XCTAssertEqual(dog.species.value, "Dog")
+ dog.species = "Dog"
+ XCTAssertEqual(dog.species, "Dog")
didSetObserver.invalidate()
willSetObserver.invalidate()
- dog.nickname .= "Spot"
- XCTAssertEqual(dog.nickname.value, "Spot")
+ dog.nickname = "Spot"
+ XCTAssertEqual(dog.nickname, "Spot")
let person = transaction.create(Into())
- XCTAssertTrue(person.pets.value.isEmpty)
+ XCTAssertTrue(person.pets.isEmpty)
+ XCTAssertEqual(person.customField.string, "customString")
+ XCTAssertEqual(person.job, .unemployed)
XCTAssertEqual(
person.rawObject!
@@ -280,7 +344,7 @@ class DynamicModelTests: BaseTestDataTestCase {
["title", "name"]
)
- person.name .= "Joe"
+ person.name = "Joe"
XCTAssertEqual(person.rawObject!.value(forKey: "name") as! String?, "Joe")
XCTAssertEqual(person.rawObject!.value(forKey: "displayName") as! String?, "Mr. Joe")
@@ -288,46 +352,66 @@ class DynamicModelTests: BaseTestDataTestCase {
person.rawObject!.setValue("AAAA", forKey: "displayName")
XCTAssertEqual(person.rawObject!.value(forKey: "displayName") as! String?, "AAAA")
- person.name .= "John"
- XCTAssertEqual(person.name.value, "John")
- XCTAssertEqual(person.displayName.value, "Mr. John") // Custom getter
+ person.name = "John"
+ XCTAssertEqual(person.name, "John")
+ XCTAssertEqual(person.displayName, "Mr. John") // Custom getter
let personSnapshot1 = person.asSnapshot(in: transaction)!
- XCTAssertEqual(person.name.value, personSnapshot1.name)
- XCTAssertEqual(person.title.value, personSnapshot1.title)
- XCTAssertEqual(person.displayName.value, personSnapshot1.displayName)
+ XCTAssertEqual(person.name, personSnapshot1.$name)
+ XCTAssertEqual(person.title, personSnapshot1.$title)
+ XCTAssertEqual(person.displayName, personSnapshot1.$displayName)
+ XCTAssertEqual(person.job, personSnapshot1.$job)
- person.title .= "Sir"
- XCTAssertEqual(person.displayName.value, "Sir John")
+ person.title = "Sir"
+ XCTAssertEqual(person.displayName, "Sir John")
- XCTAssertEqual(personSnapshot1.name, "John")
- XCTAssertEqual(personSnapshot1.title, "Mr.")
- XCTAssertEqual(personSnapshot1.displayName, "Mr. John")
+ XCTAssertEqual(personSnapshot1.$name, "John")
+ XCTAssertEqual(personSnapshot1.$title, "Mr.")
+ XCTAssertEqual(personSnapshot1.$displayName, "Mr. John")
+
+ person.customField.string = "newCustomString"
+ XCTAssertEqual(person.customField.string, "newCustomString")
+
+ person.job = .engineer
+ XCTAssertEqual(person.job, .engineer)
let personSnapshot2 = person.asSnapshot(in: transaction)!
- XCTAssertEqual(person.name.value, personSnapshot2.name)
- XCTAssertEqual(person.title.value, personSnapshot2.title)
- XCTAssertEqual(person.displayName.value, personSnapshot2.displayName)
+ XCTAssertEqual(person.name, personSnapshot2.$name)
+ XCTAssertEqual(person.title, personSnapshot2.$title)
+ XCTAssertEqual(person.displayName, personSnapshot2.$displayName)
+ XCTAssertEqual(person.job, personSnapshot2.$job)
var personSnapshot3 = personSnapshot2
- personSnapshot3.name = "James"
- XCTAssertEqual(personSnapshot1.name, "John")
- XCTAssertEqual(personSnapshot1.displayName, "Mr. John")
- XCTAssertEqual(personSnapshot2.name, "John")
- XCTAssertEqual(personSnapshot2.displayName, "Sir John")
- XCTAssertEqual(personSnapshot3.name, "James")
- XCTAssertEqual(personSnapshot3.displayName, "Sir John")
+ personSnapshot3.$name = "James"
+ XCTAssertEqual(personSnapshot1.$name, "John")
+ XCTAssertEqual(personSnapshot1.$displayName, "Mr. John")
+ XCTAssertEqual(personSnapshot1.$job, .unemployed)
+ XCTAssertEqual(personSnapshot2.$name, "John")
+ XCTAssertEqual(personSnapshot2.$displayName, "Sir John")
+ XCTAssertEqual(personSnapshot2.$job, .engineer)
+ XCTAssertEqual(personSnapshot3.$name, "James")
+ XCTAssertEqual(personSnapshot3.$displayName, "Sir John")
+ XCTAssertEqual(personSnapshot3.$job, .engineer)
+
- person.pets.value.insert(dog)
+ person.pets.insert(dog)
XCTAssertEqual(person.pets.count, 1)
- XCTAssertEqual(person.pets.value.first, dog)
- XCTAssertEqual(person.pets.value.first?.master.value, person)
- XCTAssertEqual(dog.master.value, person)
- XCTAssertEqual(dog.master.value?.pets.value.first, dog)
+ XCTAssertEqual(person.pets.first, dog)
+ XCTAssertEqual(person.pets.first?.master, person)
+ XCTAssertEqual(dog.master, person)
+ XCTAssertEqual(dog.master?.pets.first, dog)
},
success: { _ in
-
+
+ let person = try! stack.fetchOne(From())
+ XCTAssertNotNil(person)
+
+ let personPublisher = person!.asPublisher(in: stack)
+ XCTAssertEqual(personPublisher.$name, "John")
+ XCTAssertEqual(personPublisher.$displayName, "Sir John")
+ XCTAssertEqual(personPublisher.$job, .engineer)
+
updateDone.fulfill()
},
failure: { _ in
@@ -338,59 +422,67 @@ class DynamicModelTests: BaseTestDataTestCase {
stack.perform(
asynchronous: { (transaction) in
- let p1 = Where({ $0.species == "Sparrow" })
+ let p1 = Where({ $0.$species == "Sparrow" })
XCTAssertEqual(p1.predicate, NSPredicate(format: "%K == %@", "species", "Sparrow"))
let bird = try transaction.fetchOne(From(), p1)
XCTAssertNotNil(bird)
- XCTAssertEqual(bird!.species.value, "Sparrow")
+ XCTAssertEqual(bird!.species, "Sparrow")
+ XCTAssertEqual(bird!.color, Color.yellow)
- let p2 = Where({ $0.nickname == "Spot" })
+ let p2 = Where({ $0.$nickname == "Spot" })
XCTAssertEqual(p2.predicate, NSPredicate(format: "%K == %@", "nickname", "Spot"))
- let dog = try transaction.fetchOne(From().where(\.nickname == "Spot"))
+ let dog = try transaction.fetchOne(From().where(\.$nickname == "Spot"))
XCTAssertNotNil(dog)
- XCTAssertEqual(dog!.nickname.value, "Spot")
- XCTAssertEqual(dog!.species.value, "Dog")
+ XCTAssertEqual(dog!.nickname, "Spot")
+ XCTAssertEqual(dog!.species, "Dog")
let person = try transaction.fetchOne(From())
XCTAssertNotNil(person)
- XCTAssertEqual(person!.pets.value.first, dog)
+ XCTAssertEqual(person!.name, "John")
+ XCTAssertEqual(person!.title, "Sir")
+ XCTAssertEqual(person!.displayName, "Sir John")
+ XCTAssertEqual(person!.customField.string, "customString")
+ XCTAssertEqual(person!.job, .engineer)
+ XCTAssertEqual(person!.pets.first, dog)
- let p3 = Where({ $0.age == 10 })
+ let p3 = Where({ $0.$age == 10 })
XCTAssertEqual(p3.predicate, NSPredicate(format: "%K == %d", "age", 10))
- let totalAge = try transaction.queryValue(From().select(Int.self, .sum(\Dog.age)))
+ let totalAge = try transaction.queryValue(
+ From().select(Int.self, .sum(\.$age))
+ )
XCTAssertEqual(totalAge, 1)
_ = try transaction.fetchAll(
From()
- .where(\Animal.species == "Dog" && \Dog.age == 10)
+ .where(\Animal.$species == "Dog" && \Dog.$age == 10)
)
_ = try transaction.fetchAll(
From()
- .where(\Dog.age == 10 && \Animal.species == "Dog")
- .orderBy(.ascending({ $0.species }))
+ .where(\Dog.$age == 10 && \Animal.$species == "Dog")
+ .orderBy(.ascending({ $0.$species }))
)
_ = try transaction.fetchAll(
From(),
- Where({ $0.age > 10 && $0.age <= 15 })
+ Where({ $0.$age > 10 && $0.$age <= 15 })
)
_ = try transaction.fetchAll(
From(),
- Where({ $0.species == "Dog" && $0.age == 10 })
+ Where({ $0.$species == "Dog" && $0.$age == 10 })
)
_ = try transaction.fetchAll(
From(),
- Where({ $0.age == 10 && $0.species == "Dog" })
+ Where({ $0.$age == 10 && $0.$species == "Dog" })
)
_ = try transaction.fetchAll(
From(),
- Where({ $0.age > 10 && $0.age <= 15 })
+ Where({ $0.$age > 10 && $0.$age <= 15 })
)
_ = try transaction.fetchAll(
From(),
- (\Dog.age > 10 && \Dog.age <= 15)
+ (\Dog.$age > 10 && \Dog.$age <= 15)
)
},
success: { _ in
@@ -409,8 +501,8 @@ class DynamicModelTests: BaseTestDataTestCase {
@objc
dynamic func test_ThatDynamicModelKeyPaths_CanBeCreated() {
- XCTAssertEqual(String(keyPath: \Animal.species), "species")
- XCTAssertEqual(String(keyPath: \Dog.species), "species")
+ XCTAssertEqual(String(keyPath: \Animal.$species), "species")
+ XCTAssertEqual(String(keyPath: \Dog.$species), "species")
}
@nonobjc
diff --git a/CoreStoreTests/ListObserverTests.swift b/CoreStoreTests/ListObserverTests.swift
index 7257df9..ac1bb5a 100644
--- a/CoreStoreTests/ListObserverTests.swift
+++ b/CoreStoreTests/ListObserverTests.swift
@@ -53,7 +53,7 @@ class ListObserverTests: BaseTestDataTestCase {
var events = 0
- let willChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorWillChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -67,7 +67,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 0
}
)
- let didInsertSectionExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didInsertSection:toSectionIndex:"),
object: observer,
handler: { (note) -> Bool in
@@ -87,7 +87,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 1
}
)
- let didInsertObjectExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didInsertObject:toIndexPath:"),
object: observer,
handler: { (note) -> Bool in
@@ -119,7 +119,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 2
}
)
- let didChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorDidChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -184,7 +184,7 @@ class ListObserverTests: BaseTestDataTestCase {
var events = 0
- let willChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorWillChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -199,7 +199,7 @@ class ListObserverTests: BaseTestDataTestCase {
}
)
- let didUpdateObjectExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didUpdateObject:atIndexPath:"),
object: observer,
handler: { (note) -> Bool in
@@ -250,7 +250,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 1 || events == 2
}
)
- let didChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorDidChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -329,7 +329,7 @@ class ListObserverTests: BaseTestDataTestCase {
var events = 0
- let willChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorWillChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -343,7 +343,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 0
}
)
- let didMoveObjectExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didMoveObject:fromIndexPath:toIndexPath:"),
object: observer,
handler: { (note) -> Bool in
@@ -376,7 +376,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 1
}
)
- let didChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorDidChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -437,7 +437,7 @@ class ListObserverTests: BaseTestDataTestCase {
var events = 0
- let willChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorWillChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -451,7 +451,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 0
}
)
- let didUpdateObjectExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didDeleteObject:fromIndexPath:"),
object: observer,
handler: { (note) -> Bool in
@@ -480,7 +480,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 1 || events == 2
}
)
- let didDeleteSectionExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didDeleteSection:fromSectionIndex:"),
object: observer,
handler: { (note) -> Bool in
@@ -508,7 +508,7 @@ class ListObserverTests: BaseTestDataTestCase {
return events == 3
}
)
- let didChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorDidChange:"),
object: observer,
handler: { (note) -> Bool in
diff --git a/CoreStoreTests/ObjectObserverTests.swift b/CoreStoreTests/ObjectObserverTests.swift
index df92521..4072916 100644
--- a/CoreStoreTests/ObjectObserverTests.swift
+++ b/CoreStoreTests/ObjectObserverTests.swift
@@ -57,7 +57,7 @@ class ObjectObserverTests: BaseTestDataTestCase {
var events = 0
- let willUpdateExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "objectMonitor:willUpdateObject:"),
object: observer,
handler: { (note) -> Bool in
@@ -74,7 +74,7 @@ class ObjectObserverTests: BaseTestDataTestCase {
return events == 0
}
)
- let didUpdateExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "objectMonitor:didUpdateObject:changedPersistentKeys:"),
object: observer,
handler: { (note) -> Bool in
@@ -154,7 +154,7 @@ class ObjectObserverTests: BaseTestDataTestCase {
var events = 0
- let didDeleteExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "objectMonitor:didDeleteObject:"),
object: observer,
handler: { (note) -> Bool in
diff --git a/CoreStoreTests/TransactionTests.swift b/CoreStoreTests/TransactionTests.swift
index a26e15b..e91bfb7 100644
--- a/CoreStoreTests/TransactionTests.swift
+++ b/CoreStoreTests/TransactionTests.swift
@@ -400,7 +400,7 @@ final class TransactionTests: BaseTestCase {
XCTAssertFalse(monitor.hasObjects())
var events = 0
- let willChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorWillChange:"),
object: observer,
handler: { (note) -> Bool in
@@ -414,7 +414,7 @@ final class TransactionTests: BaseTestCase {
return events == 0
}
)
- let didInsertObjectExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitor:didInsertObject:toIndexPath:"),
object: observer,
handler: { (note) -> Bool in
@@ -444,7 +444,7 @@ final class TransactionTests: BaseTestCase {
return events == 1
}
)
- let didChangeExpectation = self.expectation(
+ _ = self.expectation(
forNotification: NSNotification.Name(rawValue: "listMonitorDidChange:"),
object: observer,
handler: { (note) -> Bool in
diff --git a/CoreStoreTests/WhereTests.swift b/CoreStoreTests/WhereTests.swift
index d9b2ed5..6dcaed7 100644
--- a/CoreStoreTests/WhereTests.swift
+++ b/CoreStoreTests/WhereTests.swift
@@ -67,7 +67,7 @@ final class WhereTests: XCTestCase {
dynamic func test_ThatDynamicModelKeyPaths_CanBeCreated() {
XCTAssertAllEqual(String(keyPath: \TestEntity1.testEntityID), "testEntityID")
- XCTAssertAllEqual(String(keyPath: \Animal.color), "color")
+ XCTAssertAllEqual(String(keyPath: \Animal.$color), "color")
}
@objc
@@ -104,18 +104,18 @@ final class WhereTests: XCTestCase {
XCTAssertAllEqual(
"master.pets",
- (\Animal.master ~ \.pets).description,
- String(keyPath: \Animal.master ~ \.pets)
+ (\Animal.$master ~ \.$pets).description,
+ String(keyPath: \Animal.$master ~ \.$pets)
)
XCTAssertAllEqual(
"master.pets.species",
- (\Animal.master ~ \.pets ~ \.species).description,
- String(keyPath: \Animal.master ~ \.pets ~ \.species)
+ (\Animal.$master ~ \.$pets ~ \.$species).description,
+ String(keyPath: \Animal.$master ~ \.$pets ~ \.$species)
)
XCTAssertAllEqual(
"master.pets.master",
- (\Animal.master ~ \.pets ~ \.master).description,
- String(keyPath: \Animal.master ~ \.pets ~ \.master)
+ (\Animal.$master ~ \.$pets ~ \.$master).description,
+ String(keyPath: \Animal.$master ~ \.$pets ~ \.$master)
)
}
}
@@ -138,8 +138,8 @@ final class WhereTests: XCTestCase {
XCTAssertAllEqual(
"master.pets.@count",
- (\Animal.master ~ \.pets).count().description,
- String(keyPath: (\Animal.master ~ \.pets).count())
+ (\Animal.$master ~ \.$pets).count().description,
+ String(keyPath: (\Animal.$master ~ \.$pets).count())
)
}
}
@@ -162,13 +162,13 @@ final class WhereTests: XCTestCase {
XCTAssertAllEqual(
"ANY master.pets",
- (\Animal.master ~ \.pets).any().description,
- String(keyPath: (\Animal.master ~ \.pets).any())
+ (\Animal.$master ~ \.$pets).any().description,
+ String(keyPath: (\Animal.$master ~ \.$pets).any())
)
XCTAssertAllEqual(
"ANY master.pets.species",
- (\Animal.master ~ \.pets ~ \.species).any().description,
- String(keyPath: (\Animal.master ~ \.pets ~ \.species).any())
+ (\Animal.$master ~ \.$pets ~ \.$species).any().description,
+ String(keyPath: (\Animal.$master ~ \.$pets ~ \.$species).any())
)
}
}
@@ -191,13 +191,13 @@ final class WhereTests: XCTestCase {
XCTAssertAllEqual(
"ALL master.pets",
- (\Animal.master ~ \.pets).all().description,
- String(keyPath: (\Animal.master ~ \.pets).all())
+ (\Animal.$master ~ \.$pets).all().description,
+ String(keyPath: (\Animal.$master ~ \.$pets).all())
)
XCTAssertAllEqual(
"ALL master.pets.species",
- (\Animal.master ~ \.pets ~ \.species).all().description,
- String(keyPath: (\Animal.master ~ \.pets ~ \.species).all())
+ (\Animal.$master ~ \.$pets ~ \.$species).all().description,
+ String(keyPath: (\Animal.$master ~ \.$pets ~ \.$species).all())
)
}
}
@@ -220,13 +220,13 @@ final class WhereTests: XCTestCase {
XCTAssertAllEqual(
"NONE master.pets",
- (\Animal.master ~ \.pets).none().description,
- String(keyPath: (\Animal.master ~ \.pets).none())
+ (\Animal.$master ~ \.$pets).none().description,
+ String(keyPath: (\Animal.$master ~ \.$pets).none())
)
XCTAssertAllEqual(
"NONE master.pets.species",
- (\Animal.master ~ \.pets ~ \.species).none().description,
- String(keyPath: (\Animal.master ~ \.pets ~ \.species).none())
+ (\Animal.$master ~ \.$pets ~ \.$species).none().description,
+ String(keyPath: (\Animal.$master ~ \.$pets ~ \.$species).none())
)
}
}
@@ -247,7 +247,7 @@ final class WhereTests: XCTestCase {
}
do {
- let whereClause: Where = (\.master ~ \.name) == dummy
+ let whereClause: Where = (\.$master ~ \.$name) == dummy
let predicate = NSPredicate(format: "master.name == %@", dummy)
XCTAssertAllEqual(whereClause, Where(predicate))
XCTAssertAllEqual(whereClause.predicate, predicate)
@@ -265,7 +265,7 @@ final class WhereTests: XCTestCase {
}
do {
- let whereClause: Where = (\.master ~ \.spouse ~ \.name) == dummy
+ let whereClause: Where = (\.$master ~ \.$spouse ~ \.$name) == dummy
let predicate = NSPredicate(format: "master.spouse.name == %@", dummy)
XCTAssertAllEqual(whereClause, Where(predicate))
XCTAssertAllEqual(whereClause.predicate, predicate)
@@ -283,7 +283,7 @@ final class WhereTests: XCTestCase {
}
do {
- let whereClause: Where = (\.master ~ \.pets).count() == count
+ let whereClause: Where = (\.$master ~ \.$pets).count() == count
let predicate = NSPredicate(format: "master.pets.@count == %d", count)
XCTAssertAllEqual(whereClause, Where(predicate))
XCTAssertAllEqual(whereClause.predicate, predicate)
@@ -301,7 +301,7 @@ final class WhereTests: XCTestCase {
}
do {
- let whereClause: Where = (\.master ~ \.pets ~ \.species).any() == dummy
+ let whereClause: Where = (\.$master ~ \.$pets ~ \.$species).any() == dummy
let predicate = NSPredicate(format: "ANY master.pets.species == %@", dummy)
XCTAssertAllEqual(whereClause, Where(predicate))
XCTAssertAllEqual(whereClause.predicate, predicate)
@@ -319,7 +319,7 @@ final class WhereTests: XCTestCase {
}
do {
- let whereClause: Where = (\.master ~ \.pets ~ \.species).all() == dummy
+ let whereClause: Where = (\.$master ~ \.$pets ~ \.$species).all() == dummy
let predicate = NSPredicate(format: "ALL master.pets.species == %@", dummy)
XCTAssertAllEqual(whereClause, Where(predicate))
XCTAssertAllEqual(whereClause.predicate, predicate)
@@ -337,7 +337,7 @@ final class WhereTests: XCTestCase {
}
do {
- let whereClause: Where = (\.master ~ \.pets ~ \.species).none() == dummy
+ let whereClause: Where = (\.$master ~ \.$pets ~ \.$species).none() == dummy
let predicate = NSPredicate(format: "NONE master.pets.species == %@", dummy)
XCTAssertAllEqual(whereClause, Where(predicate))
XCTAssertAllEqual(whereClause.predicate, predicate)
diff --git a/README.md b/README.md
index 4a2d255..f868c38 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ Unleashing the real power of Core Data with the elegance and safety of Swift
-* **Swift 5.1:** iOS 10+ / macOS 10.12+ / watchOS 3.0+ / tvOS 10.0+
-* Previously supported Swift versions: [Swift 3.2](https://github.com/JohnEstropia/CoreStore/tree/4.2.3), [Swift 4.2](https://github.com/JohnEstropia/CoreStore/tree/6.2.1), [Swift 5.0](https://github.com/JohnEstropia/CoreStore/tree/6.3.2)
+* **Swift 5.2:** iOS 10+ / macOS 10.12+ / watchOS 3.0+ / tvOS 10.0+
+* Previously supported Swift versions: [Swift 3.2](https://github.com/JohnEstropia/CoreStore/tree/4.2.3), [Swift 4.2](https://github.com/JohnEstropia/CoreStore/tree/6.2.1), [Swift 5.0](https://github.com/JohnEstropia/CoreStore/tree/6.3.2), [Swift 5.1](https://github.com/JohnEstropia/CoreStore/tree/7.0.4)
Upgrading from CoreStore 6.x (swift 5.0) to 7.x (Swift 5.1)? Check out the [🆕 features](#features) and make sure to read the [Change logs](https://github.com/JohnEstropia/CoreStore/releases).
@@ -1888,7 +1888,7 @@ From the **File** - **Swift Packages** - **Add Package Dependency…** menu, sea
```
CoreStore
```
-where `JohnEstropia` is the *Owner*. Then add to your project.
+where `JohnEstropia` is the *Owner* (forks may appear as well). Then add to your project.
### Objective-C support
diff --git a/Sources/AttributeProtocol.swift b/Sources/AttributeProtocol.swift
index 5447d9a..01f5fb3 100644
--- a/Sources/AttributeProtocol.swift
+++ b/Sources/AttributeProtocol.swift
@@ -29,7 +29,7 @@ import CoreData
// MARK: - AttributeProtocol
-internal protocol AttributeProtocol: PropertyProtocol {
+internal protocol AttributeProtocol: AnyObject, PropertyProtocol {
typealias EntityDescriptionValues = (
attributeType: NSAttributeType,
diff --git a/Sources/CoreStore+CustomDebugStringConvertible.swift b/Sources/CoreStore+CustomDebugStringConvertible.swift
index 4eb4144..1825acd 100644
--- a/Sources/CoreStore+CustomDebugStringConvertible.swift
+++ b/Sources/CoreStore+CustomDebugStringConvertible.swift
@@ -94,9 +94,10 @@ extension CoreStoreError: CustomDebugStringConvertible, CoreStoreDebugStringConv
firstLine = ".progressiveMigrationRequired"
info.append(("localStoreURL", localStoreURL))
- case .asynchronousMigrationRequired(let localStoreURL):
+ case .asynchronousMigrationRequired(let localStoreURL, let NSError):
firstLine = ".asynchronousMigrationRequired"
info.append(("localStoreURL", localStoreURL))
+ info.append(("NSError", NSError))
case .internalError(let NSError):
firstLine = ".internalError"
diff --git a/Sources/CoreStoreError.swift b/Sources/CoreStoreError.swift
index ad19859..e2a5dd9 100644
--- a/Sources/CoreStoreError.swift
+++ b/Sources/CoreStoreError.swift
@@ -198,9 +198,6 @@ public enum CoreStoreError: Error, CustomNSError, Hashable {
case (.userError(let error1), .userError(let error2)):
switch (error1, error2) {
-
- case (let error1 as AnyHashable, let error2 as AnyHashable):
- return error1 == error2
case (let error1 as NSError, let error2 as NSError):
return error1.isEqual(error2)
diff --git a/Sources/CoreStoreObject+DataSources.swift b/Sources/CoreStoreObject+DataSources.swift
index 52155f4..2a18563 100644
--- a/Sources/CoreStoreObject+DataSources.swift
+++ b/Sources/CoreStoreObject+DataSources.swift
@@ -1,9 +1,26 @@
//
// CoreStoreObject+DataSources.swift
-// CoreStore iOS
+// CoreStore
//
-// Created by John Estropia on 2019/10/04.
-// Copyright © 2019 John Rommel Estropia. All rights reserved.
+// Copyright © 2020 John Rommel Estropia
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all
+// copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+// SOFTWARE.
//
#if canImport(UIKit) || canImport(AppKit)
diff --git a/Sources/CoreStoreObject+Observing.swift b/Sources/CoreStoreObject+Observing.swift
index b9f4996..a04f839 100644
--- a/Sources/CoreStoreObject+Observing.swift
+++ b/Sources/CoreStoreObject+Observing.swift
@@ -27,6 +27,33 @@ import Foundation
import CoreData
+extension DynamicObject where Self: CoreStoreObject {
+
+ public func observe(_ keyPath: KeyPath.Stored>, options: NSKeyValueObservingOptions = [], changeHandler: @escaping (Self, CoreStoreObjectValueDiff) -> Void) -> CoreStoreObjectKeyValueObservation {
+
+ let result = _CoreStoreObjectKeyValueObservation(
+ object: self.rawObject!,
+ keyPath: self[keyPath: keyPath].keyPath,
+ callback: { (object, kind, newValue, oldValue, _, isPrior) in
+
+ let notification = CoreStoreObjectValueDiff(
+ kind: kind,
+ newNativeValue: newValue as? V.QueryableNativeType,
+ oldNativeValue: oldValue as? V.QueryableNativeType,
+ isPrior: isPrior
+ )
+ changeHandler(
+ Self.cs_fromRaw(object: object),
+ notification
+ )
+ }
+ )
+ result.start(options)
+ return result
+ }
+}
+
+
// MARK: CoreStoreObjectKeyValueObservation
/**
diff --git a/Sources/CoreStoreObject+Querying.swift b/Sources/CoreStoreObject+Querying.swift
index 8d21e91..c63b937 100644
--- a/Sources/CoreStoreObject+Querying.swift
+++ b/Sources/CoreStoreObject+Querying.swift
@@ -26,6 +26,88 @@
import CoreData
import Foundation
+// MARK: - FieldContainer.Value
+
+extension FieldContainer.Stored {
+
+ /**
+ Creates a `Where` clause by comparing if a property is equal to a value
+ ```
+ let person = dataStack.fetchOne(From().where({ $0.nickname == "John" }))
+ ```
+ */
+ public static func == (_ attribute: Self, _ value: V) -> Where {
+
+ return Where(attribute.keyPath, isEqualTo: value)
+ }
+
+ /**
+ Creates a `Where` clause by comparing if a property is not equal to a value
+ ```
+ let person = dataStack.fetchOne(From().where({ $0.nickname != "John" }))
+ ```
+ */
+ public static func != (_ attribute: Self, _ value: V) -> Where {
+
+ return !Where(attribute.keyPath, isEqualTo: value)
+ }
+
+ /**
+ Creates a `Where` clause by comparing if a property is less than a value
+ ```
+ let person = dataStack.fetchOne(From().where({ $0.age < 20 }))
+ ```
+ */
+ public static func < (_ attribute: Self, _ value: V) -> Where {
+
+ return Where("%K < %@", attribute.keyPath, value.cs_toFieldStoredNativeType() as Any)
+ }
+
+ /**
+ Creates a `Where` clause by comparing if a property is greater than a value
+ ```
+ let person = dataStack.fetchOne(From().where({ $0.age > 20 }))
+ ```
+ */
+ public static func > (_ attribute: Self, _ value: V) -> Where {
+
+ return Where("%K > %@", attribute.keyPath, value.cs_toFieldStoredNativeType() as Any)
+ }
+
+ /**
+ Creates a `Where` clause by comparing if a property is less than or equal to a value
+ ```
+ let person = dataStack.fetchOne(From().where({ $0.age <= 20 }))
+ ```
+ */
+ public static func <= (_ attribute: Self, _ value: V) -> Where {
+
+ return Where("%K <= %@", attribute.keyPath, value.cs_toFieldStoredNativeType() as Any)
+ }
+
+ /**
+ Creates a `Where` clause by comparing if a property is greater than or equal to a value
+ ```
+ let person = dataStack.fetchOne(From().where({ $0.age >= 20 }))
+ ```
+ */
+ public static func >= (_ attribute: Self, _ value: V) -> Where {
+
+ return Where("%K >= %@", attribute.keyPath, value.cs_toFieldStoredNativeType() as Any)
+ }
+
+ /**
+ Creates a `Where` clause by checking if a sequence contains the value of a property
+ ```
+ let dog = dataStack.fetchOne(From().where({ ["Pluto", "Snoopy", "Scooby"] ~= $0.nickname }))
+ ```
+ */
+ public static func ~= (_ sequence: S, _ attribute: Self) -> Where where S.Iterator.Element == V {
+
+ return Where(attribute.keyPath, isMemberOf: sequence)
+ }
+}
+
// MARK: - ValueContainer.Required
extension ValueContainer.Required {
diff --git a/Sources/CoreStoreObject.swift b/Sources/CoreStoreObject.swift
index 6040d85..001a646 100644
--- a/Sources/CoreStoreObject.swift
+++ b/Sources/CoreStoreObject.swift
@@ -69,6 +69,11 @@ open /*abstract*/ class CoreStoreObject: DynamicObject, Hashable {
self.isMeta = false
self.rawObject = (rawObject as! CoreStoreManagedObject)
+
+ guard Self.meta.needsReflection else {
+
+ return
+ }
self.registerReceiver(
mirror: Mirror(reflecting: self),
object: self
@@ -117,6 +122,11 @@ open /*abstract*/ class CoreStoreObject: DynamicObject, Hashable {
internal let rawObject: CoreStoreManagedObject?
internal let isMeta: Bool
+ internal lazy var needsReflection: Bool = self.containsLegacyAttributes(
+ mirror: Mirror(reflecting: self),
+ object: self
+ )
+
internal class func metaProperties(includeSuperclasses: Bool) -> [PropertyProtocol] {
func keyPaths(_ allKeyPaths: inout [PropertyProtocol], for dynamicType: CoreStoreObject.Type) {
@@ -137,9 +147,33 @@ open /*abstract*/ class CoreStoreObject: DynamicObject, Hashable {
keyPaths(&allKeyPaths, for: self)
return allKeyPaths
}
-
+
// MARK: Private
+
+ private func containsLegacyAttributes(mirror: Mirror, object: CoreStoreObject) -> Bool {
+
+ if let superclassMirror = mirror.superclassMirror,
+ self.containsLegacyAttributes(mirror: superclassMirror, object: object) {
+
+ return true
+ }
+ for child in mirror.children {
+
+ switch child.value {
+
+ case is AttributeProtocol:
+ return true
+
+ case is RelationshipProtocol:
+ return true
+
+ default:
+ continue
+ }
+ }
+ return false
+ }
private func registerReceiver(mirror: Mirror, object: CoreStoreObject) {
diff --git a/Sources/CoreStoreSchema.swift b/Sources/CoreStoreSchema.swift
index e6ff4e1..2d61cd9 100644
--- a/Sources/CoreStoreSchema.swift
+++ b/Sources/CoreStoreSchema.swift
@@ -209,20 +209,23 @@ public final class CoreStoreSchema: DynamicSchema {
let rawModel = NSManagedObjectModel()
var entityDescriptionsByEntity: [DynamicEntity: NSEntityDescription] = [:]
var allCustomGettersSetters: [DynamicEntity: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]] = [:]
+ var allFieldCoders: [DynamicEntity: [KeyPathString: Internals.AnyFieldCoder]] = [:]
for entity in self.allEntities {
- let (entityDescription, customGetterSetterByKeyPaths) = self.entityDescription(
+ let (entityDescription, customGetterSetterByKeyPaths, fieldCoders) = self.entityDescription(
for: entity,
initializer: CoreStoreSchema.firstPassCreateEntityDescription(from:in:)
)
entityDescriptionsByEntity[entity] = (entityDescription.copy() as! NSEntityDescription)
allCustomGettersSetters[entity] = customGetterSetterByKeyPaths
+ allFieldCoders[entity] = fieldCoders
}
CoreStoreSchema.secondPassConnectRelationshipAttributes(for: entityDescriptionsByEntity)
CoreStoreSchema.thirdPassConnectInheritanceTreeAndIndexes(for: entityDescriptionsByEntity)
CoreStoreSchema.fourthPassSynthesizeManagedObjectClasses(
for: entityDescriptionsByEntity,
- allCustomGettersSetters: allCustomGettersSetters
+ allCustomGettersSetters: allCustomGettersSetters,
+ allFieldCoders: allFieldCoders
)
rawModel.entities = entityDescriptionsByEntity.values.sorted(by: { $0.name! < $1.name! })
@@ -254,22 +257,46 @@ public final class CoreStoreSchema: DynamicSchema {
private var entityDescriptionsByEntity: [DynamicEntity: NSEntityDescription] = [:]
private var customGettersSettersByEntity: [DynamicEntity: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]] = [:]
+ private var fieldCodersByEntity: [DynamicEntity: [KeyPathString: Internals.AnyFieldCoder]] = [:]
private weak var cachedRawModel: NSManagedObjectModel?
- private func entityDescription(for entity: DynamicEntity, initializer: (DynamicEntity, ModelVersion) -> (entity: NSEntityDescription, customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter])) -> (entity: NSEntityDescription, customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]) {
+ private func entityDescription(
+ for entity: DynamicEntity,
+ initializer: (DynamicEntity, ModelVersion) -> (
+ entity: NSEntityDescription,
+ customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter],
+ fieldCoders: [KeyPathString: Internals.AnyFieldCoder]
+ )
+ ) -> (
+ entity: NSEntityDescription,
+ customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter],
+ fieldCoders: [KeyPathString: Internals.AnyFieldCoder]
+ ) {
if let cachedEntityDescription = self.entityDescriptionsByEntity[entity] {
- return (cachedEntityDescription, self.customGettersSettersByEntity[entity] ?? [:])
+ return (
+ cachedEntityDescription,
+ self.customGettersSettersByEntity[entity] ?? [:],
+ self.fieldCodersByEntity[entity] ?? [:]
+ )
}
let modelVersion = self.modelVersion
- let (entityDescription, customGetterSetterByKeyPaths) = withoutActuallyEscaping(initializer, do: { $0(entity, modelVersion) })
+ let (entityDescription, customGetterSetterByKeyPaths, fieldCoders) = withoutActuallyEscaping(
+ initializer,
+ do: { $0(entity, modelVersion) }
+ )
self.entityDescriptionsByEntity[entity] = entityDescription
self.customGettersSettersByEntity[entity] = customGetterSetterByKeyPaths
- return (entityDescription, customGetterSetterByKeyPaths)
+ self.fieldCodersByEntity[entity] = fieldCoders
+ return (entityDescription, customGetterSetterByKeyPaths, fieldCoders)
}
-
- private static func firstPassCreateEntityDescription(from entity: DynamicEntity, in modelVersion: ModelVersion) -> (entity: NSEntityDescription, customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]) {
+
+ private static func firstPassCreateEntityDescription(from entity: DynamicEntity, in modelVersion: ModelVersion) -> (
+ entity: NSEntityDescription,
+ customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter],
+ fieldCoders: [KeyPathString: Internals.AnyFieldCoder]
+ ) {
let entityDescription = NSEntityDescription()
entityDescription.coreStoreEntity = entity
@@ -280,12 +307,55 @@ public final class CoreStoreSchema: DynamicSchema {
var keyPathsByAffectedKeyPaths: [KeyPathString: Set] = [:]
var customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter] = [:]
+ var fieldCoders: [KeyPathString: Internals.AnyFieldCoder] = [:]
func createProperties(for type: CoreStoreObject.Type) -> [NSPropertyDescription] {
var propertyDescriptions: [NSPropertyDescription] = []
for property in type.metaProperties(includeSuperclasses: false) {
switch property {
+
+ case let attribute as FieldAttributeProtocol:
+ Internals.assert(
+ !NSManagedObject.instancesRespond(to: Selector(attribute.keyPath)),
+ "Attribute Property name \"\(String(reflecting: entity.type)).\(attribute.keyPath)\" is not allowed because it collides with \"\(String(reflecting: NSManagedObject.self)).\(attribute.keyPath)\""
+ )
+ let entityDescriptionValues = attribute.entityDescriptionValues()
+ let description = NSAttributeDescription()
+ description.name = attribute.keyPath
+ description.attributeType = entityDescriptionValues.attributeType
+ description.isOptional = entityDescriptionValues.isOptional
+ description.defaultValue = entityDescriptionValues.defaultValue
+ description.isTransient = entityDescriptionValues.isTransient
+ description.allowsExternalBinaryDataStorage = entityDescriptionValues.allowsExternalBinaryDataStorage
+ description.versionHashModifier = entityDescriptionValues.versionHashModifier
+ description.renamingIdentifier = entityDescriptionValues.renamingIdentifier
+
+ let valueTransformer = entityDescriptionValues.valueTransformer
+ description.valueTransformerName = valueTransformer?.transformerName.rawValue
+
+ propertyDescriptions.append(description)
+
+ keyPathsByAffectedKeyPaths[attribute.keyPath] = entityDescriptionValues.affectedByKeyPaths
+ customGetterSetterByKeyPaths[attribute.keyPath] = (attribute.getter, attribute.setter)
+ fieldCoders[attribute.keyPath] = valueTransformer
+
+ case let relationship as FieldRelationshipProtocol:
+ Internals.assert(
+ !NSManagedObject.instancesRespond(to: Selector(relationship.keyPath)),
+ "Relationship Property name \"\(String(reflecting: entity.type)).\(relationship.keyPath)\" is not allowed because it collides with \"\(String(reflecting: NSManagedObject.self)).\(relationship.keyPath)\""
+ )
+ let entityDescriptionValues = relationship.entityDescriptionValues()
+ let description = NSRelationshipDescription()
+ description.name = relationship.keyPath
+ description.minCount = entityDescriptionValues.minCount
+ description.maxCount = entityDescriptionValues.maxCount
+ description.isOrdered = entityDescriptionValues.isOrdered
+ description.deleteRule = entityDescriptionValues.deleteRule
+ description.versionHashModifier = entityDescriptionValues.versionHashModifier
+ description.renamingIdentifier = entityDescriptionValues.renamingIdentifier
+ propertyDescriptions.append(description)
+ keyPathsByAffectedKeyPaths[relationship.keyPath] = entityDescriptionValues.affectedByKeyPaths
case let attribute as AttributeProtocol:
Internals.assert(
@@ -331,7 +401,7 @@ public final class CoreStoreSchema: DynamicSchema {
}
entityDescription.properties = createProperties(for: entity.type as! CoreStoreObject.Type)
entityDescription.keyPathsByAffectedKeyPaths = keyPathsByAffectedKeyPaths
- return (entityDescription, customGetterSetterByKeyPaths)
+ return (entityDescription, customGetterSetterByKeyPaths, fieldCoders)
}
private static func secondPassConnectRelationshipAttributes(for entityDescriptionsByEntity: [DynamicEntity: NSEntityDescription]) {
@@ -384,6 +454,26 @@ public final class CoreStoreSchema: DynamicSchema {
for property in entityType.metaProperties(includeSuperclasses: false) {
switch property {
+
+ case let relationship as FieldRelationshipProtocol:
+ let (destinationType, destinationKeyPath) = relationship.entityDescriptionValues().inverse
+ let destinationEntity = findEntity(for: destinationType)
+ let description = relationshipsByName[relationship.keyPath]!
+ description.destinationEntity = entityDescriptionsByEntity[destinationEntity]!
+
+ if let destinationKeyPath = destinationKeyPath {
+
+ let inverseRelationshipDescription = findInverseRelationshipMatching(
+ destinationEntity: destinationEntity,
+ destinationKeyPath: destinationKeyPath
+ )
+ description.inverseRelationship = inverseRelationshipDescription
+
+ inverseRelationshipDescription.inverseRelationship = description
+ inverseRelationshipDescription.destinationEntity = entityDescription
+
+ description.destinationEntity!.properties = description.destinationEntity!.properties
+ }
case let relationship as RelationshipProtocol:
let (destinationType, destinationKeyPath) = relationship.entityDescriptionValues().inverse
@@ -504,7 +594,11 @@ public final class CoreStoreSchema: DynamicSchema {
}
}
- private static func fourthPassSynthesizeManagedObjectClasses(for entityDescriptionsByEntity: [DynamicEntity: NSEntityDescription], allCustomGettersSetters: [DynamicEntity: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]]) {
+ private static func fourthPassSynthesizeManagedObjectClasses(
+ for entityDescriptionsByEntity: [DynamicEntity: NSEntityDescription],
+ allCustomGettersSetters: [DynamicEntity: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]],
+ allFieldCoders: [DynamicEntity: [KeyPathString: Internals.AnyFieldCoder]]
+ ) {
func createManagedObjectSubclass(for entityDescription: NSEntityDescription, customGetterSetterByKeyPaths: [KeyPathString: CoreStoreManagedObject.CustomGetterSetter]?) {
@@ -617,5 +711,13 @@ public final class CoreStoreSchema: DynamicSchema {
customGetterSetterByKeyPaths: allCustomGettersSetters[dynamicEntity]
)
}
+
+ _ = allFieldCoders
+ .flatMap({ (_, values) in values })
+ .reduce(
+ into: [:] as [NSValueTransformerName: Internals.AnyFieldCoder],
+ { (result, element) in result[element.value.transformerName] = element.value }
+ )
+ .forEach({ (_, fieldCoder) in fieldCoder.register() })
}
}
diff --git a/Sources/DynamicObject.swift b/Sources/DynamicObject.swift
index f3fb9ef..21060df 100644
--- a/Sources/DynamicObject.swift
+++ b/Sources/DynamicObject.swift
@@ -114,7 +114,8 @@ extension NSManagedObject: DynamicObject {
public class func cs_fromRaw(object: NSManagedObject) -> Self {
- return unsafeDowncast(object, to: self)
+ // unsafeDowncast fails debug assertion starting Swift 5.2
+ return _unsafeUncheckedDowncast(object, to: self)
}
public static func cs_matches(object: NSManagedObject) -> Bool {
@@ -153,41 +154,102 @@ extension CoreStoreObject {
public class func cs_snapshotDictionary(id: ObjectID, context: NSManagedObjectContext) -> [String: Any]? {
- func initializeAttributes(mirror: Mirror, object: Self, into attributes: inout [KeyPathString: Any]) {
+ var values: [KeyPathString: Any] = [:]
+ if self.meta.needsReflection {
- if let superClassMirror = mirror.superclassMirror {
+ func initializeAttributes(mirror: Mirror, object: Self, into attributes: inout [KeyPathString: Any]) {
- initializeAttributes(
- mirror: superClassMirror,
- object: object,
- into: &attributes
- )
+ if let superClassMirror = mirror.superclassMirror {
+
+ initializeAttributes(
+ mirror: superClassMirror,
+ object: object,
+ into: &attributes
+ )
+ }
+ for child in mirror.children {
+
+ switch child.value {
+
+ case let property as FieldAttributeProtocol:
+ Internals.assert(
+ object.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(type(of: property).dynamicObjectType))'s value outside it's designated queue."
+ )
+ attributes[property.keyPath] = type(of: property).read(
+ field: property,
+ for: object.rawObject!
+ )
+
+ case let property as FieldRelationshipProtocol:
+ Internals.assert(
+ object.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(type(of: property).dynamicObjectType))'s value outside it's designated queue."
+ )
+ attributes[property.keyPath] = type(of: property).valueForSnapshot(
+ field: property,
+ for: object.rawObject!
+ )
+
+ case let property as AttributeProtocol:
+ attributes[property.keyPath] = property.valueForSnapshot
+
+ case let property as RelationshipProtocol:
+ attributes[property.keyPath] = property.valueForSnapshot
+
+ default:
+ continue
+ }
+ }
}
- for child in mirror.children {
+ guard let object = context.fetchExisting(id) as CoreStoreObject? else {
- switch child.value {
+ return nil
+ }
+ initializeAttributes(
+ mirror: Mirror(reflecting: object),
+ object: object as! Self,
+ into: &values
+ )
+ }
+ else {
- case let property as AttributeProtocol:
- attributes[property.keyPath] = property.valueForSnapshot
+ guard
+ let object = context.fetchExisting(id) as CoreStoreObject?,
+ let rawObject = object.rawObject
+ else {
- case let property as RelationshipProtocol:
- attributes[property.keyPath] = property.valueForSnapshot
+ return nil
+ }
+ for property in self.metaProperties(includeSuperclasses: true) {
+
+ switch property {
+
+ case let property as FieldAttributeProtocol:
+ Internals.assert(
+ object.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(type(of: property).dynamicObjectType))'s value outside it's designated queue."
+ )
+ values[property.keyPath] = type(of: property).read(
+ field: property,
+ for: rawObject
+ )
+
+ case let property as FieldRelationshipProtocol:
+ Internals.assert(
+ object.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(type(of: property).dynamicObjectType))'s value outside it's designated queue."
+ )
+ values[property.keyPath] = type(of: property).valueForSnapshot(
+ field: property,
+ for: object.rawObject!
+ )
default:
continue
}
}
}
- guard let object = context.fetchExisting(id) as CoreStoreObject? else {
-
- return nil
- }
- var values: [KeyPathString: Any] = [:]
- initializeAttributes(
- mirror: Mirror(reflecting: object),
- object: object as! Self,
- into: &values
- )
return values
}
diff --git a/Sources/DynamicObjectMeta.swift b/Sources/DynamicObjectMeta.swift
deleted file mode 100644
index dec8602..0000000
--- a/Sources/DynamicObjectMeta.swift
+++ /dev/null
@@ -1,143 +0,0 @@
-//
-// DynamicObjectMeta.swift
-// CoreStore iOS
-//
-// Created by John Estropia on 2019/08/20.
-// Copyright © 2019 John Rommel Estropia. All rights reserved.
-//
-
-#if swift(>=5.1)
-
-import CoreData
-import Foundation
-
-
-// MARK: - DynamicObjectMeta
-
-@dynamicMemberLookup
-public struct DynamicObjectMeta: CustomDebugStringConvertible {
-
- // MARK: Public
-
- public typealias Root = R
- public typealias Destination = D
-
-
- // MARK: CustomDebugStringConvertible
-
- public var debugDescription: String {
-
- return self.keyPathString
- }
-
-
- // MARK: Internal
-
- internal let keyPathString: KeyPathString
-
- internal init(keyPathString: KeyPathString) {
-
- self.keyPathString = keyPathString
- }
-
- internal func appending(keyPathString: KeyPathString) -> DynamicObjectMeta<(R, D), D2> {
-
- return .init(keyPathString: [self.keyPathString, keyPathString].joined(separator: "."))
- }
-}
-
-
-// MARK: - DynamicObjectMeta where Destination: NSManagedObject
-
-extension DynamicObjectMeta where Destination: NSManagedObject {
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V.ReturnValueType> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V> {
-
- // TODO: not working
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), V> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-}
-
-
-// MARK: - DynamicObjectMeta where Destination: CoreStoreObject
-
-extension DynamicObjectMeta where Destination: CoreStoreObject {
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), K.ReturnValueType> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-
- /**
- Returns the value for the property identified by a given key.
- */
- public subscript(dynamicMember member: KeyPath) -> DynamicObjectMeta<(Root, Destination), K.DestinationValueType> {
-
- let keyPathString = String(keyPath: member)
- return self.appending(keyPathString: keyPathString)
- }
-}
-
-#endif
diff --git a/Sources/DynamicSchema+Convenience.swift b/Sources/DynamicSchema+Convenience.swift
index f357116..5254d5f 100644
--- a/Sources/DynamicSchema+Convenience.swift
+++ b/Sources/DynamicSchema+Convenience.swift
@@ -68,89 +68,124 @@ extension DynamicSchema {
for (attributeName, attribute) in attributesByName {
let containerType: String
- if attribute.attributeType == .transformableAttributeType {
-
- if attribute.isOptional {
-
- containerType = "Transformable.Optional"
- }
- else {
-
- containerType = "Transformable.Required"
- }
+ if attribute.isTransient || attribute.attributeType == .undefinedAttributeType {
+
+ containerType = "Field.Virtual"
+ }
+ else if attribute.attributeType == .transformableAttributeType {
+
+ containerType = "Field.Coded"
}
else {
-
- if attribute.isOptional {
-
- containerType = "Value.Optional"
- }
- else {
-
- containerType = "Value.Required"
- }
+
+ containerType = "Field.Stored"
}
- let valueType: Any.Type
+ var valueTypeString: String
var defaultString = ""
+ var coderString = ""
switch attribute.attributeType {
case .integer16AttributeType:
- valueType = Int16.self
+ valueTypeString = String(describing: Int16.self)
if let defaultValue = (attribute.defaultValue as! Int16.QueryableNativeType?).flatMap(Int16.cs_fromQueryableNativeType) {
- defaultString = ", initial: \(defaultValue)"
+ defaultString = " = \(defaultValue)"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .integer32AttributeType:
- valueType = Int32.self
+ valueTypeString = String(describing: Int32.self)
if let defaultValue = (attribute.defaultValue as! Int32.QueryableNativeType?).flatMap(Int32.cs_fromQueryableNativeType) {
-
- defaultString = ", initial: \(defaultValue)"
+
+ defaultString = " = \(defaultValue)"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .integer64AttributeType:
- valueType = Int64.self
+ valueTypeString = String(describing: Int64.self)
if let defaultValue = (attribute.defaultValue as! Int64.QueryableNativeType?).flatMap(Int64.cs_fromQueryableNativeType) {
- defaultString = ", initial: \(defaultValue)"
+ defaultString = " = \(defaultValue)"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .decimalAttributeType:
- valueType = NSDecimalNumber.self
+ valueTypeString = String(describing: NSDecimalNumber.self)
if let defaultValue = (attribute.defaultValue as! NSDecimalNumber?) {
- defaultString = ", initial: NSDecimalNumber(string: \"\(defaultValue.description(withLocale: nil))\")"
+ defaultString = " = NSDecimalNumber(string: \"\(defaultValue.description(withLocale: nil))\")"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .doubleAttributeType:
- valueType = Double.self
+ valueTypeString = String(describing: Double.self)
if let defaultValue = (attribute.defaultValue as! Double.QueryableNativeType?).flatMap(Double.cs_fromQueryableNativeType) {
- defaultString = ", initial: \(defaultValue)"
+ defaultString = " = \(defaultValue)"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .floatAttributeType:
- valueType = Float.self
+ valueTypeString = String(describing: Float.self)
if let defaultValue = (attribute.defaultValue as! Float.QueryableNativeType?).flatMap(Float.cs_fromQueryableNativeType) {
- defaultString = ", initial: \(defaultValue)"
+ defaultString = " = \(defaultValue)"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .stringAttributeType:
- valueType = String.self
+ valueTypeString = String(describing: String.self)
if let defaultValue = (attribute.defaultValue as! String.QueryableNativeType?).flatMap(String.cs_fromQueryableNativeType) {
-
- // TODO: escape strings
- defaultString = ", initial: \"\(defaultValue)\""
+
+ defaultString = " = \"\(defaultValue.replacingOccurrences(of: "\\", with: "\\\\"))\""
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .booleanAttributeType:
- valueType = Bool.self
+ valueTypeString = String(describing: Bool.self)
if let defaultValue = (attribute.defaultValue as! Bool.QueryableNativeType?).flatMap(Bool.cs_fromQueryableNativeType) {
- defaultString = ", initial: \(defaultValue ? "true" : "false")"
+ defaultString = " = \(defaultValue ? "true" : "false")"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .dateAttributeType:
- valueType = Date.self
+ valueTypeString = String(describing: Date.self)
if let defaultValue = (attribute.defaultValue as! Date.QueryableNativeType?).flatMap(Date.cs_fromQueryableNativeType) {
- defaultString = ", initial: Date(timeIntervalSinceReferenceDate: \(defaultValue.timeIntervalSinceReferenceDate))"
+ defaultString = " = Date(timeIntervalSinceReferenceDate: \(defaultValue.timeIntervalSinceReferenceDate))"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .binaryDataAttributeType:
- valueType = Data.self
+ valueTypeString = String(describing: Data.self)
if let defaultValue = (attribute.defaultValue as! Data.QueryableNativeType?).flatMap(Data.cs_fromQueryableNativeType) {
let bytes = defaultValue.withUnsafeBytes { (pointer) in
@@ -158,46 +193,106 @@ extension DynamicSchema {
.bindMemory(to: UInt64.self)
.map({ "\("0x\(String($0, radix: 16, uppercase: false))")" })
}
- defaultString = ", initial: Data(bytes: [\(bytes.joined(separator: ", "))])"
+ defaultString = " = Data(bytes: [\(bytes.joined(separator: ", "))])"
+ }
+ else if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
}
case .transformableAttributeType:
+ if let valueTransformerName = attribute.valueTransformerName {
+
+ coderString = ", coder: /* Required compatible FieldCoderType implementation for ValueTransformer named \"\(valueTransformerName)\" */"
+ }
+ else {
+
+ coderString = ", coder: FieldCoders.NSCoding.self"
+ }
if let attributeValueClassName = attribute.attributeValueClassName {
-
- valueType = NSClassFromString(attributeValueClassName)!
+
+ valueTypeString = String(describing: NSClassFromString(attributeValueClassName)!)
+ }
+ else {
+
+ valueTypeString = "/* */"
+ }
+ if let defaultValue = attribute.defaultValue {
+
+ switch defaultValue {
+
+ case let defaultValueBox as Internals.AnyFieldCoder.TransformableDefaultValueCodingBox:
+ if let defaultValue = defaultValueBox.value {
+
+ defaultString = " = /* \"\(defaultValue)\" */"
+ }
+ else if attribute.isOptional {
+
+ defaultString = " = nil"
+ }
+ else {
+
+ defaultString = " = /* */"
+ }
+
+ case let defaultValue:
+ defaultString = " = /* \"\(defaultValue)\" */"
+ }
+ }
+ else if attribute.isOptional {
+
+ defaultString = " = nil"
}
else {
- valueType = (NSCoding & NSCopying).self
+ defaultString = " = /* */"
}
- if let defaultValue = attribute.defaultValue {
-
- defaultString = ", initial: /* \"\(defaultValue)\" */"
+ if attribute.isOptional {
+
+ valueTypeString += "?"
}
- else if !attribute.isOptional {
-
- defaultString = ", initial: /* required */"
+
+ case .undefinedAttributeType where attribute.isTransient:
+ coderString = ", customGetter: \\* *\\"
+ if let attributeValueClassName = attribute.attributeValueClassName {
+
+ valueTypeString = String(describing: NSClassFromString(attributeValueClassName)!)
}
+ else {
+
+ valueTypeString = " = /* */"
+ }
+ if attribute.isOptional {
+
+ valueTypeString += "?"
+ defaultString = " = nil"
+ }
+
default:
fatalError("Unsupported attribute type: \(attribute.attributeType.rawValue)")
}
- let transientString = attribute.isTransient ? ", isTransient: true" : ""
- // TODO: escape strings
let versionHashModifierString = attribute.versionHashModifier
- .flatMap({ ", versionHashModifier: \"\($0)\"" }) ?? ""
- // TODO: escape strings
+ .map({ ", versionHashModifier: \"\($0)\"" }) ?? ""
+
let renamingIdentifierString = attribute.renamingIdentifier
- .flatMap({ ($0 == attributeName ? "" : ", renamingIdentifier: \"\($0)\"") as String }) ?? ""
- output.append(" let \(attributeName) = \(containerType)<\(String(describing: valueType))>(\"\(attributeName)\"\(defaultString)\(transientString)\(versionHashModifierString)\(renamingIdentifierString))\n")
+ .map({ ($0 == attributeName ? "" : ", previousVersionKeyPath: \"\($0)\"") }) ?? ""
+ if attributeName.hasPrefix("_") {
+
+ output.append(" #warning(\"Field variable names cannot start with underscores)")
+ }
+ output.append(" @\(containerType)(\"\(attributeName)\"\(versionHashModifierString)\(renamingIdentifierString)\(coderString))\n")
+ output.append(" var \(attributeName): \(valueTypeString)\(defaultString)\n\n")
}
}
let relationshipsByName = entity.relationshipsByName
if !relationshipsByName.isEmpty {
-
+
output.append(" \n")
for (relationshipName, relationship) in relationshipsByName {
let containerType: String
+ let destinationEntityName = relationship.destinationEntity!.name!
var minCountString = ""
var maxCountString = ""
if relationship.isToMany {
@@ -206,11 +301,11 @@ extension DynamicSchema {
let maxCount = relationship.maxCount
if relationship.isOrdered {
- containerType = "Relationship.ToManyOrdered"
+ containerType = "[\(destinationEntityName)]"
}
else {
- containerType = "Relationship.ToManyUnordered"
+ containerType = "Set<\(destinationEntityName)>"
}
if minCount > 0 {
@@ -222,16 +317,16 @@ extension DynamicSchema {
}
}
else {
-
- containerType = "Relationship.ToOne"
+
+ containerType = "\(destinationEntityName)?"
}
var inverseString = ""
let relationshipQualifier = "\(entityName).\(relationshipName)"
if !addedInverse.contains(relationshipQualifier),
let inverseRelationship = relationship.inverseRelationship {
- inverseString = ", inverse: { $0.\(inverseRelationship.name) }"
- addedInverse.insert("\(relationship.destinationEntity!.name!).\(inverseRelationship.name)")
+ inverseString = ", inverse: \\.$\(inverseRelationship.name)"
+ addedInverse.insert("\(destinationEntityName).\(inverseRelationship.name)")
}
var deleteRuleString = ""
if relationship.deleteRule != .nullifyDeleteRule {
@@ -252,10 +347,15 @@ extension DynamicSchema {
}
}
let versionHashModifierString = relationship.versionHashModifier
- .flatMap({ ", versionHashModifier: \"\($0)\"" }) ?? ""
+ .map({ ", versionHashModifier: \"\($0)\"" }) ?? ""
let renamingIdentifierString = relationship.renamingIdentifier
- .flatMap({ ($0 == relationshipName ? "" : ", renamingIdentifier: \"\($0)\"") as String }) ?? ""
- output.append(" let \(relationshipName) = \(containerType)<\(relationship.destinationEntity!.name!)>(\"\(relationshipName)\"\(inverseString)\(deleteRuleString)\(minCountString)\(maxCountString)\(versionHashModifierString)\(renamingIdentifierString))\n")
+ .map({ ($0 == relationshipName ? "" : ", previousVersionKeyPath: \"\($0)\"") }) ?? ""
+ if relationshipName.hasPrefix("_") {
+
+ output.append(" #error(\"Field variable names cannot start with underscores)\n")
+ }
+ output.append(" @Field.Relationship(\"\(relationshipName)\"\(minCountString)\(maxCountString)\(inverseString)\(deleteRuleString)\(versionHashModifierString)\(renamingIdentifierString))\n")
+ output.append(" var \(relationshipName): \(containerType)\n\n")
}
}
}
diff --git a/Sources/FIeldRelationshipType.swift b/Sources/FIeldRelationshipType.swift
new file mode 100644
index 0000000..8c09d85
--- /dev/null
+++ b/Sources/FIeldRelationshipType.swift
@@ -0,0 +1,232 @@
+//
+// FIeldRelationshipType.swift
+// CoreStore
+//
+// Copyright © 2020 John Rommel Estropia
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all
+// copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+// SOFTWARE.
+//
+
+import CoreData
+import Foundation
+
+
+// MARK: - FieldRelationshipType
+
+/**
+ Values to be used for `Field.Relationship` properties.
+ */
+public protocol FieldRelationshipType {
+
+ /**
+ The destination object's type
+ */
+ associatedtype DestinationObjectType: CoreStoreObject
+
+ /**
+ The Objective-C native type synthesized by Core Data
+ */
+ associatedtype NativeValueType: AnyObject
+
+ /**
+ The corresponding value for this field returned from `ObjectSnapshot` properties.
+ */
+ associatedtype SnapshotValueType
+
+ /**
+ The corresponding value for this field returned from `ObjectPublisher` properties.
+ */
+ associatedtype PublishedType
+
+ /**
+ Used internally by CoreStore. Do not call directly.
+ */
+ static func cs_toReturnType(from value: NativeValueType?) -> Self
+
+ /**
+ Used internally by CoreStore. Do not call directly.
+ */
+ static func cs_toPublishedType(from value: SnapshotValueType, in context: NSManagedObjectContext) -> PublishedType
+
+ /**
+ Used internally by CoreStore. Do not call directly.
+ */
+ static func cs_toNativeType(from value: Self) -> NativeValueType?
+
+ /**
+ Used internally by CoreStore. Do not call directly.
+ */
+ static func cs_toSnapshotType(from value: PublishedType) -> SnapshotValueType
+
+ /**
+ Used internally by CoreStore. Do not call directly.
+ */
+ static func cs_valueForSnapshot(from objectIDs: [DestinationObjectType.ObjectID]) -> SnapshotValueType
+}
+
+
+// MARK: - FieldRelationshipToOneType: FieldRelationshipType
+
+public protocol FieldRelationshipToOneType: FieldRelationshipType {}
+
+
+// MARK: - FieldRelationshipToManyType: FieldRelationshipType where Self: Sequence
+
+public protocol FieldRelationshipToManyType: FieldRelationshipType where Self: Sequence {}
+
+
+// MARK: - FieldRelationshipToManyOrderedType: FieldRelationshipToManyType
+
+public protocol FieldRelationshipToManyOrderedType: FieldRelationshipToManyType {}
+
+
+// MARK: - FieldRelationshipToManyUnorderedType: FieldRelationshipToManyType
+
+public protocol FieldRelationshipToManyUnorderedType: FieldRelationshipToManyType {}
+
+
+// MARK: - Optional: FieldRelationshipType, FieldRelationshipToOneType where Wrapped: CoreStoreObject
+
+extension Optional: FieldRelationshipType, FieldRelationshipToOneType where Wrapped: CoreStoreObject {
+
+ // MARK: FieldRelationshipType
+
+ public typealias DestinationObjectType = Wrapped
+
+ public typealias NativeValueType = NSManagedObject
+
+ public typealias SnapshotValueType = NSManagedObjectID?
+
+ public typealias PublishedType = ObjectPublisher?
+
+ public static func cs_toReturnType(from value: NativeValueType?) -> Self {
+
+ return value.map(Wrapped.cs_fromRaw(object:))
+ }
+
+ public static func cs_toPublishedType(from value: SnapshotValueType, in context: NSManagedObjectContext) -> PublishedType {
+
+ return value.map(context.objectPublisher(objectID:))
+ }
+
+ public static func cs_toNativeType(from value: Self) -> NativeValueType? {
+
+ return value?.cs_toRaw()
+ }
+
+ public static func cs_toSnapshotType(from value: PublishedType) -> SnapshotValueType {
+
+ return value?.objectID()
+ }
+
+ public static func cs_valueForSnapshot(from objectIDs: [DestinationObjectType.ObjectID]) -> SnapshotValueType {
+
+ return objectIDs.first
+ }
+}
+
+
+// MARK: - Array: FieldRelationshipType, FieldRelationshipToManyType, FieldRelationshipToManyOrderedType where Element: CoreStoreObject
+
+extension Array: FieldRelationshipType, FieldRelationshipToManyType, FieldRelationshipToManyOrderedType where Element: CoreStoreObject {
+
+ // MARK: FieldRelationshipType
+
+ public typealias DestinationObjectType = Element
+
+ public typealias NativeValueType = NSOrderedSet
+
+ public typealias SnapshotValueType = [NSManagedObjectID]
+
+ public typealias PublishedType = [ObjectPublisher]
+
+ public static func cs_toReturnType(from value: NativeValueType?) -> Self {
+
+ guard let value = value else {
+
+ return []
+ }
+ return value.map({ Element.cs_fromRaw(object: $0 as! NSManagedObject) })
+ }
+
+ public static func cs_toPublishedType(from value: SnapshotValueType, in context: NSManagedObjectContext) -> PublishedType {
+
+ return value.map(context.objectPublisher(objectID:))
+ }
+
+ public static func cs_toNativeType(from value: Self) -> NativeValueType? {
+
+ return NSOrderedSet(array: value.map({ $0.rawObject! }))
+ }
+
+ public static func cs_toSnapshotType(from value: PublishedType) -> SnapshotValueType {
+
+ return value.map({ $0.objectID() })
+ }
+
+ public static func cs_valueForSnapshot(from objectIDs: [DestinationObjectType.ObjectID]) -> SnapshotValueType {
+
+ return objectIDs
+ }
+}
+
+
+// MARK: - Set: FieldRelationshipType, FieldRelationshipToManyType, FieldRelationshipToManyUnorderedType where Element: CoreStoreObject
+
+extension Set: FieldRelationshipType, FieldRelationshipToManyType, FieldRelationshipToManyUnorderedType where Element: CoreStoreObject {
+
+ // MARK: FieldRelationshipType
+
+ public typealias DestinationObjectType = Element
+
+ public typealias NativeValueType = NSSet
+
+ public typealias SnapshotValueType = Set
+
+ public typealias PublishedType = Set>
+
+ public static func cs_toReturnType(from value: NativeValueType?) -> Self {
+
+ guard let value = value else {
+
+ return []
+ }
+ return Set(value.map({ Element.cs_fromRaw(object: $0 as! NSManagedObject) }))
+ }
+
+ public static func cs_toPublishedType(from value: SnapshotValueType, in context: NSManagedObjectContext) -> PublishedType {
+
+ return PublishedType(value.map(context.objectPublisher(objectID:)))
+ }
+
+ public static func cs_toNativeType(from value: Self) -> NativeValueType? {
+
+ return NSSet(array: value.map({ $0.rawObject! }))
+ }
+
+ public static func cs_toSnapshotType(from value: PublishedType) -> SnapshotValueType {
+
+ return SnapshotValueType(value.map({ $0.objectID() }))
+ }
+
+ public static func cs_valueForSnapshot(from objectIDs: [DestinationObjectType.ObjectID]) -> SnapshotValueType {
+
+ return .init(objectIDs)
+ }
+}
diff --git a/Sources/Field.Coded.swift b/Sources/Field.Coded.swift
new file mode 100644
index 0000000..67a3671
--- /dev/null
+++ b/Sources/Field.Coded.swift
@@ -0,0 +1,547 @@
+//
+// Field.Coded.swift
+// CoreStore
+//
+// Copyright © 2020 John Rommel Estropia
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all
+// copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+// SOFTWARE.
+//
+
+import CoreData
+import Foundation
+
+
+// MARK: - FieldContainer
+
+extension FieldContainer {
+
+ // MARK: - Coded
+
+ /**
+ The containing type for stored property values. Any type supported by the specified encoder/decoder are allowed.
+ ```
+ class Animal: CoreStoreObject {
+
+ @Field.Coded("eyeColor", coder: FieldCoders.NSCoding.self)
+ var eyeColor: UIColor = .black
+ }
+ ```
+ - Important: `Field` properties are required to be used as `@propertyWrapper`s. Any other declaration not using the `@Field.Stored(...) var` syntax will be ignored.
+ */
+ @propertyWrapper
+ public struct Coded: AttributeKeyPathStringConvertible, FieldAttributeProtocol {
+
+ /**
+ Initializes the metadata for the property.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Coded("eyeColor", coder: FieldCoders.NSCoding.self)
+ var eyeColor: UIColor = .black
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter coder: The `FieldCoderType` to be used for encoding and decoding the value
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ coder fieldCoderType: Coder.Type,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) where Coder.FieldStoredValue == V {
+
+ self.init(
+ defaultValue: initial,
+ keyPath: keyPath,
+ isOptional: false,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ valueTransformer: { Internals.AnyFieldCoder(fieldCoderType) },
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+
+ /**
+ Initializes the metadata for the property.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Coded("eyeColor", coder: FieldCoders.NSCoding.self)
+ var eyeColor: UIColor = .black
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter coder: The closures to be used for encoding and decoding the value
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ coder: (encode: (V) -> Data?, decode: (Data?) -> V),
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ defaultValue: initial,
+ keyPath: keyPath,
+ isOptional: false,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ valueTransformer: { Internals.AnyFieldCoder(tag: UUID(), encode: coder.encode, decode: coder.decode) },
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+
+
+ // MARK: @propertyWrapper
+
+ @available(*, unavailable)
+ public var wrappedValue: V {
+
+ get { fatalError() }
+ set { fatalError() }
+ }
+
+ public var projectedValue: Self {
+
+ return self
+ }
+
+ public static subscript(
+ _enclosingInstance instance: O,
+ wrapped wrappedKeyPath: ReferenceWritableKeyPath,
+ storage storageKeyPath: ReferenceWritableKeyPath
+ ) -> V {
+
+ get {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.read(field: instance[keyPath: storageKeyPath], for: instance.rawObject!) as! V
+ }
+ set {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.modify(field: instance[keyPath: storageKeyPath], for: instance.rawObject!, newValue: newValue)
+ }
+ }
+
+
+ // MARK: AnyKeyPathStringConvertible
+
+ public var cs_keyPathString: String {
+
+ return self.keyPath
+ }
+
+
+ // MARK: KeyPathStringConvertible
+
+ public typealias ObjectType = O
+ public typealias DestinationValueType = V
+
+
+ // MARK: AttributeKeyPathStringConvertible
+
+ public typealias ReturnValueType = DestinationValueType
+
+
+ // MARK: PropertyProtocol
+
+ internal let keyPath: KeyPathString
+
+
+ // MARK: FieldProtocol
+
+ internal static var dynamicObjectType: CoreStoreObject.Type {
+
+ return ObjectType.self
+ }
+
+ internal static func read(field: FieldProtocol, for rawObject: CoreStoreManagedObject) -> Any? {
+
+ let field = field as! Self
+ if let customGetter = field.customGetter {
+
+ return customGetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: field)
+ )
+ }
+ let keyPath = field.keyPath
+ switch rawObject.value(forKey: keyPath) {
+
+ case let rawValue as V:
+ return rawValue
+
+ default:
+ return nil
+ }
+ }
+
+ internal static func modify(field: FieldProtocol, for rawObject: CoreStoreManagedObject, newValue: Any?) {
+
+ Internals.assert(
+ rawObject.isEditableInContext() == true,
+ "Attempted to update a \(Internals.typeName(O.self))'s value from outside a transaction."
+ )
+ let newValue = newValue as! V
+ let field = field as! Self
+ let keyPath = field.keyPath
+ if let customSetter = field.customSetter {
+
+ return customSetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: field),
+ newValue
+ )
+ }
+ return rawObject.setValue(newValue, forKey: keyPath)
+ }
+
+
+ // MARK: FieldAttributeProtocol
+
+ internal let entityDescriptionValues: () -> FieldAttributeProtocol.EntityDescriptionValues
+
+ internal var getter: CoreStoreManagedObject.CustomGetter? {
+
+ let keyPath = self.keyPath
+ guard let customGetter = self.customGetter else {
+
+ return { (_ id: Any) -> Any? in
+
+ let rawObject = id as! CoreStoreManagedObject
+ rawObject.willAccessValue(forKey: keyPath)
+ defer {
+
+ rawObject.didAccessValue(forKey: keyPath)
+ }
+ switch rawObject.primitiveValue(forKey: keyPath) {
+
+ case let valueBox as Internals.AnyFieldCoder.TransformableDefaultValueCodingBox:
+ rawObject.setPrimitiveValue(valueBox.value, forKey: keyPath)
+ return valueBox.value
+
+ case let value:
+ return value
+ }
+ }
+ }
+ return { (_ id: Any) -> Any? in
+
+ let rawObject = id as! CoreStoreManagedObject
+ rawObject.willAccessValue(forKey: keyPath)
+ defer {
+
+ rawObject.didAccessValue(forKey: keyPath)
+ }
+ let value = customGetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: self)
+ )
+ return value
+ }
+ }
+
+ internal var setter: CoreStoreManagedObject.CustomSetter? {
+
+ guard let customSetter = self.customSetter else {
+
+ return nil
+ }
+ let keyPath = self.keyPath
+ return { (_ id: Any, _ newValue: Any?) -> Void in
+
+ let rawObject = id as! CoreStoreManagedObject
+ rawObject.willChangeValue(forKey: keyPath)
+ defer {
+
+ rawObject.didChangeValue(forKey: keyPath)
+ }
+ customSetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: self),
+ newValue as! V
+ )
+ }
+ }
+
+
+ // MARK: FilePrivate
+
+ fileprivate init(
+ defaultValue: @escaping () -> Any?,
+ keyPath: KeyPathString,
+ isOptional: Bool,
+ versionHashModifier: @escaping () -> String?,
+ renamingIdentifier: @escaping () -> String?,
+ valueTransformer: @escaping () -> Internals.AnyFieldCoder?,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)?,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? ,
+ affectedByKeyPaths: @escaping () -> Set) {
+
+ self.keyPath = keyPath
+ self.entityDescriptionValues = {
+
+ let fieldCoder = valueTransformer()
+ return (
+ attributeType: .transformableAttributeType,
+ isOptional: isOptional,
+ isTransient: false,
+ allowsExternalBinaryDataStorage: false,
+ versionHashModifier: versionHashModifier(),
+ renamingIdentifier: renamingIdentifier(),
+ valueTransformer: fieldCoder,
+ affectedByKeyPaths: affectedByKeyPaths(),
+ defaultValue: Internals.AnyFieldCoder.TransformableDefaultValueCodingBox(
+ defaultValue: defaultValue(),
+ fieldCoder: fieldCoder
+ )
+ )
+ }
+ self.customGetter = customGetter
+ self.customSetter = customSetter
+ }
+
+
+ // MARK: Private
+
+ private let customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)?
+ private let customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)?
+ }
+}
+
+
+// MARK: - FieldContainer.Coded where V: FieldOptionalType
+
+extension FieldContainer.Coded where V: FieldOptionalType {
+
+ /**
+ Initializes the metadata for the property.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Coded("eyeColor", coder: FieldCoders.NSCoding.self)
+ var eyeColor: UIColor? = nil
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter coder: The `FieldCoderType` to be used for encoding and decoding the value
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V = nil,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ coder: Coder.Type,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) where Coder.FieldStoredValue == V.Wrapped {
+
+ self.init(
+ defaultValue: { initial().cs_wrappedValue },
+ keyPath: keyPath,
+ isOptional: true,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ valueTransformer: { Internals.AnyFieldCoder(coder) },
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+
+ /**
+ Initializes the metadata for the property.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Coded("eyeColor", coder: FieldCoders.NSCoding.self)
+ var eyeColor: UIColor? = nil
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter coder: The closures to be used for encoding and decoding the value
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V = nil,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ coder: (encode: (V) -> Data?, decode: (Data?) -> V),
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ defaultValue: { initial().cs_wrappedValue },
+ keyPath: keyPath,
+ isOptional: true,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ valueTransformer: { Internals.AnyFieldCoder(tag: UUID(), encode: coder.encode, decode: coder.decode) },
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+}
+
+
+// MARK: - FieldContainer.Coded where V: DefaultNSSecureCodable
+
+extension FieldContainer.Coded where V: DefaultNSSecureCodable {
+
+ /**
+ Initializes the metadata for the property. This overload is for types supported by Core Data's default NSSecureCodable implementation: `NSArray`, `NSDictionary`, `NSSet`, `NSString`, `NSNumber`, `NSDate`, `NSData`, `NSURL`, `NSUUID`, and `NSNull`.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Coded("customInfo")
+ var customInfo: NSDictionary = [:]
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ defaultValue: initial,
+ keyPath: keyPath,
+ isOptional: false,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ valueTransformer: { Internals.AnyFieldCoder(FieldCoders.DefaultNSSecureCoding.self) },
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+}
+
+
+// MARK: - FieldContainer.Coded where V: FieldOptionalType, V.Wrapped: DefaultNSSecureCodable
+
+extension FieldContainer.Coded where V: FieldOptionalType, V.Wrapped: DefaultNSSecureCodable {
+
+ /**
+ Initializes the metadata for the property. This overload is for types supported by Core Data's default NSSecureCodable implementation: `NSArray`, `NSDictionary`, `NSSet`, `NSString`, `NSNumber`, `NSDate`, `NSData`, `NSURL`, `NSUUID`, and `NSNull`.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Coded("customInfo")
+ var customInfo: NSDictionary? = nil
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V = nil,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ defaultValue: { initial().cs_wrappedValue },
+ keyPath: keyPath,
+ isOptional: true,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ valueTransformer: { Internals.AnyFieldCoder(FieldCoders.DefaultNSSecureCoding.self) },
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+}
diff --git a/Sources/Field.Relationship.swift b/Sources/Field.Relationship.swift
new file mode 100644
index 0000000..b79cf62
--- /dev/null
+++ b/Sources/Field.Relationship.swift
@@ -0,0 +1,585 @@
+//
+// Field.ToOne.swift
+// CoreStore
+//
+// Copyright © 2020 John Rommel Estropia
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all
+// copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+// SOFTWARE.
+//
+
+import CoreData
+import Foundation
+
+
+// MARK: - FieldContainer
+
+extension FieldContainer {
+
+ // MARK: - Relationship
+
+ /**
+ The containing type for relationships. Any `CoreStoreObject` subclass can be a destination type. Inverse relationships should be declared from the destination type as well, using the `inverse:` argument for the relationship.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Set
+ }
+ ```
+ - Important: `Field` properties are required to be used as `@propertyWrapper`s. Any other declaration not using the `@Field.Relationship(...) var` syntax will be ignored.
+ */
+ @propertyWrapper
+ public struct Relationship: RelationshipKeyPathStringConvertible, FieldRelationshipProtocol {
+
+ /**
+ Overload for compiler error message only
+ */
+ @available(*, unavailable, message: "Field.Relationship properties are not allowed to have initial values, including `nil`.")
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ minCount: Int = 0,
+ maxCount: Int = 0,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil
+ ) {
+
+ fatalError()
+ }
+
+ /**
+ Overload for compiler error message only
+ */
+ @available(*, unavailable, message: "Field.Relationship properties are not allowed to have initial values, including `nil`.")
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ minCount: Int = 0,
+ maxCount: Int = 0,
+ inverse: KeyPath.Relationship>,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil
+ ) {
+
+ fatalError()
+ }
+
+
+ // MARK: @propertyWrapper
+
+ @available(*, unavailable)
+ public var wrappedValue: V {
+
+ get { fatalError() }
+ set { fatalError() }
+ }
+
+ public var projectedValue: Self {
+
+ return self
+ }
+
+ public static subscript(
+ _enclosingInstance instance: O,
+ wrapped wrappedKeyPath: ReferenceWritableKeyPath,
+ storage storageKeyPath: ReferenceWritableKeyPath
+ ) -> V {
+
+ get {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.read(field: instance[keyPath: storageKeyPath], for: instance.rawObject!) as! V
+ }
+ set {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.modify(field: instance[keyPath: storageKeyPath], for: instance.rawObject!, newValue: newValue)
+ }
+ }
+
+
+ // MARK: AnyKeyPathStringConvertible
+
+ public var cs_keyPathString: String {
+
+ return self.keyPath
+ }
+
+
+ // MARK: KeyPathStringConvertible
+
+ public typealias ObjectType = O
+ public typealias DestinationValueType = V.DestinationObjectType
+
+
+ // MARK: RelationshipKeyPathStringConvertible
+
+ public typealias ReturnValueType = V
+
+
+ // MARK: PropertyProtocol
+
+ internal let keyPath: KeyPathString
+
+
+ // MARK: FieldProtocol
+
+ internal static var dynamicObjectType: CoreStoreObject.Type {
+
+ return ObjectType.self
+ }
+
+ internal static func read(field: FieldProtocol, for rawObject: CoreStoreManagedObject) -> Any? {
+
+ let field = field as! Self
+ let keyPath = field.keyPath
+ return V.cs_toReturnType(
+ from: rawObject.value(forKey: keyPath) as! V.NativeValueType?
+ )
+ }
+
+ internal static func modify(field: FieldProtocol, for rawObject: CoreStoreManagedObject, newValue: Any?) {
+
+ Internals.assert(
+ rawObject.isEditableInContext() == true,
+ "Attempted to update a \(Internals.typeName(O.self))'s value from outside a transaction."
+ )
+ let newValue = newValue as! V
+ let field = field as! Self
+ let keyPath = field.keyPath
+ return rawObject.setValue(
+ V.cs_toNativeType(from: newValue),
+ forKey: keyPath
+ )
+ }
+
+
+ // MARK: FieldRelationshipProtocol
+
+ internal let entityDescriptionValues: () -> FieldRelationshipProtocol.EntityDescriptionValues
+
+ internal static func valueForSnapshot(field: FieldProtocol, for rawObject: CoreStoreManagedObject) -> Any? {
+
+ Internals.assert(
+ rawObject.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ let field = field as! Self
+ return V.cs_valueForSnapshot(from: rawObject.objectIDs(forRelationshipNamed: field.keyPath))
+ }
+
+
+ // MARK: FilePrivate
+
+ fileprivate init(
+ keyPath: KeyPathString,
+ isToMany: Bool,
+ isOrdered: Bool,
+ deleteRule: DeleteRule,
+ inverseKeyPath: @escaping () -> KeyPathString?,
+ versionHashModifier: @escaping () -> String?,
+ renamingIdentifier: @escaping () -> String?,
+ affectedByKeyPaths: @escaping () -> Set,
+ minCount: Int,
+ maxCount: Int
+ ) {
+
+ self.keyPath = keyPath
+ self.entityDescriptionValues = {
+
+ let range = (Swift.max(0, minCount) ... maxCount)
+ return (
+ isToMany: isToMany,
+ isOrdered: isOrdered,
+ deleteRule: deleteRule.nativeValue,
+ inverse: (type: V.DestinationObjectType.self, keyPath: inverseKeyPath()),
+ versionHashModifier: versionHashModifier(),
+ renamingIdentifier: renamingIdentifier(),
+ affectedByKeyPaths: affectedByKeyPaths(),
+ minCount: range.lowerBound,
+ maxCount: range.upperBound
+ )
+ }
+ }
+
+
+ // MARK: - DeleteRule
+
+ /**
+ These constants define what happens to relationships when an object is deleted.
+ */
+ public enum DeleteRule {
+
+ // MARK: Public
+
+ /**
+ If the object is deleted, back pointers from the objects to which it is related are nullified.
+ */
+ case nullify
+
+ /**
+ If the object is deleted, the destination object or objects of this relationship are also deleted.
+ */
+ case cascade
+
+ /**
+ If the destination of this relationship is not nil, the delete creates a validation error.
+ */
+ case deny
+
+
+ // MARK: Internal
+
+ internal var nativeValue: NSDeleteRule {
+
+ switch self {
+
+ case .nullify: return .nullifyDeleteRule
+ case .cascade: return .cascadeDeleteRule
+ case .deny: return .denyDeleteRule
+ }
+ }
+ }
+ }
+}
+
+
+// MARK: - FieldContainer.Relationship where V: FieldRelationshipToOneType
+
+extension FieldContainer.Relationship where V: FieldRelationshipToOneType {
+
+ /**
+ Initializes the metadata for the relationship. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object. Make sure to declare this relationship's inverse relationship on its destination object. Due to Swift's compiler limitation, only one of the relationship and its inverse can declare an `inverse:` argument.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Set
+ }
+ ```
+ - parameter keyPath: the permanent name for this relationship.
+ - parameter deleteRule: defines what happens to relationship when an object is deleted. Valid values are `.nullify`, `.cascade`, and `.delete`. Defaults to `.nullify`.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ keyPath: keyPath,
+ isToMany: false,
+ isOrdered: false,
+ deleteRule: deleteRule,
+ inverseKeyPath: { nil },
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ affectedByKeyPaths: affectedByKeyPaths,
+ minCount: 0,
+ maxCount: 1
+ )
+ }
+
+ /**
+ Initializes the metadata for the relationship. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object. Make sure to declare this relationship's inverse relationship on its destination object. Due to Swift's compiler limitation, only one of the relationship and its inverse can declare an `inverse:` argument.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Set
+ }
+ ```
+ - parameter keyPath: the permanent name for this relationship.
+ - parameter inverse: the inverse relationship that is declared for the destination object. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object.
+ - parameter deleteRule: defines what happens to relationship when an object is deleted. Valid values are `.nullify`, `.cascade`, and `.delete`. Defaults to `.nullify`.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ inverse: KeyPath.Relationship>,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) where D: FieldRelationshipType {
+
+ self.init(
+ keyPath: keyPath,
+ isToMany: false,
+ isOrdered: false,
+ deleteRule: deleteRule,
+ inverseKeyPath: { V.DestinationObjectType.meta[keyPath: inverse].keyPath },
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ affectedByKeyPaths: affectedByKeyPaths,
+ minCount: 0,
+ maxCount: 1
+ )
+ }
+}
+
+
+// MARK: - FieldContainer.Relationship: ToManyRelationshipKeyPathStringConvertible where V: FieldRelationshipToManyType
+
+extension FieldContainer.Relationship: ToManyRelationshipKeyPathStringConvertible where V: FieldRelationshipToManyType {}
+
+
+// MARK: - FieldContainer.Relationship where V: FieldRelationshipToManyOrderedType
+
+extension FieldContainer.Relationship where V: FieldRelationshipToManyOrderedType {
+
+ /**
+ Initializes the metadata for the relationship. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object. Make sure to declare this relationship's inverse relationship on its destination object. Due to Swift's compiler limitation, only one of the relationship and its inverse can declare an `inverse:` argument.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Array
+ }
+ ```
+ - parameter keyPath: the permanent name for this relationship.
+ - parameter minCount: the minimum number of objects in this relationship UNLESS THE RELATIONSHIP IS EMPTY. This means there might be zero objects in the relationship, which might be less than `minCount`. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter maxCount: the maximum number of objects in this relationship. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter deleteRule: defines what happens to relationship when an object is deleted. Valid values are `.nullify`, `.cascade`, and `.delete`. Defaults to `.nullify`.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ minCount: Int = 0,
+ maxCount: Int = 0,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ keyPath: keyPath,
+ isToMany: true,
+ isOrdered: true,
+ deleteRule: deleteRule,
+ inverseKeyPath: { nil },
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ affectedByKeyPaths: affectedByKeyPaths,
+ minCount: minCount,
+ maxCount: maxCount
+ )
+ }
+
+ /**
+ Initializes the metadata for the relationship. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object. Make sure to declare this relationship's inverse relationship on its destination object. Due to Swift's compiler limitation, only one of the relationship and its inverse can declare an `inverse:` argument.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Array
+ }
+ ```
+ - parameter keyPath: the permanent name for this relationship.
+ - parameter minCount: the minimum number of objects in this relationship UNLESS THE RELATIONSHIP IS EMPTY. This means there might be zero objects in the relationship, which might be less than `minCount`. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter maxCount: the maximum number of objects in this relationship. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter inverse: the inverse relationship that is declared for the destination object. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object.
+ - parameter deleteRule: defines what happens to relationship when an object is deleted. Valid values are `.nullify`, `.cascade`, and `.delete`. Defaults to `.nullify`.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ minCount: Int = 0,
+ maxCount: Int = 0,
+ inverse: KeyPath.Relationship>,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) where D: FieldRelationshipType {
+
+ self.init(
+ keyPath: keyPath,
+ isToMany: true,
+ isOrdered: true,
+ deleteRule: deleteRule,
+ inverseKeyPath: { V.DestinationObjectType.meta[keyPath: inverse].keyPath },
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ affectedByKeyPaths: affectedByKeyPaths,
+ minCount: minCount,
+ maxCount: maxCount
+ )
+ }
+}
+
+
+// MARK: - FieldContainer.Relationship where V: FieldRelationshipToManyUnorderedType
+
+extension FieldContainer.Relationship where V: FieldRelationshipToManyUnorderedType {
+
+ /**
+ Initializes the metadata for the relationship. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object. Make sure to declare this relationship's inverse relationship on its destination object. Due to Swift's compiler limitation, only one of the relationship and its inverse can declare an `inverse:` argument.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Set
+ }
+ ```
+ - parameter keyPath: the permanent name for this relationship.
+ - parameter minCount: the minimum number of objects in this relationship UNLESS THE RELATIONSHIP IS EMPTY. This means there might be zero objects in the relationship, which might be less than `minCount`. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter maxCount: the maximum number of objects in this relationship. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter deleteRule: defines what happens to relationship when an object is deleted. Valid values are `.nullify`, `.cascade`, and `.delete`. Defaults to `.nullify`.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ minCount: Int = 0,
+ maxCount: Int = 0,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ keyPath: keyPath,
+ isToMany: true,
+ isOrdered: false,
+ deleteRule: deleteRule,
+ inverseKeyPath: { nil },
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ affectedByKeyPaths: affectedByKeyPaths,
+ minCount: minCount,
+ maxCount: maxCount
+ )
+ }
+
+ /**
+ Initializes the metadata for the relationship. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object. Make sure to declare this relationship's inverse relationship on its destination object. Due to Swift's compiler limitation, only one of the relationship and its inverse can declare an `inverse:` argument.
+ ```
+ class Dog: CoreStoreObject {
+
+ @Field.Relationship("master")
+ var master: Person?
+ }
+
+ class Person: CoreStoreObject {
+
+ @Field.Relationship("pets", inverse: \.$master)
+ var pets: Set
+ }
+ ```
+ - parameter keyPath: the permanent name for this relationship.
+ - parameter minCount: the minimum number of objects in this relationship UNLESS THE RELATIONSHIP IS EMPTY. This means there might be zero objects in the relationship, which might be less than `minCount`. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter maxCount: the maximum number of objects in this relationship. If the number of objects in the relationship do not satisfy `minCount` and `maxCount`, the transaction's commit (or auto-commit) would fail with a validation error.
+ - parameter inverse: the inverse relationship that is declared for the destination object. All relationships require an "inverse", so updates to to this object's relationship are also reflected on its destination object.
+ - parameter deleteRule: defines what happens to relationship when an object is deleted. Valid values are `.nullify`, `.cascade`, and `.delete`. Defaults to `.nullify`.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ minCount: Int = 0,
+ maxCount: Int = 0,
+ inverse: KeyPath.Relationship>,
+ deleteRule: DeleteRule = .nullify,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) where D: FieldRelationshipType {
+
+ self.init(
+ keyPath: keyPath,
+ isToMany: true,
+ isOrdered: false,
+ deleteRule: deleteRule,
+ inverseKeyPath: { V.DestinationObjectType.meta[keyPath: inverse].keyPath },
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ affectedByKeyPaths: affectedByKeyPaths,
+ minCount: minCount,
+ maxCount: maxCount
+ )
+ }
+}
diff --git a/Sources/Field.Stored.swift b/Sources/Field.Stored.swift
new file mode 100644
index 0000000..3a60c27
--- /dev/null
+++ b/Sources/Field.Stored.swift
@@ -0,0 +1,347 @@
+//
+// Field.Stored.swift
+// CoreStore
+//
+// Copyright © 2020 John Rommel Estropia
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all
+// copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+// SOFTWARE.
+//
+
+import CoreData
+import Foundation
+
+
+// MARK: - FieldContainer
+
+extension FieldContainer {
+
+ // MARK: - Stored
+
+ /**
+ The containing type for stored property values. Any type that conforms to `FieldStorableType` are supported.
+ ```
+ class Animal: CoreStoreObject {
+
+ @Field.Stored("title")
+ var title: String = "Mr."
+
+ @Field.Stored("nickname")
+ var nickname: String?
+ }
+ ```
+ - Important: `Field` properties are required to be used as `@propertyWrapper`s. Any other declaration not using the `@Field.Stored(...) var` syntax will be ignored.
+ */
+ @propertyWrapper
+ public struct Stored: AttributeKeyPathStringConvertible, FieldAttributeProtocol {
+
+ /**
+ Initializes the metadata for the property.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Stored("title")
+ var title: String = "Mr."
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []
+ ) {
+
+ self.init(
+ wrappedValue: initial,
+ keyPath: keyPath,
+ isOptional: false,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+
+
+ // MARK: @propertyWrapper
+
+ @available(*, unavailable)
+ public var wrappedValue: V {
+
+ get { fatalError() }
+ set { fatalError() }
+ }
+
+ public var projectedValue: Self {
+
+ return self
+ }
+
+ public static subscript(
+ _enclosingInstance instance: O,
+ wrapped wrappedKeyPath: ReferenceWritableKeyPath,
+ storage storageKeyPath: ReferenceWritableKeyPath
+ ) -> V {
+
+ get {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.read(field: instance[keyPath: storageKeyPath], for: instance.rawObject!) as! V
+ }
+ set {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.modify(field: instance[keyPath: storageKeyPath], for: instance.rawObject!, newValue: newValue)
+ }
+ }
+
+
+ // MARK: AnyKeyPathStringConvertible
+
+ public var cs_keyPathString: String {
+
+ return self.keyPath
+ }
+
+
+ // MARK: KeyPathStringConvertible
+
+ public typealias ObjectType = O
+ public typealias DestinationValueType = V
+
+
+ // MARK: AttributeKeyPathStringConvertible
+
+ public typealias ReturnValueType = DestinationValueType
+
+
+ // MARK: PropertyProtocol
+
+ internal let keyPath: KeyPathString
+
+
+ // MARK: FieldProtocol
+
+ internal static var dynamicObjectType: CoreStoreObject.Type {
+
+ return ObjectType.self
+ }
+
+ internal static func read(field: FieldProtocol, for rawObject: CoreStoreManagedObject) -> Any? {
+
+ let field = field as! Self
+ if let customGetter = field.customGetter {
+
+ return customGetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: field)
+ )
+ }
+ let keyPath = field.keyPath
+ switch rawObject.value(forKey: keyPath) {
+
+ case let rawValue as V.FieldStoredNativeType:
+ return V.cs_fromFieldStoredNativeType(rawValue)
+
+ default:
+ return nil
+ }
+ }
+
+ internal static func modify(field: FieldProtocol, for rawObject: CoreStoreManagedObject, newValue: Any?) {
+
+ Internals.assert(
+ rawObject.isEditableInContext() == true,
+ "Attempted to update a \(Internals.typeName(O.self))'s value from outside a transaction."
+ )
+ let newValue = newValue as! V
+ let field = field as! Self
+ let keyPath = field.keyPath
+ if let customSetter = field.customSetter {
+
+ return customSetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: field),
+ newValue
+ )
+ }
+ return rawObject.setValue(
+ newValue.cs_toFieldStoredNativeType(),
+ forKey: keyPath
+ )
+ }
+
+
+ // MARK: FieldAttributeProtocol
+
+ internal let entityDescriptionValues: () -> FieldAttributeProtocol.EntityDescriptionValues
+
+ internal var getter: CoreStoreManagedObject.CustomGetter? {
+
+ guard let customGetter = self.customGetter else {
+
+ return nil
+ }
+ let keyPath = self.keyPath
+ return { (_ id: Any) -> Any? in
+
+ let rawObject = id as! CoreStoreManagedObject
+ rawObject.willAccessValue(forKey: keyPath)
+ defer {
+
+ rawObject.didAccessValue(forKey: keyPath)
+ }
+ let value = customGetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: self)
+ )
+ return value.cs_toFieldStoredNativeType()
+ }
+ }
+
+ internal var setter: CoreStoreManagedObject.CustomSetter? {
+
+ guard let customSetter = self.customSetter else {
+
+ return nil
+ }
+ let keyPath = self.keyPath
+ return { (_ id: Any, _ newValue: Any?) -> Void in
+
+ let rawObject = id as! CoreStoreManagedObject
+ rawObject.willChangeValue(forKey: keyPath)
+ defer {
+
+ rawObject.didChangeValue(forKey: keyPath)
+ }
+ customSetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: self),
+ V.cs_fromFieldStoredNativeType(newValue as! V.FieldStoredNativeType)
+ )
+ }
+ }
+
+
+ // MARK: FilePrivate
+
+ fileprivate init(
+ wrappedValue initial: @escaping () -> V,
+ keyPath: KeyPathString,
+ isOptional: Bool,
+ versionHashModifier: @escaping () -> String?,
+ renamingIdentifier: @escaping () -> String?,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)?,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? ,
+ affectedByKeyPaths: @escaping () -> Set) {
+
+ self.keyPath = keyPath
+ self.entityDescriptionValues = {
+ (
+ attributeType: V.cs_rawAttributeType,
+ isOptional: isOptional,
+ isTransient: false,
+ allowsExternalBinaryDataStorage: false,
+ versionHashModifier: versionHashModifier(),
+ renamingIdentifier: renamingIdentifier(),
+ valueTransformer: nil,
+ affectedByKeyPaths: affectedByKeyPaths(),
+ defaultValue: initial().cs_toFieldStoredNativeType()
+ )
+ }
+ self.customGetter = customGetter
+ self.customSetter = customSetter
+ }
+
+
+ // MARK: Private
+
+ private let customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)?
+ private let customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)?
+ }
+}
+
+
+// MARK: - FieldContainer.Stored where V: FieldOptionalType
+
+extension FieldContainer.Stored where V: FieldOptionalType {
+
+ /**
+ Initializes the metadata for the property.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Stored("nickname")
+ var nickname: String?
+ }
+ ```
+ - parameter initial: the initial value for the property when the object is first created.
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter versionHashModifier: used to mark or denote a property as being a different "version" than another even if all of the values which affect persistence are equal. (Such a difference is important in cases where the properties are unchanged but the format or content of its data are changed.)
+ - parameter previousVersionKeyPath: used to resolve naming conflicts between models. When creating an entity mapping between entities in two managed object models, a source entity property's `keyPath` with a matching destination entity property's `previousVersionKeyPath` indicate that a property mapping should be configured to migrate from the source to the destination. If unset, the identifier will be the property's `keyPath`.
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V = nil,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ previousVersionKeyPath: @autoclosure @escaping () -> String? = nil,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []) {
+
+ self.init(
+ wrappedValue: initial,
+ keyPath: keyPath,
+ isOptional: true,
+ versionHashModifier: versionHashModifier,
+ renamingIdentifier: previousVersionKeyPath,
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+}
diff --git a/Sources/Field.Virtual.swift b/Sources/Field.Virtual.swift
new file mode 100644
index 0000000..eb77f11
--- /dev/null
+++ b/Sources/Field.Virtual.swift
@@ -0,0 +1,354 @@
+//
+// Field.Virtual.swift
+// CoreStore
+//
+// Copyright © 2020 John Rommel Estropia
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all
+// copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+// SOFTWARE.
+//
+
+import CoreData
+import Foundation
+
+
+// MARK: - FieldContainer
+
+extension FieldContainer {
+
+ // MARK: - Virtual
+
+ /**
+ The containing type for computed property values. Because this value is not persisted to the backing store, any type is supported. `Field.Virtual` properties are not allowed to have initial values, including `nil` for optional types.
+ ```
+ class Animal: CoreStoreObject {
+
+ @Field.Virtual(
+ "pluralName",
+ customGetter: { (object, field) in
+ return object.$species.value + "s"
+ }
+ )
+ var pluralName: String
+
+ @Field.Stored("species")
+ var species: String = ""
+ }
+ ```
+ - Important: `Field` properties are required to be used as `@propertyWrapper`s. Any other declaration not using the `@Field.Virtual(...) var` syntax will be ignored.
+ */
+ @propertyWrapper
+ public struct Virtual: AttributeKeyPathStringConvertible, FieldAttributeProtocol {
+
+ /**
+ Initializes the metadata for the property. `Field.Virtual` properties are not allowed to have initial values, including `nil` for optional types.
+ ```
+ class Person: CoreStoreObject {
+
+ @Field.Virtual(
+ "pluralName",
+ customGetter: { (object, field) in
+ return object.$species.value + "s"
+ }
+ )
+ var pluralName: String
+
+ @Field.Stored("species")
+ var species: String = ""
+ }
+ ```
+ - parameter keyPath: the permanent attribute name for this property.
+ - parameter customGetter: use this closure as an "override" for the default property getter. The closure receives a `ObjectProxy`, which acts as a type-safe proxy for the receiver. When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively. Do not make assumptions on the thread/queue that the closure is executed on; accessors may be called from `NSError` logs for example.
+ - parameter customSetter: use this closure as an "override" for the default property setter. The closure receives a `ObjectProxy`, which acts as a fast, type-safe KVC interface for `CoreStoreObject`. The reason a `CoreStoreObject` instance is not passed directly is because the Core Data runtime is not aware of `CoreStoreObject` properties' static typing, and so loading those info everytime KVO invokes this accessor method incurs a cumulative performance hit (especially in KVO-heavy operations such as `ListMonitor` observing.) When accessing the property value from `ObjectProxy`, make sure to use `field.primitiveValue` instead of `field.value`, which would unintentionally execute the same closure again recursively.
+ - parameter affectedByKeyPaths: a set of key paths for properties whose values affect the value of the receiver. This is similar to `NSManagedObject.keyPathsForValuesAffectingValue(forKey:)`.
+ */
+ public init(
+ _ keyPath: KeyPathString,
+ customGetter: @escaping (_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []) {
+
+ self.init(
+ keyPath: keyPath,
+ customGetter: customGetter,
+ customSetter: customSetter,
+ affectedByKeyPaths: affectedByKeyPaths
+ )
+ }
+
+ /**
+ Overload for compiler error message only
+ */
+ @available(*, unavailable, message: "Field.Virtual properties are not allowed to have initial values, including `nil`.")
+ public init(
+ wrappedValue initial: @autoclosure @escaping () -> V,
+ _ keyPath: KeyPathString,
+ versionHashModifier: @autoclosure @escaping () -> String? = nil,
+ customGetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy) -> V)? = nil,
+ customSetter: ((_ object: ObjectProxy, _ field: ObjectProxy.FieldProxy, _ newValue: V) -> Void)? = nil,
+ affectedByKeyPaths: @autoclosure @escaping () -> Set = []) {
+
+ fatalError()
+ }
+
+
+ // MARK: @propertyWrapper
+
+ @available(*, unavailable)
+ public var wrappedValue: V {
+
+ get { fatalError() }
+ set { fatalError() }
+ }
+
+ public var projectedValue: Self {
+
+ return self
+ }
+
+ public static subscript(
+ _enclosingInstance instance: O,
+ wrapped wrappedKeyPath: ReferenceWritableKeyPath,
+ storage storageKeyPath: ReferenceWritableKeyPath
+ ) -> V {
+
+ get {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.read(field: instance[keyPath: storageKeyPath], for: instance.rawObject!) as! V
+ }
+ set {
+
+ Internals.assert(
+ instance.rawObject != nil,
+ "Attempted to access values from a \(Internals.typeName(O.self)) meta object. Meta objects are only used for querying keyPaths and infering types."
+ )
+ Internals.assert(
+ instance.rawObject?.isRunningInAllowedQueue() == true,
+ "Attempted to access \(Internals.typeName(O.self))'s value outside it's designated queue."
+ )
+ return self.modify(field: instance[keyPath: storageKeyPath], for: instance.rawObject!, newValue: newValue)
+ }
+ }
+
+
+ // MARK: AnyKeyPathStringConvertible
+
+ public var cs_keyPathString: String {
+
+ return self.keyPath
+ }
+
+
+ // MARK: KeyPathStringConvertible
+
+ public typealias ObjectType = O
+ public typealias DestinationValueType = V
+
+
+ // MARK: AttributeKeyPathStringConvertible
+
+ public typealias ReturnValueType = DestinationValueType
+
+
+ // MARK: PropertyProtocol
+
+ internal let keyPath: KeyPathString
+
+
+ // MARK: FieldProtocol
+
+ internal static var dynamicObjectType: CoreStoreObject.Type {
+
+ return ObjectType.self
+ }
+
+ internal static func read(field: FieldProtocol, for rawObject: CoreStoreManagedObject) -> Any? {
+
+ let field = field as! Self
+ if let customGetter = field.customGetter {
+
+ return customGetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy(rawObject: rawObject, field: field)
+ )
+ }
+ let keyPath = field.keyPath
+ switch rawObject.value(forKey: keyPath) {
+
+ case let rawValue as V:
+ return rawValue
+
+ default:
+ return nil
+ }
+ }
+
+ internal static func modify(field: FieldProtocol, for rawObject: CoreStoreManagedObject, newValue: Any?) {
+
+ Internals.assert(
+ rawObject.isEditableInContext() == true,
+ "Attempted to update a \(Internals.typeName(O.self))'s value from outside a transaction."
+ )
+ let newValue = newValue as! V
+ let field = field as! Self
+ let keyPath = field.keyPath
+ if let customSetter = field.customSetter {
+
+ return customSetter(
+ ObjectProxy(rawObject),
+ ObjectProxy.FieldProxy