The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Connect, reference main (2cd164), with Swift 6.1 for macOS (SPM) on 2 May 2026 06:32:29 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/connectrpc/connect-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2cd1640 Bump swift-protobuf minimum version to 1.31.0 (#394)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
2cd16402fd74913dff3b7a1f2faf4a24c653eed8
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/connectrpc/connect-swift.git
https://github.com/connectrpc/connect-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.92.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.39.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.36.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Connect",
  "name" : "Connect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Connect",
      "targets" : [
        "Connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectMocks",
      "targets" : [
        "ConnectMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectNIO",
      "targets" : [
        "ConnectNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-connect-swift",
      "targets" : [
        "ConnectSwiftPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "protoc-gen-connect-swift-mocks",
      "targets" : [
        "ConnectMocksPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConnectConformanceClient",
      "targets" : [
        "ConnectConformanceClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ConnectSwiftPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectSwiftPlugin",
      "path" : "Plugins/ConnectSwiftPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift"
      ],
      "sources" : [
        "ConnectClientGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectPluginUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilitiesTests",
      "path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
      "sources" : [
        "FilePathComponentsTests.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectPluginUtilities",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilities",
      "path" : "Plugins/ConnectPluginUtilities",
      "product_dependencies" : [
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift",
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "FilePathComponents.swift",
        "Generator.swift",
        "GeneratorOptions.swift",
        "MethodDescriptor+Extensions.swift",
        "ServiceDescriptor+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectNIO",
      "module_type" : "SwiftTarget",
      "name" : "ConnectNIO",
      "path" : "Libraries/ConnectNIO",
      "product_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOHTTP2",
        "NIOPosix",
        "NIOSSL"
      ],
      "product_memberships" : [
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/ConnectStreamChannelHandler.swift",
        "Internal/ConnectUnaryChannelHandler.swift",
        "Internal/Extensions/ConnectError+Extensions.swift",
        "Internal/Extensions/HTTPRequestHead+Extensions.swift",
        "Internal/Extensions/Headers+Extensions.swift",
        "Internal/GRPCInterceptor.swift",
        "Public/NIOHTTPClient.swift",
        "Public/NetworkProtocol+Extensions.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectMocksPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocksPlugin",
      "path" : "Plugins/ConnectMocksPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "ConnectMockGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectMocks",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocks",
      "path" : "Libraries/ConnectMocks",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectMocks"
      ],
      "sources" : [
        "MockBidirectionalAsyncStream.swift",
        "MockBidirectionalStream.swift",
        "MockClientOnlyAsyncStream.swift",
        "MockClientOnlyStream.swift",
        "MockServerOnlyAsyncStream.swift",
        "MockServerOnlyStream.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectLibraryTests",
      "path" : "Tests/UnitTests/ConnectLibraryTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConnectMocksTests/ConnectMocksTests.swift",
        "ConnectTests/ConnectEndStreamResponseTests.swift",
        "ConnectTests/ConnectErrorTests.swift",
        "ConnectTests/EnvelopeTests.swift",
        "ConnectTests/GzipCompressionPoolTests.swift",
        "ConnectTests/InterceptorChainIterationTests.swift",
        "ConnectTests/InterceptorFactoryTests.swift",
        "ConnectTests/InterceptorIntegrationTests.swift",
        "ConnectTests/JSONCodecTests.swift",
        "ConnectTests/ProtoCodecTests.swift",
        "ConnectTests/ProtocolClientConfigTests.swift",
        "ConnectTests/ServiceMetadataTests.swift",
        "ConnectTests/TimeoutTests.swift",
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectConformanceClient",
      "module_type" : "SwiftTarget",
      "name" : "ConnectConformanceClient",
      "path" : "Tests/ConformanceClient",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectConformanceClient"
      ],
      "sources" : [
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
        "Sources/CommandLineArgument.swift",
        "Sources/ConformanceInvoker.swift",
        "Sources/main.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectNIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Connect",
      "module_type" : "SwiftTarget",
      "name" : "Connect",
      "path" : "Libraries/Connect",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Connect",
        "ConnectMocks",
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
        "Internal/Interceptors/ConnectInterceptor.swift",
        "Internal/Interceptors/GRPCWebInterceptor.swift",
        "Internal/Interceptors/InterceptorChain.swift",
        "Internal/Streaming/BidirectionalAsyncStream.swift",
        "Internal/Streaming/BidirectionalStream.swift",
        "Internal/Streaming/ClientOnlyAsyncStream.swift",
        "Internal/Streaming/ClientOnlyStream.swift",
        "Internal/Streaming/ClientOnlyStreamValidation.swift",
        "Internal/Streaming/ConnectEndStreamResponse.swift",
        "Internal/Streaming/ServerOnlyAsyncStream.swift",
        "Internal/Streaming/ServerOnlyStream.swift",
        "Internal/Streaming/URLSessionStream.swift",
        "Internal/Unary/UnaryAsyncWrapper.swift",
        "Internal/Utilities/Data+URLSafeBase64.swift",
        "Internal/Utilities/Lock.swift",
        "Internal/Utilities/Locked.swift",
        "Internal/Utilities/TimeoutTimer.swift",
        "PackageInternal/ConnectError+GRPC.swift",
        "PackageInternal/Envelope.swift",
        "PackageInternal/Headers+GRPC.swift",
        "PackageInternal/Trailers+gRPC.swift",
        "Public/Implementation/Clients/ProtocolClient.swift",
        "Public/Implementation/Clients/URLSessionHTTPClient.swift",
        "Public/Implementation/Codecs/JSONCodec.swift",
        "Public/Implementation/Codecs/ProtoCodec.swift",
        "Public/Implementation/Compression/GzipCompressionPool.swift",
        "Public/Interfaces/Cancelable.swift",
        "Public/Interfaces/Code.swift",
        "Public/Interfaces/Codec.swift",
        "Public/Interfaces/CompressionPool.swift",
        "Public/Interfaces/ConnectError.swift",
        "Public/Interfaces/HTTPClientInterface.swift",
        "Public/Interfaces/HTTPMethod.swift",
        "Public/Interfaces/HTTPMetrics.swift",
        "Public/Interfaces/HTTPRequest.swift",
        "Public/Interfaces/HTTPResponse.swift",
        "Public/Interfaces/HeaderConstants.swift",
        "Public/Interfaces/Headers.swift",
        "Public/Interfaces/IdempotencyLevel.swift",
        "Public/Interfaces/Interceptors/Interceptor.swift",
        "Public/Interfaces/Interceptors/InterceptorFactory.swift",
        "Public/Interfaces/Interceptors/StreamInterceptor.swift",
        "Public/Interfaces/Interceptors/UnaryInterceptor.swift",
        "Public/Interfaces/MethodSpec.swift",
        "Public/Interfaces/NetworkProtocol.swift",
        "Public/Interfaces/ProtobufMessage.swift",
        "Public/Interfaces/ProtocolClientConfig.swift",
        "Public/Interfaces/ProtocolClientInterface.swift",
        "Public/Interfaces/ResponseMessage.swift",
        "Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/StreamResult.swift",
        "Public/Interfaces/Trailers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/459] Write sources
[1/459] Write protoc-gen-connect-swift-entitlement.plist
[2/459] Write sources
[3/459] Write protoc-gen-connect-swift-mocks-entitlement.plist
[3/459] Write sources
[12/459] Copying PrivacyInfo.xcprivacy
[12/459] Write sources
[12/459] Copying PrivacyInfo.xcprivacy
[13/459] Write sources
[18/459] Copying PrivacyInfo.xcprivacy
[19/459] Write sources
[28/459] Write ConnectConformanceClient-entitlement.plist
[28/459] Write sources
[34/459] Compiling CNIOWindows shim.c
[34/459] Compiling CNIOWindows WSAStartup.c
[34/459] Compiling CNIOWASI CNIOWASI.c
[37/459] Compiling CNIOOpenBSD shim.c
[38/459] Compiling CNIOLinux shim.c
[38/459] Compiling CNIOLinux liburing_shims.c
[40/459] Write swift-version-2F0A5646E1D333AE.txt
[41/459] Compiling fiat_p256_adx_sqr.S
[42/459] Compiling fiat_p256_adx_mul.S
[43/459] Compiling fiat_curve25519_adx_square.S
[44/459] Compiling _AtomicsShims.c
[45/465] Compiling CNIOPosix event_loop_id.c
[46/465] Compiling CNIOLLHTTP c_nio_http.c
[47/469] Compiling fiat_curve25519_adx_mul.S
[48/552] Compiling CNIOLLHTTP c_nio_api.c
[49/571] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/571] Compiling CNIODarwin shim.c
[51/571] Compiling CNIOBoringSSLShims shims.c
[53/571] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[54/571] Compiling InternalCollectionsUtilities _SortedCollection.swift
[55/572] Emitting module _NIOBase64
[56/572] Compiling _NIOBase64 Base64.swift
[57/572] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/572] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/572] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/572] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/572] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/572] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[63/572] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/572] Compiling InternalCollectionsUtilities Span+Extras.swift
[65/572] Compiling InternalCollectionsUtilities String+Padding.swift
[66/572] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/572] Compiling InternalCollectionsUtilities Integer rank.swift
[68/572] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/572] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/572] Compiling InternalCollectionsUtilities Debugging.swift
[71/572] Compiling InternalCollectionsUtilities Descriptions.swift
[72/572] Emitting module InternalCollectionsUtilities
[73/572] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/572] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/572] Compiling tls13_enc.cc
[75/572] Compiling tls_method.cc
[76/572] Compiling tls13_server.cc
[76/572] Compiling tls_record.cc
[79/606] Compiling ContainersPreview OutputSpan+Extras.swift
[80/606] Compiling ContainersPreview TemporaryAllocation.swift
[81/606] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[82/606] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[83/606] Compiling ContainersPreview Drain+Reduce.swift
[84/606] Compiling ContainersPreview Drain.swift
[85/606] Compiling ContainersPreview Producer+Collect.swift
[86/609] Emitting module ContainersPreview
[87/609] Compiling ContainersPreview Producer+Filter.swift
[88/609] Compiling ContainersPreview Producer+Map.swift
[89/609] Compiling ContainersPreview Producer+Reduce.swift
[90/609] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[91/609] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[92/609] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[93/609] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[94/609] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[95/609] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[96/609] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[97/609] Compiling ContainersPreview BorrowingSequence.swift
[98/609] Compiling ContainersPreview RandomAccessContainer.swift
[99/609] Compiling ContainersPreview RangeExpression2.swift
[100/609] Compiling ContainersPreview RangeReplaceableContainer.swift
[101/609] Compiling ContainersPreview Drain+Map.swift
[102/609] Compiling ContainersPreview ContainerIterator.swift
[103/609] Compiling ContainersPreview DynamicContainer.swift
[104/609] Compiling ContainersPreview MutableContainer.swift
[105/609] Compiling ContainersPreview PermutableContainer.swift
[106/609] Compiling ContainersPreview Producer.swift
[107/609] Compiling ContainersPreview Borrow.swift
[108/609] Compiling ContainersPreview Box.swift
[109/609] Compiling ContainersPreview BidirectionalContainer.swift
[110/609] Compiling ContainersPreview Container+Filter.swift
[111/609] Compiling ContainersPreview Container+SpanwiseZip.swift
[112/609] Compiling ContainersPreview Container.swift
[113/609] Compiling _NIODataStructures _TinyArray.swift
[114/609] Compiling _NIODataStructures PriorityQueue.swift
[115/609] Compiling ContainersPreview Inout.swift
[116/609] Compiling ContainersPreview InputSpan.swift
[117/609] Compiling ContainersPreview Shared.swift
[117/609] Compiling tls13_client.cc
[118/609] Compiling tls13_both.cc
[119/609] Compiling t1_enc.cc
[121/610] Emitting module _NIODataStructures
[122/610] Compiling _NIODataStructures Heap.swift
[123/650] Compiling DequeModule UniqueDeque+Append.swift
[124/650] Compiling DequeModule UniqueDeque+Consumption.swift
[125/650] Compiling DequeModule UniqueDeque+Container.swift
[126/650] Compiling DequeModule UniqueDeque+Descriptions.swift
[127/654] Compiling DequeModule RigidDeque+Hashable.swift
[128/654] Compiling DequeModule RigidDeque+Initializers.swift
[129/654] Compiling DequeModule RigidDeque+Insertions.swift
[130/654] Compiling DequeModule RigidDeque+Prepend.swift
[131/654] Compiling DequeModule UniqueDeque+Equatable.swift
[132/654] Compiling DequeModule UniqueDeque+Experimental.swift
[133/654] Compiling DequeModule UniqueDeque+Hashable.swift
[134/654] Compiling DequeModule UniqueDeque+Initializers.swift
[135/654] Compiling DequeModule RigidDeque+Removals.swift
[136/654] Compiling DequeModule RigidDeque+Replacements.swift
[137/654] Compiling DequeModule RigidDeque+Testing.swift
[138/654] Compiling DequeModule RigidDeque.swift
[139/654] Compiling DequeModule UniqueDeque+Insertions.swift
[140/654] Compiling DequeModule UniqueDeque+Prepend.swift
[141/654] Compiling DequeModule UniqueDeque+Removals.swift
[142/654] Compiling DequeModule UniqueDeque+Replacements.swift
[142/654] Compiling ssl_stat.cc
[143/654] Compiling ssl_transcript.cc
[144/654] Compiling ssl_x509.cc
[145/654] Compiling ssl_versions.cc
[147/654] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[148/654] Compiling DequeModule Deque+Extras.swift
[149/654] Compiling DequeModule Deque+Hashable.swift
[150/654] Compiling DequeModule Deque+Testing.swift
[151/654] Compiling DequeModule Deque._Storage.swift
[152/654] Compiling DequeModule RigidDeque+Consumption.swift
[153/654] Compiling DequeModule RigidDeque+Container.swift
[154/654] Compiling DequeModule RigidDeque+Descriptions.swift
[155/654] Compiling DequeModule RigidDeque+Equatable.swift
[156/654] Compiling DequeModule RigidDeque+Experimental.swift
[157/654] Compiling DequeModule Deque._UnsafeHandle.swift
[158/654] Compiling DequeModule Deque.swift
[159/654] Compiling DequeModule _DequeBuffer.swift
[160/654] Compiling DequeModule _DequeBufferHeader.swift
[161/654] Compiling DequeModule RigidDeque+Append.swift
[162/654] Compiling DequeModule Deque+Codable.swift
[163/654] Compiling DequeModule Deque+Collection.swift
[164/654] Compiling DequeModule Deque+CustomReflectable.swift
[165/654] Compiling DequeModule Deque+Descriptions.swift
[166/654] Compiling DequeModule Deque+Equatable.swift
[166/654] Compiling ssl_session.cc
[167/654] Compiling ssl_privkey.cc
[168/654] Compiling ssl_key_share.cc
[169/654] Compiling ssl_file.cc
[170/654] Compiling ssl_cipher.cc
[171/654] Compiling ssl_lib.cc
[172/654] Compiling ssl_cert.cc
[173/654] Compiling ssl_credential.cc
[175/654] Compiling DequeModule UniqueDeque.swift
[176/654] Compiling DequeModule _DequeSlot.swift
[177/654] Compiling DequeModule _UnsafeDequeHandle.swift
[178/654] Compiling DequeModule _UnsafeDequeSegments.swift
[179/654] Emitting module DequeModule
[179/654] Compiling ssl_buffer.cc
[180/654] Compiling ssl_asn1.cc
[181/654] Compiling ssl_aead_ctx.cc
[182/654] Compiling s3_pkt.cc
[183/654] Compiling s3_lib.cc
[184/654] Compiling s3_both.cc
[185/654] Compiling handshake_client.cc
[186/654] Compiling handshake_server.cc
[187/654] Compiling handshake.cc
[188/654] Compiling handoff.cc
[189/654] Compiling encrypted_client_hello.cc
[190/654] Compiling dtls_method.cc
[191/654] Compiling extensions.cc
[192/654] Compiling d1_srtp.cc
[193/654] Compiling md5-x86_64-linux.S
[194/654] Compiling dtls_record.cc
[195/654] Compiling md5-x86_64-apple.S
[196/654] Compiling md5-586-linux.S
[197/654] Compiling md5-586-apple.S
[198/654] Compiling chacha20_poly1305_x86_64-linux.S
[199/654] Compiling chacha20_poly1305_x86_64-apple.S
[200/654] Compiling chacha20_poly1305_armv8-win.S
[201/654] Compiling chacha20_poly1305_armv8-linux.S
[202/654] Compiling chacha-x86_64-linux.S
[203/654] Compiling chacha20_poly1305_armv8-apple.S
[204/654] Compiling chacha-x86_64-apple.S
[205/654] Compiling chacha-x86-linux.S
[206/654] Compiling chacha-x86-apple.S
[207/654] Compiling chacha-armv8-win.S
[208/654] Compiling chacha-armv8-linux.S
[209/654] Compiling chacha-armv8-apple.S
[210/654] Compiling chacha-armv4-linux.S
[211/654] Compiling aes128gcmsiv-x86_64-linux.S
[212/654] Compiling aes128gcmsiv-x86_64-apple.S
[213/654] Compiling x86_64-mont5-linux.S
[214/654] Compiling x86_64-mont5-apple.S
[215/654] Compiling d1_pkt.cc
[216/654] Compiling x86_64-mont-linux.S
[217/654] Compiling x86_64-mont-apple.S
[218/654] Compiling x86-mont-linux.S
[219/654] Compiling x86-mont-apple.S
[220/654] Compiling vpaes-x86_64-linux.S
[220/654] Compiling vpaes-x86_64-apple.S
[222/654] Compiling vpaes-x86-linux.S
[223/654] Compiling d1_lib.cc
[224/654] Compiling vpaes-x86-apple.S
[225/654] Compiling vpaes-armv8-win.S
[226/654] Compiling vpaes-armv8-linux.S
[227/654] Compiling vpaes-armv7-linux.S
[227/654] Compiling vpaes-armv8-apple.S
[229/654] Compiling sha512-x86_64-linux.S
[230/654] Compiling sha512-x86_64-apple.S
[231/654] Compiling sha512-armv8-win.S
[232/654] Compiling sha512-armv8-linux.S
[233/654] Compiling sha512-armv4-linux.S
[234/654] Compiling sha512-armv8-apple.S
[235/654] Compiling sha512-586-linux.S
[236/654] Compiling sha512-586-apple.S
[237/654] Compiling sha256-x86_64-linux.S
[238/654] Compiling sha256-x86_64-apple.S
[239/654] Compiling sha256-armv8-win.S
[240/654] Compiling sha256-armv8-linux.S
[241/654] Compiling sha256-armv4-linux.S
[242/654] Compiling sha256-586-linux.S
[243/654] Compiling sha256-armv8-apple.S
[244/654] Compiling sha256-586-apple.S
[245/654] Compiling sha1-x86_64-linux.S
[246/654] Compiling sha1-x86_64-apple.S
[247/654] Compiling sha1-armv8-win.S
[248/654] Compiling sha1-armv8-linux.S
[249/654] Compiling bio_ssl.cc
[250/654] Compiling sha1-armv4-large-linux.S
[251/654] Compiling sha1-armv8-apple.S
[252/654] Compiling sha1-586-linux.S
[253/654] Compiling sha1-586-apple.S
[254/654] Compiling rsaz-avx2-linux.S
[255/654] Compiling rsaz-avx2-apple.S
[256/654] Compiling rdrand-x86_64-linux.S
[257/654] Compiling rdrand-x86_64-apple.S
[258/654] Compiling p256_beeu-x86_64-asm-linux.S
[259/654] Compiling err_data.cc
[260/654] Compiling p256_beeu-x86_64-asm-apple.S
[261/654] Compiling p256_beeu-armv8-asm-win.S
[262/654] Compiling p256_beeu-armv8-asm-linux.S
[263/654] Compiling p256_beeu-armv8-asm-apple.S
[264/654] Compiling p256-x86_64-asm-linux.S
[265/654] Compiling p256-x86_64-asm-apple.S
[266/654] Compiling p256-armv8-asm-linux.S
[267/654] Compiling p256-armv8-asm-win.S
[268/654] Compiling p256-armv8-asm-apple.S
[269/654] Compiling ghashv8-armv8-win.S
[270/654] Compiling ghashv8-armv8-linux.S
[271/654] Compiling ghashv8-armv8-apple.S
[272/654] Compiling ghashv8-armv7-linux.S
[272/654] Compiling ghash-x86_64-linux.S
[274/654] Compiling ghash-x86_64-apple.S
[275/654] Compiling ghash-x86-linux.S
[276/654] Compiling ghash-x86-apple.S
[277/654] Compiling ghash-ssse3-x86_64-linux.S
[278/654] Compiling ghash-ssse3-x86_64-apple.S
[279/654] Compiling ghash-ssse3-x86-linux.S
[280/654] Compiling ghash-neon-armv8-win.S
[281/654] Compiling ghash-ssse3-x86-apple.S
[282/654] Compiling ghash-neon-armv8-linux.S
[283/654] Compiling ghash-neon-armv8-apple.S
[284/654] Compiling co-586-linux.S
[285/654] Compiling ghash-armv4-linux.S
[286/654] Compiling co-586-apple.S
[287/654] Compiling bsaes-armv7-linux.S
[288/654] Compiling bn-armv8-win.S
[289/654] Compiling bn-armv8-linux.S
[290/654] Compiling bn-586-linux.S
[291/654] Compiling bn-armv8-apple.S
[292/654] Compiling bn-586-apple.S
[293/654] Compiling armv8-mont-win.S
[294/654] Compiling armv8-mont-linux.S
[296/654] Emitting module SwiftProtobuf
[296/662] Compiling armv4-mont-linux.S
[297/663] Compiling aesv8-gcm-armv8-win.S
[298/663] Compiling armv8-mont-apple.S
[299/663] Compiling aesv8-gcm-armv8-linux.S
[300/663] Compiling aesv8-armv8-win.S
[301/663] Compiling aesv8-gcm-armv8-apple.S
[302/663] Compiling aesv8-armv8-linux.S
[303/663] Compiling aesv8-armv8-apple.S
[304/663] Compiling aesv8-armv7-linux.S
[305/663] Compiling aesni-x86_64-linux.S
[306/663] Compiling aesni-x86_64-apple.S
[307/663] Compiling aesni-x86-linux.S
[308/663] Compiling aesni-x86-apple.S
[309/663] Compiling aesni-gcm-x86_64-linux.S
[310/663] Compiling aesni-gcm-x86_64-apple.S
[311/663] Compiling aes-gcm-avx2-x86_64-linux.S
[312/663] Compiling aes-gcm-avx2-x86_64-apple.S
[313/663] Compiling aes-gcm-avx10-x86_64-linux.S
[314/663] Compiling aes-gcm-avx10-x86_64-apple.S
[315/663] Compiling d1_both.cc
[317/663] Compiling SwiftProtobuf Message+JSONAdditions.swift
[318/663] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[319/663] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[320/663] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[321/663] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[322/663] Compiling SwiftProtobuf Message.swift
[323/663] Compiling SwiftProtobuf MessageExtension.swift
[324/663] Compiling SwiftProtobuf NameMap.swift
[325/663] Compiling SwiftProtobuf PathDecoder.swift
[360/663] Compiling SwiftProtobuf JSONScanner.swift
[361/663] Compiling SwiftProtobuf MathUtils.swift
[362/663] Compiling SwiftProtobuf Message+AnyAdditions.swift
[363/663] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[364/663] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[365/663] Compiling SwiftProtobuf Message+FieldMask.swift
[375/663] Compiling x_x509a.cc
[376/663] Compiling x_sig.cc
[377/663] Compiling x_val.cc
[378/663] Compiling x_req.cc
[380/663] Compiling SwiftProtobuf PathVisitor.swift
[381/663] Compiling SwiftProtobuf ProtoNameProviding.swift
[382/663] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[383/663] Compiling SwiftProtobuf ProtobufMap.swift
[384/663] Compiling SwiftProtobuf SelectiveVisitor.swift
[385/663] Compiling SwiftProtobuf SimpleExtensionMap.swift
[386/663] Compiling SwiftProtobuf StringUtils.swift
[387/663] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[388/663] Compiling SwiftProtobuf SwiftProtobufError.swift
[388/663] Compiling x_pubkey.cc
[389/663] Compiling x_spki.cc
[390/663] Compiling x_name.cc
[391/663] Compiling x_x509.cc
[392/663] Compiling x_exten.cc
[393/663] Compiling x509spki.cc
[394/663] Compiling x_algor.cc
[395/663] Compiling x_attrib.cc
[396/663] Compiling x_crl.cc
[397/663] Compiling x509rset.cc
[398/663] Compiling x509cset.cc
[399/663] Compiling x509name.cc
[400/663] Compiling x_all.cc
[401/663] Compiling x509_vpm.cc
[403/663] Compiling SwiftProtobuf duration.pb.swift
[404/663] Compiling SwiftProtobuf empty.pb.swift
[405/663] Compiling SwiftProtobuf field_mask.pb.swift
[406/663] Compiling SwiftProtobuf source_context.pb.swift
[407/663] Compiling SwiftProtobuf struct.pb.swift
[408/663] Compiling SwiftProtobuf timestamp.pb.swift
[409/663] Compiling SwiftProtobuf type.pb.swift
[410/663] Compiling SwiftProtobuf wrappers.pb.swift
[411/663] Compiling SwiftProtobuf resource_bundle_accessor.swift
[411/663] Compiling x509_txt.cc
[412/663] Compiling x509_trs.cc
[413/663] Compiling x509_v3.cc
[414/663] Compiling x509_set.cc
[415/663] Compiling x509_vfy.cc
[416/663] Compiling x509_req.cc
[417/663] Compiling x509_obj.cc
[418/663] Compiling x509_lu.cc
[419/663] Compiling x509_ext.cc
[420/663] Compiling x509_def.cc
[421/663] Compiling x509_d2.cc
[422/663] Compiling x509.cc
[423/663] Compiling x509_cmp.cc
[424/663] Compiling x509_att.cc
[425/663] Compiling v3_skey.cc
[426/663] Compiling v3_purp.cc
[427/663] Compiling v3_utl.cc
[428/663] Compiling v3_prn.cc
[430/663] Compiling SwiftProtobuf TextFormatDecoder.swift
[431/663] Compiling SwiftProtobuf TextFormatDecodingError.swift
[432/663] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[433/663] Compiling SwiftProtobuf TextFormatEncoder.swift
[434/663] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[435/663] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[436/663] Compiling SwiftProtobuf TextFormatScanner.swift
[437/663] Compiling SwiftProtobuf TimeUtils.swift
[438/663] Compiling SwiftProtobuf UnknownStorage.swift
[439/663] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[440/663] Compiling SwiftProtobuf Varint.swift
[441/663] Compiling SwiftProtobuf Version.swift
[442/663] Compiling SwiftProtobuf Visitor.swift
[443/663] Compiling SwiftProtobuf WireFormat.swift
[444/663] Compiling SwiftProtobuf ZigZag.swift
[445/663] Compiling SwiftProtobuf any.pb.swift
[446/663] Compiling SwiftProtobuf api.pb.swift
[447/663] Compiling SwiftProtobuf descriptor.pb.swift
[447/663] Compiling v3_pmaps.cc
[448/663] Compiling v3_ocsp.cc
[449/663] Compiling v3_pcons.cc
[450/663] Compiling v3_int.cc
[451/663] Compiling v3_ncons.cc
[452/663] Compiling v3_lib.cc
[453/663] Compiling v3_ia5.cc
[454/663] Compiling v3_info.cc
[455/663] Compiling v3_genn.cc
[456/744] Compiling v3_extku.cc
[457/744] Compiling v3_enum.cc
[458/744] Compiling v3_cpols.cc
[459/744] Compiling v3_crld.cc
[460/744] Compiling v3_conf.cc
[461/744] Compiling v3_bitst.cc
[462/744] Compiling v3_bcons.cc
[463/744] Compiling v3_alt.cc
[465/744] Compiling Connect Lock.swift
[466/744] Compiling Connect Locked.swift
[467/744] Compiling Connect TimeoutTimer.swift
[468/744] Compiling Connect ConnectError+GRPC.swift
[469/744] Compiling Connect Envelope.swift
[470/744] Compiling Connect Headers+GRPC.swift
[471/746] Compiling Connect ClientOnlyAsyncStream.swift
[472/746] Compiling Connect ClientOnlyStream.swift
[473/746] Compiling Connect ClientOnlyStreamValidation.swift
[474/746] Compiling Connect ConnectEndStreamResponse.swift
[475/746] Compiling Connect ServerOnlyAsyncStream.swift
[476/746] Compiling Connect ServerOnlyStream.swift
[477/746] Compiling Connect URLSessionHTTPClient.swift
[478/746] Compiling Connect JSONCodec.swift
[479/746] Compiling Connect Trailers+gRPC.swift
[480/746] Compiling Connect ProtocolClient.swift
[481/746] Emitting module SwiftProtobufPluginLibrary
[481/746] Compiling v3_akeya.cc
[482/746] Compiling v3_akey.cc
[483/746] Compiling t_x509a.cc
[484/746] Compiling t_x509.cc
[485/746] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[486/746] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[487/746] Compiling t_crl.cc
[488/746] Compiling t_req.cc
[489/746] Compiling rsa_pss.cc
[490/746] Compiling policy.cc
[491/746] Compiling i2d_pr.cc
[492/746] Compiling name_print.cc
[494/746] Compiling Connect URLSessionStream.swift
[495/746] Compiling Connect UnaryAsyncWrapper.swift
[496/746] Compiling Connect Data+URLSafeBase64.swift
[497/746] Compiling Connect status.pb.swift
[498/746] Compiling Connect ConnectInterceptor.swift
[499/746] Compiling Connect GRPCWebInterceptor.swift
[500/746] Compiling Connect InterceptorChain.swift
[501/746] Compiling Connect BidirectionalAsyncStream.swift
[502/746] Compiling Connect BidirectionalStream.swift
[502/746] Compiling by_file.cc
[503/746] Compiling algorithm.cc
[504/746] Compiling by_dir.cc
[505/746] Compiling asn1_gen.cc
[506/746] Compiling a_verify.cc
[507/746] Compiling a_sign.cc
[508/752] Compiling thread_win.cc
[509/752] Compiling thread_pthread.cc
[510/752] Compiling thread_none.cc
[511/752] Compiling thread.cc
[512/752] Compiling a_digest.cc
[513/752] Compiling voprf.cc
[514/752] Compiling trust_token.cc
[515/752] Compiling pmbtoken.cc
[516/752] Compiling stack.cc
[517/752] Compiling sha512.cc
[518/752] Compiling siphash.cc
[519/752] Compiling sha256.cc
[520/752] Compiling sha1.cc
[521/752] Compiling slhdsa.cc
[522/752] Compiling spake2plus.cc
[523/752] Compiling rsa_print.cc
[524/752] Compiling rsa_extra.cc
[525/752] Compiling refcount.cc
[526/752] Compiling rsa_crypt.cc
[527/752] Compiling rc4.cc
[528/752] Compiling windows.cc
[529/752] Compiling urandom.cc
[530/752] Compiling trusty.cc
[531/752] Compiling rsa_asn1.cc
[532/752] Compiling rand.cc
[533/752] Compiling ios.cc
[533/752] Compiling passive.cc
[535/752] Compiling getentropy.cc
[536/752] Compiling poly1305_arm_asm.S
[537/752] Compiling forkunsafe.cc
[538/752] Compiling deterministic.cc
[539/752] Compiling fork_detect.cc
[540/752] Compiling pool.cc
[541/752] Compiling poly1305_vec.cc
[542/752] Compiling poly1305_arm.cc
[544/752] Compiling ConnectPluginUtilities GeneratorOptions.swift
[545/752] Compiling ConnectPluginUtilities Generator.swift
[546/752] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[547/752] Compiling ConnectPluginUtilities FilePathComponents.swift
[548/752] Emitting module ConnectPluginUtilities
[549/752] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[550/752] Compiling Connect ProtocolClientInterface.swift
[551/752] Compiling Connect ResponseMessage.swift
[552/752] Compiling Connect BidirectionalAsyncStreamInterface.swift
[553/752] Compiling Connect ClientOnlyAsyncStreamInterface.swift
[554/752] Compiling Connect ServerOnlyAsyncStreamInterface.swift
[555/752] Compiling Connect BidirectionalStreamInterface.swift
[555/758] Compiling poly1305.cc
[557/758] Compiling Connect HTTPResponse.swift
[558/758] Compiling Connect HeaderConstants.swift
[559/758] Compiling Connect Headers.swift
[560/758] Compiling Connect IdempotencyLevel.swift
[561/758] Compiling Connect Interceptor.swift
[562/758] Compiling Connect InterceptorFactory.swift
[563/758] Compiling Connect StreamInterceptor.swift
[564/758] Compiling Connect UnaryInterceptor.swift
[565/758] Compiling Connect MethodSpec.swift
[566/758] Compiling Connect NetworkProtocol.swift
[567/758] Compiling Connect ProtobufMessage.swift
[568/758] Compiling Connect ProtocolClientConfig.swift
[569/758] Compiling Connect CompressionPool.swift
[570/758] Compiling Connect ConnectError.swift
[571/758] Compiling Connect HTTPClientInterface.swift
[572/758] Compiling Connect HTTPMethod.swift
[573/758] Compiling Connect HTTPMetrics.swift
[574/758] Compiling Connect HTTPRequest.swift
[574/760] Compiling pkcs7.cc
[576/760] Compiling Connect ClientOnlyStreamInterface.swift
[577/760] Compiling Connect RequestCallbacks.swift
[578/760] Compiling Connect ResponseCallbacks.swift
[579/760] Compiling Connect ServerOnlyStreamInterface.swift
[580/760] Compiling Connect StreamResult.swift
[581/760] Compiling Connect Trailers.swift
[581/760] Compiling pkcs8.cc
[586/760] Compiling Connect Cancelable.swift
[587/760] Compiling Connect Code.swift
[588/760] Compiling Connect Codec.swift
[588/760] Compiling pkcs8_x509.cc
[589/760] Compiling p5_pbev2.cc
[590/760] Compiling pkcs7_x509.cc
[592/762] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[593/762] Emitting module ConnectSwiftPlugin
[593/762] Compiling pem_xaux.cc
[601/762] Emitting module Connect
[601/762] Compiling pem_x509.cc
[602/762] Write Objects.LinkFileList
[604/762] Emitting module ConnectMocksPlugin
[604/762] Compiling pem_pkey.cc
[612/762] Compiling ConnectMocksPlugin ConnectMockGenerator.swift
[612/762] Compiling pem_pk8.cc
[613/762] Compiling obj_xref.cc
[614/762] Write Objects.LinkFileList
[615/762] Compiling pem_oth.cc
[616/762] Compiling pem_info.cc
[617/762] Compiling pem_lib.cc
[630/762] Compiling pem_all.cc
[631/762] Compiling obj.cc
[632/762] Compiling mlkem.cc
[633/769] Compiling mldsa.cc
[634/769] Compiling mem.cc
[635/769] Compiling md5.cc
[636/769] Compiling poly_rq_mul.S
[637/769] Compiling md4.cc
[638/769] Compiling fips_shared_support.cc
[639/769] Compiling lhash.cc
[640/769] Linking protoc-gen-connect-swift
[642/769] Compiling ConnectMocks MockServerOnlyStream.swift
[643/769] Compiling ConnectMocks MockClientOnlyStream.swift
[644/769] Compiling ConnectMocks MockServerOnlyAsyncStream.swift
[645/769] Compiling ConnectMocks MockBidirectionalStream.swift
[646/769] Compiling ConnectMocks MockClientOnlyAsyncStream.swift
[647/769] Emitting module ConnectMocks
[648/769] Compiling ConnectMocks MockBidirectionalAsyncStream.swift
[648/769] Compiling kyber.cc
[649/769] Compiling ex_data.cc
[650/769] Applying protoc-gen-connect-swift
[651/769] Compiling sign.cc
[652/769] Linking protoc-gen-connect-swift-mocks
[653/769] Compiling scrypt.cc
[654/769] Compiling hrss.cc
[655/769] Applying protoc-gen-connect-swift-mocks
[656/769] Compiling print.cc
[657/769] Compiling hpke.cc
[658/769] Compiling pbkdf.cc
[659/769] Compiling p_x25519.cc
[660/769] Compiling p_x25519_asn1.cc
[661/769] Compiling p_ed25519.cc
[662/769] Compiling p_rsa_asn1.cc
[663/769] Compiling p_rsa.cc
[664/769] Compiling p_hkdf.cc
[665/769] Compiling p_ed25519_asn1.cc
[666/769] Compiling p_ec_asn1.cc
[667/769] Compiling p_ec.cc
[668/769] Compiling p_dh.cc
[669/769] Compiling p_dh_asn1.cc
[670/769] Compiling p_dsa_asn1.cc
[671/769] Compiling evp_ctx.cc
[672/769] Compiling evp.cc
[673/769] Compiling engine.cc
[673/769] Compiling err.cc
[675/769] Compiling evp_asn1.cc
[676/769] Compiling ecdsa_asn1.cc
[677/769] Compiling ecdh.cc
[678/769] Compiling hash_to_curve.cc
[679/769] Compiling ec_derive.cc
[680/769] Compiling dsa.cc
[681/769] Compiling ec_asn1.cc
[682/769] Compiling bcm.cc
[683/769] Compiling params.cc
[684/769] Compiling x25519-asm-arm.S
[685/769] Compiling dsa_asn1.cc
[686/769] Compiling digest_extra.cc
[687/769] Compiling curve25519_64_adx.cc
[688/769] Compiling des.cc
[689/769] Compiling dh_asn1.cc
[690/769] Compiling spake25519.cc
[691/769] Compiling cpu_intel.cc
[692/769] Compiling crypto.cc
[693/769] Compiling cpu_arm_linux.cc
[694/769] Compiling cpu_arm_freebsd.cc
[695/769] Compiling cpu_aarch64_win.cc
[696/769] Compiling curve25519.cc
[697/769] Compiling cpu_aarch64_sysreg.cc
[698/769] Compiling cpu_aarch64_openbsd.cc
[699/769] Compiling cpu_aarch64_linux.cc
[700/769] Compiling cpu_aarch64_fuchsia.cc
[701/769] Compiling cpu_aarch64_apple.cc
[702/769] Compiling get_cipher.cc
[703/769] Compiling conf.cc
[704/769] Compiling tls_cbc.cc
[705/769] Compiling e_tls.cc
[706/769] Compiling e_rc4.cc
[707/769] Compiling e_rc2.cc
[707/769] Compiling e_null.cc
[709/769] Compiling e_des.cc
[710/769] Compiling e_chacha20poly1305.cc
[711/769] Compiling e_aesgcmsiv.cc
[712/769] Compiling derive_key.cc
[713/769] Compiling chacha.cc
[714/769] Compiling e_aesctrhmac.cc
[715/769] Compiling unicode.cc
[716/769] Compiling cbs.cc
[717/769] Compiling ber.cc
[718/769] Compiling buf.cc
[719/769] Compiling cbb.cc
[720/769] Compiling asn1_compat.cc
[721/769] Compiling blake2.cc
[722/769] Compiling socket_helper.cc
[723/769] Compiling convert.cc
[724/769] Compiling bn_asn1.cc
[725/769] Compiling socket.cc
[726/769] Compiling printf.cc
[727/769] Compiling pair.cc
[728/769] Compiling hexdump.cc
[729/769] Compiling file.cc
[730/769] Compiling errno.cc
[731/769] Compiling fd.cc
[732/769] Compiling connect.cc
[733/769] Compiling bio_mem.cc
[734/769] Compiling bio.cc
[735/769] Compiling base64.cc
[736/769] Compiling tasn_typ.cc
[737/769] Compiling tasn_fre.cc
[738/769] Compiling tasn_utl.cc
[739/769] Compiling tasn_enc.cc
[740/769] Compiling posix_time.cc
[741/769] Compiling f_string.cc
[742/769] Compiling tasn_new.cc
[743/769] Compiling f_int.cc
[744/769] Compiling tasn_dec.cc
[745/769] Compiling asn_pack.cc
[746/769] Compiling asn1_par.cc
[747/769] Compiling a_utctm.cc
[748/769] Compiling asn1_lib.cc
[749/769] Compiling a_octet.cc
[750/769] Compiling a_type.cc
[751/769] Compiling a_time.cc
[752/769] Compiling a_strnid.cc
[753/769] Compiling a_strex.cc
[754/769] Compiling a_mbstr.cc
[755/769] Compiling a_object.cc
[755/769] Write sources
[757/769] Compiling a_int.cc
[758/769] Compiling a_i2d_fp.cc
[759/780] Compiling a_dup.cc
[760/788] Compiling a_d2i_fp.cc
[761/788] Compiling a_gentm.cc
[762/788] Compiling a_bitstr.cc
[763/788] Compiling a_bool.cc
[765/788] Compiling Atomics UnsafeAtomicLazyReference.swift
[766/788] Compiling Atomics IntegerOperations.swift
[767/789] Compiling Atomics ManagedAtomicLazyReference.swift
[768/789] Compiling Atomics UnsafeAtomic.swift
[769/789] Compiling Atomics DoubleWord.swift
[770/789] Compiling Atomics ManagedAtomic.swift
[771/789] Compiling Atomics AtomicValue.swift
[772/789] Compiling Atomics AtomicMemoryOrderings.swift
[773/789] Compiling Atomics Unmanaged extensions.swift
[774/789] Compiling Atomics AtomicReference.swift
[775/789] Compiling Atomics AtomicStorage.swift
[776/789] Compiling Atomics AtomicBool.swift
[777/789] Compiling Atomics IntegerConformances.swift
[778/789] Compiling Atomics AtomicInteger.swift
[779/789] Compiling Atomics AtomicOptionalWrappable.swift
[780/789] Compiling Atomics OptionalRawRepresentable.swift
[781/789] Compiling Atomics RawRepresentable.swift
[782/789] Compiling Atomics PointerConformances.swift
[783/789] Compiling Atomics Primitives.native.swift
[784/789] Emitting module Atomics
[784/789] Compiling c-nioatomics.c
[785/789] Compiling c-atomics.c
[787/796] Compiling NIOConcurrencyHelpers NIOLock.swift
[788/796] Compiling NIOConcurrencyHelpers atomics.swift
[789/796] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[790/796] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[791/796] Compiling NIOConcurrencyHelpers lock.swift
[792/796] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[793/796] Emitting module NIOConcurrencyHelpers
[794/861] Compiling NIOCore MarkedCircularBuffer.swift
[795/861] Compiling NIOCore MulticastChannel.swift
[796/861] Compiling NIOCore NIOAny.swift
[797/861] Compiling NIOCore NIOCloseOnErrorHandler.swift
[798/861] Compiling NIOCore NIOCoreSendableMetatype.swift
[799/861] Compiling NIOCore NIODecodedAsyncSequence.swift
[800/861] Compiling NIOCore NIOLoopBound.swift
[801/868] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[802/868] Compiling NIOCore NIOScheduledCallback.swift
[803/868] Compiling NIOCore NIOSendable.swift
[804/868] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[805/868] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[806/868] Compiling NIOCore RecvByteBufferAllocator.swift
[807/868] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[808/868] Compiling NIOCore ConvenienceOptionSupport.swift
[809/868] Compiling NIOCore DeadChannel.swift
[810/868] Compiling NIOCore DispatchQueue+WithFuture.swift
[811/868] Compiling NIOCore EventLoop+Deprecated.swift
[812/868] Compiling NIOCore EventLoop+SerialExecutor.swift
[813/868] Compiling NIOCore EventLoop.swift
[814/868] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[815/868] Compiling NIOCore IO.swift
[816/868] Compiling NIOCore IOData.swift
[817/868] Compiling NIOCore IPProtocol.swift
[818/868] Compiling NIOCore IntegerBitPacking.swift
[819/868] Compiling NIOCore IntegerTypes.swift
[820/868] Compiling NIOCore Interfaces.swift
[821/868] Compiling NIOCore Linux.swift
[822/868] Compiling NIOCore EventLoopFuture+Deprecated.swift
[823/868] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[824/868] Compiling NIOCore EventLoopFuture.swift
[825/868] Compiling NIOCore FileDescriptor.swift
[826/868] Compiling NIOCore FileHandle.swift
[827/868] Compiling NIOCore FileRegion.swift
[828/868] Compiling NIOCore GlobalSingletons.swift
[829/868] Compiling NIOCore AddressedEnvelope.swift
[830/868] Compiling NIOCore AsyncAwaitSupport.swift
[831/868] Compiling NIOCore AsyncChannel.swift
[832/868] Compiling NIOCore AsyncChannelHandler.swift
[833/868] Compiling NIOCore AsyncChannelInboundStream.swift
[834/868] Compiling NIOCore AsyncChannelOutboundWriter.swift
[835/868] Compiling NIOCore NIOAsyncSequenceProducer.swift
[836/868] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[837/868] Compiling NIOCore SocketAddresses.swift
[838/868] Compiling NIOCore SocketOptionProvider.swift
[839/868] Compiling NIOCore SystemCallHelpers.swift
[840/868] Compiling NIOCore TimeAmount+Duration.swift
[841/868] Compiling NIOCore TypeAssistedChannelHandler.swift
[842/868] Compiling NIOCore UniversalBootstrapSupport.swift
[843/868] Compiling NIOCore Utilities.swift
[844/868] Compiling NIOCore ChannelHandler.swift
[845/868] Compiling NIOCore ChannelHandlers.swift
[846/868] Compiling NIOCore ChannelInvoker.swift
[847/868] Compiling NIOCore ChannelOption.swift
[848/868] Compiling NIOCore ChannelPipeline.swift
[849/868] Compiling NIOCore CircularBuffer.swift
[850/868] Compiling NIOCore Codec.swift
[851/868] Compiling NIOCore NIOAsyncWriter.swift
[852/868] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[853/868] Compiling NIOCore BSDSocketAPI.swift
[854/868] Compiling NIOCore ByteBuffer-aux.swift
[855/868] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[856/868] Compiling NIOCore ByteBuffer-conversions.swift
[857/868] Compiling NIOCore ByteBuffer-core.swift
[858/868] Compiling NIOCore ByteBuffer-hex.swift
[859/868] Compiling NIOCore ByteBuffer-int.swift
[860/868] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[861/868] Compiling NIOCore ByteBuffer-multi-int.swift
[862/868] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[863/868] Compiling NIOCore ByteBuffer-views.swift
[864/868] Compiling NIOCore Channel.swift
[865/868] Emitting module NIOCore
[866/927] Compiling NIOEmbedded AsyncTestingChannel.swift
[867/927] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[868/927] Emitting module NIOFoundationEssentialsCompat
[869/927] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[870/927] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[871/927] Emitting module NIOEmbedded
[872/927] Compiling NIOEmbedded Embedded.swift
[873/927] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[874/927] Compiling NIOPosix PosixSingletons.swift
[875/927] Compiling NIOPosix RawSocketBootstrap.swift
[876/927] Compiling NIOPosix Resolver.swift
[877/927] Compiling NIOPosix Selectable.swift
[878/927] Compiling NIOPosix SelectableChannel.swift
[879/932] Compiling NIOPosix BSDSocketAPICommon.swift
[880/932] Compiling NIOPosix BSDSocketAPIPosix.swift
[881/932] Compiling NIOPosix BSDSocketAPIWindows.swift
[882/932] Compiling NIOPosix BaseSocket.swift
[883/932] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[884/932] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[885/932] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[886/932] Compiling NIOPosix System.swift
[887/932] Compiling NIOPosix Thread.swift
[888/932] Compiling NIOPosix ThreadPosix.swift
[889/932] Compiling NIOPosix ThreadWindows.swift
[890/932] Compiling NIOPosix FileDescriptor.swift
[891/932] Compiling NIOPosix GetaddrinfoResolver.swift
[892/932] Compiling NIOPosix HappyEyeballs.swift
[893/932] Compiling NIOPosix IO.swift
[894/932] Compiling NIOPosix IntegerBitPacking.swift
[895/932] Compiling NIOPosix IntegerTypes.swift
[896/932] Compiling NIOPosix Linux.swift
[897/932] Compiling NIOPosix LinuxCPUSet.swift
[898/932] Compiling NIOPosix LinuxUring.swift
[899/932] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[900/932] Compiling NIOPosix NIOPosixSendableMetatype.swift
[901/932] Compiling NIOPosix NIOThreadPool.swift
[902/932] Compiling NIOPosix Utilities.swift
[903/932] Compiling NIOPosix VsockAddress.swift
[904/932] Compiling NIOPosix VsockChannelEvents.swift
[905/932] Compiling NIOPosix Windows.swift
[906/932] Compiling NIOPosix resource_bundle_accessor.swift
[907/932] Emitting module NIOPosix
[908/932] Compiling NIOPosix SelectableEventLoop.swift
[909/932] Compiling NIOPosix SelectorEpoll.swift
[910/932] Compiling NIOPosix SelectorGeneric.swift
[911/932] Compiling NIOPosix SelectorKqueue.swift
[912/932] Compiling NIOPosix SelectorUring.swift
[913/932] Compiling NIOPosix NonBlockingFileIO.swift
[914/932] Compiling NIOPosix PendingDatagramWritesManager.swift
[915/932] Compiling NIOPosix PendingWritesManager.swift
[916/932] Compiling NIOPosix PipeChannel.swift
[917/932] Compiling NIOPosix PipePair.swift
[918/932] Compiling NIOPosix Pool.swift
[919/932] Compiling NIOPosix SelectorWSAPoll.swift
[920/932] Compiling NIOPosix ServerSocket.swift
[921/932] Compiling NIOPosix Socket.swift
[922/932] Compiling NIOPosix SocketChannel.swift
[923/932] Compiling NIOPosix SocketProtocols.swift
[924/932] Compiling NIOPosix BaseSocketChannel.swift
[925/932] Compiling NIOPosix BaseStreamSocketChannel.swift
[926/932] Compiling NIOPosix Bootstrap.swift
[927/932] Compiling NIOPosix ControlMessage.swift
[928/932] Compiling NIOPosix DatagramVectorReadManager.swift
[929/932] Compiling NIOPosix Errors+Any.swift
[930/934] Compiling NIO Exports.swift
[931/934] Emitting module NIO
[932/961] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[933/961] Compiling NIOFoundationCompat Exports.swift
[934/961] Emitting module NIOFoundationCompat
[935/961] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[936/961] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[937/962] Compiling NIOTLS TLSEvents.swift
[938/962] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[939/962] Emitting module NIOTLS
[940/962] Compiling NIOTLS SNIHandler.swift
[941/962] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[942/962] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[943/962] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[944/962] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[945/962] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[946/962] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[947/962] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[948/993] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[949/993] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[950/993] Compiling NIOSSL NIOSSLHandler.swift
[951/993] Compiling NIOSSL SSLCertificateExtensions.swift
[952/993] Compiling NIOSSL SSLCertificateName.swift
[953/993] Compiling NIOSSL SSLPrivateKey.swift
[954/993] Compiling NIOSSL SSLCertificate.swift
[955/993] Emitting module NIOHTTP1
[956/993] Compiling NIOSSL SSLInit.swift
[957/993] Compiling NIOSSL SSLPKCS12Bundle.swift
[958/993] Compiling NIOSSL LinuxCABundle.swift
[959/993] Compiling NIOSSL NIOSSLClientHandler.swift
[960/1004] Compiling NIOHPACK IndexedHeaderTable.swift
[961/1005] Compiling NIOHPACK IntegerCoding.swift
[962/1005] Compiling NIOHPACK HuffmanTables.swift
[963/1005] Compiling NIOHPACK HuffmanCoding.swift
[964/1005] Compiling NIOHPACK HeaderTables.swift
[965/1005] Compiling NIOHPACK StaticHeaderTable.swift
[966/1005] Compiling NIOHPACK HPACKErrors.swift
[967/1005] Compiling NIOHPACK HPACKEncoder.swift
[968/1005] Compiling NIOHPACK DynamicHeaderTable.swift
[969/1005] Compiling NIOHPACK HPACKDecoder.swift
[970/1005] Emitting module NIOHPACK
[971/1005] Compiling NIOHPACK HPACKHeader.swift
[972/1005] Emitting module NIOSSL
[976/1072] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[977/1072] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[978/1072] Compiling NIOHTTP2 GlitchesMonitor.swift
[979/1072] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[980/1072] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[981/1072] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[982/1072] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[983/1072] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[984/1072] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[985/1072] Compiling NIOHTTP2 MaySendFrames.swift
[986/1072] Compiling NIOHTTP2 ReceivingDataState.swift
[987/1072] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[988/1072] Compiling NIOHTTP2 ReceivingHeadersState.swift
[989/1072] Compiling NIOHTTP2 SendingDataState.swift
[990/1072] Compiling NIOHTTP2 SendingGoawayState.swift
[991/1072] Compiling NIOHTTP2 SendingHeadersState.swift
[992/1072] Compiling NIOHTTP2 SendingPushPromiseState.swift
[993/1072] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[994/1072] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[995/1072] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[996/1072] Compiling NIOHTTP2 Error+Any.swift
[997/1072] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[998/1072] Compiling NIOHTTP2 ControlFrameBuffer.swift
[999/1072] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1000/1072] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1001/1072] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1002/1072] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1003/1072] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1004/1072] Compiling NIOHTTP2 InboundEventBuffer.swift
[1005/1072] Compiling NIOHTTP2 InboundWindowManager.swift
[1013/1079] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1014/1079] Compiling NIOHTTP2 QuiescingState.swift
[1015/1079] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1016/1079] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1017/1079] Compiling NIOHTTP2 StateMachineResult.swift
[1018/1079] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1019/1079] Compiling NIOHTTP2 DOSHeuristics.swift
[1020/1079] Compiling NIOHTTP2 SendingRstStreamState.swift
[1021/1079] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1022/1079] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1023/1079] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1024/1079] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1025/1079] Compiling NIOHTTP2 HasLocalSettings.swift
[1026/1079] Compiling NIOHTTP2 HasRemoteSettings.swift
[1027/1079] Emitting module NIOHTTP2
[1028/1079] Compiling NIOHTTP2 HTTP2Stream.swift
[1029/1079] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1030/1079] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1031/1079] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1032/1079] Compiling NIOHTTP2 HTTP2StreamID.swift
[1033/1079] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1034/1079] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1035/1079] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1036/1079] Compiling NIOHTTP2 StreamChannelList.swift
[1037/1079] Compiling NIOHTTP2 StreamMap.swift
[1038/1079] Compiling NIOHTTP2 StreamStateMachine.swift
[1039/1079] Compiling NIOHTTP2 Timer.swift
[1040/1079] Compiling NIOHTTP2 UnsafeTransfer.swift
[1041/1079] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1042/1079] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1043/1079] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1044/1079] Compiling NIOHTTP2 MayReceiveFrames.swift
[1049/1079] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1050/1079] Compiling NIOHTTP2 HTTP2Frame.swift
[1051/1079] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1052/1079] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1053/1079] Compiling NIOHTTP2 HTTP2PingData.swift
[1054/1079] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1055/1079] Compiling NIOHTTP2 HTTP2Settings.swift
[1075/1079] Compiling NIOHTTP2 HTTP2Error.swift
[1076/1079] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1077/1088] Compiling ConnectNIO NetworkProtocol+Extensions.swift
[1078/1088] Compiling ConnectNIO ConnectStreamChannelHandler.swift
[1079/1088] Compiling ConnectNIO ConnectUnaryChannelHandler.swift
[1080/1088] Emitting module ConnectNIO
[1081/1088] Compiling ConnectNIO Headers+Extensions.swift
[1082/1088] Compiling ConnectNIO HTTPRequestHead+Extensions.swift
[1083/1088] Compiling ConnectNIO GRPCInterceptor.swift
[1084/1088] Compiling ConnectNIO ConnectError+Extensions.swift
[1085/1088] Compiling ConnectNIO NIOHTTPClient.swift
/Users/admin/builder/spi-builder-workspace/Libraries/ConnectNIO/Public/NIOHTTPClient.swift:85:41: warning: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable
 83 |                         )
 84 |                         channelPipeline = channel.pipeline
 85 |                             .addHandler(sslHandler)
    |                                         `- warning: conformance of 'NIOSSLClientHandler' to 'Sendable' is unavailable
 86 |                     } else {
 87 |                         channelPipeline = channel.pipeline
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:294:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
292 | #if compiler(<6.2)
293 | @available(*, unavailable)
294 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
295 | #endif
296 |
/Users/admin/builder/spi-builder-workspace/Libraries/ConnectNIO/Public/NIOHTTPClient.swift:91:44: warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
 89 |                     }
 90 |
 91 |                     return channelPipeline.flatMap {
    |                                            `- warning: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' is unavailable
 92 |                         return channel.configureHTTP2Pipeline(mode: .client) { channel in
 93 |                             return channel.eventLoop.makeSucceededVoidFuture()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio-http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift:428:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
426 |
427 | @available(*, unavailable)
428 | extension HTTP2StreamMultiplexer: Sendable {}
    | `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
429 |
/Users/admin/builder/spi-builder-workspace/Libraries/ConnectNIO/Public/NIOHTTPClient.swift:238:49: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
236 |         let promise = eventLoop.makePromise(of: NIOCore.Channel.self)
237 |         multiplexer.createStreamChannel(promise: promise) { channel in
238 |             return channel.pipeline.addHandlers(handlers)
    |                                                 `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
239 |         }
240 |     }
/Users/admin/builder/spi-builder-workspace/Libraries/ConnectNIO/Public/NIOHTTPClient.swift:238:49: warning: capture of 'handlers' with non-sendable type '[any ChannelHandler]' in a '@Sendable' closure
236 |         let promise = eventLoop.makePromise(of: NIOCore.Channel.self)
237 |         multiplexer.createStreamChannel(promise: promise) { channel in
238 |             return channel.pipeline.addHandlers(handlers)
    |                                                 `- warning: capture of 'handlers' with non-sendable type '[any ChannelHandler]' in a '@Sendable' closure
239 |         }
240 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelHandler.swift:20:17: note: protocol 'ChannelHandler' does not conform to the 'Sendable' protocol
 18 | ///
 19 | /// You should _never_ implement this protocol directly. Please implement one of its sub-protocols.
 20 | public protocol ChannelHandler: AnyObject {
    |                 `- note: protocol 'ChannelHandler' does not conform to the 'Sendable' protocol
 21 |     /// Called when this `ChannelHandler` is added to the `ChannelPipeline`.
 22 |     ///
[1086/1098] Compiling ConnectConformanceClient suite.pb.swift
[1087/1098] Compiling ConnectConformanceClient main.swift
[1088/1098] Compiling ConnectConformanceClient ConformanceInvoker.swift
[1089/1098] Compiling ConnectConformanceClient CommandLineArgument.swift
[1090/1098] Compiling ConnectConformanceClient config.pb.swift
[1091/1098] Compiling ConnectConformanceClient server_compat.pb.swift
[1092/1098] Compiling ConnectConformanceClient service.connect.swift
[1093/1098] Emitting module ConnectConformanceClient
[1094/1098] Compiling ConnectConformanceClient client_compat.pb.swift
[1095/1098] Compiling ConnectConformanceClient service.pb.swift
[1095/1098] Write Objects.LinkFileList
[1096/1098] Linking ConnectConformanceClient
[1097/1098] Applying ConnectConformanceClient
Build complete! (60.13s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.66s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (3.32s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.49s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.65s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.61s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.50s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.43.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.92.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.39.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.36.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Connect",
  "name" : "Connect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Connect",
      "targets" : [
        "Connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectMocks",
      "targets" : [
        "ConnectMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectNIO",
      "targets" : [
        "ConnectNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-connect-swift",
      "targets" : [
        "ConnectSwiftPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "protoc-gen-connect-swift-mocks",
      "targets" : [
        "ConnectMocksPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConnectConformanceClient",
      "targets" : [
        "ConnectConformanceClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ConnectSwiftPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectSwiftPlugin",
      "path" : "Plugins/ConnectSwiftPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift"
      ],
      "sources" : [
        "ConnectClientGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectPluginUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilitiesTests",
      "path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
      "sources" : [
        "FilePathComponentsTests.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectPluginUtilities",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilities",
      "path" : "Plugins/ConnectPluginUtilities",
      "product_dependencies" : [
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift",
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "FilePathComponents.swift",
        "Generator.swift",
        "GeneratorOptions.swift",
        "MethodDescriptor+Extensions.swift",
        "ServiceDescriptor+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectNIO",
      "module_type" : "SwiftTarget",
      "name" : "ConnectNIO",
      "path" : "Libraries/ConnectNIO",
      "product_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOHTTP2",
        "NIOPosix",
        "NIOSSL"
      ],
      "product_memberships" : [
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/ConnectStreamChannelHandler.swift",
        "Internal/ConnectUnaryChannelHandler.swift",
        "Internal/Extensions/ConnectError+Extensions.swift",
        "Internal/Extensions/HTTPRequestHead+Extensions.swift",
        "Internal/Extensions/Headers+Extensions.swift",
        "Internal/GRPCInterceptor.swift",
        "Public/NIOHTTPClient.swift",
        "Public/NetworkProtocol+Extensions.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectMocksPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocksPlugin",
      "path" : "Plugins/ConnectMocksPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "ConnectMockGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectMocks",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocks",
      "path" : "Libraries/ConnectMocks",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectMocks"
      ],
      "sources" : [
        "MockBidirectionalAsyncStream.swift",
        "MockBidirectionalStream.swift",
        "MockClientOnlyAsyncStream.swift",
        "MockClientOnlyStream.swift",
        "MockServerOnlyAsyncStream.swift",
        "MockServerOnlyStream.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectLibraryTests",
      "path" : "Tests/UnitTests/ConnectLibraryTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConnectMocksTests/ConnectMocksTests.swift",
        "ConnectTests/ConnectEndStreamResponseTests.swift",
        "ConnectTests/ConnectErrorTests.swift",
        "ConnectTests/EnvelopeTests.swift",
        "ConnectTests/GzipCompressionPoolTests.swift",
        "ConnectTests/InterceptorChainIterationTests.swift",
        "ConnectTests/InterceptorFactoryTests.swift",
        "ConnectTests/InterceptorIntegrationTests.swift",
        "ConnectTests/JSONCodecTests.swift",
        "ConnectTests/ProtoCodecTests.swift",
        "ConnectTests/ProtocolClientConfigTests.swift",
        "ConnectTests/ServiceMetadataTests.swift",
        "ConnectTests/TimeoutTests.swift",
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectConformanceClient",
      "module_type" : "SwiftTarget",
      "name" : "ConnectConformanceClient",
      "path" : "Tests/ConformanceClient",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectConformanceClient"
      ],
      "sources" : [
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
        "Sources/CommandLineArgument.swift",
        "Sources/ConformanceInvoker.swift",
        "Sources/main.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectNIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Connect",
      "module_type" : "SwiftTarget",
      "name" : "Connect",
      "path" : "Libraries/Connect",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Connect",
        "ConnectMocks",
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
        "Internal/Interceptors/ConnectInterceptor.swift",
        "Internal/Interceptors/GRPCWebInterceptor.swift",
        "Internal/Interceptors/InterceptorChain.swift",
        "Internal/Streaming/BidirectionalAsyncStream.swift",
        "Internal/Streaming/BidirectionalStream.swift",
        "Internal/Streaming/ClientOnlyAsyncStream.swift",
        "Internal/Streaming/ClientOnlyStream.swift",
        "Internal/Streaming/ClientOnlyStreamValidation.swift",
        "Internal/Streaming/ConnectEndStreamResponse.swift",
        "Internal/Streaming/ServerOnlyAsyncStream.swift",
        "Internal/Streaming/ServerOnlyStream.swift",
        "Internal/Streaming/URLSessionStream.swift",
        "Internal/Unary/UnaryAsyncWrapper.swift",
        "Internal/Utilities/Data+URLSafeBase64.swift",
        "Internal/Utilities/Lock.swift",
        "Internal/Utilities/Locked.swift",
        "Internal/Utilities/TimeoutTimer.swift",
        "PackageInternal/ConnectError+GRPC.swift",
        "PackageInternal/Envelope.swift",
        "PackageInternal/Headers+GRPC.swift",
        "PackageInternal/Trailers+gRPC.swift",
        "Public/Implementation/Clients/ProtocolClient.swift",
        "Public/Implementation/Clients/URLSessionHTTPClient.swift",
        "Public/Implementation/Codecs/JSONCodec.swift",
        "Public/Implementation/Codecs/ProtoCodec.swift",
        "Public/Implementation/Compression/GzipCompressionPool.swift",
        "Public/Interfaces/Cancelable.swift",
        "Public/Interfaces/Code.swift",
        "Public/Interfaces/Codec.swift",
        "Public/Interfaces/CompressionPool.swift",
        "Public/Interfaces/ConnectError.swift",
        "Public/Interfaces/HTTPClientInterface.swift",
        "Public/Interfaces/HTTPMethod.swift",
        "Public/Interfaces/HTTPMetrics.swift",
        "Public/Interfaces/HTTPRequest.swift",
        "Public/Interfaces/HTTPResponse.swift",
        "Public/Interfaces/HeaderConstants.swift",
        "Public/Interfaces/Headers.swift",
        "Public/Interfaces/IdempotencyLevel.swift",
        "Public/Interfaces/Interceptors/Interceptor.swift",
        "Public/Interfaces/Interceptors/InterceptorFactory.swift",
        "Public/Interfaces/Interceptors/StreamInterceptor.swift",
        "Public/Interfaces/Interceptors/UnaryInterceptor.swift",
        "Public/Interfaces/MethodSpec.swift",
        "Public/Interfaces/NetworkProtocol.swift",
        "Public/Interfaces/ProtobufMessage.swift",
        "Public/Interfaces/ProtocolClientConfig.swift",
        "Public/Interfaces/ProtocolClientInterface.swift",
        "Public/Interfaces/ResponseMessage.swift",
        "Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/StreamResult.swift",
        "Public/Interfaces/Trailers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.