The Swift Package Index logo.Swift Package Index

Build Information

Successful build of smoke-http, reference main (060537), with Swift 6.2 for Android on 22 Jun 2025 23:07:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
117 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:115:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |         }
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
117 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:154:55: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
152 |
153 |                 // return the future that will be completed with the future retry.
154 |                 return recordFuture.flatMap { promise.futureResult }
    |                                                       `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
155 |             }
156 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:116:17: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
    |                 `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
117 |             let logger = invocationContext.reporting.logger
118 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:176:51: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
174 |             let reportFuture = onComplete()
175 |
176 |             return reportFuture.flatMap { promise.futureResult }
    |                                                   `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
177 |         }
178 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:116:17: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
    |                 `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
117 |             let logger = invocationContext.reporting.logger
118 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:99:24: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 97 |                 }
 98 |
 99 |                 return self.getNextFuture(error: httpClientError)
    |                        `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
100 |             }
101 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:99:24: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 97 |                 }
 98 |
 99 |                 return self.getNextFuture(error: httpClientError)
    |                        `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
100 |             }
101 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:103:24: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
101 |
102 |             return future.flatMap {
103 |                 return self.onSuccess()
    |                        `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
104 |             }
105 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:103:24: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
101 |
102 |             return future.flatMap {
103 |                 return self.onSuccess()
    |                        `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
104 |             }
105 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:148:38: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithoutOutput()
    |                                      `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:148:38: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithoutOutput()
    |                                      `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:114:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
