Up until today my complete project was running fine. After closing and reopening Xcode I found an error with the following,
extension NSDate : Comparable {}
The error says, "Redundant conformance of 'NSDate' to protocol 'Comparable'"
The only recent additions to the project was a third party library called SwiftDate. If any other code is required, happy to post. Thank you.