Build Information
Failed to build webber, reference 1.9.0 (80b56d
), with Swift 6.1 for Linux on 29 Apr 2025 17:04:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
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
[2140/2301] 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
[2141/2301] 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
[2142/2301] 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
[2143/2301] 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
[2144/2301] 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
[2145/2301] 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
[2146/2301] 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
[2147/2301] 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
[2148/2301] 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
[2149/2301] 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
[2150/2301] 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
[2151/2301] 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
[2152/2301] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2153/2325] Compiling Vapor Core.swift
[2154/2325] Compiling Vapor Running.swift
[2155/2325] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2156/2325] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2157/2325] Compiling Vapor DotEnvFile+load.swift
[2158/2325] Compiling Vapor Routes+caseInsenstive.swift
[2159/2325] Compiling Vapor Validatable+validate.swift
[2160/2325] Compiling Vapor Environment+Process.swift
[2161/2325] Compiling Vapor Environment+Secret.swift
[2162/2325] Compiling Vapor Environment.swift
[2163/2325] Compiling Vapor Abort.swift
[2164/2325] Compiling Vapor AbortError.swift
[2165/2325] Compiling Vapor DebuggableError.swift
[2166/2325] Compiling Vapor Demangler.swift
[2167/2325] Compiling Vapor ErrorSource.swift
[2168/2325] Compiling Vapor StackTrace.swift
[2169/2325] Compiling Vapor Exports.swift
[2170/2325] Compiling Vapor Application+HTTP.swift
[2171/2325] Compiling Vapor BasicResponder.swift
[2172/2325] Compiling Vapor BodyStream.swift
[2173/2325] Compiling Vapor Application+HTTP+Client.swift
[2174/2325] Compiling Vapor EventLoopHTTPClient.swift
[2175/2325] Compiling Vapor EndpointCache.swift
[2176/2325] Compiling Vapor HTTPMethod+String.swift
[2177/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 }
[2178/2325] Compiling Vapor Validator.swift
[2179/2325] Compiling Vapor ValidatorResult.swift
[2180/2325] Compiling Vapor And.swift
[2181/2325] Compiling Vapor Case.swift
[2182/2325] Compiling Vapor CharacterSet.swift
[2183/2325] Compiling Vapor Count.swift
[2184/2325] Compiling Vapor Custom.swift
[2185/2325] Compiling Vapor Email.swift
[2186/2325] Compiling Vapor Empty.swift
[2187/2325] Compiling Vapor In.swift
[2188/2325] Compiling Vapor Nil.swift
[2189/2325] Compiling Vapor NilIgnoring.swift
[2190/2325] Compiling Vapor Not.swift
[2191/2325] Compiling Vapor Or.swift
[2192/2325] Compiling Vapor Pattern.swift
[2193/2325] Compiling Vapor Range.swift
[2194/2325] Compiling Vapor URL.swift
[2195/2325] Compiling Vapor Valid.swift
[2196/2325] Compiling Vapor Application+Views.swift
[2197/2325] Compiling Vapor PlaintextRenderer.swift
[2198/2325] Compiling Vapor Request+View.swift
[2199/2325] Compiling Vapor View.swift
[2200/2325] Compiling Vapor ViewRenderer.swift
[2201/2325] Compiling Vapor _Deprecations.swift
[2202/2325] Compiling Vapor Bytes+Hex.swift
[2203/2325] Compiling Vapor Bytes+SecureCompare.swift
[2204/2325] Compiling Vapor Collection+Safe.swift
[2205/2325] Compiling Vapor DataProtocol+Copy.swift
[2206/2325] Compiling Vapor DecoderUnwrapper.swift
[2207/2325] Compiling Vapor DirectoryConfiguration.swift
[2208/2325] Compiling Vapor DotEnv.swift
[2209/2325] Compiling Vapor Extendable.swift
[2210/2325] Compiling Vapor File.swift
[2211/2325] Compiling Vapor FileIO.swift
[2212/2325] Compiling Vapor LifecycleHandler.swift
[2213/2325] Compiling Vapor OptionalType.swift
[2214/2325] Compiling Vapor RFC1123.swift
[2215/2325] Compiling Vapor SocketAddress+Hostname.swift
[2216/2325] Compiling Vapor Storage.swift
[2217/2325] Compiling Vapor String+IsIPAddress.swift
[2218/2325] Compiling Vapor Thread.swift
[2219/2325] Compiling Vapor URI.swift
[2220/2325] Compiling Vapor RangeResult.swift
[2221/2325] Compiling Vapor Validatable.swift
[2222/2325] Compiling Vapor Validation.swift
[2223/2325] Compiling Vapor ValidationKey.swift
[2224/2325] Compiling Vapor Validations.swift
[2225/2325] Compiling Vapor ValidationsError.swift
[2226/2325] Compiling Vapor HTTPServerResponseEncoder.swift
[2227/2325] Compiling Vapor HTTPServerUpgradeHandler.swift
[2228/2325] Compiling Vapor Logger+Report.swift
[2229/2325] Compiling Vapor LoggingSystem+Environment.swift
[2230/2325] Compiling Vapor Application+Middleware.swift
[2231/2325] Compiling Vapor CORSMiddleware.swift
[2232/2325] Compiling Vapor ErrorMiddleware.swift
[2233/2325] Compiling Vapor FileMiddleware.swift
[2234/2325] Compiling Vapor Middleware.swift
[2235/2325] Compiling Vapor MiddlewareConfiguration.swift
[2236/2325] Compiling Vapor ResponseCompressionMiddleware.swift
[2237/2325] Compiling Vapor RouteLoggingMiddleware.swift
[2238/2325] Compiling Vapor TracingMiddleware.swift
[2239/2325] Compiling Vapor File+Multipart.swift
[2240/2325] Compiling Vapor FormDataDecoder+Content.swift
[2241/2325] Compiling Vapor FormDataEncoder+Content.swift
[2242/2325] Compiling Vapor Application+Password.swift
[2243/2325] Compiling Vapor Application+Passwords.swift
[2244/2325] Compiling Vapor AsyncPasswordHasher.swift
[2245/2325] Compiling Vapor BcryptHasher.swift
[2246/2325] Compiling Vapor PasswordHasher.swift
[2247/2325] Compiling Vapor PlaintextHasher.swift
[2248/2325] Compiling Vapor Request+Password.swift
[2249/2325] Compiling Vapor Redirect.swift
[2250/2325] Compiling Vapor Service.swift
[2251/2325] Compiling Vapor Application+Sessions.swift
[2252/2325] Compiling Vapor MemorySessions.swift
[2253/2325] Compiling Vapor Request+Session.swift
[2254/2325] Compiling Vapor Session.swift
[2255/2325] Compiling Vapor SessionCache.swift
[2256/2325] Compiling Vapor SessionData.swift
[2257/2325] Compiling Vapor SessionDriver.swift
[2258/2325] Compiling Vapor SessionsConfiguration.swift
[2259/2325] Compiling Vapor SessionsMiddleware.swift
[2260/2325] Compiling Vapor URLEncodedFormData.swift
[2261/2325] Compiling Vapor URLEncodedFormDecoder.swift
[2262/2325] Compiling Vapor URLEncodedFormEncoder.swift
[2263/2325] Compiling Vapor URLEncodedFormError.swift
[2264/2325] Compiling Vapor URLEncodedFormParser.swift
[2265/2325] Compiling Vapor URLEncodedFormSerializer.swift
[2266/2325] Compiling Vapor URLQueryFragmentConvertible.swift
[2267/2325] Compiling Vapor AnyResponse.swift
[2268/2325] Compiling Vapor Array+Random.swift
[2269/2325] Compiling Vapor Base32.swift
[2270/2325] Compiling Vapor Base64.swift
[2271/2325] Compiling Vapor BaseN.swift
[2272/2325] Compiling Vapor BasicCodingKey.swift
[2273/2325] Compiling Vapor ByteCount.swift
[2274/2325] Compiling Vapor AsyncBasicResponder.swift
[2275/2325] Compiling Vapor AsyncMiddleware.swift
[2276/2325] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2277/2325] Compiling Vapor AsyncSessionDriver.swift
[2278/2325] Compiling Vapor Authentication+Concurrency.swift
[2279/2325] Compiling Vapor Cache+Concurrency.swift
[2280/2325] Compiling Vapor Client+Concurrency.swift
[2281/2325] Compiling Vapor RequestBody+Concurrency.swift
[2282/2325] Compiling Vapor Responder+Concurrency.swift
[2283/2325] Compiling Vapor ResponseCodable+Concurrency.swift
[2284/2325] Compiling Vapor RoutesBuilder+Concurrency.swift
[2285/2325] Compiling Vapor ViewRenderer+Concurrency.swift
[2286/2325] Compiling Vapor WebSocket+Concurrency.swift
[2287/2325] Compiling Vapor ContainerGetPathExecutor.swift
[2288/2325] Compiling Vapor Content.swift
[2289/2325] Compiling Vapor ContentCoders.swift
[2290/2325] Compiling Vapor ContentConfiguration.swift
[2291/2325] Compiling Vapor ContentContainer.swift
[2292/2325] Compiling Vapor JSONCoder+Custom.swift
[2293/2325] Compiling Vapor JSONCoders+Content.swift
[2294/2325] Compiling Vapor PlaintextDecoder.swift
[2295/2325] Compiling Vapor PlaintextEncoder.swift
[2296/2325] Compiling Vapor URLQueryCoders.swift
[2297/2325] Compiling Vapor URLQueryContainer.swift
[2298/2325] Compiling Vapor HTTPStatus.swift
[2299/2325] Compiling Vapor HTTPCookies.swift
[2300/2325] Compiling Vapor HTTPHeaderCacheControl.swift
[2301/2325] Compiling Vapor HTTPHeaderExpires.swift
[2302/2325] Compiling Vapor HTTPHeaderLastModified.swift
[2303/2325] Compiling Vapor HTTPHeaders+Cache.swift
[2304/2325] Compiling Vapor HTTPHeaders+Connection.swift
[2305/2325] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2306/2325] Compiling Vapor HTTPHeaders+ContentRange.swift
[2307/2325] Compiling Vapor HTTPHeaders+Directive.swift
[2308/2325] Compiling Vapor HTTPHeaders+Forwarded.swift
[2309/2325] Compiling Vapor HTTPHeaders+Link.swift
[2310/2325] Compiling Vapor HTTPHeaders+Name.swift
[2311/2325] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2312/2325] Compiling Vapor HTTPHeaders.swift
[2313/2325] Compiling Vapor HTTPMediaType.swift
[2314/2325] Compiling Vapor HTTPMediaTypePreference.swift
[2315/2325] Compiling Vapor Responder.swift
[2316/2325] Compiling Vapor Application+HTTP+Server.swift
[2317/2325] Compiling Vapor HTTPServer.swift
[2318/2325] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2319/2325] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2320/2325] Compiling Vapor HTTPServerHandler.swift
[2321/2325] Compiling Vapor HTTPServerRequestDecoder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/126] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[3/126] Emitting module CryptoBoringWrapper
[4/126] Compiling ServiceContextModule ServiceContextKey.swift
[5/126] Emitting module WasmTransformer
[6/126] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[7/129] Compiling SystemPackage FilePathTempPosix.swift
[8/129] Compiling SystemPackage FilePathTempWindows.swift
[9/129] Emitting module ServiceContextModule
[10/129] Compiling ServiceContextModule ServiceContext.swift
[11/130] Compiling RealModule Real.swift
[12/131] Compiling SystemPackage FilePathSyntax.swift
[13/131] Compiling SystemPackage FilePathTemp.swift
[14/131] Compiling SystemPackage FilePathParsing.swift
[15/131] Compiling SystemPackage FilePathString.swift
[17/130] Compiling _NIODataStructures Heap.swift
[19/130] Compiling RealModule Float80+Real.swift
[20/130] Compiling RealModule Float16+Real.swift
[21/129] Compiling RealModule ElementaryFunctions.swift
[22/129] Compiling RealModule Float+Real.swift
[23/129] Compiling RealModule RealFunctions.swift
[24/129] Compiling SystemPackage FileDescriptor.swift
[25/129] Compiling SystemPackage FileHelpers.swift
[26/129] Compiling SystemPackage FileOperations.swift
[27/129] Compiling _NIODataStructures PriorityQueue.swift
[28/129] Compiling _NIODataStructures _TinyArray.swift
[29/129] Emitting module _NIODataStructures
[30/130] Emitting module CoreMetrics
[31/130] Compiling CoreMetrics Metrics.swift
[32/130] Compiling CoreMetrics Locks.swift
[33/133] Emitting module _NIOBase64
[34/133] Compiling _NIOBase64 Base64.swift
[38/136] Emitting module RealModule
[39/148] Compiling SystemPackage Mocking.swift
[40/148] Compiling SystemPackage RawBuffer.swift
[41/148] Compiling SystemPackage Syscalls.swift
[42/148] Compiling SystemPackage WindowsSyscallAdapters.swift
[47/154] Compiling SystemPackage Errno.swift
[48/154] Compiling SystemPackage ErrnoWindows.swift
[49/170] Compiling Instrumentation NoOpInstrument.swift
[50/170] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/170] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/170] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/170] Compiling InternalCollectionsUtilities Debugging.swift
[54/170] Compiling InternalCollectionsUtilities Descriptions.swift
[55/170] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/170] Compiling InternalCollectionsUtilities Specialize.swift
[57/170] Compiling WasmTransformer StackOverflowSanitizer.swift
[58/170] Compiling WasmTransformer WasmTransformer.swift
[59/170] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[61/171] Compiling Logging MetadataProvider.swift
[63/170] Compiling Instrumentation Instrument.swift
[64/170] Emitting module Instrumentation
[65/170] Compiling Instrumentation InstrumentationSystem.swift
[66/170] Compiling Instrumentation MultiplexInstrument.swift
[67/170] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[68/180] Compiling Logging Locks.swift
[69/232] Compiling Instrumentation Locks.swift
[70/232] Compiling Crypto AES-GCM_boring.swift
[71/232] Compiling Crypto ChaChaPoly_boring.swift
[72/232] Compiling Crypto Nonces.swift
[73/232] Compiling Crypto ASN1.swift
[74/232] Compiling Crypto ChaChaPoly.swift
[75/232] Compiling Crypto Cipher.swift
[76/252] Compiling Crypto SEC1PrivateKey.swift
[77/252] Compiling Crypto SubjectPublicKeyInfo.swift
[78/252] Compiling Crypto CryptoKitErrors.swift
[79/254] Emitting module SystemPackage
[80/254] Emitting module Metrics
[81/254] Compiling Metrics Metrics.swift
[82/254] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/255] Emitting module Logging
[87/254] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/254] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/254] Compiling Crypto ArraySliceBigint.swift
[90/254] Compiling Crypto GeneralizedTime.swift
[91/254] Compiling Crypto ObjectIdentifier.swift
[94/254] Compiling Atomics IntegerOperations.swift
[95/254] Compiling Atomics Unmanaged extensions.swift
[96/254] Compiling Crypto ASN1Integer.swift
[97/254] Compiling Crypto ASN1Null.swift
[98/254] Compiling Crypto ASN1OctetString.swift
[99/254] Compiling Crypto ASN1Strings.swift
[102/254] Compiling NIOConcurrencyHelpers lock.swift
[103/254] Compiling NIOConcurrencyHelpers atomics.swift
[105/254] Compiling Crypto HashFunctions.swift
[106/254] Compiling Crypto HashFunctions_SHA2.swift
[107/254] Compiling Crypto Insecure.swift
[108/253] Emitting module NIOConcurrencyHelpers
[109/262] Compiling Crypto ECDSASignature.swift
[110/262] Compiling Crypto PEMDocument.swift
[111/262] Compiling Crypto PKCS8PrivateKey.swift
[114/286] Compiling Algorithms RandomSample.swift
[115/286] Compiling Algorithms Reductions.swift
[116/286] Compiling Tracing InstrumentationSystem+Tracing.swift
[116/286] Wrapping AST for RealModule for debugging
[118/286] Compiling Algorithms Chunked.swift
[119/286] Compiling Algorithms Combinations.swift
[120/286] Compiling Tracing NoOpTracer.swift
[121/286] Compiling Algorithms Compacted.swift
[122/286] Compiling Algorithms Cycle.swift
[123/286] Compiling Algorithms EitherSequence.swift
[124/286] Compiling Algorithms FirstNonNil.swift
[125/286] Compiling Algorithms Partition.swift
[126/286] Compiling Algorithms Permutations.swift
[127/286] Compiling Algorithms Product.swift
[128/286] Compiling Algorithms Joined.swift
[129/286] Compiling Tracing TracingTime.swift
[130/286] Compiling Tracing TracerProtocol.swift
[130/287] Wrapping AST for CoreMetrics for debugging
[136/287] Compiling Tracing SpanProtocol.swift
[137/287] Compiling Tracing TracerProtocol+Legacy.swift
[138/287] Compiling Tracing Tracer.swift
[139/287] Emitting module Tracing
[144/288] Compiling Algorithms FlattenCollection.swift
[145/288] Compiling Algorithms Grouped.swift
[148/288] Compiling Algorithms Indexed.swift
[149/288] Compiling Algorithms Intersperse.swift
[151/288] Emitting module InternalCollectionsUtilities
[151/288] Wrapping AST for SystemPackage for debugging
[154/288] Compiling Crypto ECDSASignature_boring.swift
[155/288] Compiling Crypto ECDSA_boring.swift
[156/288] Compiling Crypto EdDSA_boring.swift
[157/288] Compiling Crypto ECDSA.swift
[158/288] Compiling Crypto EdDSA.swift
[159/288] Compiling Crypto Signature.swift
[160/288] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[161/288] Compiling Crypto CryptoKitErrors_boring.swift
[162/288] Compiling Crypto Ed25519.swift
[163/288] Compiling Crypto NISTCurvesKeys.swift
[164/288] Compiling Crypto X25519Keys.swift
[165/288] Compiling Crypto SymmetricKeys.swift
[166/288] Compiling Crypto HMAC.swift
[167/288] Compiling Crypto MACFunctions.swift
[168/288] Compiling Crypto MessageAuthenticationCode.swift
[169/288] Compiling Crypto AES.swift
[170/383] Compiling HeapModule Heap+Descriptions.swift
[171/383] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[172/447] Compiling Logging LogHandler.swift
[173/450] Compiling Logging Logging.swift
[174/450] Emitting module HeapModule
[175/478] Emitting module Crypto
[177/503] Compiling HeapModule _HeapNode.swift
[178/503] Compiling HeapModule Heap.swift
[179/503] Compiling _RopeModule BigString+Debugging.swift
[180/503] Compiling _RopeModule BigString+Index.swift
[181/503] Compiling _RopeModule BigString+Ingester.swift
[182/503] Compiling _RopeModule BigString+BidirectionalCollection.swift
[183/503] Compiling _RopeModule BigString+Builder.swift
[184/503] Compiling _RopeModule BigString+Contents.swift
[185/506] Compiling HeapModule Heap+Invariants.swift
[186/506] Compiling HeapModule Heap+UnsafeHandle.swift
[187/507] Compiling _RopeModule Rope+Insert.swift
[188/507] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[189/507] Compiling _RopeModule BigString+Chunk+Breaks.swift
[190/507] Compiling _RopeModule BigString+Summary.swift
[191/507] Compiling _RopeModule BigString.swift
[192/507] Compiling _RopeModule BigString+UnicodeScalarView.swift
[193/507] Compiling _RopeModule BigSubstring+UTF16View.swift
[194/507] Compiling _RopeModule BigSubstring+UTF8View.swift
[195/507] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[196/507] Compiling _RopeModule BigSubstring.swift
[197/507] Compiling _RopeModule Rope+Builder.swift
[198/507] Compiling _RopeModule Rope+Debugging.swift
[199/507] Compiling _RopeModule Rope+Invariants.swift
[200/507] Compiling _RopeModule Rope+_Node.swift
[201/507] Compiling _RopeModule BigString+Append.swift
[202/507] Compiling _RopeModule BigString+Initializers.swift
[203/507] Compiling _RopeModule BigString+Insert.swift
[204/507] Compiling _RopeModule BigString+Managing Breaks.swift
[205/507] Compiling _RopeModule BigString+RemoveSubrange.swift
[209/507] Compiling _RopeModule BigString+ReplaceSubrange.swift
[210/507] Compiling _RopeModule BigString+Split.swift
[211/507] Compiling _RopeModule Range+BigString.swift
[212/507] Compiling _RopeModule BigString+UTF16View.swift
[214/514] Compiling _RopeModule BigString+UTF8View.swift
[215/514] Compiling _RopeModule BigString+Comparable.swift
[216/514] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[217/514] Compiling _RopeModule BigString+CustomStringConvertible.swift
[218/514] Compiling _RopeModule BigString+Equatable.swift
[219/514] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[220/514] Compiling _RopeModule BigString+Hashing.swift
[221/529] Compiling _RopeModule _RopeItem.swift
[222/529] Compiling _RopeModule _RopePath.swift
[223/529] Compiling HashTreeCollections TreeSet+Sequence.swift
[224/529] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[225/529] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[226/529] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[227/529] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[228/529] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[229/529] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[230/529] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[231/539] Compiling DequeModule Deque+Codable.swift
[232/539] Compiling DequeModule Deque+Collection.swift
[233/539] Compiling DequeModule Deque+CustomReflectable.swift
[234/539] Compiling DequeModule Deque+Descriptions.swift
[235/539] Compiling DequeModule Deque+Equatable.swift
[236/539] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[237/539] Compiling DequeModule Deque+Extras.swift
[238/539] Compiling DequeModule Deque+Hashable.swift
[239/539] Compiling DequeModule _DequeBuffer.swift
[240/539] Compiling Algorithms Trim.swift
[241/539] Compiling Algorithms Unique.swift
[242/539] Compiling Algorithms Windows.swift
[264/539] Compiling DequeModule Deque.swift
[265/539] Compiling DequeModule Deque+Testing.swift
[266/539] Compiling DequeModule Deque._Storage.swift
[268/539] Compiling DequeModule _DequeBufferHeader.swift
[269/539] Compiling DequeModule Deque._UnsafeHandle.swift
[273/539] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[274/539] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[275/539] Compiling _RopeModule BigString+Chunk+Splitting.swift
[276/539] Compiling _RopeModule BigString+Chunk.swift
[308/547] Compiling RoutingKit Router.swift
[312/547] Emitting module RoutingKit
[317/547] Emitting module Atomics
[324/548] Compiling RoutingKit AnyRouter.swift
[325/548] Compiling RoutingKit PathComponent.swift
[326/548] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[327/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[328/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[329/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[330/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[331/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[332/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[333/548] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[334/548] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[335/548] Compiling HashTreeCollections TreeSet.swift
[337/548] Compiling RoutingKit TrieRouter.swift
[338/548] Compiling RoutingKit Parameters.swift
[339/549] Compiling DequeModule _DequeSlot.swift
[340/549] Compiling DequeModule _UnsafeWrappedBuffer.swift
[346/548] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[347/548] Compiling OrderedCollections OrderedSet.swift
[348/548] Compiling OrderedCollections _UnsafeBitset.swift
[349/548] Compiling _RopeModule Rope.swift
[350/548] Compiling _RopeModule RopeElement.swift
[351/548] Compiling _RopeModule RopeMetric.swift
[352/548] Compiling _RopeModule RopeSummary.swift
[363/600] Compiling ConsoleKit ProgressBar.swift
[364/600] Compiling ConsoleKit Console+Clear.swift
[365/600] Compiling ConsoleKit Console+Ephemeral.swift
[366/600] Compiling ConsoleKit ConsoleClear.swift
[367/600] Compiling ConsoleKit AnyCommand.swift
[368/600] Compiling ConsoleKit Argument.swift
[369/600] Compiling ConsoleKit ActivityBar.swift
[370/600] Compiling ConsoleKit ActivityIndicator.swift
[371/600] Compiling ConsoleKit Commands.swift
[372/600] Compiling ConsoleKit Completion.swift
[373/600] Compiling ConsoleKit Console+Choose.swift
[374/600] Compiling ConsoleKit Console+Confirm.swift
[375/600] Compiling ConsoleKit Console+Input.swift
[376/600] Compiling ConsoleKit Console+Center.swift
[377/600] Compiling ConsoleKit Console+Output.swift
[378/600] Compiling ConsoleKit Console+Wait.swift
[379/600] Compiling ConsoleKit Console+Run.swift
[380/600] Compiling ConsoleKit Flag.swift
[381/600] Compiling ConsoleKit Option.swift
[384/600] Compiling OrderedCollections OrderedSet+Sendable.swift
[385/600] Compiling OrderedCollections OrderedSet+SubSequence.swift
[386/600] Compiling OrderedCollections OrderedSet+Testing.swift
[387/600] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[391/629] Compiling BitCollections BitArray+BitwiseOperations.swift
[392/629] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[393/629] Compiling BitCollections BitArray+Codable.swift
[394/629] Compiling BitCollections BitArray+Collection.swift
[395/629] Compiling BitCollections BitArray+Copy.swift
[396/629] Compiling BitCollections BitArray+CustomReflectable.swift
[397/629] Compiling BitCollections BitArray+Descriptions.swift
[398/629] Compiling BitCollections BitArray+Equatable.swift
[399/629] Compiling BitCollections BitArray+RandomBits.swift
[400/653] Emitting module Algorithms
[401/653] Compiling BitCollections BitSet+BidirectionalCollection.swift
[402/653] Compiling BitCollections BitSet+Codable.swift
[403/653] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[404/653] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[405/654] Compiling BitCollections BitArray+Extras.swift
[406/654] Compiling BitCollections BitArray+Fill.swift
[407/654] Compiling BitCollections BitArray+Hashable.swift
[408/654] Compiling BitCollections BitArray+Initializers.swift
[409/654] Compiling BitCollections BitArray+Invariants.swift
[410/654] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[411/654] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[412/654] Compiling BitCollections BitSet+CustomReflectable.swift
[413/654] Compiling BitCollections BitSet+CustomStringConvertible.swift
[414/654] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[415/654] Compiling BitCollections BitArray+Shifts.swift
[416/654] Compiling BitCollections BitArray+Testing.swift
[417/654] Compiling BitCollections BitArray._UnsafeHandle.swift
[418/654] Compiling BitCollections BitArray.swift
[424/655] Emitting module DequeModule
[428/656] Compiling BitCollections BitSet+Equatable.swift
[429/656] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[430/656] Compiling BitCollections BitSet+Extras.swift
[431/656] Compiling BitCollections BitSet+Hashable.swift
[432/656] Compiling BitCollections BitSet+Initializers.swift
[433/656] Compiling BitCollections BitSet+Invariants.swift
[434/656] Compiling BitCollections BitSet+Random.swift
[435/656] Compiling BitCollections BitSet+SetAlgebra basics.swift
[436/656] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[448/662] Wrapping AST for Logging for debugging
[456/662] Wrapping AST for InternalCollectionsUtilities for debugging
[486/669] Wrapping AST for HeapModule for debugging
[487/669] Wrapping AST for DequeModule for debugging
[489/669] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[490/669] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[491/669] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[492/669] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[493/669] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[494/669] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[494/669] Wrapping AST for Crypto for debugging
[496/669] Emitting module BitCollections
[504/678] Emitting module OrderedCollections
[504/679] Wrapping AST for Atomics for debugging
[511/679] Compiling ConsoleKit readpassphrase_linux.swift
[512/679] Compiling ConsoleKit ConsoleError.swift
[513/679] Compiling ConsoleKit ConsoleLogger.swift
[514/679] Compiling ConsoleKit GenerateAsyncAutocompleteCommand.swift
[515/679] Compiling ConsoleKit GenerateAutocompleteCommand.swift
[516/679] Compiling ConsoleKit String+LevenshteinDistance.swift
[517/679] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[518/679] Compiling BitCollections BitSet+SetAlgebra union.swift
[519/679] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[520/679] Compiling BitCollections BitSet.Counted.swift
[521/738] Compiling WebberTools Preview.swift
[521/739] Wrapping AST for Algorithms for debugging
[523/739] Emitting module WebberTools
[523/739] Wrapping AST for OrderedCollections for debugging
[525/739] Compiling WebberTools CompilationErrorsParser.swift
[526/739] Compiling NIOCore GlobalSingletons.swift
[527/739] Compiling NIOCore IO.swift
[528/739] Compiling NIOCore IOData.swift
[529/739] Compiling NIOCore IPProtocol.swift
[530/739] Compiling NIOCore IntegerBitPacking.swift
[531/739] Compiling NIOCore IntegerTypes.swift
[532/739] Compiling NIOCore ByteBuffer-int.swift
[533/739] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[534/739] Compiling NIOCore ByteBuffer-multi-int.swift
[535/739] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[536/739] Compiling NIOCore ByteBuffer-views.swift
[537/739] Compiling NIOCore Channel.swift
[538/739] Compiling NIOCore ChannelHandler.swift
[539/739] Compiling NIOCore ChannelHandlers.swift
[540/739] Compiling NIOCore AddressedEnvelope.swift
[541/739] Compiling NIOCore AsyncAwaitSupport.swift
[542/739] Compiling NIOCore AsyncChannel.swift
[543/739] Compiling NIOCore AsyncChannelHandler.swift
[544/739] Compiling NIOCore AsyncChannelInboundStream.swift
[545/739] Compiling NIOCore AsyncChannelOutboundWriter.swift
[546/739] Compiling NIOCore NIOAsyncSequenceProducer.swift
[547/739] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[548/739] Compiling NIOCore NIOAsyncWriter.swift
[549/739] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[550/739] Compiling NIOCore BSDSocketAPI.swift
[551/739] Compiling NIOCore ByteBuffer-aux.swift
[552/739] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[553/739] Compiling NIOCore ByteBuffer-conversions.swift
[554/739] Compiling NIOCore ByteBuffer-core.swift
[555/739] Compiling NIOCore ByteBuffer-hex.swift
[556/739] Compiling WebberTools DirectoryMonitor.swift
[557/739] Compiling WebberTools FS.swift
[560/739] Compiling WebberTools SwiftPackage.swift
[561/739] Compiling NIOCore NIOAny.swift
[562/739] Compiling NIOCore NIOCloseOnErrorHandler.swift
[563/739] Compiling NIOCore NIOLoopBound.swift
[564/739] Compiling NIOCore NIOScheduledCallback.swift
[565/739] Compiling NIOCore NIOSendable.swift
[566/739] Compiling NIOCore RecvByteBufferAllocator.swift
[567/739] Compiling BitCollections _Word.swift
[568/739] Compiling _RopeModule Rope+Join.swift
[569/739] Compiling _RopeModule Rope+MutatingForEach.swift
[570/739] Compiling _RopeModule Rope+Remove.swift
[571/739] Compiling _RopeModule Rope+RemoveSubrange.swift
[572/739] Compiling _RopeModule Rope+Split.swift
[573/739] Compiling _RopeModule Optional Utilities.swift
[574/739] Compiling _RopeModule String Utilities.swift
[575/739] Compiling _RopeModule String.Index+ABI.swift
[576/739] Compiling _RopeModule _CharacterRecognizer.swift
[577/740] Emitting module _RopeModule
[597/740] Emitting module ConsoleKit
[598/741] Emitting module HashTreeCollections
[600/741] Wrapping AST for ConsoleKit for debugging
[602/741] Compiling NIOCore MarkedCircularBuffer.swift
[603/741] Compiling NIOCore MulticastChannel.swift
[610/749] Compiling NIOCore EventLoopFuture.swift
[611/749] Compiling NIOCore FileDescriptor.swift
[612/749] Compiling NIOCore FileHandle.swift
[613/749] Compiling NIOCore FileRegion.swift
[620/749] Compiling NIOCore Interfaces.swift
[621/749] Compiling NIOCore Linux.swift
[645/749] Compiling NIOCore ChannelInvoker.swift
[646/749] Compiling NIOCore ChannelOption.swift
[647/749] Compiling NIOCore ChannelPipeline.swift
[648/749] Compiling NIOCore CircularBuffer.swift
[649/749] Compiling NIOCore Codec.swift
[650/749] Compiling NIOCore ConvenienceOptionSupport.swift
[651/749] Compiling NIOCore DeadChannel.swift
[652/749] Compiling NIOCore DispatchQueue+WithFuture.swift
[653/749] Compiling NIOCore EventLoop+Deprecated.swift
[654/749] Compiling NIOCore EventLoop+SerialExecutor.swift
[655/749] Compiling NIOCore EventLoop.swift
[656/749] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[657/749] Compiling NIOCore EventLoopFuture+Deprecated.swift
[658/749] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[658/750] Wrapping AST for HashTreeCollections for debugging
[668/750] Wrapping AST for _RopeModule for debugging
[678/752] Emitting module Collections
[679/752] Compiling Collections Collections.swift
[689/752] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[690/752] Compiling NIOCore SocketAddresses.swift
[691/752] Compiling NIOCore SocketOptionProvider.swift
[692/752] Compiling NIOCore SystemCallHelpers.swift
[693/752] Compiling NIOCore TimeAmount+Duration.swift
[694/752] Compiling NIOCore TypeAssistedChannelHandler.swift
[695/752] Compiling NIOCore UniversalBootstrapSupport.swift
[696/752] Compiling NIOCore Utilities.swift
[706/752] Compiling WebberTools String+SHA.swift
[707/752] Compiling WebberTools Swift.swift
[726/752] Emitting module NIOCore
[728/803] Compiling NIOEmbedded AsyncTestingChannel.swift
[729/803] Emitting module NIOEmbedded
[730/803] Compiling NIOEmbedded Embedded.swift
[731/803] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[733/803] Compiling NIOPosix SelectableChannel.swift
[734/803] Compiling NIOPosix SelectableEventLoop.swift
[735/803] Compiling NIOPosix SelectorEpoll.swift
[736/803] Compiling NIOPosix SelectorGeneric.swift
[737/803] Compiling NIOPosix SelectorKqueue.swift
[738/803] Compiling NIOPosix SelectorUring.swift
[739/803] Compiling NIOPosix PooledRecvBufferAllocator.swift
[740/803] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[741/803] Compiling NIOPosix PosixSingletons.swift
[742/803] Compiling NIOPosix RawSocketBootstrap.swift
[743/803] Compiling NIOPosix Resolver.swift
[744/803] Compiling NIOPosix Selectable.swift
[745/809] Compiling NIOPosix ServerSocket.swift
[746/809] Compiling NIOPosix Socket.swift
[747/809] Compiling NIOPosix SocketChannel.swift
[748/809] Compiling NIOPosix SocketProtocols.swift
[749/809] Compiling NIOPosix System.swift
[750/809] Compiling NIOPosix Thread.swift
[751/809] Emitting module NIOPosix
[752/809] Compiling NIOPosix BSDSocketAPICommon.swift
[753/809] Compiling NIOPosix BSDSocketAPIPosix.swift
[754/809] Compiling NIOPosix BSDSocketAPIWindows.swift
[755/809] Compiling NIOPosix BaseSocket.swift
[756/809] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[757/809] Compiling NIOPosix BaseSocketChannel.swift
[758/809] Compiling NIOPosix BaseStreamSocketChannel.swift
[759/809] Compiling NIOPosix IO.swift
[760/809] Compiling NIOPosix IntegerBitPacking.swift
[761/809] Compiling NIOPosix IntegerTypes.swift
[762/809] Compiling NIOPosix Linux.swift
[763/809] Compiling NIOPosix LinuxCPUSet.swift
[764/809] Compiling NIOPosix LinuxUring.swift
[765/809] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[766/809] Compiling NIOPosix NIOThreadPool.swift
[767/809] Compiling NIOPosix NonBlockingFileIO.swift
[768/809] Compiling NIOPosix PendingDatagramWritesManager.swift
[769/809] Compiling NIOPosix PendingWritesManager.swift
[770/809] Compiling NIOPosix PipeChannel.swift
[771/809] Compiling NIOPosix PipePair.swift
[772/809] Compiling NIOPosix Pool.swift
[773/809] Compiling NIOPosix Bootstrap.swift
[774/809] Compiling NIOPosix ControlMessage.swift
[775/809] Compiling NIOPosix DatagramVectorReadManager.swift
[776/809] Compiling NIOPosix Errors+Any.swift
[777/809] Compiling NIOPosix FileDescriptor.swift
[778/809] Compiling NIOPosix GetaddrinfoResolver.swift
[779/809] Compiling NIOPosix HappyEyeballs.swift
[780/809] Compiling NIOPosix ThreadPosix.swift
[781/809] Compiling NIOPosix ThreadWindows.swift
[782/809] Compiling NIOPosix UnsafeTransfer.swift
[783/809] Compiling NIOPosix Utilities.swift
[784/809] Compiling NIOPosix VsockAddress.swift
[785/809] Compiling NIOPosix VsockChannelEvents.swift
[787/868] Compiling NIO Exports.swift
[788/868] Emitting module NIO
[789/869] Compiling _NIOFileSystem BufferedWriter.swift
[790/869] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[791/869] Compiling _NIOFileSystem FileChunks.swift
[793/870] Compiling AsyncKit EventLoopGroup+Throwing.swift
[794/870] Compiling AsyncKit Collection+Flatten.swift
[795/870] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[796/870] Compiling AsyncKit Future+Miscellaneous.swift
[797/870] Compiling AsyncKit Future+Nonempty.swift
[798/870] Compiling AsyncKit Future+Optional.swift
[799/870] Compiling AsyncKit Future+Transform.swift
[800/870] Compiling AsyncKit Future+Try.swift
[801/870] Compiling AsyncKit FutureOperators.swift
[802/909] Compiling AsyncKit Optional+StrictMap.swift
[803/909] Compiling AsyncKit Exports.swift
[804/909] Compiling NIOTLS TLSEvents.swift
[805/909] Compiling NIOHTTP1 ByteCollectionUtils.swift
[806/909] Compiling NIOHTTP1 HTTPDecoder.swift
[807/909] Compiling NIOHTTP1 HTTPEncoder.swift
[808/909] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[809/909] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[810/909] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[811/909] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[812/909] Emitting module NIOTLS
[813/909] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[814/909] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[815/909] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[816/909] Compiling NIOSOCKS SOCKSResponse.swift
[817/909] Compiling NIOSOCKS ClientStateMachine.swift
[818/909] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[819/910] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[820/910] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[821/910] Emitting module NIOSOCKS
[823/910] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[828/910] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[829/910] Compiling _NIOFileSystem BufferedStream.swift
[830/910] Compiling _NIOFileSystem Cancellation.swift
[831/910] Compiling _NIOFileSystem TokenBucket.swift
[832/910] Compiling _NIOFileSystem UnsafeTransfer.swift
[833/910] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[834/910] Compiling NIOTLS SNIHandler.swift
[835/910] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[839/910] Compiling _NIOFileSystem CInterop.swift
[840/910] Compiling _NIOFileSystem Errno.swift
[841/910] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[842/910] Compiling _NIOFileSystem Mocking.swift
[843/910] Compiling _NIOFileSystem Syscall.swift
[844/910] Compiling _NIOFileSystem Syscalls.swift
[845/914] Compiling NIOSOCKS ServerStateMachine.swift
[846/916] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[847/916] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[850/918] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[851/918] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[852/918] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[853/918] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[857/918] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[858/918] Emitting module NIOFoundationCompat
[859/918] Emitting module NIOHTTP1
[863/967] Compiling NIOTransportServices NIOTSErrors.swift
[864/967] Compiling NIOTransportServices NIOTSEventLoop.swift
[865/967] Compiling NIOTransportServices NIOTSDatagramListener.swift
[866/967] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[867/967] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[868/967] Compiling NIOTransportServices NIOTSSingletons.swift
[869/967] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[872/969] Compiling NIOTransportServices NIOTSBootstraps.swift
[873/969] Compiling NIOTransportServices NIOTSChannelOptions.swift
[874/969] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[875/969] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[876/969] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[877/969] Compiling NIOTransportServices NIOTSListenerChannel.swift
[878/969] Compiling NIOTransportServices StateManagedChannel.swift
[879/969] Compiling NIOTransportServices StateManagedListenerChannel.swift
[880/969] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[883/969] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[884/969] Emitting module NIOTransportServices
[885/969] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[886/969] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[887/969] Compiling NIOTransportServices AcceptHandler.swift
[888/969] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[889/969] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[892/969] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[899/970] Emitting module AsyncKit
[900/970] Compiling NIOSSL SSLPublicKey.swift
[901/970] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[902/970] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[903/970] Compiling NIOSSL SubjectAlternativeName.swift
[907/970] Compiling NIOSSL Zeroization.swift
[921/989] Emitting module NIOSSL
[922/1018] Compiling NIOHPACK DynamicHeaderTable.swift
[923/1018] Compiling NIOHPACK HPACKDecoder.swift
[924/1018] Compiling NIOHPACK HPACKEncoder.swift
[925/1018] Compiling NIOHPACK HPACKErrors.swift
[926/1018] Compiling NIOHPACK HPACKHeader.swift
[927/1018] Compiling NIOExtras NIOExtrasError.swift
[928/1018] Compiling NIOExtras NIOLengthFieldBitLength.swift
[929/1018] Compiling NIOExtras NIORequestIdentifiable.swift
[930/1018] Compiling NIOExtras PCAPRingBuffer.swift
[931/1018] Compiling NIOExtras QuiescingHelper.swift
[932/1018] Compiling NIOHPACK HeaderTables.swift
[933/1018] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[934/1018] Compiling NIOExtras LengthFieldPrepender.swift
[935/1018] Compiling NIOExtras LineBasedFrameDecoder.swift
[936/1018] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[937/1018] Emitting module _NIOFileSystem
[938/1037] Compiling _NIOFileSystem SystemFileHandle.swift
[939/1037] Compiling _NIOFileSystem Utilities.swift
[940/1037] Compiling _NIOFileSystem OpenOptions.swift
[941/1037] Compiling _NIOFileSystem String+FileSystem.swift
[943/1038] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[944/1038] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[945/1038] Compiling NIOWebSocket WebSocketOpcode.swift
[946/1038] Compiling NIOHTTPCompression HTTPDecompression.swift
[947/1038] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[948/1038] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[949/1038] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[950/1038] Compiling MultipartKit FormDataEncoder.swift
[951/1040] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[955/1042] Compiling MultipartKit MultipartParser.swift
[956/1042] Compiling MultipartKit MultipartPart.swift
[957/1042] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[958/1042] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[959/1042] Compiling NIOHPACK IntegerCoding.swift
[960/1042] Compiling NIOHPACK IndexedHeaderTable.swift
[961/1042] Compiling MultipartKit BasicCodingKey.swift
[962/1042] Compiling MultipartKit MultipartError.swift
[963/1043] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[964/1043] Compiling MultipartKit FormDataDecoder.swift
[965/1043] Compiling MultipartKit FormDataEncoder.Encoder.swift
[966/1043] Compiling MultipartKit Storage.swift
[967/1043] Compiling MultipartKit MultipartFormData.swift
[968/1043] Emitting module NIOHTTPCompression
[969/1043] Compiling NIOHTTPCompression HTTPCompression.swift
[970/1044] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[972/1044] Compiling NIOExtras UnsafeTransfer.swift
[973/1044] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[976/1044] Emitting module MultipartKit
[977/1044] Compiling NIOHPACK StaticHeaderTable.swift
[978/1044] Emitting module NIOWebSocket
[979/1044] Compiling MultipartKit Exports.swift
[980/1044] Compiling MultipartKit FormDataDecoder.Decoder.swift
[981/1044] Compiling NIOHPACK HuffmanTables.swift
[982/1044] Compiling NIOWebSocket WebSocketErrorCodes.swift
[983/1044] Compiling NIOWebSocket WebSocketFrame.swift
[986/1045] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[987/1045] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[992/1048] Compiling NIOHPACK HuffmanCoding.swift
[997/1046] Compiling NIOSSL TLSConfiguration.swift
[998/1046] Compiling NIOSSL UniversalBootstrapSupport.swift
[999/1046] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1000/1046] Compiling MultipartKit MultipartSerializer.swift
[1001/1046] Compiling MultipartKit Utilities.swift
[1002/1046] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1003/1046] Emitting module _NIOFileSystemFoundationCompat
[1004/1046] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1005/1047] Emitting module NIOHPACK
[1010/1050] Emitting module NIOExtras
[1030/1052] Emitting module NIOFileSystem
[1031/1052] Compiling NIOFileSystem Exports.swift
[1038/1114] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1039/1114] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1040/1114] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1042/1114] Compiling WebSocketKit WebSocket+Concurrency.swift
[1043/1114] Compiling WebSocketKit WebSocketHandler.swift
[1044/1114] Emitting module WebSocketKit
[1045/1114] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1046/1114] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1047/1114] Compiling NIOHTTP2 HasLocalSettings.swift
[1048/1114] Compiling NIOHTTP2 HasRemoteSettings.swift
[1049/1114] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1050/1114] Compiling NIOHTTP2 QuiescingState.swift
[1051/1114] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1052/1114] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1053/1122] Compiling WebSocketKit WebSocket+Connect.swift
[1054/1122] Compiling WebSocketKit Exports.swift
[1055/1122] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1056/1122] Compiling WebSocketKit WebSocket.swift
[1057/1122] Compiling WebSocketKit WebSocketClient.swift
[1058/1123] Wrapping AST for WebSocketKit for debugging
[1060/1123] Compiling NIOHTTP2 InboundWindowManager.swift
[1061/1123] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1062/1123] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1063/1123] Compiling NIOHTTP2 StreamChannelList.swift
[1064/1123] Compiling NIOHTTP2 StreamMap.swift
[1065/1123] Compiling NIOHTTP2 StreamStateMachine.swift
[1066/1123] Compiling NIOHTTP2 UnsafeTransfer.swift
[1067/1123] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1068/1123] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1069/1123] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1070/1123] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1071/1123] Compiling NIOHTTP2 HTTP2StreamID.swift
[1072/1123] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1073/1123] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1074/1123] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1075/1123] Compiling NIOHTTP2 InboundEventBuffer.swift
[1076/1123] Emitting module NIOHTTP2
[1077/1123] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1078/1123] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1079/1123] Compiling NIOHTTP2 MayReceiveFrames.swift
[1080/1123] Compiling NIOHTTP2 ReceivingDataState.swift
[1084/1123] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1085/1123] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1086/1123] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1087/1123] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1088/1123] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1089/1123] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1090/1123] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1091/1123] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1092/1123] Compiling NIOHTTP2 HTTP2Error.swift
[1093/1123] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1094/1123] Compiling NIOHTTP2 StateMachineResult.swift
[1095/1123] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1096/1123] Compiling NIOHTTP2 DOSHeuristics.swift
[1097/1123] Compiling NIOHTTP2 Error+Any.swift
[1098/1123] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1099/1123] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1100/1123] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1101/1123] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1102/1123] Compiling NIOHTTP2 MaySendFrames.swift
[1103/1123] Compiling NIOHTTP2 SendingDataState.swift
[1104/1123] Compiling NIOHTTP2 SendingGoawayState.swift
[1105/1123] Compiling NIOHTTP2 SendingHeadersState.swift
[1106/1123] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1107/1123] Compiling NIOHTTP2 SendingRstStreamState.swift
[1108/1123] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1109/1123] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1110/1123] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1111/1123] Compiling NIOHTTP2 HTTP2Frame.swift
[1112/1123] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1113/1123] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1114/1123] Compiling NIOHTTP2 HTTP2PingData.swift
[1115/1123] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1116/1123] Compiling NIOHTTP2 HTTP2Settings.swift
[1117/1123] Compiling NIOHTTP2 HTTP2Stream.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/1190] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1129/1190] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1130/1190] Compiling AsyncHTTPClient Transaction.swift
[1131/1190] Compiling AsyncHTTPClient Base64.swift
[1132/1190] Compiling AsyncHTTPClient BasicAuth.swift
[1133/1190] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1134/1190] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1135/1190] Compiling AsyncHTTPClient ConnectionPool.swift
[1136/1190] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1137/1190] Emitting module AsyncHTTPClient
[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 SOCKSEventsHandler.swift
[1147/1190] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1148/1190] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1149/1190] Compiling AsyncHTTPClient HTTP1Connection.swift
[1150/1190] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1151/1190] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1152/1190] Compiling AsyncHTTPClient HTTP2Connection.swift
[1153/1190] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1154/1190] Compiling AsyncHTTPClient RequestBag.swift
[1155/1190] Compiling AsyncHTTPClient RequestValidation.swift
[1156/1190] Compiling AsyncHTTPClient SSLContextCache.swift
[1157/1190] Compiling AsyncHTTPClient Scheme.swift
[1158/1190] Compiling AsyncHTTPClient Singleton.swift
[1159/1190] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1160/1190] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1161/1190] Compiling AsyncHTTPClient Utils.swift
[1162/1190] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1163/1190] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1164/1190] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1165/1190] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1166/1190] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1167/1190] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1168/1190] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1169/1190] Compiling AsyncHTTPClient RequestBodyLength.swift
[1170/1190] Compiling AsyncHTTPClient HTTPClient.swift
[1171/1190] Compiling AsyncHTTPClient HTTPHandler.swift
[1172/1190] Compiling AsyncHTTPClient LRUCache.swift
[1173/1190] Compiling AsyncHTTPClient NWErrorHandler.swift
[1174/1190] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1175/1190] Compiling AsyncHTTPClient TLSConfiguration.swift
[1176/1190] Compiling AsyncHTTPClient RedirectState.swift
[1177/1190] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1178/1190] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1179/1190] Compiling AsyncHTTPClient RequestOptions.swift
[1180/1190] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1181/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1182/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1183/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1184/1190] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1185/1190] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1186/1191] Wrapping AST for AsyncHTTPClient for debugging
[1188/1360] 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 }
[1189/1360] 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 }
[1190/1360] 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 }
[1191/1360] 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 }
[1192/1360] 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 }
[1193/1360] 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 }
[1194/1360] 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 }
[1195/1360] 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 }
[1196/1360] 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 }
[1197/1360] 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 }
[1198/1360] 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 }
[1199/1360] 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 }
[1200/1360] 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 }
[1201/1360] 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 }
[1202/1360] 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 }
[1203/1360] 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 }
[1204/1360] 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 }
[1205/1360] 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 }
[1206/1360] 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 }
[1207/1360] 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 }
[1208/1360] 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 }
[1209/1360] 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 }
[1210/1360] 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 }
[1211/1360] 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 }
[1212/1384] Compiling Vapor HTTPServerResponseEncoder.swift
[1213/1384] Compiling Vapor HTTPServerUpgradeHandler.swift
[1214/1384] Compiling Vapor Logger+Report.swift
[1215/1384] Compiling Vapor LoggingSystem+Environment.swift
[1216/1384] Compiling Vapor Application+Middleware.swift
[1217/1384] Compiling Vapor CORSMiddleware.swift
[1218/1384] Compiling Vapor ErrorMiddleware.swift
[1219/1384] Compiling Vapor FileMiddleware.swift
[1220/1384] Compiling Vapor Middleware.swift
[1221/1384] Compiling Vapor MiddlewareConfiguration.swift
[1222/1384] Compiling Vapor ResponseCompressionMiddleware.swift
[1223/1384] Compiling Vapor RouteLoggingMiddleware.swift
[1224/1384] Compiling Vapor TracingMiddleware.swift
[1225/1384] Compiling Vapor File+Multipart.swift
[1226/1384] Compiling Vapor FormDataDecoder+Content.swift
[1227/1384] Compiling Vapor FormDataEncoder+Content.swift
[1228/1384] Compiling Vapor Application+Password.swift
[1229/1384] Compiling Vapor Application+Passwords.swift
[1230/1384] Compiling Vapor AsyncPasswordHasher.swift
[1231/1384] Compiling Vapor BcryptHasher.swift
[1232/1384] Compiling Vapor PasswordHasher.swift
[1233/1384] Compiling Vapor PlaintextHasher.swift
[1234/1384] Compiling Vapor Request+Password.swift
[1235/1384] Compiling Vapor Redirect.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1236/1408] Compiling Vapor Core.swift
[1237/1408] Compiling Vapor Running.swift
[1238/1408] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1239/1408] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1240/1408] Compiling Vapor DotEnvFile+load.swift
[1241/1408] Compiling Vapor Routes+caseInsenstive.swift
[1242/1408] Compiling Vapor Validatable+validate.swift
[1243/1408] Compiling Vapor Environment+Process.swift
[1244/1408] Compiling Vapor Environment+Secret.swift
[1245/1408] Compiling Vapor Environment.swift
[1246/1408] Compiling Vapor Abort.swift
[1247/1408] Compiling Vapor AbortError.swift
[1248/1408] Compiling Vapor DebuggableError.swift
[1249/1408] Compiling Vapor Demangler.swift
[1250/1408] Compiling Vapor ErrorSource.swift
[1251/1408] Compiling Vapor StackTrace.swift
[1252/1408] Compiling Vapor Exports.swift
[1253/1408] Compiling Vapor Application+HTTP.swift
[1254/1408] Compiling Vapor BasicResponder.swift
[1255/1408] Compiling Vapor BodyStream.swift
[1256/1408] Compiling Vapor Application+HTTP+Client.swift
[1257/1408] Compiling Vapor EventLoopHTTPClient.swift
[1258/1408] Compiling Vapor EndpointCache.swift
[1259/1408] Compiling Vapor HTTPMethod+String.swift
[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 Validator.swift
[1262/1408] Compiling Vapor ValidatorResult.swift
[1263/1408] Compiling Vapor And.swift
[1264/1408] Compiling Vapor Case.swift
[1265/1408] Compiling Vapor CharacterSet.swift
[1266/1408] Compiling Vapor Count.swift
[1267/1408] Compiling Vapor Custom.swift
[1268/1408] Compiling Vapor Email.swift
[1269/1408] Compiling Vapor Empty.swift
[1270/1408] Compiling Vapor In.swift
[1271/1408] Compiling Vapor Nil.swift
[1272/1408] Compiling Vapor NilIgnoring.swift
[1273/1408] Compiling Vapor Not.swift
[1274/1408] Compiling Vapor Or.swift
[1275/1408] Compiling Vapor Pattern.swift
[1276/1408] Compiling Vapor Range.swift
[1277/1408] Compiling Vapor URL.swift
[1278/1408] Compiling Vapor Valid.swift
[1279/1408] Compiling Vapor Application+Views.swift
[1280/1408] Compiling Vapor PlaintextRenderer.swift
[1281/1408] Compiling Vapor Request+View.swift
[1282/1408] Compiling Vapor View.swift
[1283/1408] Compiling Vapor ViewRenderer.swift
[1284/1408] Compiling Vapor _Deprecations.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 HTTPStatus.swift
[1310/1408] Compiling Vapor HTTPCookies.swift
[1311/1408] Compiling Vapor HTTPHeaderCacheControl.swift
[1312/1408] Compiling Vapor HTTPHeaderExpires.swift
[1313/1408] Compiling Vapor HTTPHeaderLastModified.swift
[1314/1408] Compiling Vapor HTTPHeaders+Cache.swift
[1315/1408] Compiling Vapor HTTPHeaders+Connection.swift
[1316/1408] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1317/1408] Compiling Vapor HTTPHeaders+ContentRange.swift
[1318/1408] Compiling Vapor HTTPHeaders+Directive.swift
[1319/1408] Compiling Vapor HTTPHeaders+Forwarded.swift
[1320/1408] Compiling Vapor HTTPHeaders+Link.swift
[1321/1408] Compiling Vapor HTTPHeaders+Name.swift
[1322/1408] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1323/1408] Compiling Vapor HTTPHeaders.swift
[1324/1408] Compiling Vapor HTTPMediaType.swift
[1325/1408] Compiling Vapor HTTPMediaTypePreference.swift
[1326/1408] Compiling Vapor Responder.swift
[1327/1408] Compiling Vapor Application+HTTP+Server.swift
[1328/1408] Compiling Vapor HTTPServer.swift
[1329/1408] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1330/1408] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1331/1408] Compiling Vapor HTTPServerHandler.swift
[1332/1408] Compiling Vapor HTTPServerRequestDecoder.swift
[1333/1408] Compiling Vapor Service.swift
[1334/1408] Compiling Vapor Application+Sessions.swift
[1335/1408] Compiling Vapor MemorySessions.swift
[1336/1408] Compiling Vapor Request+Session.swift
[1337/1408] Compiling Vapor Session.swift
[1338/1408] Compiling Vapor SessionCache.swift
[1339/1408] Compiling Vapor SessionData.swift
[1340/1408] Compiling Vapor SessionDriver.swift
[1341/1408] Compiling Vapor SessionsConfiguration.swift
[1342/1408] Compiling Vapor SessionsMiddleware.swift
[1343/1408] Compiling Vapor URLEncodedFormData.swift
[1344/1408] Compiling Vapor URLEncodedFormDecoder.swift
[1345/1408] Compiling Vapor URLEncodedFormEncoder.swift
[1346/1408] Compiling Vapor URLEncodedFormError.swift
[1347/1408] Compiling Vapor URLEncodedFormParser.swift
[1348/1408] Compiling Vapor URLEncodedFormSerializer.swift
[1349/1408] Compiling Vapor URLQueryFragmentConvertible.swift
[1350/1408] Compiling Vapor AnyResponse.swift
[1351/1408] Compiling Vapor Array+Random.swift
[1352/1408] Compiling Vapor Base32.swift
[1353/1408] Compiling Vapor Base64.swift
[1354/1408] Compiling Vapor BaseN.swift
[1355/1408] Compiling Vapor BasicCodingKey.swift
[1356/1408] Compiling Vapor ByteCount.swift
[1357/1408] Compiling Vapor AsyncBasicResponder.swift
[1358/1408] Compiling Vapor AsyncMiddleware.swift
[1359/1408] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1360/1408] Compiling Vapor AsyncSessionDriver.swift
[1361/1408] Compiling Vapor Authentication+Concurrency.swift
[1362/1408] Compiling Vapor Cache+Concurrency.swift
[1363/1408] Compiling Vapor Client+Concurrency.swift
[1364/1408] Compiling Vapor RequestBody+Concurrency.swift
[1365/1408] Compiling Vapor Responder+Concurrency.swift
[1366/1408] Compiling Vapor ResponseCodable+Concurrency.swift
[1367/1408] Compiling Vapor RoutesBuilder+Concurrency.swift
[1368/1408] Compiling Vapor ViewRenderer+Concurrency.swift
[1369/1408] Compiling Vapor WebSocket+Concurrency.swift
[1370/1408] Compiling Vapor ContainerGetPathExecutor.swift
[1371/1408] Compiling Vapor Content.swift
[1372/1408] Compiling Vapor ContentCoders.swift
[1373/1408] Compiling Vapor ContentConfiguration.swift
[1374/1408] Compiling Vapor ContentContainer.swift
[1375/1408] Compiling Vapor JSONCoder+Custom.swift
[1376/1408] Compiling Vapor JSONCoders+Content.swift
[1377/1408] Compiling Vapor PlaintextDecoder.swift
[1378/1408] Compiling Vapor PlaintextEncoder.swift
[1379/1408] Compiling Vapor URLQueryCoders.swift
[1380/1408] Compiling Vapor URLQueryContainer.swift
[1381/1408] 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
[1382/1408] 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
[1383/1408] 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
[1384/1408] 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
[1385/1408] 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
[1386/1408] 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
[1387/1408] 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
[1388/1408] 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
[1389/1408] 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
[1390/1408] 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
[1391/1408] 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
[1392/1408] 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
[1393/1408] 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
[1394/1408] 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
[1395/1408] 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
[1396/1408] 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
[1397/1408] 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
[1398/1408] 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
[1399/1408] 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
[1400/1408] 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
[1401/1408] 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
[1402/1408] 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
[1403/1408] 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
[1404/1408] 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
BUILD FAILURE 6.1 linux