SwiftyVersion Create a Version from a String import SwiftyVersion // ... let version = Version("1.2.3")! print("The version is \(version)")