The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of KurrentDB-Swift, reference 1.10.0 (4196c4), with Swift 6.1 for macOS (SPM) on 14 Jun 2025 01:10:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2028/2034] Compiling KurrentDB StreamStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2029/2034] Compiling KurrentDB StreamUnary.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2030/2034] Compiling KurrentDB UnaryStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2031/2034] Compiling KurrentDB UnaryUnary.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2032/2034] Compiling KurrentDB Authentication.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2033/2034] Compiling KurrentDB ClientSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2034/2034] Compiling KurrentDB Endpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Metadata+Additions.swift:9:11: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
 7 | import GRPCCore
 8 |
 9 | extension Metadata {
   |           `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
10 |     package init(from settings: ClientSettings) {
11 |         self.init()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:31:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
29 |     }
30 |
31 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |         Task {
33 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:12:43: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamStream where Transport == HTTP2ClientTransport.Posix {
   |                                           `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:16:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
15 |         let client = try node.makeClient()
16 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamStream.swift:27:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
26 |         let client = try settings.makeClient(endpoint: endpoint)
27 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
29 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:34:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
32 |     }
33 |
34 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
35 |         return try await withRethrowingError(usage: #function) {
36 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension StreamUnary where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
14 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:24:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
22 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
23 |         let client = try node.makeClient()
24 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
25 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
26 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/StreamUnary.swift:30:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try settings.makeClient(endpoint: endpoint)
30 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:12:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
10 | import GRPCNIOTransportHTTP2Posix
11 |
12 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix, Responses == AsyncThrowingStream<Response, Error> {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
13 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses where Responses.Element == Response {
14 |         let client = try node.makeClient()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:51:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
49 |     }
50 |
51 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Responses {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
52 |         Task {
53 |             try await client.runConnections()
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:33:42: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
31 | }
32 |
33 | extension UnaryStream where Transport == HTTP2ClientTransport.Posix {
   |                                          `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:20:28: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
18 |
19 |         return try await withRethrowingError(usage: #function) {
20 |             let metadata = Metadata(from: node.settings)
   |                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
21 |             let request = try request(metadata: metadata)
22 |             return try await send(connection: client, request: request, callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:36:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
34 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Responses {
35 |         let client = try settings.makeClient(endpoint: endpoint)
36 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
38 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryStream.swift:47:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
45 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Responses {
46 |         let client = try node.makeClient()
47 |         let metadata = Metadata(from: node.settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
48 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
49 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:13:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
11 |
12 | extension UnaryUnary where UnderlyingResponse == EventStore_Client_Empty {
13 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
14 |         _ = try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:35: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                   `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:19:68: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
   |                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
21 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:34: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                  `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:45: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                             `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:39:84: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
37 |     }
38 |
39 |     package func perform(client: GRPCClient<HTTP2ClientTransport.Posix>, metadata: Metadata, callOptions: CallOptions) async throws(KurrentError) -> Response {
   |                                                                                    `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
40 |         return try await withRethrowingError(usage: #function) {
41 |             return try await withThrowingTaskGroup(of: Void.self) { group in
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:18:41: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
16 | }
17 |
18 | extension UnaryUnary where Transport == HTTP2ClientTransport.Posix {
   |                                         `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
19 |     package func send(connection: GRPCClient<Transport>, metadata: Metadata, callOptions: CallOptions) async throws -> Response {
20 |         try await send(connection: connection, request: request(metadata: metadata), callOptions: callOptions)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:30:60: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
28 |     package func perform(node: Node, callOptions: CallOptions) async throws(KurrentError) -> Response {
29 |         let client = try node.makeClient()
30 |         return try await perform(client: client, metadata: Metadata(from: node.settings), callOptions: callOptions)
   |                                                            `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
31 |     }
32 |
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/Additions/Usecase/UnaryUnary.swift:35:24: warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
33 |     package func perform(endpoint: Endpoint, settings: ClientSettings, callOptions: CallOptions) async throws(KurrentError) -> Response {
34 |         let client = try settings.makeClient(endpoint: endpoint)
35 |         let metadata = Metadata(from: settings)
   |                        `- warning: 'Metadata' is deprecated: See https://forums.swift.org/t/80177
36 |         return try await perform(client: client, metadata: metadata, callOptions: callOptions)
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:73: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                         `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:361:84: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
359 |
360 | extension ClientSettings {
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
    |                                                                                    `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:370:37: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
368 |     }
369 |
370 |     internal var transportSecurity: HTTP2ClientTransport.Posix.TransportSecurity {
    |                                     `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
371 |         get {
372 |             return if secure {
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:363:28: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
361 |     internal func makeClient(endpoint: Endpoint) throws(KurrentError) ->GRPCClient<HTTP2ClientTransport.Posix>{
362 |         try withRethrowingError(usage: #function) {
363 |             let transport: HTTP2ClientTransport.Posix = try .http2NIOPosix(
    |                            `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:20: warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                    `- warning: 'GRPCClient' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
/Users/admin/builder/spi-builder-workspace/Sources/KurrentDB/Core/ClientSettings/ClientSettings.swift:366:31: warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
364 |                                                             target: endpoint.target,
365 |                                                             transportSecurity: transportSecurity)
366 |             return GRPCClient<HTTP2ClientTransport.Posix>(transport: transport)
    |                               `- warning: 'HTTP2ClientTransport' is deprecated: See https://forums.swift.org/t/80177
367 |         }
368 |     }
[2035/2043] Compiling EventStoreDB StreamRevision.swift
[2036/2043] Compiling EventStoreDB ReadCursorPointer.swift
[2037/2043] Compiling EventStoreDB ReadAnyTarget.swift
[2038/2043] Compiling EventStoreDB Deprecated.swift
[2039/2043] Compiling EventStoreDB Cursor.swift
[2040/2043] Compiling EventStoreDB Error.swift
[2041/2043] Compiling EventStoreDB Cursor+Additions.swift
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/Cursor+Additions.swift:8:35: warning: 'CursorPointer' is deprecated
 6 | //
 7 |
 8 | extension Cursor where Pointer == CursorPointer {
   |                                   `- warning: 'CursorPointer' is deprecated
 9 |     var direction: Direction {
10 |         switch self {
[2042/2043] Emitting module EventStoreDB
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/Cursor+Additions.swift:8:35: warning: 'CursorPointer' is deprecated
 6 | //
 7 |
 8 | extension Cursor where Pointer == CursorPointer {
   |                                   `- warning: 'CursorPointer' is deprecated
 9 |     var direction: Direction {
10 |         switch self {
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:44:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
 42 |
 43 | // MARK: - Streams Operations
 44 | extension EventStoreDBClient {
    |           `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
 45 |     @available(*, deprecated, message: "Please use the new API KurrentDBClient(settings:numberOfThreads:).streams(identifier:).setMetadata(to:metadata) instead.")
 46 |     @discardableResult
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:302:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
300 | // MARK: - Operations
301 |
302 | extension EventStoreDBClient {
    |           `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
303 |     public func startScavenge(threadCount: Int32, startFromChunk: Int32) async throws -> Operations.ScavengeResponse {
304 |         let node = try await underlyingClient.selector.select()
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:316:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
314 | // MARK: - PersistentSubscriptions
315 |
316 | extension EventStoreDBClient {
    |           `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
317 |     /// Creates a persistent subscription to a specified stream, starting from the given revision cursor.
318 |     ///
[2043/2043] Compiling EventStoreDB EventStoreDB.swift
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:44:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
 42 |
 43 | // MARK: - Streams Operations
 44 | extension EventStoreDBClient {
    |           `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
 45 |     @available(*, deprecated, message: "Please use the new API KurrentDBClient(settings:numberOfThreads:).streams(identifier:).setMetadata(to:metadata) instead.")
 46 |     @discardableResult
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:302:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
300 | // MARK: - Operations
301 |
302 | extension EventStoreDBClient {
    |           `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
303 |     public func startScavenge(threadCount: Int32, startFromChunk: Int32) async throws -> Operations.ScavengeResponse {
304 |         let node = try await underlyingClient.selector.select()
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:316:11: warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
314 | // MARK: - PersistentSubscriptions
315 |
316 | extension EventStoreDBClient {
    |           `- warning: 'EventStoreDBClient' is deprecated: Using the new api spec of KurrentDBClient instead.
317 |     /// Creates a persistent subscription to a specified stream, starting from the given revision cursor.
318 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:304:13: warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
302 | extension EventStoreDBClient {
303 |     public func startScavenge(threadCount: Int32, startFromChunk: Int32) async throws -> Operations.ScavengeResponse {
304 |         let node = try await underlyingClient.selector.select()
    |             `- warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
305 |         return try await underlyingClient.operations.startScavenge(threadCount: threadCount, startFromChunk: startFromChunk)
306 |     }
/Users/admin/builder/spi-builder-workspace/Sources/EventStoreDB/EventStoreDB.swift:309:13: warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
307 |
308 |     public func stopScavenge(scavengeId: String) async throws -> Operations.ScavengeResponse {
309 |         let node = try await underlyingClient.selector.select()
    |             `- warning: initialization of immutable value 'node' was never used; consider replacing with assignment to '_' or removing it
310 |         return try await underlyingClient.operations.stopScavenge(scavengeId: scavengeId)
311 |     }
Build complete! (65.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "grpc-swift-nio-transport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-nio-transport.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-protobuf.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "KurrentDB-Swift",
  "name" : "KurrentDB-Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "EventStoreDB",
      "targets" : [
        "EventStoreDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KurrentDB",
      "targets" : [
        "KurrentDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamsTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamsTests",
      "path" : "Tests/StreamsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StreamsTests/Resources/ca.crt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/StreamsTests/Resources/multiple-events.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "StreamsTests.swift"
      ],
      "target_dependencies" : [
        "KurrentDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ProjectionsTests",
      "path" : "Tests/ProjectionsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ProjectionsTests/Resources/ca.crt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/ProjectionsTests/Resources/multiple-events.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ProjectionsTests.swift"
      ],
      "target_dependencies" : [
        "KurrentDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistentSubscriptionsTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistentSubscriptionsTests",
      "path" : "Tests/PersistentSubscriptionsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PersistentSubscriptionsTests/Resources/ca.crt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PersistentSubscriptionsTests/Resources/multiple-events.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PresistentSubscriptionTests.swift"
      ],
      "target_dependencies" : [
        "KurrentDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KurrentDB",
      "module_type" : "SwiftTarget",
      "name" : "KurrentDB",
      "path" : "Sources/KurrentDB",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "EventStoreDB",
        "KurrentDB"
      ],
      "sources" : [
        "Core/Additions/EventStore_Client_StreamIdentifier+Additions.swift",
        "Core/Additions/EventStore_Client_UUID+Additions.swift",
        "Core/Additions/GRPCClient+Additions.swift",
        "Core/Additions/Metadata+Additions.swift",
        "Core/Additions/NIOSSLTrustRoots+Additions.swift",
        "Core/Additions/String+Additions.swift",
        "Core/Additions/TLSConfig.CertificateSource+Bundle.swift",
        "Core/Additions/UUID+Additions.swift",
        "Core/Additions/Usecase/StreamStream.swift",
        "Core/Additions/Usecase/StreamUnary.swift",
        "Core/Additions/Usecase/UnaryStream.swift",
        "Core/Additions/Usecase/UnaryUnary.swift",
        "Core/ClientSettings/Authentication.swift",
        "Core/ClientSettings/ClientSettings.swift",
        "Core/ClientSettings/Endpoint.swift",
        "Core/ClientSettings/KeepAlive.swift",
        "Core/ClientSettings/Node.swift",
        "Core/ClientSettings/NodePreference.swift",
        "Core/ClientSettings/Parser/ConnctionStringParser.swift",
        "Core/ClientSettings/Parser/EndpointParser.swift",
        "Core/ClientSettings/Parser/QueryItemParser.swift",
        "Core/ClientSettings/Parser/URLSchemeParser.swift",
        "Core/ClientSettings/Parser/UserCredentialsParser.swift",
        "Core/ClientSettings/TopologyClusterMode.swift",
        "Core/ClientSettings/URLScheme.swift",
        "Core/Cursor/PositionCursor.swift",
        "Core/Cursor/RevisionCursor.swift",
        "Core/Direction.swift",
        "Core/Error/KurrentError+RevisionOption.swift",
        "Core/Error/KurrentError+WrongExpectedVersion.swift",
        "Core/Error/KurrentError.swift",
        "Core/Event/ContentType.swift",
        "Core/Event/EventData.swift",
        "Core/Event/EventStoreEvent.swift",
        "Core/Event/ReadEvent.swift",
        "Core/Event/RecordedEvent.swift",
        "Core/KurrentCore.swift",
        "Core/NodeSelector.swift",
        "Core/PersistenSubscription/PersistenSubscription.EventResult.swift",
        "Core/PersistenSubscription/PersistentSubscription.ConnectionInfo.swift",
        "Core/PersistenSubscription/PersistentSubscription.Measurement.swift",
        "Core/PersistenSubscription/PersistentSubscription.Settings.swift",
        "Core/PersistenSubscription/PersistentSubscription.StreamSelection.swift",
        "Core/PersistenSubscription/PersistentSubscription.SubscriptionInfo.swift",
        "Core/PersistenSubscription/PersistentSubscription.SystemConsumerStrategy.swift",
        "Core/PersistenSubscription/PersistentSubscription.swift",
        "Core/Projection/Projection.Status.swift",
        "Core/Projection/Projection.swift",
        "Core/Projection/ProjectionMode.swift",
        "Core/Stream/StreamIdentifier.swift",
        "Core/Stream/StreamMetadata.swift",
        "Core/Stream/StreamPosition.swift",
        "Core/Stream/StreamRevisionRule.swift",
        "Core/Stream/StreamSelector.swift",
        "Core/SubscriptionFilter.swift",
        "Core/TimeSpan.swift",
        "Core/UUIDOption.swift",
        "Gossip/Gossip.swift",
        "Gossip/MemberInfo.swift",
        "Gossip/Usecase/Gossip.Read.swift",
        "Gossip/VNodeState.swift",
        "KurrentDBClient+PersistentSubscriptions.swift",
        "KurrentDBClient+Projections.swift",
        "KurrentDBClient+ServerOperations.swift",
        "KurrentDBClient+Streams.swift",
        "KurrentDBClient.swift",
        "Monitoring/Monitoring.swift",
        "Monitoring/Usecase/Monitoring.Stats.swift",
        "Operations/Operations.swift",
        "Operations/ScavengeResponse.swift",
        "Operations/Usecase/Operations.MergeIndexes.swift",
        "Operations/Usecase/Operations.ResignNode.swift",
        "Operations/Usecase/Operations.RestartPersistentSubscriptions.swift",
        "Operations/Usecase/Operations.SetNodePriority.swift",
        "Operations/Usecase/Operations.Shutdown.swift",
        "Operations/Usecase/Operations.StartScavenge.swift",
        "Operations/Usecase/Operations.StopScavenge.swift",
        "PersistentSubscriptions/Additions/EventStore_Client_PersistentSubscriptions+Additions.swift",
        "PersistentSubscriptions/Additions/PersistentSubscriptions+Convenience.swift",
        "PersistentSubscriptions/Additions/ReadEvent+Additions.swift",
        "PersistentSubscriptions/PersistentSubscriptionStreamSelection.swift",
        "PersistentSubscriptions/PersistentSubscriptionTarget.swift",
        "PersistentSubscriptions/PersistentSubscriptions.ReadResponse.swift",
        "PersistentSubscriptions/PersistentSubscriptions.ReplayParkedOptions.swift",
        "PersistentSubscriptions/PersistentSubscriptions.StreamSelection.swift",
        "PersistentSubscriptions/PersistentSubscriptions.Subscription.swift",
        "PersistentSubscriptions/PersistentSubscriptions.swift",
        "PersistentSubscriptions/PersistentSubscriptionsSettingsBuildable.swift",
        "PersistentSubscriptions/Usecase/All/PersistentSubscriptions.ListForAll.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Create.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Delete.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.GetInfo.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.List.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Read.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.ReplayParked.swift",
        "PersistentSubscriptions/Usecase/AllStream/PersistentSubscriptions.AllStream.Update.swift",
        "PersistentSubscriptions/Usecase/PersistentSubscriptions.Ack.swift",
        "PersistentSubscriptions/Usecase/PersistentSubscriptions.Nack.swift",
        "PersistentSubscriptions/Usecase/PersistentSubscriptions.RestartSubsystem.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Create.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Delete.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.GetInfo.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.List.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Read.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.ReplayParked.swift",
        "PersistentSubscriptions/Usecase/Specified/PersistentSubscriptions.SpecifiedStream.Update.swift",
        "Projections/Projections.swift",
        "Projections/Protocols/ProjectionOperations.swift",
        "Projections/Protocols/ProjectionTarget.swift",
        "Projections/Usecase/Projections.ContinuousCreate.swift",
        "Projections/Usecase/Projections.Delete.swift",
        "Projections/Usecase/Projections.Disable.swift",
        "Projections/Usecase/Projections.Enable.swift",
        "Projections/Usecase/Projections.Reset.swift",
        "Projections/Usecase/Projections.RestartSubsystem.swift",
        "Projections/Usecase/Projections.Result.swift",
        "Projections/Usecase/Projections.State.swift",
        "Projections/Usecase/Projections.Statistics.swift",
        "Projections/Usecase/Projections.Update.swift",
        "ServerFeatures/ServerFeatures.swift",
        "ServerFeatures/ServiceInfo.swift",
        "ServerFeatures/SupportedMethod.swift",
        "ServerFeatures/Usecase/ServerFeatures.GetSupportedMethods.swift",
        "Streams/Additions/StreamIdentifier+Additions.swift",
        "Streams/StreamTarget.swift",
        "Streams/Streams.ReadResponse.swift",
        "Streams/Streams.Subscription.swift",
        "Streams/Streams.swift",
        "Streams/Usecase/All/Streams.ReadAll.swift",
        "Streams/Usecase/All/Streams.SubscribeAll.swift",
        "Streams/Usecase/Specified/Streams.Append.swift",
        "Streams/Usecase/Specified/Streams.Delete.swift",
        "Streams/Usecase/Specified/Streams.Read.swift",
        "Streams/Usecase/Specified/Streams.Subscribe.swift",
        "Streams/Usecase/Specified/Streams.Tombstone.swift",
        "Users/Usecase/Users.ChangePassword.swift",
        "Users/Usecase/Users.Create.swift",
        "Users/Usecase/Users.Details.swift",
        "Users/Usecase/Users.Disable.swift",
        "Users/Usecase/Users.Enable.swift",
        "Users/Usecase/Users.ResetPassword.swift",
        "Users/Usecase/Users.Update.swift",
        "Users/UserDetails.swift",
        "Users/Users.swift"
      ],
      "target_dependencies" : [
        "GRPCEncapsulates"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KurrentCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "KurrentCoreTests",
      "path" : "Tests/KurrentCoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KurrentCoreTests/Resources/ca.crt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/KurrentCoreTests/Resources/multiple-events.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConnectionStringParserTests.swift"
      ],
      "target_dependencies" : [
        "KurrentDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCEncapsulates",
      "module_type" : "SwiftTarget",
      "name" : "GRPCEncapsulates",
      "path" : "Sources/GRPCEncapsulates",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCNIOTransportHTTP2",
        "GRPCProtobuf"
      ],
      "product_memberships" : [
        "EventStoreDB",
        "KurrentDB"
      ],
      "sources" : [
        "Buildable.swift",
        "ConcreteService.swift",
        "ExpectedStreamRevisionProtocol.swift",
        "GRPCBridge.swift",
        "GRPCConcreteService.swift",
        "GRPCServiceClient.swift",
        "RequestBuildable.swift",
        "ResponseHandlable.swift",
        "Usecase/StreamStream.swift",
        "Usecase/StreamUnary.swift",
        "Usecase/UnaryStream.swift",
        "Usecase/UnaryUnary.swift",
        "Usecase/Usecase.swift",
        "generated/cluster.grpc.swift",
        "generated/cluster.pb.swift",
        "generated/code.grpc.swift",
        "generated/code.pb.swift",
        "generated/gossip.grpc.swift",
        "generated/gossip.pb.swift",
        "generated/monitoring.grpc.swift",
        "generated/monitoring.pb.swift",
        "generated/operations.grpc.swift",
        "generated/operations.pb.swift",
        "generated/persistent.grpc.swift",
        "generated/persistent.pb.swift",
        "generated/projections.grpc.swift",
        "generated/projections.pb.swift",
        "generated/redaction.grpc.swift",
        "generated/redaction.pb.swift",
        "generated/serverfeatures.grpc.swift",
        "generated/serverfeatures.pb.swift",
        "generated/shared.grpc.swift",
        "generated/shared.pb.swift",
        "generated/status.grpc.swift",
        "generated/status.pb.swift",
        "generated/streams.grpc.swift",
        "generated/streams.pb.swift",
        "generated/users.grpc.swift",
        "generated/users.pb.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EventStoreDB",
      "module_type" : "SwiftTarget",
      "name" : "EventStoreDB",
      "path" : "Sources/EventStoreDB",
      "product_memberships" : [
        "EventStoreDB"
      ],
      "sources" : [
        "Cursor+Additions.swift",
        "Cursor.swift",
        "Deprecated.swift",
        "Error.swift",
        "EventStoreDB.swift",
        "PersistentSubscriptions/ReadAnyTarget.swift",
        "ReadCursorPointer.swift",
        "StreamRevision.swift"
      ],
      "target_dependencies" : [
        "KurrentDB"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.