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

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

Open glbrntt opened 6 months ago

glbrntt commented 6 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