I have a framework in my project that implements an extension on NSDate. The extension looks like this.
extension NSDate { func isGreaterThanDate(otherDa
The only answer I've found so far "No you can't use namespacing to protect against this." But I'm still keeping my eyes open for how to handle this situation if someone uses the same function signature like this accidentally.