apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
159 stars 31 forks source link

Prep for 1.0 alpha, adapted to runtime changes in main #31

Closed czechboy0 closed 11 months ago

czechboy0 commented 11 months ago

Motivation

On main, the HTTPBody length type changed from Int to Int64.

Modifications

Adapted the transport with this change.

Result

Repo builds again when using the latest runtime.

Test Plan

Adapted tests.