apple / swift-openapi-urlsession

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

Remove AsyncStream.makeStream backports now we support only Swift 5.9+ #34

Closed simonjbeaumont closed 10 months ago

simonjbeaumont commented 10 months ago

Motivation

We had some code in an #if swift(<5.9) block, which can now be removed because we only support Swift 5.9 and newer.

Modifications

Remove code required to support Swift 5.8.

Result

Removed dead code.

Test Plan

Tests pass.