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
To be able to run the generated SDK as is (even in my Swift 6 project that has the strictest concurrency checks enabled)
Actual
Newly generated types produce this error:
Non-sendable type 'OperationResult<Last10storyPrimersByCategoryQuery.Data>' returned by implicitly asynchronous
call to nonisolatedfunction cannot cross actor boundary
Question
Are there any plans concerning this? My workaround has just been annotating generated types with MainActor to get a prototype up and running. I'd be happy to take this on.
The text was updated successfully, but these errors were encountered:
Expected
To be able to run the generated SDK as is (even in my Swift 6 project that has the strictest concurrency checks enabled)
Actual
Newly generated types produce this error:
Question
Are there any plans concerning this? My workaround has just been annotating generated types with MainActor to get a prototype up and running. I'd be happy to take this on.
The text was updated successfully, but these errors were encountered: