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.0 for macOS (SPM) on 14 Jun 2025 01:07:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

   |                        `- 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: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: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: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: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 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 {
[2039/2043] Compiling EventStoreDB Error.swift
[2040/2043] Compiling EventStoreDB Deprecated.swift
[2041/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 |     ///
[2042/2043] Compiling EventStoreDB Cursor.swift
[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! (108.13s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-nio-transport.git
Fetching https://github.com/grpc/grpc-swift.git
[1/4405] Fetching grpc-swift-nio-transport
[46/6571] Fetching grpc-swift-nio-transport, grpc-swift-protobuf
[722/10407] Fetching grpc-swift-nio-transport, grpc-swift-protobuf, swift-log
[7570/61513] Fetching grpc-swift-nio-transport, grpc-swift-protobuf, swift-log, grpc-swift
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.99s)
[6094/59347] Fetching grpc-swift-nio-transport, swift-log, grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (2.34s)
Fetched https://github.com/apple/swift-log.git from cache (2.34s)
Fetched https://github.com/grpc/grpc-swift-nio-transport.git from cache (2.34s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 1.3.1 (0.51s)
Fetching https://github.com/apple/swift-protobuf.git
[1/39436] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (4.87s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.2.3 (0.49s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.56s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.47s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 1.2.3 (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[113/7774] Fetching swift-asn1, swift-certificates
[175/13697] Fetching swift-asn1, swift-certificates, swift-nio-extras
[294/16364] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-transport-services
[512/27891] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[7421/42769] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.10s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.10s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.10s)
[5596/27995] Fetching swift-asn1, swift-nio-http2, swift-nio-ssl
[7690/104282] Fetching swift-asn1, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.06s)
[63467/89404] Fetching swift-asn1, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-asn1.git from cache (3.58s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.58s)
Fetched https://github.com/apple/swift-nio.git from cache (3.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.46s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.95s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.51s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2426] Fetching swift-service-lifecycle
[171/3330] Fetching swift-service-lifecycle, swift-http-types
[271/9289] Fetching swift-service-lifecycle, swift-http-types, swift-algorithms
[331/10430] Fetching swift-service-lifecycle, swift-http-types, swift-algorithms, swift-http-structured-headers
[1724/15415] Fetching swift-service-lifecycle, swift-http-types, swift-algorithms, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.87s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.87s)
[3270/12085] Fetching swift-algorithms, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.09s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.09s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/14906] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.36s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.44s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.18s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.67s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.47s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/grpc/grpc-swift-nio-transport.git
Working copy of https://github.com/grpc/grpc-swift-nio-transport.git resolved at 1.2.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.2.3
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/gradyzhuo/kurrentdb-swift/1.10.0
Repository:               gradyzhuo/KurrentDB-Swift
Swift version used:       6.0
Target:                   KurrentDB
Extracting symbol information for 'KurrentDB'...
Finished extracting symbol information for 'KurrentDB'. (4.36s)
Building documentation for 'KurrentDB'...
warning: 'append(events:options:)' is ambiguous at '/KurrentDB/Streams'
 --> Articles/Appending events.md:7:104-7:127
5 |
6 | ## Append your first event
7 + The simplest way to append an event to KurrentDB is to create an `EventData` object and call ``Streams/append(events:options:)`` method from ``KurrentDBClient/streams(of:)``.
  |                                                                                                                               ├─suggestion: Insert '8sgon' for'@discardableResult func append(events: EventData..., options: Streams<Target>.Append.Options = .init()) async throws(KurrentError) -> Streams<Target>.Append.Response'
  |                                                                                                                               ╰─suggestion: Insert '6ffud' for'@discardableResult func append(events: [EventData], options: Streams<Target>.Append.Options = .init()) async throws(KurrentError) -> Streams<Target>.Append.Response'
8 |
9 | ```swift
warning: 'streams(of:)' doesn't exist at '/KurrentDB/KurrentDBClient'
 --> Articles/Appending events.md:7:160-7:172
5 |
6 | ## Append your first event
7 + The simplest way to append an event to KurrentDB is to create an `EventData` object and call ``Streams/append(events:options:)`` method from ``KurrentDBClient/streams(of:)``.
  |                                                                                                                                                                ├─suggestion: Replace 'streams(of:)' with 'readAllStreams(configure:)'
  |                                                                                                                                                                ╰─suggestion: Replace 'streams(of:)' with 'subscribeAllStreams(configure:)'
