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

Re-enable strict concurrency checking for swift-openapi-urlsession #49

Open glbrntt opened 7 months ago

glbrntt commented 7 months ago

Description

Strict concurrency checking was disabled in https://github.com/apple/swift-openapi-urlsession/pull/47 for 5.10 and later. This should be re-enabled when SwiftPM generates Sendable test manifests.

Additional information

No response