Build Information
Successful build of DockerSwift, reference 1.41.0-beta11 (b292fe), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 02:38:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build 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>
[1202/1333] 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>
[1203/1333] 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>
[1204/1333] 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>
[1205/1333] 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>
[1206/1333] 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>
[1207/1333] 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>
[1208/1333] 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>
[1209/1333] 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>
[1210/1348] Compiling DockerSwift UpdateServiceEndpoint.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>
[1211/1348] Compiling DockerSwift InitSwarmEndpoint.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>
[1212/1348] Compiling DockerSwift InspectSwarmEndpoint.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>
[1213/1348] Compiling DockerSwift JoinSwarmEndpoint.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>
[1214/1348] Compiling DockerSwift LeaveSwarmEndpoint.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>
[1215/1348] Compiling DockerSwift UpdateSwarmEndpoint.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>
[1216/1348] Compiling DockerSwift DiskUsageInformationEndpoint.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>
[1217/1348] Compiling DockerSwift GetEventsEndpoint.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>
[1218/1348] Compiling DockerSwift PingEndpoint.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>
[1219/1348] Compiling DockerSwift SystemInformationEndpoint.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>
[1220/1348] Compiling DockerSwift VersionEndpoint.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>
[1221/1348] Compiling DockerSwift GetTaskLogsEndpoint.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>
[1222/1348] Compiling DockerSwift InspectTaskEndpoint.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>
[1223/1348] Compiling DockerSwift ListTasksEndpoint.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>
[1224/1348] Compiling DockerSwift CreateVolumeEndpoint.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>
[1225/1348] 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>
[1226/1348] 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>
[1227/1348] 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>
[1228/1348] 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>
[1229/1348] 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>
[1230/1348] 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>
[1231/1348] 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>
[1232/1348] 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>
[1233/1348] 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>
[1234/1348] 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>
[1235/1348] 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>
[1236/1348] 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>
[1237/1348] 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>
[1238/1348] 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>
[1239/1348] 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>
[1240/1348] 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>
[1241/1348] Compiling DockerSwift InstallPluginEndpoint.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>
[1242/1348] Compiling DockerSwift ListPluginsEndpoint.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>
[1243/1348] 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>
[1244/1348] 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>
[1245/1348] 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>
[1246/1348] 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>
[1247/1348] 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>
[1248/1348] 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>
[1249/1348] 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>
[1250/1348] 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>
[1251/1348] 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>
[1252/1348] 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>
[1253/1348] 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>
[1254/1348] 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>
[1255/1348] 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>
[1256/1348] Compiling DockerSwift StartContainerEndpoint.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>
[1257/1348] Compiling DockerSwift StopContainerEndpoint.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>
[1258/1348] Compiling DockerSwift UpdateContainerEndpoint.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>
[1259/1348] Compiling DockerSwift WaitContainerEndpoint.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>
[1260/1348] Compiling DockerSwift Endpoint.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>
[1261/1348] Compiling DockerSwift Filter.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>
[1262/1348] Compiling DockerSwift BuildEndpoint.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>
[1263/1348] Compiling DockerSwift CommitContainerEndpoint.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>
[1264/1348] Compiling DockerSwift GetImageHistoryEndpoint.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>
[1265/1348] Compiling DockerSwift InspectImageEndpoint.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>
[1266/1348] Compiling DockerSwift ListImagesEndpoint.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>
[1267/1348] Compiling DockerSwift PruneImagesEndpoint.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>
[1268/1348] Compiling DockerSwift PullImageEndpoint.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>
[1269/1348] Compiling DockerSwift PushImageEndpoint.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>
[1270/1348] Compiling DockerSwift RemoveImageEndpoint.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>
[1271/1348] Compiling DockerSwift TagImageEndpoint.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>
[1272/1348] Compiling DockerSwift DockerClient+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>
[1273/1348] Compiling DockerSwift DockerClient+Container.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>
[1274/1348] Compiling DockerSwift DockerClient+Image.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>
[1275/1348] Compiling DockerSwift DockerClient+Network.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>
[1276/1348] Compiling DockerSwift DockerClient+Node.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>
[1277/1348] Compiling DockerSwift DockerClient+Plugin.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>
[1278/1348] Compiling DockerSwift DockerClient+Registry.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>
[1279/1348] Compiling DockerSwift DockerClient+Secret.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>
[1280/1348] Compiling DockerSwift DockerClient+Service.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>
[1281/1348] Compiling DockerSwift DockerClient+Swarm.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>
[1282/1348] Compiling DockerSwift DockerClient+System.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>
[1283/1348] Compiling DockerSwift DockerClient+Task.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>
[1284/1348] Compiling DockerSwift DockerClient+Volume.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>
[1285/1348] Compiling DockerSwift DockerClient.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>
[1286/1348] Compiling DockerSwift CreateConfigEndpoint.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>
[1287/1348] Compiling DockerSwift InspectConfigEndpoint.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>
[1288/1348] Emitting module DockerSwift
/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>
[1289/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1290/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1291/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1292/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1293/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1294/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1295/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1296/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1297/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1298/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1299/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1300/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1301/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1302/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1303/1348] 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: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 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1304/1348] Compiling DockerSwift Image.swift
[1305/1348] Compiling DockerSwift ImageLayer.swift
[1306/1348] Compiling DockerSwift ImageSummary.swift
[1307/1348] Compiling DockerSwift LogEntry.swift
[1308/1348] Compiling DockerSwift MessageResponse.swift
[1309/1348] Compiling DockerSwift ContainerConnect.swift
[1310/1348] Compiling DockerSwift IPAM.swift
[1311/1348] Compiling DockerSwift Network.swift
[1312/1348] Compiling DockerSwift NetworkSpec.swift
[1313/1348] Compiling DockerSwift Plugin.swift
[1314/1348] Compiling DockerSwift PluginPrivilege.swift
[1315/1348] Compiling DockerSwift RegistryAuth.swift
[1316/1348] Compiling DockerSwift Secret.swift
[1317/1348] Compiling DockerSwift SecretSpec.swift
[1318/1348] Compiling DockerSwift Service.swift
[1319/1348] 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>
[1320/1348] 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>
[1321/1348] 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>
[1322/1348] 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>
[1323/1348] 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>
[1324/1348] 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>
[1325/1348] 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>
[1326/1348] 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>
[1327/1348] 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>
[1328/1348] 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>
[1329/1348] 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>
[1330/1348] 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>
[1331/1348] 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>
[1332/1348] 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>
[1333/1348] 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>
[1334/1348] Compiling DockerSwift ServiceEndpointSpec.swift
[1335/1348] Compiling DockerSwift ServiceRestartPolicy.swift
[1336/1348] Compiling DockerSwift ServiceSpec.swift
[1337/1348] Compiling DockerSwift SwarmConfig.swift
[1338/1348] Compiling DockerSwift SwarmJoin.swift
[1339/1348] Compiling DockerSwift SwarmNode.swift
[1340/1348] Compiling DockerSwift SwarmTask.swift
[1341/1348] Compiling DockerSwift DataUsageInformation.swift
[1342/1348] Compiling DockerSwift DockerEvent.swift
[1343/1348] Compiling DockerSwift DockerVersion.swift
[1344/1348] Compiling DockerSwift SystemInformation.swift
[1345/1348] Compiling DockerSwift UnixSignal.swift
[1346/1348] Compiling DockerSwift PrunedVolumes.swift
[1347/1348] Compiling DockerSwift Volume.swift
[1348/1348] Compiling DockerSwift VolumeSpec.swift
Build complete! (54.82s)
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.