The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DockerSwift, reference main (011d2f), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 20:34:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1043/1146] Compiling DockerSwift RemovePluginEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1044/1146] Compiling DockerSwift UpgradePluginEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1045/1146] Compiling DockerSwift RegistryLoginEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1046/1146] Compiling DockerSwift CreateSecretEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1047/1146] Compiling DockerSwift InspectSecretEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1048/1146] Compiling DockerSwift ListSecretsEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1049/1146] Compiling DockerSwift RemoveSecretEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1050/1146] Compiling DockerSwift UpdateSecretEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1051/1146] Compiling DockerSwift CreateServiceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1052/1146] Compiling DockerSwift GetServiceLogsEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1053/1146] Compiling DockerSwift InspectServiceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1054/1146] Compiling DockerSwift ListServicesEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1055/1146] Compiling DockerSwift RemoveServiceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1056/1146] Compiling DockerSwift Image.swift
[1057/1146] Compiling DockerSwift ImageLayer.swift
[1058/1146] Compiling DockerSwift ImageSummary.swift
[1059/1146] Compiling DockerSwift LogEntry.swift
[1060/1146] Compiling DockerSwift MessageResponse.swift
[1061/1146] Compiling DockerSwift ContainerConnect.swift
[1062/1146] Compiling DockerSwift IPAM.swift
[1063/1146] Compiling DockerSwift Network.swift
[1064/1146] Compiling DockerSwift NetworkSpec.swift
[1065/1146] Compiling DockerSwift Plugin.swift
[1066/1146] Compiling DockerSwift PluginPrivilege.swift
[1067/1146] Compiling DockerSwift RegistryAuth.swift
[1068/1146] Compiling DockerSwift Secret.swift
[1069/1146] Compiling DockerSwift SecretSpec.swift
[1070/1146] Compiling DockerSwift Service.swift
[1071/1146] Compiling DockerSwift ListConfigsEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1072/1146] Compiling DockerSwift RemoveConfigEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1073/1146] Compiling DockerSwift UpdateConfigEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1074/1146] Compiling DockerSwift ContainerAttachEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1075/1146] Compiling DockerSwift ContainerTopEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1076/1146] Compiling DockerSwift CreateContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1077/1146] Compiling DockerSwift GetContainerChangesEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1078/1146] Compiling DockerSwift GetContainerLogsEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1079/1146] Compiling DockerSwift GetContainerStatsEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1080/1146] Compiling DockerSwift InspectContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1081/1146] Compiling DockerSwift KillContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1082/1146] Compiling DockerSwift ListContainersEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1083/1146] Compiling DockerSwift PauseUnpauseContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1084/1146] Compiling DockerSwift PruneContainersEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1085/1146] Compiling DockerSwift RemoveContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1086/1146] Compiling DockerSwift RenameContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Containers/ContainerAttachEndpoint.swift:83:21: warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
  5 |
  6 | /// Attach to a container via Websocket
  7 | final class ContainerAttachEndpoint {
    |             `- note: class 'ContainerAttachEndpoint' does not conform to the 'Sendable' protocol
  8 |     typealias Body = NoBody
  9 |     typealias Response = ContainerAttach
    :
 81 |                 ) { ws async in
 82 |
 83 |                     self.ws = ws
    |                     `- warning: capture of 'self' with non-sendable type 'ContainerAttachEndpoint' in a '@Sendable' closure [#SendableClosureCaptures]
 84 |                     ws.onBinary { ws, buffer in
 85 |                         guard let rawData = String(data: Data(buffer: buffer), encoding: .utf8) else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1087/1146] Compiling DockerSwift InspectVolumeEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1088/1146] Compiling DockerSwift ListVolumesEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1089/1146] Compiling DockerSwift PruneVolumesEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1090/1146] Compiling DockerSwift RemoveVolumeEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1091/1146] Compiling DockerSwift BetterCodable+WeirdDockerStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1092/1146] Compiling DockerSwift DockerStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1093/1146] Compiling DockerSwift HTTPClient+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1094/1146] Compiling DockerSwift HTTPClient+ExecuteOnSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1095/1146] Compiling DockerSwift Helper+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1096/1146] Compiling DockerSwift OptionalWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1097/1146] Compiling DockerSwift UInt64.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1098/1146] Compiling DockerSwift BuildStreamOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1099/1146] Compiling DockerSwift Buildconfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1100/1146] Compiling DockerSwift Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1101/1146] Compiling DockerSwift ConfigSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:69:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 67 |                 return String(data: bodyData, encoding: .utf8) as! T
 68 |             }
 69 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 70 |         }
 71 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:59:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
 59 |             if T.self == NoBody.self || T.self == NoBody?.self {
    |                `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 60 |                 return NoBody() as! T
 61 |             }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:56:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 54 |     /// - returns: A future decoded type.
 55 |     /// - throws: BodyError.noBodyData when no body is found in reponse.
 56 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 57 |         flatMapThrowing { response -> T in
 58 |             try response.checkStatusCode()
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:99:39: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
 97 |             }
 98 |
 99 |             return try decoder.decode(type, from: bodyData)
    |                                       `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
100 |         }
101 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:96:24: warning: capture of non-sendable type 'T.Type' in an isolated closure
 94 |             try response.checkStatusCode()
 95 |             guard let bodyData = response.bodyData else {
 96 |                 return nil
    |                        `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 97 |             }
 98 |
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Helper/HTTPClient+Codable.swift:92:42: warning: capture of non-sendable type 'T.Type' in an isolated closure
 90 |     ///     - decoder: The decoder used to decode the reponse body.  Defaults to JSONDecoder.
 91 |     /// - returns: A future optional decoded type.  The future value will be nil when no body is present in the response.
 92 |     public func decode<T : Decodable>(as type: T.Type, decoder: Decoder = JSONDecoder()) -> EventLoopFuture<T?> {
    |                                          `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 93 |         flatMapThrowing { response -> T? in
 94 |             try response.checkStatusCode()
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1102/1146] Compiling DockerSwift ConnectContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1103/1146] Compiling DockerSwift CreateNetworkEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1104/1146] Compiling DockerSwift DisconnectContainerEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1105/1146] Compiling DockerSwift InspectNetworkEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1106/1146] Compiling DockerSwift ListNetworksEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1107/1146] Compiling DockerSwift PruneNetworksEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1108/1146] Compiling DockerSwift RemoveNetworkEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1109/1146] Compiling DockerSwift DeleteNodeEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1110/1146] Compiling DockerSwift InspectNodeEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1111/1146] Compiling DockerSwift ListNodesEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1112/1146] Compiling DockerSwift UpdateNodeEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1113/1146] Compiling DockerSwift ConfigurePluginEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1114/1146] Compiling DockerSwift EnableDisablePluginEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1115/1146] Compiling DockerSwift GetPluginPrivilegesEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1116/1146] Compiling DockerSwift InspectPluginEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:51:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 49 |     }
 50 |
 51 |     private (set) internal var path: String
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Endpoints/Endpoint.swift:53:12: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 51 |     private (set) internal var path: String
 52 |
 53 |     private (set) internal var method: HTTPMethod = .GET
    |            `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 54 |
 55 |     typealias Response = AsyncThrowingStream<ByteBuffer, Error>
[1117/1146] Compiling DockerSwift Container.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1118/1146] Compiling DockerSwift ContainerAttach.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1119/1146] Compiling DockerSwift ContainerConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1120/1146] Compiling DockerSwift ContainerFsChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1121/1146] Compiling DockerSwift ContainerHostConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1122/1146] Compiling DockerSwift ContainerSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1123/1146] Compiling DockerSwift ContainerStats.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1124/1146] Compiling DockerSwift ContainerSummary.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1125/1146] Compiling DockerSwift ContainerTop.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1126/1146] Compiling DockerSwift ContainerUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1127/1146] Compiling DockerSwift ExposedPortSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1128/1146] Compiling DockerSwift DockerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1129/1146] Compiling DockerSwift DockerScope.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1130/1146] Compiling DockerSwift DriverConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1131/1146] Compiling DockerSwift Identifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:273:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
271 |         self.ipcMode = ipcMode
272 |         self.isolation = isolation
273 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
274 |         self.kernelMemoryTcp = kernelMemoryTcp
275 |         self.links = links
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:590:56: warning: expected member name or initializer call after type name; this will be an error in Swift 6
588 |
589 |         public func encode(to encoder: Encoder) throws {
590 |             var container = encoder.container(keyedBy: Self.CodingKeys)
    |                                                        |    |- note: add arguments after the type to construct a value of the type
    |                                                        |    `- note: use '.self' to reference the type object
    |                                                        `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
591 |             try container.encode("\(self.hostPort)", forKey: .hostPort)
592 |             try container.encode(self.hostIp, forKey: .hostIp)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerHostConfig.swift:596:60: warning: expected member name or initializer call after type name; this will be an error in Swift 6
594 |
595 |         public init(from decoder: Swift.Decoder) throws {
596 |             let container = try decoder.container(keyedBy: Self.CodingKeys)
    |                                                            |    |- note: add arguments after the type to construct a value of the type
    |                                                            |    `- note: use '.self' to reference the type object
    |                                                            `- warning: expected member name or initializer call after type name; this will be an error in Swift 6
597 |             self.hostIp = try container.decode(String.self, forKey: .hostIp)
598 |             let portString = try? container.decode(String.self, forKey: .hostPort)
/Users/admin/builder/spi-builder-workspace/Sources/DockerSwift/Models/Container/ContainerUpdate.swift:128:14: warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
126 |         self.deviceCgroupRules = deviceCgroupRules
127 |         self.`init` = `init`
128 |         self.kernelMemory = kernelMemory
    |              `- warning: 'kernelMemory' is deprecated [#DeprecatedDeclaration]
129 |         self.kernelMemoryTcp = kernelMemoryTcp
130 |         self.memoryLimit = memoryLimit
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1132/1146] Compiling DockerSwift ServiceEndpointSpec.swift
[1133/1146] Compiling DockerSwift ServiceRestartPolicy.swift
[1134/1146] Compiling DockerSwift ServiceSpec.swift
[1135/1146] Compiling DockerSwift SwarmConfig.swift
[1136/1146] Compiling DockerSwift SwarmJoin.swift
[1137/1146] Compiling DockerSwift SwarmNode.swift
[1138/1146] Compiling DockerSwift SwarmTask.swift
[1139/1146] Compiling DockerSwift DataUsageInformation.swift
[1140/1146] Compiling DockerSwift DockerEvent.swift
[1141/1146] Compiling DockerSwift DockerVersion.swift
[1142/1146] Compiling DockerSwift SystemInformation.swift
[1143/1146] Compiling DockerSwift UnixSignal.swift
[1144/1146] Compiling DockerSwift PrunedVolumes.swift
[1145/1146] Compiling DockerSwift Volume.swift
[1146/1146] Compiling DockerSwift VolumeSpec.swift
Build complete! (73.17s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/marksands/BetterCodable.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2609] Fetching websocket-kit
[288/3201] Fetching websocket-kit, bettercodable
[2854/17215] Fetching websocket-kit, bettercodable, async-http-client
[11856/93554] Fetching websocket-kit, bettercodable, async-http-client, swift-nio
Fetched https://github.com/marksands/BetterCodable.git from cache (3.71s)
Fetched https://github.com/apple/swift-nio.git from cache (3.71s)
Fetched https://github.com/vapor/websocket-kit.git from cache (3.71s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.71s)
Computing version for https://github.com/marksands/BetterCodable.git
Computed https://github.com/marksands/BetterCodable.git at 0.4.0 (6.17s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.38s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1797] Fetching swift-atomics
[73/4464] Fetching swift-atomics, swift-nio-transport-services
[100/10406] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[4305/25296] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.08s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.08s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.08s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.08s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.58s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[844/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.61s)
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.39s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.41s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2426] Fetching swift-service-lifecycle
[2/3595] Fetching swift-service-lifecycle, swift-http-structured-headers
[170/5211] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[284/10196] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms
[334/14032] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-log
[1532/20216] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-log, swift-certificates
[2046/26175] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-log, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
[10296/17354] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.21s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.21s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.21s)
[1/904] Fetching swift-http-types
[634/12436] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.82s)
[116/11532] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.99s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.44s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.50s)
Fetching https://github.com/apple/swift-crypto.git
[1/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.55s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.43s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/marksands/BetterCodable.git
Working copy of https://github.com/marksands/BetterCodable.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.62.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    },
    {
      "identity" : "bettercodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marksands/BetterCodable.git"
    }
  ],
  "manifest_display_name" : "DockerSwift",
  "name" : "DockerSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "DockerSwift",
      "targets" : [
        "DockerSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DockerSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "DockerSwiftTests",
      "path" : "Tests/DockerSwiftTests",
      "sources" : [
        "ConfigAndSecretTests.swift",
        "ContainerTests.swift",
        "ImageTests.swift",
        "NetworkTests.swift",
        "NodeTests.swift",
        "PluginTests.swift",
        "ServiceTests.swift",
        "SwarmTests.swift",
        "SystemTests.swift",
        "TaskTests.swift",
        "Utils/DockerClient+Testable.swift",
        "VolumeTests.swift"
      ],
      "target_dependencies" : [
        "DockerSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DockerSwift",
      "module_type" : "SwiftTarget",
      "name" : "DockerSwift",
      "path" : "Sources/DockerSwift",
      "product_dependencies" : [
        "NIO",
        "AsyncHTTPClient",
        "WebSocketKit",
        "BetterCodable"
      ],
      "product_memberships" : [
        "DockerSwift"
      ],
      "sources" : [
        "APIs/DockerClient+Config.swift",
        "APIs/DockerClient+Container.swift",
        "APIs/DockerClient+Image.swift",
        "APIs/DockerClient+Network.swift",
        "APIs/DockerClient+Node.swift",
        "APIs/DockerClient+Plugin.swift",
        "APIs/DockerClient+Registry.swift",
        "APIs/DockerClient+Secret.swift",
        "APIs/DockerClient+Service.swift",
        "APIs/DockerClient+Swarm.swift",
        "APIs/DockerClient+System.swift",
        "APIs/DockerClient+Task.swift",
        "APIs/DockerClient+Volume.swift",
        "APIs/DockerClient.swift",
        "Endpoints/Configs/CreateConfigEndpoint.swift",
        "Endpoints/Configs/InspectConfigEndpoint.swift",
        "Endpoints/Configs/ListConfigsEndpoint.swift",
        "Endpoints/Configs/RemoveConfigEndpoint.swift",
        "Endpoints/Configs/UpdateConfigEndpoint.swift",
        "Endpoints/Containers/ContainerAttachEndpoint.swift",
        "Endpoints/Containers/ContainerTopEndpoint.swift",
        "Endpoints/Containers/CreateContainerEndpoint.swift",
        "Endpoints/Containers/GetContainerChangesEndpoint.swift",
        "Endpoints/Containers/GetContainerLogsEndpoint.swift",
        "Endpoints/Containers/GetContainerStatsEndpoint.swift",
        "Endpoints/Containers/InspectContainerEndpoint.swift",
        "Endpoints/Containers/KillContainerEndpoint.swift",
        "Endpoints/Containers/ListContainersEndpoint.swift",
        "Endpoints/Containers/PauseUnpauseContainerEndpoint.swift",
        "Endpoints/Containers/PruneContainersEndpoint.swift",
        "Endpoints/Containers/RemoveContainerEndpoint.swift",
        "Endpoints/Containers/RenameContainerEndpoint.swift",
        "Endpoints/Containers/StartContainerEndpoint.swift",
        "Endpoints/Containers/StopContainerEndpoint.swift",
        "Endpoints/Containers/UpdateContainerEndpoint.swift",
        "Endpoints/Containers/WaitContainerEndpoint.swift",
        "Endpoints/Endpoint.swift",
        "Endpoints/Filter.swift",
        "Endpoints/Images/BuildEndpoint.swift",
        "Endpoints/Images/CommitContainerEndpoint.swift",
        "Endpoints/Images/GetImageHistoryEndpoint.swift",
        "Endpoints/Images/InspectImageEndpoint.swift",
        "Endpoints/Images/ListImagesEndpoint.swift",
        "Endpoints/Images/PruneImagesEndpoint.swift",
        "Endpoints/Images/PullImageEndpoint.swift",
        "Endpoints/Images/PushImageEndpoint.swift",
        "Endpoints/Images/RemoveImageEndpoint.swift",
        "Endpoints/Images/TagImageEndpoint.swift",
        "Endpoints/Networks/ConnectContainerEndpoint.swift",
        "Endpoints/Networks/CreateNetworkEndpoint.swift",
        "Endpoints/Networks/DisconnectContainerEndpoint.swift",
        "Endpoints/Networks/InspectNetworkEndpoint.swift",
        "Endpoints/Networks/ListNetworksEndpoint.swift",
        "Endpoints/Networks/PruneNetworksEndpoint.swift",
        "Endpoints/Networks/RemoveNetworkEndpoint.swift",
        "Endpoints/Nodes/DeleteNodeEndpoint.swift",
        "Endpoints/Nodes/InspectNodeEndpoint.swift",
        "Endpoints/Nodes/ListNodesEndpoint.swift",
        "Endpoints/Nodes/UpdateNodeEndpoint.swift",
        "Endpoints/Plugin/ConfigurePluginEndpoint.swift",
        "Endpoints/Plugin/EnableDisablePluginEndpoint.swift",
        "Endpoints/Plugin/GetPluginPrivilegesEndpoint.swift",
        "Endpoints/Plugin/InspectPluginEndpoint.swift",
        "Endpoints/Plugin/InstallPluginEndpoint.swift",
        "Endpoints/Plugin/ListPluginsEndpoint.swift",
        "Endpoints/Plugin/RemovePluginEndpoint.swift",
        "Endpoints/Plugin/UpgradePluginEndpoint.swift",
        "Endpoints/Registries/RegistryLoginEndpoint.swift",
        "Endpoints/Secrets/CreateSecretEndpoint.swift",
        "Endpoints/Secrets/InspectSecretEndpoint.swift",
        "Endpoints/Secrets/ListSecretsEndpoint.swift",
        "Endpoints/Secrets/RemoveSecretEndpoint.swift",
        "Endpoints/Secrets/UpdateSecretEndpoint.swift",
        "Endpoints/Services/CreateServiceEndpoint.swift",
        "Endpoints/Services/GetServiceLogsEndpoint.swift",
        "Endpoints/Services/InspectServiceEndpoint.swift",
        "Endpoints/Services/ListServicesEndpoint.swift",
        "Endpoints/Services/RemoveServiceEndpoint.swift",
        "Endpoints/Services/UpdateServiceEndpoint.swift",
        "Endpoints/Swarm/InitSwarmEndpoint.swift",
        "Endpoints/Swarm/InspectSwarmEndpoint.swift",
        "Endpoints/Swarm/JoinSwarmEndpoint.swift",
        "Endpoints/Swarm/LeaveSwarmEndpoint.swift",
        "Endpoints/Swarm/UpdateSwarmEndpoint.swift",
        "Endpoints/System/DiskUsageInformationEndpoint.swift",
        "Endpoints/System/GetEventsEndpoint.swift",
        "Endpoints/System/PingEndpoint.swift",
        "Endpoints/System/SystemInformationEndpoint.swift",
        "Endpoints/System/VersionEndpoint.swift",
        "Endpoints/Tasks/GetTaskLogsEndpoint.swift",
        "Endpoints/Tasks/InspectTaskEndpoint.swift",
        "Endpoints/Tasks/ListTasksEndpoint.swift",
        "Endpoints/Volumes/CreateVolumeEndpoint.swift",
        "Endpoints/Volumes/InspectVolumeEndpoint.swift",
        "Endpoints/Volumes/ListVolumesEndpoint.swift",
        "Endpoints/Volumes/PruneVolumesEndpoint.swift",
        "Endpoints/Volumes/RemoveVolumeEndpoint.swift",
        "Helper/BetterCodable+WeirdDockerStrategy.swift",
        "Helper/DockerStream.swift",
        "Helper/HTTPClient+Codable.swift",
        "Helper/HTTPClient+ExecuteOnSocket.swift",
        "Helper/Helper+Codable.swift",
        "Helper/OptionalWrapper.swift",
        "Helper/UInt64.swift",
        "Models/Build/BuildStreamOutput.swift",
        "Models/Build/Buildconfig.swift",
        "Models/Config/Config.swift",
        "Models/Config/ConfigSpec.swift",
        "Models/Container/Container.swift",
        "Models/Container/ContainerAttach.swift",
        "Models/Container/ContainerConfig.swift",
        "Models/Container/ContainerFsChange.swift",
        "Models/Container/ContainerHostConfig.swift",
        "Models/Container/ContainerSpec.swift",
        "Models/Container/ContainerStats.swift",
        "Models/Container/ContainerSummary.swift",
        "Models/Container/ContainerTop.swift",
        "Models/Container/ContainerUpdate.swift",
        "Models/Container/ExposedPortSpec.swift",
        "Models/DockerError.swift",
        "Models/DockerScope.swift",
        "Models/DriverConfig.swift",
        "Models/Identifier.swift",
        "Models/Image/Image.swift",
        "Models/Image/ImageLayer.swift",
        "Models/Image/ImageSummary.swift",
        "Models/LogEntry.swift",
        "Models/MessageResponse.swift",
        "Models/Network/ContainerConnect.swift",
        "Models/Network/IPAM.swift",
        "Models/Network/Network.swift",
        "Models/Network/NetworkSpec.swift",
        "Models/Plugins/Plugin.swift",
        "Models/Plugins/PluginPrivilege.swift",
        "Models/Registry/RegistryAuth.swift",
        "Models/Secret/Secret.swift",
        "Models/Secret/SecretSpec.swift",
        "Models/Service/Service.swift",
        "Models/Service/ServiceEndpointSpec.swift",
        "Models/Service/ServiceRestartPolicy.swift",
        "Models/Service/ServiceSpec.swift",
        "Models/Swarm/SwarmConfig.swift",
        "Models/Swarm/SwarmJoin.swift",
        "Models/Swarm/SwarmNode.swift",
        "Models/Swarm/SwarmTask.swift",
        "Models/System/DataUsageInformation.swift",
        "Models/System/DockerEvent.swift",
        "Models/System/DockerVersion.swift",
        "Models/System/SystemInformation.swift",
        "Models/UnixSignal.swift",
        "Models/Volume/PrunedVolumes.swift",
        "Models/Volume/Volume.swift",
        "Models/Volume/VolumeSpec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.