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
By default we have this flag as minimal, which is not ideal, I'm updating lea project to have it as complete, and after this change, I started to get warnings from the public types in the Networking library regarding conformance to Sendable
For now, the fix is to import as@preconcurrency import Networking, but ideally we should have the lib ready for this
The text was updated successfully, but these errors were encountered:
By default we have this flag as
minimal
, which is not ideal, I'm updating lea project to have it ascomplete
, and after this change, I started to get warnings from the public types in theNetworking
library regarding conformance toSendable
For now, the fix is to import as
@preconcurrency import Networking
, but ideally we should have the lib ready for thisThe text was updated successfully, but these errors were encountered: