Tim Yu

Results 2 issues of Tim Yu

Environment: XCode 13.2.1 Swiftgen version : 6.5.1 I have use the command of `swiftgen config generate-xcfilelists` to generate the xcfilelist and set it to the build phase, but still can...

We currently only support for ``` public mutating func appendRoute(_ route: HTTPRoute, to handler: HTTPHandler) { handlers.append((route, handler)) } ``` ``` public mutating func appendRoute(_ route: HTTPRoute, handler: @Sendable @escaping...