112 |         }
113 |
114 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
115 |             let promise = eventLoop.makePromise(of: Void.self)
116 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:114:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
112 |         }
113 |
114 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
115 |             let promise = eventLoop.makePromise(of: Void.self)
116 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:122:66: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
120 |                 do {
121 |                     // decode the provided body into the desired type
122 |                     let output: OutputType = try requestDelegate.decodeOutput(
    |                                                                  `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
123 |                         output: response.body,
124 |                         headers: response.headers,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:122:66: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
120 |                 do {
121 |                     // decode the provided body into the desired type
122 |                     let output: OutputType = try requestDelegate.decodeOutput(
    |                                                                  `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
123 |                         output: response.body,
124 |                         headers: response.headers,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:125:46: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
123 |                         output: response.body,
124 |                         headers: response.headers,
125 |                         invocationReporting: invocationContext.reporting)
    |                                              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
126 |
127 |                     // report success metric
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:141:43: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
139 |                     switch typedError.category {
140 |                     case .clientError, .clientRetryableError:
141 |                         invocationContext.reporting.failure4XXCounter?.increment()
    |                                           `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
142 |                     case .serverError:
143 |                         invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:141:25: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
139 |                     switch typedError.category {
140 |                     case .clientError, .clientRetryableError:
141 |                         invocationContext.reporting.failure4XXCounter?.increment()
    |                         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
142 |                     case .serverError:
143 |                         invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:136:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
134 |                     throw HTTPClientError(responseCode: 400, cause: error)
135 |                 }
136 |             } .flatMapErrorThrowing { error -> OutputType in
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
137 |                 if let typedError = error as? HTTPClientError {
138 |                     // report failure metric
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:160:35: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
158 |
159 |                 if let outwardsRequestAggregator = durationMetricDetails.2 {
160 |                     let promise = future.eventLoop.makePromise(of: Void.self)
    |                                   `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
161 |
162 |                     outwardsRequestAggregator.recordOutwardsRequest(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:116:13: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
114 |         // that will decode the returned body into the desired decodable type.
115 |
116 |         let future = executeAsEventLoopFuture(endpointOverride: endpointOverride,
    |             `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
117 |                                               requestComponents: requestComponents, httpMethod: httpMethod,
118 |                                               invocationContext: invocationContext)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:168:32: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
166 |
167 |                     return promise.futureResult.map {
168 |                         return output
    |                                `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
169 |                     }
170 |                 }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:151:33: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
149 |             }
150 |
151 |         return future.flatMap { output in
    |                                 `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
152 |             if let durationMetricDetails = durationMetricDetails {
153 |                 let timeInterval = Date().timeIntervalSince(durationMetricDetails.0)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:119:39: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
117 |                                                   invocationContext: invocationContext)
118 |                 .map { _ -> Void in
119 |                     invocationContext.reporting.successCounter?.increment()
    |                                       `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
120 |                 } .flatMapErrorThrowing { error in
121 |                     if let typedError = error as? HTTPClientError {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:119:21: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
117 |                                                   invocationContext: invocationContext)
118 |                 .map { _ -> Void in
119 |                     invocationContext.reporting.successCounter?.increment()
    |                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
120 |                 } .flatMapErrorThrowing { error in
121 |                     if let typedError = error as? HTTPClientError {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:125:47: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
123 |                         switch typedError.category {
124 |                         case .clientError, .clientRetryableError:
125 |                             invocationContext.reporting.failure4XXCounter?.increment()
    |                                               `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
126 |                         case .serverError:
127 |                             invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:125:29: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
123 |                         switch typedError.category {
124 |                         case .clientError, .clientRetryableError:
125 |                             invocationContext.reporting.failure4XXCounter?.increment()
    |                             `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
126 |                         case .serverError:
127 |                             invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
[1044/1074] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:100:29: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
 98 |                 }
 99 |
100 |                 return self.getNextFuture(error: httpClientError)
    |                             `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
101 |             }
102 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:100:24: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 98 |                 }
 99 |
100 |                 return self.getNextFuture(error: httpClientError)
    |                        `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
101 |             }
102 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:100:24: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 98 |                 }
 99 |
100 |                 return self.getNextFuture(error: httpClientError)
    |                        `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
101 |             }
102 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:86:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
 84 |         }
 85 |
 86 |         func executeAsEventLoopFutureWithOutput() -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
 87 |             // submit the asynchronous request
 88 |             let future: EventLoopFuture<OutputType> = httpClient.executeAsEventLoopFutureWithOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:86:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 84 |         }
 85 |
 86 |         func executeAsEventLoopFutureWithOutput() -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 87 |             // submit the asynchronous request
 88 |             let future: EventLoopFuture<OutputType> = httpClient.executeAsEventLoopFutureWithOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:86:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 84 |         }
 85 |
 86 |         func executeAsEventLoopFutureWithOutput() -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 87 |             // submit the asynchronous request
 88 |             let future: EventLoopFuture<OutputType> = httpClient.executeAsEventLoopFutureWithOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:104:41: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
102 |
103 |             return future.flatMap { result in
104 |                 return self.onSuccess().map { result }
    |                                         `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
105 |             }
106 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:104:24: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
102 |
103 |             return future.flatMap { result in
104 |                 return self.onSuccess().map { result }
    |                        `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
105 |             }
106 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:104:24: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
102 |
103 |             return future.flatMap { result in
104 |                 return self.onSuccess().map { result }
    |                        `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
105 |             }
106 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:86:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
 84 |         }
 85 |
 86 |         func executeAsEventLoopFutureWithOutput() -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
 87 |             // submit the asynchronous request
 88 |             let future: EventLoopFuture<OutputType> = httpClient.executeAsEventLoopFutureWithOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:86:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 84 |         }
 85 |
 86 |         func executeAsEventLoopFutureWithOutput() -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 87 |             // submit the asynchronous request
 88 |             let future: EventLoopFuture<OutputType> = httpClient.executeAsEventLoopFutureWithOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:86:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 84 |         }
 85 |
 86 |         func executeAsEventLoopFutureWithOutput() -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 87 |             // submit the asynchronous request
 88 |             let future: EventLoopFuture<OutputType> = httpClient.executeAsEventLoopFutureWithOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:104:47: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
102 |
103 |             return future.flatMap { result in
104 |                 return self.onSuccess().map { result }
    |                                               `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
105 |             }
106 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:103:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
101 |             }
102 |
103 |             return future.flatMap { result in
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
104 |                 return self.onSuccess().map { result }
105 |             }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:148:43: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithOutput()
    |                                           `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:148:38: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithOutput()
    |                                      `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:148:38: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithOutput()
    |                                      `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:115:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |         }
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
117 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:115:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |         }
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
117 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:115:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
113 |         }
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
117 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:154:55: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
152 |
153 |                 // return the future that will be completed with the future retry.
154 |                 return recordFuture.flatMap { promise.futureResult }
    |                                                       `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
155 |             }
156 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:116:17: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
    |                 `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
