I'm trying to work with Swift 2, but i have troubles with variables. When I declare a var, Xcode shows this 
I try with another code like
if let touch = touches.first as? UITouch { // ... }
But is the same problem.
UITouch is not the only one with the problem, other variables too.
What i can do for fix it?
Thanks.
let touch = touches.first as UITouch