Summary
After upgrading to the XCode 14.3 Beta, I see this sort of warning hundreds of times during compilation:
Non-sendable type 'FooQuery.Data.Foo?' passed in implicitly asynchronous call to main actor-isolated function cannot cross actor boundary
Is there anything specific to the setup I have to change to make sure these generated types conform to Sendable or is this in active development against the XCode Beta? Let me know if you need more info
Version
1.0.7
Steps to reproduce the behavior
- Generate GraphQL models per documentation
- Attempt to reference the models in an isolated async context
- Observe compiler warning
Logs
No response
Anything else?
No response
Summary
After upgrading to the XCode 14.3 Beta, I see this sort of warning hundreds of times during compilation:
Is there anything specific to the setup I have to change to make sure these generated types conform to
Sendableor is this in active development against the XCode Beta? Let me know if you need more infoVersion
1.0.7
Steps to reproduce the behavior
Logs
No response
Anything else?
No response