swift-foundation
swift-foundation copied to clipboard
Conform `LossLessStringConvertible` for UUID
As discussed in Swift Forums and implemented in several frameworks like Vapor, UUID meets the semantic contract of LosslessStringConvertible. This PR adds conformance of UUID to LosslessStringConvertible.
Closes #1292
@itingliu I added the proposal. Could you abbreviated review for this?
@swift-ci please test