Tested xcode 8 stable version ; Need to use var request
variable with URLRequest()
With thats you can easily fix that (bug)
var request = URLRequest(url:myUrl!)
And
let task = URLSession.shared().dataTask(with: request as URLRequest) { }
Worked fine ! Thank you guys, i think help many people. !