Skip to content

Commit 33d493d

Browse files
committed
Updated for Swift 5.9
1 parent 11a7e50 commit 33d493d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/CoreDataModel/NSAttributeType.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ public extension AttributeType {
7676
return nil
7777
case .objectIDAttributeType:
7878
return nil
79+
#if swift(>=5.9)
80+
case .compositeAttributeType:
81+
return nil
82+
#endif
7983
@unknown default:
8084
return nil
8185
}

0 commit comments

Comments
 (0)