Here we can create UUID String with in one line.

Represents UUID strings, which can be used to uniquely identify types, interfaces, and other items.

Swift 3.0

print(UUID().uuidString)

It is very useful for identify multiple devices with unique id.