adamayoung / TMDb

The Movie Database Swift Package
https://adamayoung.github.io/TMDb/documentation/tmdb
Apache License 2.0
109 stars 28 forks source link

Conform value types to Sendable #167

Closed MartinP7r closed 5 months ago

MartinP7r commented 5 months ago

I see these warnings when using the async APIs and was wondering if the fix would be as simple as adding conformance to Sendable for the types in question?

image

Disclaimer: this is with StrictConcurrency option activated, so most likely won't show up by default right now.

adamayoung commented 5 months ago

Hi @MartinP7r. Thanks for the issue. I'll look at sending this sorted ASAP.