117 |             let logger = invocationContext.reporting.logger
118 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:176:51: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
174 |             let reportFuture = onComplete()
175 |
176 |             return reportFuture.flatMap { promise.futureResult }
    |                                                   `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
177 |         }
178 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift:116:17: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
114 |
115 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<OutputType> {
116 |             let promise = self.eventLoop.makePromise(of: OutputType.self)
    |                 `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
117 |             let logger = invocationContext.reporting.logger
118 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:99:24: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 97 |                 }
 98 |
 99 |                 return self.getNextFuture(error: httpClientError)
    |                        `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
100 |             }
101 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:99:24: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 97 |                 }
 98 |
 99 |                 return self.getNextFuture(error: httpClientError)
    |                        `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
100 |             }
101 |
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:103:24: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
101 |
102 |             return future.flatMap {
103 |                 return self.onSuccess()
    |                        `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
104 |             }
105 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:103:24: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
101 |
102 |             return future.flatMap {
103 |                 return self.onSuccess()
    |                        `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
104 |             }
105 |         }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:84:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 82 |         }
 83 |
 84 |         func executeAsEventLoopFutureWithoutOutput() -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 85 |             // submit the asynchronous request
 86 |             let future: EventLoopFuture<Void> = httpClient.executeAsEventLoopFutureWithoutOutputWithWrappedInvocationContext(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:148:38: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithoutOutput()
    |                                      `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:148:38: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
146 |                     logger.trace("Reattempting request due to remaining retries: \(currentRetriesRemaining)")
147 |
148 |                     let nextFuture = self.executeAsEventLoopFutureWithoutOutput()
    |                                      `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
149 |
150 |                     promise.completeWith(nextFuture)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:114:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
112 |         }
113 |
114 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
115 |             let promise = eventLoop.makePromise(of: Void.self)
116 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift:114:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
112 |         }
113 |
114 |         func getNextFuture(error: HTTPClientError) -> EventLoopFuture<Void> {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
115 |             let promise = eventLoop.makePromise(of: Void.self)
116 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:122:66: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
120 |                 do {
121 |                     // decode the provided body into the desired type
122 |                     let output: OutputType = try requestDelegate.decodeOutput(
    |                                                                  `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
123 |                         output: response.body,
124 |                         headers: response.headers,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:122:66: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
120 |                 do {
121 |                     // decode the provided body into the desired type
122 |                     let output: OutputType = try requestDelegate.decodeOutput(
    |                                                                  `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
123 |                         output: response.body,
124 |                         headers: response.headers,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:125:46: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
123 |                         output: response.body,
124 |                         headers: response.headers,
125 |                         invocationReporting: invocationContext.reporting)
    |                                              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
126 |
127 |                     // report success metric
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:141:43: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
139 |                     switch typedError.category {
140 |                     case .clientError, .clientRetryableError:
141 |                         invocationContext.reporting.failure4XXCounter?.increment()
    |                                           `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
142 |                     case .serverError:
143 |                         invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:141:25: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
139 |                     switch typedError.category {
140 |                     case .clientError, .clientRetryableError:
141 |                         invocationContext.reporting.failure4XXCounter?.increment()
    |                         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
142 |                     case .serverError:
143 |                         invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:101:13: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
 99 |             requestComponents: HTTPRequestComponents,
100 |             httpMethod: HTTPMethod,
101 |             invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<OutputType>
    |             `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
102 |     where OutputType: HTTPResponseOutputProtocol {
103 |         let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:136:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
134 |                     throw HTTPClientError(responseCode: 400, cause: error)
135 |                 }
136 |             } .flatMapErrorThrowing { error -> OutputType in
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
137 |                 if let typedError = error as? HTTPClientError {
138 |                     // report failure metric
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:160:35: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
158 |
159 |                 if let outwardsRequestAggregator = durationMetricDetails.2 {
160 |                     let promise = future.eventLoop.makePromise(of: Void.self)
    |                                   `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
161 |
162 |                     outwardsRequestAggregator.recordOutwardsRequest(
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:116:13: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
114 |         // that will decode the returned body into the desired decodable type.
115 |
116 |         let future = executeAsEventLoopFuture(endpointOverride: endpointOverride,
    |             `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
117 |                                               requestComponents: requestComponents, httpMethod: httpMethod,
118 |                                               invocationContext: invocationContext)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:168:32: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
166 |
167 |                     return promise.futureResult.map {
168 |                         return output
    |                                `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
169 |                     }
170 |                 }
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift:151:33: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
149 |             }
150 |
151 |         return future.flatMap { output in
    |                                 `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure
152 |             if let durationMetricDetails = durationMetricDetails {
153 |                 let timeInterval = Date().timeIntervalSince(durationMetricDetails.0)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:119:39: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
117 |                                                   invocationContext: invocationContext)
118 |                 .map { _ -> Void in
119 |                     invocationContext.reporting.successCounter?.increment()
    |                                       `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
120 |                 } .flatMapErrorThrowing { error in
121 |                     if let typedError = error as? HTTPClientError {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:119:21: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
117 |                                                   invocationContext: invocationContext)
118 |                 .map { _ -> Void in
119 |                     invocationContext.reporting.successCounter?.increment()
    |                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
120 |                 } .flatMapErrorThrowing { error in
121 |                     if let typedError = error as? HTTPClientError {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:125:47: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
123 |                         switch typedError.category {
124 |                         case .clientError, .clientRetryableError:
125 |                             invocationContext.reporting.failure4XXCounter?.increment()
    |                                               `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
126 |                         case .serverError:
127 |                             invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:125:29: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
123 |                         switch typedError.category {
124 |                         case .clientError, .clientRetryableError:
125 |                             invocationContext.reporting.failure4XXCounter?.increment()
    |                             `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
126 |                         case .serverError:
127 |                             invocationContext.reporting.failure5XXCounter?.increment()
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift:102:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
100 |         requestComponents: HTTPRequestComponents,
101 |         httpMethod: HTTPMethod,
102 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) -> EventLoopFuture<Void> {
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
103 |
104 |             let durationMetricDetails: (Date, Metrics.Timer?, OutwardsRequestAggregator?)?
[1045/1074] Compiling SmokeHTTPClient HTTPRequestComponents.swift
[1046/1074] Compiling SmokeHTTPClient HTTPRequestInput.swift
[1047/1074] Compiling SmokeHTTPClient HTTPRequestInputProtocol.swift
[1048/1074] Compiling SmokeHTTPClient HTTPResponseComponents.swift
[1049/1074] Compiling SmokeHTTPClient HTTPResponseOutputProtocol.swift
[1050/1074] Compiling SmokeHTTPClient HttpClientError.swift
[1051/1074] Compiling SmokeHTTPClient InvocationTraceContext.swift
[1052/1074] Compiling SmokeHTTPClient MockCoreInvocationReporting.swift
[1053/1074] Compiling SmokeHTTPClient MockHTTPClient.swift
[1054/1074] Compiling SmokeHTTPClient MockHTTPInvocationClient.swift
[1055/1074] Compiling SmokeHTTPClient MockInvocationTraceContext.swift
[1056/1074] Compiling SmokeHTTPClient NoHTTPRequestInput.swift
[1057/1074] Compiling SmokeHTTPClient HTTPInvocationClient.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPInvocationClient.swift:75:65: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 73 |             connect: .seconds(10), read: .seconds(10)),
 74 |         connectionPoolConfiguration: HTTPClient.Configuration.ConnectionPool? = nil,
 75 |         eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                 |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                 `- note: use 'singleton' instead
 76 |         retryConfiguration: HTTPClientRetryConfiguration = .default,
 77 |         retryOnErrorProvider: @escaping (SmokeHTTPClient.HTTPClientError) -> Bool = { error in error.isRetriable() },
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1058/1074] Compiling SmokeHTTPClient HTTPOperationsClient +executeAsyncRetriableWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPInvocationClient.swift:75:65: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 73 |             connect: .seconds(10), read: .seconds(10)),
 74 |         connectionPoolConfiguration: HTTPClient.Configuration.ConnectionPool? = nil,
 75 |         eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                 |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                 `- note: use 'singleton' instead
 76 |         retryConfiguration: HTTPClientRetryConfiguration = .default,
 77 |         retryOnErrorProvider: @escaping (SmokeHTTPClient.HTTPClientError) -> Bool = { error in error.isRetriable() },
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1059/1074] Compiling SmokeHTTPClient HTTPOperationsClient +executeAsyncWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPInvocationClient.swift:75:65: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 73 |             connect: .seconds(10), read: .seconds(10)),
 74 |         connectionPoolConfiguration: HTTPClient.Configuration.ConnectionPool? = nil,
 75 |         eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                 |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                 `- note: use 'singleton' instead
 76 |         retryConfiguration: HTTPClientRetryConfiguration = .default,
 77 |         retryOnErrorProvider: @escaping (SmokeHTTPClient.HTTPClientError) -> Bool = { error in error.isRetriable() },
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1060/1074] Compiling SmokeHTTPClient HTTPOperationsClient +executeAsyncWithoutOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPInvocationClient.swift:75:65: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 73 |             connect: .seconds(10), read: .seconds(10)),
 74 |         connectionPoolConfiguration: HTTPClient.Configuration.ConnectionPool? = nil,
 75 |         eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                 |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                 `- note: use 'singleton' instead
 76 |         retryConfiguration: HTTPClientRetryConfiguration = .default,
 77 |         retryOnErrorProvider: @escaping (SmokeHTTPClient.HTTPClientError) -> Bool = { error in error.isRetriable() },
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1061/1074] Compiling SmokeHTTPClient HTTPOperationsClient +executeSyncRetriableWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPInvocationClient.swift:75:65: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 73 |             connect: .seconds(10), read: .seconds(10)),
 74 |         connectionPoolConfiguration: HTTPClient.Configuration.ConnectionPool? = nil,
 75 |         eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                 |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                 `- note: use 'singleton' instead
 76 |         retryConfiguration: HTTPClientRetryConfiguration = .default,
 77 |         retryOnErrorProvider: @escaping (SmokeHTTPClient.HTTPClientError) -> Bool = { error in error.isRetriable() },
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1062/1074] Compiling SmokeHTTPClient HTTPOperationsClient +executeSyncRetriableWithoutOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPInvocationClient.swift:75:65: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 73 |             connect: .seconds(10), read: .seconds(10)),
 74 |         connectionPoolConfiguration: HTTPClient.Configuration.ConnectionPool? = nil,
 75 |         eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                 |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                 `- note: use 'singleton' instead
 76 |         retryConfiguration: HTTPClientRetryConfiguration = .default,
 77 |         retryOnErrorProvider: @escaping (SmokeHTTPClient.HTTPClientError) -> Bool = { error in error.isRetriable() },
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:129:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
127 |                             do {
128 |                                 // execute again
129 |                                 try self.executeAsyncWithOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
130 |                                 return
131 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift:105:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
103 |         }
104 |
105 |         func completion(innerResult: Result<OutputType, HTTPClientError>) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
106 |             let result: Result<OutputType, HTTPClientError>
107 |             let logger = invocationContext.reporting.logger
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1063/1074] Compiling SmokeHTTPClient HTTPClientInvocationContext.swift
[1064/1074] Compiling SmokeHTTPClient HTTPClientInvocationDelegate.swift
[1065/1074] Compiling SmokeHTTPClient HTTPClientInvocationReporting.swift
[1066/1074] Compiling SmokeHTTPClient HTTPClientReportingConfiguration.swift
[1067/1074] Compiling SmokeHTTPClient HTTPClientRetryConfiguration.swift
[1068/1074] Compiling SmokeHTTPClient HTTPError.swift
[1069/1074] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:96:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 94 |                 clientDelegate: HTTPClientDelegate,
 95 |                 connectionTimeoutSeconds: Int64 = 10,
 96 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
 97 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
 98 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:131:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
129 |                 clientDelegate: HTTPClientDelegate,
130 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout,
131 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
132 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
133 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1070/1074] Compiling SmokeHTTPClient HTTPOperationsClient+executeRetriableWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:96:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 94 |                 clientDelegate: HTTPClientDelegate,
 95 |                 connectionTimeoutSeconds: Int64 = 10,
 96 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
 97 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
 98 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:131:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
129 |                 clientDelegate: HTTPClientDelegate,
130 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout,
131 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
132 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
133 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1071/1074] Compiling SmokeHTTPClient HTTPOperationsClient+executeRetriableWithoutOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:96:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 94 |                 clientDelegate: HTTPClientDelegate,
 95 |                 connectionTimeoutSeconds: Int64 = 10,
 96 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
 97 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
 98 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:131:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
129 |                 clientDelegate: HTTPClientDelegate,
130 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout,
131 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
132 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
133 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1072/1074] Compiling SmokeHTTPClient HTTPOperationsClient+executeWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:96:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 94 |                 clientDelegate: HTTPClientDelegate,
 95 |                 connectionTimeoutSeconds: Int64 = 10,
 96 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
 97 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
 98 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:131:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
129 |                 clientDelegate: HTTPClientDelegate,
130 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout,
131 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
132 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
133 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1073/1074] Compiling SmokeHTTPClient HTTPOperationsClient+executeWithoutOutput.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:96:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 94 |                 clientDelegate: HTTPClientDelegate,
 95 |                 connectionTimeoutSeconds: Int64 = 10,
 96 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
 97 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
 98 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:131:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
129 |                 clientDelegate: HTTPClientDelegate,
130 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout,
131 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
132 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
133 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1074/1074] Compiling SmokeHTTPClient HTTPOperationsClient.swift
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:123:37: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
121 |                             do {
122 |                                 // execute again
123 |                                 try self.executeAsyncWithoutOutput()
    |                                     `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
124 |                                 return
125 |                             } catch {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationStrategyType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift:100:14: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
 98 |         }
 99 |
