If you type this in the Playground:
class Downloader : NSObject, NSURLSessionTaskDelegate, NSURLSessionDownloadDelegate {
}
and then start typing inside the class URLS, you will get all the autocomplete content. Try this, and if that doesn't work, restart Xcode. Perhaps “cleaning up” the project will also help.
, , , NSURLSessionDownloadDelegate, .
.