CSVImporter icon indicating copy to clipboard operation
CSVImporter copied to clipboard

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

Open nikhilpandey4 opened this issue 4 years ago • 2 comments

The HandySwift library this library refers to is 1.7.1 and the methods 'Hashable.hashValue' is deprecated. It can be sorted out by using the latest version of HandySwift and also it's great if the library can be updated for Swift 5.

nikhilpandey4 avatar Feb 05 '20 06:02 nikhilpandey4

@nikhilpandey4 I will make a few changes to CSVImporter soon to fix some of the issues reported. But note that both a Swift 5 update and update of HandySwift were already done, you can use the stable branch to get those changes right now before I make a new release.

Jeehut avatar Feb 06 '20 07:02 Jeehut

I used Cocoapods to download this framework and its downloading version 1.9.1 launched in November 2018, which is updated to Swift 4.2.

nikhilpandey4 avatar Feb 06 '20 09:02 nikhilpandey4