-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Raised by a developer on the Forum
Declaring a variable as
@Persisted(indexed: true) var uuid: UUID?
generates an error from the compiler
Initializer 'init(indexed:)' requires that 'UUID._RealmValue' (aka 'UUID') conform to '_Indexable'
UUID is however documented as indexable.