Hey!
We have been experiencing some difficulty with our pipeline since the release of 1.0.0 yesterday. We're getting a deprecation error for Effect
and an incorrect arguments error for Reducer
which is leading to build failures. I know changes to both of these have been on the horizon for a while now, but we aren't quite there yet with updating our codebase to conform with 1.0.0.
Our builds are running fine locally, but are failing in the pipeline, and it seems that the pipeline is building TCA 1.0.0, going off the errors. I've specified exact versions for swift-composable-architecture (0.57.0) and swiftui-navigation (0.8.0) in Package Dependencies, so we're definitely not using the 'Next Major' option. If anyone has any ideas on why this might be happening that would be amazing!
Thanks