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

Get Windows CI working again #171

Open stephencelis opened 3 months ago

stephencelis commented 3 months ago

We disabled Windows CI in #168 due to Swift compiler debug assertion failures. Ideally we would work around these assertions so that we can get CI green again.

Tagging @brianmichel on this one.