Port to swift 3
Has anyone been able to successfully port this over to Swift 3?
nope.. lots of errors

same here, still lot of errors
hi @brycelund you can download these two file and add into your source it port in swift 4.0 Source.zip
Hi @Sumit-2singh , Do you have the Swift 4 version of file "TCBlobDownloadSwiftTest"? I got a similar issue with this file. The Xcode Build throws this error:
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
In Xocde 9 & Swift 4, after using @Sumit-2singh 's code, there 1 more error:
func is inaccessible due to 'private' protection level
You need to make the change to fix it:
`fileprivate let directory: NSURL?`
Use 'fileprivate' instead of 'private'.