Dave Anderson

Results 6 issues of Dave Anderson

```swift #!/usr/bin/swift sh import Basic // https://github.com/apple/swift-package-manager.git ~> 0.2.1 import Utility // https://github.com/apple/swift-package-manager.git ~> 0.2.1 ``` yields ``` Fatal error: Duplicate values for key: 'SwiftPM' ```

Starting from https://github.com/cyrilzakka/SwiftUIModal/pull/1 I was unable to build and run this. I've had less success using SwiftPM to build a framework than the more natural (IMO) for SwiftPM library. With...

Makes iOS 6 support exist by default, and adds iOS 5 support if the target platform < iOS 6. (For the current code, if the target platform is < iOS...

### Describe the bug When streaming a large (20+ MB) request body to a controller that writes it to a file on disk the `Request.Body.AsyncSequenceDelegate` method `produceMore0()` encounters a `noSignalReceived`...

bug

### Describe the issue `HTTPHeaders.updateContentLength(_:)` overrides the “Content-Length” value provided in the response headers with the size of the body (0) in contravention of RFC9110. ### Vapor version 4.92.3 ###...

bug

Version 6.1.0 appears to be incompatible with Xcode 11b4 after enabling xctestplans on my project per the following error I am receiving. ``` xctest (40204) encountered an error (Failed to...