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 1.2.0 (8ff57d), with Swift 6.1 for macOS (SPM) on 10 Oct 2025 17:56:07 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: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/connectrpc/connect-swift
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 8ff57da Update podspecs for 1.2.0 release (#371)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
8ff57dad962668357af2959fdd63868682f3053e
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.2.0
========================================
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/456] Write sources
[7/456] Write protoc-gen-connect-swift-entitlement.plist
[9/456] Write protoc-gen-connect-swift-mocks-entitlement.plist
[10/456] Write sources
[10/456] Copying PrivacyInfo.xcprivacy
[10/456] Write sources
[14/456] Copying PrivacyInfo.xcprivacy
[16/456] Write sources
[25/456] Write ConnectConformanceClient-entitlement.plist
[25/456] Write sources
[32/456] Compiling CNIOWASI CNIOWASI.c
[33/456] Compiling CNIOWindows WSAStartup.c
[33/456] Compiling CNIOWindows shim.c
[35/456] Compiling CNIOLinux shim.c
[35/456] Compiling CNIOLinux liburing_shims.c
[37/456] Write swift-version-2F0A5646E1D333AE.txt
[38/456] Compiling fiat_p256_adx_sqr.S
[38/456] Compiling fiat_p256_adx_mul.S
[40/456] Compiling fiat_curve25519_adx_square.S
[41/456] Compiling _AtomicsShims.c
[42/462] Compiling CNIOPosix event_loop_id.c
[43/462] Compiling CNIOLLHTTP c_nio_http.c
[44/462] Compiling fiat_curve25519_adx_mul.S
[45/549] Compiling CNIOLLHTTP c_nio_api.c
[46/566] Compiling CNIOLLHTTP c_nio_llhttp.c
[47/566] Compiling CNIODarwin shim.c
[48/566] Compiling CNIOBoringSSLShims shims.c
[50/566] Compiling _NIOBase64 Base64.swift
[51/566] Emitting module _NIOBase64
[52/566] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[53/566] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[54/566] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/566] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/566] Compiling InternalCollectionsUtilities Descriptions.swift
[57/566] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[58/567] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[59/567] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/567] Compiling InternalCollectionsUtilities Debugging.swift
[61/567] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/567] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/567] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/567] Compiling InternalCollectionsUtilities Integer rank.swift
[65/567] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/567] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[67/567] Emitting module InternalCollectionsUtilities
[68/567] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/567] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/567] Compiling _NIODataStructures _TinyArray.swift
[71/567] Compiling _NIODataStructures PriorityQueue.swift
[71/567] Compiling tls13_server.cc
[72/567] Compiling tls_record.cc
[72/567] Compiling tls_method.cc
[74/583] Compiling tls13_enc.cc
[76/583] Compiling DequeModule _DequeSlot.swift
[77/583] Compiling DequeModule Deque+Testing.swift
[78/583] Compiling DequeModule Deque._Storage.swift
[79/583] Compiling DequeModule _DequeBufferHeader.swift
[79/584] Compiling tls13_client.cc
[81/584] Emitting module _NIODataStructures
[82/584] Compiling _NIODataStructures Heap.swift
[82/584] Compiling tls13_both.cc
[84/584] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/584] Compiling DequeModule _DequeBuffer.swift
[86/584] Compiling DequeModule Deque+Extras.swift
[87/584] Compiling DequeModule Deque+Hashable.swift
[88/584] Compiling DequeModule Deque._UnsafeHandle.swift
[89/584] Compiling DequeModule Deque.swift
[89/584] Compiling t1_enc.cc
[91/584] Compiling DequeModule Deque+Equatable.swift
[92/584] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/584] Compiling DequeModule Deque+CustomReflectable.swift
[94/584] Compiling DequeModule Deque+Descriptions.swift
[95/584] Compiling DequeModule Deque+Codable.swift
[96/584] Compiling DequeModule Deque+Collection.swift
[97/584] Emitting module DequeModule
[97/584] Compiling ssl_versions.cc
[98/584] Compiling ssl_transcript.cc
[99/584] Compiling ssl_x509.cc
[100/584] Compiling ssl_stat.cc
[101/584] Compiling ssl_session.cc
[102/584] Compiling ssl_privkey.cc
[103/584] Compiling ssl_key_share.cc
[104/584] Compiling ssl_lib.cc
[105/584] Compiling ssl_file.cc
[106/584] Compiling ssl_cipher.cc
[107/584] Compiling ssl_credential.cc
[108/584] Compiling ssl_buffer.cc
[109/584] Compiling ssl_cert.cc
[110/584] Compiling ssl_asn1.cc
[111/584] Compiling ssl_aead_ctx.cc
[112/584] Compiling s3_pkt.cc
[113/584] Compiling s3_lib.cc
[114/584] Compiling s3_both.cc
[115/584] Compiling handshake.cc
[116/584] Compiling handshake_server.cc
[117/584] Compiling handshake_client.cc
[118/584] Compiling handoff.cc
[119/584] Compiling encrypted_client_hello.cc
[120/584] Compiling md5-x86_64-linux.S
[121/584] Compiling md5-x86_64-apple.S
[122/584] Compiling md5-586-linux.S
[123/584] Compiling md5-586-apple.S
[124/584] Compiling extensions.cc
[125/584] Compiling chacha20_poly1305_x86_64-linux.S
[126/584] Compiling chacha20_poly1305_x86_64-apple.S
[127/584] Compiling chacha20_poly1305_armv8-win.S
[128/584] Compiling d1_srtp.cc
[129/584] Compiling dtls_method.cc
[130/584] Compiling chacha20_poly1305_armv8-linux.S
[131/584] Compiling dtls_record.cc
[132/584] Compiling bio_ssl.cc
[133/584] Compiling chacha-x86_64-linux.S
[134/584] Compiling chacha-x86_64-apple.S
[135/584] Compiling chacha-x86-linux.S
[136/584] Compiling chacha20_poly1305_armv8-apple.S
[137/584] Compiling chacha-x86-apple.S
[138/584] Compiling chacha-armv8-win.S
[139/584] Compiling chacha-armv8-linux.S
[140/584] Compiling aes128gcmsiv-x86_64-linux.S
[140/584] Compiling chacha-armv4-linux.S
[142/584] Compiling chacha-armv8-apple.S
[143/584] Compiling aes128gcmsiv-x86_64-apple.S
[144/584] Compiling x86_64-mont5-linux.S
[145/584] Compiling x86_64-mont5-apple.S
[146/584] Compiling x86_64-mont-linux.S
[147/584] Compiling x86_64-mont-apple.S
[148/584] Compiling x86-mont-apple.S
[149/584] Compiling x86-mont-linux.S
[150/584] Compiling vpaes-x86_64-linux.S
[151/584] Compiling vpaes-x86_64-apple.S
[152/584] Compiling vpaes-x86-linux.S
[153/584] Compiling err_data.cc
[154/584] Compiling vpaes-x86-apple.S
[155/584] Compiling vpaes-armv8-win.S
[156/584] Compiling vpaes-armv8-linux.S
[157/584] Compiling vpaes-armv7-linux.S
[158/584] Compiling vpaes-armv8-apple.S
[159/584] Compiling sha512-x86_64-linux.S
[160/584] Compiling sha512-x86_64-apple.S
[161/584] Compiling sha512-armv8-win.S
[162/584] Compiling sha512-armv8-linux.S
[163/584] Compiling sha512-armv4-linux.S
[164/584] Compiling sha512-armv8-apple.S
[165/584] Compiling sha512-586-linux.S
[166/584] Compiling sha512-586-apple.S
[167/584] Compiling sha256-x86_64-linux.S
[168/584] Compiling sha256-x86_64-apple.S
[169/584] Compiling sha256-armv8-win.S
[170/584] Compiling d1_pkt.cc
[171/584] Compiling sha256-armv8-linux.S
[172/584] Compiling sha256-armv4-linux.S
[173/584] Compiling sha256-586-linux.S
[174/584] Compiling sha256-armv8-apple.S
[175/584] Compiling sha256-586-apple.S
[176/584] Compiling sha1-x86_64-apple.S
[177/584] Compiling sha1-x86_64-linux.S
[178/584] Compiling sha1-armv8-win.S
[179/584] Compiling sha1-armv8-linux.S
[180/584] Compiling sha1-armv4-large-linux.S
[181/584] Compiling sha1-armv8-apple.S
[182/584] Compiling sha1-586-linux.S
[183/584] Compiling sha1-586-apple.S
[184/584] Compiling rsaz-avx2-linux.S
[185/584] Compiling d1_lib.cc
[186/584] Compiling rsaz-avx2-apple.S
[187/584] Compiling rdrand-x86_64-linux.S
[188/584] Compiling rdrand-x86_64-apple.S
[189/584] Compiling p256_beeu-x86_64-asm-linux.S
[190/584] Compiling p256_beeu-x86_64-asm-apple.S
[191/584] Compiling p256_beeu-armv8-asm-linux.S
[192/584] Compiling p256_beeu-armv8-asm-win.S
[193/584] Compiling p256_beeu-armv8-asm-apple.S
[194/584] Compiling p256-x86_64-asm-linux.S
[195/584] Compiling p256-x86_64-asm-apple.S
[196/584] Compiling p256-armv8-asm-win.S
[197/584] Compiling p256-armv8-asm-linux.S
[198/584] Compiling p256-armv8-asm-apple.S
[199/584] Compiling ghashv8-armv8-win.S
[199/584] Compiling ghashv8-armv8-linux.S
[201/584] Compiling ghashv8-armv8-apple.S
[202/584] Compiling ghashv8-armv7-linux.S
[203/584] Compiling ghash-x86_64-linux.S
[204/584] Compiling ghash-x86_64-apple.S
[205/584] Compiling ghash-x86-linux.S
[206/584] Compiling ghash-x86-apple.S
[207/584] Compiling ghash-ssse3-x86_64-linux.S
[208/584] Compiling ghash-ssse3-x86_64-apple.S
[209/584] Compiling ghash-ssse3-x86-linux.S
[210/584] Compiling ghash-ssse3-x86-apple.S
[211/584] Compiling ghash-neon-armv8-win.S
[212/584] Compiling ghash-neon-armv8-linux.S
[213/584] Compiling ghash-neon-armv8-apple.S
[214/584] Compiling ghash-armv4-linux.S
[215/584] Compiling co-586-linux.S
[216/584] Compiling co-586-apple.S
[217/584] Compiling bsaes-armv7-linux.S
[218/584] Compiling bn-armv8-win.S
[219/584] Compiling bn-armv8-linux.S
[220/584] Compiling bn-armv8-apple.S
[221/584] Compiling bn-586-linux.S
[222/584] Compiling bn-586-apple.S
[223/584] Compiling armv8-mont-linux.S
[223/584] Compiling armv8-mont-win.S
[225/584] Compiling armv4-mont-linux.S
[226/584] Compiling d1_both.cc
[227/584] Compiling armv8-mont-apple.S
[228/584] Compiling aesv8-gcm-armv8-win.S
[229/584] Compiling aesv8-gcm-armv8-linux.S
[230/584] Compiling aesv8-gcm-armv8-apple.S
[231/584] Compiling aesv8-armv8-win.S
[232/584] Compiling aesv8-armv8-linux.S
[233/584] Compiling aesv8-armv7-linux.S
[234/584] Compiling aesv8-armv8-apple.S
[235/584] Compiling aesni-x86_64-apple.S
[236/584] Compiling aesni-x86-linux.S
[237/584] Compiling aesni-x86_64-linux.S
[238/584] Compiling aesni-x86-apple.S
[239/584] Compiling aesni-gcm-x86_64-linux.S
[240/584] Compiling aesni-gcm-x86_64-apple.S
[241/584] Compiling aes-gcm-avx2-x86_64-linux.S
[242/584] Compiling aes-gcm-avx2-x86_64-apple.S
[243/584] Compiling aes-gcm-avx10-x86_64-linux.S
[244/584] Compiling aes-gcm-avx10-x86_64-apple.S
[246/584] Compiling SwiftProtobuf Message+JSONAdditions.swift
[247/584] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[248/584] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[249/584] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[250/584] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[251/584] Compiling SwiftProtobuf Message.swift
[252/584] Compiling SwiftProtobuf MessageExtension.swift
[253/584] Compiling SwiftProtobuf NameMap.swift
[254/584] Compiling SwiftProtobuf PathDecoder.swift
[265/593] Emitting module SwiftProtobuf
[266/593] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[267/593] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[268/593] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[269/593] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[270/593] Compiling SwiftProtobuf HashVisitor.swift
[271/593] Compiling SwiftProtobuf Internal.swift
[272/593] Compiling SwiftProtobuf JSONDecoder.swift
[273/593] Compiling SwiftProtobuf JSONDecodingError.swift
[274/593] Compiling SwiftProtobuf JSONDecodingOptions.swift
[275/593] Compiling SwiftProtobuf JSONEncoder.swift
[280/593] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[281/593] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[282/593] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[283/593] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[284/593] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[285/593] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[285/593] Compiling x_val.cc
[286/593] Compiling x_sig.cc
[287/593] Compiling x_exten.cc
[287/593] Compiling x_spki.cc
[289/593] Compiling x_x509a.cc
[290/593] Compiling x_req.cc
[291/593] Compiling x_pubkey.cc
[292/593] Compiling x_name.cc
[293/593] Compiling x_x509.cc
[295/593] Compiling SwiftProtobuf PathVisitor.swift
[296/593] Compiling SwiftProtobuf ProtoNameProviding.swift
[297/593] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[298/593] Compiling SwiftProtobuf ProtobufMap.swift
[299/593] Compiling SwiftProtobuf SelectiveVisitor.swift
[300/593] Compiling SwiftProtobuf SimpleExtensionMap.swift
[301/593] Compiling SwiftProtobuf StringUtils.swift
[302/593] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[303/593] Compiling SwiftProtobuf SwiftProtobufError.swift
[304/593] Compiling SwiftProtobuf TextFormatDecoder.swift
[305/593] Compiling SwiftProtobuf TextFormatDecodingError.swift
[306/593] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[307/593] Compiling SwiftProtobuf TextFormatEncoder.swift
[308/593] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[309/593] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[310/593] Compiling SwiftProtobuf TextFormatScanner.swift
[311/593] Compiling SwiftProtobuf TimeUtils.swift
[312/593] Compiling SwiftProtobuf UnknownStorage.swift
[313/593] Compiling SwiftProtobuf AnyMessageStorage.swift
[314/593] Compiling SwiftProtobuf AnyUnpackError.swift
[315/593] Compiling SwiftProtobuf AsyncMessageSequence.swift
[316/593] Compiling SwiftProtobuf BinaryDecoder.swift
[317/593] Compiling SwiftProtobuf BinaryDecodingError.swift
[318/593] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[319/593] Compiling SwiftProtobuf BinaryDelimited.swift
[320/593] Compiling SwiftProtobuf BinaryEncoder.swift
[321/593] Compiling SwiftProtobuf BinaryEncodingError.swift
[322/593] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[322/593] Compiling x509spki.cc
[323/593] Compiling x_algor.cc
[324/593] Compiling x_attrib.cc
[325/593] Compiling x509rset.cc
[326/593] Compiling x509cset.cc
[327/593] Compiling x_crl.cc
[328/593] Compiling x509name.cc
[329/593] Compiling x_all.cc
[330/593] Compiling x509_vpm.cc
[331/593] Compiling x509_txt.cc
[332/593] Compiling x509_v3.cc
[333/593] Compiling x509_trs.cc
[334/593] Compiling x509_vfy.cc
[335/593] Compiling x509_set.cc
[336/593] Compiling x509_obj.cc
[337/593] Compiling x509_req.cc
[338/593] Compiling x509_ext.cc
[339/593] Compiling x509_lu.cc
[341/593] Compiling SwiftProtobuf duration.pb.swift
[342/593] Compiling SwiftProtobuf empty.pb.swift
[343/593] Compiling SwiftProtobuf field_mask.pb.swift
[344/593] Compiling SwiftProtobuf source_context.pb.swift
[345/593] Compiling SwiftProtobuf struct.pb.swift
[346/593] Compiling SwiftProtobuf timestamp.pb.swift
[347/593] Compiling SwiftProtobuf type.pb.swift
[348/593] Compiling SwiftProtobuf wrappers.pb.swift
[349/593] Compiling SwiftProtobuf resource_bundle_accessor.swift
[349/593] Compiling x509_def.cc
[350/593] Compiling x509_d2.cc
[351/593] Compiling x509.cc
[352/593] Compiling v3_prn.cc
[353/593] Compiling x509_att.cc
[354/593] Compiling v3_skey.cc
[355/593] Compiling x509_cmp.cc
[356/593] Compiling v3_purp.cc
[357/593] Compiling v3_utl.cc
[358/593] Compiling v3_pmaps.cc
[359/593] Compiling v3_ocsp.cc
[360/593] Compiling v3_pcons.cc
[361/593] Compiling v3_int.cc
[362/593] Compiling v3_ia5.cc
[363/593] Compiling v3_ncons.cc
[364/593] Compiling v3_info.cc
[365/593] Compiling v3_lib.cc
[366/593] Compiling v3_genn.cc
[368/593] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[369/593] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[370/593] Compiling SwiftProtobuf BytecodeInterpreter.swift
[371/593] Compiling SwiftProtobuf BytecodeReader.swift
[372/593] Compiling SwiftProtobuf CustomJSONCodable.swift
[373/593] Compiling SwiftProtobuf Decoder.swift
[374/593] Compiling SwiftProtobuf DoubleParser.swift
[375/593] Compiling SwiftProtobuf Enum.swift
[376/593] Compiling SwiftProtobuf ExtensibleMessage.swift
[377/593] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[378/593] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[379/593] Compiling SwiftProtobuf Varint.swift
[380/593] Compiling SwiftProtobuf Version.swift
[381/593] Compiling SwiftProtobuf Visitor.swift
[382/593] Compiling SwiftProtobuf WireFormat.swift
[383/593] Compiling SwiftProtobuf ZigZag.swift
[384/593] Compiling SwiftProtobuf any.pb.swift
[385/593] Compiling SwiftProtobuf api.pb.swift
[386/593] Compiling SwiftProtobuf descriptor.pb.swift
[386/593] Compiling v3_extku.cc
[387/593] Compiling v3_enum.cc
[388/593] Compiling v3_crld.cc
[389/593] Compiling v3_cpols.cc
[390/593] Compiling v3_conf.cc
[391/593] Compiling v3_bcons.cc
[392/593] Compiling v3_bitst.cc
[393/593] Compiling v3_alt.cc
[394/593] Compiling v3_akeya.cc
[395/674] Compiling v3_akey.cc
[396/674] Compiling t_x509a.cc
[398/674] Compiling Connect ConnectEndStreamResponse.swift
[399/674] Compiling Connect ServerOnlyAsyncStream.swift
[400/674] Compiling Connect ServerOnlyStream.swift
[400/676] Compiling t_x509.cc
[401/676] Compiling t_crl.cc
[402/676] Compiling name_print.cc
[404/676] Compiling Connect Locked.swift
[405/676] Compiling Connect TimeoutTimer.swift
[406/676] Compiling Connect ConnectError+GRPC.swift
[407/676] Compiling Connect URLSessionStream.swift
[408/676] Compiling Connect UnaryAsyncWrapper.swift
[409/676] Compiling Connect Lock.swift
[409/676] Compiling rsa_pss.cc
[410/676] Compiling t_req.cc
[411/676] Compiling policy.cc
[412/676] Compiling i2d_pr.cc
[414/676] Compiling Connect Envelope.swift
[415/676] Compiling Connect Headers+GRPC.swift
[416/676] Compiling Connect Trailers+gRPC.swift
[417/676] Compiling Connect ClientOnlyAsyncStream.swift
[418/676] Compiling Connect ClientOnlyStream.swift
[419/676] Compiling Connect ClientOnlyStreamValidation.swift
[420/676] Compiling Connect ProtocolClient.swift
[421/676] Compiling Connect URLSessionHTTPClient.swift
[422/676] Compiling Connect JSONCodec.swift
[423/676] Compiling Connect ProtoCodec.swift
[424/676] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[425/676] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[425/676] Compiling by_file.cc
[426/676] Compiling algorithm.cc
[427/676] Compiling by_dir.cc
[428/676] Compiling asn1_gen.cc
[429/676] Compiling a_verify.cc
[430/676] Compiling a_digest.cc
[431/676] Compiling a_sign.cc
[432/676] Compiling voprf.cc
[433/676] Compiling thread_win.cc
[434/676] Compiling thread.cc
[435/676] Compiling thread_pthread.cc
[436/676] Compiling thread_none.cc
[437/676] Compiling stack.cc
[439/676] Compiling Connect status.pb.swift
[440/676] Compiling Connect ConnectInterceptor.swift
[441/676] Compiling Connect GRPCWebInterceptor.swift
[442/676] Emitting module SwiftProtobufPluginLibrary
[443/676] Compiling Connect InterceptorChain.swift
[444/676] Compiling Connect BidirectionalAsyncStream.swift
[445/676] Compiling Connect BidirectionalStream.swift
[445/676] Compiling trust_token.cc
[446/676] Compiling pmbtoken.cc
[447/676] Compiling spake2plus.cc
[448/676] Compiling sha512.cc
[449/676] Compiling sha256.cc
[450/676] Compiling siphash.cc
[451/676] Compiling sha1.cc
[452/682] Compiling slhdsa.cc
[453/682] Compiling rsa_extra.cc
[454/682] Compiling rsa_print.cc
[455/682] Compiling rsa_crypt.cc
[456/682] Compiling rc4.cc
[457/682] Compiling refcount.cc
[458/682] Compiling windows.cc
[459/682] Compiling urandom.cc
[460/682] Compiling rsa_asn1.cc
[461/682] Compiling trusty.cc
[462/682] Compiling rand.cc
[463/682] Compiling passive.cc
[464/682] Compiling ios.cc
[465/682] Compiling getentropy.cc
[466/682] Compiling poly1305_arm_asm.S
[467/682] Compiling forkunsafe.cc
[468/682] Compiling fork_detect.cc
[469/682] Compiling deterministic.cc
[470/682] Compiling poly1305_vec.cc
[471/682] Compiling pool.cc
[472/682] Compiling poly1305_arm.cc
[473/682] Compiling poly1305.cc
[474/682] Compiling pkcs8.cc
[475/682] Compiling pkcs7.cc
[476/682] Compiling pkcs8_x509.cc
[477/682] Compiling p5_pbev2.cc
[478/682] Compiling pkcs7_x509.cc
[479/682] Compiling pem_xaux.cc
[480/682] Compiling pem_x509.cc
[481/682] Compiling pem_pkey.cc
[483/682] Compiling Connect ResponseMessage.swift
[484/682] Compiling Connect BidirectionalAsyncStreamInterface.swift
[485/682] Compiling Connect ClientOnlyAsyncStreamInterface.swift
[486/682] Compiling Connect ServerOnlyAsyncStreamInterface.swift
[487/682] Compiling Connect BidirectionalStreamInterface.swift
[488/682] Compiling Connect ClientOnlyStreamInterface.swift
[489/687] 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"),
[490/687] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[491/687] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[492/687] Compiling Connect ConnectError.swift
[493/687] Compiling Connect HTTPClientInterface.swift
[494/687] Compiling Connect HTTPMethod.swift
[495/687] Compiling Connect HTTPMetrics.swift
[496/687] Compiling Connect HTTPRequest.swift
[497/687] Compiling Connect HTTPResponse.swift
[498/687] Emitting module ConnectPluginUtilities
[499/687] Compiling ConnectPluginUtilities FilePathComponents.swift
[500/687] Compiling ConnectPluginUtilities GeneratorOptions.swift
[501/687] Compiling ConnectPluginUtilities Generator.swift
[502/687] Compiling Connect HeaderConstants.swift
[503/687] Compiling Connect Headers.swift
[504/687] Compiling Connect IdempotencyLevel.swift
[505/687] Compiling Connect Interceptor.swift
[506/687] Compiling Connect InterceptorFactory.swift
[507/687] Compiling Connect StreamInterceptor.swift
[508/687] Compiling Connect UnaryInterceptor.swift
[509/687] Compiling Connect MethodSpec.swift
[510/687] Compiling Connect NetworkProtocol.swift
[511/687] Compiling Connect ProtobufMessage.swift
[512/687] Compiling Connect ProtocolClientConfig.swift
[513/687] Compiling Connect ProtocolClientInterface.swift
[513/687] Compiling mlkem.cc
[514/687] Compiling pem_pk8.cc
[515/687] Compiling pem_oth.cc
[517/687] Compiling Connect RequestCallbacks.swift
[518/687] Compiling Connect ResponseCallbacks.swift
[519/687] Compiling Connect ServerOnlyStreamInterface.swift
[520/687] Compiling Connect StreamResult.swift
[521/687] Compiling Connect Trailers.swift
[521/687] Compiling pem_info.cc
[522/687] Compiling pem_lib.cc
[523/687] Compiling obj_xref.cc
[524/691] Compiling pem_all.cc
[525/691] Compiling mldsa.cc
[526/691] Compiling obj.cc
[527/691] Compiling poly_rq_mul.S
[532/691] Compiling Connect Code.swift
[533/691] Compiling Connect Codec.swift
[534/691] Compiling Connect CompressionPool.swift
[534/691] Compiling mem.cc
[535/691] Compiling fips_shared_support.cc
[536/691] Compiling md5.cc
[537/691] Compiling lhash.cc
[538/691] Compiling md4.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"),
[546/691] Emitting module ConnectSwiftPlugin
[547/691] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[548/691] Emitting module ConnectMocksPlugin
[549/691] Compiling ConnectMocksPlugin ConnectMockGenerator.swift
[549/691] Write Objects.LinkFileList
[550/691] Compiling kyber.cc
[557/691] Compiling hrss.cc
[558/691] Write Objects.LinkFileList
[559/691] Compiling hpke.cc
[572/691] Compiling ex_data.cc
[573/691] Compiling scrypt.cc
[574/691] Compiling sign.cc
[575/698] Compiling pbkdf.cc
[576/698] Compiling print.cc
[577/698] Compiling p_x25519.cc
[578/698] Compiling p_x25519_asn1.cc
[579/698] Linking protoc-gen-connect-swift
[581/698] Compiling ConnectMocks MockClientOnlyStream.swift
[582/698] Compiling ConnectMocks MockServerOnlyStream.swift
[583/698] Compiling ConnectMocks MockClientOnlyAsyncStream.swift
[584/698] Compiling ConnectMocks MockBidirectionalStream.swift
[585/698] Emitting module ConnectMocks
[586/698] Compiling ConnectMocks MockBidirectionalAsyncStream.swift
[587/698] Compiling ConnectMocks MockServerOnlyAsyncStream.swift
[587/698] Compiling p_rsa_asn1.cc
[588/698] Compiling p_rsa.cc
[589/698] Linking protoc-gen-connect-swift-mocks
[590/698] Applying protoc-gen-connect-swift
[591/698] Applying protoc-gen-connect-swift-mocks
[592/698] Compiling p_ed25519.cc
[593/698] Compiling p_hkdf.cc
[594/698] Compiling p_ed25519_asn1.cc
[595/698] Compiling p_ec.cc
[596/698] Compiling p_dh_asn1.cc
[597/698] Compiling p_dh.cc
[598/698] Compiling p_ec_asn1.cc
[599/698] Compiling evp_ctx.cc
[600/698] Compiling p_dsa_asn1.cc
[601/698] Compiling evp.cc
[602/698] Compiling err.cc
[603/698] Compiling evp_asn1.cc
[604/698] Compiling engine.cc
[605/698] Compiling ecdh.cc
[606/698] Compiling hash_to_curve.cc
[607/698] Compiling ec_derive.cc
[608/698] Compiling ecdsa_asn1.cc
[609/698] Compiling bcm.cc
[610/698] Compiling dsa.cc
[611/698] Compiling x25519-asm-arm.S
[612/698] Compiling dsa_asn1.cc
[613/698] Compiling ec_asn1.cc
[614/698] Compiling params.cc
[615/698] Compiling digest_extra.cc
[616/698] Compiling des.cc
[617/698] Compiling curve25519_64_adx.cc
[618/698] Compiling dh_asn1.cc
[619/698] Compiling spake25519.cc
[620/698] Compiling cpu_intel.cc
[621/698] Compiling crypto.cc
[622/698] Compiling cpu_arm_linux.cc
[623/698] Compiling cpu_arm_freebsd.cc
[624/698] Compiling curve25519.cc
[625/698] Compiling cpu_aarch64_win.cc
[626/698] Compiling cpu_aarch64_sysreg.cc
[627/698] Compiling cpu_aarch64_openbsd.cc
[628/698] Compiling cpu_aarch64_linux.cc
[629/698] Compiling cpu_aarch64_fuchsia.cc
[630/698] Compiling cpu_aarch64_apple.cc
[631/698] Compiling tls_cbc.cc
[632/698] Compiling conf.cc
[633/698] Compiling get_cipher.cc
[634/698] Compiling e_tls.cc
[635/698] Compiling e_rc4.cc
[636/698] Compiling e_rc2.cc
[637/698] Compiling e_null.cc
[638/698] Compiling e_des.cc
[639/698] Compiling e_chacha20poly1305.cc
[640/698] Compiling e_aesgcmsiv.cc
[641/698] Compiling derive_key.cc
[642/698] Compiling e_aesctrhmac.cc
[643/698] Compiling chacha.cc
[644/698] Compiling unicode.cc
[645/698] Compiling cbs.cc
[646/698] Compiling cbb.cc
[647/698] Compiling asn1_compat.cc
[648/698] Compiling ber.cc
[649/698] Compiling buf.cc
[650/698] Compiling blake2.cc
[651/698] Compiling socket_helper.cc
[652/698] Compiling convert.cc
[653/698] Compiling bn_asn1.cc
[654/698] Compiling socket.cc
[655/698] Compiling printf.cc
[656/698] Compiling pair.cc
[657/698] Compiling hexdump.cc
[658/698] Compiling file.cc
[659/698] Compiling fd.cc
[660/698] Compiling errno.cc
[661/698] Compiling connect.cc
[662/698] Compiling bio_mem.cc
[663/698] Compiling bio.cc
[664/698] Compiling base64.cc
[665/698] Compiling tasn_fre.cc
[666/698] Compiling tasn_typ.cc
[667/698] Compiling tasn_enc.cc
[668/698] Compiling tasn_utl.cc
[669/698] Compiling tasn_new.cc
[670/698] Compiling posix_time.cc
[671/698] Compiling f_string.cc
[672/698] Compiling f_int.cc
[673/698] Compiling tasn_dec.cc
[674/698] Compiling asn_pack.cc
[675/698] Compiling asn1_par.cc
[676/698] Compiling a_utctm.cc
[677/698] Compiling asn1_lib.cc
[678/698] Compiling a_type.cc
[679/698] Compiling a_octet.cc
[680/698] Compiling a_time.cc
[681/698] Compiling a_strnid.cc
[682/698] Compiling a_strex.cc
[683/698] Compiling a_object.cc
[684/698] Compiling a_mbstr.cc
[684/698] Write sources
[686/698] Compiling a_int.cc
[687/698] Compiling a_i2d_fp.cc
[688/707] Compiling a_dup.cc
[689/711] Compiling a_d2i_fp.cc
[690/717] Compiling a_gentm.cc
[691/717] Compiling a_bitstr.cc
[692/717] Compiling a_bool.cc
[694/717] Compiling Atomics UnsafeAtomicLazyReference.swift
[695/717] Compiling Atomics IntegerOperations.swift
[696/718] Compiling Atomics DoubleWord.swift
[697/718] Compiling Atomics ManagedAtomic.swift
[698/718] Compiling Atomics AtomicReference.swift
[699/718] Compiling Atomics AtomicStorage.swift
[700/718] Compiling Atomics ManagedAtomicLazyReference.swift
[701/718] Compiling Atomics UnsafeAtomic.swift
[702/718] Compiling Atomics AtomicInteger.swift
[703/718] Compiling Atomics AtomicOptionalWrappable.swift
[704/718] Compiling Atomics AtomicValue.swift
[705/718] Compiling Atomics AtomicMemoryOrderings.swift
[706/718] Compiling Atomics Unmanaged extensions.swift
[707/718] Compiling Atomics PointerConformances.swift
[708/718] Compiling Atomics Primitives.native.swift
[709/718] Emitting module Atomics
[710/718] Compiling Atomics AtomicBool.swift
[711/718] Compiling Atomics IntegerConformances.swift
[712/718] Compiling Atomics OptionalRawRepresentable.swift
[713/718] Compiling Atomics RawRepresentable.swift
[713/718] Compiling c-nioatomics.c
[714/718] Compiling c-atomics.c
[716/724] Compiling NIOConcurrencyHelpers lock.swift
[717/724] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[718/724] Compiling NIOConcurrencyHelpers atomics.swift
[719/724] Compiling NIOConcurrencyHelpers NIOLock.swift
[720/724] Emitting module NIOConcurrencyHelpers
[721/724] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[722/787] Compiling NIOCore GlobalSingletons.swift
[723/787] Compiling NIOCore IO.swift
[724/787] Compiling NIOCore IOData.swift
[725/787] Compiling NIOCore IPProtocol.swift
[726/787] Compiling NIOCore IntegerBitPacking.swift
[727/787] Compiling NIOCore IntegerTypes.swift
[728/787] Compiling NIOCore Interfaces.swift
[729/793] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[730/793] Compiling NIOCore NIOScheduledCallback.swift
[731/793] Compiling NIOCore NIOSendable.swift
[732/793] Compiling NIOCore RecvByteBufferAllocator.swift
[733/793] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[734/793] Compiling NIOCore SocketAddresses.swift
[735/793] Compiling NIOCore AddressedEnvelope.swift
[736/793] Compiling NIOCore AsyncAwaitSupport.swift
[737/793] Compiling NIOCore AsyncChannel.swift
[738/793] Compiling NIOCore AsyncChannelHandler.swift
[739/793] Compiling NIOCore AsyncChannelInboundStream.swift
[740/793] Compiling NIOCore AsyncChannelOutboundWriter.swift
[741/793] Compiling NIOCore NIOAsyncSequenceProducer.swift
[742/793] Compiling NIOCore Linux.swift
[743/793] Compiling NIOCore MarkedCircularBuffer.swift
[744/793] Compiling NIOCore MulticastChannel.swift
[745/793] Compiling NIOCore NIOAny.swift
[746/793] Compiling NIOCore NIOCloseOnErrorHandler.swift
[747/793] Compiling NIOCore NIOCoreSendableMetatype.swift
[748/793] Compiling NIOCore NIOLoopBound.swift
[749/793] Compiling NIOCore Codec.swift
[750/793] Compiling NIOCore ConvenienceOptionSupport.swift
[751/793] Compiling NIOCore DeadChannel.swift
[752/793] Compiling NIOCore DispatchQueue+WithFuture.swift
[753/793] Compiling NIOCore EventLoop+Deprecated.swift
[754/793] Compiling NIOCore EventLoop+SerialExecutor.swift
[755/793] Compiling NIOCore EventLoop.swift
[756/793] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[757/793] Compiling NIOCore EventLoopFuture+Deprecated.swift
[758/793] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[759/793] Compiling NIOCore EventLoopFuture.swift
[760/793] Compiling NIOCore FileDescriptor.swift
[761/793] Compiling NIOCore FileHandle.swift
[762/793] Compiling NIOCore FileRegion.swift
[763/793] Compiling NIOCore SocketOptionProvider.swift
[764/793] Compiling NIOCore SystemCallHelpers.swift
[765/793] Compiling NIOCore TimeAmount+Duration.swift
[766/793] Compiling NIOCore TypeAssistedChannelHandler.swift
[767/793] Compiling NIOCore UniversalBootstrapSupport.swift
[768/793] Compiling NIOCore Utilities.swift
[769/793] Compiling NIOCore Channel.swift
[770/793] Compiling NIOCore ChannelHandler.swift
[771/793] Compiling NIOCore ChannelHandlers.swift
[772/793] Compiling NIOCore ChannelInvoker.swift
[773/793] Compiling NIOCore ChannelOption.swift
[774/793] Compiling NIOCore ChannelPipeline.swift
[775/793] Compiling NIOCore CircularBuffer.swift
[776/793] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[777/793] Compiling NIOCore NIOAsyncWriter.swift
[778/793] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[779/793] Compiling NIOCore BSDSocketAPI.swift
[780/793] Compiling NIOCore ByteBuffer-aux.swift
[781/793] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[782/793] Compiling NIOCore ByteBuffer-conversions.swift
[783/793] Compiling NIOCore ByteBuffer-core.swift
[784/793] Compiling NIOCore ByteBuffer-hex.swift
[785/793] Compiling NIOCore ByteBuffer-int.swift
[786/793] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[787/793] Compiling NIOCore ByteBuffer-multi-int.swift
[788/793] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[789/793] Compiling NIOCore ByteBuffer-views.swift
[790/793] Emitting module NIOCore
[791/849] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[792/849] Compiling NIOEmbedded AsyncTestingChannel.swift
[793/849] Emitting module NIOEmbedded
[794/849] Compiling NIOEmbedded Embedded.swift
[795/849] Compiling NIOPosix SelectorEpoll.swift
[796/849] Compiling NIOPosix SelectorGeneric.swift
[797/849] Compiling NIOPosix SelectorKqueue.swift
[798/849] Compiling NIOPosix SelectorUring.swift
[799/849] Compiling NIOPosix SelectorWSAPoll.swift
[800/854] Compiling NIOPosix ServerSocket.swift
[801/854] Compiling NIOPosix Socket.swift
[802/854] Compiling NIOPosix SocketChannel.swift
[803/854] Compiling NIOPosix SocketProtocols.swift
[804/854] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[805/854] Compiling NIOPosix BSDSocketAPICommon.swift
[806/854] Compiling NIOPosix BSDSocketAPIPosix.swift
[807/854] Compiling NIOPosix BSDSocketAPIWindows.swift
[808/854] Compiling NIOPosix BaseSocket.swift
[809/854] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[810/854] Compiling NIOPosix BaseSocketChannel.swift
[811/854] Emitting module NIOPosix
[812/854] Compiling NIOPosix Utilities.swift
[813/854] Compiling NIOPosix VsockAddress.swift
[814/854] Compiling NIOPosix VsockChannelEvents.swift
[815/854] Compiling NIOPosix Windows.swift
[816/854] Compiling NIOPosix resource_bundle_accessor.swift
[817/854] Compiling NIOPosix GetaddrinfoResolver.swift
[818/854] Compiling NIOPosix HappyEyeballs.swift
[819/854] Compiling NIOPosix IO.swift
[820/854] Compiling NIOPosix IntegerBitPacking.swift
[821/854] Compiling NIOPosix IntegerTypes.swift
[822/854] Compiling NIOPosix Linux.swift
[823/854] Compiling NIOPosix LinuxCPUSet.swift
[824/854] Compiling NIOPosix LinuxUring.swift
[825/854] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[826/854] Compiling NIOPosix NIOPosixSendableMetatype.swift
[827/854] Compiling NIOPosix NIOThreadPool.swift
[828/854] Compiling NIOPosix NonBlockingFileIO.swift
[829/854] Compiling NIOPosix PendingDatagramWritesManager.swift
[830/854] Compiling NIOPosix PendingWritesManager.swift
[831/854] Compiling NIOPosix PipeChannel.swift
[832/854] Compiling NIOPosix PipePair.swift
[833/854] Compiling NIOPosix Pool.swift
[834/854] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[835/854] Compiling NIOPosix System.swift
[836/854] Compiling NIOPosix Thread.swift
[837/854] Compiling NIOPosix ThreadPosix.swift
[838/854] Compiling NIOPosix ThreadWindows.swift
[839/854] Compiling NIOPosix UnsafeTransfer.swift
[840/854] Compiling NIOPosix PosixSingletons.swift
[841/854] Compiling NIOPosix RawSocketBootstrap.swift
[842/854] Compiling NIOPosix Resolver.swift
[843/854] Compiling NIOPosix Selectable.swift
[844/854] Compiling NIOPosix SelectableChannel.swift
[845/854] Compiling NIOPosix SelectableEventLoop.swift
[846/854] Compiling NIOPosix BaseStreamSocketChannel.swift
[847/854] Compiling NIOPosix Bootstrap.swift
[848/854] Compiling NIOPosix ControlMessage.swift
[849/854] Compiling NIOPosix DatagramVectorReadManager.swift
[850/854] Compiling NIOPosix Errors+Any.swift
[851/854] Compiling NIOPosix FileDescriptor.swift
[852/856] Compiling NIO Exports.swift
[853/856] Emitting module NIO
[854/884] Compiling NIOTLS TLSEvents.swift
[855/884] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[856/884] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[857/884] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[858/884] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[859/884] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[860/884] Compiling NIOTLS SNIHandler.swift
[861/884] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[862/884] Emitting module NIOTLS
[863/884] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[864/884] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[865/885] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[866/885] Emitting module NIOFoundationCompat
[867/885] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[868/885] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[869/885] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[870/885] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[871/885] Compiling NIOHTTP1 HTTPEncoder.swift
[872/885] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[873/885] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[874/885] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[875/916] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[876/916] Emitting module NIOHTTP1
[877/916] Compiling NIOSSL AndroidCABundle.swift
[878/916] Compiling NIOSSL ByteBufferBIO.swift
[879/916] Compiling NIOSSL SSLCertificate.swift
[880/916] Compiling NIOSSL SSLCertificateExtensions.swift
[881/916] Compiling NIOSSL SSLCertificateName.swift
[882/916] Compiling NIOSSL SSLInit.swift
[883/927] Compiling NIOHPACK IndexedHeaderTable.swift
[884/928] Compiling NIOHPACK IntegerCoding.swift
[885/928] Compiling NIOHPACK StaticHeaderTable.swift
[886/928] Compiling NIOHPACK HuffmanTables.swift
[887/928] Compiling NIOHPACK HuffmanCoding.swift
[888/928] Emitting module NIOSSL
[889/931] Compiling NIOHPACK HeaderTables.swift
[890/931] Compiling NIOHPACK HPACKErrors.swift
[891/931] Compiling NIOHPACK DynamicHeaderTable.swift
[892/931] Compiling NIOHPACK HPACKDecoder.swift
[893/931] Compiling NIOHPACK HPACKHeader.swift
[894/931] Compiling NIOHPACK HPACKEncoder.swift
[895/931] Emitting module NIOHPACK
[898/931] Compiling NIOSSL CustomPrivateKey.swift
[899/931] Compiling NIOSSL IdentityVerification.swift
[900/993] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[901/993] Compiling NIOHTTP2 Error+Any.swift
[902/993] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[903/993] Compiling NIOHTTP2 ReceivingDataState.swift
[904/993] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[905/993] Compiling NIOHTTP2 ReceivingHeadersState.swift
[906/993] Compiling NIOHTTP2 ControlFrameBuffer.swift
[907/993] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[908/993] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[909/993] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[910/993] Compiling NIOHTTP2 HTTP2SettingsState.swift
[911/993] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[912/993] Compiling NIOHTTP2 SendingGoawayState.swift
[913/993] Compiling NIOHTTP2 SendingHeadersState.swift
[914/993] Compiling NIOHTTP2 SendingPushPromiseState.swift
[915/993] Compiling NIOHTTP2 SendingRstStreamState.swift
[916/993] Compiling NIOHTTP2 ConnectionStateMachine.swift
[917/993] Compiling NIOHTTP2 ConnectionStreamsState.swift
[918/993] Compiling NIOHTTP2 MayReceiveFrames.swift
[919/993] Compiling NIOHTTP2 HasFlowControlWindows.swift
[920/993] Compiling NIOHTTP2 HasLocalSettings.swift
[921/993] Compiling NIOHTTP2 HasRemoteSettings.swift
[922/993] Compiling NIOHTTP2 HTTP2PingData.swift
[923/993] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[924/993] Compiling NIOHTTP2 HTTP2Settings.swift
[925/993] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[926/993] Compiling NIOHTTP2 HTTP2Frame.swift
[927/993] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[928/993] Compiling NIOHTTP2 HTTP2FrameParser.swift
[929/993] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[930/993] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[931/993] Compiling NIOHTTP2 MaySendFrames.swift
[932/993] Compiling NIOHTTP2 SendingDataState.swift
[936/999] Emitting module NIOHTTP2
[937/999] Compiling NIOHTTP2 LocallyQuiescingState.swift
[938/999] Compiling NIOHTTP2 QuiescingState.swift
[939/999] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[940/999] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[941/999] Compiling NIOHTTP2 StateMachineResult.swift
[942/999] Compiling NIOHTTP2 ContentLengthVerifier.swift
[943/999] Compiling NIOHTTP2 DOSHeuristics.swift
[949/999] Compiling NIOHTTP2 GlitchesMonitor.swift
[950/999] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[951/999] Compiling NIOHTTP2 StreamChannelFlowController.swift
[952/999] Compiling NIOHTTP2 StreamChannelList.swift
[953/999] Compiling NIOHTTP2 StreamMap.swift
[954/999] Compiling NIOHTTP2 StreamStateMachine.swift
[955/999] Compiling NIOHTTP2 UnsafeTransfer.swift
[956/999] Compiling NIOHTTP2 WatermarkedFlowController.swift
[978/999] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[979/999] Compiling NIOHTTP2 HTTP2UserEvents.swift
[980/999] Compiling NIOHTTP2 InboundEventBuffer.swift
[981/999] Compiling NIOHTTP2 InboundWindowManager.swift
[982/999] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[983/999] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[984/999] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[985/999] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[986/999] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[987/999] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[988/999] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[989/999] Compiling NIOHTTP2 HTTP2Error.swift
[990/999] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[991/999] Compiling NIOHTTP2 HTTP2Stream.swift
[992/999] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[993/999] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[994/999] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[995/999] Compiling NIOHTTP2 HTTP2StreamID.swift
[996/999] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[997/1008] Compiling ConnectNIO GRPCInterceptor.swift
[998/1008] Compiling ConnectNIO NetworkProtocol+Extensions.swift
[999/1008] Compiling ConnectNIO HTTPRequestHead+Extensions.swift
[1000/1008] Compiling ConnectNIO Headers+Extensions.swift
[1001/1008] Compiling ConnectNIO ConnectUnaryChannelHandler.swift
[1002/1008] Compiling ConnectNIO ConnectStreamChannelHandler.swift
[1003/1008] Emitting module ConnectNIO
[1004/1008] 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:292:1: note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
290 |
291 | @available(*, unavailable)
292 | extension NIOSSLClientHandler: Sendable {}
    | `- note: conformance of 'NIOSSLClientHandler' to 'Sendable' has been explicitly marked unavailable here
293 |
/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 |     }
[1005/1008] Compiling ConnectNIO ConnectError+Extensions.swift
[1006/1018] Compiling ConnectConformanceClient main.swift
[1007/1018] Compiling ConnectConformanceClient CommandLineArgument.swift
[1008/1018] Compiling ConnectConformanceClient ConformanceInvoker.swift
[1009/1018] 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 |   ]
[1010/1018] Compiling ConnectConformanceClient service.connect.swift
[1011/1018] 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"),
[1012/1018] 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"),
[1013/1018] 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 |   ]
[1014/1018] 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"),
[1015/1018] 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/1018] Write Objects.LinkFileList
[1016/1018] Linking ConnectConformanceClient
[1017/1018] Applying ConnectConformanceClient
Build complete! (48.36s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-protobuf.git from cache
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.54s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.55s)
Fetched https://github.com/apple/swift-protobuf.git from cache (2.57s)
Fetched https://github.com/apple/swift-nio.git from cache (2.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (3.15s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.09s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.32.0 (1.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.59s)
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 (0.82s)
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.61s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.2
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.38.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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.34.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.32.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v32.1/protoc-32.1.artifactbundle.zip
[16375/15654937] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v32.1/protoc-32.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v32.1/protoc-32.1.artifactbundle.zip (1.21s)
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.