The Swift Package Index logo.Swift Package Index

Build Information

Successful build of smoke-framework, reference 2.23.0 (dfac39), with Swift 6.2 for Linux on 21 Jun 2025 20:04:00 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

[138/543] Compiling DequeModule _UnsafeWrappedBuffer.swift
[138/543] Compiling t1_enc.cc
[140/543] Compiling Tracing NoOpTracer.swift
[141/543] Compiling Tracing SpanProtocol.swift
[142/548] Compiling tls13_client.cc
[143/549] Compiling tls13_enc.cc
[145/555] Compiling ShapeCoding ShapeCodingKey.swift
[146/555] Compiling ShapeCoding ShapeDecoder+unbox.swift
[146/569] Compiling tls13_both.cc
[148/569] Emitting module DequeModule
[150/570] Emitting module SmokeInvocation
[150/570] Compiling ssl_versions.cc
[151/570] Compiling ssl_session.cc
[152/570] Compiling ssl_x509.cc
[153/570] Compiling ssl_transcript.cc
[155/570] Compiling SmokeInvocation GlobalDispatchQueueSyncInvocationStrategy.swift
[156/570] Compiling SmokeInvocation InvocationStrategy.swift
[157/570] Compiling ShapeCoding StandardEncodingOptions.swift
[158/570] Compiling ShapeCoding StandardShapeDecoderDelegate.swift
[159/572] Compiling ShapeCoding RawShape.swift
[162/572] Compiling ShapeCoding ShapeElement.swift
[163/572] Compiling ShapeCoding ShapeKeyedDecodingContainer+KeyedDecodingContainerProtocol.swift
[164/572] Compiling ShapeCoding ShapeKeyedDecodingContainer.swift
[165/572] Compiling ShapeCoding ShapeKeyedEncodingContainer.swift
[166/572] Compiling ShapeCoding ShapeSingleValueEncodingContainer.swift
[167/572] Compiling ShapeCoding ShapeSingleValueEncodingContainerDelegate.swift
[168/572] Compiling ShapeCoding ShapeUnkeyedDecodingContainer.swift
[169/572] Compiling ShapeCoding ShapeUnkeyedEncodingContainer.swift
[170/572] Compiling ShapeCoding StandardDecodingOptions.swift
[170/572] Compiling ssl_stat.cc
[172/572] Emitting module ShapeCoding
[173/572] Compiling ShapeCoding DateISO8601Extensions.swift
[174/572] Compiling ShapeCoding DecodingErrorExtension.swift
[175/572] Compiling ShapeCoding MutableShape.swift
[176/572] Compiling SmokeInvocation GlobalDispatchQueueAsyncInvocationStrategy.swift
[178/573] Emitting module Metrics
[179/573] Compiling Metrics Metrics.swift
[181/574] Compiling ShapeCoding ShapeDecoder.swift
[182/574] Compiling ShapeCoding ShapeDecoderDelegate.swift
[183/574] Compiling ShapeCoding ShapeDecodingStorage.swift
[184/574] Compiling ShapeCoding StandardShapeParser.swift
[185/574] Compiling ShapeCoding StandardShapeSingleValueEncodingContainerDelegate.swift
[186/575] Compiling ssl_privkey.cc
[187/604] Compiling ssl_key_share.cc
[188/604] Compiling ssl_file.cc
[190/613] Emitting module SmokeOperations
[191/617] Compiling SmokeOperations RequestLoggerDecorator.swift
[192/617] Compiling SmokeOperations ReturnableErrorProtocols.swift
[193/617] Compiling SmokeOperations ServiceContext+invocationContext.swift
[194/617] Compiling SmokeOperations SmokeInvocationContext.swift
[195/617] Emitting module HTTPPathCoding
[196/617] Compiling HTTPPathCoding Array+getShapeForTemplate.swift
[197/617] Compiling HTTPPathCoding HTTPPathDecoder.swift
[198/617] Compiling QueryCoding QueryDecoder.swift
[199/617] Compiling QueryCoding QueryEncoder.swift
[200/617] Emitting module QueryCoding
[201/618] Compiling HTTPPathCoding HTTPPathToken.swift
[202/618] Compiling ssl_credential.cc
[203/618] Compiling ssl_cipher.cc
[205/618] Compiling SmokeOperations OperationHandlerExtensions.swift
[206/618] Compiling SmokeOperations OperationIdentity.swift
[207/618] Compiling SmokeOperations OperationTraceContext.swift
[208/618] Compiling SmokeOperations PerInvocationContext.swift
[209/618] Compiling SmokeOperations OperationHandler+blockingWithContextInputWithOutput.swift
[210/618] Compiling SmokeOperations OperationHandler+blockingWithInputNoOutput.swift
[211/618] Compiling SmokeOperations OperationHandler+blockingWithInputWithOutput.swift
[212/618] Compiling SmokeOperations OperationHandler+nonblockingWithContextInputNoOutput.swift
[213/618] Compiling SmokeOperations MetadataProvider+smokeFramework.swift
[214/618] Compiling SmokeOperations OperationDelegate.swift
[215/618] Compiling SmokeOperations OperationFailure.swift
[216/618] Compiling SmokeOperations OperationHandler+blockingWithContextInputNoOutput.swift
[217/618] Compiling SmokeOperations ErrorWithType.swift
[218/618] Compiling SmokeOperations InvocationReporting.swift
[219/618] Compiling SmokeOperations JSONDecoder+getFrameworkDecoder.swift
[220/618] Compiling SmokeOperations JSONEncoder+getFrameworkEncoder.swift
[221/618] Compiling SmokeOperations OperationHandler+nonblockingWithContextInputWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:52:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
51 |                                  responseHandler: ResponseHandlerType,
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:39:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
38 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:41:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
43 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[222/618] Compiling SmokeOperations OperationHandler+nonblockingWithInputNoOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:52:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
51 |                                  responseHandler: ResponseHandlerType,
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:39:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
38 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:41:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
43 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[223/618] Compiling SmokeOperations OperationHandler+nonblockingWithInputWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:52:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
51 |                                  responseHandler: ResponseHandlerType,
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:39:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
38 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:41:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
43 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[224/618] Compiling SmokeOperations OperationHandler+withContextInputNoOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:54:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
56 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:52:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
50 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
51 |                                  responseHandler: ResponseHandlerType,
52 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |             Task {
54 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:39:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
38 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputNoOutput.swift:41:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
39 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) async throws -> Void),
40 |                                                   allowedErrors: [(ErrorType, Int)],
41 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
43 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[225/618] Compiling HTTPPathCoding HTTPPathEncoder.swift
[226/618] Compiling HTTPPathCoding HTTPPathSegment.swift
[226/619] Compiling ssl_cert.cc
[229/622] Compiling SmokeOperations SmokeOperationError.swift
[230/622] Compiling SmokeOperations SmokeOperationReporting.swift
[231/622] Compiling SmokeOperations SmokeReportingConfiguration.swift
[232/622] Compiling SmokeOperations Validatable.swift
[233/622] Emitting module HTTPHeadersCoding
[234/622] Compiling HTTPHeadersCoding HTTPHeadersDecoder.swift
[235/622] Compiling HTTPHeadersCoding HTTPHeadersEncoder.swift
[236/623] Compiling ssl_lib.cc
[238/623] Compiling SmokeOperations OperationHandler+withContextInputWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:42:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
41 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:59:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
58 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:48:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
47 |                                                   allowedErrors: [(ErrorType, Int)],
48 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
50 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[239/623] Compiling SmokeOperations OperationHandler+withInputNoOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:42:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
41 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:59:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
58 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:48:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
47 |                                                   allowedErrors: [(ErrorType, Int)],
48 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
50 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[240/623] Compiling SmokeOperations OperationHandler+withInputWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:42:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
41 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:59:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
58 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:48:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
47 |                                                   allowedErrors: [(ErrorType, Int)],
48 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
50 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[241/623] Compiling SmokeOperations OperationHandler.swift
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:40:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
38 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
39 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
40 |                                                   operation: @escaping (InputType, ContextType, InvocationReportingType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
41 |                                                   outputHandler: @escaping (
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withContextInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:57:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
58 |                     let handlerResult: NoOutputOperationHandlerResult<ErrorType>
59 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:55:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
53 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
54 |                                  responseHandler: ResponseHandlerType,
55 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
56 |             Task {
57 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:42:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
40 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
41 |                                                   inputProvider: @escaping (OperationDelegateType.RequestHeadType, Data?) throws -> InputType,
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputNoOutput.swift:44:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   operation: @escaping ((InputType, ContextType) async throws -> Void),
43 |                                                   allowedErrors: [(ErrorType, Int)],
44 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
46 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:28: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:61:23: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
   |                       `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 |                     let handlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
63 |                     do {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:59:34: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
57 |         func wrappedInputHandler(input: InputType, requestHead: RequestHeadType, context: ContextType,
58 |                                  responseHandler: OperationDelegateType.ResponseHandlerType,
59 |                                  invocationContext: SmokeInvocationContext<InvocationReportingType>) {
   |                                  `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure; this is an error in the Swift 6 language mode
60 |             Task {
61 |                 await Self.withSpanContext(invocationContext: invocationContext) {
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'InputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:44:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
42 |                                                   reportingConfiguration: SmokeReportingConfiguration<OperationIdentifer>,
43 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
44 |                                                   operation: @escaping (InputType, ContextType) async throws -> OutputType,
   |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure; this is an error in the Swift 6 language mode
45 |                                                   outputHandler: @escaping (
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
/host/spi-builder-workspace/Sources/SmokeOperations/OperationHandler+withInputWithOutput.swift:48:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
47 |                                                   allowedErrors: [(ErrorType, Int)],
48 |                                                   operationDelegate: OperationDelegateType)
   |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
50 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
[242/624] Compiling ssl_buffer.cc
[243/624] Compiling s3_pkt.cc
[244/624] Compiling ssl_aead_ctx.cc
[245/624] Compiling s3_lib.cc
[246/624] Compiling ssl_asn1.cc
[247/624] Compiling s3_both.cc
[248/624] Compiling handshake_server.cc
[250/626] Compiling _SmokeOperationsConcurrency Export.swift
[251/626] Emitting module _SmokeOperationsConcurrency
[252/627] Compiling handshake_client.cc
[253/627] Compiling handoff.cc
[254/627] Compiling handshake.cc
[255/627] Compiling dtls_record.cc
[256/627] Compiling encrypted_client_hello.cc
[257/627] Compiling extensions.cc
[258/627] Compiling md5-x86_64-linux.S
[259/627] Compiling md5-x86_64-apple.S
[260/627] Compiling md5-586-linux.S
[261/627] Compiling dtls_method.cc
[262/627] Compiling md5-586-apple.S
[263/627] Compiling chacha20_poly1305_x86_64-linux.S
[264/627] Compiling chacha20_poly1305_x86_64-apple.S
[265/627] Compiling err_data.cc
[266/627] Compiling d1_srtp.cc
[267/627] Compiling chacha20_poly1305_armv8-linux.S
[268/627] Compiling chacha20_poly1305_armv8-win.S
[269/627] Compiling chacha20_poly1305_armv8-apple.S
[270/627] Compiling chacha-x86_64-linux.S
[271/627] Compiling chacha-x86_64-apple.S
[272/627] Compiling chacha-x86-linux.S
[273/627] Compiling chacha-x86-apple.S
[274/627] Compiling chacha-armv8-win.S
[275/627] Compiling chacha-armv8-linux.S
[276/627] Compiling chacha-armv4-linux.S
[277/627] Compiling chacha-armv8-apple.S
[278/627] Compiling aes128gcmsiv-x86_64-linux.S
[279/627] Compiling aes128gcmsiv-x86_64-apple.S
[280/627] Compiling bio_ssl.cc
[281/627] Compiling x86_64-mont5-apple.S
[282/627] Compiling x86_64-mont5-linux.S
[283/627] Compiling x86_64-mont-apple.S
[284/627] Compiling x86-mont-linux.S
[285/627] Compiling x86_64-mont-linux.S
[286/627] Compiling d1_pkt.cc
[287/627] Compiling vpaes-x86_64-linux.S
[288/627] Compiling x86-mont-apple.S
[288/627] Compiling vpaes-x86_64-apple.S
[290/627] Compiling vpaes-x86-apple.S
[291/627] Compiling vpaes-x86-linux.S
[292/627] Compiling d1_lib.cc
[293/627] Compiling vpaes-armv8-win.S
[294/627] Compiling vpaes-armv8-linux.S
[295/627] Compiling d1_both.cc
[296/627] Compiling vpaes-armv7-linux.S
[297/627] Compiling sha512-x86_64-apple.S
[298/627] Compiling sha512-armv8-win.S
[299/627] Compiling vpaes-armv8-apple.S
[300/627] Compiling sha512-x86_64-linux.S
[301/627] Compiling sha512-armv8-apple.S
[302/627] Compiling sha512-armv8-linux.S
[303/627] Compiling sha512-armv4-linux.S
[304/627] Compiling sha512-586-apple.S
[305/627] Compiling sha256-x86_64-linux.S
[305/627] Compiling sha512-586-linux.S
[307/627] Compiling sha256-x86_64-apple.S
[308/627] Compiling sha256-armv8-linux.S
[309/627] Compiling sha256-armv4-linux.S
[310/627] Compiling sha256-armv8-apple.S
[311/627] Compiling sha256-armv8-win.S
[312/627] Compiling sha256-586-linux.S
[313/627] Compiling sha256-586-apple.S
[314/627] Compiling sha1-x86_64-apple.S
[314/627] Compiling sha1-x86_64-linux.S
[316/627] Compiling sha1-armv8-win.S
[317/627] Compiling sha1-armv4-large-linux.S
[318/627] Compiling sha1-armv8-linux.S
[319/627] Compiling sha1-armv8-apple.S
[320/627] Compiling sha1-586-linux.S
[321/627] Compiling rsaz-avx2-apple.S
[322/627] Compiling sha1-586-apple.S
[323/627] Compiling rdrand-x86_64-apple.S
[324/627] Compiling rdrand-x86_64-linux.S
[325/627] Compiling rsaz-avx2-linux.S
[326/627] Compiling p256_beeu-x86_64-asm-apple.S
[327/627] Compiling p256_beeu-x86_64-asm-linux.S
[328/627] Compiling p256_beeu-armv8-asm-win.S
[329/627] Compiling p256_beeu-armv8-asm-linux.S
[329/627] Compiling p256_beeu-armv8-asm-apple.S
[331/627] Compiling p256-x86_64-asm-apple.S
[332/627] Compiling p256-x86_64-asm-linux.S
[333/627] Compiling p256-armv8-asm-win.S
[334/627] Compiling p256-armv8-asm-apple.S
[335/627] Compiling p256-armv8-asm-linux.S
[336/627] Compiling ghashv8-armv8-apple.S
[337/627] Compiling ghashv8-armv8-linux.S
[338/627] Compiling ghashv8-armv8-win.S
[339/627] Compiling ghashv8-armv7-linux.S
[340/627] Compiling ghash-x86_64-linux.S
[341/627] Compiling ghash-ssse3-x86_64-linux.S
[342/627] Compiling ghash-x86-linux.S
[343/627] Compiling ghash-x86_64-apple.S
[343/627] Compiling ghash-x86-apple.S
[345/627] Compiling ghash-ssse3-x86_64-apple.S
[346/627] Compiling ghash-ssse3-x86-linux.S
[347/627] Compiling ghash-neon-armv8-win.S
[348/627] Compiling ghash-ssse3-x86-apple.S
[349/627] Compiling ghash-neon-armv8-apple.S
[350/627] Compiling ghash-neon-armv8-linux.S
[351/627] Compiling co-586-linux.S
[351/627] Compiling co-586-apple.S
[351/627] Compiling ghash-armv4-linux.S
[351/627] Compiling bsaes-armv7-linux.S
[355/627] Compiling bn-armv8-linux.S
[356/627] Compiling bn-armv8-win.S
[357/627] Compiling bn-586-linux.S
[358/627] Compiling bn-armv8-apple.S
[359/627] Compiling bn-586-apple.S
[360/627] Compiling armv8-mont-apple.S
[361/627] Compiling armv4-mont-linux.S
[361/627] Compiling armv8-mont-linux.S
[363/627] Compiling armv8-mont-win.S
[364/627] Compiling aesv8-gcm-armv8-win.S
[365/627] Compiling aesv8-gcm-armv8-apple.S
[366/627] Compiling aesv8-gcm-armv8-linux.S
[367/627] Compiling aesv8-armv8-win.S
[368/627] Compiling aesv8-armv8-apple.S
[369/627] Compiling aesv8-armv7-linux.S
[370/627] Compiling aesv8-armv8-linux.S
[371/627] Compiling aesni-x86_64-apple.S
[372/627] Compiling aesni-x86-linux.S
[373/627] Compiling aesni-x86_64-linux.S
[374/627] Compiling aesni-x86-apple.S
[375/627] Compiling aesni-gcm-x86_64-linux.S
[376/627] Compiling aesni-gcm-x86_64-apple.S
[376/627] Compiling aes-gcm-avx2-x86_64-apple.S
[378/627] Compiling aes-gcm-avx10-x86_64-linux.S
[379/627] Compiling aes-gcm-avx2-x86_64-linux.S
[380/627] Compiling aes-gcm-avx10-x86_64-apple.S
[381/627] Compiling x_req.cc
[382/627] Compiling x_val.cc
[383/627] Compiling x_x509.cc
[384/627] Compiling x_sig.cc
[385/627] Compiling x_pubkey.cc
[386/627] Compiling x_spki.cc
[387/627] Compiling x_x509a.cc
[388/627] Compiling x_name.cc
[389/627] Compiling x_crl.cc
[390/627] Compiling x_exten.cc
[391/627] Compiling x_attrib.cc
[392/627] Compiling x509spki.cc
[393/627] Compiling x_algor.cc
[394/627] Compiling x_all.cc
[395/627] Compiling x509rset.cc
[396/627] Compiling x509name.cc
[397/627] Compiling x509cset.cc
[398/627] Compiling x509_vfy.cc
[399/627] Compiling x509_vpm.cc
[400/627] Compiling x509_txt.cc
[401/627] Compiling x509_v3.cc
[402/627] Compiling x509_trs.cc
[403/627] Compiling x509_set.cc
[404/627] Compiling x509_lu.cc
[405/627] Compiling x509_obj.cc
[406/627] Compiling x509_req.cc
[407/627] Compiling x509_def.cc
[408/627] Compiling x509_ext.cc
[409/627] Compiling x509_d2.cc
[410/627] Compiling x509_cmp.cc
[411/627] Compiling x509_att.cc
[412/627] Compiling v3_purp.cc
[413/627] Compiling v3_skey.cc
[414/627] Compiling x509.cc
[415/627] Compiling v3_prn.cc
[416/627] Compiling v3_pmaps.cc
[417/627] Compiling v3_utl.cc
[418/627] Compiling v3_pcons.cc
[419/627] Compiling v3_ncons.cc
[420/627] Compiling v3_lib.cc
[421/627] Compiling v3_ocsp.cc
[422/627] Compiling v3_int.cc
[423/627] Compiling v3_genn.cc
[424/627] Compiling v3_ia5.cc
[425/627] Compiling v3_info.cc
[426/627] Compiling v3_enum.cc
[427/627] Compiling v3_extku.cc
[428/627] Compiling v3_crld.cc
[429/627] Compiling v3_cpols.cc
[430/627] Compiling v3_conf.cc
[431/627] Compiling v3_alt.cc
[432/627] Compiling v3_bcons.cc
[433/627] Compiling t_x509.cc
[434/627] Compiling v3_bitst.cc
[435/627] Compiling v3_akeya.cc
[436/627] Compiling v3_akey.cc
[437/627] Compiling t_x509a.cc
[438/627] Compiling i2d_pr.cc
[439/627] Compiling t_req.cc
[440/627] Compiling t_crl.cc
[441/627] Compiling rsa_pss.cc
[442/627] Compiling name_print.cc
[443/627] Compiling policy.cc
[444/627] Compiling by_file.cc
[445/627] Compiling by_dir.cc
[446/627] Compiling asn1_gen.cc
[447/627] Compiling algorithm.cc
[448/627] Compiling a_verify.cc
[449/627] Compiling voprf.cc
[450/627] Compiling a_sign.cc
[451/627] Compiling a_digest.cc
[452/627] Compiling thread_none.cc
[453/627] Compiling trust_token.cc
[454/627] Compiling thread_pthread.cc
[455/627] Compiling thread_win.cc
[456/627] Compiling thread.cc
[457/627] Compiling sha512.cc
[458/627] Compiling stack.cc
[459/627] Compiling sha256.cc
[460/627] Compiling siphash.cc
[461/627] Compiling pmbtoken.cc
[462/627] Compiling slhdsa.cc
[463/627] Compiling sha1.cc
[464/627] Compiling spake2plus.cc
[465/627] Compiling rsa_print.cc
[466/627] Compiling rsa_extra.cc
[467/627] Compiling rsa_crypt.cc
[468/627] Compiling windows.cc
[469/627] Compiling rc4.cc
[470/627] Compiling refcount.cc
[471/627] Compiling ios.cc
[472/627] Compiling passive.cc
[473/627] Compiling rsa_asn1.cc
[474/627] Compiling trusty.cc
[475/627] Compiling rand.cc
[475/627] Compiling fork_detect.cc
[477/627] Compiling urandom.cc
[478/627] Compiling getentropy.cc
[479/627] Compiling poly1305_arm_asm.S
[480/627] Compiling forkunsafe.cc
[481/627] Compiling deterministic.cc
[482/627] Compiling poly1305.cc
[483/627] Compiling poly1305_arm.cc
[484/627] Compiling poly1305_vec.cc
[485/627] Compiling pool.cc
[486/627] Compiling pkcs8.cc
[487/627] Compiling pkcs7_x509.cc
[488/627] Compiling pkcs7.cc
[489/627] Compiling pkcs8_x509.cc
[490/627] Compiling p5_pbev2.cc
[491/627] Compiling pem_xaux.cc
[492/627] Compiling pem_x509.cc
[493/627] Compiling pem_pkey.cc
[494/627] Compiling mlkem.cc
[495/627] Compiling pem_pk8.cc
[496/627] Compiling obj_xref.cc
[497/627] Compiling pem_oth.cc
[498/627] Compiling mldsa.cc
[499/627] Compiling pem_info.cc
[500/627] Compiling pem_all.cc
[501/627] Compiling md5.cc
[502/627] Compiling mem.cc
[503/627] Compiling pem_lib.cc
[504/627] Compiling fips_shared_support.cc
[505/627] Compiling poly_rq_mul.S
[506/627] Compiling obj.cc
[507/627] Compiling md4.cc
[508/627] Compiling lhash.cc
[509/627] Compiling ex_data.cc
[510/627] Compiling sign.cc
[511/627] Compiling kyber.cc
[512/627] Compiling hrss.cc
[513/627] Compiling print.cc
[514/627] Compiling scrypt.cc
[515/627] Compiling hpke.cc
[516/627] Compiling pbkdf.cc
[517/627] Compiling p_x25519.cc
[518/627] Compiling p_x25519_asn1.cc
[519/627] Compiling p_ed25519.cc
[520/627] Compiling p_rsa.cc
[521/627] Compiling p_rsa_asn1.cc
[522/627] Compiling p_hkdf.cc
[523/627] Compiling p_ed25519_asn1.cc
[524/627] Compiling p_ec.cc
[525/627] Compiling p_ec_asn1.cc
[526/627] Compiling p_dh_asn1.cc
[527/627] Compiling p_dh.cc
[528/627] Compiling p_dsa_asn1.cc
[529/627] Compiling engine.cc
[530/627] Compiling evp_ctx.cc
[531/627] Compiling evp.cc
[532/627] Compiling err.cc
[533/627] Compiling evp_asn1.cc
[534/627] Compiling ecdsa_asn1.cc
[535/627] Compiling ec_derive.cc
[536/627] Compiling ecdh.cc
[537/627] Compiling hash_to_curve.cc
[538/627] Compiling ec_asn1.cc
[539/627] Compiling des.cc
[540/627] Compiling params.cc
[541/627] Compiling dsa.cc
[542/627] Compiling spake25519.cc
[542/627] Compiling dsa_asn1.cc
[542/627] Compiling dh_asn1.cc
[545/627] Compiling digest_extra.cc
[546/627] Compiling x25519-asm-arm.S
[547/627] Compiling cpu_arm_freebsd.cc
[548/627] Compiling cpu_intel.cc
[549/627] Compiling cpu_arm_linux.cc
[550/627] Compiling crypto.cc
[551/627] Compiling bcm.cc
[552/627] Compiling cpu_aarch64_win.cc
[552/627] Compiling curve25519.cc
[552/627] Compiling cpu_aarch64_sysreg.cc
[552/627] Compiling cpu_aarch64_openbsd.cc
[552/627] Compiling cpu_aarch64_linux.cc
[557/627] Compiling cpu_aarch64_fuchsia.cc
[558/627] Compiling cpu_aarch64_apple.cc
[559/627] Compiling conf.cc
[560/627] Compiling get_cipher.cc
[561/627] Compiling e_rc4.cc
[562/627] Compiling curve25519_64_adx.cc
[563/627] Compiling tls_cbc.cc
[564/627] Compiling e_tls.cc
[565/627] Compiling e_rc2.cc
[566/627] Compiling e_null.cc
[567/627] Compiling e_des.cc
[568/627] Compiling e_chacha20poly1305.cc
[569/627] Compiling e_aesgcmsiv.cc
[570/627] Compiling derive_key.cc
[571/627] Compiling e_aesctrhmac.cc
[572/627] Compiling chacha.cc
[573/627] Compiling unicode.cc
[574/627] Compiling buf.cc
[575/627] Compiling blake2.cc
[575/627] Compiling cbb.cc
[577/627] Compiling ber.cc
[578/627] Compiling asn1_compat.cc
[579/627] Compiling cbs.cc
[580/627] Compiling bn_asn1.cc
[581/627] Compiling convert.cc
[582/627] Compiling socket_helper.cc
[583/627] Compiling printf.cc
[584/627] Compiling socket.cc
[585/627] Compiling errno.cc
[586/627] Compiling hexdump.cc
[587/627] Compiling file.cc
[588/627] Compiling pair.cc
[589/627] Compiling fd.cc
[590/627] Compiling connect.cc
[591/627] Compiling bio_mem.cc
[592/627] Compiling base64.cc
[593/627] Compiling tasn_typ.cc
[594/627] Compiling bio.cc
[595/627] Compiling tasn_fre.cc
[596/627] Compiling tasn_enc.cc
[597/627] Compiling posix_time.cc
[598/627] Compiling f_string.cc
[599/627] Compiling f_int.cc
[600/627] Compiling tasn_new.cc
[601/627] Compiling tasn_utl.cc
[602/627] Compiling asn1_par.cc
[603/627] Compiling asn_pack.cc
[604/627] Compiling tasn_dec.cc
[605/627] Compiling asn1_lib.cc
[606/627] Compiling a_utctm.cc
[607/627] Compiling a_time.cc
[608/627] Compiling a_octet.cc
[609/627] Compiling a_type.cc
[610/627] Compiling a_strnid.cc
[611/627] Compiling a_object.cc
[612/627] Compiling a_i2d_fp.cc
[613/627] Compiling a_mbstr.cc
[614/627] Compiling a_gentm.cc
[615/627] Compiling a_dup.cc
[616/627] Compiling a_strex.cc
[616/627] Write sources
[619/627] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[619/627] Write sources
[621/670] Compiling a_d2i_fp.cc
[623/670] Compiling Atomics UnsafeAtomic.swift
[624/670] Compiling Atomics UnsafeAtomicLazyReference.swift
[625/672] Compiling Atomics ManagedAtomic.swift
[626/672] Compiling Atomics ManagedAtomicLazyReference.swift
[626/672] Compiling a_int.cc
[628/672] Compiling Atomics AtomicStorage.swift
[629/672] Compiling Atomics AtomicValue.swift
[630/672] Compiling Atomics AtomicMemoryOrderings.swift
[631/672] Compiling Atomics DoubleWord.swift
[631/672] Compiling a_bitstr.cc
[632/672] Compiling a_bool.cc
[634/672] Compiling Atomics IntegerOperations.swift
[635/672] Compiling Atomics Unmanaged extensions.swift
[636/672] Compiling Algorithms EitherSequence.swift
[637/672] Compiling Algorithms FirstNonNil.swift
[638/672] Compiling Algorithms FlattenCollection.swift
[639/672] Compiling Algorithms Compacted.swift
[640/672] Compiling Algorithms Cycle.swift
[644/675] Compiling Algorithms Reductions.swift
[645/675] Compiling Algorithms Rotate.swift
[646/675] Compiling Algorithms Split.swift
[647/675] Compiling Algorithms Stride.swift
[648/675] Compiling Algorithms Suffix.swift
[659/675] Compiling Algorithms AdjacentPairs.swift
[660/675] Compiling Algorithms Chain.swift
[661/675] Compiling Algorithms Chunked.swift
[662/675] Compiling Algorithms Combinations.swift
[663/675] Compiling Algorithms Trim.swift
[664/675] Compiling Algorithms Unique.swift
[665/675] Compiling Algorithms Windows.swift
[666/675] Emitting module Atomics
[672/676] Compiling c-nioatomics.c
[674/676] Compiling c-atomics.c
[676/682] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[677/682] Emitting module Algorithms
[679/683] Emitting module NIOConcurrencyHelpers
[680/683] Compiling NIOConcurrencyHelpers NIOLock.swift
[681/683] Compiling NIOConcurrencyHelpers lock.swift
[682/683] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[683/683] Compiling NIOConcurrencyHelpers atomics.swift
[685/744] Compiling NIOCore MulticastChannel.swift
[686/744] Compiling NIOCore NIOAny.swift
[687/744] Compiling NIOCore NIOCloseOnErrorHandler.swift
[688/744] Compiling NIOCore NIOLoopBound.swift
[689/744] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[690/744] Compiling NIOCore NIOScheduledCallback.swift
[691/744] Compiling NIOCore NIOSendable.swift
[692/744] Compiling NIOCore RecvByteBufferAllocator.swift
[693/752] Compiling NIOCore IO.swift
[694/752] Compiling NIOCore IOData.swift
[695/752] Compiling NIOCore IPProtocol.swift
[696/752] Compiling NIOCore IntegerBitPacking.swift
[697/752] Compiling NIOCore IntegerTypes.swift
[698/752] Compiling NIOCore Interfaces.swift
[699/752] Compiling NIOCore Linux.swift
[700/752] Compiling NIOCore MarkedCircularBuffer.swift
[701/752] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[702/752] Compiling NIOCore EventLoopFuture+Deprecated.swift
[703/752] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[704/752] Compiling NIOCore EventLoopFuture.swift
[705/752] Compiling NIOCore FileDescriptor.swift
[706/752] Compiling NIOCore FileHandle.swift
[707/752] Compiling NIOCore FileRegion.swift
[708/752] Compiling NIOCore GlobalSingletons.swift
[709/752] Compiling NIOCore CircularBuffer.swift
[710/752] Compiling NIOCore Codec.swift
[711/752] Compiling NIOCore ConvenienceOptionSupport.swift
[712/752] Compiling NIOCore DeadChannel.swift
[713/752] Compiling NIOCore DispatchQueue+WithFuture.swift
[714/752] Compiling NIOCore EventLoop+Deprecated.swift
[715/752] Compiling NIOCore EventLoop+SerialExecutor.swift
[716/752] Compiling NIOCore EventLoop.swift
[717/752] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[718/752] Compiling NIOCore SocketAddresses.swift
[719/752] Compiling NIOCore SocketOptionProvider.swift
[720/752] Compiling NIOCore SystemCallHelpers.swift
[721/752] Compiling NIOCore TimeAmount+Duration.swift
[722/752] Compiling NIOCore TypeAssistedChannelHandler.swift
[723/752] Compiling NIOCore UniversalBootstrapSupport.swift
[724/752] Compiling NIOCore Utilities.swift
[725/752] Compiling NIOCore AddressedEnvelope.swift
[726/752] Compiling NIOCore AsyncAwaitSupport.swift
[727/752] Compiling NIOCore AsyncChannel.swift
[728/752] Compiling NIOCore AsyncChannelHandler.swift
[729/752] Compiling NIOCore AsyncChannelInboundStream.swift
[730/752] Compiling NIOCore AsyncChannelOutboundWriter.swift
[731/752] Compiling NIOCore NIOAsyncSequenceProducer.swift
[732/752] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[733/752] Compiling NIOCore NIOAsyncWriter.swift
[734/752] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[735/752] Compiling NIOCore BSDSocketAPI.swift
[736/752] Compiling NIOCore ByteBuffer-aux.swift
[737/752] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[738/752] Compiling NIOCore ByteBuffer-conversions.swift
[739/752] Compiling NIOCore ByteBuffer-core.swift
[740/752] Compiling NIOCore ByteBuffer-hex.swift
[741/752] Compiling NIOCore ByteBuffer-int.swift
[742/752] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[743/752] Compiling NIOCore ByteBuffer-multi-int.swift
[744/752] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[745/752] Compiling NIOCore ByteBuffer-views.swift
[746/752] Compiling NIOCore Channel.swift
[747/752] Compiling NIOCore ChannelHandler.swift
[748/752] Compiling NIOCore ChannelHandlers.swift
[749/752] Compiling NIOCore ChannelInvoker.swift
[750/752] Compiling NIOCore ChannelOption.swift
[751/752] Compiling NIOCore ChannelPipeline.swift
[752/752] Emitting module NIOCore
[754/803] Emitting module NIOEmbedded
[755/803] Compiling NIOEmbedded AsyncTestingChannel.swift
[756/803] Compiling NIOPosix Pool.swift
[757/803] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[758/803] Compiling NIOPosix PosixSingletons.swift
[759/803] Compiling NIOPosix RawSocketBootstrap.swift
[760/803] Compiling NIOPosix Resolver.swift
[761/803] Compiling NIOPosix Selectable.swift
[762/809] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[763/809] Compiling NIOEmbedded Embedded.swift
[765/810] Compiling NIOPosix ThreadPosix.swift
[766/810] Compiling NIOPosix ThreadWindows.swift
[767/810] Compiling NIOPosix UnsafeTransfer.swift
[768/810] Compiling NIOPosix Utilities.swift
[769/810] Compiling NIOPosix VsockAddress.swift
[770/810] Compiling NIOPosix VsockChannelEvents.swift
[771/810] Emitting module NIOPosix
[772/810] Compiling NIOPosix SelectableChannel.swift
[773/810] Compiling NIOPosix SelectableEventLoop.swift
[774/810] Compiling NIOPosix SelectorEpoll.swift
[775/810] Compiling NIOPosix SelectorGeneric.swift
[776/810] Compiling NIOPosix SelectorKqueue.swift
[777/810] Compiling NIOPosix SelectorUring.swift
[778/810] Compiling NIOPosix ServerSocket.swift
[779/810] Compiling NIOPosix Socket.swift
[780/810] Compiling NIOPosix SocketChannel.swift
[781/810] Compiling NIOPosix SocketProtocols.swift
[782/810] Compiling NIOPosix System.swift
[783/810] Compiling NIOPosix Thread.swift
[784/810] Compiling NIOPosix BSDSocketAPICommon.swift
[785/810] Compiling NIOPosix BSDSocketAPIPosix.swift
[786/810] Compiling NIOPosix BSDSocketAPIWindows.swift
[787/810] Compiling NIOPosix BaseSocket.swift
[788/810] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[789/810] Compiling NIOPosix BaseSocketChannel.swift
[790/810] Compiling NIOPosix BaseStreamSocketChannel.swift
[791/810] Compiling NIOPosix Bootstrap.swift
[792/810] Compiling NIOPosix ControlMessage.swift
[793/810] Compiling NIOPosix DatagramVectorReadManager.swift
[794/810] Compiling NIOPosix Errors+Any.swift
[795/810] Compiling NIOPosix FileDescriptor.swift
[796/810] Compiling NIOPosix GetaddrinfoResolver.swift
[797/810] Compiling NIOPosix HappyEyeballs.swift
[798/810] Compiling NIOPosix IO.swift
[799/810] Compiling NIOPosix IntegerBitPacking.swift
[800/810] Compiling NIOPosix IntegerTypes.swift
[801/810] Compiling NIOPosix Linux.swift
[802/810] Compiling NIOPosix LinuxCPUSet.swift
[803/810] Compiling NIOPosix LinuxUring.swift
[804/810] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[805/810] Compiling NIOPosix NIOThreadPool.swift
[806/810] Compiling NIOPosix NonBlockingFileIO.swift
[807/810] Compiling NIOPosix PendingDatagramWritesManager.swift
[808/810] Compiling NIOPosix PendingWritesManager.swift
[809/810] Compiling NIOPosix PipeChannel.swift
[810/810] Compiling NIOPosix PipePair.swift
[812/813] Compiling NIO Exports.swift
[813/813] Emitting module NIO
[815/858] Compiling NIOTLS TLSEvents.swift
[816/858] Emitting module NIOTLS
[817/858] Compiling SmokeAsync OperationHandler+futureWithContextInputWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:63:32: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 61 |                         let asyncHandlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
 62 |
 63 |                         switch result {
    |                                `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 64 |                             case .success(let result):
 65 |                                 asyncHandlerResult = .success(result)
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:77:42: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 75 |                         }
 76 |
 77 |                         OperationHandler.handleWithOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 78 |                             handlerResult: asyncHandlerResult,
 79 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:77:42: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 75 |                         }
 76 |
 77 |                         OperationHandler.handleWithOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 78 |                             handlerResult: asyncHandlerResult,
 79 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:77:25: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 75 |                         }
 76 |
 77 |                         OperationHandler.handleWithOutputOperationHandlerResult(
    |                         `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 78 |                             handlerResult: asyncHandlerResult,
 79 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:45:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 43 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
 44 |                                                   allowedErrors: [(ErrorType, Int)],
 45 |                                                   operationDelegate: OperationDelegateType)
    |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 46 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
 47 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:42:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 40 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
 41 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) throws -> EventLoopFuture<OutputType>),
 42 |                                                   outputHandler: @escaping (
    |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 43 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
 44 |                                                   allowedErrors: [(ErrorType, Int)],
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputWithOutput.swift:42:51: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 40 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
 41 |                                                   operation: @escaping ((InputType, ContextType, InvocationReportingType) throws -> EventLoopFuture<OutputType>),
 42 |                                                   outputHandler: @escaping (
    |                                                   `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 43 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
 44 |                                                   allowedErrors: [(ErrorType, Int)],
[818/858] Compiling SmokeAsync OperationHandler+futureWithContextInputNoOutput.swift
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputNoOutput.swift:75:42: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 73 |                         }
 74 |
 75 |                         OperationHandler.handleNoOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 76 |                             handlerResult: asyncHandlerResult,
 77 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputNoOutput.swift:75:42: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 73 |                         }
 74 |
 75 |                         OperationHandler.handleNoOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 76 |                             handlerResult: asyncHandlerResult,
 77 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputNoOutput.swift:75:25: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 73 |                         }
 74 |
 75 |                         OperationHandler.handleNoOutputOperationHandlerResult(
    |                         `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 76 |                             handlerResult: asyncHandlerResult,
 77 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputNoOutput.swift:43:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 41 |                                                                          InvocationReportingType) throws -> EventLoopFuture<Void>),
 42 |                                                   allowedErrors: [(ErrorType, Int)],
 43 |                                                   operationDelegate: OperationDelegateType)
    |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 44 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
 45 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithContextInputNoOutput.swift:53:76: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 51 |          */
 52 |         let wrappedInputHandler = { (input: InputType, requestHead: RequestHeadType, context: ContextType,
 53 |                                      responseHandler: ResponseHandlerType, invocationContext: SmokeInvocationContext<InvocationReportingType>) in
    |                                                                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 54 |                 let handlerResult: NoOutputOperationHandlerResult<ErrorType>?
 55 |                 do {
[819/858] Emitting module SmokeAsync
[820/858] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[821/858] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[822/858] Compiling SmokeAsync OperationHandler+futureWithInputNoOutput.swift
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputNoOutput.swift:77:42: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 75 |                         }
 76 |
 77 |                         OperationHandler.handleNoOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 78 |                             handlerResult: asyncHandlerResult,
 79 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputNoOutput.swift:77:42: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 75 |                         }
 76 |
 77 |                         OperationHandler.handleNoOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 78 |                             handlerResult: asyncHandlerResult,
 79 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputNoOutput.swift:77:25: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 75 |                         }
 76 |
 77 |                         OperationHandler.handleNoOutputOperationHandlerResult(
    |                         `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 78 |                             handlerResult: asyncHandlerResult,
 79 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputNoOutput.swift:45:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 43 |                                                   operation: @escaping ((InputType, ContextType) throws -> EventLoopFuture<Void>),
 44 |                                                   allowedErrors: [(ErrorType, Int)],
 45 |                                                   operationDelegate: OperationDelegateType)
    |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 46 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
 47 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputNoOutput.swift:55:76: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 53 |          */
 54 |         let wrappedInputHandler = { (input: InputType, requestHead: RequestHeadType, context: ContextType,
 55 |                                      responseHandler: ResponseHandlerType, invocationContext: SmokeInvocationContext<InvocationReportingType>) in
    |                                                                            `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 56 |                 let handlerResult: NoOutputOperationHandlerResult<ErrorType>?
 57 |                 do {
[823/858] Compiling SmokeAsync OperationHandler+futureWithInputWithOutput.swift
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:67:32: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 65 |                         let asyncHandlerResult: WithOutputOperationHandlerResult<OutputType, ErrorType>
 66 |
 67 |                         switch result {
    |                                `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 68 |                             case .success(let result):
 69 |                                 asyncHandlerResult = .success(result)
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:81:42: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 79 |                         }
 80 |
 81 |                         OperationHandler.handleWithOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 82 |                             handlerResult: asyncHandlerResult,
 83 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:81:42: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 79 |                         }
 80 |
 81 |                         OperationHandler.handleWithOutputOperationHandlerResult(
    |                                          `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 82 |                             handlerResult: asyncHandlerResult,
 83 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:81:25: warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 79 |                         }
 80 |
 81 |                         OperationHandler.handleWithOutputOperationHandlerResult(
    |                         `- warning: capture of non-Sendable type 'OperationIdentifer.Type' in an isolated closure
 82 |                             handlerResult: asyncHandlerResult,
 83 |                             operationDelegate: operationDelegate,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:49:51: warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 47 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
 48 |                                                   allowedErrors: [(ErrorType, Int)],
 49 |                                                   operationDelegate: OperationDelegateType)
    |                                                   `- warning: capture of non-Sendable type 'OperationDelegateType.Type' in an isolated closure
 50 |         where RequestHeadType == OperationDelegateType.RequestHeadType,
 51 |         InvocationReportingType == OperationDelegateType.InvocationReportingType,
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:46:51: warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 44 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
 45 |                                                   operation: @escaping ((InputType, ContextType) throws -> EventLoopFuture<OutputType>),
 46 |                                                   outputHandler: @escaping (
    |                                                   `- warning: capture of non-Sendable type 'OutputType.Type' in an isolated closure
 47 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
 48 |                                                   allowedErrors: [(ErrorType, Int)],
/host/spi-builder-workspace/Sources/SmokeAsync/OperationHandler+futureWithInputWithOutput.swift:46:51: warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 44 |                                                   inputProvider: @escaping (RequestHeadType, Data?) throws -> InputType,
 45 |                                                   operation: @escaping ((InputType, ContextType) throws -> EventLoopFuture<OutputType>),
 46 |                                                   outputHandler: @escaping (
    |                                                   `- warning: capture of non-Sendable type 'InvocationReportingType.Type' in an isolated closure
 47 |                                                       (RequestHeadType, OutputType, ResponseHandlerType, SmokeInvocationContext<InvocationReportingType>) -> Void),
 48 |                                                   allowedErrors: [(ErrorType, Int)],
[824/858] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[826/859] Compiling NIOSOCKS SOCKSResponse.swift
[827/859] Compiling NIOSOCKS ClientStateMachine.swift
[828/859] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[829/860] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[830/860] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[831/860] Compiling NIOHTTP1 ByteCollectionUtils.swift
[832/860] Compiling NIOHTTP1 HTTPDecoder.swift
[833/860] Compiling NIOHTTP1 HTTPEncoder.swift
[834/860] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[835/860] Emitting module NIOSOCKS
[836/860] Compiling NIOSOCKS ServerStateMachine.swift
[837/860] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[838/860] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[839/860] Compiling NIOTLS SNIHandler.swift
[840/860] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[841/861] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[842/861] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[845/891] Compiling NIOSSL NIOSSLClientHandler.swift
[846/891] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[847/893] Emitting module NIOFoundationCompat
[848/893] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[850/916] Compiling NIOTransportServices AcceptHandler.swift
[851/916] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[852/916] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[853/916] Compiling NIOTransportServices NIOTSBootstraps.swift
[854/916] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[855/916] Compiling NIOTransportServices NIOTSErrors.swift
[856/916] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[857/916] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[858/916] Compiling NIOTransportServices NIOTSListenerChannel.swift
[859/918] Emitting module NIOTransportServices
[862/918] Compiling NIOTransportServices NIOTSEventLoop.swift
[864/918] Compiling NIOTransportServices NIOTSChannelOptions.swift
[865/918] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[866/918] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[867/918] Compiling NIOTransportServices NIOTSSingletons.swift
[868/918] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[869/918] Compiling NIOTransportServices StateManagedChannel.swift
[870/918] Compiling NIOTransportServices StateManagedListenerChannel.swift
[871/918] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[872/918] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[873/918] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[877/918] Compiling NIOTransportServices NIOTSDatagramListener.swift
[878/918] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[879/918] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[887/919] Emitting module NIOSSL
[888/923] Emitting module NIOHTTP1
[893/960] Compiling NIOHPACK HPACKHeader.swift
[894/960] Compiling NIOHPACK HeaderTables.swift
[895/960] Compiling NIOHPACK DynamicHeaderTable.swift
[896/960] Compiling NIOHPACK HPACKDecoder.swift
[897/960] Emitting module NIOHTTPCompression
[898/960] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[899/960] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[900/960] Compiling NIOExtras NIOExtrasError.swift
[904/962] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[905/962] Compiling NIOSSL SubjectAlternativeName.swift
[906/962] Compiling NIOSSL NIOSSLSecureBytes.swift
[907/962] Compiling NIOSSL RNG.swift
[908/962] Compiling NIOSSL SafeCompare.swift
[909/962] Compiling NIOHPACK IntegerCoding.swift
[910/963] Compiling NIOExtras RequestResponseHandler.swift
[911/963] Compiling NIOExtras RequestResponseWithIDHandler.swift
[912/963] Compiling NIOExtras PCAPRingBuffer.swift
[913/963] Compiling NIOExtras QuiescingHelper.swift
[914/963] Compiling NIOExtras NIOLengthFieldBitLength.swift
[915/963] Compiling NIOExtras NIORequestIdentifiable.swift
[916/963] Compiling NIOHTTPCompression HTTPCompression.swift
[917/963] Compiling NIOHTTPCompression HTTPDecompression.swift
[918/963] Compiling NIOHPACK IndexedHeaderTable.swift
[919/963] Compiling NIOHPACK HuffmanTables.swift
[920/963] Compiling NIOHPACK StaticHeaderTable.swift
[921/963] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[922/963] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[923/963] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[924/964] Emitting module NIOExtras
[926/964] Compiling NIOHPACK HuffmanCoding.swift
[929/964] Emitting module NIOHPACK
[930/964] Compiling NIOHPACK HPACKEncoder.swift
[931/964] Compiling NIOHPACK HPACKErrors.swift
[935/1023] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[936/1023] Compiling NIOHTTP2 ReceivingHeadersState.swift
[937/1023] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[938/1023] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[939/1023] Compiling NIOHTTP2 HasRemoteSettings.swift
[940/1023] Compiling NIOHTTP2 LocallyQuiescingState.swift
[941/1023] Compiling NIOHTTP2 QuiescingState.swift
[942/1023] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[943/1023] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[944/1023] Compiling NIOHTTP2 StateMachineResult.swift
[945/1023] Compiling NIOHTTP2 ContentLengthVerifier.swift
[946/1023] Compiling NIOHTTP2 DOSHeuristics.swift
[947/1023] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[948/1023] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[949/1023] Compiling NIOHTTP2 HasFlowControlWindows.swift
[950/1023] Compiling NIOHTTP2 HasLocalSettings.swift
[954/1023] Compiling NIOHTTP2 ReceivingDataState.swift
[957/1023] Compiling NIOHTTP2 ConnectionStateMachine.swift
[958/1023] Compiling NIOHTTP2 ConnectionStreamsState.swift
[959/1023] Compiling NIOHTTP2 MayReceiveFrames.swift
[960/1023] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[961/1023] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[962/1023] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[963/1023] Compiling NIOHTTP2 HTTP2Error.swift
[968/1025] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[969/1025] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[970/1025] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[971/1025] Compiling NIOHTTP2 HTTP2StreamID.swift
[972/1025] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[973/1025] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[974/1025] Compiling NIOHTTP2 HTTP2UserEvents.swift
[975/1025] Compiling NIOHTTP2 InboundEventBuffer.swift
[985/1033] Compiling NIOHTTP2 InboundWindowManager.swift
[986/1033] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[987/1033] Compiling NIOHTTP2 StreamChannelFlowController.swift
[988/1033] Compiling NIOHTTP2 StreamChannelList.swift
[989/1033] Compiling NIOHTTP2 StreamMap.swift
[990/1033] Compiling NIOHTTP2 StreamStateMachine.swift
[991/1033] Compiling NIOHTTP2 UnsafeTransfer.swift
[992/1033] Compiling NIOHTTP2 WatermarkedFlowController.swift
[993/1033] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[994/1033] Compiling NIOHTTP2 HTTP2Frame.swift
[995/1033] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[996/1033] Compiling NIOHTTP2 HTTP2FrameParser.swift
[997/1033] Compiling NIOHTTP2 HTTP2PingData.swift
[998/1033] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[999/1033] Compiling NIOHTTP2 HTTP2Settings.swift
[1000/1033] Compiling NIOHTTP2 HTTP2Stream.swift
[1004/1033] Compiling NIOHTTP2 Error+Any.swift
[1005/1033] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1006/1033] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1007/1033] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1008/1033] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1009/1033] Compiling NIOHTTP2 MaySendFrames.swift
[1010/1033] Compiling NIOHTTP2 SendingDataState.swift
[1011/1033] Compiling NIOHTTP2 SendingGoawayState.swift
[1012/1033] Compiling NIOHTTP2 SendingHeadersState.swift
[1013/1033] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1014/1033] Compiling NIOHTTP2 SendingRstStreamState.swift
[1015/1033] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1016/1033] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1025/1033] Emitting module NIOHTTP2
[1026/1033] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1027/1033] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1028/1033] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1033/1033] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1035/1094] Emitting module AsyncHTTPClient
[1036/1102] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1037/1102] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1038/1102] Compiling AsyncHTTPClient Transaction.swift
[1039/1102] Compiling AsyncHTTPClient Base64.swift
[1040/1102] Compiling AsyncHTTPClient BasicAuth.swift
[1041/1102] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1042/1102] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1043/1102] Compiling AsyncHTTPClient ConnectionPool.swift
[1044/1102] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1045/1102] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1046/1102] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1047/1102] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1048/1102] Compiling AsyncHTTPClient HTTP1Connection.swift
[1049/1102] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1050/1102] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1051/1102] Compiling AsyncHTTPClient HTTP2Connection.swift
[1052/1102] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1053/1102] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1054/1102] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1055/1102] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1056/1102] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1057/1102] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1058/1102] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1059/1102] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1060/1102] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1061/1102] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1062/1102] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1063/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1064/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1065/1102] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1066/1102] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1067/1102] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1068/1102] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1069/1102] Compiling AsyncHTTPClient RequestBodyLength.swift
[1070/1102] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1071/1102] Compiling AsyncHTTPClient HTTPHandler.swift
[1072/1102] Compiling AsyncHTTPClient LRUCache.swift
[1073/1102] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1074/1102] Compiling AsyncHTTPClient NWErrorHandler.swift
[1075/1102] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1076/1102] Compiling AsyncHTTPClient TLSConfiguration.swift
[1077/1102] Compiling AsyncHTTPClient RedirectState.swift
[1078/1102] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1079/1102] Compiling AsyncHTTPClient ConnectionTarget.swift
[1080/1102] Compiling AsyncHTTPClient DeconstructedURL.swift
[1081/1102] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1082/1102] Compiling AsyncHTTPClient FoundationExtensions.swift
[1083/1102] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1084/1102] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1085/1102] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1086/1102] Compiling AsyncHTTPClient HTTPClient.swift
[1087/1102] Compiling AsyncHTTPClient RequestOptions.swift
[1088/1102] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1089/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1090/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1091/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1092/1102] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1093/1102] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1094/1102] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1095/1102] Compiling AsyncHTTPClient RequestBag.swift
[1096/1102] Compiling AsyncHTTPClient RequestValidation.swift
[1097/1102] Compiling AsyncHTTPClient SSLContextCache.swift
[1098/1102] Compiling AsyncHTTPClient Scheme.swift
[1099/1102] Compiling AsyncHTTPClient Singleton.swift
[1100/1102] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1101/1102] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1102/1102] Compiling AsyncHTTPClient Utils.swift
[1104/1146] Emitting module SmokeHTTPClient
[1105/1152] Compiling SmokeHTTPClient InvocationTraceContext.swift
[1106/1152] Compiling SmokeHTTPClient MockCoreInvocationReporting.swift
[1107/1152] Compiling SmokeHTTPClient MockHTTPClient.swift
[1108/1152] Compiling SmokeHTTPClient MockHTTPInvocationClient.swift
[1109/1152] Compiling SmokeHTTPClient MockInvocationTraceContext.swift
[1110/1152] Compiling SmokeHTTPClient NoHTTPRequestInput.swift
[1111/1152] Compiling SmokeHTTPClient HTTPRequestComponents.swift
[1112/1152] Compiling SmokeHTTPClient HTTPRequestInput.swift
[1113/1152] Compiling SmokeHTTPClient HTTPRequestInputProtocol.swift
[1114/1152] Compiling SmokeHTTPClient HTTPResponseComponents.swift
[1115/1152] Compiling SmokeHTTPClient HTTPResponseOutputProtocol.swift
[1116/1152] Compiling SmokeHTTPClient HttpClientError.swift
[1117/1152] Compiling SmokeHTTPClient HTTPClientInvocationContext.swift
[1118/1152] Compiling SmokeHTTPClient HTTPClientInvocationDelegate.swift
[1119/1152] Compiling SmokeHTTPClient HTTPClientInvocationReporting.swift
[1120/1152] Compiling SmokeHTTPClient HTTPClientReportingConfiguration.swift
[1121/1152] Compiling SmokeHTTPClient HTTPClientRetryConfiguration.swift
[1122/1152] Compiling SmokeHTTPClient HTTPError.swift
[1123/1152] Compiling SmokeHTTPClient QueryHTTPRequestInput.swift
[1124/1152] Compiling SmokeHTTPClient RetriableOutwardsRequestLatencyAggregator.swift
[1125/1152] Compiling SmokeHTTPClient SameThreadAsyncResponseInvocationStrategy.swift
[1126/1152] Compiling SmokeHTTPClient StandardHTTPClientCoreInvocationReporting.swift
[1127/1152] Compiling SmokeHTTPClient StandardHTTPClientInvocationReporting.swift
[1128/1152] Compiling SmokeHTTPClient TestEventLoopProvider.swift
[1129/1152] Compiling SmokeHTTPClient HTTPInvocationClient.swift
[1130/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeAsyncRetriableWithOutput.swift
[1131/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeAsyncWithOutput.swift
[1132/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeAsyncWithoutOutput.swift
[1133/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeSyncRetriableWithOutput.swift
[1134/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeSyncRetriableWithoutOutput.swift
[1135/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeSyncWithOutput.swift
[1136/1152] Compiling SmokeHTTPClient HTTPOperationsClient +executeSyncWithoutOutput.swift
[1137/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift
[1138/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsEventLoopFutureRetriableWithoutOutput.swift
[1139/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsEventLoopFutureWithOutput.swift
[1140/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsEventLoopFutureWithoutOutput.swift
[1141/1152] Compiling SmokeHTTPClient AsyncResponseInvocationStrategy.swift
[1142/1152] Compiling SmokeHTTPClient BodyHTTPRequestInput.swift
[1143/1152] Compiling SmokeHTTPClient GlobalDispatchQueueAsyncResponseInvocationStrategy.swift
[1144/1152] Compiling SmokeHTTPClient HTTPClientCoreInvocationReporting.swift
[1145/1152] Compiling SmokeHTTPClient HTTPClientDelegate.swift
[1146/1152] Compiling SmokeHTTPClient HTTPClientInnerRetryInvocationReporting.swift
[1147/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift
[1148/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeRetriableWithOutput.swift
[1149/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeRetriableWithoutOutput.swift
[1150/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeWithOutput.swift
[1151/1152] Compiling SmokeHTTPClient HTTPOperationsClient+executeWithoutOutput.swift
[1152/1152] Compiling SmokeHTTPClient HTTPOperationsClient.swift
[1154/1200] Compiling SmokeHTTP1 HTTP1RequestInvocationContext.swift
[1155/1201] Compiling SmokeHTTP1 HttpHeaderConstants.swift
[1156/1201] Compiling SmokeHTTP1 HTTP1RequestHandler.swift
[1157/1201] Emitting module SmokeHTTP1
[1158/1201] Compiling SmokeHTTP1 SmokeHTTP1Server.swift
[1159/1201] Compiling SmokeHTTP1 KeepAliveStatus.swift
[1160/1201] Compiling SmokeHTTP1 SmokeInwardsRequestContext.swift
[1161/1201] Emitting module SmokeOperationsHTTP1
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardSmokeHTTP1HandlerSelector.swift:180:1: warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
178 | }
179 |
180 | extension HTTPMethod: Hashable {}
    | |- warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
181 |
[1162/1206] Compiling SmokeOperationsHTTP1 QueryOperationHTTPInput.swift
[1163/1206] Compiling SmokeOperationsHTTP1 SmokeAsyncPerInvocationContextInitializer.swift
[1164/1206] Compiling SmokeOperationsHTTP1 SmokeAsyncStaticContextInitializer.swift
[1165/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+blockingFromProviderWithInputNoOutput.swift
[1166/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+blockingFromProviderWithInputWithOutput.swift
[1167/1206] Compiling SmokeOperationsHTTP1 AdditionalHeadersOperationHTTPOutput.swift
[1168/1206] Compiling SmokeOperationsHTTP1 BodyOperationHTTPInput.swift
[1169/1206] Compiling SmokeOperationsHTTP1 HTTP1ResponseHandler.swift
[1170/1206] Compiling SmokeOperationsHTTP1 HTTP1ServerResponseComponents.swift
[1171/1206] Compiling SmokeOperationsHTTP1 HeadersOperationHTTPInput.swift
[1172/1206] Compiling SmokeOperationsHTTP1 OperationHTTP1InputProtocol.swift
[1173/1206] Compiling SmokeOperationsHTTP1 OperationHTTP1OutputProtocol.swift
[1174/1206] Compiling SmokeOperationsHTTP1 PathOperationHTTPInput.swift
[1175/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+blockingWithContextInputNoOutput.swift
[1176/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+blockingWithContextInputWithOutput.swift
[1177/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+blockingWithInputNoOutput.swift
[1178/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+blockingWithInputWithOutput.swift
[1179/1206] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+fromProviderWithInputNoOutput.swift
[1182/1206] Compiling SmokeOperationsHTTP1 BodyOperationHTTPOutput.swift
[1183/1206] Compiling SmokeOperationsHTTP1 GenericJSONPayloadHTTP1OperationDelegate.swift
[1184/1206] Compiling SmokeOperationsHTTP1 HTTP1OperationDelegate.swift
[1185/1206] Compiling SmokeOperationsHTTP1 HTTP1OperationRequestHandler.swift
[1186/1206] Compiling SmokeHTTP1 StandardSmokeHTTP1Server.swift
/host/spi-builder-workspace/Sources/SmokeHTTP1/StandardSmokeHTTP1Server.swift:207:45: warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
205 |             .serverChannelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
206 |             .serverChannelInitializer { [unowned self] channel in
207 |                 channel.pipeline.addHandler(self.quiesce.makeServerChannelHandler(channel: channel))
    |                                             `- warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
208 |             }
209 |             .childChannelInitializer { channel in
/host/spi-builder-workspace/Sources/SmokeHTTP1/StandardSmokeHTTP1Server.swift:206:50: warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
204 |             .serverChannelOption(ChannelOptions.backlog, value: 256)
205 |             .serverChannelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
206 |             .serverChannelInitializer { [unowned self] channel in
    |                                                  `- warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
207 |                 channel.pipeline.addHandler(self.quiesce.makeServerChannelHandler(channel: channel))
208 |             }
/host/spi-builder-workspace/Sources/SmokeHTTP1/StandardSmokeHTTP1Server.swift:198:13: warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
196 |         }
197 |
198 |         let currentHandler = self.handler
    |             `- warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
199 |         let currentInvocationStrategy = self.invocationStrategy
200 |
/host/spi-builder-workspace/Sources/SmokeHTTP1/StandardSmokeHTTP1Server.swift:211:99: warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
209 |             .childChannelInitializer { channel in
210 |                 channel.pipeline.configureHTTPServerPipeline().flatMap {
211 |                     channel.pipeline.addHandler(HTTP1ChannelInboundHandler<HTTP1RequestHandlerType>(
    |                                                                                                   `- warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
212 |                         handler: currentHandler,
213 |                         invocationStrategy: currentInvocationStrategy))
/host/spi-builder-workspace/Sources/SmokeHTTP1/StandardSmokeHTTP1Server.swift:198:13: warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
196 |         }
197 |
198 |         let currentHandler = self.handler
    |             `- warning: capture of non-Sendable type 'HTTP1RequestHandlerType.Type' in an isolated closure
199 |         let currentInvocationStrategy = self.invocationStrategy
200 |
[1188/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+nonblockingWithInputNoOutput.swift
[1189/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+nonblockingWithInputWithOutput.swift
[1190/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+withContextInputNoOutput.swift
[1191/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+withContextInputWithOutput.swift
[1192/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+withInputNoOutput.swift
[1193/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+fromProviderWithInputWithOutput.swift
[1194/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+nonblockingFromProviderWithInputNoOutput.swift
[1195/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+nonblockingFromProviderWithInputWithOutput.swift
[1196/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+nonblockingWithContextInputNoOutput.swift
[1197/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+nonblockingWithContextInputWithOutput.swift
[1198/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector+withInputWithOutput.swift
[1199/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1HandlerSelector.swift
[1200/1207] Compiling SmokeOperationsHTTP1 SmokeHTTP1RequestHead.swift
[1201/1207] Compiling SmokeOperationsHTTP1 SmokeInvocationTraceContext.swift
[1202/1207] Compiling SmokeOperationsHTTP1 SmokePerInvocationContextInitializer.swift
[1203/1207] Compiling SmokeOperationsHTTP1 SmokePerInvocationContextInitializerV2.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardSmokeHTTP1HandlerSelector.swift:180:1: warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
178 | }
179 |
180 | extension HTTPMethod: Hashable {}
    | |- warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
181 |
[1204/1207] Compiling SmokeOperationsHTTP1 SmokeStaticContextInitializer.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardSmokeHTTP1HandlerSelector.swift:180:1: warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
178 | }
179 |
180 | extension HTTPMethod: Hashable {}
    | |- warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
181 |
[1205/1207] Compiling SmokeOperationsHTTP1 SmokeStaticContextInitializerV2.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardSmokeHTTP1HandlerSelector.swift:180:1: warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
178 | }
179 |
180 | extension HTTPMethod: Hashable {}
    | |- warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
181 |
[1206/1207] Compiling SmokeOperationsHTTP1 StandardHTTP1OperationRequestHandler.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardSmokeHTTP1HandlerSelector.swift:180:1: warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
178 | }
179 |
180 | extension HTTPMethod: Hashable {}
    | |- warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
181 |
[1207/1207] Compiling SmokeOperationsHTTP1 StandardSmokeHTTP1HandlerSelector.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:189:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
187 |             case .cooperativeTaskGroup:
188 |                 Task {
189 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
190 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
191 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.DefaultOperationDelegateType.ResponseHandlerType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:195:21: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
193 |             case .dispatchQueue:
194 |                 DispatchQueue.global().async {
195 |                     handleOnDesiredThreadPool(requestHead: requestHead, body: body, responseHandler: responseHandler,
    |                     `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
196 |                                               invocationStrategy: invocationStrategy, requestLogger: requestLogger,
197 |                                               internalRequestId: internalRequestId, actionsProvider: actionsProvider)
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardHTTP1OperationRequestHandler.swift:166:18: warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
164 |     }
165 |
166 |     private func handleForActionsProvider(requestHead: HTTPRequestHead, body: Data?,
    |                  `- warning: capture of non-Sendable type 'SelectorType.Type' in an isolated closure; this is an error in the Swift 6 language mode
167 |                                           responseHandler: ResponseHandlerType,
168 |                                           invocationStrategy: InvocationStrategy,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1/StandardSmokeHTTP1HandlerSelector.swift:180:1: warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
178 | }
179 |
180 | extension HTTPMethod: Hashable {}
    | |- warning: extension declares a conformance of imported type 'HTTPMethod' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'NIOHTTP1' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
181 |
[1209/1237] Compiling _SmokeOperationsHTTP1Concurrency Export.swift
[1210/1237] Emitting module _SmokeOperationsHTTP1Concurrency
[1211/1237] Compiling SmokeOperationsHTTP1Server HTTP1OperationTraceContext.swift
[1212/1237] Compiling SmokeOperationsHTTP1Server HTTP1RequestInvocationContext.swift
[1213/1237] Compiling SmokeOperationsHTTP1Server JSONPayloadHTTP1OperationDelegate.swift
[1215/1240] Emitting module SmokeAsyncHTTP1
[1216/1240] Compiling SmokeAsyncHTTP1 SmokeHTTP1HandlerSelector+futureFromProviderWithInputNoOutput.swift
[1217/1240] Compiling SmokeAsyncHTTP1 SmokeHTTP1HandlerSelector+futureFromProviderWithInputWithOutput.swift
[1218/1240] Compiling SmokeOperationsHTTP1Server StandardJSONSmokeAsyncServerPerInvocationContextInitializer.swift
[1219/1240] Compiling SmokeOperationsHTTP1Server StandardJSONSmokeAsyncServerStaticContextInitializer.swift
[1220/1240] Compiling SmokeAsyncHTTP1 SmokeHTTP1HandlerSelector+futureWithContextInputNoOutput.swift
[1221/1240] Compiling SmokeAsyncHTTP1 SmokeHTTP1HandlerSelector+futureWithContextInputWithOutput.swift
[1222/1240] Compiling SmokeAsyncHTTP1 SmokeHTTP1HandlerSelector+futureWithInputNoOutput.swift
[1223/1240] Compiling SmokeAsyncHTTP1 SmokeHTTP1HandlerSelector+futureWithInputWithOutput.swift
[1224/1241] Emitting module SmokeOperationsHTTP1Server
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting+withInvocationTraceContext.swift:47:37: warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |      * Creates an instance conforming to the `HTTPClientCoreInvocationReporting` protocol from this instance and the provided trace context.
46 |      */
47 |     func withInvocationTraceContext<TraceContextType: InvocationTraceContext>(traceContext: TraceContextType) -> DelegatedInvocationReporting<TraceContextType> {
   |                                     `- warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
48 |         return DelegatedInvocationReporting(logger: self.logger,
49 |                                             internalRequestId: self.internalRequestId,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting.swift:34:46: note: 'TraceContextType' previously declared here
32 |  A context related to reporting on the invocation of the SmokeFramework.
33 |  */
34 | public struct SmokeServerInvocationReporting<TraceContextType: OperationTraceContext>: InvocationReportingWithTraceContext,
   |                                              `- note: 'TraceContextType' previously declared here
35 | HTTPClientInvocationAttributes {
36 |     public let logger: Logger
[1226/1241] Compiling SmokeOperationsHTTP1Server StandardJSONSmokeServerPerInvocationContextInitializer.swift
[1227/1241] Compiling SmokeOperationsHTTP1Server StandardJSONSmokeServerStaticContextInitializer.swift
[1228/1241] Compiling SmokeOperationsHTTP1Server SmokeHTTP1Server+startAsOperationServer.swift
[1229/1241] Compiling SmokeOperationsHTTP1Server SmokeInvocationTraceContext.swift
[1230/1241] Compiling SmokeOperationsHTTP1Server SmokeServerHTTP1RequestHandler.swift
[1231/1241] Compiling SmokeOperationsHTTP1Server SmokeServerPerInvocationContextInitializer.swift
[1232/1241] Compiling SmokeOperationsHTTP1Server SmokeServerPerInvocationContextInitializerV2.swift
[1233/1241] Compiling SmokeOperationsHTTP1Server SmokeServerStaticContextInitializer.swift
[1234/1241] Compiling SmokeOperationsHTTP1Server SmokeServerInvocationContext+HTTP1RequestInvocationContext.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting+withInvocationTraceContext.swift:47:37: warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |      * Creates an instance conforming to the `HTTPClientCoreInvocationReporting` protocol from this instance and the provided trace context.
46 |      */
47 |     func withInvocationTraceContext<TraceContextType: InvocationTraceContext>(traceContext: TraceContextType) -> DelegatedInvocationReporting<TraceContextType> {
   |                                     `- warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
48 |         return DelegatedInvocationReporting(logger: self.logger,
49 |                                             internalRequestId: self.internalRequestId,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting.swift:34:46: note: 'TraceContextType' previously declared here
32 |  A context related to reporting on the invocation of the SmokeFramework.
33 |  */
34 | public struct SmokeServerInvocationReporting<TraceContextType: OperationTraceContext>: InvocationReportingWithTraceContext,
   |                                              `- note: 'TraceContextType' previously declared here
35 | HTTPClientInvocationAttributes {
36 |     public let logger: Logger
[1235/1241] Compiling SmokeOperationsHTTP1Server SmokeServerInvocationReporting+withInvocationTraceContext.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting+withInvocationTraceContext.swift:47:37: warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |      * Creates an instance conforming to the `HTTPClientCoreInvocationReporting` protocol from this instance and the provided trace context.
46 |      */
47 |     func withInvocationTraceContext<TraceContextType: InvocationTraceContext>(traceContext: TraceContextType) -> DelegatedInvocationReporting<TraceContextType> {
   |                                     `- warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
48 |         return DelegatedInvocationReporting(logger: self.logger,
49 |                                             internalRequestId: self.internalRequestId,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting.swift:34:46: note: 'TraceContextType' previously declared here
32 |  A context related to reporting on the invocation of the SmokeFramework.
33 |  */
34 | public struct SmokeServerInvocationReporting<TraceContextType: OperationTraceContext>: InvocationReportingWithTraceContext,
   |                                              `- note: 'TraceContextType' previously declared here
35 | HTTPClientInvocationAttributes {
36 |     public let logger: Logger
[1236/1241] Compiling SmokeOperationsHTTP1Server SmokeServerInvocationReporting.swift
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting+withInvocationTraceContext.swift:47:37: warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
45 |      * Creates an instance conforming to the `HTTPClientCoreInvocationReporting` protocol from this instance and the provided trace context.
46 |      */
47 |     func withInvocationTraceContext<TraceContextType: InvocationTraceContext>(traceContext: TraceContextType) -> DelegatedInvocationReporting<TraceContextType> {
   |                                     `- warning: generic parameter 'TraceContextType' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
48 |         return DelegatedInvocationReporting(logger: self.logger,
49 |                                             internalRequestId: self.internalRequestId,
/host/spi-builder-workspace/Sources/SmokeOperationsHTTP1Server/SmokeServerInvocationReporting.swift:34:46: note: 'TraceContextType' previously declared here
32 |  A context related to reporting on the invocation of the SmokeFramework.
33 |  */
34 | public struct SmokeServerInvocationReporting<TraceContextType: OperationTraceContext>: InvocationReportingWithTraceContext,
   |                                              `- note: 'TraceContextType' previously declared here
35 | HTTPClientInvocationAttributes {
36 |     public let logger: Logger
[1237/1241] Compiling SmokeOperationsHTTP1Server SmokeServerStaticContextInitializerV2.swift
[1238/1241] Compiling SmokeOperationsHTTP1Server StandardHTTP1ResponseHandler.swift
[1239/1241] Compiling SmokeOperationsHTTP1Server SmokeAsyncServerPerInvocationContextInitializer.swift
[1240/1241] Compiling SmokeOperationsHTTP1Server SmokeAsyncServerStaticContextInitializer.swift
[1241/1241] Compiling SmokeOperationsHTTP1Server SmokeHTTP1Server+runAsOperationServer.swift
Build complete! (394.64s)
Build complete.
{
  "dependencies" : [
    {
      "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" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "smoke-http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-http.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-framework",
  "name" : "smoke-framework",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SmokeOperations",
      "targets" : [
        "SmokeOperations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_SmokeOperationsConcurrency",
      "targets" : [
        "_SmokeOperationsConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmokeOperationsHTTP1",
      "targets" : [
        "SmokeOperationsHTTP1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_SmokeOperationsHTTP1Concurrency",
      "targets" : [
        "_SmokeOperationsHTTP1Concurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmokeOperationsHTTP1Server",
      "targets" : [
        "SmokeOperationsHTTP1Server"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmokeInvocation",
      "targets" : [
        "SmokeInvocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmokeHTTP1",
      "targets" : [
        "SmokeHTTP1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmokeAsync",
      "targets" : [
        "SmokeAsync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SmokeAsyncHTTP1",
      "targets" : [
        "SmokeAsyncHTTP1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "_SmokeOperationsHTTP1Concurrency",
      "module_type" : "SwiftTarget",
      "name" : "_SmokeOperationsHTTP1Concurrency",
      "path" : "Sources/_SmokeOperationsHTTP1Concurrency",
      "product_memberships" : [
        "_SmokeOperationsHTTP1Concurrency"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "SmokeOperationsHTTP1",
        "_SmokeOperationsConcurrency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_SmokeOperationsConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "_SmokeOperationsConcurrency",
      "path" : "Sources/_SmokeOperationsConcurrency",
      "product_memberships" : [
        "_SmokeOperationsConcurrency",
        "_SmokeOperationsHTTP1Concurrency"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "SmokeOperations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeOperationsHTTP1Tests",
      "module_type" : "SwiftTarget",
      "name" : "SmokeOperationsHTTP1Tests",
      "path" : "Tests/SmokeOperationsHTTP1Tests",
      "sources" : [
        "ErrorWithTypeTests.swift",
        "SmokeOperationsHTTP1AsyncTests.swift",
        "SmokeOperationsHTTP1SyncTests.swift",
        "TestConfiguration.swift"
      ],
      "target_dependencies" : [
        "SmokeOperationsHTTP1",
        "SmokeHTTP1"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmokeOperationsHTTP1Server",
      "module_type" : "SwiftTarget",
      "name" : "SmokeOperationsHTTP1Server",
      "path" : "Sources/SmokeOperationsHTTP1Server",
      "product_memberships" : [
        "SmokeOperationsHTTP1Server"
      ],
      "sources" : [
        "HTTP1OperationTraceContext.swift",
        "HTTP1RequestInvocationContext.swift",
        "JSONPayloadHTTP1OperationDelegate.swift",
        "SmokeAsyncServerPerInvocationContextInitializer.swift",
        "SmokeAsyncServerStaticContextInitializer.swift",
        "SmokeHTTP1Server+runAsOperationServer.swift",
        "SmokeHTTP1Server+startAsOperationServer.swift",
        "SmokeInvocationTraceContext.swift",
        "SmokeServerHTTP1RequestHandler.swift",
        "SmokeServerInvocationContext+HTTP1RequestInvocationContext.swift",
        "SmokeServerInvocationReporting+withInvocationTraceContext.swift",
        "SmokeServerInvocationReporting.swift",
        "SmokeServerPerInvocationContextInitializer.swift",
        "SmokeServerPerInvocationContextInitializerV2.swift",
        "SmokeServerStaticContextInitializer.swift",
        "SmokeServerStaticContextInitializerV2.swift",
        "StandardHTTP1ResponseHandler.swift",
        "StandardJSONSmokeAsyncServerPerInvocationContextInitializer.swift",
        "StandardJSONSmokeAsyncServerStaticContextInitializer.swift",
        "StandardJSONSmokeServerPerInvocationContextInitializer.swift",
        "StandardJSONSmokeServerStaticContextInitializer.swift"
      ],
      "target_dependencies" : [
        "SmokeOperationsHTTP1",
        "SmokeHTTP1"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeOperationsHTTP1",
      "module_type" : "SwiftTarget",
      "name" : "SmokeOperationsHTTP1",
      "path" : "Sources/SmokeOperationsHTTP1",
      "product_dependencies" : [
        "QueryCoding",
        "HTTPPathCoding",
        "HTTPHeadersCoding",
        "SmokeHTTPClient"
      ],
      "product_memberships" : [
        "SmokeOperationsHTTP1",
        "_SmokeOperationsHTTP1Concurrency",
        "SmokeOperationsHTTP1Server",
        "SmokeAsyncHTTP1"
      ],
      "sources" : [
        "AdditionalHeadersOperationHTTPOutput.swift",
        "BodyOperationHTTPInput.swift",
        "BodyOperationHTTPOutput.swift",
        "GenericJSONPayloadHTTP1OperationDelegate.swift",
        "HTTP1OperationDelegate.swift",
        "HTTP1OperationRequestHandler.swift",
        "HTTP1ResponseHandler.swift",
        "HTTP1ServerResponseComponents.swift",
        "HeadersOperationHTTPInput.swift",
        "OperationHTTP1InputProtocol.swift",
        "OperationHTTP1OutputProtocol.swift",
        "PathOperationHTTPInput.swift",
        "QueryOperationHTTPInput.swift",
        "SmokeAsyncPerInvocationContextInitializer.swift",
        "SmokeAsyncStaticContextInitializer.swift",
        "SmokeHTTP1HandlerSelector+blockingFromProviderWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+blockingFromProviderWithInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+blockingWithContextInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+blockingWithContextInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+blockingWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+blockingWithInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+fromProviderWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+fromProviderWithInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+nonblockingFromProviderWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+nonblockingFromProviderWithInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+nonblockingWithContextInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+nonblockingWithContextInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+nonblockingWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+nonblockingWithInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+withContextInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+withContextInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+withInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+withInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector.swift",
        "SmokeHTTP1RequestHead.swift",
        "SmokeInvocationTraceContext.swift",
        "SmokePerInvocationContextInitializer.swift",
        "SmokePerInvocationContextInitializerV2.swift",
        "SmokeStaticContextInitializer.swift",
        "SmokeStaticContextInitializerV2.swift",
        "StandardHTTP1OperationRequestHandler.swift",
        "StandardSmokeHTTP1HandlerSelector.swift"
      ],
      "target_dependencies" : [
        "SmokeOperations"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeOperations",
      "module_type" : "SwiftTarget",
      "name" : "SmokeOperations",
      "path" : "Sources/SmokeOperations",
      "product_dependencies" : [
        "Logging",
        "Metrics",
        "Tracing"
      ],
      "product_memberships" : [
        "SmokeOperations",
        "_SmokeOperationsConcurrency",
        "SmokeOperationsHTTP1",
        "_SmokeOperationsHTTP1Concurrency",
        "SmokeOperationsHTTP1Server",
        "SmokeAsync",
        "SmokeAsyncHTTP1"
      ],
      "sources" : [
        "ErrorWithType.swift",
        "InvocationReporting.swift",
        "JSONDecoder+getFrameworkDecoder.swift",
        "JSONEncoder+getFrameworkEncoder.swift",
        "MetadataProvider+smokeFramework.swift",
        "OperationDelegate.swift",
        "OperationFailure.swift",
        "OperationHandler+blockingWithContextInputNoOutput.swift",
        "OperationHandler+blockingWithContextInputWithOutput.swift",
        "OperationHandler+blockingWithInputNoOutput.swift",
        "OperationHandler+blockingWithInputWithOutput.swift",
        "OperationHandler+nonblockingWithContextInputNoOutput.swift",
        "OperationHandler+nonblockingWithContextInputWithOutput.swift",
        "OperationHandler+nonblockingWithInputNoOutput.swift",
        "OperationHandler+nonblockingWithInputWithOutput.swift",
        "OperationHandler+withContextInputNoOutput.swift",
        "OperationHandler+withContextInputWithOutput.swift",
        "OperationHandler+withInputNoOutput.swift",
        "OperationHandler+withInputWithOutput.swift",
        "OperationHandler.swift",
        "OperationHandlerExtensions.swift",
        "OperationIdentity.swift",
        "OperationTraceContext.swift",
        "PerInvocationContext.swift",
        "RequestLoggerDecorator.swift",
        "ReturnableErrorProtocols.swift",
        "ServiceContext+invocationContext.swift",
        "SmokeInvocationContext.swift",
        "SmokeOperationError.swift",
        "SmokeOperationReporting.swift",
        "SmokeReportingConfiguration.swift",
        "Validatable.swift"
      ],
      "target_dependencies" : [
        "SmokeInvocation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeInvocation",
      "module_type" : "SwiftTarget",
      "name" : "SmokeInvocation",
      "path" : "Sources/SmokeInvocation",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SmokeOperations",
        "_SmokeOperationsConcurrency",
        "SmokeOperationsHTTP1",
        "_SmokeOperationsHTTP1Concurrency",
        "SmokeOperationsHTTP1Server",
        "SmokeInvocation",
        "SmokeHTTP1",
        "SmokeAsync",
        "SmokeAsyncHTTP1"
      ],
      "sources" : [
        "GlobalDispatchQueueAsyncInvocationStrategy.swift",
        "GlobalDispatchQueueSyncInvocationStrategy.swift",
        "InvocationStrategy.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeHTTP1",
      "module_type" : "SwiftTarget",
      "name" : "SmokeHTTP1",
      "path" : "Sources/SmokeHTTP1",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat",
        "NIOExtras",
        "SmokeHTTPClient"
      ],
      "product_memberships" : [
        "SmokeOperationsHTTP1Server",
        "SmokeHTTP1"
      ],
      "sources" : [
        "ChannelHTTP1ResponseHandler.swift",
        "HTTP1ChannelInboundHandler.swift",
        "HTTP1RequestHandler.swift",
        "HTTP1RequestInvocationContext.swift",
        "HttpHeaderConstants.swift",
        "KeepAliveStatus.swift",
        "SmokeHTTP1Server.swift",
        "SmokeInwardsRequestContext.swift",
        "StandardSmokeHTTP1Server.swift"
      ],
      "target_dependencies" : [
        "SmokeInvocation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeAsyncHTTP1",
      "module_type" : "SwiftTarget",
      "name" : "SmokeAsyncHTTP1",
      "path" : "Sources/SmokeAsyncHTTP1",
      "product_dependencies" : [
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "SmokeAsyncHTTP1"
      ],
      "sources" : [
        "SmokeHTTP1HandlerSelector+futureFromProviderWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+futureFromProviderWithInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+futureWithContextInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+futureWithContextInputWithOutput.swift",
        "SmokeHTTP1HandlerSelector+futureWithInputNoOutput.swift",
        "SmokeHTTP1HandlerSelector+futureWithInputWithOutput.swift"
      ],
      "target_dependencies" : [
        "SmokeAsync",
        "SmokeOperationsHTTP1"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SmokeAsync",
      "module_type" : "SwiftTarget",
      "name" : "SmokeAsync",
      "path" : "Sources/SmokeAsync",
      "product_dependencies" : [
        "Logging",
        "NIO"
      ],
      "product_memberships" : [
        "SmokeAsync",
        "SmokeAsyncHTTP1"
      ],
      "sources" : [
        "OperationHandler+futureWithContextInputNoOutput.swift",
        "OperationHandler+futureWithContextInputWithOutput.swift",
        "OperationHandler+futureWithInputNoOutput.swift",
        "OperationHandler+futureWithInputWithOutput.swift"
      ],
      "target_dependencies" : [
        "SmokeOperations"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.