The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build webber, reference master (80b56d), with Swift 6.1 for Linux on 29 Apr 2025 17:04:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2171/2325] Compiling Vapor Request+Client.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2172/2325] Compiling Vapor BootCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2173/2325] Compiling Vapor CommandContext+Application.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2174/2325] Compiling Vapor RoutesCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2175/2325] Compiling Vapor ServeCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2176/2325] Compiling Vapor AnyResponse+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[2177/2325] Compiling Vapor Request+Body.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2178/2325] Compiling Vapor Request+BodyStream.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2179/2325] Compiling Vapor Request.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2180/2325] Compiling Vapor Application+Responder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2181/2325] Compiling Vapor DefaultResponder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2182/2325] Compiling Vapor Response+Body.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2183/2325] Compiling Vapor Response.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2184/2325] Compiling Vapor ResponseCodable.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2185/2325] Compiling Vapor Application+Routes.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2186/2325] Compiling Vapor Parameters+Require.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2187/2325] Compiling Vapor Request+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2188/2325] Compiling Vapor Route.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2189/2325] Compiling Vapor RouteCollection.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2190/2325] Compiling Vapor Routes.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2191/2325] Compiling Vapor RoutesBuilder+Group.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2192/2325] Compiling Vapor RoutesBuilder+Method.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2193/2325] Compiling Vapor RoutesBuilder+Middleware.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2194/2325] Compiling Vapor RoutesBuilder+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2195/2325] Compiling Vapor RoutesBuilder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2196/2325] Compiling Vapor OTP.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2197/2325] Compiling Vapor Application+Servers.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2198/2325] Compiling Vapor Server.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2199/2325] Compiling Vapor App+Service.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2200/2325] Compiling Vapor Req+Service.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[2201/2325] Compiling Vapor Validator.swift
[2202/2325] Compiling Vapor ValidatorResult.swift
[2203/2325] Compiling Vapor And.swift
[2204/2325] Compiling Vapor Case.swift
[2205/2325] Compiling Vapor CharacterSet.swift
[2206/2325] Compiling Vapor Count.swift
[2207/2325] Compiling Vapor Custom.swift
[2208/2325] Compiling Vapor Email.swift
[2209/2325] Compiling Vapor Empty.swift
[2210/2325] Compiling Vapor In.swift
[2211/2325] Compiling Vapor Nil.swift
[2212/2325] Compiling Vapor NilIgnoring.swift
[2213/2325] Compiling Vapor Not.swift
[2214/2325] Compiling Vapor Or.swift
[2215/2325] Compiling Vapor Pattern.swift
[2216/2325] Compiling Vapor Range.swift
[2217/2325] Compiling Vapor URL.swift
[2218/2325] Compiling Vapor Valid.swift
[2219/2325] Compiling Vapor Application+Views.swift
[2220/2325] Compiling Vapor PlaintextRenderer.swift
[2221/2325] Compiling Vapor Request+View.swift
[2222/2325] Compiling Vapor View.swift
[2223/2325] Compiling Vapor ViewRenderer.swift
[2224/2325] Compiling Vapor _Deprecations.swift
[2225/2325] Compiling Vapor Bytes+Hex.swift
[2226/2325] Compiling Vapor Bytes+SecureCompare.swift
[2227/2325] Compiling Vapor Collection+Safe.swift
[2228/2325] Compiling Vapor DataProtocol+Copy.swift
[2229/2325] Compiling Vapor DecoderUnwrapper.swift
[2230/2325] Compiling Vapor DirectoryConfiguration.swift
[2231/2325] Compiling Vapor DotEnv.swift
[2232/2325] Compiling Vapor Extendable.swift
[2233/2325] Compiling Vapor File.swift
[2234/2325] Compiling Vapor FileIO.swift
[2235/2325] Compiling Vapor LifecycleHandler.swift
[2236/2325] Compiling Vapor OptionalType.swift
[2237/2325] Compiling Vapor RFC1123.swift
[2238/2325] Compiling Vapor SocketAddress+Hostname.swift
[2239/2325] Compiling Vapor Storage.swift
[2240/2325] Compiling Vapor String+IsIPAddress.swift
[2241/2325] Compiling Vapor Thread.swift
[2242/2325] Compiling Vapor URI.swift
[2243/2325] Compiling Vapor RangeResult.swift
[2244/2325] Compiling Vapor Validatable.swift
[2245/2325] Compiling Vapor Validation.swift
[2246/2325] Compiling Vapor ValidationKey.swift
[2247/2325] Compiling Vapor Validations.swift
[2248/2325] Compiling Vapor ValidationsError.swift
[2249/2325] Compiling Vapor Service.swift
[2250/2325] Compiling Vapor Application+Sessions.swift
[2251/2325] Compiling Vapor MemorySessions.swift
[2252/2325] Compiling Vapor Request+Session.swift
[2253/2325] Compiling Vapor Session.swift
[2254/2325] Compiling Vapor SessionCache.swift
[2255/2325] Compiling Vapor SessionData.swift
[2256/2325] Compiling Vapor SessionDriver.swift
[2257/2325] Compiling Vapor SessionsConfiguration.swift
[2258/2325] Compiling Vapor SessionsMiddleware.swift
[2259/2325] Compiling Vapor URLEncodedFormData.swift
[2260/2325] Compiling Vapor URLEncodedFormDecoder.swift
[2261/2325] Compiling Vapor URLEncodedFormEncoder.swift
[2262/2325] Compiling Vapor URLEncodedFormError.swift
[2263/2325] Compiling Vapor URLEncodedFormParser.swift
[2264/2325] Compiling Vapor URLEncodedFormSerializer.swift
[2265/2325] Compiling Vapor URLQueryFragmentConvertible.swift
[2266/2325] Compiling Vapor AnyResponse.swift
[2267/2325] Compiling Vapor Array+Random.swift
[2268/2325] Compiling Vapor Base32.swift
[2269/2325] Compiling Vapor Base64.swift
[2270/2325] Compiling Vapor BaseN.swift
[2271/2325] Compiling Vapor BasicCodingKey.swift
[2272/2325] Compiling Vapor ByteCount.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2273/2325] Compiling Vapor HTTPServerResponseEncoder.swift
[2274/2325] Compiling Vapor HTTPServerUpgradeHandler.swift
[2275/2325] Compiling Vapor Logger+Report.swift
[2276/2325] Compiling Vapor LoggingSystem+Environment.swift
[2277/2325] Compiling Vapor Application+Middleware.swift
[2278/2325] Compiling Vapor CORSMiddleware.swift
[2279/2325] Compiling Vapor ErrorMiddleware.swift
[2280/2325] Compiling Vapor FileMiddleware.swift
[2281/2325] Compiling Vapor Middleware.swift
[2282/2325] Compiling Vapor MiddlewareConfiguration.swift
[2283/2325] Compiling Vapor ResponseCompressionMiddleware.swift
[2284/2325] Compiling Vapor RouteLoggingMiddleware.swift
[2285/2325] Compiling Vapor TracingMiddleware.swift
[2286/2325] Compiling Vapor File+Multipart.swift
[2287/2325] Compiling Vapor FormDataDecoder+Content.swift
[2288/2325] Compiling Vapor FormDataEncoder+Content.swift
[2289/2325] Compiling Vapor Application+Password.swift
[2290/2325] Compiling Vapor Application+Passwords.swift
[2291/2325] Compiling Vapor AsyncPasswordHasher.swift
[2292/2325] Compiling Vapor BcryptHasher.swift
[2293/2325] Compiling Vapor PasswordHasher.swift
[2294/2325] Compiling Vapor PlaintextHasher.swift
[2295/2325] Compiling Vapor Request+Password.swift
[2296/2325] Compiling Vapor Redirect.swift
[2297/2325] Compiling Vapor HTTPStatus.swift
[2298/2325] Compiling Vapor HTTPCookies.swift
[2299/2325] Compiling Vapor HTTPHeaderCacheControl.swift
[2300/2325] Compiling Vapor HTTPHeaderExpires.swift
[2301/2325] Compiling Vapor HTTPHeaderLastModified.swift
[2302/2325] Compiling Vapor HTTPHeaders+Cache.swift
[2303/2325] Compiling Vapor HTTPHeaders+Connection.swift
[2304/2325] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2305/2325] Compiling Vapor HTTPHeaders+ContentRange.swift
[2306/2325] Compiling Vapor HTTPHeaders+Directive.swift
[2307/2325] Compiling Vapor HTTPHeaders+Forwarded.swift
[2308/2325] Compiling Vapor HTTPHeaders+Link.swift
[2309/2325] Compiling Vapor HTTPHeaders+Name.swift
[2310/2325] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2311/2325] Compiling Vapor HTTPHeaders.swift
[2312/2325] Compiling Vapor HTTPMediaType.swift
[2313/2325] Compiling Vapor HTTPMediaTypePreference.swift
[2314/2325] Compiling Vapor Responder.swift
[2315/2325] Compiling Vapor Application+HTTP+Server.swift
[2316/2325] Compiling Vapor HTTPServer.swift
[2317/2325] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2318/2325] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2319/2325] Compiling Vapor HTTPServerHandler.swift
[2320/2325] Compiling Vapor HTTPServerRequestDecoder.swift
[2321/2325] Emitting module Vapor
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': 'Webber' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
warning: 'vapor': 'vapor' dependency on 'https://github.com/vapor/console-kit.git' conflicts with dependency on 'https://github.com/swifweb/console-kit' which has the same identity 'console-kit'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/54] Write swift-version-24593BA9C3E375BF.txt
[2/143] Compiling SystemPackage Errno.swift
[3/143] Compiling SystemPackage ErrnoWindows.swift
[4/143] Compiling SystemPackage FileDescriptor.swift
[5/145] Compiling SystemPackage FilePathWindows.swift
[6/145] Compiling SystemPackage FilePermissions.swift
[7/145] Emitting module ServiceContextModule
[8/145] Compiling ServiceContextModule ServiceContext.swift
[9/145] Compiling ServiceContextModule ServiceContextKey.swift
[10/146] Compiling SystemPackage FilePathSyntax.swift
[11/146] Compiling SystemPackage FilePathTemp.swift
[12/146] Compiling SystemPackage FilePathTempPosix.swift
[13/146] Compiling SystemPackage FilePathTempWindows.swift
[14/146] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/146] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/148] Compiling RealModule Real.swift
[17/149] Compiling RealModule Float80+Real.swift
[19/148] Compiling RealModule Float+Real.swift
[20/148] Compiling RealModule ElementaryFunctions.swift
[21/148] Compiling RealModule Float16+Real.swift
[24/148] Compiling SystemPackage FileHelpers.swift
[25/148] Compiling SystemPackage FileOperations.swift
[26/148] Compiling SystemPackage FilePath.swift
[30/148] Compiling SystemPackage FilePathString.swift
[33/148] Compiling RealModule RealFunctions.swift
[40/148] Compiling WasmTransformer StackOverflowSanitizer.swift
[41/148] Compiling WasmTransformer WasmTransformer.swift
[42/151] Compiling NIOConcurrencyHelpers NIOLock.swift
[43/151] Compiling NIOConcurrencyHelpers atomics.swift
[44/151] Compiling NIOConcurrencyHelpers lock.swift
[45/151] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[46/151] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[51/156] Compiling _NIODataStructures PriorityQueue.swift
[52/156] Emitting module _NIODataStructures
[53/156] Compiling _NIODataStructures Heap.swift
[54/156] Compiling _NIODataStructures _TinyArray.swift
[57/157] Emitting module _NIOBase64
[58/157] Compiling _NIOBase64 Base64.swift
[59/158] Emitting module RealModule
[61/159] Emitting module NIOConcurrencyHelpers
[62/160] Compiling Logging MetadataProvider.swift
[65/158] Emitting module InternalCollectionsUtilities
[67/158] Compiling SystemPackage FilePathComponentView.swift
[68/158] Compiling SystemPackage FilePathComponents.swift
[69/158] Compiling SystemPackage FilePathParsing.swift
[73/158] Emitting module WasmTransformer
[74/158] Compiling SystemPackage Mocking.swift
[75/158] Compiling SystemPackage RawBuffer.swift
[76/158] Compiling SystemPackage Syscalls.swift
[77/158] Compiling SystemPackage WindowsSyscallAdapters.swift
[78/158] Compiling SystemPackage MachPort.swift
[79/158] Compiling SystemPackage PlatformString.swift
[80/158] Compiling SystemPackage SystemString.swift
[81/158] Emitting module SystemPackage
[82/158] Compiling Logging Locks.swift
[83/167] Emitting module Logging
[89/169] Emitting module Instrumentation
[98/185] Compiling Instrumentation MultiplexInstrument.swift
[99/185] Compiling Instrumentation NoOpInstrument.swift
[100/189] Emitting module CryptoBoringWrapper
[101/189] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[102/189] Compiling SystemPackage Util+StringArray.swift
[103/189] Compiling SystemPackage Util.swift
[104/189] Compiling SystemPackage UtilConsumers.swift
[105/189] Compiling Instrumentation InstrumentationSystem.swift
[106/189] Compiling Instrumentation Instrument.swift
[108/189] Compiling Instrumentation Locks.swift
[109/190] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[109/216] Wrapping AST for RealModule for debugging
[111/216] Compiling Algorithms MinMax.swift
[112/216] Compiling Algorithms Partition.swift
[115/217] Compiling Algorithms EitherSequence.swift
[116/217] Compiling Algorithms FirstNonNil.swift
[117/217] Compiling Algorithms FlattenCollection.swift
[118/217] Compiling Algorithms Grouped.swift
[119/217] Compiling Algorithms Indexed.swift
[120/217] Compiling Algorithms Intersperse.swift
[121/216] Compiling Algorithms Permutations.swift
[122/216] Compiling Algorithms Product.swift
[123/216] Compiling Algorithms Joined.swift
[124/216] Compiling Algorithms Keyed.swift
[125/222] Compiling Algorithms AdjacentPairs.swift
[126/222] Compiling Algorithms Chain.swift
[127/222] Compiling Algorithms Chunked.swift
[128/222] Compiling Algorithms Combinations.swift
[129/223] Compiling Algorithms Compacted.swift
[130/223] Compiling Algorithms Cycle.swift
[134/348] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[135/348] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[136/348] Compiling Tracing InstrumentationSystem+Tracing.swift
[137/348] Compiling Tracing NoOpTracer.swift
[138/348] Compiling CoreMetrics Locks.swift
[139/348] Emitting module CoreMetrics
[140/348] Compiling CoreMetrics Metrics.swift
[141/349] Compiling Tracing TracingTime.swift
[142/349] Compiling Tracing Tracer.swift
[143/349] Emitting module Tracing
[144/349] Compiling Logging LogHandler.swift
[145/349] Compiling Logging Logging.swift
[146/350] Compiling Tracing TracerProtocol.swift
[147/350] Compiling Tracing TracerProtocol+Legacy.swift
[150/357] Compiling OrderedCollections OrderedDictionary.swift
[151/357] Compiling OrderedCollections OrderedSet+Codable.swift
[152/357] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[153/357] Compiling OrderedCollections OrderedSet+Descriptions.swift
[154/357] Compiling OrderedCollections OrderedSet+Diffing.swift
[155/357] Compiling OrderedCollections OrderedSet+Equatable.swift
[156/357] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[157/357] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/364] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[162/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[163/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[164/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[165/367] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[166/367] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[167/367] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[168/367] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/373] Compiling RoutingKit TrieRouter.swift
[170/373] Compiling HeapModule Heap+Descriptions.swift
[171/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[172/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[173/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[174/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[175/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[176/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[177/373] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[178/373] Compiling RoutingKit PathComponent.swift
[179/373] Compiling RoutingKit Router.swift
[180/373] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[181/373] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[185/373] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[186/373] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[187/373] Compiling OrderedCollections OrderedDictionary+Values.swift
[188/373] Compiling Algorithms Trim.swift
[189/373] Compiling Algorithms Unique.swift
[190/373] Compiling Algorithms Windows.swift
[191/373] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[192/373] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[193/373] Compiling OrderedCollections OrderedDictionary+Elements.swift
[194/373] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[195/373] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[196/442] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[197/442] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[198/442] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[199/442] Compiling HeapModule Heap+Invariants.swift
[200/446] Emitting module RoutingKit
[201/449] Compiling HeapModule Heap+UnsafeHandle.swift
[202/449] Compiling HeapModule _HeapNode.swift
[203/449] Compiling HeapModule Heap.swift
[204/449] Compiling HashTreeCollections _HashNode+Structural filter.swift
[205/449] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[206/449] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[207/449] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[208/449] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[209/449] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[210/449] Compiling HashTreeCollections _HashNode+Structural merge.swift
[211/449] Compiling HashTreeCollections _AncestorHashSlots.swift
[212/449] Compiling Tracing SpanProtocol.swift
[213/450] Compiling RoutingKit AnyRouter.swift
[214/450] Compiling RoutingKit Parameters.swift
[215/451] Compiling HashTreeCollections _HashStack.swift
[216/451] Compiling HashTreeCollections _HashTreeIterator.swift
[217/451] Compiling HashTreeCollections _HashTreeStatistics.swift
[218/451] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[219/451] Compiling HashTreeCollections _RawHashNode.swift
[220/451] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/451] Compiling HashTreeCollections _UnsafePath.swift
[222/451] Compiling HashTreeCollections TreeDictionary+Codable.swift
[225/451] Emitting module HeapModule
[226/450] Compiling HashTreeCollections _HashLevel.swift
[227/450] Compiling HashTreeCollections _HashNode+Builder.swift
[228/450] Compiling HashTreeCollections _HashNode+Debugging.swift
[229/450] Compiling HashTreeCollections _HashNode+Structural union.swift
[230/450] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[231/450] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[232/450] Compiling HashTreeCollections _Bitmap.swift
[233/450] Compiling HashTreeCollections _Bucket.swift
[234/450] Compiling HashTreeCollections _Hash.swift
[236/467] Compiling HashTreeCollections TreeSet+Hashable.swift
[237/467] Compiling HashTreeCollections TreeSet+Sendable.swift
[238/467] Compiling HashTreeCollections TreeSet+Sequence.swift
[239/467] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[240/467] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[241/467] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[242/467] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[243/467] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[244/467] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[245/467] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[246/477] Compiling HashTreeCollections TreeDictionary.swift
[247/477] Compiling HashTreeCollections TreeSet+Codable.swift
[248/477] Compiling HashTreeCollections TreeSet+Collection.swift
[249/477] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[250/477] Compiling HashTreeCollections TreeSet+Debugging.swift
[251/477] Compiling HashTreeCollections TreeSet+Descriptions.swift
[252/477] Compiling HashTreeCollections TreeSet+Equatable.swift
[253/477] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[254/477] Compiling HashTreeCollections TreeSet+Extras.swift
[255/477] Compiling HashTreeCollections TreeSet+Filter.swift
[256/477] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[257/477] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[258/477] Compiling HashTreeCollections TreeDictionary+Filter.swift
[259/477] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[260/477] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[261/477] Compiling HashTreeCollections TreeDictionary+Keys.swift
[262/477] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[263/477] Compiling HashTreeCollections TreeDictionary+Merge.swift
[264/477] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[265/477] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[266/477] Compiling HashTreeCollections TreeDictionary+Values.swift
[267/477] Compiling DequeModule Deque+CustomReflectable.swift
[268/477] Compiling DequeModule Deque+Descriptions.swift
[269/479] Compiling Metrics Metrics.swift
[270/479] Emitting module Metrics
[271/480] Compiling DequeModule Deque+Codable.swift
[272/480] Compiling DequeModule Deque+Collection.swift
[275/480] Compiling DequeModule Deque+Equatable.swift
[276/480] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[277/480] Compiling DequeModule _DequeBuffer.swift
[278/480] Compiling DequeModule _DequeBufferHeader.swift
[280/540] Compiling Crypto Insecure.swift
[281/540] Compiling Crypto Insecure_HashFunctions.swift
[282/540] Compiling Crypto ECDH_boring.swift
[283/540] Compiling Crypto DH.swift
[284/540] Compiling Crypto ECDH.swift
[285/540] Compiling Crypto HKDF.swift
[286/540] Compiling Crypto ECDSASignature.swift
[287/540] Compiling Crypto PEMDocument.swift
[288/540] Compiling Crypto PKCS8PrivateKey.swift
[289/540] Compiling Crypto SEC1PrivateKey.swift
[290/540] Compiling Crypto SubjectPublicKeyInfo.swift
[291/540] Compiling Crypto CryptoKitErrors.swift
[292/540] Compiling Crypto Digest_boring.swift
[293/540] Compiling Crypto Digest.swift
[294/540] Compiling Crypto Digests.swift
[295/540] Compiling Crypto AESWrap.swift
[296/540] Compiling Crypto AESWrap_boring.swift
[297/540] Compiling Crypto Ed25519_boring.swift
[298/540] Compiling Crypto EllipticCurvePoint_boring.swift
[299/540] Compiling Crypto EllipticCurve_boring.swift
[300/548] Compiling Crypto Cipher.swift
[301/548] Compiling Crypto Nonces.swift
[302/548] Compiling Crypto ECDSA.swift
[303/548] Compiling Crypto EdDSA.swift
[304/548] Compiling Crypto Signature.swift
[305/548] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[306/548] Compiling Crypto CryptoKitErrors_boring.swift
[309/548] Compiling Crypto AES-GCM.swift
[310/548] Compiling Crypto AES-GCM_boring.swift
[311/548] Compiling Crypto ChaChaPoly_boring.swift
[312/548] Compiling Crypto ChaChaPoly.swift
[315/548] Compiling Crypto ASN1.swift
[316/548] Compiling Crypto ASN1Any.swift
[317/548] Compiling Crypto ASN1Strings.swift
[318/548] Compiling Crypto ArraySliceBigint.swift
[328/548] Compiling Crypto MessageAuthenticationCode.swift
[329/548] Compiling Crypto AES.swift
[330/548] Compiling Crypto ECDSASignature_boring.swift
[331/548] Compiling Crypto ECDSA_boring.swift
[332/548] Compiling Crypto EdDSA_boring.swift
[337/548] Compiling _RopeModule _CharacterRecognizer.swift
[338/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[339/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[340/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[341/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[342/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[343/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[344/548] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[345/548] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[346/548] Compiling HashTreeCollections TreeSet.swift
[358/548] Compiling Crypto NISTCurvesKeys_boring.swift
[359/548] Compiling Crypto X25519Keys_boring.swift
[360/548] Compiling Crypto Curve25519.swift
[361/548] Compiling Crypto Ed25519.swift
[362/548] Emitting module Atomics
[364/592] Compiling ConsoleKit Command.swift
[365/592] Compiling ConsoleKit CommandContext.swift
[366/592] Compiling ConsoleKit AsyncCommandGroup.swift
[367/592] Compiling ConsoleKit AsyncCommands.swift
[368/592] Compiling ConsoleKit AnyAsyncCommand.swift
[369/592] Compiling ConsoleKit AsyncCommand.swift
[372/592] Compiling ConsoleKit ActivityBar.swift
[373/592] Compiling ConsoleKit ActivityIndicator.swift
[374/592] Compiling ConsoleKit ActivityIndicatorRenderer.swift
[375/592] Compiling ConsoleKit ActivityIndicatorState.swift
[376/592] Compiling ConsoleKit CustomActivity.swift
[377/592] Compiling ConsoleKit LoadingBar.swift
[378/592] Compiling ConsoleKit CommandError.swift
[379/592] Compiling ConsoleKit CommandGroup.swift
[380/592] Compiling ConsoleKit ANSI.swift
[381/592] Compiling ConsoleKit Terminal.swift
[384/592] Compiling Crypto NISTCurvesKeys.swift
[385/592] Compiling Crypto X25519Keys.swift
[386/592] Compiling Crypto SymmetricKeys.swift
[387/592] Compiling Crypto HMAC.swift
[388/592] Compiling Crypto MACFunctions.swift
[389/592] Compiling ConsoleKit ProgressBar.swift
[390/592] Compiling ConsoleKit Console+Clear.swift
[391/592] Compiling ConsoleKit Console+Ephemeral.swift
[392/592] Compiling ConsoleKit ConsoleClear.swift
[393/592] Compiling ConsoleKit AnyCommand.swift
[394/592] Compiling ConsoleKit Argument.swift
[401/645] Compiling BitCollections BitArray+RandomBits.swift
[402/645] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[403/645] Compiling BitCollections BitArray+Shifts.swift
[404/645] Compiling BitCollections BitArray+Testing.swift
[405/645] Compiling BitCollections BitArray._UnsafeHandle.swift
[406/645] Compiling BitCollections BitArray.swift
[407/645] Compiling BitCollections BitSet+BidirectionalCollection.swift
[408/645] Compiling BitCollections BitSet+Codable.swift
[409/645] Compiling BitCollections BitArray+BitwiseOperations.swift
[410/645] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[411/645] Compiling BitCollections BitArray+Codable.swift
[412/645] Compiling BitCollections BitArray+Invariants.swift
[413/645] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[414/645] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[415/645] Compiling BitCollections BitSet+CustomReflectable.swift
[416/645] Compiling BitCollections BitSet+CustomStringConvertible.swift
[417/645] Compiling BitCollections BitSet+Equatable.swift
[418/645] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[419/645] Compiling BitCollections BitSet+Extras.swift
[420/645] Compiling BitCollections BitSet+Hashable.swift
[421/645] Compiling BitCollections BitSet+Initializers.swift
[422/645] Compiling BitCollections BitSet+Invariants.swift
[423/645] Emitting module DequeModule
[430/652] Emitting module ConsoleKit
[431/652] Emitting module OrderedCollections
[433/653] Compiling BitCollections BitArray+Collection.swift
[434/653] Compiling BitCollections BitArray+Copy.swift
[435/653] Compiling BitCollections BitArray+CustomReflectable.swift
[436/653] Compiling BitCollections BitArray+Descriptions.swift
[437/653] Compiling BitCollections BitArray+Equatable.swift
[438/653] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[439/653] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[440/653] Compiling BitCollections BitArray+Extras.swift
[441/653] Compiling BitCollections BitArray+Fill.swift
[442/653] Compiling BitCollections BitArray+Hashable.swift
[443/653] Compiling BitCollections BitArray+Initializers.swift
[448/653] Compiling BitCollections BitSet+Random.swift
[449/653] Compiling BitCollections BitSet+SetAlgebra basics.swift
[450/653] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[451/653] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[452/653] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[453/653] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[454/653] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[455/653] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[456/653] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[456/653] Wrapping AST for SystemPackage for debugging
[458/653] Compiling ConsoleKit ConsoleError.swift
[459/653] Compiling ConsoleKit ConsoleLogger.swift
[460/653] Compiling ConsoleKit GenerateAsyncAutocompleteCommand.swift
[461/653] Compiling ConsoleKit GenerateAutocompleteCommand.swift
[462/653] Compiling ConsoleKit String+LevenshteinDistance.swift
[463/653] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[464/653] Compiling BitCollections BitSet+SetAlgebra union.swift
[465/653] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[466/653] Compiling BitCollections BitSet.Counted.swift
[473/661] Wrapping AST for OrderedCollections for debugging
[491/661] Compiling ConsoleKit readpassphrase_linux.swift
[499/661] Wrapping AST for Logging for debugging
[522/668] Emitting module Algorithms
[523/694] Emitting module _RopeModule
[524/714] Emitting module BitCollections
[525/718] Compiling NIOCore IPProtocol.swift
[526/718] Compiling NIOCore IntegerBitPacking.swift
[527/718] Compiling NIOCore IntegerTypes.swift
[531/728] Wrapping AST for InternalCollectionsUtilities for debugging
[533/728] Compiling _RopeModule Rope+Join.swift
[534/728] Compiling _RopeModule Rope+MutatingForEach.swift
[535/728] Compiling _RopeModule Rope+Remove.swift
[536/728] Compiling _RopeModule Rope+RemoveSubrange.swift
[537/728] Compiling _RopeModule Rope+Split.swift
[538/728] Compiling _RopeModule Optional Utilities.swift
[539/728] Compiling _RopeModule String Utilities.swift
[540/728] Compiling _RopeModule String.Index+ABI.swift
[542/729] Wrapping AST for HeapModule for debugging
[544/729] Wrapping AST for DequeModule for debugging
[545/729] Wrapping AST for CoreMetrics for debugging
[546/729] Wrapping AST for Atomics for debugging
[547/729] Wrapping AST for Algorithms for debugging
[548/729] Wrapping AST for _RopeModule for debugging
[550/729] Compiling NIOCore GlobalSingletons.swift
[551/729] Compiling NIOCore IO.swift
[552/729] Compiling NIOCore IOData.swift
[556/729] Compiling NIOCore AddressedEnvelope.swift
[557/729] Compiling NIOCore AsyncAwaitSupport.swift
[558/729] Compiling NIOCore AsyncChannel.swift
[559/729] Compiling NIOCore AsyncChannelHandler.swift
[560/729] Compiling NIOCore AsyncChannelInboundStream.swift
[561/729] Compiling NIOCore AsyncChannelOutboundWriter.swift
[562/729] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[563/729] Compiling NIOCore ByteBuffer-views.swift
[564/729] Compiling NIOCore Channel.swift
[565/729] Compiling NIOCore ChannelHandler.swift
[566/729] Compiling NIOCore ChannelHandlers.swift
[567/729] Compiling NIOCore ChannelInvoker.swift
[568/729] Compiling NIOCore NIOAsyncSequenceProducer.swift
[569/729] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[570/729] Compiling NIOCore NIOAsyncWriter.swift
[571/729] Compiling NIOCore ChannelPipeline.swift
[572/729] Compiling NIOCore CircularBuffer.swift
[573/729] Compiling NIOCore Codec.swift
[574/729] Compiling NIOCore ConvenienceOptionSupport.swift
[575/729] Compiling NIOCore DeadChannel.swift
[576/729] Compiling NIOCore DispatchQueue+WithFuture.swift
[577/729] Compiling NIOCore EventLoop+Deprecated.swift
[578/729] Compiling NIOCore EventLoop+SerialExecutor.swift
[579/729] Compiling NIOCore ByteBuffer-multi-int.swift
[605/730] Compiling NIOCore NIOAny.swift
[606/730] Compiling NIOCore NIOCloseOnErrorHandler.swift
[607/730] Compiling NIOCore NIOLoopBound.swift
[608/730] Compiling NIOCore NIOScheduledCallback.swift
[609/730] Compiling NIOCore NIOSendable.swift
[610/730] Compiling NIOCore RecvByteBufferAllocator.swift
[611/730] Compiling BitCollections _Word.swift
[612/731] Wrapping AST for ConsoleKit for debugging
[632/731] Emitting module Crypto
[633/730] Emitting module HashTreeCollections
[634/731] Compiling NIOCore MarkedCircularBuffer.swift
[635/731] Compiling NIOCore MulticastChannel.swift
[648/731] Compiling NIOCore Interfaces.swift
[649/731] Compiling NIOCore Linux.swift
[651/739] Compiling NIOCore SocketAddresses.swift
[652/739] Compiling NIOCore SocketOptionProvider.swift
[653/739] Compiling NIOCore SystemCallHelpers.swift
[654/739] Compiling NIOCore TimeAmount+Duration.swift
[655/739] Compiling NIOCore TypeAssistedChannelHandler.swift
[656/739] Compiling NIOCore UniversalBootstrapSupport.swift
[657/739] Compiling NIOCore Utilities.swift
[658/739] Compiling Crypto Zeroization.swift
[659/740] Wrapping AST for HashTreeCollections for debugging
[660/740] Wrapping AST for Crypto for debugging
[662/751] Compiling NIOCore EventLoop.swift
[663/751] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[664/751] Compiling NIOCore EventLoopFuture+Deprecated.swift
[665/751] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[666/751] Compiling NIOCore EventLoopFuture.swift
[667/751] Compiling NIOCore FileDescriptor.swift
[668/751] Compiling NIOCore FileHandle.swift
[669/751] Compiling NIOCore FileRegion.swift
[670/751] Emitting module Collections
[671/751] Compiling Collections Collections.swift
[681/751] Compiling WebberTools Preview.swift
[682/751] Compiling WebberTools DirectoryMonitor.swift
[683/752] Compiling WebberTools Bash.swift
[684/752] Compiling WebberTools CompilationError.swift
[685/752] Compiling WebberTools CompilationErrorsParser.swift
[686/752] Compiling WebberTools FS.swift
[687/752] Emitting module WebberTools
[688/752] Compiling WebberTools SwiftPackage.swift
[689/752] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[713/752] Compiling NIOCore ChannelOption.swift
[714/752] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[715/752] Compiling NIOCore BSDSocketAPI.swift
[716/752] Compiling NIOCore ByteBuffer-aux.swift
[717/752] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[718/752] Compiling NIOCore ByteBuffer-conversions.swift
[719/752] Compiling NIOCore ByteBuffer-core.swift
[720/752] Compiling NIOCore ByteBuffer-hex.swift
[721/752] Compiling NIOCore ByteBuffer-int.swift
[722/752] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[723/752] Compiling WebberTools Swift.swift
[724/752] Compiling WebberTools String+SHA.swift
[726/753] Emitting module NIOCore
[728/803] Emitting module NIOEmbedded
[729/803] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[730/803] Compiling NIOEmbedded Embedded.swift
[731/803] Compiling NIOEmbedded AsyncTestingChannel.swift
[732/803] Compiling NIOPosix PooledRecvBufferAllocator.swift
[733/803] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[734/803] Compiling NIOPosix PosixSingletons.swift
[735/803] Compiling NIOPosix RawSocketBootstrap.swift
[736/803] Compiling NIOPosix Resolver.swift
[737/803] Compiling NIOPosix Selectable.swift
[739/809] Compiling NIOPosix ServerSocket.swift
[740/809] Compiling NIOPosix Socket.swift
[741/809] Compiling NIOPosix SocketChannel.swift
[742/809] Compiling NIOPosix SocketProtocols.swift
[743/809] Compiling NIOPosix System.swift
[744/809] Compiling NIOPosix Thread.swift
[745/809] Compiling NIOPosix ThreadPosix.swift
[746/809] Compiling NIOPosix ThreadWindows.swift
[747/809] Compiling NIOPosix UnsafeTransfer.swift
[748/809] Compiling NIOPosix Utilities.swift
[749/809] Compiling NIOPosix VsockAddress.swift
[750/809] Compiling NIOPosix VsockChannelEvents.swift
[751/809] Compiling NIOPosix SelectableChannel.swift
[752/809] Compiling NIOPosix SelectableEventLoop.swift
[753/809] Compiling NIOPosix SelectorEpoll.swift
[754/809] Compiling NIOPosix SelectorGeneric.swift
[755/809] Compiling NIOPosix SelectorKqueue.swift
[756/809] Compiling NIOPosix SelectorUring.swift
[757/809] Emitting module NIOPosix
[758/809] Compiling NIOPosix BSDSocketAPICommon.swift
[759/809] Compiling NIOPosix BSDSocketAPIPosix.swift
[760/809] Compiling NIOPosix BSDSocketAPIWindows.swift
[761/809] Compiling NIOPosix BaseSocket.swift
[762/809] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[763/809] Compiling NIOPosix BaseSocketChannel.swift
[764/809] Compiling NIOPosix BaseStreamSocketChannel.swift
[765/809] Compiling NIOPosix Bootstrap.swift
[766/809] Compiling NIOPosix ControlMessage.swift
[767/809] Compiling NIOPosix DatagramVectorReadManager.swift
[768/809] Compiling NIOPosix Errors+Any.swift
[769/809] Compiling NIOPosix FileDescriptor.swift
[770/809] Compiling NIOPosix GetaddrinfoResolver.swift
[771/809] Compiling NIOPosix HappyEyeballs.swift
[772/809] Compiling NIOPosix IO.swift
[773/809] Compiling NIOPosix IntegerBitPacking.swift
[774/809] Compiling NIOPosix IntegerTypes.swift
[775/809] Compiling NIOPosix Linux.swift
[776/809] Compiling NIOPosix LinuxCPUSet.swift
[777/809] Compiling NIOPosix LinuxUring.swift
[778/809] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[779/809] Compiling NIOPosix NIOThreadPool.swift
[780/809] Compiling NIOPosix NonBlockingFileIO.swift
[781/809] Compiling NIOPosix PendingDatagramWritesManager.swift
[782/809] Compiling NIOPosix PendingWritesManager.swift
[783/809] Compiling NIOPosix PipeChannel.swift
[784/809] Compiling NIOPosix PipePair.swift
[785/809] Compiling NIOPosix Pool.swift
[787/854] Compiling NIO Exports.swift
[788/859] Emitting module NIO
[790/868] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[791/868] Compiling _NIOFileSystem ByteCount.swift
[792/868] Compiling _NIOFileSystem Convenience.swift
[793/870] Compiling AsyncKit ConnectionPoolError.swift
[794/870] Compiling _NIOFileSystem UnsafeTransfer.swift
[795/870] Compiling _NIOFileSystem FileChunks.swift
[796/870] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[797/870] Compiling _NIOFileSystem BufferedStream.swift
[798/870] Compiling _NIOFileSystem Cancellation.swift
[799/909] Compiling NIOTLS TLSEvents.swift
[800/909] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[801/910] Emitting module NIOSOCKS
[802/910] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[803/910] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[804/910] Emitting module NIOTLS
[805/910] Compiling AsyncKit Optional+StrictMap.swift
[806/910] Compiling AsyncKit Exports.swift
[807/910] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[808/910] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[809/910] Compiling NIOSOCKS SOCKSResponse.swift
[810/910] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[811/910] Compiling NIOSOCKS ClientStateMachine.swift
[812/910] Emitting module NIOFoundationCompat
[813/910] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[814/910] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[815/910] Compiling NIOHTTP1 ByteCollectionUtils.swift
[817/910] Compiling NIOHTTP1 HTTPDecoder.swift
[818/910] Emitting module _NIOFileSystem
[821/914] Compiling NIOSOCKS ServerStateMachine.swift
[822/914] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[823/914] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[824/916] Compiling NIOHTTP1 HTTPEncoder.swift
[825/916] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[826/916] Compiling NIOTLS SNIHandler.swift
[827/916] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[828/916] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[829/916] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[830/918] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[831/918] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[832/918] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[835/919] Compiling _NIOFileSystem ParallelDirCopy.swift
[836/919] Compiling _NIOFileSystem ParallelRemoval.swift
[837/919] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[838/919] Compiling _NIOFileSystem CInterop.swift
[839/919] Compiling _NIOFileSystem Errno.swift
[840/919] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[841/919] Compiling _NIOFileSystem Mocking.swift
[842/919] Compiling _NIOFileSystem Syscall.swift
[843/919] Compiling _NIOFileSystem Syscalls.swift
[844/917] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[845/917] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[849/917] Emitting module NIOHTTP1
[860/936] Compiling NIOSSL SSLPrivateKey.swift
[861/936] Compiling NIOSSL SSLCertificate.swift
[862/967] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[863/967] Compiling NIOTransportServices NIOTSErrors.swift
[864/967] Compiling NIOTransportServices NIOTSEventLoop.swift
[867/969] Compiling NIOTransportServices NIOTSChannelOptions.swift
[868/969] Compiling NIOTransportServices NIOTSBootstraps.swift
[869/969] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[872/969] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[873/969] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[874/969] Compiling NIOTransportServices NIOTSListenerChannel.swift
[875/969] Compiling NIOTransportServices AcceptHandler.swift
[876/969] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[877/969] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[878/969] Emitting module NIOTransportServices
[879/969] Compiling NIOTransportServices StateManagedChannel.swift
[880/969] Compiling NIOTransportServices StateManagedListenerChannel.swift
[881/969] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[882/969] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[883/969] Compiling NIOTransportServices NIOTSSingletons.swift
[884/969] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[885/969] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[886/969] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[887/969] Compiling NIOTransportServices NIOTSDatagramListener.swift
[888/969] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[889/969] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[895/969] Compiling NIOSSL SSLPublicKey.swift
[896/969] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[897/969] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[898/969] Compiling NIOSSL SubjectAlternativeName.swift
[902/969] Compiling NIOSSL Zeroization.swift
[903/972] Emitting module AsyncKit
[904/995] Compiling _NIOFileSystem SystemFileHandle.swift
[905/995] Compiling _NIOFileSystem Utilities.swift
[906/995] Compiling _NIOFileSystem OpenOptions.swift
[907/995] Compiling _NIOFileSystem String+FileSystem.swift
[908/1033] Compiling NIOExtras NIORequestIdentifiable.swift
[909/1033] Compiling MultipartKit Storage.swift
[910/1033] Compiling MultipartKit MultipartFormData.swift
[911/1033] Compiling MultipartKit MultipartParser.swift
[912/1037] Emitting module NIOSSL
[913/1037] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[914/1037] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[920/1037] Compiling NIOExtras JSONRPCFraming.swift
[921/1037] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[922/1037] Compiling NIOExtras LengthFieldPrepender.swift
[923/1037] Compiling NIOExtras LineBasedFrameDecoder.swift
[924/1037] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[925/1037] Compiling NIOExtras NIOExtrasError.swift
[926/1037] Compiling NIOExtras NIOLengthFieldBitLength.swift
[928/1037] Compiling NIOExtras PCAPRingBuffer.swift
[929/1037] Compiling NIOExtras QuiescingHelper.swift
[930/1037] Compiling NIOWebSocket WebSocketOpcode.swift
[931/1039] Compiling NIOExtras RequestResponseWithIDHandler.swift
[932/1039] Compiling MultipartKit MultipartPartConvertible.swift
[933/1039] Compiling NIOHTTPCompression HTTPDecompression.swift
[940/1041] Compiling NIOHPACK IndexedHeaderTable.swift
[941/1041] Compiling NIOHPACK IntegerCoding.swift
[945/1044] Compiling NIOHTTPCompression HTTPCompression.swift
[946/1044] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[947/1044] Emitting module MultipartKit
[948/1044] Compiling NIOExtras RequestResponseHandler.swift
[950/1044] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[951/1044] Compiling NIOExtras FixedLengthFrameDecoder.swift
[952/1044] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[953/1043] Compiling NIOHPACK HuffmanTables.swift
[954/1043] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[955/1043] Emitting module NIOHTTPCompression
[956/1043] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[961/1044] Compiling NIOExtras DebugInboundEventsHandler.swift
[962/1044] Compiling NIOExtras DebugOutboundEventsHandler.swift
[964/1044] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[969/1044] Compiling NIOHPACK HuffmanCoding.swift
[970/1044] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[971/1044] Compiling NIOHPACK StaticHeaderTable.swift
[974/1044] Emitting module NIOWebSocket
[979/1044] Compiling NIOWebSocket WebSocketFrame.swift
[980/1044] Compiling NIOWebSocket WebSocketErrorCodes.swift
[981/1044] Emitting module NIOHPACK
[987/1045] Compiling NIOExtras WritePCAPHandler.swift
[988/1045] Compiling MultipartKit Utilities.swift
[995/1045] Emitting module NIOExtras
[1001/1047] Compiling NIOSSL TLSConfiguration.swift
[1002/1047] Compiling NIOSSL UniversalBootstrapSupport.swift
[1003/1047] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1005/1049] Emitting module _NIOFileSystemFoundationCompat
[1006/1049] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1016/1049] Compiling NIOExtras UnsafeTransfer.swift
[1019/1049] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1024/1050] Compiling NIOFileSystem Exports.swift
[1025/1050] Emitting module NIOFileSystem
[1029/1106] Compiling NIOHTTP2 StateMachineResult.swift
[1030/1106] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1032/1114] Compiling WebSocketKit Exports.swift
[1033/1114] Compiling NIOHTTP2 SendingHeadersState.swift
[1034/1114] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1035/1114] Compiling NIOHTTP2 SendingRstStreamState.swift
[1036/1114] Compiling NIOHTTP2 ReceivingDataState.swift
[1037/1114] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1038/1114] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1039/1114] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1040/1114] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1041/1114] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1042/1115] Compiling WebSocketKit WebSocketHandler.swift
[1043/1115] Compiling WebSocketKit WebSocket+Concurrency.swift
[1044/1115] Emitting module WebSocketKit
[1046/1114] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1047/1114] Compiling WebSocketKit WebSocket+Connect.swift
[1048/1114] Compiling WebSocketKit WebSocket.swift
[1049/1114] Compiling WebSocketKit WebSocketClient.swift
[1051/1115] Emitting module NIOHTTP2
[1051/1123] Wrapping AST for WebSocketKit for debugging
[1055/1123] Compiling NIOHTTP2 DOSHeuristics.swift
[1056/1123] Compiling NIOHTTP2 Error+Any.swift
[1057/1123] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1058/1123] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1059/1123] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1060/1123] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1061/1123] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1062/1123] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1063/1123] Compiling NIOHTTP2 MayReceiveFrames.swift
[1070/1123] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1071/1123] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1072/1123] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1073/1123] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1074/1123] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1075/1123] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1076/1123] Compiling NIOHTTP2 HTTP2Error.swift
[1077/1123] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1078/1123] Compiling NIOHTTP2 MaySendFrames.swift
[1079/1123] Compiling NIOHTTP2 SendingDataState.swift
[1080/1123] Compiling NIOHTTP2 SendingGoawayState.swift
[1084/1123] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1085/1123] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1086/1123] Compiling NIOHTTP2 InboundWindowManager.swift
[1087/1123] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1088/1123] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1089/1123] Compiling NIOHTTP2 StreamChannelList.swift
[1090/1123] Compiling NIOHTTP2 StreamMap.swift
[1091/1123] Compiling NIOHTTP2 StreamStateMachine.swift
[1092/1123] Compiling NIOHTTP2 UnsafeTransfer.swift
[1093/1123] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1094/1123] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1095/1123] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1096/1123] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1097/1123] Compiling NIOHTTP2 HTTP2StreamID.swift
[1098/1123] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1099/1123] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1100/1123] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1101/1123] Compiling NIOHTTP2 InboundEventBuffer.swift
[1102/1123] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1103/1123] Compiling NIOHTTP2 HTTP2Frame.swift
[1104/1123] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1105/1123] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1106/1123] Compiling NIOHTTP2 HTTP2PingData.swift
[1107/1123] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1108/1123] Compiling NIOHTTP2 HTTP2Settings.swift
[1109/1123] Compiling NIOHTTP2 HTTP2Stream.swift
[1110/1123] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1111/1123] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1112/1123] Compiling NIOHTTP2 HasLocalSettings.swift
[1113/1123] Compiling NIOHTTP2 HasRemoteSettings.swift
[1114/1123] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1115/1123] Compiling NIOHTTP2 QuiescingState.swift
[1116/1123] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1117/1123] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1119/1182] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1120/1182] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1121/1182] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1122/1182] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1123/1182] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1124/1182] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1125/1182] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1126/1182] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1127/1182] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1128/1182] Emitting module AsyncHTTPClient
[1129/1182] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1130/1182] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1131/1182] Compiling AsyncHTTPClient Transaction.swift
[1132/1182] Compiling AsyncHTTPClient Base64.swift
[1133/1182] Compiling AsyncHTTPClient BasicAuth.swift
[1134/1182] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1135/1182] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1136/1182] Compiling AsyncHTTPClient ConnectionPool.swift
[1137/1182] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1138/1190] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1139/1190] Compiling AsyncHTTPClient ConnectionTarget.swift
[1140/1190] Compiling AsyncHTTPClient DeconstructedURL.swift
[1141/1190] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1142/1190] Compiling AsyncHTTPClient FoundationExtensions.swift
[1143/1190] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1144/1190] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1145/1190] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1146/1190] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1147/1190] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1148/1190] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1149/1190] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1150/1190] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1151/1190] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1152/1190] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1153/1190] Compiling AsyncHTTPClient RequestBodyLength.swift
[1154/1190] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1155/1190] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1156/1190] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1157/1190] Compiling AsyncHTTPClient HTTP1Connection.swift
[1158/1190] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1159/1190] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1160/1190] Compiling AsyncHTTPClient HTTP2Connection.swift
[1161/1190] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1162/1190] Compiling AsyncHTTPClient RequestBag.swift
[1163/1190] Compiling AsyncHTTPClient RequestValidation.swift
[1164/1190] Compiling AsyncHTTPClient SSLContextCache.swift
[1165/1190] Compiling AsyncHTTPClient Scheme.swift
[1166/1190] Compiling AsyncHTTPClient Singleton.swift
[1167/1190] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1168/1190] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1169/1190] Compiling AsyncHTTPClient Utils.swift
[1170/1190] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1171/1190] Compiling AsyncHTTPClient RequestOptions.swift
[1172/1190] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1173/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1174/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1175/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1176/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1177/1190] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1178/1190] Compiling AsyncHTTPClient HTTPClient.swift
[1179/1190] Compiling AsyncHTTPClient HTTPHandler.swift
[1180/1190] Compiling AsyncHTTPClient LRUCache.swift
[1181/1190] Compiling AsyncHTTPClient NWErrorHandler.swift
[1182/1190] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1183/1190] Compiling AsyncHTTPClient TLSConfiguration.swift
[1184/1190] Compiling AsyncHTTPClient RedirectState.swift
[1185/1190] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1186/1191] Wrapping AST for AsyncHTTPClient for debugging
[1188/1360] Compiling Vapor HTTPServerResponseEncoder.swift
[1189/1360] Compiling Vapor HTTPServerUpgradeHandler.swift
[1190/1360] Compiling Vapor Logger+Report.swift
[1191/1360] Compiling Vapor LoggingSystem+Environment.swift
[1192/1360] Compiling Vapor Application+Middleware.swift
[1193/1360] Compiling Vapor CORSMiddleware.swift
[1194/1360] Compiling Vapor ErrorMiddleware.swift
[1195/1360] Compiling Vapor FileMiddleware.swift
[1196/1360] Compiling Vapor Middleware.swift
[1197/1360] Compiling Vapor MiddlewareConfiguration.swift
[1198/1360] Compiling Vapor ResponseCompressionMiddleware.swift
[1199/1360] Compiling Vapor RouteLoggingMiddleware.swift
[1200/1360] Compiling Vapor TracingMiddleware.swift
[1201/1360] Compiling Vapor File+Multipart.swift
[1202/1360] Compiling Vapor FormDataDecoder+Content.swift
[1203/1360] Compiling Vapor FormDataEncoder+Content.swift
[1204/1360] Compiling Vapor Application+Password.swift
[1205/1360] Compiling Vapor Application+Passwords.swift
[1206/1360] Compiling Vapor AsyncPasswordHasher.swift
[1207/1360] Compiling Vapor BcryptHasher.swift
[1208/1360] Compiling Vapor PasswordHasher.swift
[1209/1360] Compiling Vapor PlaintextHasher.swift
[1210/1360] Compiling Vapor Request+Password.swift
[1211/1360] Compiling Vapor Redirect.swift
[1212/1384] Compiling Vapor Application.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1213/1384] Compiling Vapor AuthenticationCache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1214/1384] Compiling Vapor Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1215/1384] Compiling Vapor BasicAuthorization.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1216/1384] Compiling Vapor BearerAuthorization.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1217/1384] Compiling Vapor GuardMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1218/1384] Compiling Vapor RedirectMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1219/1384] Compiling Vapor SessionAuthenticatable.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1220/1384] Compiling Vapor Bcrypt.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1221/1384] Compiling Vapor Application+Cache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1222/1384] Compiling Vapor Cache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1223/1384] Compiling Vapor CacheExpirationTime.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1224/1384] Compiling Vapor MemoryCache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1225/1384] Compiling Vapor Request+Cache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1226/1384] Compiling Vapor Application+Clients.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1227/1384] Compiling Vapor Client.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1228/1384] Compiling Vapor ClientRequest.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1229/1384] Compiling Vapor ClientResponse.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1230/1384] Compiling Vapor Request+Client.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1231/1384] Compiling Vapor BootCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1232/1384] Compiling Vapor CommandContext+Application.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1233/1384] Compiling Vapor RoutesCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1234/1384] Compiling Vapor ServeCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1235/1384] Compiling Vapor AnyResponse+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:233:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
231 |
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
    |                                                                         |- error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
    |                                                                         `- note: arguments to generic parameter 'Value' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:234:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
232 |         let combinedCommands = AsyncCommands(
233 |             commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
234 |             defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
    |                                                                                |- error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
    |                                                                                `- note: arguments to generic parameter 'Wrapped' ('any AnyCommand' and 'any AnyAsyncCommand') are expected to be equal
235 |             enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
236 |         ).group()
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
[1236/1408] Compiling Vapor Validator.swift
[1237/1408] Compiling Vapor ValidatorResult.swift
[1238/1408] Compiling Vapor And.swift
[1239/1408] Compiling Vapor Case.swift
[1240/1408] Compiling Vapor CharacterSet.swift
[1241/1408] Compiling Vapor Count.swift
[1242/1408] Compiling Vapor Custom.swift
[1243/1408] Compiling Vapor Email.swift
[1244/1408] Compiling Vapor Empty.swift
[1245/1408] Compiling Vapor In.swift
[1246/1408] Compiling Vapor Nil.swift
[1247/1408] Compiling Vapor NilIgnoring.swift
[1248/1408] Compiling Vapor Not.swift
[1249/1408] Compiling Vapor Or.swift
[1250/1408] Compiling Vapor Pattern.swift
[1251/1408] Compiling Vapor Range.swift
[1252/1408] Compiling Vapor URL.swift
[1253/1408] Compiling Vapor Valid.swift
[1254/1408] Compiling Vapor Application+Views.swift
[1255/1408] Compiling Vapor PlaintextRenderer.swift
[1256/1408] Compiling Vapor Request+View.swift
[1257/1408] Compiling Vapor View.swift
[1258/1408] Compiling Vapor ViewRenderer.swift
[1259/1408] Compiling Vapor _Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1260/1408] Emitting module Vapor
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/BootCommand.swift:23:36: error: cannot find type 'ConsoleKitCommands' in scope
21 |
22 |     // See `AsyncCommand`.
23 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
   |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
24 |         context.console.success("Done.")
25 |     }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/RoutesCommand.swift:28:36: error: cannot find type 'ConsoleKitCommands' in scope
 26 |     init() { }
 27 |
 28 |     public func run(using context: ConsoleKitCommands.CommandContext, signature: Signature) async throws {
    |                                    `- error: cannot find type 'ConsoleKitCommands' in scope
 29 |         let routes = context.application.routes
 30 |         let includeDescription = !routes.all.filter { $0.userInfo["description"] != nil }.isEmpty
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1261/1408] Compiling Vapor Service.swift
[1262/1408] Compiling Vapor Application+Sessions.swift
[1263/1408] Compiling Vapor MemorySessions.swift
[1264/1408] Compiling Vapor Request+Session.swift
[1265/1408] Compiling Vapor Session.swift
[1266/1408] Compiling Vapor SessionCache.swift
[1267/1408] Compiling Vapor SessionData.swift
[1268/1408] Compiling Vapor SessionDriver.swift
[1269/1408] Compiling Vapor SessionsConfiguration.swift
[1270/1408] Compiling Vapor SessionsMiddleware.swift
[1271/1408] Compiling Vapor URLEncodedFormData.swift
[1272/1408] Compiling Vapor URLEncodedFormDecoder.swift
[1273/1408] Compiling Vapor URLEncodedFormEncoder.swift
[1274/1408] Compiling Vapor URLEncodedFormError.swift
[1275/1408] Compiling Vapor URLEncodedFormParser.swift
[1276/1408] Compiling Vapor URLEncodedFormSerializer.swift
[1277/1408] Compiling Vapor URLQueryFragmentConvertible.swift
[1278/1408] Compiling Vapor AnyResponse.swift
[1279/1408] Compiling Vapor Array+Random.swift
[1280/1408] Compiling Vapor Base32.swift
[1281/1408] Compiling Vapor Base64.swift
[1282/1408] Compiling Vapor BaseN.swift
[1283/1408] Compiling Vapor BasicCodingKey.swift
[1284/1408] Compiling Vapor ByteCount.swift
[1285/1408] Compiling Vapor Bytes+Hex.swift
[1286/1408] Compiling Vapor Bytes+SecureCompare.swift
[1287/1408] Compiling Vapor Collection+Safe.swift
[1288/1408] Compiling Vapor DataProtocol+Copy.swift
[1289/1408] Compiling Vapor DecoderUnwrapper.swift
[1290/1408] Compiling Vapor DirectoryConfiguration.swift
[1291/1408] Compiling Vapor DotEnv.swift
[1292/1408] Compiling Vapor Extendable.swift
[1293/1408] Compiling Vapor File.swift
[1294/1408] Compiling Vapor FileIO.swift
[1295/1408] Compiling Vapor LifecycleHandler.swift
[1296/1408] Compiling Vapor OptionalType.swift
[1297/1408] Compiling Vapor RFC1123.swift
[1298/1408] Compiling Vapor SocketAddress+Hostname.swift
[1299/1408] Compiling Vapor Storage.swift
[1300/1408] Compiling Vapor String+IsIPAddress.swift
[1301/1408] Compiling Vapor Thread.swift
[1302/1408] Compiling Vapor URI.swift
[1303/1408] Compiling Vapor RangeResult.swift
[1304/1408] Compiling Vapor Validatable.swift
[1305/1408] Compiling Vapor Validation.swift
[1306/1408] Compiling Vapor ValidationKey.swift
[1307/1408] Compiling Vapor Validations.swift
[1308/1408] Compiling Vapor ValidationsError.swift
[1309/1408] Compiling Vapor Request+Body.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1310/1408] Compiling Vapor Request+BodyStream.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1311/1408] Compiling Vapor Request.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1312/1408] Compiling Vapor Application+Responder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1313/1408] Compiling Vapor DefaultResponder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1314/1408] Compiling Vapor Response+Body.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1315/1408] Compiling Vapor Response.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1316/1408] Compiling Vapor ResponseCodable.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1317/1408] Compiling Vapor Application+Routes.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1318/1408] Compiling Vapor Parameters+Require.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1319/1408] Compiling Vapor Request+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1320/1408] Compiling Vapor Route.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1321/1408] Compiling Vapor RouteCollection.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1322/1408] Compiling Vapor Routes.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1323/1408] Compiling Vapor RoutesBuilder+Group.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1324/1408] Compiling Vapor RoutesBuilder+Method.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1325/1408] Compiling Vapor RoutesBuilder+Middleware.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1326/1408] Compiling Vapor RoutesBuilder+WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1327/1408] Compiling Vapor RoutesBuilder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1328/1408] Compiling Vapor OTP.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1329/1408] Compiling Vapor Application+Servers.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1330/1408] Compiling Vapor Server.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1331/1408] Compiling Vapor App+Service.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1332/1408] Compiling Vapor Req+Service.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:57:24: error: cannot find type 'AnySendableHashable' in scope
 55 |         var requestType: Any.Type
 56 |         var responseType: Any.Type
 57 |         var userInfo: [AnySendableHashable: Sendable]
    |                        `- error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Routing/Route.swift:60:27: error: cannot find type 'AnySendableHashable' in scope
 58 |     }
 59 |
 60 |     public var userInfo: [AnySendableHashable: Sendable] {
    |                           `- error: cannot find type 'AnySendableHashable' in scope
 61 |         get {
 62 |             self.sendableBox.withLockedValue { $0.userInfo }
[1333/1408] Compiling Vapor AsyncBasicResponder.swift
[1334/1408] Compiling Vapor AsyncMiddleware.swift
[1335/1408] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1336/1408] Compiling Vapor AsyncSessionDriver.swift
[1337/1408] Compiling Vapor Authentication+Concurrency.swift
[1338/1408] Compiling Vapor Cache+Concurrency.swift
[1339/1408] Compiling Vapor Client+Concurrency.swift
[1340/1408] Compiling Vapor RequestBody+Concurrency.swift
[1341/1408] Compiling Vapor Responder+Concurrency.swift
[1342/1408] Compiling Vapor ResponseCodable+Concurrency.swift
[1343/1408] Compiling Vapor RoutesBuilder+Concurrency.swift
[1344/1408] Compiling Vapor ViewRenderer+Concurrency.swift
[1345/1408] Compiling Vapor WebSocket+Concurrency.swift
[1346/1408] Compiling Vapor ContainerGetPathExecutor.swift
[1347/1408] Compiling Vapor Content.swift
[1348/1408] Compiling Vapor ContentCoders.swift
[1349/1408] Compiling Vapor ContentConfiguration.swift
[1350/1408] Compiling Vapor ContentContainer.swift
[1351/1408] Compiling Vapor JSONCoder+Custom.swift
[1352/1408] Compiling Vapor JSONCoders+Content.swift
[1353/1408] Compiling Vapor PlaintextDecoder.swift
[1354/1408] Compiling Vapor PlaintextEncoder.swift
[1355/1408] Compiling Vapor URLQueryCoders.swift
[1356/1408] Compiling Vapor URLQueryContainer.swift
[1357/1408] Compiling Vapor Core.swift
[1358/1408] Compiling Vapor Running.swift
[1359/1408] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1360/1408] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1361/1408] Compiling Vapor DotEnvFile+load.swift
[1362/1408] Compiling Vapor Routes+caseInsenstive.swift
[1363/1408] Compiling Vapor Validatable+validate.swift
[1364/1408] Compiling Vapor Environment+Process.swift
[1365/1408] Compiling Vapor Environment+Secret.swift
[1366/1408] Compiling Vapor Environment.swift
[1367/1408] Compiling Vapor Abort.swift
[1368/1408] Compiling Vapor AbortError.swift
[1369/1408] Compiling Vapor DebuggableError.swift
[1370/1408] Compiling Vapor Demangler.swift
[1371/1408] Compiling Vapor ErrorSource.swift
[1372/1408] Compiling Vapor StackTrace.swift
[1373/1408] Compiling Vapor Exports.swift
[1374/1408] Compiling Vapor Application+HTTP.swift
[1375/1408] Compiling Vapor BasicResponder.swift
[1376/1408] Compiling Vapor BodyStream.swift
[1377/1408] Compiling Vapor Application+HTTP+Client.swift
[1378/1408] Compiling Vapor EventLoopHTTPClient.swift
[1379/1408] Compiling Vapor EndpointCache.swift
[1380/1408] Compiling Vapor HTTPMethod+String.swift
[1381/1408] Compiling Vapor HTTPStatus.swift
[1382/1408] Compiling Vapor HTTPCookies.swift
[1383/1408] Compiling Vapor HTTPHeaderCacheControl.swift
[1384/1408] Compiling Vapor HTTPHeaderExpires.swift
[1385/1408] Compiling Vapor HTTPHeaderLastModified.swift
[1386/1408] Compiling Vapor HTTPHeaders+Cache.swift
[1387/1408] Compiling Vapor HTTPHeaders+Connection.swift
[1388/1408] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1389/1408] Compiling Vapor HTTPHeaders+ContentRange.swift
[1390/1408] Compiling Vapor HTTPHeaders+Directive.swift
[1391/1408] Compiling Vapor HTTPHeaders+Forwarded.swift
[1392/1408] Compiling Vapor HTTPHeaders+Link.swift
[1393/1408] Compiling Vapor HTTPHeaders+Name.swift
[1394/1408] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1395/1408] Compiling Vapor HTTPHeaders.swift
[1396/1408] Compiling Vapor HTTPMediaType.swift
[1397/1408] Compiling Vapor HTTPMediaTypePreference.swift
[1398/1408] Compiling Vapor Responder.swift
[1399/1408] Compiling Vapor Application+HTTP+Server.swift
[1400/1408] Compiling Vapor HTTPServer.swift
[1401/1408] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1402/1408] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1403/1408] Compiling Vapor HTTPServerHandler.swift
[1404/1408] Compiling Vapor HTTPServerRequestDecoder.swift
BUILD FAILURE 6.1 linux