session.dataTaskWithRequest(request, completionHandler: {(data: NSData!, response: NSURLResponse!, error: NSError!) in
//code
)}
Hopefully Xcode will be updated to support auto-complete for these, cause the syntax is kind of tricky, and Swift doesn't appear to support declaring the return type yet when used like this.