Reflection icon indicating copy to clipboard operation
Reflection copied to clipboard

'Hashable.hashValue' is deprecated as a protocol requirement

Open stein2nd opened this issue 5 years ago • 0 comments

Swift Compiler Warning has occurred.

Message:

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

File location:

  • Properties.swift / HashedType / hashValue

stein2nd avatar Feb 24 '20 06:02 stein2nd