OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.94k stars 6.59k forks source link

[swift6] Add checked Sendable conformance to Validation structs #20150

Closed x-sheep closed 1 day ago

x-sheep commented 1 day ago

This is a slight correctness improvement, by replacing @unchecked Sendable with compiler-checked Sendable.

@jgavris @ehyche @Edubits @jaz-ah @4brunu @dydus0x14

PR checklist