pointfreeco / swift-case-paths

🧰 Case paths extends the key path hierarchy to enum cases.
https://www.pointfree.co/collections/enums-and-structs/case-paths
MIT License
904 stars 105 forks source link

Disable sendable dynamic key path lookup for now #181

Closed stephencelis closed 1 month ago

stephencelis commented 1 month ago

A regression in recent snapshots is causing compiler crashes.

https://github.com/swiftlang/swift/issues/75244

Let's disable these code paths for now while we wait for resolution.

stephencelis commented 1 month ago

Before merging/releasing we should try to see if this produces any bad warnings downstream.