swift-openapi-urlsession icon indicating copy to clipboard operation
swift-openapi-urlsession copied to clipboard

URLSession transport for Swift OpenAPI Generator.

Results 7 swift-openapi-urlsession issues
Sort by recently updated
recently updated
newest added

### 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_

### Motivation As per #38, this isn't strictly necessary but we can be explicit by adding visionOS to the availability annotations. ### Modifications Add `visionOS 1` to the list of...

We are heavily using openapi to generate our REST library. In this library we do files upload and download. Everything works pretty well but now we want to allow background...

Motivation: Swift 5.9 is no longer supported, we should bump the tools version and remove it from our CI. Modifications: * Bump the Swift tools version to Swift 5.10 *...

🆕 semver/minor

### Motivation This package wasn't building on Android, causing various dependent packages to also fail to build. ### Modifications Add the necessary `import(Android)` to successfully build. ### Result The package...

🔨 semver/patch

Add static SDK CI workflow which runs on commits to PRs, merges to main and daily on main.

semver/none

### Description We are having a crash on HTTPBodyStreamDelegate The stack trace seems odd which may be happening because of the inline optimizations or some race condition. - OpenAPIURLSession.BufferedStream._StateMachine._State.Initial.init(backPressureStrategy: OpenAPIURLSession.BufferedStream._InternalBackPressureStrategy,...

kind/bug
status/triage