glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.93k stars 1.05k forks source link

Swift: apply Sendable unless it's class and mutable #2473

Closed nh7a closed 6 months ago

nh7a commented 7 months ago

Sendable conformance should be applied unless it's a class and mutable. This fixes #2291.