8 |
9 | ```swift
warning: Parameter 'streamIdentifier' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:13:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:20:11-20:76
18 |     ///
19 |     /// - Parameters:
20 +     ///   - streamIdentifier: The identifier of the stream to subscribe to.
   |           ╰─suggestion: Remove duplicate parameter documentation
21 |     ///   - groupName: The name of the persistent subscription group.
22 |     ///   - configure: A closure to customize creation options for the subscription. Defaults to no customization.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:14:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:21:11-21:70
19 |     /// - Parameters:
20 |     ///   - streamIdentifier: The identifier of the stream to subscribe to.
21 +     ///   - groupName: The name of the persistent subscription group.
   |           ╰─suggestion: Remove duplicate parameter documentation
22 |     ///   - configure: A closure to customize creation options for the subscription. Defaults to no customization.
23 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:15:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:22:11-23:9
20 |     ///   - streamIdentifier: The identifier of the stream to subscribe to.
21 |     ///   - groupName: The name of the persistent subscription group.
22 +     ///   - configure: A closure to customize creation options for the subscription. Defaults to no customization.
   |           ╰─suggestion: Remove duplicate parameter documentation
23 +     ///
24 |     /// - Throws: An error if the subscription could not be created.
25 |     public func createPersistentSubscription(stream streamIdentifier: StreamIdentifier, groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Create.Options) -> PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Create.Options = { $0 }) async throws {
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:35:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:41:11-41:70
39 |     ///
40 |     /// - Parameters:
41 +     ///   - groupName: The name of the persistent subscription group.
   |           ╰─suggestion: Remove duplicate parameter documentation
42 |     ///   - configure: A closure to customize creation options for the subscription. Defaults to no customization.
43 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:36:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:42:11-43:9
40 |     /// - Parameters:
41 |     ///   - groupName: The name of the persistent subscription group.
42 +     ///   - configure: A closure to customize creation options for the subscription. Defaults to no customization.
   |           ╰─suggestion: Remove duplicate parameter documentation
43 +     ///
44 |     /// - Throws: An error if the persistent subscription could not be created.
45 |     public func createPersistentSubscriptionToAllStream(groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.AllStream>.AllStream.Create.Options) -> PersistentSubscriptions<PersistentSubscription.AllStream>.AllStream.Create.Options = { $0 }) async throws {
warning: Parameter 'streamIdentifier' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:55:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:62:11-62:106
60 |     ///
61 |     /// - Parameters:
62 +     ///   - streamIdentifier: The identifier of the stream whose persistent subscription will be updated.
   |           ╰─suggestion: Remove duplicate parameter documentation
63 |     ///   - groupName: The name of the persistent subscription group.
64 |     ///   - configure: A closure to customize update options for the persistent subscription.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:56:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:63:11-63:70
61 |     /// - Parameters:
62 |     ///   - streamIdentifier: The identifier of the stream whose persistent subscription will be updated.
63 +     ///   - groupName: The name of the persistent subscription group.
   |           ╰─suggestion: Remove duplicate parameter documentation
64 |     ///   - configure: A closure to customize update options for the persistent subscription.
65 |     public func updatePersistentSubscription(stream streamIdentifier: StreamIdentifier, groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Update.Options) -> PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Update.Options = { $0 }) async throws {
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:57:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:64:11-64:94
62 |     ///   - streamIdentifier: The identifier of the stream whose persistent subscription will be updated.
63 |     ///   - groupName: The name of the persistent subscription group.
64 +     ///   - configure: A closure to customize update options for the persistent subscription.
   |           ╰─suggestion: Remove duplicate parameter documentation
65 |     public func updatePersistentSubscription(stream streamIdentifier: StreamIdentifier, groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Update.Options) -> PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Update.Options = { $0 }) async throws {
66 |         let options = configure(.init())
warning: Parameter 'cursor' not found in instance method declaration
  --> ../KurrentDBClient+PersistentSubscriptions.swift:76:11-76:88
74 |     /// - Parameters:
75 |     ///   - groupName: The name of the subscription group.
76 +     ///   - cursor: The starting position for the subscription, defaulting to `.start`.
   |           ╰─suggestion: Remove 'cursor' parameter documentation
77 |     ///   - configure: A closure to customize the update options, defaulting to no modifications.
78 |     /// - Throws: An error if the update fails.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:75:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:82:11-82:80
80 |     ///
81 |     /// - Parameters:
82 +     ///   - groupName: The name of the persistent subscription group to update.
   |           ╰─suggestion: Remove duplicate parameter documentation
83 |     ///   - configure: A closure to customize the update options for the subscription.
84 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:77:11: Previously documented here
  --> ../KurrentDBClient+PersistentSubscriptions.swift:83:11-84:9
81 |     /// - Parameters:
82 |     ///   - groupName: The name of the persistent subscription group to update.
83 +     ///   - configure: A closure to customize the update options for the subscription.
   |           ╰─suggestion: Remove duplicate parameter documentation
84 +     ///
85 |     /// - Throws: An error if the update operation fails.
86 |     public func updatePersistentSubscriptionToAllStream(groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.AllStream>.AllStream.Update.Options) -> PersistentSubscriptions<PersistentSubscription.AllStream>.AllStream.Update.Options = { $0 }) async throws {
warning: Parameter 'streamIdentifier' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:96:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:104:11-104:76
102 |     ///
103 |     /// - Parameters:
104 +     ///   - streamIdentifier: The identifier of the stream to subscribe to.
    |           ╰─suggestion: Remove duplicate parameter documentation
105 |     ///   - groupName: The name of the persistent subscription group.
106 |     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:97:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:105:11-105:70
103 |     /// - Parameters:
104 |     ///   - streamIdentifier: The identifier of the stream to subscribe to.
105 +     ///   - groupName: The name of the persistent subscription group.
    |           ╰─suggestion: Remove duplicate parameter documentation
106 |     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
107 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:98:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:106:11-107:9
104 |     ///   - streamIdentifier: The identifier of the stream to subscribe to.
105 |     ///   - groupName: The name of the persistent subscription group.
106 +     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
    |           ╰─suggestion: Remove duplicate parameter documentation
107 +     ///
108 |     /// - Returns: A subscription instance for the specified stream and group.
109 |     ///
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:120:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:127:11-127:70
125 |     ///
126 |     /// - Parameters:
127 +     ///   - groupName: The name of the persistent subscription group.
    |           ╰─suggestion: Remove duplicate parameter documentation
128 |     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
129 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:121:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:128:11-129:9
126 |     /// - Parameters:
127 |     ///   - groupName: The name of the persistent subscription group.
128 +     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
    |           ╰─suggestion: Remove duplicate parameter documentation
129 +     ///
130 |     /// - Returns: A subscription instance for the persistent subscription to all streams.
131 |     ///
warning: Parameter 'cursor' not found in instance method declaration
   --> ../KurrentDBClient+PersistentSubscriptions.swift:204:11-204:86
202 |     ///   - streamName: The name of the target stream.
203 |     ///   - groupName: The name of the subscription group.
204 +     ///   - cursor: The starting revision for the subscription, defaulting to `.end`.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
205 |     ///   - configure: A closure to customize the creation options, defaulting to no modifications.
206 |     /// - Throws: An error if the creation fails.
warning: Parameter 'streamName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:202:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:210:11-210:64
208 |     ///
209 |     /// - Parameters:
210 +     ///   - streamName: The name of the stream to subscribe to.
    |           ╰─suggestion: Remove duplicate parameter documentation
211 |     ///   - groupName: The name of the persistent subscription group.
212 |     ///   - configure: A closure to customize creation options. Defaults to no customization.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:203:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:211:11-211:70
209 |     /// - Parameters:
210 |     ///   - streamName: The name of the stream to subscribe to.
211 +     ///   - groupName: The name of the persistent subscription group.
    |           ╰─suggestion: Remove duplicate parameter documentation
212 |     ///   - configure: A closure to customize creation options. Defaults to no customization.
213 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:205:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:212:11-213:9
210 |     ///   - streamName: The name of the stream to subscribe to.
211 |     ///   - groupName: The name of the persistent subscription group.
212 +     ///   - configure: A closure to customize creation options. Defaults to no customization.
    |           ╰─suggestion: Remove duplicate parameter documentation
213 +     ///
214 |     /// - Throws: An error if the persistent subscription could not be created.
215 |     public func createPersistentSubscription(stream streamName: String, groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Create.Options) -> PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Create.Options = { $0 }) async throws {
warning: Parameter 'cursor' not found in instance method declaration
   --> ../KurrentDBClient+PersistentSubscriptions.swift:227:11-227:86
225 |     ///   - streamName: The name of the target stream.
226 |     ///   - groupName: The name of the subscription group.
227 +     ///   - cursor: The starting revision for the subscription, defaulting to `.end`.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
228 |     ///   - configure: A closure to customize the update options, defaulting to no modifications.
229 |     /// - Throws: An error if the update fails.
warning: Parameter 'streamName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:225:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:233:11-233:94
231 |     ///
232 |     /// - Parameters:
233 +     ///   - streamName: The name of the stream whose persistent subscription will be updated.
    |           ╰─suggestion: Remove duplicate parameter documentation
234 |     ///   - groupName: The name of the persistent subscription group.
235 |     ///   - configure: A closure to customize update options for the subscription. Defaults to no changes.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:226:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:234:11-234:70
232 |     /// - Parameters:
233 |     ///   - streamName: The name of the stream whose persistent subscription will be updated.
234 +     ///   - groupName: The name of the persistent subscription group.
    |           ╰─suggestion: Remove duplicate parameter documentation
235 |     ///   - configure: A closure to customize update options for the subscription. Defaults to no changes.
236 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:228:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:235:11-236:9
233 |     ///   - streamName: The name of the stream whose persistent subscription will be updated.
234 |     ///   - groupName: The name of the persistent subscription group.
235 +     ///   - configure: A closure to customize update options for the subscription. Defaults to no changes.
    |           ╰─suggestion: Remove duplicate parameter documentation
236 +     ///
237 |     /// - Throws: An error if the update operation fails.
238 |     public func updatePersistentSubscription(stream streamName: String, groupName: String, configure: @Sendable (PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Update.Options) -> PersistentSubscriptions<PersistentSubscription.Specified>.SpecifiedStream.Update.Options = { $0 }) async throws {
warning: Parameter 'streamName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:248:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:256:11-256:64
254 |     ///
255 |     /// - Parameters:
256 +     ///   - streamName: The name of the stream to subscribe to.
    |           ╰─suggestion: Remove duplicate parameter documentation
257 |     ///   - groupName: The persistent subscription group name.
258 |     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
warning: Parameter 'groupName' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:249:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:257:11-257:63
255 |     /// - Parameters:
256 |     ///   - streamName: The name of the stream to subscribe to.
257 +     ///   - groupName: The persistent subscription group name.
    |           ╰─suggestion: Remove duplicate parameter documentation
258 |     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
259 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+PersistentSubscriptions.swift:250:11: Previously documented here
   --> ../KurrentDBClient+PersistentSubscriptions.swift:258:11-259:9
256 |     ///   - streamName: The name of the stream to subscribe to.
257 |     ///   - groupName: The persistent subscription group name.
258 +     ///   - configure: A closure to customize read options for the subscription. Defaults to no customization.
    |           ╰─suggestion: Remove duplicate parameter documentation
259 +     ///
260 |     /// - Returns: A subscription instance for the specified stream and group.
261 |     ///
warning: Parameter 'of' is missing documentation
  --> ../KurrentDBClient+Projections.swift:88:98-88:98
86 |     /// - Parameters:
87 |     ///   - name: The name of the projection.
   |           ╰─suggestion: Document 'of' parameter
88 +     ///   - configure: A closure to customize the result options, defaulting to no modifications.
89 |     /// - Returns: The decoded result of type `T`, or `nil` if no result is available.
90 |     /// - Throws: An error if the retrieval or decoding fails.
warning: Parameter 'of' is missing documentation
   --> ../KurrentDBClient+Projections.swift:101:97-101:97
99  |     /// - Parameters:
100 |     ///   - name: The name of the projection.
    |           ╰─suggestion: Document 'of' parameter
101 +     ///   - configure: A closure to customize the state options, defaulting to no modifications.
102 |     /// - Returns: The decoded state of type `T`, or `nil` if no state is available.
103 |     /// - Throws: An error if the retrieval or decoding fails.
warning: Parameter 'cursor' not found in instance method declaration
  --> ../KurrentDBClient+Streams.swift:52:11-52:79
50 |     ///
51 |     /// - Parameters:
52 +     ///   - cursor: The starting position for reading, defaulting to `.start`.
   |           ╰─suggestion: Remove 'cursor' parameter documentation
53 |     ///   - configure: A closure to customize the read options, defaulting to no modifications.
54 |     /// - Returns: An asynchronous stream of `ReadAll.Response` values.
warning: Parameter 'configure' is already documented
../KurrentDBClient+Streams.swift:53:11: Previously documented here
  --> ../KurrentDBClient+Streams.swift:58:9-58:86
56 |     /// Reads events from all streams asynchronously, allowing customization of read options.
57 |     ///
58 +     /// - Parameter configure: A closure to configure read options for the operation.
   |         ╰─suggestion: Remove duplicate parameter documentation
59 |     /// - Returns: An asynchronous sequence of read responses containing events from all streams.
60 |     /// - Throws: An error if the read operation fails.
warning: Parameter 'cursor' not found in instance method declaration
  --> ../KurrentDBClient+Streams.swift:70:11-70:79
68 |     /// - Parameters:
69 |     ///   - streamIdentifier: The identifier of the target stream.
70 +     ///   - cursor: The starting revision for reading, defaulting to `.start`.
   |           ╰─suggestion: Remove 'cursor' parameter documentation
71 |     ///   - configure: A closure to customize the read options, defaulting to no modifications.
72 |     /// - Returns: An asynchronous stream of `Read.Response` values.
warning: Parameter 'streamIdentifier' is already documented
../KurrentDBClient+Streams.swift:69:11: Previously documented here
  --> ../KurrentDBClient+Streams.swift:77:11-77:73
75 |     ///
76 |     /// - Parameters:
77 +     ///   - streamIdentifier: The identifier of the stream to read from.
   |           ╰─suggestion: Remove duplicate parameter documentation
78 |     ///   - configure: A closure to customize read options. Defaults to no customization.
79 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+Streams.swift:71:11: Previously documented here
  --> ../KurrentDBClient+Streams.swift:78:11-79:9
76 |     /// - Parameters:
77 |     ///   - streamIdentifier: The identifier of the stream to read from.
78 +     ///   - configure: A closure to customize read options. Defaults to no customization.
   |           ╰─suggestion: Remove duplicate parameter documentation
79 +     ///
80 |     /// - Returns: An asynchronous sequence of read responses containing events from the stream.
81 |     ///
warning: Parameter 'cursor' not found in instance method declaration
  --> ../KurrentDBClient+Streams.swift:91:11-91:88
89 |     ///
90 |     /// - Parameters:
91 +     ///   - cursor: The starting position for the subscription, defaulting to `.start`.
   |           ╰─suggestion: Remove 'cursor' parameter documentation
92 |     ///   - configure: A closure to customize the subscription options, defaulting to no modifications.
93 |     /// - Returns: A `Subscription` instance for receiving events.
warning: Parameter 'configure' is already documented
../KurrentDBClient+Streams.swift:92:11: Previously documented here
  --> ../KurrentDBClient+Streams.swift:97:9-97:86
95 |     /// Subscribes to all streams and returns a subscription for receiving events asynchronously.
96 |     ///
97 +     /// - Parameter configure: An optional closure to customize subscription options.
   |         ╰─suggestion: Remove duplicate parameter documentation
98 |     /// - Returns: A subscription instance for receiving events from all streams.
99 |     /// - Throws: An error if the subscription cannot be established.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../KurrentDBClient+Streams.swift:109:11-109:86
107 |     /// - Parameters:
108 |     ///   - streamIdentifier: The identifier of the target stream.
109 +     ///   - cursor: The starting revision for the subscription, defaulting to `.end`.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
110 |     ///   - configure: A closure to customize the subscription options, defaulting to no modifications.
111 |     /// - Returns: A `Subscription` instance for receiving events.
warning: Parameter 'streamIdentifier' is already documented
../KurrentDBClient+Streams.swift:108:11: Previously documented here
   --> ../KurrentDBClient+Streams.swift:116:11-116:76
114 |     ///
115 |     /// - Parameters:
116 +     ///   - streamIdentifier: The identifier of the stream to subscribe to.
    |           ╰─suggestion: Remove duplicate parameter documentation
117 |     ///   - configure: A closure to customize subscription options. Defaults to no customization.
118 |     ///
warning: Parameter 'configure' is already documented
../KurrentDBClient+Streams.swift:110:11: Previously documented here
   --> ../KurrentDBClient+Streams.swift:117:11-118:9
115 |     /// - Parameters:
116 |     ///   - streamIdentifier: The identifier of the stream to subscribe to.
117 +     ///   - configure: A closure to customize subscription options. Defaults to no customization.
    |           ╰─suggestion: Remove duplicate parameter documentation
118 +     ///
119 |     /// - Returns: A subscription instance for receiving events from the specified stream.
120 |     ///
warning: External name 'toNewStream' used to document parameter
   --> ../KurrentDBClient+Streams.swift:159:13-159:24
157 |     /// - Parameters:
158 |     ///   - fromIdentifier: The identifier of the source stream.
159 +     ///   - toNewStream: The identifier of the destination stream.
    |             ╰─suggestion: Replace 'toNewStream' with 'newIdentifier'
160 |     /// - Throws: An error if the copy operation fails.
161 |     /// - Note: This method must be called with `await` in an asynchronous context due to the `actor` model.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../KurrentDBClient+Streams.swift:230:11-230:79
228 |     /// - Parameters:
229 |     ///   - streamName: The name of the target stream.
230 +     ///   - cursor: The starting revision for reading, defaulting to `.start`.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
231 |     ///   - configure: A closure to customize the read options, defaulting to no modifications.
232 |     /// - Returns: An asynchronous stream of `Read.Response` values.
warning: Parameter 'streamName' is already documented
../KurrentDBClient+Streams.swift:229:11: Previously documented here
   --> ../KurrentDBClient+Streams.swift:236:9-236:69
234 |     /// Reads events from the specified stream by name, with customizable read options.
235 |     ///
236 +     /// - Parameter streamName: The name of the stream to read from.
    |         ╰─suggestion: Remove duplicate parameter documentation
237 |     /// - Parameter configure: A closure to customize read options. Defaults to no customization.
238 |     /// - Returns: An asynchronous sequence of read responses containing events from the stream.
warning: Parameter 'configure' is already documented
../KurrentDBClient+Streams.swift:231:11: Previously documented here
   --> ../KurrentDBClient+Streams.swift:237:9-237:98
235 |     ///
236 |     /// - Parameter streamName: The name of the stream to read from.
237 +     /// - Parameter configure: A closure to customize read options. Defaults to no customization.
    |         ╰─suggestion: Remove duplicate parameter documentation
238 |     /// - Returns: An asynchronous sequence of read responses containing events from the stream.
239 |     /// - Throws: An error if the read operation fails.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../KurrentDBClient+Streams.swift:249:11-249:86
247 |     /// - Parameters:
248 |     ///   - streamName: The name of the target stream.
249 +     ///   - cursor: The starting revision for the subscription, defaulting to `.end`.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
250 |     ///   - configure: A closure to customize the subscription options, defaulting to no modifications.
251 |     /// - Returns: A `Subscription` instance for receiving events.
warning: Parameter 'streamName' is already documented
../KurrentDBClient+Streams.swift:248:11: Previously documented here
   --> ../KurrentDBClient+Streams.swift:255:9-255:72
253 |     /// Subscribes to a specified stream by name, starting from a configurable revision.
254 |     ///
255 +     /// - Parameter streamName: The name of the stream to subscribe to.
    |         ╰─suggestion: Remove duplicate parameter documentation
256 |     /// - Parameter configure: A closure to customize subscription options. Defaults to no customization.
257 |     /// - Returns: A subscription instance for the specified stream.
warning: Parameter 'configure' is already documented
../KurrentDBClient+Streams.swift:250:11: Previously documented here
   --> ../KurrentDBClient+Streams.swift:256:9-256:106
254 |     ///
255 |     /// - Parameter streamName: The name of the stream to subscribe to.
256 +     /// - Parameter configure: A closure to customize subscription options. Defaults to no customization.
    |         ╰─suggestion: Remove duplicate parameter documentation
257 |     /// - Returns: A subscription instance for the specified stream.
258 |     /// - Throws: An error if the subscription cannot be established.
warning: 'setStreamMetadata(_:metadata:expectedRevision:)' is ambiguous at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:25:9-25:56
23 | /// ### Topics
24 | /// #### Stream Operations
25 + /// - ``setStreamMetadata(_:metadata:expectedRevision:)``
   |                                                        ├─suggestion: Insert '181vu' for'@discardableResult func setStreamMetadata(_ streamIdentifier: StreamIdentifier, metadata: StreamMetadata, expectedRevision: StreamRevision = .any) async throws -> Streams<SpecifiedStream>.Append.Response'
   |                                                        ╰─suggestion: Insert '3wtw1' for'@discardableResult func setStreamMetadata(_ streamName: String, metadata: StreamMetadata, expectedRevision: StreamRevision = .any) async throws -> Streams<SpecifiedStream>.Append.Response'
26 | /// - ``getStreamMetadata(_:)``
27 | /// - ``appendStream(_:events:configure:)``
warning: 'getStreamMetadata(_:)' is ambiguous at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:26:9-26:30
24 | /// #### Stream Operations
25 | /// - ``setStreamMetadata(_:metadata:expectedRevision:)``
26 + /// - ``getStreamMetadata(_:)``
   |                              ├─suggestion: Insert '41anx' for'func getStreamMetadata(_ streamIdentifier: StreamIdentifier) async throws -> StreamMetadata?'
   |                              ╰─suggestion: Insert '50d4p' for'func getStreamMetadata(_ streamName: String) async throws -> StreamMetadata?'
27 | /// - ``appendStream(_:events:configure:)``
28 | /// - ``readAllStreams(startFrom:configure:)``
warning: 'appendStream(_:events:configure:)' is ambiguous at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:27:9-27:42
25 | /// - ``setStreamMetadata(_:metadata:expectedRevision:)``
26 | /// - ``getStreamMetadata(_:)``
27 + /// - ``appendStream(_:events:configure:)``
   |                                          ├─suggestion: Insert '72js' for'@discardableResult func appendStream(_ streamIdentifier: StreamIdentifier, events: [EventData], configure: (Streams<SpecifiedStream>.Append.Options) -> Streams<SpecifiedStream>.Append.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Append.Response'
   |                                          ├─suggestion: Insert 'unuo' for'@discardableResult func appendStream(_ streamName: String, events: EventData..., configure: (Streams<SpecifiedStream>.Append.Options) -> Streams<SpecifiedStream>.Append.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Append.Response'
   |                                          ╰─suggestion: Insert '7m65o' for'@discardableResult func appendStream(_ streamName: String, events: [EventData], configure: (Streams<SpecifiedStream>.Append.Options) -> Streams<SpecifiedStream>.Append.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Append.Response'
28 | /// - ``readAllStreams(startFrom:configure:)``
29 | /// - ``readStream(_:startFrom:configure:)``
warning: 'readAllStreams(startFrom:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:28:9-28:45
26 | /// - ``getStreamMetadata(_:)``
27 | /// - ``appendStream(_:events:configure:)``
28 + /// - ``readAllStreams(startFrom:configure:)``
   |         ├─suggestion: Replace 'readAllStreams(startFrom:configure:)' with 'readAllStreams(configure:)'
   |         ├─suggestion: Replace 'readAllStreams(startFrom:configure:)' with 'subscribeAllStreams(configure:)'
   |         ╰─suggestion: Replace 'readAllStreams(startFrom:configure:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
29 | /// - ``readStream(_:startFrom:configure:)``
30 | /// - ``subscribeAllStreams(startFrom:configure:)``
warning: 'readStream(_:startFrom:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:29:9-29:43
27 | /// - ``appendStream(_:events:configure:)``
28 | /// - ``readAllStreams(startFrom:configure:)``
29 + /// - ``readStream(_:startFrom:configure:)``
   |         ╰─suggestion: Replace 'readStream(_:startFrom:configure:)' with 'readAllStreams(configure:)'
30 | /// - ``subscribeAllStreams(startFrom:configure:)``
31 | /// - ``subscribeStream(_:startFrom:configure:)``
warning: 'subscribeAllStreams(startFrom:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:30:9-30:50
28 | /// - ``readAllStreams(startFrom:configure:)``
29 | /// - ``readStream(_:startFrom:configure:)``
30 + /// - ``subscribeAllStreams(startFrom:configure:)``
   |         ├─suggestion: Replace 'subscribeAllStreams(startFrom:configure:)' with 'subscribeAllStreams(configure:)'
   |         ╰─suggestion: Replace 'subscribeAllStreams(startFrom:configure:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
31 | /// - ``subscribeStream(_:startFrom:configure:)``
32 | /// - ``deleteStream(_:configure:)``
warning: 'subscribeStream(_:startFrom:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:31:9-31:48
29 | /// - ``readStream(_:startFrom:configure:)``
30 | /// - ``subscribeAllStreams(startFrom:configure:)``
31 + /// - ``subscribeStream(_:startFrom:configure:)``
   |         ├─suggestion: Replace 'subscribeStream(_:startFrom:configure:)' with 'subscribeAllStreams(configure:)'
   |         ╰─suggestion: Replace 'subscribeStream(_:startFrom:configure:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
32 | /// - ``deleteStream(_:configure:)``
33 | /// - ``tombstoneStream(_:configure:)``
warning: 'deleteStream(_:configure:)' is ambiguous at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:32:9-32:35
30 | /// - ``subscribeAllStreams(startFrom:configure:)``
31 | /// - ``subscribeStream(_:startFrom:configure:)``
32 + /// - ``deleteStream(_:configure:)``
   |                                   ├─suggestion: Insert '8u137' for'@discardableResult func deleteStream(_ streamIdentifier: StreamIdentifier, configure: (Streams<SpecifiedStream>.Delete.Options) -> Streams<SpecifiedStream>.Delete.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Delete.Response'
   |                                   ╰─suggestion: Insert '98j9t' for'@discardableResult func deleteStream(_ streamName: String, configure: (Streams<SpecifiedStream>.Delete.Options) -> Streams<SpecifiedStream>.Delete.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Delete.Response'
33 | /// - ``tombstoneStream(_:configure:)``
34 | /// - ``copyStream(_:toNewStream:)``
warning: 'tombstoneStream(_:configure:)' is ambiguous at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:33:9-33:38
31 | /// - ``subscribeStream(_:startFrom:configure:)``
32 | /// - ``deleteStream(_:configure:)``
33 + /// - ``tombstoneStream(_:configure:)``
   |                                      ├─suggestion: Insert '175a5' for'@discardableResult func tombstoneStream(_ streamIdentifier: StreamIdentifier, configure: (Streams<SpecifiedStream>.Tombstone.Options) -> Streams<SpecifiedStream>.Tombstone.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Tombstone.Response'
   |                                      ╰─suggestion: Insert '1b7tf' for'@discardableResult func tombstoneStream(_ streamName: String, configure: (Streams<SpecifiedStream>.Tombstone.Options) -> Streams<SpecifiedStream>.Tombstone.Options = { $0 }) async throws -> Streams<SpecifiedStream>.Tombstone.Response'
34 | /// - ``copyStream(_:toNewStream:)``
35 | ///
warning: 'createPersistentSubscription(to:groupName:startFrom:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:37:9-37:72
35 | ///
36 | /// #### Persistent Subscription Operations
37 + /// - ``createPersistentSubscription(to:groupName:startFrom:configure:)``
   |         ├─suggestion: Replace 'createPersistentSubscription(to:groupName:startFrom:configure:)' with 'createPersistentSubscriptionToAllStream(groupName:configure:)'
   |         ├─suggestion: Replace 'createPersistentSubscription(to:groupName:startFrom:configure:)' with 'updatePersistentSubscriptionToAllStream(groupName:configure:)'
   |         ├─suggestion: Replace 'createPersistentSubscription(to:groupName:startFrom:configure:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
   |         ╰─suggestion: Replace 'createPersistentSubscription(to:groupName:startFrom:configure:)' with 'deletePersistentSubscriptionToAllStream(groupName:)'
38 | /// - ``createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)``
39 | /// - ``deletePersistentSubscription(to:groupName:)``
warning: 'createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:38:9-38:80
36 | /// #### Persistent Subscription Operations
37 | /// - ``createPersistentSubscription(to:groupName:startFrom:configure:)``
38 + /// - ``createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)``
   |         ├─suggestion: Replace 'createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)' with 'createPersistentSubscriptionToAllStream(groupName:configure:)'
   |         ├─suggestion: Replace 'createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)' with 'updatePersistentSubscriptionToAllStream(groupName:configure:)'
   |         ├─suggestion: Replace 'createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)' with 'deletePersistentSubscriptionToAllStream(groupName:)'
   |         ╰─suggestion: Replace 'createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
39 | /// - ``deletePersistentSubscription(to:groupName:)``
40 | /// - ``deletePersistentSubscriptionToAllStream(groupName:)``
warning: 'deletePersistentSubscription(to:groupName:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:39:9-39:52
37 | /// - ``createPersistentSubscription(to:groupName:startFrom:configure:)``
38 | /// - ``createPersistentSubscriptionToAllStream(groupName:startFrom:configure:)``
39 + /// - ``deletePersistentSubscription(to:groupName:)``
   |         ├─suggestion: Replace 'deletePersistentSubscription(to:groupName:)' with 'deletePersistentSubscriptionToAllStream(groupName:)'
   |         ├─suggestion: Replace 'deletePersistentSubscription(to:groupName:)' with 'createPersistentSubscriptionToAllStream(groupName:configure:)'
   |         ├─suggestion: Replace 'deletePersistentSubscription(to:groupName:)' with 'updatePersistentSubscriptionToAllStream(groupName:configure:)'
   |         ├─suggestion: Replace 'deletePersistentSubscription(to:groupName:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
   |         ╰─suggestion: Replace 'deletePersistentSubscription(to:groupName:)' with 'listAllPersistentSubscription()'
40 | /// - ``deletePersistentSubscriptionToAllStream(groupName:)``
41 | /// - ``listPersistentSubscriptions(to:)``
warning: 'listPersistentSubscriptions(to:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:41:9-41:41
39 | /// - ``deletePersistentSubscription(to:groupName:)``
40 | /// - ``deletePersistentSubscriptionToAllStream(groupName:)``
41 + /// - ``listPersistentSubscriptions(to:)``
   |         ├─suggestion: Replace 'listPersistentSubscriptions(to:)' with 'listPersistentSubscriptionsToAllStream()'
   |         ├─suggestion: Replace 'listPersistentSubscriptions(to:)' with 'listAllPersistentSubscription()'
   |         ├─suggestion: Replace 'listPersistentSubscriptions(to:)' with 'restartPersistentSubscriptionSubsystem()'
   |         ├─suggestion: Replace 'listPersistentSubscriptions(to:)' with 'deletePersistentSubscriptionToAllStream(groupName:)'
   |         ╰─suggestion: Replace 'listPersistentSubscriptions(to:)' with 'subscribePersistentSubscriptionToAllStreams(groupName:configure:)'
42 | /// - ``listPersistentSubscriptionsToAllStream()``
43 | /// - ``listAllPersistentSubscription()``
warning: 'getProjectionResult(name:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:52:9-52:45
50 | /// - ``deleteProjection(name:configure:)``
51 | /// - ``resetProjection(name:)``
52 + /// - ``getProjectionResult(name:configure:)``
   |         ├─suggestion: Replace 'getProjectionResult(name:configure:)' with 'getProjectionResult(of:name:configure:)'
   |         ├─suggestion: Replace 'getProjectionResult(name:configure:)' with 'getProjectionState(of:name:configure:)'
   |         ├─suggestion: Replace 'getProjectionResult(name:configure:)' with 'deleteProjection(name:configure:)'
   |         ╰─suggestion: Replace 'getProjectionResult(name:configure:)' with 'getProjectionDetail(name:)'
53 | /// - ``getProjectionState(name:configure:)``
54 | /// - ``getProjectionDetail(name:)``
warning: 'getProjectionState(name:configure:)' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:53:9-53:44
51 | /// - ``resetProjection(name:)``
52 | /// - ``getProjectionResult(name:configure:)``
53 + /// - ``getProjectionState(name:configure:)``
   |         ├─suggestion: Replace 'getProjectionState(name:configure:)' with 'getProjectionState(of:name:configure:)'
   |         ├─suggestion: Replace 'getProjectionState(name:configure:)' with 'getProjectionResult(of:name:configure:)'
   |         ├─suggestion: Replace 'getProjectionState(name:configure:)' with 'deleteProjection(name:configure:)'
   |         ╰─suggestion: Replace 'getProjectionState(name:configure:)' with 'getProjectionDetail(name:)'
54 | /// - ``getProjectionDetail(name:)``
55 | /// - ``restartProjectionSubsystem()``
warning: 'users' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:58:9-58:14
56 | ///
57 | /// #### User Management
58 + /// - ``users``
59 | ///
60 | /// #### Monitoring
warning: 'monitoring' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:61:9-61:19
59 | ///
60 | /// #### Monitoring
61 + /// - ``monitoring``
   |         ╰─suggestion: Replace 'monitoring' with 'Monitoring'
62 | ///
63 | /// #### Server Operations
warning: 'operations' doesn't exist at '/KurrentDB/KurrentDBClient'
  --> ../KurrentDBClient.swift:64:9-64:19
62 | ///
63 | /// #### Server Operations
64 + /// - ``operations``
   |         ├─suggestion: Replace 'operations' with 'Server-Operations'
   |         ├─suggestion: Replace 'operations' with 'Stream-Operations'
   |         ╰─suggestion: Replace 'operations' with 'Projection-Operations'
65 | /// - ``startScavenge(threadCount:startFromChunk:)``
66 | /// - ``stopScavenge(scavengeId:)``
warning: 'PersistentSubscription.Specified' doesn't exist at '/KurrentDB/PersistentSubscriptionTarget'
  --> ../PersistentSubscriptions/PersistentSubscriptionTarget.swift:30:9-30:41
28 | /// ### Topics
29 | /// #### Extensions
30 + /// - ``PersistentSubscription.Specified``: Represents a specific stream subscription target.
31 | /// - ``PersistentSubscription.All``: Represents a placeholder for all streams.
32 | /// - ``PersistentSubscription.AnyTarget``: A generic subscription target used when the type is not specified.
warning: 'PersistentSubscription.All' doesn't exist at '/KurrentDB/PersistentSubscriptionTarget'
  --> ../PersistentSubscriptions/PersistentSubscriptionTarget.swift:31:9-31:35
29 | /// #### Extensions
30 | /// - ``PersistentSubscription.Specified``: Represents a specific stream subscription target.
31 + /// - ``PersistentSubscription.All``: Represents a placeholder for all streams.
32 | /// - ``PersistentSubscription.AnyTarget``: A generic subscription target used when the type is not specified.
33 | public protocol PersistentSubscriptionTarget: Sendable {}
warning: 'PersistentSubscription.AnyTarget' doesn't exist at '/KurrentDB/PersistentSubscriptionTarget'
  --> ../PersistentSubscriptions/PersistentSubscriptionTarget.swift:32:9-32:41
30 | /// - ``PersistentSubscription.Specified``: Represents a specific stream subscription target.
31 | /// - ``PersistentSubscription.All``: Represents a placeholder for all streams.
32 + /// - ``PersistentSubscription.AnyTarget``: A generic subscription target used when the type is not specified.
33 | public protocol PersistentSubscriptionTarget: Sendable {}
34 |
warning: Parameter '_' not found in instance method declaration
   --> ../Projections/Projections.swift:185:11-185:78
183 |     ///
184 |     /// - Parameters:
185 +     ///   - _: The type to decode the result into, conforming to `Decodable`.
    |           ╰─suggestion: Remove '_' parameter documentation
186 |     ///   - options: The options for retrieving the result. Defaults to an empty configuration.
187 |     /// - Returns: An optional decoded result of type `DecodeType`, or `nil` if decoding fails.
warning: Parameter 'of' is missing documentation
   --> ../Projections/Projections.swift:186:96-186:96
184 |     /// - Parameters:
185 |     ///   - _: The type to decode the result into, conforming to `Decodable`.
186 +     ///   - options: The options for retrieving the result. Defaults to an empty configuration.
    |           ╰─suggestion: Document 'of' parameter
187 |     /// - Returns: An optional decoded result of type `DecodeType`, or `nil` if decoding fails.
188 |     /// - Throws: An error if the operation or decoding fails.
warning: Parameter '_' not found in instance method declaration
   --> ../Projections/Projections.swift:204:11-204:77
202 |     ///
203 |     /// - Parameters:
204 +     ///   - _: The type to decode the state into, conforming to `Decodable`.
    |           ╰─suggestion: Remove '_' parameter documentation
205 |     ///   - options: The options for retrieving the state. Defaults to an empty configuration.
206 |     /// - Returns: An optional decoded state of type `DecodeType`, or `nil` if decoding fails.
warning: Parameter 'of' is missing documentation
   --> ../Projections/Projections.swift:205:95-205:95
203 |     /// - Parameters:
204 |     ///   - _: The type to decode the state into, conforming to `Decodable`.
205 +     ///   - options: The options for retrieving the state. Defaults to an empty configuration.
    |           ╰─suggestion: Document 'of' parameter
206 |     /// - Returns: An optional decoded state of type `DecodeType`, or `nil` if decoding fails.
207 |     /// - Throws: An error if the operation or decoding fails.
warning: 'setMetadata(metadata:)' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:44:9-44:31
42 | /// ### Topics
43 | /// #### Specific Stream Operations
44 + /// - ``setMetadata(metadata:)``
   |         ╰─suggestion: Replace 'setMetadata(metadata:)' with 'setMetadata(metadata:expectedRevision:)'
45 | /// - ``getMetadata(cursor:)``
46 | /// - ``append(events:options:)``
warning: 'getMetadata(cursor:)' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:45:9-45:29
43 | /// #### Specific Stream Operations
44 | /// - ``setMetadata(metadata:)``
45 + /// - ``getMetadata(cursor:)``
   |         ╰─suggestion: Replace 'getMetadata(cursor:)' with 'getMetadata()'
46 | /// - ``append(events:options:)``
47 | /// - ``read(cursor:options:)``
warning: 'append(events:options:)' is ambiguous at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:46:9-46:32
44 | /// - ``setMetadata(metadata:)``
45 | /// - ``getMetadata(cursor:)``
46 + /// - ``append(events:options:)``
   |                                ├─suggestion: Insert '8sgon' for'@discardableResult func append(events: EventData..., options: Streams<Target>.Append.Options = .init()) async throws(KurrentError) -> Streams<Target>.Append.Response'
   |                                ╰─suggestion: Insert '6ffud' for'@discardableResult func append(events: [EventData], options: Streams<Target>.Append.Options = .init()) async throws(KurrentError) -> Streams<Target>.Append.Response'
47 | /// - ``read(cursor:options:)``
48 | /// - ``subscribe(from:options:)``
warning: 'read(cursor:options:)' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:47:9-47:30
45 | /// - ``getMetadata(cursor:)``
46 | /// - ``append(events:options:)``
47 + /// - ``read(cursor:options:)``
   |         ├─suggestion: Replace 'read(cursor:options:)' with 'read(options:)'
   |         ╰─suggestion: Replace 'read(cursor:options:)' with 'append(events:options:)'
48 | /// - ``subscribe(from:options:)``
49 | /// - ``delete(options:)``
warning: 'subscribe(from:options:)' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:48:9-48:33
46 | /// - ``append(events:options:)``
47 | /// - ``read(cursor:options:)``
48 + /// - ``subscribe(from:options:)``
   |         ╰─suggestion: Replace 'subscribe(from:options:)' with 'subscribe(options:)'
49 | /// - ``delete(options:)``
50 | /// - ``tombstone(options:)``
warning: 'subscribe(from:options:)-swift.struct-8y6e8' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:53:9-53:52
51 | ///
52 | /// #### Projection Stream Operations
53 + /// - ``subscribe(from:options:)-swift.struct-8y6e8``
   |         ╰─suggestion: Replace 'subscribe(from:options:)-swift.struct-8y6e8' with 'subscribe(options:)'
54 | ///
55 | /// #### All Streams Operations
warning: 'read(cursor:options:)-6h8h2' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:56:9-56:36
54 | ///
55 | /// #### All Streams Operations
56 + /// - ``read(cursor:options:)-6h8h2``
   |         ├─suggestion: Replace 'read(cursor:options:)-6h8h2' with 'read(options:)'
   |         ╰─suggestion: Replace 'read(cursor:options:)-6h8h2' with 'append(events:options:)'
57 | /// - ``subscribe(from:options:)-9gq2e``
58 | public actor Streams<Target: StreamTarget>: GRPCConcreteService {
warning: 'subscribe(from:options:)-9gq2e' doesn't exist at '/KurrentDB/Streams'
  --> ../Streams/Streams.swift:57:9-57:39
55 | /// #### All Streams Operations
56 | /// - ``read(cursor:options:)-6h8h2``
57 + /// - ``subscribe(from:options:)-9gq2e``
   |         ╰─suggestion: Replace 'subscribe(from:options:)-9gq2e' with 'subscribe(options:)'
58 | public actor Streams<Target: StreamTarget>: GRPCConcreteService {
59 |
warning: Parameter 'expectedRevision' is missing documentation
   --> ../Streams/Streams.swift:103:73-103:73
101 |     /// Sets metadata for the specified stream.
102 |     ///
103 +     /// - Parameter metadata: The metadata to associate with the stream.
    |                                                                         ╰─suggestion: Document 'expectedRevision' parameter
104 |     /// - Returns: An `Append.Response` indicating the result of the operation.
105 |     /// - Throws: An error if the operation fails.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Streams.swift:119:9-119:110
117 |     /// Retrieves the metadata associated with the specified stream.
118 |     ///
119 +     /// - Parameter cursor: The position in the stream from which to retrieve metadata, defaulting to `.end`.
    |         ╰─suggestion: Remove 'cursor' parameter documentation
120 |     /// - Returns: The `StreamMetadata` if available, otherwise `nil`.
121 |     /// Retrieves the latest metadata for the stream, if available.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Streams.swift:188:11-188:67
186 |     ///
187 |     /// - Parameters:
188 +     ///   - cursor: The position in the stream from which to read.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
189 |     ///   - options: The options for reading events. Defaults to an empty configuration.
190 |     /// - Returns: An asynchronous stream of `Read.Response` values.
warning: Parameter 'options' is already documented
../Streams/Streams.swift:189:11: Previously documented here
   --> ../Streams/Streams.swift:193:9-193:105
191 |     /// Reads events from the specified stream as an asynchronous throwing stream.
192 |     ///
193 +     /// - Parameter options: Options to configure the read operation, such as revision range or filters.
    |         ╰─suggestion: Remove duplicate parameter documentation
194 |     /// - Returns: An asynchronous throwing stream of read responses containing events from the stream.
195 |     /// - Throws: `KurrentError` if the read operation fails.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Streams.swift:204:11-204:80
202 |     ///
203 |     /// - Parameters:
204 +     ///   - cursor: The position in the stream from which to start subscribing.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
205 |     ///   - options: The options for subscribing. Defaults to an empty configuration.
206 |     /// - Returns: A `Subscription` instance for receiving events.
warning: Parameter 'options' is already documented
../Streams/Streams.swift:205:11: Previously documented here
   --> ../Streams/Streams.swift:209:9-209:89
207 |     /// Subscribes to events from the specified stream.
208 |     ///
209 +     /// - Parameter options: Subscription options, such as filters or starting revision.
    |         ╰─suggestion: Remove duplicate parameter documentation
210 |     /// - Returns: A subscription to the stream's events.
211 |     /// - Throws: `KurrentError` if the subscription fails.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Streams.swift:253:11-253:80
251 |     ///
252 |     /// - Parameters:
253 +     ///   - cursor: The position in the stream from which to start subscribing.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
254 |     ///   - options: The options for subscribing. Defaults to an empty configuration.
255 |     /// - Returns: A `Subscription` instance for receiving events.
warning: Parameter 'options' is already documented
../Streams/Streams.swift:254:11: Previously documented here
   --> ../Streams/Streams.swift:258:9-258:89
256 |     /// Subscribes to events from the specified stream.
257 |     ///
258 +     /// - Parameter options: Subscription options, such as filters or starting revision.
    |         ╰─suggestion: Remove duplicate parameter documentation
259 |     /// - Returns: A subscription that receives events from the stream.
260 |     /// - Throws: `KurrentError` if the subscription cannot be established.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Streams.swift:275:11-275:83
273 |     ///
274 |     /// - Parameters:
275 +     ///   - cursor: The position from which to start reading. default is `.start`.
    |           ╰─suggestion: Remove 'cursor' parameter documentation
276 |     ///   - options: The options for reading events. Defaults to an empty configuration.
277 |     /// - Returns: An asynchronous stream of `ReadAll.Response` values.
warning: Parameter 'options' is already documented
../Streams/Streams.swift:276:11: Previously documented here
   --> ../Streams/Streams.swift:280:9-280:97
278 |     /// Reads events from all streams as an asynchronous throwing stream.
279 |     ///
280 +     /// - Parameter options: Options to configure the read operation, such as filters or limits.
    |         ╰─suggestion: Remove duplicate parameter documentation
281 |     /// - Returns: An asynchronous throwing stream of read responses containing events from all streams.
282 |     /// - Throws: `KurrentError` if the read operation fails.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Streams.swift:291:11-291:84
289 |     ///
290 |     /// - Parameters:
291 +     ///   - cursor: The position from which to start subscribing. default is `.end`
    |           ╰─suggestion: Remove 'cursor' parameter documentation
292 |     ///   - options: The options for subscribing. Defaults to an empty configuration.
293 |     /// - Returns: A `Streams.Subscription` instance for receiving events.
warning: Parameter 'options' is already documented
../Streams/Streams.swift:292:11: Previously documented here
   --> ../Streams/Streams.swift:296:9-296:92
294 |     /// Subscribes to all event streams, delivering events as they occur.
295 |     ///
296 +     /// - Parameter options: Subscription options, including filters and starting position.
    |         ╰─suggestion: Remove duplicate parameter documentation
297 |     /// - Returns: A subscription that receives events from all streams.
298 |     /// - Throws: `KurrentError` if the subscription fails.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Usecase/All/Streams.ReadAll.swift:172:13-174:13
170 |         /// Returns a copy of the options with the starting position set to the specified cursor.
171 |         ///
172 +         /// - Parameter cursor: The stream position to use as the starting point for reading.
    |             ╰─suggestion: Remove 'cursor' parameter documentation
173 +         /// Returns a copy of the options with the stream position set to the specified value.
174 +         ///
175 |         /// - Parameter position: The stream position cursor to start reading from.
176 |         /// - Returns: A modified copy of the options with the updated start position.
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Usecase/All/Streams.SubscribeAll.swift:229:13-231:13
227 |         /// Returns a copy of the options with the starting position set to the specified cursor.
228 |         ///
229 +         /// - Parameter cursor: The position cursor to use as the starting point for the subscription.
    |             ╰─suggestion: Remove 'cursor' parameter documentation
230 +         /// Returns a copy of the options with the starting position set to the specified cursor.
231 +         ///
232 |         /// - Parameter position: The position cursor from which to start the subscription.
233 |         /// - Returns: A copy of the options with the updated starting position.
warning: Parameter 'revision' is already documented
../Streams/Usecase/Specified/Streams.Read.swift:157:13: Previously documented here
   --> ../Streams/Usecase/Specified/Streams.Read.swift:162:13-162:77
160 |         /// If the revision is `.start`, the direction is set to forward. If `.end`, the direction is set to backward. For `.specified`, the current direction is retained.
161 |         ///
162 +         /// - Parameter revision: The stream revision to start reading from.
    |             ╰─suggestion: Remove duplicate parameter documentation
163 |         /// - Returns: A modified copy of the options with the updated revision and direction.
164 |         @discardableResult
warning: Parameter 'cursor' not found in instance method declaration
   --> ../Streams/Usecase/Specified/Streams.Subscribe.swift:185:13-187:13
183 |         /// Returns a copy of the options with the revision cursor set to the specified value.
184 |         ///
185 +         /// - Parameter cursor: The revision cursor to use for the subscription.
    |             ╰─suggestion: Remove 'cursor' parameter documentation
186 +         /// Returns a copy of the options with the starting revision set to the specified value.
187 +         ///
188 |         /// - Parameter revision: The revision cursor indicating where the subscription should start from.
189 |         /// - Returns: A new `Options` instance with the updated starting revision.Finished building documentation for 'KurrentDB' (0.84s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/gradyzhuo/kurrentdb-swift/1.10.0
Updating https://github.com/apple/swift-certificates.git
Updating https://github.com/grpc/grpc-swift-protobuf.git
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/apple/swift-protobuf.git
Updating https://github.com/swift-server/swift-service-lifecycle.git
Updating https://github.com/apple/swift-nio-extras.git
Updating https://github.com/apple/swift-system.git
Updated https://github.com/grpc/grpc-swift-protobuf.git (0.47s)
Updating https://github.com/grpc/grpc-swift.git
Updated https://github.com/apple/swift-certificates.git (0.51s)
Updating https://github.com/apple/swift-algorithms.git
Updated https://github.com/apple/swift-system.git (0.57s)
Updating https://github.com/apple/swift-async-algorithms.git
Updated https://github.com/swift-server/swift-service-lifecycle.git (0.72s)
Updated https://github.com/apple/swift-crypto.git (0.72s)
Updated https://github.com/apple/swift-protobuf.git (0.72s)
Updated https://github.com/apple/swift-nio-extras.git (0.72s)
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-algorithms.git (0.43s)
Updating https://github.com/apple/swift-asn1.git
Updated https://github.com/apple/swift-async-algorithms.git (0.40s)
Updating https://github.com/grpc/grpc-swift-nio-transport.git
Updated https://github.com/grpc/grpc-swift.git (0.67s)
Updated https://github.com/apple/swift-atomics.git (0.43s)
Updating https://github.com/apple/swift-nio-transport-services.git
Updating https://github.com/apple/swift-http-structured-headers.git
Updated https://github.com/apple/swift-numerics.git (0.55s)
Updated https://github.com/apple/swift-log.git (0.55s)
Updating https://github.com/apple/swift-nio-ssl.git
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-asn1.git (0.44s)
Updating https://github.com/apple/swift-nio-http2.git
Updated https://github.com/grpc/grpc-swift-nio-transport.git (0.46s)
Updating https://github.com/apple/swift-http-types.git
Updated https://github.com/apple/swift-nio.git (0.79s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/apple/swift-nio-transport-services.git (0.42s)
Updated https://github.com/apple/swift-http-structured-headers.git (0.48s)
Updated https://github.com/apple/swift-nio-ssl.git (0.59s)
Updated https://github.com/apple/swift-collections.git (0.59s)
Updated https://github.com/apple/swift-nio-http2.git (0.53s)
Updated https://github.com/apple/swift-http-types.git (0.48s)
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 1.3.1 (0.51s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 1.2.3 (0.53s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.2.3 (0.51s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.63s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.30s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3410] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit SemanticVersion.swift
[31/57] Compiling SymbolKit AccessControl.swift
[32/57] Compiling SymbolKit Availability.swift
[33/57] Compiling SymbolKit AvailabilityItem.swift
[34/57] Compiling SymbolKit Domain.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.82s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'KurrentDB' complete! (1.80s)
Target:                   EventStoreDB
Extracting symbol information for 'EventStoreDB'...
Finished extracting symbol information for 'EventStoreDB'. (2.28s)
Building documentation for 'EventStoreDB'...
Finished building documentation for 'EventStoreDB' (0.09s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/gradyzhuo/kurrentdb-swift/1.10.0
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
Build of product 'snippet-extract' complete! (1.74s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
Build of target: 'EventStoreDB' complete! (1.77s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/gradyzhuo/kurrentdb-swift/1.10.0/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/gradyzhuo/kurrentdb-swift/1.10.0/linkable-paths.json
    2788
17	/Users/admin/builder/spi-builder-workspace/.docs/gradyzhuo/kurrentdb-swift/1.10.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/gradyzhuo/kurrentdb-swift/1.10.0
File count: 2788
Doc size:   17.0MB
Preparing doc bundle ...
Uploading prod-gradyzhuo-kurrentdb-swift-1.10.0-3cb2aba1.zip to s3://spi-docs-inbox/prod-gradyzhuo-kurrentdb-swift-1.10.0-3cb2aba1.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [41%]
Copying... [51%]
Copying... [62%]
Copying... [70%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.