convertir la cadena a la unidad Swift

let x : Int = 45
var stringValue = "\(x)"
print(stringValue)
Competitive Programmer