LUUID
is a clone of (and drop-in replacement for) Swift.UUID
, but LUUID.uuidString
returns a lowercase string to conform to the UUID RFC.
LUUID
usesHashable.hash(into:)
and therefore requires Swift 4.2+. This also means thatUUID
andLUUID
do not have the samehashValue
.LUUID
is not convertible toNSUUID
viaas
due lack of support for implementing this outside of the Swift standard library.