I currently run into a error with that bit of code since i updated Xcode
{!}Call can throw, but is not marked with 'try' and the error is not handled
let soundURL = NSBundle.mainBundle().URLForResource("jump", withExtension: "caf")
audioPlayer = AVAudioPlayer(contentsOfURL: soundURL!, fileTypeHint: nil)
audioPlayer.numberOfLoops = -1
audioPlayer.play()