-
### Describe the bug
I have attempted to run the RouteGuide sample, specifically with the `listFeatures` server side streaming service. Everything works fine when I run it using a grpc-swift imple…
-
### Description
When a multipart request schema has a binary part
```yaml
properties:
file:
type: string
format: binary
```
with `openapi: 3.0.0` we get
```swift
try c…
-
### Expected behavior
I can't see how to test locally on the README?
Some documentation suggests setting LOCAL_LAMBDA_SERVER_ENABLED in ENV, so I tried this
### Actual behavior
The process exits…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
Build failure because "swift-aws-lambda-runtime" requires Swift 6, but the latest [public ECR Docker image](https://gallery.ecr.aws/docker/library/swift) supports Swift 5.9.1.
The "swift-aws-lambda…
-
Verify if this change has been kept in v2
https://github.com/swift-server/swift-aws-lambda-runtime/commit/221978224cf82027f46c0aa54def83476fb74412
-
### Which packages are impacted?
- [ ] `@rvf/react`
- [ ] `@rvf/remix`
- [ ] `@rvf/zod`
- [ ] `@rvf/yup`
- [X] `zod-form-data`
### What version of these packages are you using?
"zod-form-…
-
**Describe the bug**
If I try to debug a swift testing test the debugger fails to attach to the process.
A dialog opens with the following text
> process exited with status -1 (attach failed (Not…
-
### Describe the bug
I'm new to Swift so I'm aware that it might be something on my end. Nevertheless, I will try my luck and report it as bug.
I have a very simple setup where I make an attempt …
-
### Description
Compiler crashes while compiling the following short code. (only with Swift 6 mode)
### Reproduction
```swift
import Darwin
actor MyActor {
func doSomething() {
pr…