github pointfreeco/swift-composable-architecture 0.38.3

latest releases: 1.10.4, 1.10.3, 1.10.2...
22 months ago
  • Deprecated: Store.unchecked has been deprecated. As the Composable Architecture migrates to modern Swift concurrency tools, its async endpoints must run on a consistent actor to ensure safety from data races. Because the primary use case of the Composable Architecture is driving UIs, we have chosen the @MainActor for these endpoints, which makes them unsafe to call from unchecked stores. We believe the number of unchecked stores out in the wild is small, but in the meantime are soliciting feedback from the community with this deprecation warning.

    See #1206 for more information and migration paths.

Don't miss a new swift-composable-architecture release

NewReleases is sending notifications on new releases.