pointfreeco / swift-custom-dump

A collection of tools for debugging, diffing, and testing your application's data structures.
MIT License
800 stars 89 forks source link

Don't use `AnyKeyPath.debugDescription` due to crash #81

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

SE-0369's implementation unfortunately has a crash related to dynamic member lookup, so we should revert our reliance on it till the bug is fixed.

See https://github.com/apple/swift/issues/64865 for more info.