The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Connect, reference 1.0.4 (534a58), with Swift 6.1 for macOS (SPM) on 13 Jun 2025 05:52:23 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

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