The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Connect, reference main (736e45), with Swift 6.1 for macOS (SPM) on 6 Dec 2025 01:30:26 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.68.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 736e455 Upgrade conformance suite to v1.0.5 (#379)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
736e455ace16da163f13846893ebf1faa33fa7fa
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.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.35.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.29.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.30.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",
        "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/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/457] Write sources
[4/457] Write protoc-gen-connect-swift-mocks-entitlement.plist
[5/457] Write sources
[5/457] Write protoc-gen-connect-swift-entitlement.plist
[5/457] Write sources
[11/457] Copying PrivacyInfo.xcprivacy
[11/457] Write sources
[12/457] Copying PrivacyInfo.xcprivacy
[13/457] Write sources
[21/457] Copying PrivacyInfo.xcprivacy
[21/457] Write sources
[31/457] Write ConnectConformanceClient-entitlement.plist
[32/457] Compiling CNIOWindows shim.c
[32/457] Compiling CNIOWindows WSAStartup.c
[34/457] Write swift-version-2F0A5646E1D333AE.txt
[35/457] Compiling CNIOWASI CNIOWASI.c
[36/457] Compiling CNIOLinux shim.c
[37/457] Compiling CNIOOpenBSD shim.c
[37/457] Compiling CNIOLinux liburing_shims.c
[39/480] Compiling CNIOPosix event_loop_id.c
[40/480] Compiling _AtomicsShims.c
[41/480] Compiling fiat_p256_adx_sqr.S
[42/552] Compiling fiat_p256_adx_mul.S
[43/567] Compiling CNIOLLHTTP c_nio_http.c
[44/567] Compiling fiat_curve25519_adx_square.S
[45/567] Compiling fiat_curve25519_adx_mul.S
[46/567] Compiling CNIOLLHTTP c_nio_api.c
[47/567] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/567] Compiling CNIODarwin shim.c
[50/567] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/567] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[52/568] Compiling SwiftProtobuf Version.swift
[53/568] Compiling SwiftProtobuf Visitor.swift
[54/568] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[55/568] Compiling SwiftProtobuf Varint.swift
[56/568] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[57/568] Compiling SwiftProtobuf Message+FieldMask.swift
[57/568] Compiling CNIOBoringSSLShims shims.c
[59/568] Emitting module InternalCollectionsUtilities
[60/568] Compiling SwiftProtobuf JSONEncodingError.swift
[61/568] Compiling SwiftProtobuf JSONEncodingOptions.swift
[62/568] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/568] Emitting module _NIOBase64
[64/568] Compiling _NIOBase64 Base64.swift
[65/568] Compiling SwiftProtobuf Message+AnyAdditions.swift
[66/568] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[67/568] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[68/568] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[69/568] Compiling SwiftProtobuf JSONScanner.swift
[70/568] Compiling SwiftProtobuf MathUtils.swift
[71/568] Compiling _NIODataStructures PriorityQueue.swift
[72/568] Compiling _NIODataStructures Heap.swift
[73/568] Emitting module _NIODataStructures
[74/568] Compiling _NIODataStructures _TinyArray.swift
[74/568] Compiling tls_method.cc
[75/568] Compiling tls13_server.cc
[75/568] Compiling t1_enc.cc
[75/568] Compiling tls_record.cc
[75/568] Compiling tls13_both.cc
[75/568] Compiling tls13_enc.cc
[75/568] Compiling tls13_client.cc
[81/568] Compiling ssl_x509.cc
[83/584] Compiling DequeModule _DequeBuffer.swift
[84/584] Compiling DequeModule _DequeSlot.swift
[85/584] Compiling DequeModule _DequeBufferHeader.swift
[86/585] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/585] Compiling DequeModule Deque+Testing.swift
[88/585] Compiling DequeModule Deque._Storage.swift
[89/585] Compiling DequeModule Deque+Extras.swift
[90/585] Compiling DequeModule Deque+Hashable.swift
[91/585] Compiling DequeModule Deque+CustomReflectable.swift
[92/585] Compiling DequeModule Deque+Descriptions.swift
[93/585] Compiling DequeModule Deque._UnsafeHandle.swift
[94/585] Compiling DequeModule Deque.swift
[95/585] Compiling DequeModule Deque+Equatable.swift
[96/585] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/585] Compiling DequeModule Deque+Codable.swift
[98/585] Compiling DequeModule Deque+Collection.swift
[99/585] Emitting module DequeModule
[99/585] Compiling ssl_transcript.cc
[100/585] Compiling ssl_versions.cc
[101/585] Compiling ssl_stat.cc
[102/585] Compiling ssl_privkey.cc
[103/585] Compiling ssl_key_share.cc
[104/585] Compiling ssl_file.cc
[105/585] Compiling ssl_session.cc
[106/585] Compiling ssl_lib.cc
[107/585] Compiling ssl_cipher.cc
[108/585] Compiling ssl_buffer.cc
[109/585] Compiling ssl_credential.cc
[110/585] Compiling ssl_cert.cc
[111/585] Compiling ssl_aead_ctx.cc
[112/585] Compiling s3_pkt.cc
[113/585] Compiling ssl_asn1.cc
[114/585] Compiling s3_lib.cc
[115/585] Compiling s3_both.cc
[116/585] Compiling handshake_server.cc
[117/585] Compiling handshake.cc
[118/585] Compiling handshake_client.cc
[119/585] Compiling handoff.cc
[120/585] Compiling dtls_record.cc
[121/585] Compiling dtls_method.cc
[122/585] Compiling md5-x86_64-linux.S
[122/585] Compiling md5-x86_64-apple.S
[124/585] Compiling md5-586-apple.S
[125/585] Compiling md5-586-linux.S
[126/585] Compiling d1_srtp.cc
[127/585] Compiling encrypted_client_hello.cc
[128/585] Compiling chacha20_poly1305_x86_64-linux.S
[129/585] Compiling chacha20_poly1305_x86_64-apple.S
[130/585] Compiling chacha20_poly1305_armv8-win.S
[131/585] Compiling chacha20_poly1305_armv8-linux.S
[132/585] Compiling chacha-x86_64-linux.S
[133/585] Compiling chacha20_poly1305_armv8-apple.S
[134/585] Compiling chacha-x86_64-apple.S
[135/585] Compiling extensions.cc
[136/585] Compiling chacha-x86-linux.S
[137/585] Compiling chacha-x86-apple.S
[138/585] Compiling chacha-armv8-win.S
[139/585] Compiling chacha-armv8-linux.S
[140/585] Compiling chacha-armv4-linux.S
[141/585] Compiling aes128gcmsiv-x86_64-linux.S
[142/585] Compiling chacha-armv8-apple.S
[143/585] Compiling aes128gcmsiv-x86_64-apple.S
[144/585] Compiling x86_64-mont5-linux.S
[145/585] Compiling x86_64-mont5-apple.S
[146/585] Compiling x86_64-mont-linux.S
[147/585] Compiling x86_64-mont-apple.S
[148/585] Compiling x86-mont-linux.S
[149/585] Compiling x86-mont-apple.S
[150/585] Compiling vpaes-x86_64-linux.S
[151/585] Compiling vpaes-x86_64-apple.S
[152/585] Compiling vpaes-x86-apple.S
[152/585] Compiling vpaes-x86-linux.S
[154/585] Compiling vpaes-armv8-win.S
[155/585] Compiling vpaes-armv8-apple.S
[156/585] Compiling vpaes-armv8-linux.S
[156/585] Compiling vpaes-armv7-linux.S
[158/585] Compiling sha512-x86_64-linux.S
[159/585] Compiling err_data.cc
[160/585] Compiling sha512-armv8-linux.S
[161/585] Compiling sha512-armv8-win.S
[162/585] Compiling sha512-x86_64-apple.S
[163/585] Compiling sha512-armv8-apple.S
[164/585] Compiling sha512-armv4-linux.S
[165/585] Compiling sha512-586-linux.S
[166/585] Compiling sha512-586-apple.S
[167/585] Compiling sha256-x86_64-linux.S
[168/585] Compiling sha256-x86_64-apple.S
[169/585] Compiling sha256-armv8-win.S
[170/585] Compiling sha256-armv8-linux.S
[171/585] Compiling sha256-armv4-linux.S
[172/585] Compiling sha256-armv8-apple.S
[173/585] Compiling sha256-586-linux.S
[174/585] Compiling sha256-586-apple.S
[175/585] Compiling sha1-x86_64-linux.S
[176/585] Compiling sha1-x86_64-apple.S
[177/585] Compiling sha1-armv8-win.S
[178/585] Compiling sha1-armv8-linux.S
[179/585] Compiling sha1-armv8-apple.S
[180/585] Compiling sha1-armv4-large-linux.S
[181/585] Compiling sha1-586-linux.S
[182/585] Compiling sha1-586-apple.S
[183/585] Compiling rsaz-avx2-linux.S
[184/585] Compiling rdrand-x86_64-linux.S
[185/585] Compiling rdrand-x86_64-apple.S
[185/585] Compiling rsaz-avx2-apple.S
[187/585] Compiling p256_beeu-x86_64-asm-linux.S
[188/585] Compiling p256_beeu-x86_64-asm-apple.S
[189/585] Compiling p256_beeu-armv8-asm-win.S
[190/585] Compiling p256_beeu-armv8-asm-apple.S
[191/585] Compiling p256_beeu-armv8-asm-linux.S
[192/585] Compiling p256-x86_64-asm-linux.S
[193/585] Compiling p256-x86_64-asm-apple.S
[194/585] Compiling p256-armv8-asm-win.S
[195/585] Compiling ghashv8-armv8-win.S
[196/585] Compiling p256-armv8-asm-linux.S
[197/585] Compiling ghashv8-armv8-linux.S
[198/585] Compiling p256-armv8-asm-apple.S
[199/585] Compiling ghashv8-armv8-apple.S
[200/585] Compiling ghash-x86_64-linux.S
[201/585] Compiling ghashv8-armv7-linux.S
[202/585] Compiling ghash-x86_64-apple.S
[203/585] Compiling ghash-x86-linux.S
[204/585] Compiling ghash-x86-apple.S
[205/585] Compiling ghash-ssse3-x86_64-apple.S
[206/585] Compiling ghash-ssse3-x86_64-linux.S
[207/585] Compiling ghash-ssse3-x86-linux.S
[208/585] Compiling ghash-ssse3-x86-apple.S
[209/585] Compiling bio_ssl.cc
[210/585] Compiling ghash-neon-armv8-win.S
[211/585] Compiling ghash-neon-armv8-linux.S
[212/585] Compiling ghash-neon-armv8-apple.S
[213/585] Compiling ghash-armv4-linux.S
[214/585] Compiling co-586-linux.S
[215/585] Compiling co-586-apple.S
[216/585] Compiling bsaes-armv7-linux.S
[217/585] Compiling bn-armv8-win.S
[218/585] Compiling bn-armv8-linux.S
[219/585] Compiling bn-armv8-apple.S
[220/585] Compiling bn-586-linux.S
[221/585] Compiling bn-586-apple.S
[222/585] Compiling armv8-mont-win.S
[223/585] Compiling armv8-mont-linux.S
[224/585] Compiling armv8-mont-apple.S
[225/585] Compiling armv4-mont-linux.S
[226/585] Compiling aesv8-gcm-armv8-win.S
[227/585] Compiling d1_pkt.cc
[228/585] Compiling aesv8-gcm-armv8-linux.S
[230/585] Compiling SwiftProtobuf PathVisitor.swift
[231/585] Compiling SwiftProtobuf ProtoNameProviding.swift
[232/585] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[233/585] Compiling SwiftProtobuf ProtobufMap.swift
[234/585] Compiling SwiftProtobuf SelectiveVisitor.swift
[235/585] Compiling SwiftProtobuf SimpleExtensionMap.swift
[236/585] Compiling SwiftProtobuf StringUtils.swift
[237/585] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[238/585] Compiling SwiftProtobuf SwiftProtobufError.swift
[239/585] Compiling SwiftProtobuf Message+JSONAdditions.swift
[240/585] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[241/585] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[242/585] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[243/585] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[244/585] Compiling SwiftProtobuf Message.swift
[245/585] Compiling SwiftProtobuf MessageExtension.swift
[246/585] Compiling SwiftProtobuf NameMap.swift
[247/585] Compiling SwiftProtobuf PathDecoder.swift
[247/594] Compiling aesv8-gcm-armv8-apple.S
[248/594] Compiling aesv8-armv8-win.S
[249/594] Compiling aesv8-armv7-linux.S
[250/594] Compiling aesv8-armv8-linux.S
[251/594] Compiling aesv8-armv8-apple.S
[252/594] Compiling aesni-x86_64-linux.S
[253/594] Compiling aesni-x86_64-apple.S
[255/594] Emitting module SwiftProtobuf
[265/594] Compiling aesni-x86-linux.S
[266/594] Compiling aesni-x86-apple.S
[267/594] Compiling aesni-gcm-x86_64-linux.S
[268/594] Compiling aesni-gcm-x86_64-apple.S
[269/594] Compiling aes-gcm-avx2-x86_64-apple.S
[270/594] Compiling aes-gcm-avx10-x86_64-linux.S
[271/594] Compiling aes-gcm-avx2-x86_64-linux.S
[272/594] Compiling aes-gcm-avx10-x86_64-apple.S
[274/594] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[275/594] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[276/594] Compiling SwiftProtobuf BytecodeInterpreter.swift
[277/594] Compiling SwiftProtobuf BytecodeReader.swift
[278/594] Compiling SwiftProtobuf CustomJSONCodable.swift
[279/594] Compiling SwiftProtobuf Decoder.swift
[280/594] Compiling SwiftProtobuf DoubleParser.swift
[281/594] Compiling SwiftProtobuf Enum.swift
[282/594] Compiling SwiftProtobuf ExtensibleMessage.swift
[283/594] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[283/594] Compiling d1_lib.cc
[285/594] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[286/594] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[287/594] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[288/594] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[289/594] Compiling SwiftProtobuf HashVisitor.swift
[290/594] Compiling SwiftProtobuf Internal.swift
[291/594] Compiling SwiftProtobuf JSONDecoder.swift
[292/594] Compiling SwiftProtobuf JSONDecodingError.swift
[293/594] Compiling SwiftProtobuf JSONDecodingOptions.swift
[294/594] Compiling SwiftProtobuf JSONEncoder.swift
[295/594] Compiling SwiftProtobuf ExtensionFields.swift
[296/594] Compiling SwiftProtobuf ExtensionMap.swift
[297/594] Compiling SwiftProtobuf FieldTag.swift
[298/594] Compiling SwiftProtobuf FieldTypes.swift
[299/594] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[300/594] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[301/594] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[302/594] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[303/594] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[304/594] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[305/594] Compiling SwiftProtobuf AnyMessageStorage.swift
[306/594] Compiling SwiftProtobuf AnyUnpackError.swift
[307/594] Compiling SwiftProtobuf AsyncMessageSequence.swift
[308/594] Compiling SwiftProtobuf BinaryDecoder.swift
[309/594] Compiling SwiftProtobuf BinaryDecodingError.swift
[310/594] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[311/594] Compiling SwiftProtobuf BinaryDelimited.swift
[312/594] Compiling SwiftProtobuf BinaryEncoder.swift
[313/594] Compiling SwiftProtobuf BinaryEncodingError.swift
[314/594] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[315/594] Compiling SwiftProtobuf TextFormatDecoder.swift
[316/594] Compiling SwiftProtobuf TextFormatDecodingError.swift
[317/594] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[318/594] Compiling SwiftProtobuf TextFormatEncoder.swift
[319/594] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[320/594] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[321/594] Compiling SwiftProtobuf TextFormatScanner.swift
[322/594] Compiling SwiftProtobuf TimeUtils.swift
[323/594] Compiling SwiftProtobuf UnknownStorage.swift
[323/594] Compiling d1_both.cc
[324/594] Compiling x_x509a.cc
[325/594] Compiling x_sig.cc
[326/594] Compiling x_pubkey.cc
[327/594] Compiling x_req.cc
[328/594] Compiling x_x509.cc
[329/594] Compiling x_val.cc
[330/594] Compiling x_spki.cc
[331/594] Compiling x_name.cc
[332/594] Compiling x_exten.cc
[333/594] Compiling x_algor.cc
[334/594] Compiling x509spki.cc
[335/594] Compiling x_crl.cc
[336/594] Compiling x509rset.cc
[337/594] Compiling x_all.cc
[338/594] Compiling x509cset.cc
[339/594] Compiling x_attrib.cc
[340/594] Compiling x509name.cc
[342/594] Compiling SwiftProtobuf duration.pb.swift
[343/594] Compiling SwiftProtobuf empty.pb.swift
[344/594] Compiling SwiftProtobuf field_mask.pb.swift
[345/594] Compiling SwiftProtobuf source_context.pb.swift
[346/594] Compiling SwiftProtobuf struct.pb.swift
[347/594] Compiling SwiftProtobuf timestamp.pb.swift
[348/594] Compiling SwiftProtobuf type.pb.swift
[349/594] Compiling SwiftProtobuf wrappers.pb.swift
[350/594] Compiling SwiftProtobuf resource_bundle_accessor.swift
[350/594] Compiling x509_vpm.cc
[351/594] Compiling x509_txt.cc
[352/594] Compiling x509_v3.cc
[353/594] Compiling x509_obj.cc
[354/594] Compiling x509_set.cc
[355/594] Compiling x509_vfy.cc
[356/594] Compiling x509_lu.cc
[357/594] Compiling x509_trs.cc
[358/594] Compiling x509_req.cc
[359/594] Compiling x509_ext.cc
[365/594] Compiling SwiftProtobuf WireFormat.swift
[366/594] Compiling SwiftProtobuf ZigZag.swift
[367/594] Compiling SwiftProtobuf any.pb.swift
[368/594] Compiling SwiftProtobuf api.pb.swift
[369/594] Compiling SwiftProtobuf descriptor.pb.swift
[369/594] Compiling x509_d2.cc
[370/594] Compiling x509_def.cc
[371/594] Compiling x509_cmp.cc
[372/594] Compiling x509.cc
[373/594] Compiling x509_att.cc
[374/594] Compiling v3_skey.cc
[375/594] Compiling v3_purp.cc
[376/594] Compiling v3_utl.cc
[377/675] Compiling v3_prn.cc
[378/675] Compiling v3_pmaps.cc
[379/675] Compiling v3_pcons.cc
[380/675] Compiling v3_ocsp.cc
[381/675] Compiling v3_ncons.cc
[382/675] Compiling v3_lib.cc
[383/675] Compiling v3_info.cc
[384/675] Compiling v3_int.cc
[386/675] Compiling Connect ConnectEndStreamResponse.swift
[387/675] Compiling Connect ServerOnlyAsyncStream.swift
[388/675] Compiling Connect ServerOnlyStream.swift
[388/677] Compiling v3_ia5.cc
[390/677] Compiling Connect status.pb.swift
[391/677] Compiling Connect ConnectInterceptor.swift
[392/677] Compiling Connect GRPCWebInterceptor.swift
[393/677] Emitting module SwiftProtobufPluginLibrary
[394/677] Compiling Connect Trailers+gRPC.swift
[395/677] Compiling Connect ProtocolClient.swift
[396/677] Compiling Connect URLSessionHTTPClient.swift
[397/677] Compiling Connect URLSessionStream.swift
[398/677] Compiling Connect UnaryAsyncWrapper.swift
[399/677] Compiling Connect Lock.swift
[400/677] Compiling Connect ConnectError+GRPC.swift
[401/677] Compiling Connect Envelope.swift
[402/677] Compiling Connect Headers+GRPC.swift
[403/677] Compiling Connect JSONCodec.swift
[404/677] Compiling Connect ProtoCodec.swift
[405/677] Compiling Connect Locked.swift
[406/677] Compiling Connect TimeoutTimer.swift
[406/677] Compiling v3_enum.cc
[407/677] Compiling v3_genn.cc
[408/677] Compiling v3_crld.cc
[409/677] Compiling v3_extku.cc
[411/677] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[412/677] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[412/677] Compiling v3_cpols.cc
[413/677] Compiling v3_bitst.cc
[414/677] Compiling v3_conf.cc
[415/677] Compiling v3_bcons.cc
[417/677] Compiling Connect InterceptorChain.swift
[418/677] Compiling Connect BidirectionalAsyncStream.swift
[419/677] Compiling Connect BidirectionalStream.swift
[420/677] Compiling Connect ClientOnlyAsyncStream.swift
[421/677] Compiling Connect ClientOnlyStream.swift
[422/677] Compiling Connect ClientOnlyStreamValidation.swift
[422/677] Compiling v3_alt.cc
[423/677] Compiling v3_akey.cc
[424/677] Compiling v3_akeya.cc
[425/677] Compiling t_x509a.cc
[426/677] Compiling t_x509.cc
[427/677] Compiling t_crl.cc
[428/683] Compiling t_req.cc
[429/683] Compiling i2d_pr.cc
[430/683] Compiling rsa_pss.cc
[431/683] Compiling policy.cc
[432/683] Compiling name_print.cc
[433/683] Compiling by_file.cc
[434/683] Compiling algorithm.cc
[435/683] Compiling asn1_gen.cc
[436/683] Compiling by_dir.cc
[437/683] Compiling a_verify.cc
[438/683] Compiling a_sign.cc
[439/683] Compiling thread_pthread.cc
[440/683] Compiling thread_win.cc
[441/683] Compiling voprf.cc
[442/683] Compiling trust_token.cc
[443/683] Compiling a_digest.cc
[444/683] Compiling pmbtoken.cc
[445/683] Compiling thread_none.cc
[447/683] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[447/683] Compiling thread.cc
[449/683] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[450/683] Compiling Connect ResponseMessage.swift
[451/683] Compiling Connect BidirectionalAsyncStreamInterface.swift
[452/683] Compiling Connect ClientOnlyAsyncStreamInterface.swift
[453/683] Compiling Connect ServerOnlyAsyncStreamInterface.swift
[454/683] Compiling Connect BidirectionalStreamInterface.swift
[455/683] Compiling Connect ClientOnlyStreamInterface.swift
[456/683] Compiling ConnectPluginUtilities FilePathComponents.swift
[456/688] Compiling stack.cc
[458/688] Compiling ConnectPluginUtilities GeneratorOptions.swift
[465/688] Emitting module ConnectPluginUtilities
[466/688] Compiling ConnectPluginUtilities Generator.swift
[467/688] Emitting module Connect
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
[467/688] Compiling sha512.cc
[469/688] Compiling Connect ConnectError.swift
[470/688] Compiling Connect HTTPClientInterface.swift
[471/688] Compiling Connect HTTPMethod.swift
[472/688] Compiling Connect HTTPMetrics.swift
[473/688] Compiling Connect HTTPRequest.swift
[474/688] Compiling Connect HTTPResponse.swift
[474/688] Compiling siphash.cc
[475/688] Compiling sha256.cc
[476/688] Compiling sha1.cc
[478/688] Compiling Connect RequestCallbacks.swift
[479/688] Compiling Connect ResponseCallbacks.swift
[480/688] Compiling Connect ServerOnlyStreamInterface.swift
[481/688] Compiling Connect StreamResult.swift
[482/688] Compiling Connect Trailers.swift
[482/688] Compiling slhdsa.cc
[483/690] Compiling spake2plus.cc
[485/692] Compiling Connect HeaderConstants.swift
[486/692] Compiling Connect Headers.swift
[487/692] Compiling Connect IdempotencyLevel.swift
[488/692] Compiling Connect Interceptor.swift
[489/692] Compiling Connect InterceptorFactory.swift
[490/692] Compiling Connect StreamInterceptor.swift
[491/692] Compiling Connect UnaryInterceptor.swift
[492/692] Compiling Connect MethodSpec.swift
[493/692] Compiling Connect NetworkProtocol.swift
[494/692] Compiling Connect ProtobufMessage.swift
[495/692] Compiling Connect ProtocolClientConfig.swift
[496/692] Compiling Connect ProtocolClientInterface.swift
[496/692] Compiling rsa_print.cc
[501/692] Compiling Connect Code.swift
[502/692] Compiling Connect Codec.swift
[503/692] Compiling Connect CompressionPool.swift
[503/692] Compiling rsa_extra.cc
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Libraries/Connect/Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift:65:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 63 | extension Grpc_Status_V1_Status: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 64 |   static let protoMessageName: String = _protobuf_package + ".Status"
 65 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 66 |     1: .same(proto: "code"),
 67 |     2: .same(proto: "message"),
[510/692] Compiling rsa_crypt.cc
[511/692] Compiling rc4.cc
[512/692] Compiling refcount.cc
[513/692] Compiling windows.cc
[515/692] Emitting module ConnectSwiftPlugin
[516/692] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[517/692] Emitting module ConnectMocksPlugin
[518/692] Compiling ConnectMocksPlugin ConnectMockGenerator.swift
[518/692] Compiling urandom.cc
[518/692] Write Objects.LinkFileList
[520/692] Compiling rsa_asn1.cc
[521/692] Compiling trusty.cc
[521/692] Write Objects.LinkFileList
[523/692] Compiling rand.cc
[524/692] Compiling passive.cc
[525/692] Compiling ios.cc
[526/692] Compiling poly1305_arm_asm.S
[539/692] Compiling getentropy.cc
[540/692] Compiling forkunsafe.cc
[541/692] Compiling fork_detect.cc
[542/692] Compiling deterministic.cc
[543/699] Compiling pool.cc
[544/699] Compiling poly1305_vec.cc
[545/699] Compiling poly1305_arm.cc
[546/699] Compiling poly1305.cc
[547/699] Linking protoc-gen-connect-swift
[549/699] Compiling ConnectMocks MockServerOnlyStream.swift
[550/699] Compiling ConnectMocks MockClientOnlyAsyncStream.swift
[550/699] Linking protoc-gen-connect-swift-mocks
[552/699] Compiling ConnectMocks MockBidirectionalStream.swift
[553/699] Compiling ConnectMocks MockServerOnlyAsyncStream.swift
[554/699] Compiling ConnectMocks MockClientOnlyStream.swift
[555/699] Emitting module ConnectMocks
[556/699] Compiling ConnectMocks MockBidirectionalAsyncStream.swift
[556/699] Applying protoc-gen-connect-swift-mocks
[557/699] Applying protoc-gen-connect-swift
[558/699] Compiling pkcs8.cc
[559/699] Compiling pkcs8_x509.cc
[560/699] Compiling p5_pbev2.cc
[561/699] Compiling pkcs7.cc
[562/699] Compiling pkcs7_x509.cc
[563/699] Compiling pem_xaux.cc
[564/699] Compiling pem_x509.cc
[565/699] Compiling pem_pkey.cc
[566/699] Compiling obj_xref.cc
[567/699] Compiling pem_pk8.cc
[568/699] Compiling mlkem.cc
[569/699] Compiling mldsa.cc
[570/699] Compiling pem_oth.cc
[571/699] Compiling pem_lib.cc
[572/699] Compiling pem_info.cc
[573/699] Compiling pem_all.cc
[574/699] Compiling poly_rq_mul.S
[575/699] Compiling fips_shared_support.cc
[576/699] Compiling mem.cc
[577/699] Compiling obj.cc
[578/699] Compiling md5.cc
[579/699] Compiling lhash.cc
[580/699] Compiling md4.cc
[581/699] Compiling ex_data.cc
[582/699] Compiling kyber.cc
[583/699] Compiling sign.cc
[584/699] Compiling scrypt.cc
[585/699] Compiling hpke.cc
[586/699] Compiling hrss.cc
[587/699] Compiling pbkdf.cc
[588/699] Compiling print.cc
[589/699] Compiling p_x25519.cc
[590/699] Compiling p_x25519_asn1.cc
[591/699] Compiling p_ed25519.cc
[592/699] Compiling p_rsa_asn1.cc
[593/699] Compiling p_rsa.cc
[594/699] Compiling p_hkdf.cc
[595/699] Compiling p_ed25519_asn1.cc
[596/699] Compiling p_ec.cc
[597/699] Compiling p_ec_asn1.cc
[598/699] Compiling p_dh_asn1.cc
[599/699] Compiling p_dh.cc
[600/699] Compiling p_dsa_asn1.cc
[601/699] Compiling evp_ctx.cc
[602/699] Compiling evp.cc
[603/699] Compiling engine.cc
[604/699] Compiling err.cc
[605/699] Compiling evp_asn1.cc
[606/699] Compiling ecdsa_asn1.cc
[607/699] Compiling ecdh.cc
[608/699] Compiling hash_to_curve.cc
[609/699] Compiling ec_derive.cc
[610/699] Compiling ec_asn1.cc
[611/699] Compiling dsa.cc
[612/699] Compiling dsa_asn1.cc
[613/699] Compiling bcm.cc
[614/699] Compiling params.cc
[615/699] Compiling x25519-asm-arm.S
[616/699] Compiling digest_extra.cc
[617/699] Compiling des.cc
[618/699] Compiling curve25519_64_adx.cc
[619/699] Compiling dh_asn1.cc
[620/699] Compiling spake25519.cc
[621/699] Compiling cpu_intel.cc
[622/699] Compiling crypto.cc
[623/699] Compiling cpu_arm_linux.cc
[624/699] Compiling cpu_arm_freebsd.cc
[625/699] Compiling curve25519.cc
[626/699] Compiling cpu_aarch64_win.cc
[627/699] Compiling cpu_aarch64_sysreg.cc
[628/699] Compiling cpu_aarch64_linux.cc
[629/699] Compiling cpu_aarch64_openbsd.cc
[630/699] Compiling cpu_aarch64_fuchsia.cc
[631/699] Compiling cpu_aarch64_apple.cc
[632/699] Compiling get_cipher.cc
[633/699] Compiling conf.cc
[634/699] Compiling tls_cbc.cc
[635/699] Compiling e_tls.cc
[636/699] Compiling e_rc4.cc
[637/699] Compiling e_rc2.cc
[638/699] Compiling e_null.cc
[639/699] Compiling e_des.cc
[640/699] Compiling e_chacha20poly1305.cc
[641/699] Compiling derive_key.cc
[642/699] Compiling e_aesgcmsiv.cc
[643/699] Compiling e_aesctrhmac.cc
[644/699] Compiling chacha.cc
[645/699] Compiling unicode.cc
[646/699] Compiling cbs.cc
[647/699] Compiling ber.cc
[648/699] Compiling cbb.cc
[649/699] Compiling buf.cc
[650/699] Compiling asn1_compat.cc
[651/699] Compiling convert.cc
[652/699] Compiling blake2.cc
[653/699] Compiling bn_asn1.cc
[654/699] Compiling socket_helper.cc
[655/699] Compiling socket.cc
[656/699] Compiling printf.cc
[657/699] Compiling pair.cc
[658/699] Compiling hexdump.cc
[659/699] Compiling file.cc
[660/699] Compiling fd.cc
[661/699] Compiling errno.cc
[662/699] Compiling bio_mem.cc
[663/699] Compiling connect.cc
[664/699] Compiling base64.cc
[665/699] Compiling bio.cc
[666/699] Compiling tasn_typ.cc
[667/699] Compiling tasn_enc.cc
[668/699] Compiling tasn_fre.cc
[669/699] Compiling tasn_utl.cc
[670/699] Compiling tasn_new.cc
[671/699] Compiling posix_time.cc
[672/699] Compiling f_string.cc
[673/699] Compiling f_int.cc
[674/699] Compiling asn_pack.cc
[675/699] Compiling tasn_dec.cc
[676/699] Compiling asn1_par.cc
[677/699] Compiling asn1_lib.cc
[678/699] Compiling a_utctm.cc
[679/699] Compiling a_type.cc
[680/699] Compiling a_time.cc
[681/699] Compiling a_octet.cc
[682/699] Compiling a_strnid.cc
[683/699] Compiling a_strex.cc
[684/699] Compiling a_object.cc
[685/699] Compiling a_mbstr.cc
[686/699] Write sources
[687/699] Compiling a_int.cc
[688/699] Compiling a_i2d_fp.cc
[689/699] Compiling a_dup.cc
[690/699] Compiling a_d2i_fp.cc
[691/701] Compiling a_bitstr.cc
[692/714] Compiling a_gentm.cc
[693/718] Compiling a_bool.cc
[695/718] Compiling Atomics DoubleWord.swift
[696/718] Compiling Atomics ManagedAtomic.swift
[697/718] Compiling Atomics ManagedAtomicLazyReference.swift
[698/718] Compiling Atomics UnsafeAtomic.swift
[699/718] Compiling Atomics AtomicValue.swift
[700/718] Compiling Atomics AtomicMemoryOrderings.swift
[701/718] Compiling Atomics UnsafeAtomicLazyReference.swift
[702/718] Compiling Atomics IntegerOperations.swift
[703/719] Compiling Atomics AtomicBool.swift
[704/719] Compiling Atomics IntegerConformances.swift
[705/719] Compiling Atomics AtomicInteger.swift
[706/719] Compiling Atomics AtomicOptionalWrappable.swift
[707/719] Compiling Atomics AtomicReference.swift
[708/719] Compiling Atomics AtomicStorage.swift
[709/719] Compiling Atomics Unmanaged extensions.swift
[710/719] Compiling Atomics OptionalRawRepresentable.swift
[711/719] Compiling Atomics RawRepresentable.swift
[712/719] Compiling Atomics PointerConformances.swift
[713/719] Compiling Atomics Primitives.native.swift
[713/719] Compiling c-nioatomics.c
[715/719] Emitting module Atomics
[715/719] Compiling c-atomics.c
[717/725] Compiling NIOConcurrencyHelpers NIOLock.swift
[718/725] Compiling NIOConcurrencyHelpers lock.swift
[719/725] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[720/725] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[721/725] Emitting module NIOConcurrencyHelpers
[722/725] Compiling NIOConcurrencyHelpers atomics.swift
[723/789] Compiling NIOCore GlobalSingletons.swift
[724/789] Compiling NIOCore IO.swift
[725/789] Compiling NIOCore IOData.swift
[726/789] Compiling NIOCore IPProtocol.swift
[727/789] Compiling NIOCore IntegerBitPacking.swift
[728/789] Compiling NIOCore IntegerTypes.swift
[729/789] Compiling NIOCore Interfaces.swift
[730/796] Compiling NIOCore NIOLoopBound.swift
[731/796] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[732/796] Compiling NIOCore NIOScheduledCallback.swift
[733/796] Compiling NIOCore NIOSendable.swift
[734/796] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[735/796] Compiling NIOCore RecvByteBufferAllocator.swift
[736/796] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[737/796] Compiling NIOCore Linux.swift
[738/796] Compiling NIOCore MarkedCircularBuffer.swift
[739/796] Compiling NIOCore MulticastChannel.swift
[740/796] Compiling NIOCore NIOAny.swift
[741/796] Compiling NIOCore NIOCloseOnErrorHandler.swift
[742/796] Compiling NIOCore NIOCoreSendableMetatype.swift
[743/796] Compiling NIOCore NIODecodedAsyncSequence.swift
[744/796] Compiling NIOCore Codec.swift
[745/796] Compiling NIOCore ConvenienceOptionSupport.swift
[746/796] Compiling NIOCore DeadChannel.swift
[747/796] Compiling NIOCore DispatchQueue+WithFuture.swift
[748/796] Compiling NIOCore EventLoop+Deprecated.swift
[749/796] Compiling NIOCore EventLoop+SerialExecutor.swift
[750/796] Compiling NIOCore EventLoop.swift
[751/796] Compiling NIOCore AddressedEnvelope.swift
[752/796] Compiling NIOCore AsyncAwaitSupport.swift
[753/796] Compiling NIOCore AsyncChannel.swift
[754/796] Compiling NIOCore AsyncChannelHandler.swift
[755/796] Compiling NIOCore AsyncChannelInboundStream.swift
[756/796] Compiling NIOCore AsyncChannelOutboundWriter.swift
[757/796] Compiling NIOCore NIOAsyncSequenceProducer.swift
[758/796] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[759/796] Compiling NIOCore EventLoopFuture+Deprecated.swift
[760/796] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[761/796] Compiling NIOCore EventLoopFuture.swift
[762/796] Compiling NIOCore FileDescriptor.swift
[763/796] Compiling NIOCore FileHandle.swift
[764/796] Compiling NIOCore FileRegion.swift
[765/796] Compiling NIOCore SocketAddresses.swift
[766/796] Compiling NIOCore SocketOptionProvider.swift
[767/796] Compiling NIOCore SystemCallHelpers.swift
[768/796] Compiling NIOCore TimeAmount+Duration.swift
[769/796] Compiling NIOCore TypeAssistedChannelHandler.swift
[770/796] Compiling NIOCore UniversalBootstrapSupport.swift
[771/796] Compiling NIOCore Utilities.swift
[772/796] Compiling NIOCore Channel.swift
[773/796] Compiling NIOCore ChannelHandler.swift
[774/796] Compiling NIOCore ChannelHandlers.swift
[775/796] Compiling NIOCore ChannelInvoker.swift
[776/796] Compiling NIOCore ChannelOption.swift
[777/796] Compiling NIOCore ChannelPipeline.swift
[778/796] Compiling NIOCore CircularBuffer.swift
[779/796] Compiling NIOCore ByteBuffer-core.swift
[780/796] Compiling NIOCore ByteBuffer-hex.swift
[781/796] Compiling NIOCore ByteBuffer-int.swift
[782/796] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[783/796] Compiling NIOCore ByteBuffer-multi-int.swift
[784/796] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[785/796] Compiling NIOCore ByteBuffer-views.swift
[786/796] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[787/796] Compiling NIOCore NIOAsyncWriter.swift
[788/796] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[789/796] Compiling NIOCore BSDSocketAPI.swift
[790/796] Compiling NIOCore ByteBuffer-aux.swift
[791/796] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[792/796] Compiling NIOCore ByteBuffer-conversions.swift
[793/796] Emitting module NIOCore
[794/852] Emitting module NIOEmbedded
[795/852] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[796/852] Compiling NIOEmbedded AsyncTestingChannel.swift
[797/852] Compiling NIOEmbedded Embedded.swift
[798/852] Compiling NIOPosix GetaddrinfoResolver.swift
[799/852] Compiling NIOPosix HappyEyeballs.swift
[800/852] Compiling NIOPosix IO.swift
[801/852] Compiling NIOPosix IntegerBitPacking.swift
[802/852] Compiling NIOPosix IntegerTypes.swift
[803/852] Compiling NIOPosix Linux.swift
[804/857] Emitting module NIOPosix
[805/857] Compiling NIOPosix ServerSocket.swift
[806/857] Compiling NIOPosix Socket.swift
[807/857] Compiling NIOPosix SocketChannel.swift
[808/857] Compiling NIOPosix SocketProtocols.swift
[809/857] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[810/857] Compiling NIOPosix Utilities.swift
[811/857] Compiling NIOPosix VsockAddress.swift
[812/857] Compiling NIOPosix VsockChannelEvents.swift
[813/857] Compiling NIOPosix Windows.swift
[814/857] Compiling NIOPosix resource_bundle_accessor.swift
[815/857] Compiling NIOPosix BaseStreamSocketChannel.swift
[816/857] Compiling NIOPosix Bootstrap.swift
[817/857] Compiling NIOPosix ControlMessage.swift
[818/857] Compiling NIOPosix DatagramVectorReadManager.swift
[819/857] Compiling NIOPosix Errors+Any.swift
[820/857] Compiling NIOPosix FileDescriptor.swift
[821/857] Compiling NIOPosix SelectorEpoll.swift
[822/857] Compiling NIOPosix SelectorGeneric.swift
[823/857] Compiling NIOPosix SelectorKqueue.swift
[824/857] Compiling NIOPosix SelectorUring.swift
[825/857] Compiling NIOPosix SelectorWSAPoll.swift
[826/857] Compiling NIOPosix System.swift
[827/857] Compiling NIOPosix Thread.swift
[828/857] Compiling NIOPosix ThreadPosix.swift
[829/857] Compiling NIOPosix ThreadWindows.swift
[830/857] Compiling NIOPosix UnsafeTransfer.swift
[831/857] Compiling NIOPosix PendingDatagramWritesManager.swift
[832/857] Compiling NIOPosix PendingWritesManager.swift
[833/857] Compiling NIOPosix PipeChannel.swift
[834/857] Compiling NIOPosix PipePair.swift
[835/857] Compiling NIOPosix Pool.swift
[836/857] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[837/857] Compiling NIOPosix LinuxCPUSet.swift
[838/857] Compiling NIOPosix LinuxUring.swift
[839/857] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[840/857] Compiling NIOPosix NIOPosixSendableMetatype.swift
[841/857] Compiling NIOPosix NIOThreadPool.swift
[842/857] Compiling NIOPosix NonBlockingFileIO.swift
[843/857] Compiling NIOPosix PosixSingletons.swift
[844/857] Compiling NIOPosix RawSocketBootstrap.swift
[845/857] Compiling NIOPosix Resolver.swift
[846/857] Compiling NIOPosix Selectable.swift
[847/857] Compiling NIOPosix SelectableChannel.swift
[848/857] Compiling NIOPosix SelectableEventLoop.swift
[849/857] Compiling NIOPosix BSDSocketAPICommon.swift
[850/857] Compiling NIOPosix BSDSocketAPIPosix.swift
[851/857] Compiling NIOPosix BSDSocketAPIWindows.swift
[852/857] Compiling NIOPosix BaseSocket.swift
[853/857] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[854/857] Compiling NIOPosix BaseSocketChannel.swift
[855/859] Emitting module NIO
[856/859] Compiling NIO Exports.swift
[857/887] Emitting module NIOTLS
[858/887] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[859/887] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[860/887] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[861/887] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[862/887] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[863/887] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[864/887] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[865/888] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[866/888] Compiling NIOTLS SNIHandler.swift
[867/888] Compiling NIOTLS TLSEvents.swift
[868/888] Emitting module NIOFoundationCompat
[869/888] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[870/888] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[871/888] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[872/888] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[873/888] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[874/888] Compiling NIOHTTP1 HTTPEncoder.swift
[875/888] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[876/919] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[877/919] Emitting module NIOHTTP1
[878/919] Compiling NIOSSL AndroidCABundle.swift
[879/919] Compiling NIOSSL ByteBufferBIO.swift
[880/919] Compiling NIOSSL SSLContext.swift
[881/919] Compiling NIOSSL SSLErrors.swift
[882/919] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[883/919] Compiling NIOSSL SSLConnection.swift
[884/919] Compiling NIOSSL SafeCompare.swift
[885/919] Compiling NIOSSL Zeroization.swift
[886/930] Compiling NIOHPACK IndexedHeaderTable.swift
[887/931] Compiling NIOHPACK IntegerCoding.swift
[888/931] Compiling NIOHPACK StaticHeaderTable.swift
[889/931] Compiling NIOHPACK HPACKEncoder.swift
[890/931] Compiling NIOHPACK HuffmanTables.swift
[891/931] Compiling NIOHPACK HeaderTables.swift
[892/931] Emitting module NIOSSL
[893/934] Compiling NIOHPACK HPACKErrors.swift
[894/934] Compiling NIOHPACK HuffmanCoding.swift
[895/934] Compiling NIOHPACK DynamicHeaderTable.swift
[896/934] Compiling NIOHPACK HPACKDecoder.swift
[897/934] Emitting module NIOHPACK
[898/934] Compiling NIOHPACK HPACKHeader.swift
[899/940] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[900/940] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[902/991] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[903/991] Compiling NIOHTTP2 HasFlowControlWindows.swift
[904/991] Compiling NIOHTTP2 HasLocalSettings.swift
[905/996] Compiling NIOHTTP2 SendingPushPromiseState.swift
[906/996] Compiling NIOHTTP2 Error+Any.swift
[907/996] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[908/996] Compiling NIOHTTP2 ControlFrameBuffer.swift
[909/996] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[910/996] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[911/996] Compiling NIOHTTP2 MaySendFrames.swift
[912/996] Compiling NIOHTTP2 SendingDataState.swift
[913/996] Compiling NIOHTTP2 SendingGoawayState.swift
[914/996] Compiling NIOHTTP2 SendingHeadersState.swift
[915/996] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[916/996] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[917/996] Compiling NIOHTTP2 StateMachineResult.swift
[918/996] Compiling NIOHTTP2 HasRemoteSettings.swift
[919/996] Compiling NIOHTTP2 LocallyQuiescingState.swift
[920/996] Compiling NIOHTTP2 QuiescingState.swift
[921/996] Compiling NIOHTTP2 ContentLengthVerifier.swift
[922/996] Compiling NIOHTTP2 DOSHeuristics.swift
[923/996] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[924/996] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[925/996] Compiling NIOHTTP2 ConnectionStateMachine.swift
[926/996] Compiling NIOHTTP2 ConnectionStreamsState.swift
[927/996] Compiling NIOHTTP2 MayReceiveFrames.swift
[928/996] Compiling NIOHTTP2 ReceivingDataState.swift
[929/996] Compiling NIOHTTP2 SendingRstStreamState.swift
[930/996] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[931/996] Compiling NIOHTTP2 HTTP2SettingsState.swift
[939/1002] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[940/1002] Compiling NIOHTTP2 HTTP2UserEvents.swift
[941/1002] Compiling NIOHTTP2 InboundEventBuffer.swift
[942/1002] Compiling NIOHTTP2 InboundWindowManager.swift
[943/1002] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[944/1002] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[945/1002] Compiling NIOHTTP2 HTTP2Stream.swift
[946/1002] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[947/1002] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[948/1002] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[949/1002] Compiling NIOHTTP2 HTTP2StreamID.swift
[950/1002] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[951/1002] Emitting module NIOHTTP2
[959/1002] Compiling NIOHTTP2 StreamChannelFlowController.swift
[960/1002] Compiling NIOHTTP2 StreamChannelList.swift
[961/1002] Compiling NIOHTTP2 StreamMap.swift
[962/1002] Compiling NIOHTTP2 StreamStateMachine.swift
[963/1002] Compiling NIOHTTP2 UnsafeTransfer.swift
[964/1002] Compiling NIOHTTP2 WatermarkedFlowController.swift
[970/1002] Compiling NIOHTTP2 ReceivingHeadersState.swift
[971/1002] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[972/1002] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[973/1002] Compiling NIOHTTP2 HTTP2Frame.swift
[974/1002] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[975/1002] Compiling NIOHTTP2 HTTP2FrameParser.swift
[976/1002] Compiling NIOHTTP2 HTTP2PingData.swift
[977/1002] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[978/1002] Compiling NIOHTTP2 HTTP2Settings.swift
[984/1002] Compiling NIOHTTP2 GlitchesMonitor.swift
[985/1002] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[993/1002] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[994/1002] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[995/1002] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[996/1002] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[997/1002] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[998/1002] Compiling NIOHTTP2 HTTP2Error.swift
[999/1002] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1000/1011] Compiling ConnectNIO NetworkProtocol+Extensions.swift
[1001/1011] Compiling ConnectNIO GRPCInterceptor.swift
[1002/1011] Compiling ConnectNIO HTTPRequestHead+Extensions.swift
[1003/1011] Compiling ConnectNIO ConnectUnaryChannelHandler.swift
[1004/1011] Compiling ConnectNIO ConnectError+Extensions.swift
[1005/1011] Compiling ConnectNIO Headers+Extensions.swift
[1006/1011] 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:426:1: note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
424 |
425 | @available(*, unavailable)
426 | extension HTTP2StreamMultiplexer: Sendable {}
    | `- note: conformance of 'HTTP2StreamMultiplexer' to 'Sendable' has been explicitly marked unavailable here
427 |
/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 |     ///
[1007/1011] Compiling ConnectNIO ConnectStreamChannelHandler.swift
[1008/1011] Emitting module ConnectNIO
[1009/1021] Compiling ConnectConformanceClient main.swift
[1010/1021] Compiling ConnectConformanceClient ConformanceInvoker.swift
[1011/1021] Compiling ConnectConformanceClient CommandLineArgument.swift
[1012/1021] Compiling ConnectConformanceClient service.connect.swift
[1013/1021] Compiling ConnectConformanceClient suite.pb.swift
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:308:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension Connectrpc_Conformance_V1_TestSuite: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 |   static let protoMessageName: String = _protobuf_package + ".TestSuite"
308 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 |     1: .same(proto: "name"),
310 |     2: .same(proto: "mode"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:405:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
403 |
404 | extension Connectrpc_Conformance_V1_TestSuite.TestMode: SwiftProtobuf._ProtoNameProviding {
405 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
406 |     0: .same(proto: "TEST_MODE_UNSPECIFIED"),
407 |     1: .same(proto: "TEST_MODE_CLIENT"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:413:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
411 |
412 | extension Connectrpc_Conformance_V1_TestSuite.ConnectVersionMode: SwiftProtobuf._ProtoNameProviding {
413 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
414 |     0: .same(proto: "CONNECT_VERSION_MODE_UNSPECIFIED"),
415 |     1: .same(proto: "CONNECT_VERSION_MODE_REQUIRE"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:422:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
420 | extension Connectrpc_Conformance_V1_TestCase: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
421 |   static let protoMessageName: String = _protobuf_package + ".TestCase"
422 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
423 |     1: .same(proto: "request"),
424 |     2: .standard(proto: "expand_requests"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:476:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
474 | extension Connectrpc_Conformance_V1_TestCase.ExpandedSize: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
475 |   static let protoMessageName: String = Connectrpc_Conformance_V1_TestCase.protoMessageName + ".ExpandedSize"
476 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
477 |     1: .standard(proto: "size_relative_to_limit"),
478 |   ]
[1014/1021] Compiling ConnectConformanceClient client_compat.pb.swift
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:541:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 539 | extension Connectrpc_Conformance_V1_ClientCompatRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 540 |   static let protoMessageName: String = _protobuf_package + ".ClientCompatRequest"
 541 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 542 |     1: .standard(proto: "test_name"),
 543 |     2: .standard(proto: "http_version"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:765:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 763 | extension Connectrpc_Conformance_V1_ClientCompatRequest.Cancel: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 764 |   static let protoMessageName: String = Connectrpc_Conformance_V1_ClientCompatRequest.protoMessageName + ".Cancel"
 765 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 766 |     1: .standard(proto: "before_close_send"),
 767 |     2: .standard(proto: "after_close_send_ms"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:843:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 841 | extension Connectrpc_Conformance_V1_ClientCompatResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 842 |   static let protoMessageName: String = _protobuf_package + ".ClientCompatResponse"
 843 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 844 |     1: .standard(proto: "test_name"),
 845 |     2: .same(proto: "response"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:919:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 917 | extension Connectrpc_Conformance_V1_ClientResponseResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 918 |   static let protoMessageName: String = _protobuf_package + ".ClientResponseResult"
 919 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 920 |     1: .standard(proto: "response_headers"),
 921 |     2: .same(proto: "payloads"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:991:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 989 | extension Connectrpc_Conformance_V1_ClientErrorResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 990 |   static let protoMessageName: String = _protobuf_package + ".ClientErrorResult"
 991 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 992 |     1: .same(proto: "message"),
 993 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:1023:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1021 | extension Connectrpc_Conformance_V1_WireDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1022 |   static let protoMessageName: String = _protobuf_package + ".WireDetails"
1023 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1024 |     1: .standard(proto: "actual_status_code"),
1025 |     2: .standard(proto: "connect_error_raw"),
[1015/1021] Emitting module ConnectConformanceClient
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:541:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 539 | extension Connectrpc_Conformance_V1_ClientCompatRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 540 |   static let protoMessageName: String = _protobuf_package + ".ClientCompatRequest"
 541 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 542 |     1: .standard(proto: "test_name"),
 543 |     2: .standard(proto: "http_version"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:765:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 763 | extension Connectrpc_Conformance_V1_ClientCompatRequest.Cancel: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 764 |   static let protoMessageName: String = Connectrpc_Conformance_V1_ClientCompatRequest.protoMessageName + ".Cancel"
 765 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 766 |     1: .standard(proto: "before_close_send"),
 767 |     2: .standard(proto: "after_close_send_ms"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:843:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 841 | extension Connectrpc_Conformance_V1_ClientCompatResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 842 |   static let protoMessageName: String = _protobuf_package + ".ClientCompatResponse"
 843 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 844 |     1: .standard(proto: "test_name"),
 845 |     2: .same(proto: "response"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:919:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 917 | extension Connectrpc_Conformance_V1_ClientResponseResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 918 |   static let protoMessageName: String = _protobuf_package + ".ClientResponseResult"
 919 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 920 |     1: .standard(proto: "response_headers"),
 921 |     2: .same(proto: "payloads"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:991:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 989 | extension Connectrpc_Conformance_V1_ClientErrorResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 990 |   static let protoMessageName: String = _protobuf_package + ".ClientErrorResult"
 991 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 992 |     1: .same(proto: "message"),
 993 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift:1023:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1021 | extension Connectrpc_Conformance_V1_WireDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1022 |   static let protoMessageName: String = _protobuf_package + ".WireDetails"
1023 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1024 |     1: .standard(proto: "actual_status_code"),
1025 |     2: .standard(proto: "connect_error_raw"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:617:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
615 |
616 | extension Connectrpc_Conformance_V1_HTTPVersion: SwiftProtobuf._ProtoNameProviding {
617 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
618 |     0: .same(proto: "HTTP_VERSION_UNSPECIFIED"),
619 |     1: .same(proto: "HTTP_VERSION_1"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:626:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
624 |
625 | extension Connectrpc_Conformance_V1_Protocol: SwiftProtobuf._ProtoNameProviding {
626 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
627 |     0: .same(proto: "PROTOCOL_UNSPECIFIED"),
628 |     1: .same(proto: "PROTOCOL_CONNECT"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:635:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
633 |
634 | extension Connectrpc_Conformance_V1_Codec: SwiftProtobuf._ProtoNameProviding {
635 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
636 |     0: .same(proto: "CODEC_UNSPECIFIED"),
637 |     1: .same(proto: "CODEC_PROTO"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:644:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
642 |
643 | extension Connectrpc_Conformance_V1_Compression: SwiftProtobuf._ProtoNameProviding {
644 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
645 |     0: .same(proto: "COMPRESSION_UNSPECIFIED"),
646 |     1: .same(proto: "COMPRESSION_IDENTITY"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:656:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
654 |
655 | extension Connectrpc_Conformance_V1_StreamType: SwiftProtobuf._ProtoNameProviding {
656 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
657 |     0: .same(proto: "STREAM_TYPE_UNSPECIFIED"),
658 |     1: .same(proto: "STREAM_TYPE_UNARY"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:667:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
665 |
666 | extension Connectrpc_Conformance_V1_Code: SwiftProtobuf._ProtoNameProviding {
667 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
668 |     0: .same(proto: "CODE_UNSPECIFIED"),
669 |     1: .same(proto: "CODE_CANCELED"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:690:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
688 | extension Connectrpc_Conformance_V1_Config: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
689 |   static let protoMessageName: String = _protobuf_package + ".Config"
690 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
691 |     1: .same(proto: "features"),
692 |     2: .standard(proto: "include_cases"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:738:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
736 | extension Connectrpc_Conformance_V1_Features: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
737 |   static let protoMessageName: String = _protobuf_package + ".Features"
738 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
739 |     1: .same(proto: "versions"),
740 |     2: .same(proto: "protocols"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:840:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
838 | extension Connectrpc_Conformance_V1_ConfigCase: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
839 |   static let protoMessageName: String = _protobuf_package + ".ConfigCase"
840 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
841 |     1: .same(proto: "version"),
842 |     2: .same(proto: "protocol"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:918:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
916 | extension Connectrpc_Conformance_V1_TLSCreds: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
917 |   static let protoMessageName: String = _protobuf_package + ".TLSCreds"
918 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
919 |     1: .same(proto: "cert"),
920 |     2: .same(proto: "key"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift:153:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
151 | extension Connectrpc_Conformance_V1_ServerCompatRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
152 |   static let protoMessageName: String = _protobuf_package + ".ServerCompatRequest"
153 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
154 |     1: .same(proto: "protocol"),
155 |     2: .standard(proto: "http_version"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift:219:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
217 | extension Connectrpc_Conformance_V1_ServerCompatResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
218 |   static let protoMessageName: String = _protobuf_package + ".ServerCompatResponse"
219 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
220 |     1: .same(proto: "host"),
221 |     2: .same(proto: "port"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:836:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 834 | extension Connectrpc_Conformance_V1_UnaryResponseDefinition: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 835 |   static let protoMessageName: String = _protobuf_package + ".UnaryResponseDefinition"
 836 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 837 |     1: .standard(proto: "response_headers"),
 838 |     2: .standard(proto: "response_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:925:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 923 | extension Connectrpc_Conformance_V1_StreamResponseDefinition: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 924 |   static let protoMessageName: String = _protobuf_package + ".StreamResponseDefinition"
 925 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 926 |     1: .standard(proto: "response_headers"),
 927 |     2: .standard(proto: "response_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:991:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 989 | extension Connectrpc_Conformance_V1_UnaryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 990 |   static let protoMessageName: String = _protobuf_package + ".UnaryRequest"
 991 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 992 |     1: .standard(proto: "response_definition"),
 993 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1033:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1031 | extension Connectrpc_Conformance_V1_UnaryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1032 |   static let protoMessageName: String = _protobuf_package + ".UnaryResponse"
1033 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1034 |     1: .same(proto: "payload"),
1035 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1069:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1067 | extension Connectrpc_Conformance_V1_IdempotentUnaryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1068 |   static let protoMessageName: String = _protobuf_package + ".IdempotentUnaryRequest"
1069 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1070 |     1: .standard(proto: "response_definition"),
1071 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1111:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1109 | extension Connectrpc_Conformance_V1_IdempotentUnaryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1110 |   static let protoMessageName: String = _protobuf_package + ".IdempotentUnaryResponse"
1111 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1112 |     1: .same(proto: "payload"),
1113 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1147:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1145 | extension Connectrpc_Conformance_V1_ServerStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1146 |   static let protoMessageName: String = _protobuf_package + ".ServerStreamRequest"
1147 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1148 |     1: .standard(proto: "response_definition"),
1149 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1189:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1187 | extension Connectrpc_Conformance_V1_ServerStreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1188 |   static let protoMessageName: String = _protobuf_package + ".ServerStreamResponse"
1189 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1190 |     1: .same(proto: "payload"),
1191 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1225:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1223 | extension Connectrpc_Conformance_V1_ClientStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1224 |   static let protoMessageName: String = _protobuf_package + ".ClientStreamRequest"
1225 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1226 |     1: .standard(proto: "response_definition"),
1227 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1267:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1265 | extension Connectrpc_Conformance_V1_ClientStreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1266 |   static let protoMessageName: String = _protobuf_package + ".ClientStreamResponse"
1267 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1268 |     1: .same(proto: "payload"),
1269 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1303:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1301 | extension Connectrpc_Conformance_V1_BidiStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1302 |   static let protoMessageName: String = _protobuf_package + ".BidiStreamRequest"
1303 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1304 |     1: .standard(proto: "response_definition"),
1305 |     2: .standard(proto: "full_duplex"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1351:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1349 | extension Connectrpc_Conformance_V1_BidiStreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1350 |   static let protoMessageName: String = _protobuf_package + ".BidiStreamResponse"
1351 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1352 |     1: .same(proto: "payload"),
1353 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1425:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1423 | extension Connectrpc_Conformance_V1_ConformancePayload: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1424 |   static let protoMessageName: String = _protobuf_package + ".ConformancePayload"
1425 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1426 |     1: .same(proto: "data"),
1427 |     2: .standard(proto: "request_info"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1467:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1465 | extension Connectrpc_Conformance_V1_ConformancePayload.RequestInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1466 |   static let protoMessageName: String = Connectrpc_Conformance_V1_ConformancePayload.protoMessageName + ".RequestInfo"
1467 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1468 |     1: .standard(proto: "request_headers"),
1469 |     2: .standard(proto: "timeout_ms"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1521:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1519 | extension Connectrpc_Conformance_V1_ConformancePayload.ConnectGetInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1520 |   static let protoMessageName: String = Connectrpc_Conformance_V1_ConformancePayload.protoMessageName + ".ConnectGetInfo"
1521 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1522 |     1: .standard(proto: "query_params"),
1523 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1553:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1551 | extension Connectrpc_Conformance_V1_Error: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1552 |   static let protoMessageName: String = _protobuf_package + ".Error"
1553 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1554 |     1: .same(proto: "code"),
1555 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1601:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1599 | extension Connectrpc_Conformance_V1_Header: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1600 |   static let protoMessageName: String = _protobuf_package + ".Header"
1601 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1602 |     1: .same(proto: "name"),
1603 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1639:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1637 | extension Connectrpc_Conformance_V1_RawHTTPRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1638 |   static let protoMessageName: String = _protobuf_package + ".RawHTTPRequest"
1639 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1640 |     1: .same(proto: "verb"),
1641 |     2: .same(proto: "uri"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1739:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1737 | extension Connectrpc_Conformance_V1_RawHTTPRequest.EncodedQueryParam: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1738 |   static let protoMessageName: String = Connectrpc_Conformance_V1_RawHTTPRequest.protoMessageName + ".EncodedQueryParam"
1739 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1740 |     1: .same(proto: "name"),
1741 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1787:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1785 | extension Connectrpc_Conformance_V1_MessageContents: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1786 |   static let protoMessageName: String = _protobuf_package + ".MessageContents"
1787 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1788 |     1: .same(proto: "binary"),
1789 |     2: .same(proto: "text"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1871:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1869 | extension Connectrpc_Conformance_V1_StreamContents: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1870 |   static let protoMessageName: String = _protobuf_package + ".StreamContents"
1871 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1872 |     1: .same(proto: "items"),
1873 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1903:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1901 | extension Connectrpc_Conformance_V1_StreamContents.StreamItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1902 |   static let protoMessageName: String = Connectrpc_Conformance_V1_StreamContents.protoMessageName + ".StreamItem"
1903 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1904 |     1: .same(proto: "flags"),
1905 |     2: .same(proto: "length"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1951:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1949 | extension Connectrpc_Conformance_V1_RawHTTPResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1950 |   static let protoMessageName: String = _protobuf_package + ".RawHTTPResponse"
1951 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1952 |     1: .standard(proto: "status_code"),
1953 |     2: .same(proto: "headers"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:308:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension Connectrpc_Conformance_V1_TestSuite: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 |   static let protoMessageName: String = _protobuf_package + ".TestSuite"
308 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 |     1: .same(proto: "name"),
310 |     2: .same(proto: "mode"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:405:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
403 |
404 | extension Connectrpc_Conformance_V1_TestSuite.TestMode: SwiftProtobuf._ProtoNameProviding {
405 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
406 |     0: .same(proto: "TEST_MODE_UNSPECIFIED"),
407 |     1: .same(proto: "TEST_MODE_CLIENT"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:413:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
411 |
412 | extension Connectrpc_Conformance_V1_TestSuite.ConnectVersionMode: SwiftProtobuf._ProtoNameProviding {
413 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
414 |     0: .same(proto: "CONNECT_VERSION_MODE_UNSPECIFIED"),
415 |     1: .same(proto: "CONNECT_VERSION_MODE_REQUIRE"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:422:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
420 | extension Connectrpc_Conformance_V1_TestCase: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
421 |   static let protoMessageName: String = _protobuf_package + ".TestCase"
422 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
423 |     1: .same(proto: "request"),
424 |     2: .standard(proto: "expand_requests"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/suite.pb.swift:476:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
474 | extension Connectrpc_Conformance_V1_TestCase.ExpandedSize: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
475 |   static let protoMessageName: String = Connectrpc_Conformance_V1_TestCase.protoMessageName + ".ExpandedSize"
476 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
477 |     1: .standard(proto: "size_relative_to_limit"),
478 |   ]
[1016/1021] Compiling ConnectConformanceClient server_compat.pb.swift
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift:153:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
151 | extension Connectrpc_Conformance_V1_ServerCompatRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
152 |   static let protoMessageName: String = _protobuf_package + ".ServerCompatRequest"
153 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
154 |     1: .same(proto: "protocol"),
155 |     2: .standard(proto: "http_version"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift:219:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
217 | extension Connectrpc_Conformance_V1_ServerCompatResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
218 |   static let protoMessageName: String = _protobuf_package + ".ServerCompatResponse"
219 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
220 |     1: .same(proto: "host"),
221 |     2: .same(proto: "port"),
[1017/1021] Compiling ConnectConformanceClient service.pb.swift
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:836:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 834 | extension Connectrpc_Conformance_V1_UnaryResponseDefinition: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 835 |   static let protoMessageName: String = _protobuf_package + ".UnaryResponseDefinition"
 836 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 837 |     1: .standard(proto: "response_headers"),
 838 |     2: .standard(proto: "response_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:925:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 923 | extension Connectrpc_Conformance_V1_StreamResponseDefinition: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 924 |   static let protoMessageName: String = _protobuf_package + ".StreamResponseDefinition"
 925 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 926 |     1: .standard(proto: "response_headers"),
 927 |     2: .standard(proto: "response_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:991:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 989 | extension Connectrpc_Conformance_V1_UnaryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
 990 |   static let protoMessageName: String = _protobuf_package + ".UnaryRequest"
 991 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
 992 |     1: .standard(proto: "response_definition"),
 993 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1033:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1031 | extension Connectrpc_Conformance_V1_UnaryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1032 |   static let protoMessageName: String = _protobuf_package + ".UnaryResponse"
1033 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1034 |     1: .same(proto: "payload"),
1035 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1069:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1067 | extension Connectrpc_Conformance_V1_IdempotentUnaryRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1068 |   static let protoMessageName: String = _protobuf_package + ".IdempotentUnaryRequest"
1069 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1070 |     1: .standard(proto: "response_definition"),
1071 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1111:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1109 | extension Connectrpc_Conformance_V1_IdempotentUnaryResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1110 |   static let protoMessageName: String = _protobuf_package + ".IdempotentUnaryResponse"
1111 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1112 |     1: .same(proto: "payload"),
1113 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1147:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1145 | extension Connectrpc_Conformance_V1_ServerStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1146 |   static let protoMessageName: String = _protobuf_package + ".ServerStreamRequest"
1147 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1148 |     1: .standard(proto: "response_definition"),
1149 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1189:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1187 | extension Connectrpc_Conformance_V1_ServerStreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1188 |   static let protoMessageName: String = _protobuf_package + ".ServerStreamResponse"
1189 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1190 |     1: .same(proto: "payload"),
1191 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1225:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1223 | extension Connectrpc_Conformance_V1_ClientStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1224 |   static let protoMessageName: String = _protobuf_package + ".ClientStreamRequest"
1225 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1226 |     1: .standard(proto: "response_definition"),
1227 |     2: .standard(proto: "request_data"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1267:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1265 | extension Connectrpc_Conformance_V1_ClientStreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1266 |   static let protoMessageName: String = _protobuf_package + ".ClientStreamResponse"
1267 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1268 |     1: .same(proto: "payload"),
1269 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1303:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1301 | extension Connectrpc_Conformance_V1_BidiStreamRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1302 |   static let protoMessageName: String = _protobuf_package + ".BidiStreamRequest"
1303 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1304 |     1: .standard(proto: "response_definition"),
1305 |     2: .standard(proto: "full_duplex"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1351:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1349 | extension Connectrpc_Conformance_V1_BidiStreamResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1350 |   static let protoMessageName: String = _protobuf_package + ".BidiStreamResponse"
1351 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1352 |     1: .same(proto: "payload"),
1353 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1425:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1423 | extension Connectrpc_Conformance_V1_ConformancePayload: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1424 |   static let protoMessageName: String = _protobuf_package + ".ConformancePayload"
1425 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1426 |     1: .same(proto: "data"),
1427 |     2: .standard(proto: "request_info"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1467:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1465 | extension Connectrpc_Conformance_V1_ConformancePayload.RequestInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1466 |   static let protoMessageName: String = Connectrpc_Conformance_V1_ConformancePayload.protoMessageName + ".RequestInfo"
1467 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1468 |     1: .standard(proto: "request_headers"),
1469 |     2: .standard(proto: "timeout_ms"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1521:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1519 | extension Connectrpc_Conformance_V1_ConformancePayload.ConnectGetInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1520 |   static let protoMessageName: String = Connectrpc_Conformance_V1_ConformancePayload.protoMessageName + ".ConnectGetInfo"
1521 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1522 |     1: .standard(proto: "query_params"),
1523 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1553:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1551 | extension Connectrpc_Conformance_V1_Error: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1552 |   static let protoMessageName: String = _protobuf_package + ".Error"
1553 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1554 |     1: .same(proto: "code"),
1555 |     2: .same(proto: "message"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1601:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1599 | extension Connectrpc_Conformance_V1_Header: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1600 |   static let protoMessageName: String = _protobuf_package + ".Header"
1601 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1602 |     1: .same(proto: "name"),
1603 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1639:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1637 | extension Connectrpc_Conformance_V1_RawHTTPRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1638 |   static let protoMessageName: String = _protobuf_package + ".RawHTTPRequest"
1639 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1640 |     1: .same(proto: "verb"),
1641 |     2: .same(proto: "uri"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1739:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1737 | extension Connectrpc_Conformance_V1_RawHTTPRequest.EncodedQueryParam: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1738 |   static let protoMessageName: String = Connectrpc_Conformance_V1_RawHTTPRequest.protoMessageName + ".EncodedQueryParam"
1739 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1740 |     1: .same(proto: "name"),
1741 |     2: .same(proto: "value"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1787:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1785 | extension Connectrpc_Conformance_V1_MessageContents: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1786 |   static let protoMessageName: String = _protobuf_package + ".MessageContents"
1787 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1788 |     1: .same(proto: "binary"),
1789 |     2: .same(proto: "text"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1871:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1869 | extension Connectrpc_Conformance_V1_StreamContents: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1870 |   static let protoMessageName: String = _protobuf_package + ".StreamContents"
1871 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1872 |     1: .same(proto: "items"),
1873 |   ]
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1903:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1901 | extension Connectrpc_Conformance_V1_StreamContents.StreamItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1902 |   static let protoMessageName: String = Connectrpc_Conformance_V1_StreamContents.protoMessageName + ".StreamItem"
1903 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1904 |     1: .same(proto: "flags"),
1905 |     2: .same(proto: "length"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/service.pb.swift:1951:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1949 | extension Connectrpc_Conformance_V1_RawHTTPResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1950 |   static let protoMessageName: String = _protobuf_package + ".RawHTTPResponse"
1951 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
     |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
1952 |     1: .standard(proto: "status_code"),
1953 |     2: .same(proto: "headers"),
[1018/1021] Compiling ConnectConformanceClient config.pb.swift
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:617:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
615 |
616 | extension Connectrpc_Conformance_V1_HTTPVersion: SwiftProtobuf._ProtoNameProviding {
617 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
618 |     0: .same(proto: "HTTP_VERSION_UNSPECIFIED"),
619 |     1: .same(proto: "HTTP_VERSION_1"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:626:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
624 |
625 | extension Connectrpc_Conformance_V1_Protocol: SwiftProtobuf._ProtoNameProviding {
626 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
627 |     0: .same(proto: "PROTOCOL_UNSPECIFIED"),
628 |     1: .same(proto: "PROTOCOL_CONNECT"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:635:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
633 |
634 | extension Connectrpc_Conformance_V1_Codec: SwiftProtobuf._ProtoNameProviding {
635 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
636 |     0: .same(proto: "CODEC_UNSPECIFIED"),
637 |     1: .same(proto: "CODEC_PROTO"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:644:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
642 |
643 | extension Connectrpc_Conformance_V1_Compression: SwiftProtobuf._ProtoNameProviding {
644 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
645 |     0: .same(proto: "COMPRESSION_UNSPECIFIED"),
646 |     1: .same(proto: "COMPRESSION_IDENTITY"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:656:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
654 |
655 | extension Connectrpc_Conformance_V1_StreamType: SwiftProtobuf._ProtoNameProviding {
656 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
657 |     0: .same(proto: "STREAM_TYPE_UNSPECIFIED"),
658 |     1: .same(proto: "STREAM_TYPE_UNARY"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:667:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
665 |
666 | extension Connectrpc_Conformance_V1_Code: SwiftProtobuf._ProtoNameProviding {
667 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
668 |     0: .same(proto: "CODE_UNSPECIFIED"),
669 |     1: .same(proto: "CODE_CANCELED"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:690:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
688 | extension Connectrpc_Conformance_V1_Config: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
689 |   static let protoMessageName: String = _protobuf_package + ".Config"
690 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
691 |     1: .same(proto: "features"),
692 |     2: .standard(proto: "include_cases"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:738:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
736 | extension Connectrpc_Conformance_V1_Features: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
737 |   static let protoMessageName: String = _protobuf_package + ".Features"
738 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
739 |     1: .same(proto: "versions"),
740 |     2: .same(proto: "protocols"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:840:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
838 | extension Connectrpc_Conformance_V1_ConfigCase: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
839 |   static let protoMessageName: String = _protobuf_package + ".ConfigCase"
840 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
841 |     1: .same(proto: "version"),
842 |     2: .same(proto: "protocol"),
/Users/admin/builder/spi-builder-workspace/Tests/ConformanceClient/GeneratedSources/connectrpc/conformance/v1/config.pb.swift:918:58: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
916 | extension Connectrpc_Conformance_V1_TLSCreds: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
917 |   static let protoMessageName: String = _protobuf_package + ".TLSCreds"
918 |   static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
    |                                                          `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
919 |     1: .same(proto: "cert"),
920 |     2: .same(proto: "key"),
[1018/1021] Write Objects.LinkFileList
[1019/1021] Linking ConnectConformanceClient
[1020/1021] Applying ConnectConformanceClient
Build complete! (115.39s)
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.git from cache (2.32s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.89s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.90s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.93s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (3.47s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.18s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.64s)
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.03s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
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.39.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.36.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.91.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.33.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.35.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.29.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.30.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",
        "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/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.