NSObject.hash(into:)
We deprecated overriding it in 4.2 with a custom compiler warning. This removes the ability to override it entirely. The correct way to customize hashing for NSObject subclasses is to override the `hash` property.