Skip to content

Conversation

CarlosDelaMoraFavor
Copy link

This work is a draft of what is needed to support strict concurrency. The main chances that may be of concern is making Store to be @MainActor. That forces SwiftDataStore, NSCacheStore and DictionaryStore all to be isolated to the @MainActor

  • Require swift 6.0 for the swiftLanguageModes
  • Make QueryID, Variables and Values all conform to Sendable
  • Make AnySubscriber: @unchecked Sendable ( We may want to create a Subscriber that is Sendable)

This is a draft, the tests haven't been fixed.

@CarlosDelaMoraFavor CarlosDelaMoraFavor marked this pull request as draft December 12, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant