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 grpc-swift-nio-transport, reference 2.0.0 (e30694), with Swift 6.1 for Linux on 3 Jun 2025 12:39:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-nio-transport.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/grpc/grpc-swift-nio-transport
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at e306943 Move to grpc-swift-2 (#112)
Cloned https://github.com/grpc/grpc-swift-nio-transport.git
Revision (git rev-parse @):
e3069431c4e640c39e16342b318b39d2ac458c67
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-nio-transport.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grpc/grpc-swift-nio-transport.git
https://github.com/grpc/grpc-swift-nio-transport.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.78.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-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.31.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-nio-transport",
  "name" : "grpc-swift-nio-transport",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCNIOTransportHTTP2",
      "targets" : [
        "GRPCNIOTransportHTTP2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCNIOTransportHTTP2Posix",
      "targets" : [
        "GRPCNIOTransportHTTP2Posix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCNIOTransportHTTP2TransportServices",
      "targets" : [
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GRPCNIOTransportHTTP2TransportServices",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2TransportServices",
      "path" : "Sources/GRPCNIOTransportHTTP2TransportServices",
      "product_dependencies" : [
        "GRPCCore",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "sources" : [
        "Config+TLS.swift",
        "Exports.swift",
        "HTTP2ClientTransport+TransportServices.swift",
        "HTTP2ServerTransport+TransportServices.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCNIOTransportHTTP2Tests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2Tests",
      "path" : "Tests/GRPCNIOTransportHTTP2Tests",
      "product_dependencies" : [
        "GRPCCore",
        "X509",
        "NIOSSL"
      ],
      "sources" : [
        "ControlClient.swift",
        "ControlMessages.swift",
        "ControlService.swift",
        "HTTP2ServerTransport+DebugTests.swift",
        "HTTP2TransportNIOPosixTests.swift",
        "HTTP2TransportNIOTransportServicesTests.swift",
        "HTTP2TransportTLSEnabledTests.swift",
        "HTTP2TransportTests.swift",
        "TLSConfigurationTests.swift",
        "Test Utilities/HTTP2StatusCodeServer.swift",
        "Test Utilities/JSONCoding.swift",
        "Test Utilities/JSONSerializing.swift",
        "Test Utilities/SelfSignedCertificateKeyPairs.swift",
        "Test Utilities/StatsService.swift",
        "Test Utilities/TransportKind.swift",
        "Test Utilities/XCTest+Utilities.swift",
        "XCTestCase+Vsock.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportHTTP2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCNIOTransportHTTP2Posix",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2Posix",
      "path" : "Sources/GRPCNIOTransportHTTP2Posix",
      "product_dependencies" : [
        "GRPCCore",
        "NIOPosix",
        "NIOSSL",
        "X509",
        "SwiftASN1",
        "NIOCertificateReloading"
      ],
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2Posix"
      ],
      "sources" : [
        "Config+TLS.swift",
        "Exports.swift",
        "HTTP2ClientTransport+Posix.swift",
        "HTTP2ServerTransport+Posix.swift",
        "NIOClientBootstrap+SocketAddress.swift",
        "NIOSSL+GRPC.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCNIOTransportHTTP2",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2",
      "path" : "Sources/GRPCNIOTransportHTTP2",
      "product_memberships" : [
        "GRPCNIOTransportHTTP2"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportHTTP2Posix",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCNIOTransportCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportCoreTests",
      "path" : "Tests/GRPCNIOTransportCoreTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOTestUtils"
      ],
      "sources" : [
        "Client/Connection/ClientConnectionHandlerStateMachineTests.swift",
        "Client/Connection/ClientConnectionHandlerTests.swift",
        "Client/Connection/Connection+Equatable.swift",
        "Client/Connection/ConnectionBackoffTests.swift",
        "Client/Connection/ConnectionTests.swift",
        "Client/Connection/GRPCChannelTests.swift",
        "Client/Connection/LoadBalancers/LoadBalancerTest.swift",
        "Client/Connection/LoadBalancers/PickFirstLoadBalancerTests.swift",
        "Client/Connection/LoadBalancers/RoundRobinLoadBalancerTests.swift",
        "Client/Connection/LoadBalancers/SubchannelTests.swift",
        "Client/Connection/RequestQueueTests.swift",
        "Client/Connection/Utilities/ConnectionTest.swift",
        "Client/Connection/Utilities/HTTP2Connectors.swift",
        "Client/Connection/Utilities/NameResolvers.swift",
        "Client/Connection/Utilities/TestServer.swift",
        "Client/GRPCClientStreamHandlerTests.swift",
        "Client/HTTP2ClientTransportConfigTests.swift",
        "Client/Resolver/DNSResolverTests.swift",
        "Client/Resolver/NameResolverRegistryTests.swift",
        "Client/Resolver/SocketAddressTests.swift",
        "GRPCMessageDecoderTests.swift",
        "GRPCMessageDeframerTests.swift",
        "GRPCMessageFramerTests.swift",
        "GRPCStreamStateMachineTests.swift",
        "HTTP2Frame+Helpers.swift",
        "Internal/GRPCStatusMessageMarshallerTests.swift",
        "Internal/PercentEncodingTests.swift",
        "Internal/ProcessUniqueIDTests.swift",
        "Internal/TimerTests.swift",
        "OneOrManyQueueTests.swift",
        "Server/Compression/ZlibTests.swift",
        "Server/Connection/ServerConnectionManagementHandler+StateMachineTests.swift",
        "Server/Connection/ServerConnectionManagementHandlerTests.swift",
        "Server/GRPCServerStreamHandlerTests.swift",
        "Server/HTTP2ServerTransportConfigTests.swift",
        "Test Utilities/AtomicCounter.swift",
        "Test Utilities/MethodDescriptor+Common.swift",
        "Test Utilities/Task+Poll.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCNIOTransportCore",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportCore",
      "path" : "Sources/GRPCNIOTransportCore",
      "product_dependencies" : [
        "GRPCCore",
        "NIOCore",
        "NIOHTTP2",
        "NIOExtras"
      ],
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2Posix",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "sources" : [
        "Client/Connection/ClientConnectionHandler.swift",
        "Client/Connection/Connection.swift",
        "Client/Connection/ConnectionBackoff.swift",
        "Client/Connection/ConnectionFactory.swift",
        "Client/Connection/ConnectivityState.swift",
        "Client/Connection/GRPCChannel.swift",
        "Client/Connection/LoadBalancers/LoadBalancer.swift",
        "Client/Connection/LoadBalancers/LoadBalancerEvent.swift",
        "Client/Connection/LoadBalancers/PickFirstLoadBalancer.swift",
        "Client/Connection/LoadBalancers/RoundRobinLoadBalancer.swift",
        "Client/Connection/LoadBalancers/Subchannel.swift",
        "Client/Connection/RequestQueue.swift",
        "Client/GRPCClientStreamHandler.swift",
        "Client/HTTP2ClientTransport.swift",
        "Client/Resolver/DNSResolver.swift",
        "Client/Resolver/NameResolver+DNS.swift",
        "Client/Resolver/NameResolver+IPv4.swift",
        "Client/Resolver/NameResolver+IPv6.swift",
        "Client/Resolver/NameResolver+UDS.swift",
        "Client/Resolver/NameResolver+VSOCK.swift",
        "Client/Resolver/NameResolver.swift",
        "Client/Resolver/NameResolverRegistry.swift",
        "Client/Resolver/SocketAddress.swift",
        "Client/WrappedChannel/WrappedChannel+Config.swift",
        "Client/WrappedChannel/WrappedChannel+State.swift",
        "Client/WrappedChannel/WrappedChannel.swift",
        "Compression/CompressionAlgorithm.swift",
        "Compression/Zlib.swift",
        "GRPCMessageDecoder.swift",
        "GRPCMessageFramer.swift",
        "GRPCNIOTransportBytes.swift",
        "GRPCStreamStateMachine.swift",
        "Internal/Base64.swift",
        "Internal/CallOptions+MethodConfig.swift",
        "Internal/Channel+AddressInfo.swift",
        "Internal/ConstantAsyncSequence.swift",
        "Internal/ContentType.swift",
        "Internal/DiscardingTaskGroup+CancellableHandle.swift",
        "Internal/EventLoopFuture+ChannelInitializer.swift",
        "Internal/GRPCStatusMessageMarshaller.swift",
        "Internal/MethodConfigs.swift",
        "Internal/NIOChannelPipeline+GRPC.swift",
        "Internal/NIOSocketAddress+GRPCSocketAddress.swift",
        "Internal/PercentEncoding.swift",
        "Internal/ProcessUniqueID.swift",
        "Internal/Result+Catching.swift",
        "Internal/Timer.swift",
        "ListeningServerTransport.swift",
        "OneOrManyQueue.swift",
        "Server/CommonHTTP2ServerTransport.swift",
        "Server/Connection/GRPCServerFlushNotificationHandler.swift",
        "Server/Connection/ServerConnection.swift",
        "Server/Connection/ServerConnectionManagementHandler+StateMachine.swift",
        "Server/Connection/ServerConnectionManagementHandler.swift",
        "Server/GRPCServerStreamHandler.swift",
        "Server/HTTP2ListenerFactory.swift",
        "Server/HTTP2ServerTransport.swift",
        "TLSConfig+Internal.swift",
        "TLSConfig.swift"
      ],
      "target_dependencies" : [
        "CGRPCNIOTransportZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGRPCNIOTransportZlib",
      "module_type" : "ClangTarget",
      "name" : "CGRPCNIOTransportZlib",
      "path" : "Sources/CGRPCNIOTransportZlib",
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2Posix",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1590] Fetching swift-asn1
[1591/7513] Fetching swift-asn1, swift-nio-extras
[1710/10180] Fetching swift-asn1, swift-nio-extras, swift-nio-transport-services
[3612/16335] Fetching swift-asn1, swift-nio-extras, swift-nio-transport-services, swift-certificates
[11507/27862] Fetching swift-asn1, swift-nio-extras, swift-nio-transport-services, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
[15998/26272] Fetching swift-nio-extras, swift-nio-transport-services, swift-certificates, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[17052/41115] Fetching swift-nio-extras, swift-nio-transport-services, swift-certificates, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
Fetching https://github.com/grpc/grpc-swift-2.git
[13256/35192] Fetching swift-nio-transport-services, swift-certificates, swift-nio-http2, swift-nio-ssl
[25991/64749] Fetching swift-nio-transport-services, swift-certificates, swift-nio-http2, swift-nio-ssl, grpc-swift-2
[30579/140896] Fetching swift-nio-transport-services, swift-certificates, swift-nio-http2, swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/apple/swift-certificates.git from cache (1.32s)
[61522/134741] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.33s)
[51499/123214] Fetching swift-nio-transport-services, swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.14s)
[93896/120547] Fetching swift-nio-ssl, grpc-swift-2, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.17s)
[79815/105704] Fetching grpc-swift-2, swift-nio
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.86s)
[51780/76147] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.14s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (8.01s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.0.0 (0.59s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
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.66s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.08s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[230/7100] Fetching swift-http-structured-headers, swift-algorithms
[1158/8004] Fetching swift-http-structured-headers, swift-algorithms, swift-http-types
[1668/12989] Fetching swift-http-structured-headers, swift-algorithms, swift-http-types, swift-async-algorithms
[5269/16825] Fetching swift-http-structured-headers, swift-algorithms, swift-http-types, swift-async-algorithms, swift-log
[16558/19251] Fetching swift-http-structured-headers, swift-algorithms, swift-http-types, swift-async-algorithms, swift-log, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
[17868/18110] Fetching swift-algorithms, swift-http-types, swift-async-algorithms, swift-log, swift-service-lifecycle
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.13s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.52s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.14s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.62s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.86s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.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.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/810] Write sources
[34/810] Compiling CGRPCNIOTransportZlib empty.c
[35/810] Compiling CNIOWindows WSAStartup.c
[36/810] Compiling _AtomicsShims.c
[37/810] Compiling CNIOWindows shim.c
[37/810] Compiling CNIOWASI CNIOWASI.c
[37/810] Compiling CNIOLinux liburing_shims.c
[40/810] Compiling CNIODarwin shim.c
[41/810] Compiling CNIOLLHTTP c_nio_http.c
[42/810] Compiling CNIOLinux shim.c
[43/810] Compiling fiat_p256_adx_sqr.S
[44/810] Compiling CNIOLLHTTP c_nio_api.c
[45/810] Compiling fiat_curve25519_adx_square.S
[46/810] Compiling fiat_p256_adx_mul.S
[47/810] Compiling fiat_curve25519_adx_mul.S
[48/810] Write swift-version-24593BA9C3E375BF.txt
[49/810] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/814] Compiling CNIOBoringSSLShims shims.c
[51/816] Compiling tls_method.cc
[52/816] Compiling tls_record.cc
[53/818] Compiling tls13_client.cc
[54/835] Compiling tls13_server.cc
[55/854] Compiling tls13_enc.cc
[56/854] Compiling tls13_both.cc
[58/854] Emitting module _CertificateInternals
[59/857] Emitting module ConcurrencyHelpers
[60/857] Emitting module Logging
[61/857] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/858] Compiling _CertificateInternals _TinyArray.swift
[63/859] Emitting module InternalCollectionsUtilities
[64/859] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/859] Compiling InternalCollectionsUtilities Integer rank.swift
[66/859] Compiling ConcurrencyHelpers LockedValueBox.swift
[67/859] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/859] Compiling InternalCollectionsUtilities Debugging.swift
[69/859] Compiling InternalCollectionsUtilities Descriptions.swift
[70/859] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/859] Emitting module _NIOBase64
[72/859] Compiling _NIOBase64 Base64.swift
[73/860] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/860] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/860] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/860] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/860] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/860] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/860] Compiling _NIODataStructures _TinyArray.swift
[80/860] Compiling _NIODataStructures PriorityQueue.swift
[82/860] Compiling t1_enc.cc
[84/860] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/863] Compiling SwiftASN1 TimeUtilities.swift
[91/863] Compiling SwiftASN1 UTCTime.swift
[92/863] Compiling Logging MetadataProvider.swift
[93/863] Compiling ConcurrencyHelpers Lock.swift
[94/864] Emitting module _NIODataStructures
[95/864] Compiling _NIODataStructures Heap.swift
[96/865] Compiling Logging Locks.swift
[97/865] Compiling Logging LogHandler.swift
[98/865] Compiling Logging Logging.swift
[107/939] Compiling DequeModule Deque+CustomReflectable.swift
[108/939] Compiling DequeModule Deque+Descriptions.swift
[109/941] Compiling DequeModule Deque+Codable.swift
[110/941] Compiling DequeModule Deque+Collection.swift
[112/941] Compiling DequeModule _DequeSlot.swift
[113/941] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/941] Compiling DequeModule _DequeBuffer.swift
[115/941] Compiling DequeModule _DequeBufferHeader.swift
[116/941] Compiling DequeModule Deque+Equatable.swift
[117/941] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/941] Emitting module UnixSignals
[119/941] Compiling UnixSignals UnixSignal.swift
[120/941] Compiling UnixSignals UnixSignalsSequence.swift
[121/941] Compiling DequeModule Deque+Extras.swift
[122/941] Compiling DequeModule Deque+Hashable.swift
[123/941] Compiling DequeModule Deque+Testing.swift
[124/941] Compiling DequeModule Deque._Storage.swift
[125/941] Compiling OrderedCollections _HashTable+Bucket.swift
[126/941] Compiling OrderedCollections _HashTable+BucketIterator.swift
[127/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[128/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[129/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[130/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[131/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[132/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[133/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[134/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[135/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[136/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[137/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[138/942] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[139/942] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[140/942] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[144/949] Compiling DequeModule Deque._UnsafeHandle.swift
[145/949] Compiling DequeModule Deque.swift
[145/949] Compiling ssl_transcript.cc
[147/949] Compiling OrderedCollections OrderedSet+Initializers.swift
[148/949] Compiling OrderedCollections OrderedSet+Insertions.swift
[149/949] Compiling OrderedCollections OrderedSet+Invariants.swift
[150/949] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/949] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[152/949] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[153/949] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[154/949] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/949] Compiling ssl_stat.cc
[158/949] Emitting module DequeModule
[159/949] Emitting module SwiftASN1
[160/949] Compiling OrderedCollections OrderedDictionary.swift
[161/949] Compiling OrderedCollections OrderedSet+Codable.swift
[162/949] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[163/949] Compiling OrderedCollections OrderedSet+Descriptions.swift
[164/949] Compiling OrderedCollections OrderedSet+Diffing.swift
[165/949] Compiling OrderedCollections OrderedSet+Equatable.swift
[166/949] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[167/949] Compiling OrderedCollections OrderedSet+Hashable.swift
[183/951] Compiling ssl_versions.cc
[185/951] Compiling ssl_x509.cc
[190/951] Compiling OrderedCollections _HashTable+Constants.swift
[191/951] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[192/951] Compiling OrderedCollections _HashTable+Testing.swift
[193/951] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[194/951] Compiling OrderedCollections _HashTable.swift
[195/951] Compiling OrderedCollections _Hashtable+Header.swift
[196/1006] Compiling OrderedCollections OrderedSet+Sendable.swift
[197/1006] Compiling OrderedCollections OrderedSet+SubSequence.swift
[198/1006] Compiling OrderedCollections OrderedSet+Testing.swift
[199/1006] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[200/1006] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[201/1006] Compiling OrderedCollections OrderedSet.swift
[202/1006] Compiling OrderedCollections _UnsafeBitset.swift
[203/1006] Emitting module OrderedCollections
[204/1007] Compiling ssl_privkey.cc
[205/1007] Compiling ssl_file.cc
[206/1007] Compiling ssl_key_share.cc
[207/1007] Compiling ssl_session.cc
[208/1007] Compiling ssl_credential.cc
[209/1007] Compiling ssl_lib.cc
[210/1007] Compiling ssl_cipher.cc
[211/1007] Compiling ssl_cert.cc
[212/1007] Compiling s3_pkt.cc
[213/1007] Compiling ssl_asn1.cc
[214/1007] Compiling ssl_aead_ctx.cc
[215/1007] Compiling ssl_buffer.cc
[216/1007] Compiling s3_lib.cc
[218/1007] Compiling GRPCCore RPCWriter+Map.swift
[219/1007] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[220/1007] Compiling GRPCCore RPCWriter+Serialize.swift
[221/1007] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[222/1007] Compiling GRPCCore RPCAsyncSequence.swift
[223/1007] Compiling GRPCCore RPCWriter+Closable.swift
[224/1007] Compiling GRPCCore RPCWriter.swift
[225/1014] Compiling GRPCCore Metadata+GRPC.swift
[226/1014] Compiling GRPCCore MethodConfigs.swift
[227/1014] Compiling GRPCCore Result+Catching.swift
[228/1014] Compiling GRPCCore String+Extensions.swift
[229/1014] Compiling GRPCCore TaskGroup+CancellableTask.swift
[230/1014] Compiling GRPCCore Metadata.swift
[231/1014] Compiling GRPCCore MethodDescriptor.swift
[232/1014] Compiling GRPCCore RPCError.swift
[233/1014] Compiling GRPCCore RuntimeError.swift
[234/1014] Compiling GRPCCore ServiceDescriptor.swift
[235/1014] Compiling GRPCCore Status.swift
[236/1014] Compiling GRPCCore AsyncSequenceOfOne.swift
[237/1014] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[238/1014] Compiling GRPCCore BroadcastAsyncSequence.swift
[239/1014] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[240/1014] Compiling GRPCCore RPCRouter.swift
[241/1014] Compiling GRPCCore RegistrableRPCService.swift
[242/1014] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[243/1014] Compiling GRPCCore ServerContext.swift
[244/1014] Compiling GRPCCore ServerInterceptor.swift
[245/1014] Compiling GRPCCore ServerRequest.swift
[246/1014] Compiling GRPCCore ServerResponse.swift
[247/1014] Compiling GRPCCore Coding.swift
[248/1014] Compiling GRPCCore CompressionAlgorithm.swift
[249/1014] Compiling GRPCCore GRPCContiguousBytes.swift
[250/1014] Compiling GRPCCore MethodConfig.swift
[251/1014] Compiling GRPCCore ServiceConfig.swift
[252/1014] Compiling GRPCCore GRPCClient.swift
[253/1014] Compiling GRPCCore GRPCServer.swift
[254/1014] Compiling GRPCCore Base64.swift
[255/1014] Compiling GRPCCore UnsafeTransfer.swift
[256/1014] Emitting module GRPCCore
[257/1014] Compiling GRPCCore CallOptions.swift
[258/1014] Compiling GRPCCore ClientContext.swift
[259/1014] Compiling GRPCCore ClientInterceptor.swift
[260/1014] Compiling GRPCCore ClientRequest.swift
[261/1014] Compiling GRPCCore ClientResponse.swift
[262/1014] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[263/1014] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[264/1014] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[265/1014] Compiling GRPCCore ClientRPCExecutor.swift
[266/1014] Compiling GRPCCore ClientRequest+Convenience.swift
[267/1014] Compiling GRPCCore ClientResponse+Convenience.swift
[268/1014] Compiling GRPCCore ClientStreamExecutor.swift
[269/1014] Compiling GRPCCore RetryDelaySequence.swift
[270/1014] Compiling GRPCCore ConditionalInterceptor.swift
[271/1014] Compiling GRPCCore ServerCancellationManager.swift
[272/1014] Compiling GRPCCore ServerRPCExecutor.swift
[272/1014] Compiling s3_both.cc
[274/1014] Compiling GRPCCore RPCWriterProtocol.swift
[275/1014] Compiling GRPCCore Timeout.swift
[276/1014] Compiling GRPCCore ClientTransport.swift
[277/1014] Compiling GRPCCore RPCParts.swift
[278/1014] Compiling GRPCCore RPCStream.swift
[279/1014] Compiling GRPCCore RetryThrottle.swift
[280/1014] Compiling GRPCCore ServerTransport.swift
[281/1015] Compiling handshake_server.cc
[282/1015] Compiling handshake_client.cc
[283/1015] Compiling handoff.cc
[284/1015] Compiling handshake.cc
[285/1015] Compiling extensions.cc
[286/1015] Compiling encrypted_client_hello.cc
[287/1015] Compiling md5-x86_64-linux.S
[288/1015] Compiling md5-x86_64-apple.S
[289/1015] Compiling md5-586-linux.S
[290/1015] Compiling md5-586-apple.S
[291/1015] Compiling err_data.cc
[292/1015] Compiling d1_pkt.cc
[293/1015] Compiling chacha20_poly1305_x86_64-linux.S
[294/1015] Compiling chacha20_poly1305_x86_64-apple.S
[295/1015] Compiling dtls_method.cc
[296/1015] Compiling chacha20_poly1305_armv8-linux.S
[297/1015] Compiling chacha20_poly1305_armv8-win.S
[298/1015] Compiling chacha20_poly1305_armv8-apple.S
[299/1015] Compiling bio_ssl.cc
[300/1015] Compiling chacha-x86_64-linux.S
[301/1015] Compiling chacha-x86_64-apple.S
[302/1015] Compiling chacha-x86-linux.S
[303/1015] Compiling chacha-x86-apple.S
[304/1015] Compiling chacha-armv8-win.S
[305/1015] Compiling chacha-armv8-apple.S
[306/1015] Compiling chacha-armv8-linux.S
[307/1015] Compiling dtls_record.cc
[308/1015] Compiling chacha-armv4-linux.S
[309/1015] Compiling aes128gcmsiv-x86_64-apple.S
[310/1015] Compiling x86_64-mont5-linux.S
[311/1015] Compiling aes128gcmsiv-x86_64-linux.S
[312/1015] Compiling x86_64-mont5-apple.S
[313/1015] Compiling x86_64-mont-linux.S
[314/1015] Compiling x86_64-mont-apple.S
[315/1015] Compiling x86-mont-linux.S
[316/1015] Compiling vpaes-x86_64-linux.S
[317/1015] Compiling vpaes-x86_64-apple.S
[318/1015] Compiling x86-mont-apple.S
[319/1015] Compiling vpaes-x86-linux.S
[320/1015] Compiling vpaes-x86-apple.S
[321/1015] Compiling vpaes-armv8-win.S
[322/1015] Compiling vpaes-armv7-linux.S
[323/1015] Compiling vpaes-armv8-apple.S
[324/1015] Compiling vpaes-armv8-linux.S
[325/1015] Compiling sha512-x86_64-linux.S
[326/1015] Compiling sha512-x86_64-apple.S
[327/1015] Compiling sha512-armv8-win.S
[328/1015] Compiling sha512-armv8-linux.S
[329/1015] Compiling sha512-armv8-apple.S
[330/1015] Compiling sha512-armv4-linux.S
[331/1015] Compiling sha512-586-linux.S
[332/1015] Compiling sha256-x86_64-apple.S
[333/1015] Compiling sha512-586-apple.S
[334/1015] Compiling sha256-x86_64-linux.S
[335/1015] Compiling sha256-armv8-win.S
[336/1015] Compiling sha256-armv8-linux.S
[337/1015] Compiling sha256-armv8-apple.S
[338/1015] Compiling sha256-586-linux.S
[339/1015] Compiling sha256-armv4-linux.S
[340/1015] Compiling d1_lib.cc
[341/1015] Compiling sha256-586-apple.S
[342/1015] Compiling sha1-x86_64-apple.S
[343/1015] Compiling d1_srtp.cc
[344/1015] Compiling sha1-armv8-win.S
[345/1015] Compiling sha1-x86_64-linux.S
[346/1015] Compiling sha1-armv8-apple.S
[347/1015] Compiling d1_both.cc
[348/1015] Compiling sha1-armv8-linux.S
[349/1015] Compiling sha1-armv4-large-linux.S
[350/1015] Compiling sha1-586-linux.S
[351/1015] Compiling sha1-586-apple.S
[351/1015] Compiling rdrand-x86_64-linux.S
[353/1015] Compiling rsaz-avx2-apple.S
[354/1015] Compiling rsaz-avx2-linux.S
[355/1015] Compiling p256_beeu-x86_64-asm-linux.S
[356/1015] Compiling rdrand-x86_64-apple.S
[357/1015] Compiling p256_beeu-x86_64-asm-apple.S
[358/1015] Compiling p256_beeu-armv8-asm-linux.S
[359/1015] Compiling p256_beeu-armv8-asm-apple.S
[360/1015] Compiling p256_beeu-armv8-asm-win.S
[361/1015] Compiling p256-x86_64-asm-apple.S
[362/1015] Compiling p256-armv8-asm-win.S
[363/1015] Compiling p256-armv8-asm-apple.S
[364/1015] Compiling ghashv8-armv8-win.S
[365/1015] Compiling p256-armv8-asm-linux.S
[366/1015] Compiling p256-x86_64-asm-linux.S
[367/1015] Compiling ghashv8-armv8-apple.S
[368/1015] Compiling ghashv8-armv8-linux.S
[369/1015] Compiling ghash-x86-apple.S
[370/1015] Compiling ghash-x86_64-apple.S
[371/1015] Compiling ghashv8-armv7-linux.S
[372/1015] Compiling ghash-x86_64-linux.S
[373/1015] Compiling ghash-ssse3-x86_64-linux.S
[374/1015] Compiling ghash-x86-linux.S
[375/1015] Compiling ghash-ssse3-x86-linux.S
[376/1015] Compiling ghash-ssse3-x86_64-apple.S
[377/1015] Compiling ghash-neon-armv8-win.S
[378/1015] Compiling co-586-linux.S
[379/1015] Compiling ghash-neon-armv8-linux.S
[380/1015] Compiling ghash-armv4-linux.S
[381/1015] Compiling ghash-neon-armv8-apple.S
[382/1015] Compiling ghash-ssse3-x86-apple.S
[383/1015] Compiling bsaes-armv7-linux.S
[384/1015] Compiling co-586-apple.S
[385/1015] Compiling bn-armv8-linux.S
[386/1015] Compiling bn-armv8-win.S
[387/1015] Compiling bn-586-apple.S
[388/1015] Compiling bn-armv8-apple.S
[389/1015] Compiling bn-586-linux.S
[390/1015] Compiling armv8-mont-win.S
[391/1015] Compiling armv8-mont-linux.S
[392/1015] Compiling armv8-mont-apple.S
[393/1015] Compiling aesv8-gcm-armv8-linux.S
[394/1015] Compiling aesv8-gcm-armv8-win.S
[394/1015] Compiling aesv8-gcm-armv8-apple.S
[396/1015] Compiling armv4-mont-linux.S
[397/1015] Compiling aesv8-armv8-linux.S
[398/1015] Compiling aesv8-armv8-win.S
[399/1015] Compiling aesv8-armv8-apple.S
[400/1015] Compiling aesv8-armv7-linux.S
[401/1015] Compiling aesni-x86-linux.S
[402/1015] Compiling aesni-x86-apple.S
[403/1015] Compiling aesni-x86_64-apple.S
[404/1015] Compiling aesni-x86_64-linux.S
[405/1015] Compiling aesni-gcm-x86_64-linux.S
[406/1015] Compiling aes-gcm-avx2-x86_64-linux.S
[407/1015] Compiling aes-gcm-avx10-x86_64-linux.S
[408/1015] Compiling aesni-gcm-x86_64-apple.S
[409/1015] Compiling aes-gcm-avx10-x86_64-apple.S
[410/1015] Compiling aes-gcm-avx2-x86_64-apple.S
[411/1015] Compiling x_req.cc
[412/1015] Compiling x_x509a.cc
[413/1015] Compiling x_x509.cc
[414/1015] Compiling x_sig.cc
[415/1015] Compiling x_pubkey.cc
[416/1015] Compiling x_val.cc
[417/1015] Compiling x_spki.cc
[418/1015] Compiling x_name.cc
[419/1015] Compiling x_exten.cc
[420/1015] Compiling x_algor.cc
[421/1015] Compiling x_crl.cc
[422/1015] Compiling x_attrib.cc
[423/1015] Compiling x509spki.cc
[424/1015] Compiling x509rset.cc
[425/1015] Compiling x_all.cc
[426/1015] Compiling x509name.cc
[427/1015] Compiling x509cset.cc
[428/1015] Compiling x509_txt.cc
[429/1015] Compiling x509_vpm.cc
[430/1015] Compiling x509_trs.cc
[431/1015] Compiling x509_vfy.cc
[432/1015] Compiling x509_set.cc
[433/1015] Compiling x509_v3.cc
[434/1015] Compiling x509_req.cc
[435/1015] Compiling x509_cmp.cc
[436/1015] Compiling x509_ext.cc
[437/1015] Compiling x509_obj.cc
[438/1015] Compiling x509_def.cc
[439/1015] Compiling x509_lu.cc
[440/1015] Compiling x509_d2.cc
[441/1015] Compiling x509_att.cc
[442/1015] Compiling x509.cc
[443/1015] Compiling v3_purp.cc
[444/1015] Compiling v3_skey.cc
[445/1015] Compiling v3_prn.cc
[446/1015] Compiling v3_utl.cc
[447/1015] Compiling v3_pmaps.cc
[448/1015] Compiling v3_pcons.cc
[449/1015] Compiling v3_ocsp.cc
[450/1015] Compiling v3_ncons.cc
[451/1015] Compiling v3_lib.cc
[452/1015] Compiling v3_int.cc
[453/1015] Compiling v3_genn.cc
[454/1015] Compiling v3_info.cc
[455/1015] Compiling v3_ia5.cc
[456/1015] Compiling v3_enum.cc
[457/1015] Compiling v3_extku.cc
[458/1015] Compiling v3_crld.cc
[459/1015] Compiling v3_conf.cc
[460/1015] Compiling v3_cpols.cc
[461/1015] Compiling v3_bitst.cc
[462/1015] Compiling v3_bcons.cc
[463/1015] Compiling v3_alt.cc
[464/1015] Compiling v3_akeya.cc
[465/1015] Compiling v3_akey.cc
[466/1015] Compiling t_x509a.cc
[467/1015] Compiling t_req.cc
[468/1015] Compiling i2d_pr.cc
[469/1015] Compiling t_crl.cc
[470/1015] Compiling t_x509.cc
[471/1015] Compiling name_print.cc
[472/1015] Compiling rsa_pss.cc
[473/1015] Compiling policy.cc
[474/1015] Compiling by_dir.cc
[475/1015] Compiling asn1_gen.cc
[476/1015] Compiling by_file.cc
[477/1015] Compiling thread_win.cc
[478/1015] Compiling algorithm.cc
[479/1015] Compiling a_verify.cc
[480/1015] Compiling voprf.cc
[481/1015] Compiling a_digest.cc
[482/1015] Compiling a_sign.cc
[483/1015] Compiling thread_pthread.cc
[484/1015] Compiling thread.cc
[485/1015] Compiling thread_none.cc
[486/1015] Compiling trust_token.cc
[487/1015] Compiling pmbtoken.cc
[488/1015] Compiling stack.cc
[489/1015] Compiling siphash.cc
[490/1015] Compiling sha256.cc
[491/1015] Compiling sha512.cc
[492/1015] Compiling sha1.cc
[493/1015] Compiling slhdsa.cc
[494/1015] Compiling rsa_print.cc
[495/1015] Compiling rsa_extra.cc
[496/1015] Compiling spake2plus.cc
[497/1015] Compiling rc4.cc
[498/1015] Compiling refcount.cc
[499/1015] Compiling rsa_crypt.cc
[500/1015] Compiling windows.cc
[501/1015] Compiling rsa_asn1.cc
[502/1015] Compiling trusty.cc
[503/1015] Compiling urandom.cc
[504/1015] Compiling rand.cc
[505/1015] Compiling ios.cc
[506/1015] Compiling getentropy.cc
[507/1015] Compiling deterministic.cc
[508/1015] Compiling poly1305_arm_asm.S
[509/1015] Compiling passive.cc
[510/1015] Compiling fork_detect.cc
[511/1015] Compiling forkunsafe.cc
[512/1015] Compiling poly1305_vec.cc
[513/1015] Compiling poly1305_arm.cc
[514/1015] Compiling pool.cc
[515/1015] Compiling poly1305.cc
[516/1015] Compiling pkcs7.cc
[517/1015] Compiling pem_pkey.cc
[518/1015] Compiling pkcs8.cc
[519/1015] Compiling p5_pbev2.cc
[520/1015] Compiling pkcs8_x509.cc
[521/1015] Compiling pem_oth.cc
[522/1015] Compiling pkcs7_x509.cc
[523/1015] Compiling pem_xaux.cc
[524/1015] Compiling pem_x509.cc
[525/1015] Compiling mldsa.cc
[526/1015] Compiling mlkem.cc
[527/1015] Compiling md5.cc
[528/1015] Compiling obj_xref.cc
[529/1015] Compiling pem_pk8.cc
[530/1015] Compiling mem.cc
[531/1015] Compiling obj.cc
[532/1015] Compiling poly_rq_mul.S
[533/1015] Compiling pem_info.cc
[534/1015] Compiling fips_shared_support.cc
[535/1015] Compiling md4.cc
[536/1015] Compiling pem_lib.cc
[537/1015] Compiling pem_all.cc
[538/1015] Compiling lhash.cc
[539/1015] Compiling print.cc
[540/1015] Compiling pbkdf.cc
[541/1015] Compiling ex_data.cc
[542/1015] Compiling kyber.cc
[543/1015] Compiling sign.cc
[543/1015] Compiling hrss.cc
[545/1015] Compiling scrypt.cc
[546/1015] Compiling hpke.cc
[547/1015] Compiling p_x25519.cc
[548/1015] Compiling p_ed25519.cc
[549/1015] Compiling p_x25519_asn1.cc
[550/1015] Compiling p_rsa_asn1.cc
[551/1015] Compiling p_hkdf.cc
[552/1015] Compiling p_rsa.cc
[553/1015] Compiling p_ed25519_asn1.cc
[554/1015] Compiling p_ec_asn1.cc
[555/1015] Compiling p_dh.cc
[556/1015] Compiling p_dh_asn1.cc
[557/1015] Compiling p_ec.cc
[558/1015] Compiling evp_ctx.cc
[559/1015] Compiling p_dsa_asn1.cc
[560/1015] Compiling evp.cc
[561/1015] Compiling err.cc
[562/1015] Compiling engine.cc
[563/1015] Compiling ecdh.cc
[564/1015] Compiling evp_asn1.cc
[565/1015] Compiling ecdsa_asn1.cc
[566/1015] Compiling hash_to_curve.cc
[567/1015] Compiling ec_derive.cc
[568/1015] Compiling dsa.cc
[569/1015] Compiling dsa_asn1.cc
[570/1015] Compiling ec_asn1.cc
[571/1015] Compiling params.cc
[572/1015] Compiling x25519-asm-arm.S
[573/1015] Compiling des.cc
[574/1015] Compiling digest_extra.cc
[575/1015] Compiling bcm.cc
[576/1015] Compiling dh_asn1.cc
[577/1015] Compiling crypto.cc
[578/1015] Compiling spake25519.cc
[579/1015] Compiling cpu_arm_linux.cc
[580/1015] Compiling cpu_intel.cc
[581/1015] Compiling curve25519.cc
[582/1015] Compiling cpu_arm_freebsd.cc
[583/1015] Compiling cpu_aarch64_win.cc
[584/1015] Compiling cpu_aarch64_fuchsia.cc
[585/1015] Compiling cpu_aarch64_openbsd.cc
[586/1015] Compiling cpu_aarch64_sysreg.cc
[587/1015] Compiling cpu_aarch64_linux.cc
[588/1015] Compiling cpu_aarch64_apple.cc
[589/1015] Compiling curve25519_64_adx.cc
[590/1015] Compiling conf.cc
[591/1015] Compiling tls_cbc.cc
[592/1015] Compiling e_rc4.cc
[593/1015] Compiling e_des.cc
[594/1015] Compiling e_rc2.cc
[595/1015] Compiling e_null.cc
[596/1015] Compiling get_cipher.cc
[597/1015] Compiling e_tls.cc
[598/1015] Compiling e_chacha20poly1305.cc
[599/1015] Compiling e_aesgcmsiv.cc
[600/1015] Compiling derive_key.cc
[601/1015] Compiling e_aesctrhmac.cc
[602/1015] Compiling chacha.cc
[602/1015] Compiling unicode.cc
[604/1015] Compiling ber.cc
[605/1015] Compiling asn1_compat.cc
[606/1015] Compiling buf.cc
[607/1015] Compiling socket.cc
[608/1015] Compiling cbb.cc
[609/1015] Compiling blake2.cc
[610/1015] Compiling cbs.cc
[611/1015] Compiling bn_asn1.cc
[612/1015] Compiling socket_helper.cc
[613/1015] Compiling printf.cc
[614/1015] Compiling convert.cc
[615/1015] Compiling hexdump.cc
[616/1015] Compiling pair.cc
[617/1015] Compiling fd.cc
[618/1015] Compiling errno.cc
[619/1015] Compiling file.cc
[620/1015] Compiling connect.cc
[621/1015] Compiling bio_mem.cc
[622/1015] Compiling tasn_fre.cc
[623/1015] Compiling base64.cc
[624/1015] Compiling tasn_typ.cc
[625/1015] Compiling bio.cc
[626/1015] Compiling tasn_enc.cc
[627/1015] Compiling posix_time.cc
[628/1015] Compiling tasn_utl.cc
[629/1015] Compiling f_string.cc
[630/1015] Compiling f_int.cc
[631/1015] Compiling tasn_new.cc
[632/1015] Compiling asn_pack.cc
[633/1015] Compiling tasn_dec.cc
[634/1015] Compiling asn1_par.cc
[635/1015] Compiling a_utctm.cc
[636/1015] Compiling asn1_lib.cc
[637/1015] Compiling a_octet.cc
[638/1015] Compiling a_type.cc
[639/1015] Compiling a_strnid.cc
[640/1015] Compiling a_strex.cc
[641/1015] Compiling a_time.cc
[642/1015] Compiling a_object.cc
[643/1015] Compiling a_i2d_fp.cc
[644/1015] Compiling a_dup.cc
[645/1015] Compiling a_d2i_fp.cc
[646/1015] Compiling a_mbstr.cc
[647/1015] Compiling fiat_p256_adx_sqr.S
[648/1015] Compiling fiat_p256_adx_mul.S
[649/1015] Compiling a_gentm.cc
[650/1015] Compiling fiat_curve25519_adx_square.S
[651/1015] Compiling fiat_curve25519_adx_mul.S
[652/1015] Compiling md5-x86_64-linux.S
[653/1015] Compiling a_int.cc
[654/1015] Compiling md5-x86_64-apple.S
[655/1015] Compiling a_bitstr.cc
[656/1015] Compiling a_bool.cc
[657/1015] Compiling md5-586-linux.S
[658/1015] Compiling md5-586-apple.S
[659/1015] Compiling chacha20_poly1305_armv8-win.S
[660/1015] Compiling chacha20_poly1305_x86_64-apple.S
[661/1015] Compiling chacha20_poly1305_armv8-linux.S
[662/1015] Compiling chacha20_poly1305_armv8-apple.S
[663/1015] Compiling chacha-x86_64-linux.S
[664/1015] Compiling chacha-x86_64-apple.S
[665/1015] Compiling chacha20_poly1305_x86_64-linux.S
[666/1015] Compiling CCryptoBoringSSLShims shims.c
[667/1015] Compiling chacha-x86-linux.S
[668/1015] Compiling chacha-x86-apple.S
[669/1015] Compiling chacha-armv8-win.S
[670/1015] Compiling chacha-armv4-linux.S
[670/1015] Compiling chacha-armv8-linux.S
[672/1015] Compiling chacha-armv8-apple.S
[673/1015] Compiling aes128gcmsiv-x86_64-apple.S
[674/1015] Compiling aes128gcmsiv-x86_64-linux.S
[675/1015] Compiling x86-mont-linux.S
[676/1015] Compiling x86_64-mont5-apple.S
[677/1015] Compiling x86_64-mont-linux.S
[677/1015] Compiling x86_64-mont5-linux.S
[679/1015] Compiling x86_64-mont-apple.S
[680/1015] Compiling vpaes-x86-apple.S
[681/1015] Compiling x86-mont-apple.S
[682/1015] Compiling vpaes-x86_64-apple.S
[683/1015] Compiling vpaes-x86_64-linux.S
[684/1015] Compiling err_data.cc
[685/1015] Compiling vpaes-x86-linux.S
[686/1015] Compiling vpaes-armv8-apple.S
[687/1015] Compiling vpaes-armv8-linux.S
[688/1015] Compiling vpaes-armv7-linux.S
[689/1015] Compiling vpaes-armv8-win.S
[690/1015] Compiling sha512-x86_64-linux.S
[691/1015] Compiling sha512-armv8-linux.S
[692/1015] Compiling sha512-x86_64-apple.S
[693/1015] Compiling sha512-armv8-win.S
[694/1015] Compiling sha512-586-linux.S
[695/1015] Compiling sha512-armv8-apple.S
[696/1015] Compiling sha512-586-apple.S
[697/1015] Compiling sha512-armv4-linux.S
[698/1015] Compiling sha256-x86_64-linux.S
[699/1015] Compiling sha256-armv8-win.S
[700/1015] Compiling sha256-armv8-linux.S
[701/1015] Compiling sha256-x86_64-apple.S
[702/1015] Compiling sha256-armv8-apple.S
[703/1015] Compiling sha256-armv4-linux.S
[704/1015] Compiling sha256-586-apple.S
[705/1015] Compiling sha256-586-linux.S
[706/1015] Compiling sha1-x86_64-apple.S
[707/1015] Compiling sha1-armv8-win.S
[708/1015] Compiling sha1-armv8-linux.S
[709/1015] Compiling sha1-armv8-apple.S
[710/1015] Compiling sha1-x86_64-linux.S
[711/1015] Compiling sha1-armv4-large-linux.S
[712/1015] Compiling sha1-586-linux.S
[713/1015] Compiling rsaz-avx2-linux.S
[714/1015] Compiling rdrand-x86_64-linux.S
[715/1015] Compiling rsaz-avx2-apple.S
[716/1015] Compiling sha1-586-apple.S
[717/1015] Compiling p256_beeu-x86_64-asm-linux.S
[718/1015] Compiling rdrand-x86_64-apple.S
[719/1015] Compiling p256_beeu-armv8-asm-win.S
[719/1015] Compiling p256_beeu-armv8-asm-apple.S
[721/1015] Compiling p256_beeu-x86_64-asm-apple.S
[722/1015] Compiling p256_beeu-armv8-asm-linux.S
[723/1015] Compiling p256-x86_64-asm-apple.S
[724/1015] Compiling p256-armv8-asm-win.S
[725/1015] Compiling p256-armv8-asm-linux.S
[726/1015] Compiling p256-armv8-asm-apple.S
[727/1015] Compiling p256-x86_64-asm-linux.S
[728/1015] Compiling ghashv8-armv8-win.S
[729/1015] Compiling ghashv8-armv8-linux.S
[730/1015] Compiling ghashv8-armv8-apple.S
[731/1015] Compiling ghash-x86_64-apple.S
[732/1015] Compiling ghashv8-armv7-linux.S
[733/1015] Compiling ghash-x86_64-linux.S
[734/1015] Compiling ghash-x86-apple.S
[735/1015] Compiling ghash-x86-linux.S
[736/1015] Compiling ghash-ssse3-x86_64-linux.S
[737/1015] Compiling ghash-ssse3-x86_64-apple.S
[738/1015] Compiling ghash-ssse3-x86-apple.S
[739/1015] Compiling ghash-ssse3-x86-linux.S
[740/1015] Compiling ghash-neon-armv8-win.S
[741/1015] Compiling ghash-neon-armv8-linux.S
[742/1015] Compiling ghash-neon-armv8-apple.S
[743/1015] Compiling ghash-armv4-linux.S
[743/1015] Compiling co-586-apple.S
[745/1015] Compiling co-586-linux.S
[746/1015] Compiling bsaes-armv7-linux.S
[747/1015] Compiling bn-armv8-win.S
[748/1015] Compiling bn-armv8-linux.S
[749/1015] Compiling bn-586-linux.S
[749/1015] Compiling bn-armv8-apple.S
[751/1015] Compiling bn-586-apple.S
[752/1015] Compiling armv8-mont-win.S
[753/1015] Compiling armv8-mont-linux.S
[754/1015] Compiling armv8-mont-apple.S
[755/1015] Compiling aesv8-gcm-armv8-apple.S
[756/1015] Compiling aesv8-gcm-armv8-linux.S
[757/1015] Compiling aesv8-gcm-armv8-win.S
[758/1015] Compiling armv4-mont-linux.S
[759/1015] Compiling aesv8-armv8-linux.S
[760/1015] Compiling aesv8-armv8-win.S
[761/1015] Compiling aesv8-armv8-apple.S
[762/1015] Compiling aesni-x86_64-apple.S
[763/1015] Compiling aesni-x86-linux.S
[764/1015] Compiling aesv8-armv7-linux.S
[765/1015] Compiling aesni-x86_64-linux.S
[766/1015] Compiling aesni-gcm-x86_64-linux.S
[767/1015] Compiling aesni-gcm-x86_64-apple.S
[768/1015] Compiling aes-gcm-avx10-x86_64-linux.S
[769/1015] Compiling aesni-x86-apple.S
[770/1015] Compiling aes-gcm-avx10-x86_64-apple.S
[771/1015] Compiling x_x509.cc
[772/1015] Compiling x_spki.cc
[773/1015] Compiling x_sig.cc
[774/1015] Compiling x_x509a.cc
[775/1015] Compiling x_req.cc
[776/1015] Compiling x_val.cc
[777/1015] Compiling c-nioatomics.c
[778/1015] Compiling x_exten.cc
[779/1015] Compiling x_attrib.cc
[780/1015] Compiling x_crl.cc
[781/1015] Compiling x_pubkey.cc
[782/1015] Compiling x_name.cc
[783/1015] Compiling x_algor.cc
[784/1015] Compiling x_all.cc
[785/1015] Compiling x509cset.cc
[786/1015] Compiling c-atomics.c
[787/1015] Compiling x509spki.cc
[788/1015] Compiling x509rset.cc
[789/1015] Compiling x509name.cc
[790/1015] Compiling x509_vpm.cc
[791/1021] Compiling x509_v3.cc
[793/1021] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[793/1021] Compiling x509_vfy.cc
[794/1021] Compiling x509_txt.cc
[796/1021] Compiling NIOConcurrencyHelpers lock.swift
[796/1021] Compiling x509_trs.cc
[798/1021] Emitting module NIOConcurrencyHelpers
[799/1021] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[800/1021] Compiling NIOConcurrencyHelpers NIOLock.swift
[801/1021] Compiling NIOConcurrencyHelpers atomics.swift
[801/1021] Compiling x509_set.cc
[802/1022] Compiling x509_obj.cc
[803/1022] Compiling x509_req.cc
[805/1022] Compiling x509_ext.cc
[806/1022] Compiling x509_def.cc
[807/1022] Compiling x509_lu.cc
[808/1022] Compiling x509_d2.cc
[809/1022] Compiling x509.cc
[810/1022] Compiling x509_att.cc
[811/1022] Compiling x509_cmp.cc
[812/1022] Compiling v3_utl.cc
[813/1022] Compiling v3_prn.cc
[814/1022] Compiling v3_skey.cc
[815/1022] Compiling v3_purp.cc
[816/1022] Compiling v3_pmaps.cc
[817/1022] Compiling v3_ocsp.cc
[818/1022] Compiling v3_pcons.cc
[819/1022] Compiling v3_ncons.cc
[820/1022] Compiling v3_lib.cc
[821/1022] Compiling v3_int.cc
[822/1022] Compiling v3_info.cc
[823/1022] Compiling v3_ia5.cc
[824/1022] Compiling v3_genn.cc
[825/1022] Compiling v3_extku.cc
[826/1022] Compiling v3_enum.cc
[827/1022] Compiling v3_crld.cc
[828/1022] Compiling v3_conf.cc
[829/1022] Compiling v3_cpols.cc
[830/1022] Compiling v3_bcons.cc
[831/1022] Compiling v3_bitst.cc
[832/1022] Compiling v3_alt.cc
[833/1022] Compiling v3_akeya.cc
[834/1022] Compiling v3_akey.cc
[835/1022] Compiling t_x509a.cc
[836/1022] Compiling t_x509.cc
[837/1022] Compiling t_req.cc
[838/1022] Compiling t_crl.cc
[839/1022] Compiling rsa_pss.cc
[840/1022] Compiling i2d_pr.cc
[841/1022] Compiling policy.cc
[842/1022] Compiling name_print.cc
[843/1022] Compiling by_file.cc
[844/1022] Compiling by_dir.cc
[845/1022] Compiling asn1_gen.cc
[846/1022] Compiling algorithm.cc
[847/1022] Compiling a_verify.cc
[848/1022] Compiling voprf.cc
[849/1022] Compiling a_sign.cc
[850/1022] Compiling thread_win.cc
[851/1022] Compiling a_digest.cc
[852/1022] Compiling thread_none.cc
[853/1022] Compiling thread.cc
[854/1022] Compiling thread_pthread.cc
[855/1022] Compiling pmbtoken.cc
[856/1022] Compiling trust_token.cc
[857/1022] Compiling stack.cc
[858/1022] Compiling wots.cc
[859/1022] Compiling thash.cc
[860/1022] Compiling fors.cc
[861/1022] Compiling merkle.cc
[862/1022] Compiling siphash.cc
[863/1022] Compiling sha512.cc
[864/1022] Compiling slhdsa.cc
[865/1022] Compiling sha256.cc
[866/1022] Compiling sha1.cc
[867/1022] Compiling rc4.cc
[868/1022] Compiling rsa_print.cc
[869/1022] Compiling rsa_extra.cc
[870/1022] Compiling refcount.cc
[871/1022] Compiling windows.cc
[872/1022] Compiling rsa_crypt.cc
[873/1022] Compiling rsa_asn1.cc
[874/1022] Compiling trusty.cc
[875/1022] Compiling urandom.cc
[876/1022] Compiling rand_extra.cc
[877/1022] Compiling ios.cc
[878/1022] Compiling passive.cc
[879/1022] Compiling poly1305_arm_asm.S
[880/1022] Compiling getentropy.cc
[881/1022] Compiling forkunsafe.cc
[882/1022] Compiling deterministic.cc
[883/1022] Compiling fork_detect.cc
[884/1022] Compiling poly1305_arm.cc
[885/1022] Compiling pool.cc
[886/1022] Compiling poly1305.cc
[887/1022] Compiling poly1305_vec.cc
[888/1022] Compiling pkcs7.cc
[889/1022] Compiling pkcs8.cc
[890/1022] Compiling pkcs8_x509.cc
[891/1022] Compiling p5_pbev2.cc
[892/1022] Compiling pkcs7_x509.cc
[893/1022] Compiling pem_xaux.cc
[894/1022] Compiling pem_x509.cc
[895/1022] Compiling pem_pkey.cc
[896/1022] Compiling obj_xref.cc
[897/1022] Compiling pem_pk8.cc
[898/1022] Compiling pem_oth.cc
[899/1022] Compiling obj.cc
[900/1022] Compiling pem_info.cc
[901/1022] Compiling mldsa.cc
[902/1022] Compiling pem_lib.cc
[903/1022] Compiling mlkem.cc
[904/1022] Compiling pem_all.cc
[905/1022] Compiling poly_rq_mul.S
[906/1022] Compiling mem.cc
[907/1022] Compiling fips_shared_support.cc
[908/1022] Compiling md5.cc
[909/1022] Compiling md4.cc
[910/1022] Compiling lhash.cc
[911/1022] Compiling kyber.cc
[912/1022] Compiling ex_data.cc
[913/1022] Compiling sign.cc
[914/1022] Compiling hrss.cc
[915/1022] Compiling hpke.cc
[916/1022] Compiling scrypt.cc
[917/1022] Compiling print.cc
[918/1022] Compiling pbkdf.cc
[919/1022] Compiling p_x25519.cc
[920/1022] Compiling p_x25519_asn1.cc
[921/1022] Compiling p_rsa_asn1.cc
[922/1022] Compiling p_hkdf.cc
[923/1022] Compiling p_rsa.cc
[924/1022] Compiling p_ed25519.cc
[925/1022] Compiling p_ed25519_asn1.cc
[926/1022] Compiling p_ec.cc
[927/1022] Compiling p_ec_asn1.cc
[928/1022] Compiling evp_ctx.cc
[929/1022] Compiling p_dh.cc
[930/1022] Compiling p_dsa_asn1.cc
[931/1022] Compiling p_dh_asn1.cc
[932/1022] Compiling evp_asn1.cc
[933/1022] Compiling err.cc
[934/1022] Compiling evp.cc
[935/1022] Compiling engine.cc
[936/1022] Compiling ecdh_extra.cc
[937/1022] Compiling hash_to_curve.cc
[938/1022] Compiling ecdsa_asn1.cc
[939/1022] Compiling ec_derive.cc
[940/1022] Compiling dsa_asn1.cc
[941/1022] Compiling ec_asn1.cc
[942/1022] Compiling digest_extra.cc
[943/1022] Compiling dsa.cc
[944/1022] Compiling params.cc
[945/1022] Compiling dh_asn1.cc
[946/1022] Compiling x25519-asm-arm.S
[947/1022] Compiling des.cc
[948/1022] Compiling spake25519.cc
[949/1022] Compiling cpu_arm_linux.cc
[950/1022] Compiling crypto.cc
[951/1022] Compiling cpu_intel.cc
[952/1022] Compiling cpu_arm_freebsd.cc
[953/1022] Compiling cpu_aarch64_win.cc
[954/1022] Compiling curve25519.cc
[955/1022] Compiling cpu_aarch64_openbsd.cc
[956/1022] Compiling cpu_aarch64_sysreg.cc
[957/1022] Compiling curve25519_64_adx.cc
[958/1022] Compiling cpu_aarch64_linux.cc
[959/1022] Compiling cpu_aarch64_fuchsia.cc
[960/1022] Compiling bcm.cc
[961/1022] Compiling cpu_aarch64_apple.cc
[962/1022] Compiling e_tls.cc
[963/1022] Compiling e_rc4.cc
[964/1022] Compiling conf.cc
[965/1022] Compiling tls_cbc.cc
[966/1022] Compiling e_rc2.cc
[967/1022] Compiling e_null.cc
[968/1022] Compiling e_des.cc
[969/1022] Compiling e_chacha20poly1305.cc
[970/1022] Compiling derive_key.cc
[971/1022] Compiling e_aesctrhmac.cc
[972/1022] Compiling e_aesgcmsiv.cc
[973/1022] Compiling chacha.cc
[974/1022] Compiling cipher_extra.cc
[975/1022] Compiling unicode.cc
[976/1022] Compiling ber.cc
[977/1022] Compiling buf.cc
[978/1022] Compiling asn1_compat.cc
[979/1022] Compiling cbb.cc
[980/1022] Compiling cbs.cc
[981/1022] Compiling bn_asn1.cc
[982/1022] Compiling convert.cc
[983/1022] Compiling blake2.cc
[984/1022] Compiling printf.cc
[985/1022] Compiling hexdump.cc
[986/1022] Compiling file.cc
[987/1022] Compiling pair.cc
[988/1022] Compiling errno.cc
[989/1022] Compiling fd.cc
[990/1022] Compiling bio_mem.cc
[991/1022] Compiling bio.cc
[992/1022] Compiling base64.cc
[993/1022] Compiling tasn_fre.cc
[994/1022] Compiling tasn_typ.cc
[995/1022] Compiling tasn_utl.cc
[996/1022] Compiling tasn_new.cc
[997/1022] Compiling tasn_enc.cc
[998/1022] Compiling tasn_dec.cc
[999/1022] Compiling f_string.cc
[1000/1022] Compiling posix_time.cc
[1001/1022] Compiling f_int.cc
[1002/1022] Compiling asn_pack.cc
[1003/1022] Compiling asn1_par.cc
[1004/1022] Compiling a_utctm.cc
[1005/1022] Compiling asn1_lib.cc
[1006/1022] Compiling a_type.cc
[1007/1022] Compiling a_time.cc
[1008/1022] Compiling a_octet.cc
[1009/1022] Compiling a_strnid.cc
[1010/1022] Compiling a_strex.cc
[1011/1022] Compiling a_object.cc
[1012/1022] Compiling a_mbstr.cc
[1013/1022] Write sources
[1014/1022] Compiling a_int.cc
[1014/1022] Write sources
[1016/1022] Compiling a_i2d_fp.cc
[1017/1022] Compiling a_dup.cc
[1018/1022] Compiling a_gentm.cc
[1019/1022] Compiling a_d2i_fp.cc
[1020/1086] Compiling a_bool.cc
[1021/1086] Compiling a_bitstr.cc
[1023/1086] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1024/1086] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1025/1088] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1026/1088] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1027/1089] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1028/1089] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1029/1096] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1030/1096] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1031/1096] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1032/1096] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1033/1096] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1034/1096] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1035/1096] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1036/1096] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1037/1096] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1038/1096] Compiling Atomics IntegerOperations.swift
[1039/1096] Compiling Atomics Unmanaged extensions.swift
[1040/1096] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1041/1096] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1042/1096] Compiling AsyncAlgorithms MergeStateMachine.swift
[1043/1096] Compiling AsyncAlgorithms MergeStorage.swift
[1044/1096] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1045/1096] Compiling AsyncAlgorithms Rethrow.swift
[1046/1102] Compiling CryptoBoringWrapper RandomBytes.swift
[1050/1102] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1051/1102] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1052/1102] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1061/1102] Emitting module AsyncAlgorithms
[1062/1102] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1063/1102] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1064/1102] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1065/1102] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1066/1102] Compiling AsyncAlgorithms AsyncChannel.swift
[1067/1102] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1068/1102] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1069/1102] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1070/1102] Compiling AsyncAlgorithms DebounceStorage.swift
[1071/1102] Compiling AsyncAlgorithms Dictionary.swift
[1072/1102] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1073/1102] Compiling AsyncAlgorithms Locking.swift
[1080/1102] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1081/1102] Compiling AsyncAlgorithms ChannelStorage.swift
[1082/1102] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1083/1102] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1084/1102] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1085/1102] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1086/1102] Emitting module CryptoBoringWrapper
[1087/1102] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1088/1102] Compiling CryptoBoringWrapper EllipticCurve.swift
[1089/1102] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1090/1102] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1091/1102] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1092/1102] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1093/1103] Compiling AsyncAlgorithms SetAlgebra.swift
[1094/1103] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1095/1103] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1096/1103] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1097/1103] Compiling AsyncAlgorithms ZipStateMachine.swift
[1098/1103] Compiling AsyncAlgorithms ZipStorage.swift
[1100/1104] Emitting module Atomics
[1106/1244] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1107/1245] Compiling ServiceLifecycle ServiceRunnerError.swift
[1108/1245] Compiling ServiceLifecycle Service.swift
[1109/1245] Emitting module ServiceLifecycle
[1110/1245] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1111/1245] Compiling ServiceLifecycle GracefulShutdown.swift
[1112/1245] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1113/1245] Compiling ServiceLifecycle ServiceGroup.swift
[1114/1245] Compiling ServiceLifecycle CancellationWaiter.swift
[1115/1245] Compiling NIOCore MulticastChannel.swift
[1116/1245] Compiling NIOCore NIOAny.swift
[1117/1245] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1118/1245] Compiling NIOCore NIOLoopBound.swift
[1119/1245] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1120/1245] Compiling NIOCore NIOScheduledCallback.swift
[1121/1245] Compiling NIOCore NIOSendable.swift
[1122/1245] Compiling NIOCore RecvByteBufferAllocator.swift
[1124/1254] Compiling NIOCore FileHandle.swift
[1125/1254] Compiling NIOCore FileRegion.swift
[1126/1254] Compiling NIOCore GlobalSingletons.swift
[1127/1254] Compiling NIOCore IO.swift
[1128/1254] Compiling NIOCore IOData.swift
[1129/1254] Compiling NIOCore IPProtocol.swift
[1130/1254] Compiling NIOCore IntegerBitPacking.swift
[1131/1254] Compiling NIOCore IntegerTypes.swift
[1132/1254] Compiling NIOCore Interfaces.swift
[1133/1254] Compiling NIOCore Linux.swift
[1134/1263] Compiling NIOCore SocketAddresses.swift
[1135/1263] Compiling NIOCore SocketOptionProvider.swift
[1136/1263] Compiling NIOCore SystemCallHelpers.swift
[1137/1263] Compiling NIOCore TimeAmount+Duration.swift
[1138/1263] Compiling NIOCore TypeAssistedChannelHandler.swift
[1139/1263] Compiling NIOCore UniversalBootstrapSupport.swift
[1140/1263] Compiling NIOCore Utilities.swift
[1141/1263] Compiling Crypto EdDSA_boring.swift
[1142/1263] Compiling Crypto ECDSA.swift
[1143/1263] Compiling Crypto Ed25519.swift
[1144/1263] Emitting module Crypto
[1145/1263] Compiling NIOCore MarkedCircularBuffer.swift
[1154/1263] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1155/1263] Compiling NIOCore ByteBuffer-aux.swift
[1156/1263] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1157/1263] Compiling NIOCore ByteBuffer-conversions.swift
[1158/1263] Compiling NIOCore ByteBuffer-core.swift
[1159/1263] Compiling NIOCore ByteBuffer-hex.swift
[1160/1263] Compiling NIOCore ByteBuffer-int.swift
[1161/1263] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1162/1263] Compiling NIOCore CircularBuffer.swift
[1163/1263] Compiling NIOCore Codec.swift
[1164/1263] Compiling NIOCore ConvenienceOptionSupport.swift
[1165/1263] Compiling NIOCore DeadChannel.swift
[1166/1263] Compiling NIOCore DispatchQueue+WithFuture.swift
[1167/1263] Compiling NIOCore EventLoop+Deprecated.swift
[1168/1263] Compiling NIOCore EventLoop+SerialExecutor.swift
[1169/1263] Compiling NIOCore EventLoop.swift
[1170/1263] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1171/1263] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1172/1263] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1173/1263] Compiling NIOCore EventLoopFuture.swift
[1174/1263] Compiling NIOCore FileDescriptor.swift
[1183/1263] Compiling NIOCore AddressedEnvelope.swift
[1184/1263] Compiling NIOCore AsyncAwaitSupport.swift
[1185/1263] Compiling NIOCore AsyncChannel.swift
[1186/1263] Compiling NIOCore AsyncChannelHandler.swift
[1187/1263] Compiling NIOCore AsyncChannelInboundStream.swift
[1188/1263] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1189/1263] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1190/1263] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1191/1263] Compiling NIOCore NIOAsyncWriter.swift
[1192/1263] Compiling NIOCore ByteBuffer-multi-int.swift
[1193/1263] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1194/1263] Compiling NIOCore ByteBuffer-views.swift
[1195/1263] Compiling NIOCore Channel.swift
[1196/1263] Compiling NIOCore ChannelHandler.swift
[1197/1263] Compiling NIOCore ChannelHandlers.swift
[1198/1263] Compiling NIOCore ChannelInvoker.swift
[1199/1263] Compiling NIOCore ChannelOption.swift
[1200/1263] Compiling NIOCore ChannelPipeline.swift
[1201/1263] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1202/1263] Compiling NIOCore BSDSocketAPI.swift
[1219/1263] Compiling Crypto Signature.swift
[1220/1263] Compiling Crypto CryptoKitErrors_boring.swift
[1221/1263] Compiling Crypto RNG_boring.swift
[1222/1263] Compiling Crypto SafeCompare_boring.swift
[1223/1263] Compiling Crypto Zeroization_boring.swift
[1224/1263] Compiling Crypto PrettyBytes.swift
[1225/1263] Compiling Crypto SafeCompare.swift
[1226/1263] Compiling Crypto SecureBytes.swift
[1227/1263] Compiling Crypto Zeroization.swift
[1237/1310] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1238/1310] Compiling _CryptoExtras DigestType.swift
[1239/1310] Compiling _CryptoExtras Error.swift
[1240/1310] Compiling _CryptoExtras I2OSP.swift
[1241/1310] Compiling _CryptoExtras IntegerEncoding.swift
[1242/1310] Compiling _CryptoExtras PEMDocument.swift
[1243/1316] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1244/1316] Compiling _CryptoExtras ARC+API.swift
[1245/1316] Compiling _CryptoExtras ARC.swift
[1246/1316] Compiling _CryptoExtras ARCCredential.swift
[1247/1316] Compiling _CryptoExtras ARCEncoding.swift
[1248/1316] Compiling _CryptoExtras ARCPrecredential.swift
[1249/1316] Compiling _CryptoExtras ARCPresentation.swift
[1250/1316] Compiling _CryptoExtras PrettyBytes.swift
[1251/1316] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1252/1316] Compiling _CryptoExtras DLEQ.swift
[1253/1316] Compiling _CryptoExtras Prover.swift
[1254/1316] Compiling _CryptoExtras Verifier.swift
[1255/1316] Compiling _CryptoExtras ZKPToolbox.swift
[1256/1316] Compiling _CryptoExtras VOPRFServer.swift
[1257/1316] Compiling _CryptoExtras RSA+BlindSigning.swift
[1258/1316] Compiling _CryptoExtras RSA.swift
[1259/1316] Compiling _CryptoExtras RSA_boring.swift
[1260/1316] Compiling _CryptoExtras RSA_security.swift
[1261/1316] Compiling _CryptoExtras BoringSSLHelpers.swift
[1262/1316] Compiling _CryptoExtras AES_CTR.swift
[1263/1316] Compiling _CryptoExtras AES_GCM_SIV.swift
[1264/1316] Compiling _CryptoExtras Block Function.swift
[1265/1316] Compiling _CryptoExtras AES_CFB_boring.swift
[1266/1316] Compiling _CryptoExtras AES_CTR_boring.swift
[1267/1316] Compiling _CryptoExtras ARCRequest.swift
[1268/1316] Compiling _CryptoExtras ARCResponse.swift
[1269/1316] Compiling _CryptoExtras ARCServer.swift
[1270/1316] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1278/1316] Compiling _CryptoExtras AES_CBC.swift
[1279/1316] Compiling _CryptoExtras AES_CFB.swift
[1280/1316] Compiling _CryptoExtras ChaCha20CTR.swift
[1281/1316] Compiling _CryptoExtras ECToolbox_boring.swift
[1282/1316] Compiling _CryptoExtras ECToolbox.swift
[1283/1316] Compiling _CryptoExtras HashToField.swift
[1284/1316] Compiling _CryptoExtras KDF.swift
[1285/1316] Compiling _CryptoExtras PBKDF2_boring.swift
[1286/1316] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1287/1316] Compiling _CryptoExtras PBKDF2.swift
[1288/1316] Compiling _CryptoExtras Scrypt_boring.swift
[1289/1316] Emitting module NIOCore
[1291/1367] Emitting module NIOEmbedded
[1292/1367] Compiling NIOPosix Pool.swift
[1293/1367] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1294/1367] Compiling NIOPosix PosixSingletons.swift
[1295/1367] Compiling NIOPosix RawSocketBootstrap.swift
[1296/1367] Compiling NIOPosix Resolver.swift
[1297/1367] Compiling NIOPosix Selectable.swift
[1298/1373] Compiling NIOEmbedded AsyncTestingChannel.swift
[1299/1373] Compiling NIOEmbedded Embedded.swift
[1300/1373] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1302/1374] Compiling NIOPosix ThreadPosix.swift
[1303/1374] Compiling NIOPosix ThreadWindows.swift
[1304/1374] Compiling NIOPosix UnsafeTransfer.swift
[1305/1374] Compiling NIOPosix Utilities.swift
[1306/1374] Compiling NIOPosix VsockAddress.swift
[1307/1374] Compiling NIOPosix VsockChannelEvents.swift
[1308/1374] Compiling NIOPosix SelectableChannel.swift
[1309/1374] Compiling NIOPosix SelectableEventLoop.swift
[1310/1374] Compiling NIOPosix SelectorEpoll.swift
[1311/1374] Compiling NIOPosix SelectorGeneric.swift
[1312/1374] Compiling NIOPosix SelectorKqueue.swift
[1313/1374] Compiling NIOPosix SelectorUring.swift
[1314/1374] Compiling NIOPosix ServerSocket.swift
[1315/1374] Compiling NIOPosix Socket.swift
[1316/1374] Compiling NIOPosix SocketChannel.swift
[1317/1374] Compiling NIOPosix SocketProtocols.swift
[1318/1374] Compiling NIOPosix System.swift
[1319/1374] Compiling NIOPosix Thread.swift
[1320/1374] Compiling NIOPosix BSDSocketAPICommon.swift
[1321/1374] Compiling NIOPosix BSDSocketAPIPosix.swift
[1322/1374] Compiling NIOPosix BSDSocketAPIWindows.swift
[1323/1374] Compiling NIOPosix BaseSocket.swift
[1324/1374] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1325/1374] Compiling NIOPosix BaseSocketChannel.swift
[1326/1374] Compiling NIOPosix BaseStreamSocketChannel.swift
[1327/1374] Emitting module NIOPosix
[1328/1374] Compiling NIOPosix IO.swift
[1329/1374] Compiling NIOPosix IntegerBitPacking.swift
[1330/1374] Compiling NIOPosix IntegerTypes.swift
[1331/1374] Compiling NIOPosix Linux.swift
[1332/1374] Compiling NIOPosix LinuxCPUSet.swift
[1333/1374] Compiling NIOPosix LinuxUring.swift
[1334/1374] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1335/1374] Compiling NIOPosix NIOThreadPool.swift
[1336/1374] Compiling NIOPosix NonBlockingFileIO.swift
[1337/1374] Compiling NIOPosix PendingDatagramWritesManager.swift
[1338/1374] Compiling NIOPosix PendingWritesManager.swift
[1339/1374] Compiling NIOPosix PipeChannel.swift
[1340/1374] Compiling NIOPosix PipePair.swift
[1341/1374] Compiling NIOPosix Bootstrap.swift
[1342/1374] Compiling NIOPosix ControlMessage.swift
[1343/1374] Compiling NIOPosix DatagramVectorReadManager.swift
[1344/1374] Compiling NIOPosix Errors+Any.swift
[1345/1374] Compiling NIOPosix FileDescriptor.swift
[1346/1374] Compiling NIOPosix GetaddrinfoResolver.swift
[1347/1374] Compiling NIOPosix HappyEyeballs.swift
[1349/1377] Compiling NIO Exports.swift
[1350/1377] Emitting module NIO
[1352/1405] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1353/1405] Compiling NIOTLS TLSEvents.swift
[1354/1405] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1355/1405] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1356/1405] Emitting module NIOTLS
[1357/1405] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1358/1405] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1359/1405] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1360/1405] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1361/1405] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1362/1405] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1363/1405] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1364/1407] Compiling NIOTLS SNIHandler.swift
[1366/1408] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1367/1408] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1368/1408] Emitting module NIOFoundationCompat
[1369/1408] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1371/1438] Compiling NIOSSL NIOSSLClientHandler.swift
[1372/1438] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1373/1460] Emitting module NIOHTTP1
[1374/1460] Compiling NIOTransportServices StateManagedChannel.swift
[1375/1460] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1376/1460] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1377/1462] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1378/1462] Compiling NIOTransportServices NIOTSErrors.swift
[1379/1462] Compiling NIOTransportServices NIOTSEventLoop.swift
[1380/1462] Compiling NIOTransportServices NIOTSBootstraps.swift
[1381/1462] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1382/1462] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1383/1462] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1384/1462] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1385/1462] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1386/1462] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1387/1462] Compiling NIOTransportServices NIOTSSingletons.swift
[1388/1462] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1389/1462] Emitting module NIOTransportServices
[1390/1462] Compiling NIOTransportServices AcceptHandler.swift
[1391/1462] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1392/1462] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1393/1462] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1394/1462] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1395/1462] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1398/1462] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1399/1462] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1409/1487] Emitting module NIOSSL
[1410/1497] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1411/1497] Compiling NIOExtras NIOExtrasError.swift
[1412/1499] Compiling NIOExtras QuiescingHelper.swift
[1413/1499] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1414/1499] Compiling NIOExtras NIORequestIdentifiable.swift
[1415/1499] Compiling NIOExtras RequestResponseHandler.swift
[1416/1499] Compiling NIOSSL SubjectAlternativeName.swift
[1417/1499] Compiling NIOSSL NIOSSLSecureBytes.swift
[1418/1499] Compiling NIOSSL RNG.swift
[1419/1499] Compiling NIOSSL SafeCompare.swift
[1420/1499] Compiling NIOHPACK IndexedHeaderTable.swift
[1421/1499] Compiling NIOHPACK IntegerCoding.swift
[1423/1500] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1424/1500] Compiling NIOExtras PCAPRingBuffer.swift
[1426/1500] Compiling NIOHPACK HuffmanTables.swift
[1429/1500] Compiling NIOHPACK StaticHeaderTable.swift
[1430/1500] Compiling NIOHPACK HuffmanCoding.swift
[1431/1500] Emitting module NIOExtras
[1432/1500] Emitting module NIOHPACK
[1433/1500] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1434/1500] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1435/1500] Compiling NIOExtras JSONRPCFraming.swift
[1438/1500] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1439/1500] Compiling NIOExtras LengthFieldPrepender.swift
[1443/1500] Compiling NIOSSL SSLPKCS12Bundle.swift
[1444/1500] Compiling NIOExtras DebugInboundEventsHandler.swift
[1445/1500] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1446/1500] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1448/1500] Compiling NIOExtras LineBasedFrameDecoder.swift
[1453/1500] Compiling NIOExtras UnsafeTransfer.swift
[1454/1500] Compiling NIOExtras WritePCAPHandler.swift
[1469/1501] Compiling NIOSSL Zeroization.swift
[1470/1501] Compiling NIOSSL TLSConfiguration.swift
[1471/1501] Compiling NIOSSL UniversalBootstrapSupport.swift
[1472/1501] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1474/1560] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1475/1560] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1477/1561] Compiling NIOHTTP2 SendingRstStreamState.swift
[1478/1561] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1479/1561] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1482/1561] Compiling NIOHTTP2 HasLocalSettings.swift
[1483/1561] Compiling NIOHTTP2 HasRemoteSettings.swift
[1484/1561] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1485/1561] Compiling NIOHTTP2 QuiescingState.swift
[1486/1561] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1487/1561] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1488/1561] Compiling NIOHTTP2 StateMachineResult.swift
[1489/1561] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1490/1561] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1491/1561] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1492/1561] Compiling NIOHTTP2 MaySendFrames.swift
[1493/1561] Compiling NIOHTTP2 SendingDataState.swift
[1494/1561] Compiling NIOHTTP2 SendingGoawayState.swift
[1495/1561] Compiling NIOHTTP2 SendingHeadersState.swift
[1496/1561] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1497/1561] Compiling NIOHTTP2 DOSHeuristics.swift
[1498/1561] Compiling NIOHTTP2 Error+Any.swift
[1499/1561] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1500/1561] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1501/1561] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1502/1561] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1503/1561] Emitting module _CryptoExtras
[1505/1562] Emitting module NIOHTTP2
[1506/1608] Compiling X509 CMSContentInfo.swift
[1507/1608] Compiling X509 CMSEncapsulatedContentInfo.swift
[1508/1608] Compiling X509 CMSIssuerAndSerialNumber.swift
[1509/1608] Compiling X509 CMSOperations.swift
[1510/1608] Compiling X509 CMSSignature.swift
[1511/1608] Compiling X509 CMSSignedData.swift
[1512/1608] Compiling X509 CMSSignerIdentifier.swift
[1513/1608] Compiling X509 CMSSignerInfo.swift
[1514/1662] Compiling X509 PolicyBuilder.swift
[1515/1662] Compiling X509 BasicConstraintsPolicy.swift
[1516/1662] Compiling X509 DNSNames.swift
[1517/1662] Compiling X509 DirectoryNames.swift
[1518/1662] Compiling X509 ExpiryPolicy.swift
[1519/1662] Compiling X509 IPConstraints.swift
[1520/1662] Compiling X509 NameConstraintsPolicy.swift
[1521/1662] Compiling X509 RFC5280Policy.swift
[1522/1662] Compiling X509 Extension.swift
[1523/1662] Compiling X509 Extensions.swift
[1524/1662] Compiling X509 ExtensionsBuilder.swift
[1525/1662] Compiling X509 GeneralName.swift
[1526/1662] Compiling X509 Lock.swift
[1527/1662] Compiling X509 LockedValueBox.swift
[1528/1662] Compiling X509 BasicOCSPResponse.swift
[1529/1662] Compiling X509 DirectoryString.swift
[1530/1662] Compiling X509 DNBuilder.swift
[1531/1662] Compiling X509 DomainComponent.swift
[1532/1662] Compiling X509 EmailAddress.swift
[1533/1662] Compiling X509 LocalityName.swift
[1534/1662] Compiling X509 OrganizationName.swift
[1535/1662] Compiling X509 OrganizationalUnitName.swift
[1536/1662] Compiling X509 StateOrProvinceName.swift
[1537/1662] Compiling X509 StreetAddress.swift
[1538/1662] Compiling X509 Error.swift
[1539/1662] Compiling X509 CertificationRequestInfo.swift
[1540/1662] Compiling X509 ExtensionRequest.swift
[1541/1662] Compiling X509 Certificate.swift
[1542/1662] Compiling X509 CertificatePrivateKey.swift
[1543/1662] Compiling X509 CertificatePublicKey.swift
[1544/1662] Compiling X509 CertificateSerialNumber.swift
[1545/1662] Compiling X509 CertificateVersion.swift
[1546/1662] Compiling X509 CMSAttribute.swift
[1547/1662] Compiling X509 AuthorityInformationAccess.swift
[1548/1662] Compiling X509 AuthorityKeyIdentifier.swift
[1549/1662] Compiling X509 BasicConstraints.swift
[1550/1662] Compiling X509 ExtendedKeyUsage.swift
[1551/1662] Compiling X509 CSRAttribute.swift
[1552/1662] Compiling X509 CSRAttributes.swift
[1553/1662] Compiling X509 CSRVersion.swift
[1554/1662] Compiling X509 CertificateSigningRequest.swift
[1555/1662] Compiling X509 OCSPTBSRequest.swift
[1556/1662] Compiling X509 OCSPVersion.swift
[1557/1662] Compiling X509 PKCS8PrivateKey.swift
[1558/1662] Compiling X509 PromiseAndFuture.swift
[1559/1662] Compiling X509 RDNAttribute.swift
[1560/1662] Compiling X509 RandomNumberGenerator+bytes.swift
[1561/1662] Compiling X509 RelativeDistinguishedName.swift
[1562/1662] Compiling X509 SEC1PrivateKey.swift
[1563/1662] Compiling X509 SecKeyWrapper.swift
[1564/1662] Compiling X509 Signature.swift
[1565/1662] Compiling X509 SignatureAlgorithm.swift
[1566/1662] Compiling X509 AllOfPolicies.swift
[1567/1662] Compiling X509 AnyPolicy.swift
[1581/1675] Compiling X509 URIConstraints.swift
[1582/1675] Compiling X509 VersionPolicy.swift
[1583/1675] Compiling X509 ServerIdentityPolicy.swift
[1584/1675] Compiling X509 ExtensionIdentifiers.swift
[1585/1675] Compiling X509 KeyUsage.swift
[1586/1675] Compiling X509 NameConstraints.swift
[1587/1675] Compiling X509 SubjectAlternativeName.swift
[1588/1675] Compiling X509 SubjectKeyIdentifier.swift
[1609/1675] Compiling X509 CMSVersion.swift
[1610/1675] Compiling X509 Curve25519+DER.swift
[1611/1675] Compiling X509 Digests.swift
[1612/1675] Compiling X509 DistinguishedName.swift
[1613/1675] Compiling X509 CommonName.swift
[1614/1675] Compiling X509 CountryName.swift
[1615/1675] Compiling X509 CertificateStore.swift
[1616/1675] Compiling X509 OneOfPolicies.swift
[1637/1676] Compiling X509 OCSPCertID.swift
[1638/1676] Compiling X509 OCSPCertStatus.swift
[1639/1676] Compiling X509 OCSPExtensionID.swift
[1640/1676] Compiling X509 OCSPNonce.swift
[1641/1676] Compiling X509 OCSPPolicy.swift
[1642/1676] Compiling X509 OCSPRequest.swift
[1643/1676] Compiling X509 OCSPResponse.swift
[1644/1676] Compiling X509 OCSPResponseBytes.swift
[1645/1676] Compiling X509 OCSPResponseData.swift
[1646/1676] Compiling X509 OCSPResponseStatus.swift
[1647/1676] Compiling X509 OCSPSignature.swift
[1648/1676] Compiling X509 OCSPSingleRequest.swift
[1649/1676] Compiling X509 OCSPSingleResponse.swift
[1663/1729] Emitting module X509
[1664/1729] Compiling GRPCNIOTransportCore EventLoopFuture+ChannelInitializer.swift
[1665/1729] Compiling GRPCNIOTransportCore GRPCStatusMessageMarshaller.swift
[1666/1729] Compiling GRPCNIOTransportCore MethodConfigs.swift
[1667/1729] Compiling GRPCNIOTransportCore NIOChannelPipeline+GRPC.swift
[1668/1729] Compiling GRPCNIOTransportCore NIOSocketAddress+GRPCSocketAddress.swift
[1669/1729] Compiling GRPCNIOTransportCore PercentEncoding.swift
[1670/1729] Compiling GRPCNIOTransportCore ProcessUniqueID.swift
[1671/1729] Compiling GRPCNIOTransportCore Result+Catching.swift
[1672/1729] Compiling GRPCNIOTransportCore Timer.swift
[1673/1729] Compiling GRPCNIOTransportCore ListeningServerTransport.swift
[1674/1729] Compiling GRPCNIOTransportCore OneOrManyQueue.swift
[1675/1729] Compiling GRPCNIOTransportCore CommonHTTP2ServerTransport.swift
[1676/1729] Compiling GRPCNIOTransportCore GRPCServerFlushNotificationHandler.swift
[1677/1729] Compiling GRPCNIOTransportCore ServerConnection.swift
[1678/1736] Compiling GRPCNIOTransportCore NameResolver+IPv4.swift
[1679/1736] Compiling GRPCNIOTransportCore NameResolver+IPv6.swift
[1680/1736] Compiling GRPCNIOTransportCore NameResolver+UDS.swift
[1681/1736] Compiling GRPCNIOTransportCore NameResolver+VSOCK.swift
[1682/1736] Compiling GRPCNIOTransportCore NameResolver.swift
[1683/1736] Compiling GRPCNIOTransportCore NameResolverRegistry.swift
[1684/1736] Compiling GRPCNIOTransportCore SocketAddress.swift
[1685/1736] Compiling GRPCNIOTransportCore WrappedChannel+Config.swift
[1686/1736] Compiling GRPCNIOTransportCore PickFirstLoadBalancer.swift
[1687/1736] Compiling GRPCNIOTransportCore RoundRobinLoadBalancer.swift
[1688/1736] Compiling GRPCNIOTransportCore Subchannel.swift
[1689/1736] Compiling GRPCNIOTransportCore RequestQueue.swift
[1690/1736] Compiling GRPCNIOTransportCore GRPCClientStreamHandler.swift
[1691/1736] Compiling GRPCNIOTransportCore HTTP2ClientTransport.swift
[1692/1736] Compiling GRPCNIOTransportCore DNSResolver.swift
[1693/1736] Compiling GRPCNIOTransportCore NameResolver+DNS.swift
[1694/1736] Compiling X509 TrustRootLoading.swift
[1695/1736] Compiling X509 UnverifiedChain.swift
[1696/1736] Compiling X509 VerificationDiagnostic.swift
[1697/1736] Compiling X509 Verifier.swift
[1698/1736] Compiling X509 VerifierPolicy.swift
[1699/1736] Compiling X509 AlgorithmIdentifier.swift
[1700/1736] Compiling X509 ECDSASignature.swift
[1701/1736] Compiling X509 RSAPKCS1PublicKey.swift
[1702/1736] Compiling X509 SubjectPublicKeyInfo.swift
[1703/1736] Compiling X509 TBSCertificate.swift
[1704/1736] Compiling X509 Time.swift
[1705/1736] Compiling X509 TimeCalculations.swift
[1706/1736] Compiling X509 Validity.swift
[1707/1736] Compiling GRPCNIOTransportCore ServerConnectionManagementHandler+StateMachine.swift
[1708/1736] Compiling GRPCNIOTransportCore ServerConnectionManagementHandler.swift
[1709/1736] Compiling GRPCNIOTransportCore GRPCServerStreamHandler.swift
[1710/1736] Compiling GRPCNIOTransportCore HTTP2ListenerFactory.swift
[1711/1736] Compiling GRPCNIOTransportCore HTTP2ServerTransport.swift
[1712/1736] Compiling GRPCNIOTransportCore TLSConfig+Internal.swift
[1713/1736] Compiling GRPCNIOTransportCore TLSConfig.swift
[1714/1737] Emitting module GRPCNIOTransportCore
[1715/1737] Compiling GRPCNIOTransportCore ClientConnectionHandler.swift
[1716/1737] Compiling GRPCNIOTransportCore Connection.swift
[1717/1737] Compiling GRPCNIOTransportCore ConnectionBackoff.swift
[1718/1737] Compiling GRPCNIOTransportCore ConnectionFactory.swift
[1719/1737] Compiling GRPCNIOTransportCore ConnectivityState.swift
[1720/1737] Compiling GRPCNIOTransportCore GRPCChannel.swift
[1721/1737] Compiling GRPCNIOTransportCore LoadBalancer.swift
[1722/1737] Compiling GRPCNIOTransportCore LoadBalancerEvent.swift
[1723/1737] Compiling GRPCNIOTransportCore GRPCStreamStateMachine.swift
[1724/1737] Compiling GRPCNIOTransportCore Base64.swift
[1725/1737] Compiling GRPCNIOTransportCore CallOptions+MethodConfig.swift
[1726/1737] Compiling GRPCNIOTransportCore Channel+AddressInfo.swift
[1727/1737] Compiling GRPCNIOTransportCore ConstantAsyncSequence.swift
[1728/1737] Compiling GRPCNIOTransportCore ContentType.swift
[1729/1737] Compiling GRPCNIOTransportCore DiscardingTaskGroup+CancellableHandle.swift
[1730/1737] Compiling GRPCNIOTransportCore WrappedChannel+State.swift
[1731/1737] Compiling GRPCNIOTransportCore WrappedChannel.swift
[1732/1737] Compiling GRPCNIOTransportCore CompressionAlgorithm.swift
[1733/1737] Compiling GRPCNIOTransportCore Zlib.swift
[1734/1737] Compiling GRPCNIOTransportCore GRPCMessageDecoder.swift
[1735/1737] Compiling GRPCNIOTransportCore GRPCMessageFramer.swift
[1736/1737] Compiling GRPCNIOTransportCore GRPCNIOTransportBytes.swift
[1739/1746] Compiling GRPCNIOTransportHTTP2TransportServices Config+TLS.swift
[1740/1746] Emitting module GRPCNIOTransportHTTP2TransportServices
[1741/1746] Compiling GRPCNIOTransportHTTP2TransportServices Exports.swift
[1742/1746] Compiling GRPCNIOTransportHTTP2TransportServices HTTP2ClientTransport+TransportServices.swift
[1743/1746] Compiling GRPCNIOTransportHTTP2TransportServices HTTP2ServerTransport+TransportServices.swift
[1744/1746] Emitting module NIOCertificateReloading
[1746/1747] Compiling NIOCertificateReloading CertificateReloader.swift
[1747/1747] Compiling NIOCertificateReloading TimedCertificateReloader.swift
[1749/1755] Compiling GRPCNIOTransportHTTP2Posix NIOClientBootstrap+SocketAddress.swift
[1750/1755] Compiling GRPCNIOTransportHTTP2Posix NIOSSL+GRPC.swift
[1751/1755] Emitting module GRPCNIOTransportHTTP2Posix
[1752/1755] Compiling GRPCNIOTransportHTTP2Posix Exports.swift
[1753/1755] Compiling GRPCNIOTransportHTTP2Posix HTTP2ClientTransport+Posix.swift
[1754/1755] Compiling GRPCNIOTransportHTTP2Posix HTTP2ServerTransport+Posix.swift
[1755/1755] Compiling GRPCNIOTransportHTTP2Posix Config+TLS.swift
[1757/1758] Compiling GRPCNIOTransportHTTP2 Exports.swift
[1758/1758] Emitting module GRPCNIOTransportHTTP2
Build complete! (427.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.78.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-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.31.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-nio-transport",
  "name" : "grpc-swift-nio-transport",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCNIOTransportHTTP2",
      "targets" : [
        "GRPCNIOTransportHTTP2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCNIOTransportHTTP2Posix",
      "targets" : [
        "GRPCNIOTransportHTTP2Posix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCNIOTransportHTTP2TransportServices",
      "targets" : [
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GRPCNIOTransportHTTP2TransportServices",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2TransportServices",
      "path" : "Sources/GRPCNIOTransportHTTP2TransportServices",
      "product_dependencies" : [
        "GRPCCore",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "sources" : [
        "Config+TLS.swift",
        "Exports.swift",
        "HTTP2ClientTransport+TransportServices.swift",
        "HTTP2ServerTransport+TransportServices.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCNIOTransportHTTP2Tests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2Tests",
      "path" : "Tests/GRPCNIOTransportHTTP2Tests",
      "product_dependencies" : [
        "GRPCCore",
        "X509",
        "NIOSSL"
      ],
      "sources" : [
        "ControlClient.swift",
        "ControlMessages.swift",
        "ControlService.swift",
        "HTTP2ServerTransport+DebugTests.swift",
        "HTTP2TransportNIOPosixTests.swift",
        "HTTP2TransportNIOTransportServicesTests.swift",
        "HTTP2TransportTLSEnabledTests.swift",
        "HTTP2TransportTests.swift",
        "TLSConfigurationTests.swift",
        "Test Utilities/HTTP2StatusCodeServer.swift",
        "Test Utilities/JSONCoding.swift",
        "Test Utilities/JSONSerializing.swift",
        "Test Utilities/SelfSignedCertificateKeyPairs.swift",
        "Test Utilities/StatsService.swift",
        "Test Utilities/TransportKind.swift",
        "Test Utilities/XCTest+Utilities.swift",
        "XCTestCase+Vsock.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportHTTP2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCNIOTransportHTTP2Posix",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2Posix",
      "path" : "Sources/GRPCNIOTransportHTTP2Posix",
      "product_dependencies" : [
        "GRPCCore",
        "NIOPosix",
        "NIOSSL",
        "X509",
        "SwiftASN1",
        "NIOCertificateReloading"
      ],
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2Posix"
      ],
      "sources" : [
        "Config+TLS.swift",
        "Exports.swift",
        "HTTP2ClientTransport+Posix.swift",
        "HTTP2ServerTransport+Posix.swift",
        "NIOClientBootstrap+SocketAddress.swift",
        "NIOSSL+GRPC.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCNIOTransportHTTP2",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportHTTP2",
      "path" : "Sources/GRPCNIOTransportHTTP2",
      "product_memberships" : [
        "GRPCNIOTransportHTTP2"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportHTTP2Posix",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCNIOTransportCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportCoreTests",
      "path" : "Tests/GRPCNIOTransportCoreTests",
      "product_dependencies" : [
        "NIOCore",
        "NIOEmbedded",
        "NIOTestUtils"
      ],
      "sources" : [
        "Client/Connection/ClientConnectionHandlerStateMachineTests.swift",
        "Client/Connection/ClientConnectionHandlerTests.swift",
        "Client/Connection/Connection+Equatable.swift",
        "Client/Connection/ConnectionBackoffTests.swift",
        "Client/Connection/ConnectionTests.swift",
        "Client/Connection/GRPCChannelTests.swift",
        "Client/Connection/LoadBalancers/LoadBalancerTest.swift",
        "Client/Connection/LoadBalancers/PickFirstLoadBalancerTests.swift",
        "Client/Connection/LoadBalancers/RoundRobinLoadBalancerTests.swift",
        "Client/Connection/LoadBalancers/SubchannelTests.swift",
        "Client/Connection/RequestQueueTests.swift",
        "Client/Connection/Utilities/ConnectionTest.swift",
        "Client/Connection/Utilities/HTTP2Connectors.swift",
        "Client/Connection/Utilities/NameResolvers.swift",
        "Client/Connection/Utilities/TestServer.swift",
        "Client/GRPCClientStreamHandlerTests.swift",
        "Client/HTTP2ClientTransportConfigTests.swift",
        "Client/Resolver/DNSResolverTests.swift",
        "Client/Resolver/NameResolverRegistryTests.swift",
        "Client/Resolver/SocketAddressTests.swift",
        "GRPCMessageDecoderTests.swift",
        "GRPCMessageDeframerTests.swift",
        "GRPCMessageFramerTests.swift",
        "GRPCStreamStateMachineTests.swift",
        "HTTP2Frame+Helpers.swift",
        "Internal/GRPCStatusMessageMarshallerTests.swift",
        "Internal/PercentEncodingTests.swift",
        "Internal/ProcessUniqueIDTests.swift",
        "Internal/TimerTests.swift",
        "OneOrManyQueueTests.swift",
        "Server/Compression/ZlibTests.swift",
        "Server/Connection/ServerConnectionManagementHandler+StateMachineTests.swift",
        "Server/Connection/ServerConnectionManagementHandlerTests.swift",
        "Server/GRPCServerStreamHandlerTests.swift",
        "Server/HTTP2ServerTransportConfigTests.swift",
        "Test Utilities/AtomicCounter.swift",
        "Test Utilities/MethodDescriptor+Common.swift",
        "Test Utilities/Task+Poll.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCNIOTransportCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCNIOTransportCore",
      "module_type" : "SwiftTarget",
      "name" : "GRPCNIOTransportCore",
      "path" : "Sources/GRPCNIOTransportCore",
      "product_dependencies" : [
        "GRPCCore",
        "NIOCore",
        "NIOHTTP2",
        "NIOExtras"
      ],
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2Posix",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "sources" : [
        "Client/Connection/ClientConnectionHandler.swift",
        "Client/Connection/Connection.swift",
        "Client/Connection/ConnectionBackoff.swift",
        "Client/Connection/ConnectionFactory.swift",
        "Client/Connection/ConnectivityState.swift",
        "Client/Connection/GRPCChannel.swift",
        "Client/Connection/LoadBalancers/LoadBalancer.swift",
        "Client/Connection/LoadBalancers/LoadBalancerEvent.swift",
        "Client/Connection/LoadBalancers/PickFirstLoadBalancer.swift",
        "Client/Connection/LoadBalancers/RoundRobinLoadBalancer.swift",
        "Client/Connection/LoadBalancers/Subchannel.swift",
        "Client/Connection/RequestQueue.swift",
        "Client/GRPCClientStreamHandler.swift",
        "Client/HTTP2ClientTransport.swift",
        "Client/Resolver/DNSResolver.swift",
        "Client/Resolver/NameResolver+DNS.swift",
        "Client/Resolver/NameResolver+IPv4.swift",
        "Client/Resolver/NameResolver+IPv6.swift",
        "Client/Resolver/NameResolver+UDS.swift",
        "Client/Resolver/NameResolver+VSOCK.swift",
        "Client/Resolver/NameResolver.swift",
        "Client/Resolver/NameResolverRegistry.swift",
        "Client/Resolver/SocketAddress.swift",
        "Client/WrappedChannel/WrappedChannel+Config.swift",
        "Client/WrappedChannel/WrappedChannel+State.swift",
        "Client/WrappedChannel/WrappedChannel.swift",
        "Compression/CompressionAlgorithm.swift",
        "Compression/Zlib.swift",
        "GRPCMessageDecoder.swift",
        "GRPCMessageFramer.swift",
        "GRPCNIOTransportBytes.swift",
        "GRPCStreamStateMachine.swift",
        "Internal/Base64.swift",
        "Internal/CallOptions+MethodConfig.swift",
        "Internal/Channel+AddressInfo.swift",
        "Internal/ConstantAsyncSequence.swift",
        "Internal/ContentType.swift",
        "Internal/DiscardingTaskGroup+CancellableHandle.swift",
        "Internal/EventLoopFuture+ChannelInitializer.swift",
        "Internal/GRPCStatusMessageMarshaller.swift",
        "Internal/MethodConfigs.swift",
        "Internal/NIOChannelPipeline+GRPC.swift",
        "Internal/NIOSocketAddress+GRPCSocketAddress.swift",
        "Internal/PercentEncoding.swift",
        "Internal/ProcessUniqueID.swift",
        "Internal/Result+Catching.swift",
        "Internal/Timer.swift",
        "ListeningServerTransport.swift",
        "OneOrManyQueue.swift",
        "Server/CommonHTTP2ServerTransport.swift",
        "Server/Connection/GRPCServerFlushNotificationHandler.swift",
        "Server/Connection/ServerConnection.swift",
        "Server/Connection/ServerConnectionManagementHandler+StateMachine.swift",
        "Server/Connection/ServerConnectionManagementHandler.swift",
        "Server/GRPCServerStreamHandler.swift",
        "Server/HTTP2ListenerFactory.swift",
        "Server/HTTP2ServerTransport.swift",
        "TLSConfig+Internal.swift",
        "TLSConfig.swift"
      ],
      "target_dependencies" : [
        "CGRPCNIOTransportZlib"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGRPCNIOTransportZlib",
      "module_type" : "ClangTarget",
      "name" : "CGRPCNIOTransportZlib",
      "path" : "Sources/CGRPCNIOTransportZlib",
      "product_memberships" : [
        "GRPCNIOTransportHTTP2",
        "GRPCNIOTransportHTTP2Posix",
        "GRPCNIOTransportHTTP2TransportServices"
      ],
      "sources" : [
        "empty.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.