You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now as we convert our project to Swift Concurrency and Swift 6 we came across the warning Stored property 'snapshot' of 'Sendable'-conforming struct 'FirebaseUpdate' has non-sendable type 'DataSnapshot'; this is an error in the Swift 6 language mode in this object:
Thanks, @Blackjacx, we are actively working on improving Swift 6 support across Firebase. Some of the changes can be done incrementally and some of the changes require a breaking change. I have not audited FirebaseDatabase yet, but will take a closer look.
Description
Now as we convert our project to Swift Concurrency and Swift 6 we came across the warning
Stored property 'snapshot' of 'Sendable'-conforming struct 'FirebaseUpdate' has non-sendable type 'DataSnapshot'; this is an error in the Swift 6 language mode
in this object:To silence this we could add
@preconcurrency
but we also loose sight of these warnings then.Therefore my question: Is ther a specific timeline for when this model object will become
Sendable
?I tested with version 11.7.0 today and still get this.
API Proposal
No response
Firebase Product(s)
Database
The text was updated successfully, but these errors were encountered: