Build Information
Successful build of DockerSwift, reference main (011d2f), with Swift 6.3 for Linux on 22 Apr 2026 13:51:44 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
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>
/host/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>
[1254/1381] Compiling DockerSwift DockerClient+Registry.swift
/host/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
/host/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>
/host/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>
[1255/1381] Compiling DockerSwift DockerClient+Secret.swift
/host/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
/host/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>
/host/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>
[1256/1381] Compiling DockerSwift DockerClient+Service.swift
/host/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
/host/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>
/host/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>
[1257/1381] Compiling DockerSwift DockerClient+Swarm.swift
/host/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
/host/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>
/host/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>
[1258/1381] Compiling DockerSwift DockerClient+System.swift
/host/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
/host/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>
/host/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>
[1259/1381] Compiling DockerSwift DockerClient+Task.swift
/host/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
/host/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>
/host/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>
[1260/1381] Compiling DockerSwift DockerClient+Volume.swift
/host/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
/host/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>
/host/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>
[1261/1381] Compiling DockerSwift DockerClient.swift
/host/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
/host/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>
/host/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>
[1262/1381] Compiling DockerSwift CreateConfigEndpoint.swift
/host/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
/host/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>
/host/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>
[1263/1381] Compiling DockerSwift InspectConfigEndpoint.swift
/host/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
/host/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>
/host/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>
[1264/1381] Compiling DockerSwift ListConfigsEndpoint.swift
/host/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
/host/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>
/host/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>
[1265/1381] Compiling DockerSwift RemoveConfigEndpoint.swift
/host/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
/host/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>
/host/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>
[1266/1381] Compiling DockerSwift UpdateConfigEndpoint.swift
/host/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
/host/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>
/host/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>
[1267/1381] Compiling DockerSwift ContainerAttachEndpoint.swift
/host/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
/host/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>
/host/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>
[1268/1381] Compiling DockerSwift RemoveServiceEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift UpdateServiceEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift InitSwarmEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift InspectSwarmEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift JoinSwarmEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift LeaveSwarmEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift UpdateSwarmEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift DiskUsageInformationEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift GetEventsEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift PingEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift SystemInformationEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift VersionEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift GetTaskLogsEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift InspectTaskEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift ListTasksEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift CreateVolumeEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift InspectVolumeEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift ListVolumesEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift PruneVolumesEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift CommitContainerEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift GetImageHistoryEndpoint.swift
/host/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
/host/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/1381] Compiling DockerSwift InspectImageEndpoint.swift
/host/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
/host/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>
[1290/1381] Compiling DockerSwift ListImagesEndpoint.swift
/host/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
/host/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>
[1291/1381] Compiling DockerSwift PruneImagesEndpoint.swift
/host/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
/host/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>
[1292/1381] Compiling DockerSwift PullImageEndpoint.swift
/host/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
/host/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>
[1293/1381] Compiling DockerSwift PushImageEndpoint.swift
/host/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
/host/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>
[1294/1381] Compiling DockerSwift RemoveImageEndpoint.swift
/host/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
/host/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>
[1295/1381] Compiling DockerSwift TagImageEndpoint.swift
/host/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
/host/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>
[1296/1381] Compiling DockerSwift ConnectContainerEndpoint.swift
/host/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
/host/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>
[1297/1381] Compiling DockerSwift CreateNetworkEndpoint.swift
/host/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
/host/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>
[1298/1381] Compiling DockerSwift DisconnectContainerEndpoint.swift
/host/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
/host/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>
[1299/1381] Compiling DockerSwift InspectNetworkEndpoint.swift
/host/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
/host/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>
[1300/1381] Compiling DockerSwift ListNetworksEndpoint.swift
/host/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
/host/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>
[1301/1381] Compiling DockerSwift PruneNetworksEndpoint.swift
/host/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
/host/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>
[1302/1381] Compiling DockerSwift RemoveNetworkEndpoint.swift
/host/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
/host/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>
[1303/1381] Compiling DockerSwift DeleteNodeEndpoint.swift
/host/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
/host/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>
[1304/1381] Compiling DockerSwift InspectNodeEndpoint.swift
/host/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
/host/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>
[1305/1381] Compiling DockerSwift ListNodesEndpoint.swift
/host/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
/host/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>
[1306/1381] Compiling DockerSwift ContainerSummary.swift
/host/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>
[1307/1381] Compiling DockerSwift ContainerTop.swift
/host/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>
[1308/1381] Compiling DockerSwift ContainerUpdate.swift
/host/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>
[1309/1381] Compiling DockerSwift ExposedPortSpec.swift
/host/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>
[1310/1381] Compiling DockerSwift DockerError.swift
/host/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>
[1311/1381] Compiling DockerSwift DockerScope.swift
/host/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>
[1312/1381] Compiling DockerSwift DriverConfig.swift
/host/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>
[1313/1381] Compiling DockerSwift Identifier.swift
/host/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>
[1314/1381] Compiling DockerSwift Image.swift
/host/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>
[1315/1381] Compiling DockerSwift ImageLayer.swift
/host/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>
[1316/1381] Compiling DockerSwift ImageSummary.swift
/host/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>
[1317/1381] Compiling DockerSwift LogEntry.swift
/host/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>
[1318/1381] Compiling DockerSwift MessageResponse.swift
/host/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>
[1319/1381] Compiling DockerSwift ContainerConnect.swift
/host/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/1381] Compiling DockerSwift IPAM.swift
/host/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/1381] Compiling DockerSwift Network.swift
/host/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/1381] Compiling DockerSwift NetworkSpec.swift
/host/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/1381] Compiling DockerSwift Plugin.swift
/host/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/1381] Compiling DockerSwift PluginPrivilege.swift
/host/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/1381] Compiling DockerSwift RemoveVolumeEndpoint.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1326/1381] Compiling DockerSwift BetterCodable+WeirdDockerStrategy.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1327/1381] Compiling DockerSwift DockerStream.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1328/1381] Compiling DockerSwift HTTPClient+Codable.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1329/1381] Compiling DockerSwift HTTPClient+ExecuteOnSocket.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1330/1381] Compiling DockerSwift Helper+Codable.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1331/1381] Compiling DockerSwift OptionalWrapper.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1332/1381] Compiling DockerSwift UInt64.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1333/1381] Compiling DockerSwift BuildStreamOutput.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1334/1381] Compiling DockerSwift Buildconfig.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1335/1381] Compiling DockerSwift Config.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1336/1381] Compiling DockerSwift ConfigSpec.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1337/1381] Compiling DockerSwift Container.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1338/1381] Compiling DockerSwift ContainerAttach.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1339/1381] Compiling DockerSwift ContainerConfig.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1340/1381] Compiling DockerSwift ContainerFsChange.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1341/1381] Compiling DockerSwift ContainerHostConfig.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1342/1381] Compiling DockerSwift ContainerSpec.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1343/1381] Compiling DockerSwift ContainerStats.swift
/host/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
/host/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>
/host/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 | }
/host/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 | }
/host/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
/host/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)
/host/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)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1344/1381] Compiling DockerSwift ContainerTopEndpoint.swift
/host/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
/host/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>
[1345/1381] Compiling DockerSwift CreateContainerEndpoint.swift
/host/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
/host/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>
[1346/1381] Compiling DockerSwift GetContainerChangesEndpoint.swift
/host/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
/host/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>
[1347/1381] Compiling DockerSwift GetContainerLogsEndpoint.swift
/host/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
/host/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>
[1348/1381] Compiling DockerSwift GetContainerStatsEndpoint.swift
/host/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
/host/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>
[1349/1381] Compiling DockerSwift InspectContainerEndpoint.swift
/host/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
/host/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>
[1350/1381] Compiling DockerSwift KillContainerEndpoint.swift
/host/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
/host/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>
[1351/1381] Compiling DockerSwift ListContainersEndpoint.swift
/host/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
/host/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>
[1352/1381] Compiling DockerSwift PauseUnpauseContainerEndpoint.swift
/host/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
/host/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>
[1353/1381] Compiling DockerSwift PruneContainersEndpoint.swift
/host/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
/host/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>
[1354/1381] Compiling DockerSwift RemoveContainerEndpoint.swift
/host/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
/host/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>
[1355/1381] Compiling DockerSwift RenameContainerEndpoint.swift
/host/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
/host/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>
[1356/1381] Compiling DockerSwift StartContainerEndpoint.swift
/host/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
/host/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>
[1357/1381] Compiling DockerSwift StopContainerEndpoint.swift
/host/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
/host/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>
[1358/1381] Compiling DockerSwift UpdateContainerEndpoint.swift
/host/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
/host/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>
[1359/1381] Compiling DockerSwift WaitContainerEndpoint.swift
/host/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
/host/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>
[1360/1381] Compiling DockerSwift Endpoint.swift
/host/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
/host/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>
[1361/1381] Compiling DockerSwift Filter.swift
/host/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
/host/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>
[1362/1381] Compiling DockerSwift BuildEndpoint.swift
/host/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
/host/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>
[1363/1381] Compiling DockerSwift RegistryAuth.swift
[1364/1381] Compiling DockerSwift Secret.swift
[1365/1381] Compiling DockerSwift SecretSpec.swift
[1366/1381] Compiling DockerSwift Service.swift
[1367/1381] Compiling DockerSwift ServiceEndpointSpec.swift
[1368/1381] Compiling DockerSwift ServiceRestartPolicy.swift
[1369/1381] Compiling DockerSwift ServiceSpec.swift
[1370/1381] Compiling DockerSwift SwarmConfig.swift
[1371/1381] Compiling DockerSwift SwarmJoin.swift
[1372/1381] Compiling DockerSwift SwarmNode.swift
[1373/1381] Compiling DockerSwift SwarmTask.swift
[1374/1381] Compiling DockerSwift DataUsageInformation.swift
[1375/1381] Compiling DockerSwift DockerEvent.swift
[1376/1381] Compiling DockerSwift DockerVersion.swift
[1377/1381] Compiling DockerSwift SystemInformation.swift
[1378/1381] Compiling DockerSwift UnixSignal.swift
[1379/1381] Compiling DockerSwift PrunedVolumes.swift
[1380/1381] Compiling DockerSwift Volume.swift
[1381/1381] Compiling DockerSwift VolumeSpec.swift
Build complete! (329.49s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.