I have a slider and label in my swift project. On the storyboard, I control dragged my slider onto my controller class for that page and created an outlet and also an action
try this
var currentValue = Int(slider.value) println("Slider changing to \(currentValue) ?") startTime.text = "\(currentValue) Km"