BuildType @available(swift 4.0) public enum BuildType : String, Codable TCX Build Type internal Internal Build Declaration Swift case `internal` = "Internal" alpha Alpha Declaration Swift case alpha = "Alpha" beta Beta Declaration Swift case beta = "Beta" release Release Declaration Swift case release = "Release"