Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Regex' to 'Hashable' by implementing 'hash(into:)' instead #41

Closed
nikhilpandey4 opened this issue Feb 15, 2020 · 3 comments
Labels

Comments

@nikhilpandey4
Copy link

While building Handyswift with Xcode 11.3 for Swift 5.1, I'm getting this error.

'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Regex' to 'Hashable' by implementing 'hash(into:)' instead

@Jeehut
Copy link
Member

Jeehut commented Feb 21, 2020

@nikhilpandey4 What version of HandySwift are you using? Cause we migrated to Hash(into:) 11 months ago in version 3.1.0, see here.

@nikhilpandey4
Copy link
Author

I am Handy Swift alongside CSV Importer and I am seeing this matter no matter what I version of Handy Swift I use. Also am getting this error of Switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions.

@Jeehut
Copy link
Member

Jeehut commented Feb 21, 2020

Ah, I see, yes if you are using it via CSVImporter you get an old version of HandySwift. We can't do anything about it here in HandySwift, I will make a new release of CSVImporter for that. Closing as a duplicate of FlineDev/CSVImporter#51.

@Jeehut Jeehut closed this as completed Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants