Since Xcode 7 and Swift 2.0, I get the error above, like in the screenshot shown here:
For me it was MD5.swift issue
What you have to do is search in your project for file name "MD5.swift" even in the pods
and replace all the content with this file here
https://github.com/onmyway133/SwiftHash/blob/master/Sources/MD5.swift