Sport @available(swift 4.0) public enum Sport : String, Codable TCX Sport biking Biking Declaration Swift case biking = "Biking" running Running Declaration Swift case running = "Running" other Other Declaration Swift case other = "Other" all All Note ActivityGoalsExtension Declaration Swift case all = "All"