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