Tim Condon
Tim Condon
**Describe the bug** There are a number of bugs when putting a dependency in edit mode via the extension. The 2 big ones are: * The dependency/package view in the...
My understanding is that when using the open source toolchains installed by Swiftly, it should not see frameworks specific to Apple Platforms, e.g. `AuthenticationServices` However this isn't matching up with...
So I'm not sure the best way forward for this one - but summary: We're using the OAuthentication library as part of a package that's consumed by multiple apps and...
- **Explanation**: As described in https://github.com/swiftlang/swift-syntax/issues/2720 `SwiftSyntaxMacrosTestsSupport` does not work with Swift Testing, which is an issue given Swift Testing is the way to test projects and XCTest is deprecated....
### Description `SwiftSyntaxMacrosTestSupport` does not work with Swift Testing and will cause false positives when running tests. The library should detect when it's being invoked in a Swift Testing environment...
Adds macro based routing to Vapor. This allows you to write controllers and routes like: ```swift @Controller struct UserController { @GET("api", "macros", "users") func getUsers(req: Request) async throws -> String...
### Please summarize your feature request There will be a new Swift HTTP Server - we should use it ### Describe the functionality you're seeking in more detail There's a...
### Please summarize your feature request Integrate it as a first class citizen ### Describe the functionality you're seeking in more detail Better ecosystem integration ### Have you considered any...
### Please summarize your feature request A new API ### Describe the functionality you're seeking in more detail Websockets are currently a bit of a mess and don't support async...
### Please summarize your feature request Add first class support for generating OpenAPI specs ### Describe the functionality you're seeking in more detail We should support generating OpenAPI specs from...