When archiving the test app, the process works fine for the iOS app but results in a compiler error when archiving for Catalyst.
This issue occurs when using swift-composable-architecture
and MetaCodable
together.
If either of these libraries is removed, the archiving process works without issues.