[Pitch] Add CustomDebugDescription conformance to AnyKeyPath

I believe this is no longer strictly the case now that conformances can be declared with availability. So the extension KeyPath: CustomDebugStringConvertible conformance would just need an appropriate @available(SwiftStdlib X.Y, *) attribute.

1 Like