let task = session.dataTaskWithRequest(request, completionHandler: { (myData, myResponse, myError) -> Void in
});
and when I go to write code in the completion handler block, Xcode does not recognize the variables that are being passed in - in this case myData, myResponse and myError.