100 |         func completion(innerError: HTTPClientError?) {
    |              `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
101 |             let error: HTTPClientError?
102 |             let logger = invocationContext.reporting.logger
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:96:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
 94 |                 clientDelegate: HTTPClientDelegate,
 95 |                 connectionTimeoutSeconds: Int64 = 10,
 96 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
 97 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
 98 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:131:73: warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
129 |                 clientDelegate: HTTPClientDelegate,
130 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout,
131 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
    |                                                                         |- warning: 'createNew' is deprecated: Please use the singleton EventLoopGroup explicitly [#DeprecatedDeclaration]
    |                                                                         `- note: use 'singleton' instead
132 |                 connectionPoolConfiguration connectionPoolConfigurationOptional: HTTPClient.Configuration.ConnectionPool? = nil,
133 |                 enableAHCLogging: Bool = false) {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:218:51: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
216 |         responseFuture.whenComplete { result in
217 |             do {
218 |                 let responseComponents = try self.handleCompleteResponse(invocationContext: invocationContext,
    |                                                   `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
219 |                                                                          outwardsRequestContext: outwardsRequestContext,
220 |                                                                          result: result)
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:209:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
207 |         httpMethod: HTTPMethod,
208 |         completion: @escaping (Result<HTTPResponseComponents, HTTPClientError>) -> (),
209 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>) throws
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
210 |     -> EventLoopFuture<HTTPClient.Response> {
211 |         let (responseFuture, outwardsRequestContext) = try performExecuteAsync(endpointOverride: endpointOverride,
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:249:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
247 |                 // and generate a `HTTPResponseComponents` instance or be a failure response and cause
248 |                 // a SmokeHTTPClient.HTTPClientError error to be thrown
249 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
250 |                                                                           outwardsRequestContext: outwardsRequestContext,
251 |                                                                           result: .success(successResult))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:261:33: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
259 |                 // a response wasn't even able to be generated (for example due to a connection error)
260 |                 // make sure this error is thrown correctly as a SmokeHTTPClient.HTTPClientError
261 |                 return try self.handleCompleteResponseThrowingClientError(invocationContext: invocationContext,
    |                                 `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
262 |                                                                           outwardsRequestContext: outwardsRequestContext,
263 |                                                                           result: .failure(error))
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'InvocationReportingType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
/host/spi-builder-workspace/Sources/SmokeHTTPClient/HTTPOperationsClient.swift:238:9: warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
236 |         requestComponents: HTTPRequestComponents,
237 |         httpMethod: HTTPMethod,
238 |         invocationContext: HTTPClientInvocationContext<InvocationReportingType, HandlerDelegateType>)
    |         `- warning: capture of non-sendable type 'HandlerDelegateType.Type' in an isolated closure
239 |     -> EventLoopFuture<HTTPResponseComponents> {
240 |         do {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1076/1077] Compiling _SmokeHTTPClientConcurrency Export.swift
[1077/1077] Emitting module _SmokeHTTPClientConcurrency
Build complete! (250.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.33.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.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"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    }
  ],
  "manifest_display_name" : "smoke-http",
  "name" : "smoke-http",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SmokeHTTPClient",
      "targets" : [
        "SmokeHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_SmokeHTTPClientConcurrency",
      "targets" : [
        "_SmokeHTTPClientConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "QueryCoding",
      "targets" : [
        "QueryCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPHeadersCoding",
      "targets" : [
        "HTTPHeadersCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HTTPPathCoding",
      "targets" : [
        "HTTPPathCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ShapeCoding",
      "targets" : [
        "ShapeCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_SmokeHTTPClientConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "_SmokeHTTPClientConcurrency",
      "path" : "Sources/_SmokeHTTPClientConcurrency",
      "product_memberships" : [
        "_SmokeHTTPClientConcurrency"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "SmokeHTTPClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SmokeHTTPClientTests",
      "path" : "Tests/SmokeHTTPClientTests",
      "sources" : [
        "MockHTTPClientInvocationClientTests.swift",
        "SmokeHTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "SmokeHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmokeHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "SmokeHTTPClient",
      "path" : "Sources/SmokeHTTPClient",
      "product_dependencies" : [
        "Logging",
        "Metrics",
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOSSL",
        "AsyncHTTPClient",
        "Tracing"
      ],
      "product_memberships" : [
        "SmokeHTTPClient",
        "_SmokeHTTPClientConcurrency"
      ],
      "sources" : [
        "AsyncResponseInvocationStrategy.swift",
        "BodyHTTPRequestInput.swift",
        "GlobalDispatchQueueAsyncResponseInvocationStrategy.swift",
        "HTTPClientCoreInvocationReporting.swift",
        "HTTPClientDelegate.swift",
        "HTTPClientInnerRetryInvocationReporting.swift",
        "HTTPClientInvocationContext.swift",
        "HTTPClientInvocationDelegate.swift",
        "HTTPClientInvocationReporting.swift",
        "HTTPClientReportingConfiguration.swift",
        "HTTPClientRetryConfiguration.swift",
        "HTTPError.swift",
        "HTTPInvocationClient.swift",
        "HTTPOperationsClient +executeAsyncRetriableWithOutput.swift",
        "HTTPOperationsClient +executeAsyncWithOutput.swift",
        "HTTPOperationsClient +executeAsyncWithoutOutput.swift",
        "HTTPOperationsClient +executeSyncRetriableWithOutput.swift",
        "HTTPOperationsClient +executeSyncRetriableWithoutOutput.swift",
        "HTTPOperationsClient +executeSyncWithOutput.swift",
        "HTTPOperationsClient +executeSyncWithoutOutput.swift",
        "HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift",
        "HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift",
        "HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift",
        "HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift",
        "HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift",
        "HTTPOperationsClient+executeRetriableWithOutput.swift",
        "HTTPOperationsClient+executeRetriableWithoutOutput.swift",
        "HTTPOperationsClient+executeWithOutput.swift",
        "HTTPOperationsClient+executeWithoutOutput.swift",
        "HTTPOperationsClient.swift",
        "HTTPRequestComponents.swift",
        "HTTPRequestInput.swift",
        "HTTPRequestInputProtocol.swift",
        "HTTPResponseComponents.swift",
        "HTTPResponseOutputProtocol.swift",
        "HttpClientError.swift",
        "InvocationTraceContext.swift",
        "MockCoreInvocationReporting.swift",
        "MockHTTPClient.swift",
        "MockHTTPInvocationClient.swift",
        "MockInvocationTraceContext.swift",
        "NoHTTPRequestInput.swift",
        "QueryHTTPRequestInput.swift",
        "RetriableOutwardsRequestLatencyAggregator.swift",
        "SameThreadAsyncResponseInvocationStrategy.swift",
        "StandardHTTPClientCoreInvocationReporting.swift",
        "StandardHTTPClientInvocationReporting.swift",
        "TestEventLoopProvider.swift"
      ],
      "target_dependencies" : [
        "HTTPHeadersCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShapeCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "ShapeCodingTests",
      "path" : "Tests/ShapeCodingTests",
      "sources" : [
        "ShapeSingleValueEncodingContainerTests.swift",
        "StandardShapeParserTests.swift"
      ],
      "target_dependencies" : [
        "ShapeCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ShapeCoding",
      "module_type" : "SwiftTarget",
      "name" : "ShapeCoding",
      "path" : "Sources/ShapeCoding",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SmokeHTTPClient",
        "_SmokeHTTPClientConcurrency",
        "QueryCoding",
        "HTTPHeadersCoding",
        "HTTPPathCoding",
        "ShapeCoding"
      ],
      "sources" : [
        "DateISO8601Extensions.swift",
        "DecodingErrorExtension.swift",
        "MutableShape.swift",
        "RawShape.swift",
        "ShapeCodingKey.swift",
        "ShapeDecoder+unbox.swift",
        "ShapeDecoder.swift",
        "ShapeDecoderDelegate.swift",
        "ShapeDecodingStorage.swift",
        "ShapeElement.swift",
        "ShapeKeyedDecodingContainer+KeyedDecodingContainerProtocol.swift",
        "ShapeKeyedDecodingContainer.swift",
        "ShapeKeyedEncodingContainer.swift",
        "ShapeSingleValueEncodingContainer.swift",
        "ShapeSingleValueEncodingContainerDelegate.swift",
        "ShapeUnkeyedDecodingContainer.swift",
        "ShapeUnkeyedEncodingContainer.swift",
        "StandardDecodingOptions.swift",
        "StandardEncodingOptions.swift",
        "StandardShapeDecoderDelegate.swift",
        "StandardShapeParser.swift",
        "StandardShapeSingleValueEncodingContainerDelegate.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QueryCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "QueryCodingTests",
      "path" : "Tests/QueryCodingTests",
      "sources" : [
        "QueryCodingTestInput.swift",
        "QueryEncoderTests.swift"
      ],
      "target_dependencies" : [
        "QueryCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueryCoding",
      "module_type" : "SwiftTarget",
      "name" : "QueryCoding",
      "path" : "Sources/QueryCoding",
      "product_memberships" : [
        "QueryCoding"
      ],
      "sources" : [
        "QueryDecoder.swift",
        "QueryEncoder.swift"
      ],
      "target_dependencies" : [
        "ShapeCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPPathCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPPathCodingTests",
      "path" : "Tests/HTTPPathCodingTests",
      "sources" : [
        "GetShapeForTemplateTests.swift",
        "HTTPPathCoderTestInput.swift",
        "HTTPPathEncoderTests.swift",
        "HTTPPathSegmentTests.swift",
        "HTTPPathTokenTests.swift"
      ],
      "target_dependencies" : [
        "HTTPPathCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPPathCoding",
      "module_type" : "SwiftTarget",
      "name" : "HTTPPathCoding",
      "path" : "Sources/HTTPPathCoding",
      "product_memberships" : [
        "HTTPPathCoding"
      ],
      "sources" : [
        "Array+getShapeForTemplate.swift",
        "HTTPPathDecoder.swift",
        "HTTPPathEncoder.swift",
        "HTTPPathSegment.swift",
        "HTTPPathToken.swift"
      ],
      "target_dependencies" : [
        "ShapeCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HTTPHeadersCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "HTTPHeadersCodingTests",
      "path" : "Tests/HTTPHeadersCodingTests",
      "sources" : [
        "HTTPHeadersCodingTestInput.swift",
        "HTTPHeadersEncoderTests.swift"
      ],
      "target_dependencies" : [
        "HTTPHeadersCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HTTPHeadersCoding",
      "module_type" : "SwiftTarget",
      "name" : "HTTPHeadersCoding",
      "path" : "Sources/HTTPHeadersCoding",
      "product_memberships" : [
        "SmokeHTTPClient",
        "_SmokeHTTPClientConcurrency",
        "HTTPHeadersCoding"
      ],
      "sources" : [
        "HTTPHeadersDecoder.swift",
        "HTTPHeadersEncoder.swift"
      ],
      "target_dependencies" : [
        "ShapeCoding"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.