Adopt swift-openapi-generator for the Swift.org API
Blocked on https://github.com/swiftlang/swift-org-website/issues/832
This is ready to use now: https://www.swift.org/openapi/openapi.html#/Swiftly/getCurrentSwiftlyRelease
You can use this test client for inspiration: https://github.com/swiftlang/swift-org-website/tree/main/openapi/TestSwiftOrgClient
Although for the HTTP client, assuming you want to keep using AHC, you'd select the integration package: https://github.com/swift-server/swift-openapi-async-http-client
For more info: https://github.com/apple/swift-openapi-generator
See #205
#205 Adopts this for the swiftly releases. Next step is to follow the same approach for the interactions with the swift toolchains.
See #253