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.
LUUIDusesHashable.hash(into:)and therefore requires Swift 4.2+. This also means thatUUIDandLUUIDdo not have the samehashValue.LUUIDis not convertible toNSUUIDviaasdue lack of support for implementing this outside of the Swift standard library.