apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.21k stars 87 forks source link

Fix compat suite tests #561

Closed czechboy0 closed 1 month ago

czechboy0 commented 1 month ago

Motivation

With newer Yams, some bugs that hid OpenAPI doc issues are now surfaced.

Modifications

Adapt the compat suite tests to pass again.

Result

Compat suite passing.

Test Plan

Ran the compat suite locally and it passed.