Build Information
Failed to build webber, reference 1.9.0 (80b56d), with Swift 6.3 for Linux on 15 Apr 2026 05:09:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
39 | var size: (width: Int, height: Int) { get }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:82:17: error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
| `- error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Commands.swift:2:15: note: struct 'Commands' does not conform to the 'Sendable' protocol
1 | /// Represents a top-level group of configured commands. This is usually created by calling `resolve(for:)` on `Commands`.
2 | public struct Commands {
| `- note: struct 'Commands' does not conform to the 'Sendable' protocol
3 | /// Top-level available commands, stored by unique name.
4 | public var commands: [String: AnyCommand]
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:83:17: error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
| `- error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
85 | let allocator: ByteBufferAllocator
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Async/AsyncCommands.swift:4:15: note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
2 | #if swift(>=5.5) && canImport(_Concurrency)
3 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
4 | public struct AsyncCommands {
| `- note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
5 | /// Top-level available commands, stored by unique name.
6 | public var commands: [String: AnyAsyncCommand]
[2426/2483] Compiling Vapor PlaintextDecoder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:81:17: error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
79 | public struct Core: Sendable {
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
| `- error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Console.swift:37:17: note: protocol 'Console' does not conform to the 'Sendable' protocol
35 | /// Get the `Console`'s current size using the `size` property.
36 | ///
37 | public protocol Console: AnyObject {
| `- note: protocol 'Console' does not conform to the 'Sendable' protocol
38 | /// The size of the `Console` window. Used for calculating lines printed and centering text.
39 | var size: (width: Int, height: Int) { get }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:82:17: error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
| `- error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Commands.swift:2:15: note: struct 'Commands' does not conform to the 'Sendable' protocol
1 | /// Represents a top-level group of configured commands. This is usually created by calling `resolve(for:)` on `Commands`.
2 | public struct Commands {
| `- note: struct 'Commands' does not conform to the 'Sendable' protocol
3 | /// Top-level available commands, stored by unique name.
4 | public var commands: [String: AnyCommand]
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:83:17: error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
| `- error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
85 | let allocator: ByteBufferAllocator
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Async/AsyncCommands.swift:4:15: note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
2 | #if swift(>=5.5) && canImport(_Concurrency)
3 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
4 | public struct AsyncCommands {
| `- note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
5 | /// Top-level available commands, stored by unique name.
6 | public var commands: [String: AnyAsyncCommand]
[2427/2483] Compiling Vapor PlaintextEncoder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:81:17: error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
79 | public struct Core: Sendable {
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
| `- error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Console.swift:37:17: note: protocol 'Console' does not conform to the 'Sendable' protocol
35 | /// Get the `Console`'s current size using the `size` property.
36 | ///
37 | public protocol Console: AnyObject {
| `- note: protocol 'Console' does not conform to the 'Sendable' protocol
38 | /// The size of the `Console` window. Used for calculating lines printed and centering text.
39 | var size: (width: Int, height: Int) { get }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:82:17: error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
| `- error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Commands.swift:2:15: note: struct 'Commands' does not conform to the 'Sendable' protocol
1 | /// Represents a top-level group of configured commands. This is usually created by calling `resolve(for:)` on `Commands`.
2 | public struct Commands {
| `- note: struct 'Commands' does not conform to the 'Sendable' protocol
3 | /// Top-level available commands, stored by unique name.
4 | public var commands: [String: AnyCommand]
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:83:17: error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
| `- error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
85 | let allocator: ByteBufferAllocator
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Async/AsyncCommands.swift:4:15: note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
2 | #if swift(>=5.5) && canImport(_Concurrency)
3 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
4 | public struct AsyncCommands {
| `- note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
5 | /// Top-level available commands, stored by unique name.
6 | public var commands: [String: AnyAsyncCommand]
[2428/2483] Compiling Vapor URLQueryCoders.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:81:17: error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
79 | public struct Core: Sendable {
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
| `- error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Console.swift:37:17: note: protocol 'Console' does not conform to the 'Sendable' protocol
35 | /// Get the `Console`'s current size using the `size` property.
36 | ///
37 | public protocol Console: AnyObject {
| `- note: protocol 'Console' does not conform to the 'Sendable' protocol
38 | /// The size of the `Console` window. Used for calculating lines printed and centering text.
39 | var size: (width: Int, height: Int) { get }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:82:17: error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
| `- error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Commands.swift:2:15: note: struct 'Commands' does not conform to the 'Sendable' protocol
1 | /// Represents a top-level group of configured commands. This is usually created by calling `resolve(for:)` on `Commands`.
2 | public struct Commands {
| `- note: struct 'Commands' does not conform to the 'Sendable' protocol
3 | /// Top-level available commands, stored by unique name.
4 | public var commands: [String: AnyCommand]
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:83:17: error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
| `- error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
85 | let allocator: ByteBufferAllocator
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Async/AsyncCommands.swift:4:15: note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
2 | #if swift(>=5.5) && canImport(_Concurrency)
3 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
4 | public struct AsyncCommands {
| `- note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
5 | /// Top-level available commands, stored by unique name.
6 | public var commands: [String: AnyAsyncCommand]
[2429/2483] Compiling Vapor URLQueryContainer.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:81:17: error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
79 | public struct Core: Sendable {
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
| `- error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Console.swift:37:17: note: protocol 'Console' does not conform to the 'Sendable' protocol
35 | /// Get the `Console`'s current size using the `size` property.
36 | ///
37 | public protocol Console: AnyObject {
| `- note: protocol 'Console' does not conform to the 'Sendable' protocol
38 | /// The size of the `Console` window. Used for calculating lines printed and centering text.
39 | var size: (width: Int, height: Int) { get }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:82:17: error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
| `- error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Commands.swift:2:15: note: struct 'Commands' does not conform to the 'Sendable' protocol
1 | /// Represents a top-level group of configured commands. This is usually created by calling `resolve(for:)` on `Commands`.
2 | public struct Commands {
| `- note: struct 'Commands' does not conform to the 'Sendable' protocol
3 | /// Top-level available commands, stored by unique name.
4 | public var commands: [String: AnyCommand]
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:83:17: error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
| `- error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
85 | let allocator: ByteBufferAllocator
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Async/AsyncCommands.swift:4:15: note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
2 | #if swift(>=5.5) && canImport(_Concurrency)
3 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
4 | public struct AsyncCommands {
| `- note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
5 | /// Top-level available commands, stored by unique name.
6 | public var commands: [String: AnyAsyncCommand]
[2430/2483] Compiling Vapor Core.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:81:17: error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
79 | public struct Core: Sendable {
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
| `- error: stored property 'console' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'any Console'
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Console.swift:37:17: note: protocol 'Console' does not conform to the 'Sendable' protocol
35 | /// Get the `Console`'s current size using the `size` property.
36 | ///
37 | public protocol Console: AnyObject {
| `- note: protocol 'Console' does not conform to the 'Sendable' protocol
38 | /// The size of the `Console` window. Used for calculating lines printed and centering text.
39 | var size: (width: Int, height: Int) { get }
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:82:17: error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
80 | final class Storage: Sendable {
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
| `- error: stored property 'commands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'Commands'
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Commands.swift:2:15: note: struct 'Commands' does not conform to the 'Sendable' protocol
1 | /// Represents a top-level group of configured commands. This is usually created by calling `resolve(for:)` on `Commands`.
2 | public struct Commands {
| `- note: struct 'Commands' does not conform to the 'Sendable' protocol
3 | /// Top-level available commands, stored by unique name.
4 | public var commands: [String: AnyCommand]
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Core/Core.swift:83:17: error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
81 | let console: NIOLockedValueBox<Console>
82 | let commands: NIOLockedValueBox<Commands>
83 | let asyncCommands: NIOLockedValueBox<AsyncCommands>
| `- error: stored property 'asyncCommands' of 'Sendable'-conforming class 'Storage' contains non-Sendable type 'AsyncCommands'
84 | let threadPool: NIOLockedValueBox<NIOThreadPool>
85 | let allocator: ByteBufferAllocator
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Async/AsyncCommands.swift:4:15: note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
2 | #if swift(>=5.5) && canImport(_Concurrency)
3 | @available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)
4 | public struct AsyncCommands {
| `- note: struct 'AsyncCommands' does not conform to the 'Sendable' protocol
5 | /// Top-level available commands, stored by unique name.
6 | public var commands: [String: AnyAsyncCommand]
[2431/2483] Compiling Vapor Application.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2432/2483] Compiling Vapor AuthenticationCache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2433/2483] Compiling Vapor Authenticator.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2434/2483] Compiling Vapor BasicAuthorization.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2435/2483] Compiling Vapor BearerAuthorization.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2436/2483] Compiling Vapor GuardMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2437/2483] Compiling Vapor RedirectMiddleware.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2438/2483] Compiling Vapor SessionAuthenticatable.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2439/2483] Compiling Vapor Bcrypt.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2440/2483] Compiling Vapor Application+Cache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2441/2483] Compiling Vapor Cache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2442/2483] Compiling Vapor CacheExpirationTime.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2443/2483] Compiling Vapor MemoryCache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2444/2483] Compiling Vapor Request+Cache.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2445/2483] Compiling Vapor Application+Clients.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2446/2483] Compiling Vapor Client.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2447/2483] Compiling Vapor ClientRequest.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2448/2483] Compiling Vapor ClientResponse.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2449/2483] Compiling Vapor Request+Client.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2450/2483] Compiling Vapor BootCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2451/2483] Compiling Vapor CommandContext+Application.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2452/2483] Compiling Vapor RoutesCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2453/2483] Compiling Vapor ServeCommand.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2454/2483] Compiling Vapor AnyResponse+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2455/2483] Compiling Vapor AsyncBasicResponder.swift
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:236:73: error: cannot convert value of type '[String : any AnyCommand]' to expected argument type '[String : any AnyAsyncCommand]'
234 |
235 | let combinedCommands = AsyncCommands(
236 | 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
237 | defaultCommand: self.asyncCommands.defaultCommand ?? self.commands.defaultCommand,
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Application.swift:237:80: error: cannot convert value of type '(any AnyCommand)?' to expected argument type '(any AnyAsyncCommand)?'
235 | let combinedCommands = AsyncCommands(
236 | commands: self.asyncCommands.commands.merging(self.commands.commands) { $1 },
237 | 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
238 | enableAutocomplete: self.asyncCommands.enableAutocomplete || self.commands.enableAutocomplete
239 | ).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
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:14:13: error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
12 | public struct Signature: CommandSignature, Sendable {
13 | @Option(name: "hostname", short: "H", help: "Set the hostname the server will run on.")
14 | var hostname: String?
| `- error: stored property '_hostname' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:17:13: error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
15 |
16 | @Option(name: "port", short: "p", help: "Set the port the server will run on.")
17 | var port: Int?
| `- error: stored property '_port' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<Int>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:20:13: error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
18 |
19 | @Option(name: "bind", short: "b", help: "Convenience for setting hostname and port together.")
20 | var bind: String?
| `- error: stored property '_bind' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
/host/spi-builder-workspace/.build/checkouts/vapor/Sources/Vapor/Commands/ServeCommand.swift:23:13: error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
21 |
22 | @Option(name: "unix-socket", short: nil, help: "Set the path for the unix domain socket file the server will bind to.")
23 | var socketPath: String?
| `- error: stored property '_socketPath' of 'Sendable'-conforming struct 'Signature' has non-Sendable type 'Option<String>'
24 |
25 | public init() { }
/host/spi-builder-workspace/.build/checkouts/console-kit/Sources/ConsoleKit/Command/Option.swift:6:20: note: generic class 'Option' does not conform to the 'Sendable' protocol
4 | ///
5 | @propertyWrapper
6 | public final class Option<Value>: AnyOption
| `- note: generic class 'Option' does not conform to the 'Sendable' protocol
7 | where Value: LosslessStringConvertible
8 | {
[2456/2483] Compiling Vapor HTTPCookies.swift
[2457/2483] Compiling Vapor HTTPHeaderCacheControl.swift
[2458/2483] Compiling Vapor HTTPHeaderExpires.swift
[2459/2483] Compiling Vapor HTTPHeaderLastModified.swift
[2460/2483] Compiling Vapor HTTPHeaders+Cache.swift
[2461/2483] Compiling Vapor HTTPHeaders+Connection.swift
[2462/2483] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2463/2483] Compiling Vapor HTTPHeaders+ContentRange.swift
[2464/2483] Compiling Vapor HTTPHeaders+Directive.swift
[2465/2483] Compiling Vapor HTTPHeaders+Forwarded.swift
[2466/2483] Compiling Vapor HTTPHeaders+Link.swift
[2467/2483] Compiling Vapor HTTPHeaders+Name.swift
[2468/2483] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2469/2483] Compiling Vapor HTTPHeaders.swift
[2470/2483] Compiling Vapor HTTPMediaType.swift
[2471/2483] Compiling Vapor HTTPMediaTypePreference.swift
[2472/2483] Compiling Vapor Responder.swift
[2473/2483] Compiling Vapor Application+HTTP+Server.swift
[2474/2483] Compiling Vapor HTTPServer.swift
[2475/2483] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2476/2483] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2477/2483] Compiling Vapor HTTPServerHandler.swift
[2478/2483] Compiling Vapor HTTPServerRequestDecoder.swift
[2479/2483] Compiling Vapor HTTPServerResponseEncoder.swift
BUILD FAILURE 6.3 linux