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 pir-service-example, reference main (7293d8), with Swift 6.1 for Linux on 17 Jun 2025 01:22:48 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/apple/pir-service-example.git
Reference: main
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/apple/pir-service-example
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7293d81 Fix incorrect case for macOS (#86)
Cloned https://github.com/apple/pir-service-example.git
Revision (git rev-parse @):
7293d8169713c53081d553776665d06c59129c3a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/pir-service-example.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/pir-service-example.git
https://github.com/apple/pir-service-example.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.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"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-homomorphic-encryption",
      "requirement" : {
        "branch" : [
          "release/1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-homomorphic-encryption"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird"
    },
    {
      "identity" : "hummingbird-compression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-rc.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-compression"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "pir-service-example",
  "name" : "pir-service-example",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PIRService",
      "targets" : [
        "PIRService"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConstructDatabase",
      "targets" : [
        "ConstructDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrivacyPass",
      "targets" : [
        "PrivacyPass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PIRServiceTesting",
      "targets" : [
        "PIRServiceTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilTests",
      "path" : "Tests/UtilTests",
      "sources" : [
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "Util"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Util",
      "module_type" : "SwiftTarget",
      "name" : "Util",
      "path" : "Sources/Util",
      "product_memberships" : [
        "PIRService",
        "PrivacyPass",
        "PIRServiceTesting"
      ],
      "sources" : [
        "OperatingSystem.swift",
        "Platform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivacyPassTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyPassTests",
      "path" : "Tests/PrivacyPassTests",
      "product_dependencies" : [
        "Crypto",
        "_CryptoExtras"
      ],
      "sources" : [
        "PrivacyPassPublicTests.swift",
        "PrivacyPassTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivacyPass",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyPass",
      "path" : "Sources/PrivacyPass",
      "product_dependencies" : [
        "Crypto",
        "SwiftASN1",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "PIRService",
        "PrivacyPass",
        "PIRServiceTesting"
      ],
      "sources" : [
        "Array+Base64URL.swift",
        "Issuer.swift",
        "NonceStoring.swift",
        "PrivacyPass.swift",
        "PrivacyPassError.swift",
        "PrivateKey.swift",
        "PublicKey+request.swift",
        "PublicKey.swift",
        "Token.swift",
        "TokenChallenge.swift",
        "TokenIssuerDirectory.swift",
        "TokenRequest.swift",
        "TokenResponse.swift",
        "Util.swift",
        "Verifier.swift"
      ],
      "target_dependencies" : [
        "Util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIRServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "PIRServiceTests",
      "path" : "Tests/PIRServiceTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "ExampleUsecase.swift",
        "PIRServiceControllerTests.swift",
        "PIRServiceTests.swift",
        "TestClientProtocol+Protobuf.swift",
        "TestResponse+Protobuf.swift"
      ],
      "target_dependencies" : [
        "PIRService",
        "PIRServiceTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIRServiceTesting",
      "module_type" : "SwiftTarget",
      "name" : "PIRServiceTesting",
      "path" : "Sources/PIRServiceTesting",
      "product_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "HummingbirdTesting",
        "PrivateInformationRetrievalProtobuf"
      ],
      "product_memberships" : [
        "PIRServiceTesting"
      ],
      "sources" : [
        "PIRClient+KeyRotation.swift",
        "PIRClient+PrivacyPass.swift",
        "PIRClient.swift",
        "PIRClientError.swift",
        "PIRConfig+ShardConfig.swift",
        "TestClientProtocol+Protobuf.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass",
        "Util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIRService",
      "module_type" : "SwiftTarget",
      "name" : "PIRService",
      "path" : "Sources/PIRService",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto",
        "HomomorphicEncryptionProtobuf",
        "Hummingbird",
        "HummingbirdCompression",
        "PrivateInformationRetrievalProtobuf",
        "ServiceLifecycle",
        "UnixSignals"
      ],
      "product_memberships" : [
        "PIRService"
      ],
      "sources" : [
        "Application+build.swift",
        "Controllers/PIRServiceController.swift",
        "Controllers/PirUsecase.swift",
        "Controllers/PrivacyPassController.swift",
        "Controllers/PrivacyPassState.swift",
        "Controllers/Usecase.swift",
        "Controllers/UsecaseStore.swift",
        "Controllers/UserAuthenticator.swift",
        "Extensions/HEError+HTTPErrorResponse.swift",
        "Extensions/HTTPFields+authorization.swift",
        "Extensions/PirConfig+compatible.swift",
        "Extensions/PrivacyPass+ResponseGenerator.swift",
        "Extensions/ProtobufExtensions.swift",
        "Extensions/Request+DecodeProtobuf.swift",
        "Middlewares/ExtractPlatform.swift",
        "Middlewares/ExtractUserIdentifier.swift",
        "Middlewares/LogErrorsMiddleware.swift",
        "Middlewares/UserTierAuthentication.swift",
        "ReloadService.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass",
        "Util"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConstructDatabase",
      "module_type" : "SwiftTarget",
      "name" : "ConstructDatabase",
      "path" : "Sources/ConstructDatabase",
      "product_dependencies" : [
        "ArgumentParser",
        "PrivateInformationRetrievalProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConstructDatabase"
      ],
      "sources" : [
        "ConstructDatabase.swift",
        "generated/CallIdentity.pb.swift",
        "generated/InputIdentities.pb.swift"
      ],
      "type" : "executable"
    }
  ],
  "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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-homomorphic-encryption
[1/3530] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.51s)
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf
[1/5959] Fetching swift-algorithms
[121/9795] Fetching swift-algorithms, swift-log
[1024/15552] Fetching swift-algorithms, swift-log, swift-numerics
[9244/30548] Fetching swift-algorithms, swift-log, swift-numerics, swift-crypto
[16903/45928] Fetching swift-algorithms, swift-log, swift-numerics, swift-crypto, swift-argument-parser
[43680/85383] Fetching swift-algorithms, swift-log, swift-numerics, swift-crypto, swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-algorithms from cache (5.73s)
Fetched https://github.com/apple/swift-log.git from cache (5.73s)
Fetched https://github.com/apple/swift-numerics from cache (5.73s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/hummingbird-project/hummingbird-compression
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.74s)
Fetching https://github.com/hummingbird-project/hummingbird
Fetched https://github.com/apple/swift-crypto.git from cache (5.77s)
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-protobuf from cache (5.82s)
[1/1014] Fetching hummingbird-compression
[1015/3096] Fetching hummingbird-compression, swift-docc-plugin
[1245/5522] Fetching hummingbird-compression, swift-docc-plugin, swift-service-lifecycle
[1828/30085] Fetching hummingbird-compression, swift-docc-plugin, swift-service-lifecycle, hummingbird
[3048/31675] Fetching hummingbird-compression, swift-docc-plugin, swift-service-lifecycle, hummingbird, swift-asn1
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.29s)
[4422/30661] Fetching swift-docc-plugin, swift-service-lifecycle, hummingbird, swift-asn1
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
[7324/28235] Fetching swift-docc-plugin, hummingbird, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
[6338/26645] Fetching swift-docc-plugin, hummingbird
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
[5896/24563] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird from cache (0.96s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (7.24s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.14s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.56s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.83s)
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.53s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.03s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.84s)
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/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.14.1 (0.60s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[2668/8590] Fetching swift-nio-transport-services, swift-nio-extras
[7644/20122] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[9745/34136] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
[18277/110459] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio
[21501/125349] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (0.98s)
[42907/111335] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[64446/116309] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
Fetching https://github.com/apple/swift-metrics.git
[76935/111335] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio, swift-nio-ssl
[84623/113541] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.34s)
Fetching https://github.com/apple/swift-http-types.git
[86149/111335] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio, swift-nio-ssl
[88440/112239] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.19s)
Fetching https://github.com/apple/swift-atomics.git
[86332/105412] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio, swift-nio-ssl
[89386/107209] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
[98543/105412] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.83s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.84s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.85s)
Fetched https://github.com/apple/swift-nio.git from cache (4.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.73s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
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.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.48s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.74s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
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.53s)
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.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.63s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[1142/7325] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.42s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.68s)
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.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.54s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression
Computed https://github.com/hummingbird-project/hummingbird-compression at 2.0.0 (0.52s)
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.26s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.75s)
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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.30.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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.14.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/hummingbird-project/hummingbird-compression
Working copy of https://github.com/hummingbird-project/hummingbird-compression resolved at 2.0.0
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
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-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/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at release/1.1 (739b118)
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/907] Compiling a_i2d_fp.cc
[5/907] Compiling base64.cc
[5/907] Write sources
[7/907] Compiling _NumericsShims _NumericsShims.c
[8/907] Write sources
[11/907] Compiling bio.cc
[12/907] Write sources
[15/907] Copying PrivacyInfo.xcprivacy
[16/907] Compiling a_gentm.cc
[16/907] Write sources
[69/907] Compiling asn1_lib.cc
[70/907] Compiling CNIOWindows shim.c
[71/907] Compiling _AtomicsShims.c
[72/907] Compiling CNIOWASI CNIOWASI.c
[73/907] Compiling CNIOWindows WSAStartup.c
[74/907] Compiling CUtil zeroize.c
[75/907] Compiling tasn_utl.cc
[76/907] Compiling CNIOLinux liburing_shims.c
[77/907] Compiling a_int.cc
[78/907] Compiling CNIOExtrasZlib empty.c
[79/907] Compiling CNIOLLHTTP c_nio_http.c
[80/907] Compiling CNIODarwin shim.c
[81/907] Compiling CNIOLinux shim.c
[82/907] Compiling fiat_p256_adx_sqr.S
[83/907] Compiling fiat_p256_adx_mul.S
[84/907] Compiling CNIOLLHTTP c_nio_api.c
[85/907] Compiling fiat_curve25519_adx_square.S
[86/907] Compiling fiat_curve25519_adx_mul.S
[87/907] Write swift-version-24593BA9C3E375BF.txt
[88/907] Compiling x509_req.cc
[89/907] Compiling CNIOLLHTTP c_nio_llhttp.c
[90/913] Compiling CNIOBoringSSLShims shims.c
[91/916] Compiling tls_record.cc
[92/916] Compiling tls_method.cc
[93/1003] Compiling tls13_enc.cc
[94/1016] Compiling tls13_server.cc
[95/1016] Compiling tls13_client.cc
[97/1032] Emitting module RealModule
[98/1033] Compiling Util Platform.swift
[99/1033] Compiling ModularArithmetic Modulus.swift
[100/1033] Compiling RealModule Real.swift
[101/1033] Compiling RealModule RealFunctions.swift
[102/1033] Emitting module ServiceContextModule
[103/1033] Compiling ServiceContextModule ServiceContext.swift
[104/1033] Compiling ServiceContextModule ServiceContextKey.swift
[105/1033] Compiling RealModule ElementaryFunctions.swift
[106/1034] Emitting module Util
[107/1034] Compiling Util OperatingSystem.swift
[108/1035] Compiling RealModule AlgebraicField.swift
[109/1035] Compiling RealModule ApproximateEquality.swift
[110/1035] Compiling RealModule Float+Real.swift
[111/1035] Compiling RealModule AugmentedArithmetic.swift
[112/1035] Compiling RealModule Double+Real.swift
[113/1035] Compiling RealModule Float80+Real.swift
[114/1035] Compiling RealModule Float16+Real.swift
[115/1035] Compiling _NIODataStructures _TinyArray.swift
[116/1036] Compiling _NIODataStructures PriorityQueue.swift
[117/1036] Emitting module _NIOBase64
[118/1036] Compiling _NIOBase64 Base64.swift
[119/1037] Compiling SwiftASN1 ArraySliceBigint.swift
[120/1037] Compiling SwiftASN1 GeneralizedTime.swift
[125/1039] Emitting module ModularArithmetic
[126/1039] Compiling ModularArithmetic Scalar.swift
[127/1057] Compiling SwiftASN1 ASN1OctetString.swift
[128/1057] Compiling SwiftASN1 ASN1Strings.swift
[130/1060] Compiling InternalCollectionsUtilities UInt+reversed.swift
[131/1060] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[132/1060] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[133/1073] Compiling SwiftASN1 TimeUtilities.swift
[134/1073] Compiling SwiftASN1 UTCTime.swift
[135/1073] Compiling InternalCollectionsUtilities Descriptions.swift
[136/1073] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[137/1073] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[138/1074] Emitting module Instrumentation
[139/1074] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[140/1074] Compiling InternalCollectionsUtilities Debugging.swift
[143/1074] Compiling Instrumentation NoOpInstrument.swift
[144/1077] Compiling Instrumentation MultiplexInstrument.swift
[145/1077] Compiling Instrumentation InstrumentationSystem.swift
[146/1077] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[148/1077] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[149/1077] Compiling InternalCollectionsUtilities Integer rank.swift
[151/1077] Compiling HTTPTypes ISOLatin1String.swift
[152/1078] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[153/1078] Compiling Instrumentation Instrument.swift
[154/1078] Compiling Instrumentation Locks.swift
[155/1078] Emitting module Logging
[156/1078] Compiling Logging Locks.swift
[159/1079] Emitting module _NIODataStructures
[160/1079] Compiling _NIODataStructures Heap.swift
[161/1079] Compiling SwiftASN1 ObjectIdentifier.swift
[162/1079] Compiling SwiftASN1 PEMDocument.swift
[163/1079] Compiling Logging MetadataProvider.swift
[164/1080] Emitting module HTTPTypes
[165/1080] Compiling HTTPTypes HTTPField.swift
[168/1080] Compiling CoreMetrics Locks.swift
[169/1080] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[170/1080] Compiling InternalCollectionsUtilities _SortedCollection.swift
[171/1080] Compiling SwiftASN1 DER.swift
[172/1080] Compiling SwiftASN1 Errors.swift
[173/1080] Emitting module InternalCollectionsUtilities
[174/1080] Compiling HTTPTypes HTTPParsedFields.swift
[175/1080] Compiling HTTPTypes NIOLock.swift
[178/1087] Emitting module CoreMetrics
[179/1089] Compiling HTTPTypes HTTPRequest.swift
[180/1089] Compiling HTTPTypes HTTPResponse.swift
[182/1092] Compiling Logging LogHandler.swift
[183/1092] Compiling Logging Logging.swift
[184/1092] Compiling ConcurrencyHelpers LockedValueBox.swift
[185/1093] Compiling Tracing TracingTime.swift
[187/1098] Compiling Tracing Tracer.swift
[188/1098] Compiling Tracing TracerProtocol.swift
[189/1098] Emitting module ConcurrencyHelpers
[190/1098] Compiling ConcurrencyHelpers Lock.swift
[191/1099] Compiling CoreMetrics Metrics.swift
[192/1099] Emitting module SwiftASN1
[193/1130] Compiling Tracing TracerProtocol+Legacy.swift
[197/1169] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/1169] Compiling Tracing NoOpTracer.swift
[199/1169] Emitting module Tracing
[200/1169] Compiling Tracing SpanProtocol.swift
[201/1170] Compiling ComplexModule Arithmetic.swift
[203/1237] Emitting module UnixSignals
[204/1237] Emitting module ComplexModule
[205/1237] Emitting module Metrics
[206/1237] Compiling Metrics Metrics.swift
[207/1238] Compiling HeapModule Heap+Invariants.swift
[208/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[209/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[210/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[211/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[212/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[213/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[214/1238] Compiling _RopeModule RopeMetric.swift
[215/1238] Compiling _RopeModule RopeSummary.swift
[216/1238] Compiling _RopeModule _RopeItem.swift
[217/1238] Compiling _RopeModule _RopePath.swift
[218/1238] Compiling _RopeModule _RopeVersion.swift
[219/1238] Compiling _RopeModule Rope+Collection.swift
[220/1238] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[221/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[222/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[223/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[224/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[225/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[226/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[227/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[228/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[229/1238] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[230/1238] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[231/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[232/1249] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[233/1249] Compiling ComplexModule ElementaryFunctions.swift
[234/1249] Compiling HeapModule Heap+Descriptions.swift
[236/1249] Emitting module SwiftProtobuf
[237/1249] Compiling UnixSignals UnixSignal.swift
[238/1249] Compiling UnixSignals UnixSignalsSequence.swift
[239/1250] Compiling HeapModule Heap.swift
[240/1250] Compiling HeapModule _HeapNode.swift
[241/1250] Compiling HeapModule Heap+UnsafeHandle.swift
[257/1257] Emitting module HeapModule
[258/1259] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[259/1259] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[260/1259] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[261/1259] Compiling OrderedCollections OrderedDictionary+Elements.swift
[262/1259] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[263/1259] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[264/1259] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[265/1259] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[266/1259] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[267/1259] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[268/1343] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[269/1343] Compiling HashTreeCollections _HashNode+Storage.swift
[270/1343] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[271/1343] Compiling HashTreeCollections _HashNode+Structural filter.swift
[272/1343] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[273/1343] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[274/1343] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[275/1343] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[276/1343] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[277/1343] Compiling HashTreeCollections _HashNode+Structural merge.swift
[278/1343] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[279/1343] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[280/1343] Compiling HashTreeCollections _HashNode+Structural union.swift
[281/1343] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[282/1343] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[283/1343] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[284/1343] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[285/1343] Compiling HashTreeCollections _HashNode.swift
[286/1343] Compiling HashTreeCollections _HashNodeHeader.swift
[287/1343] Compiling HashTreeCollections _HashSlot.swift
[288/1343] Compiling HashTreeCollections _HashStack.swift
[289/1343] Compiling HashTreeCollections _HashTreeIterator.swift
[290/1343] Compiling HashTreeCollections _HashTreeStatistics.swift
[291/1343] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[292/1358] Wrapping AST for _NIODataStructures for debugging
[294/1358] Compiling DequeModule Deque+Testing.swift
[295/1358] Compiling DequeModule Deque._Storage.swift
[296/1358] Compiling DequeModule Deque._UnsafeHandle.swift
[297/1358] Compiling DequeModule Deque.swift
[298/1358] Compiling DequeModule _DequeBuffer.swift
[299/1358] Compiling DequeModule _DequeBufferHeader.swift
[322/1358] Compiling HashTreeCollections _RawHashNode.swift
[323/1358] Compiling HashTreeCollections _UnmanagedHashNode.swift
[324/1358] Compiling HashTreeCollections _UnsafePath.swift
[325/1358] Compiling HashTreeCollections TreeDictionary+Codable.swift
[326/1358] Compiling DequeModule Deque+CustomReflectable.swift
[327/1358] Compiling DequeModule Deque+Descriptions.swift
[327/1360] Wrapping AST for _NIOBase64 for debugging
[330/1360] Wrapping AST for Util for debugging
[332/1360] Compiling DequeModule Deque+Equatable.swift
[333/1360] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[334/1360] Compiling DequeModule Deque+Extras.swift
[335/1360] Compiling DequeModule Deque+Hashable.swift
[336/1360] Compiling HashTreeCollections TreeSet+Hashable.swift
[337/1360] Compiling HashTreeCollections TreeSet+Sendable.swift
[338/1360] Compiling HashTreeCollections TreeSet+Sequence.swift
[339/1360] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[340/1360] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[341/1360] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[342/1360] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[343/1360] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[344/1360] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[345/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[345/1360] Wrapping AST for UnixSignals for debugging
[356/1370] Wrapping AST for Tracing for debugging
[358/1370] Compiling DequeModule _DequeSlot.swift
[359/1370] Compiling DequeModule _UnsafeWrappedBuffer.swift
[359/1370] Wrapping AST for SwiftASN1 for debugging
[361/1370] Compiling HashTreeCollections TreeDictionary.swift
[362/1370] Compiling HashTreeCollections TreeSet+Codable.swift
[363/1370] Compiling HashTreeCollections TreeSet+Collection.swift
[364/1370] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[365/1370] Compiling HashTreeCollections TreeSet+Debugging.swift
[366/1370] Compiling HashTreeCollections TreeSet+Descriptions.swift
[367/1370] Compiling HashTreeCollections TreeSet+Equatable.swift
[368/1370] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[369/1370] Compiling HashTreeCollections TreeSet+Extras.swift
[370/1370] Compiling HashTreeCollections TreeSet+Filter.swift
[371/1370] Compiling HashTreeCollections TreeDictionary+Keys.swift
[372/1370] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[373/1370] Compiling HashTreeCollections TreeDictionary+Merge.swift
[374/1370] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[375/1370] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[376/1370] Compiling HashTreeCollections TreeDictionary+Values.swift
[393/1370] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[394/1370] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[395/1370] Compiling HashTreeCollections TreeDictionary+Filter.swift
[396/1370] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[397/1370] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[404/1370] Compiling DequeModule Deque+Codable.swift
[405/1370] Compiling DequeModule Deque+Collection.swift
[411/1370] Wrapping AST for ServiceContextModule for debugging
[424/1370] Wrapping AST for RealModule for debugging
[433/1370] Emitting module OrderedCollections
[434/1371] Emitting module DequeModule
[434/1372] Wrapping AST for ModularArithmetic for debugging
[451/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[452/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[453/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[454/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[455/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[456/1372] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[457/1372] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[465/1372] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[466/1372] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[467/1372] Compiling HashTreeCollections TreeSet.swift
[469/1372] Wrapping AST for Metrics for debugging
[471/1372] Compiling HTTPTypes HTTPFields.swift
[472/1372] Compiling HTTPTypes HTTPFieldName.swift
[472/1373] Wrapping AST for InternalCollectionsUtilities for debugging
[473/1373] Wrapping AST for Logging for debugging
[474/1373] Wrapping AST for OrderedCollections for debugging
[488/1373] Wrapping AST for Instrumentation for debugging
[497/1373] Compiling HashTreeCollections TreeDictionary+Collection.swift
[498/1373] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[499/1373] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[500/1373] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[500/1373] Wrapping AST for HeapModule for debugging
[501/1373] Wrapping AST for DequeModule for debugging
[503/1373] Emitting module _RopeModule
[508/1373] Compiling ComplexModule Complex.swift
[510/1373] Compiling ComplexModule Differentiable.swift
[514/1374] Wrapping AST for ConcurrencyHelpers for debugging
[515/1374] Wrapping AST for CoreMetrics for debugging
[516/1374] Wrapping AST for HTTPTypes for debugging
[571/1375] Compiling tls13_both.cc
[573/1375] Emitting module HashTreeCollections
[573/1378] Compiling ssl_versions.cc
[574/1378] Wrapping AST for _RopeModule for debugging
[577/1378] Compiling Numerics Numerics.swift
[578/1378] Emitting module Numerics
[578/1378] Compiling t1_enc.cc
[579/1379] Wrapping AST for ComplexModule for debugging
[580/1379] Compiling ssl_transcript.cc
[582/1379] Wrapping AST for HashTreeCollections for debugging
[583/1379] Compiling ssl_x509.cc
[584/1379] Wrapping AST for Numerics for debugging
[585/1379] Compiling ssl_stat.cc
[586/1379] Compiling ssl_session.cc
[587/1379] Compiling ssl_privkey.cc
[588/1379] Compiling ssl_file.cc
[589/1379] Compiling ssl_key_share.cc
[590/1379] Compiling ssl_credential.cc
[591/1379] Compiling ssl_lib.cc
[592/1379] Compiling ssl_cipher.cc
[593/1379] Compiling ssl_buffer.cc
[594/1379] Compiling ssl_asn1.cc
[595/1379] Compiling ssl_aead_ctx.cc
[596/1379] Compiling ssl_cert.cc
[597/1379] Compiling s3_pkt.cc
[598/1379] Compiling s3_lib.cc
[599/1379] Compiling s3_both.cc
[600/1379] Compiling handshake_server.cc
[601/1379] Compiling handshake_client.cc
[602/1379] Compiling handshake.cc
[603/1379] Compiling handoff.cc
[604/1379] Compiling encrypted_client_hello.cc
[605/1379] Compiling extensions.cc
[606/1379] Compiling dtls_record.cc
[607/1379] Compiling md5-x86_64-linux.S
[608/1379] Compiling md5-x86_64-apple.S
[609/1379] Compiling md5-586-linux.S
[610/1379] Compiling d1_pkt.cc
[615/1379] Compiling SwiftProtobuf empty.pb.swift
[616/1379] Compiling SwiftProtobuf field_mask.pb.swift
[617/1379] Compiling SwiftProtobuf source_context.pb.swift
[618/1379] Compiling SwiftProtobuf struct.pb.swift
[619/1379] Compiling SwiftProtobuf timestamp.pb.swift
[620/1379] Compiling SwiftProtobuf type.pb.swift
[621/1379] Compiling SwiftProtobuf wrappers.pb.swift
[622/1379] Compiling SwiftProtobuf resource_bundle_accessor.swift
[622/1379] Compiling md5-586-apple.S
[623/1379] Compiling d1_srtp.cc
[624/1380] Compiling chacha20_poly1305_x86_64-apple.S
[625/1380] Compiling dtls_method.cc
[626/1380] Compiling chacha20_poly1305_x86_64-linux.S
[627/1380] Compiling chacha20_poly1305_armv8-win.S
[628/1380] Compiling bio_ssl.cc
[630/1380] Compiling chacha20_poly1305_armv8-linux.S
[631/1380] Compiling chacha20_poly1305_armv8-apple.S
[632/1380] Compiling chacha-x86_64-apple.S
[632/1380] Compiling d1_lib.cc
[634/1380] Compiling chacha-x86_64-linux.S
[635/1380] Compiling chacha-x86-linux.S
[636/1380] Compiling chacha-x86-apple.S
[637/1380] Compiling chacha-armv8-linux.S
[638/1380] Compiling chacha-armv8-win.S
[639/1380] Compiling chacha-armv8-apple.S
[640/1380] Compiling chacha-armv4-linux.S
[641/1380] Compiling err_data.cc
[642/1380] Compiling aes128gcmsiv-x86_64-linux.S
[643/1380] Compiling aes128gcmsiv-x86_64-apple.S
[644/1380] Compiling x86_64-mont5-apple.S
[645/1380] Compiling x86_64-mont-apple.S
[646/1380] Compiling x86_64-mont-linux.S
[647/1380] Compiling x86_64-mont5-linux.S
[647/1380] Compiling x86-mont-linux.S
[647/1380] Compiling x86-mont-apple.S
[647/1380] Compiling vpaes-x86_64-linux.S
[647/1380] Compiling vpaes-x86_64-apple.S
[647/1380] Compiling vpaes-x86-linux.S
[647/1380] Compiling vpaes-x86-apple.S
[654/1380] Compiling vpaes-armv8-win.S
[655/1380] Compiling vpaes-armv8-linux.S
[656/1380] Compiling vpaes-armv8-apple.S
[657/1380] Wrapping AST for SwiftProtobuf for debugging
[658/1380] Compiling vpaes-armv7-linux.S
[659/1380] Compiling sha512-x86_64-apple.S
[660/1380] Compiling sha512-x86_64-linux.S
[661/1380] Compiling sha512-armv8-win.S
[662/1380] Compiling sha512-armv8-linux.S
[663/1380] Compiling sha512-armv8-apple.S
[664/1380] Compiling sha512-armv4-linux.S
[665/1380] Compiling sha512-586-linux.S
[666/1380] Compiling sha512-586-apple.S
[667/1380] Compiling sha256-x86_64-apple.S
[668/1380] Compiling sha256-armv8-win.S
[669/1380] Compiling sha256-armv8-linux.S
[670/1380] Compiling sha256-x86_64-linux.S
[671/1380] Compiling sha256-armv8-apple.S
[672/1380] Compiling sha256-armv4-linux.S
[673/1380] Compiling sha256-586-linux.S
[674/1380] Compiling sha256-586-apple.S
[675/1380] Compiling sha1-x86_64-apple.S
[676/1380] Compiling sha1-armv8-win.S
[677/1380] Compiling sha1-armv8-linux.S
[678/1380] Compiling sha1-armv8-apple.S
[679/1380] Compiling sha1-x86_64-linux.S
[680/1380] Compiling sha1-armv4-large-linux.S
[681/1380] Compiling sha1-586-linux.S
[682/1380] Compiling sha1-586-apple.S
[683/1380] Compiling rdrand-x86_64-linux.S
[684/1380] Compiling rsaz-avx2-apple.S
[685/1380] Compiling rsaz-avx2-linux.S
[686/1380] Compiling rdrand-x86_64-apple.S
[687/1380] Compiling p256_beeu-x86_64-asm-linux.S
[688/1380] Compiling p256_beeu-x86_64-asm-apple.S
[689/1380] Compiling p256_beeu-armv8-asm-win.S
[690/1380] Compiling p256_beeu-armv8-asm-linux.S
[691/1380] Compiling d1_both.cc
[692/1380] Compiling p256_beeu-armv8-asm-apple.S
[693/1380] Compiling p256-x86_64-asm-apple.S
[694/1380] Compiling p256-armv8-asm-win.S
[695/1380] Compiling p256-x86_64-asm-linux.S
[696/1380] Compiling p256-armv8-asm-linux.S
[697/1380] Compiling ghashv8-armv8-linux.S
[697/1380] Compiling ghashv8-armv8-win.S
[699/1380] Compiling p256-armv8-asm-apple.S
[700/1380] Compiling ghashv8-armv8-apple.S
[701/1380] Compiling ghashv8-armv7-linux.S
[702/1380] Compiling ghash-x86_64-linux.S
[703/1380] Compiling ghash-x86_64-apple.S
[704/1380] Compiling ghash-x86-linux.S
[705/1380] Compiling ghash-ssse3-x86_64-apple.S
[706/1380] Compiling ghash-ssse3-x86_64-linux.S
[706/1380] Compiling ghash-ssse3-x86-linux.S
[706/1380] Compiling ghash-x86-apple.S
[709/1380] Compiling ghash-ssse3-x86-apple.S
[710/1380] Compiling ghash-neon-armv8-win.S
[711/1380] Compiling ghash-neon-armv8-linux.S
[712/1380] Compiling ghash-neon-armv8-apple.S
[713/1380] Compiling co-586-linux.S
[714/1380] Compiling ghash-armv4-linux.S
[715/1380] Compiling co-586-apple.S
[716/1380] Compiling bsaes-armv7-linux.S
[717/1380] Compiling bn-armv8-win.S
[718/1380] Compiling bn-armv8-linux.S
[719/1380] Compiling bn-armv8-apple.S
[720/1380] Compiling bn-586-linux.S
[721/1380] Compiling bn-586-apple.S
[722/1380] Compiling armv8-mont-win.S
[723/1380] Compiling armv8-mont-linux.S
[724/1380] Compiling armv8-mont-apple.S
[725/1380] Compiling armv4-mont-linux.S
[726/1380] Compiling aesv8-gcm-armv8-win.S
[727/1380] Compiling aesv8-gcm-armv8-linux.S
[728/1380] Compiling aesv8-gcm-armv8-apple.S
[729/1380] Compiling aesv8-armv8-win.S
[730/1380] Compiling aesv8-armv8-linux.S
[731/1380] Compiling aesv8-armv8-apple.S
[732/1380] Compiling aesv8-armv7-linux.S
[733/1380] Compiling aesni-x86_64-linux.S
[734/1380] Compiling aesni-x86_64-apple.S
[735/1380] Compiling aesni-x86-linux.S
[736/1380] Compiling aesni-x86-apple.S
[737/1380] Compiling aesni-gcm-x86_64-apple.S
[738/1380] Compiling aesni-gcm-x86_64-linux.S
[739/1380] Compiling aes-gcm-avx2-x86_64-linux.S
[740/1380] Compiling aes-gcm-avx2-x86_64-apple.S
[741/1380] Compiling aes-gcm-avx10-x86_64-apple.S
[742/1380] Compiling aes-gcm-avx10-x86_64-linux.S
[743/1380] Compiling x_sig.cc
[744/1380] Compiling x_spki.cc
[745/1380] Compiling x_req.cc
[745/1380] Compiling x_val.cc
[747/1380] Compiling x_x509a.cc
[748/1380] Compiling x_pubkey.cc
[748/1380] Compiling x_x509.cc
[750/1380] Compiling x_name.cc
[751/1380] Compiling x_algor.cc
[752/1380] Compiling x_exten.cc
[753/1380] Compiling x509spki.cc
[754/1380] Compiling x_attrib.cc
[755/1380] Compiling x_crl.cc
[756/1380] Compiling x509rset.cc
[757/1380] Compiling x_all.cc
[758/1380] Compiling x509name.cc
[759/1380] Compiling x509_txt.cc
[760/1380] Compiling x509cset.cc
[761/1380] Compiling x509_v3.cc
[762/1380] Compiling x509_trs.cc
[763/1380] Compiling x509_vpm.cc
[764/1380] Compiling x509_req.cc
[765/1380] Compiling x509_vfy.cc
[766/1380] Compiling x509_set.cc
[767/1380] Compiling x509_obj.cc
[768/1380] Compiling x509_def.cc
[769/1380] Compiling x509_lu.cc
[770/1380] Compiling x509_ext.cc
[771/1380] Compiling x509_d2.cc
[772/1380] Compiling x509_cmp.cc
[773/1380] Compiling x509_att.cc
[774/1380] Compiling x509.cc
[775/1380] Compiling v3_skey.cc
[776/1380] Compiling v3_prn.cc
[777/1380] Compiling v3_utl.cc
[778/1380] Compiling v3_purp.cc
[779/1380] Compiling v3_pmaps.cc
[780/1380] Compiling v3_pcons.cc
[781/1380] Compiling v3_ocsp.cc
[782/1380] Compiling v3_ncons.cc
[783/1380] Compiling v3_int.cc
[784/1380] Compiling v3_lib.cc
[785/1380] Compiling v3_info.cc
[786/1380] Compiling v3_ia5.cc
[787/1380] Compiling v3_genn.cc
[788/1380] Compiling v3_extku.cc
[789/1380] Compiling v3_enum.cc
[790/1380] Compiling v3_crld.cc
[791/1380] Compiling v3_cpols.cc
[792/1380] Compiling v3_bitst.cc
[793/1380] Compiling v3_conf.cc
[794/1380] Compiling v3_bcons.cc
[795/1380] Compiling v3_alt.cc
[796/1380] Compiling v3_akeya.cc
[797/1380] Compiling v3_akey.cc
[798/1380] Compiling t_x509a.cc
[799/1380] Compiling i2d_pr.cc
[800/1380] Compiling t_crl.cc
[800/1380] Compiling t_x509.cc
[802/1380] Compiling t_req.cc
[803/1380] Compiling rsa_pss.cc
[804/1380] Compiling policy.cc
[805/1380] Compiling name_print.cc
[806/1380] Compiling by_file.cc
[807/1380] Compiling by_dir.cc
[808/1380] Compiling algorithm.cc
[809/1380] Compiling asn1_gen.cc
[810/1380] Compiling a_verify.cc
[811/1380] Compiling voprf.cc
[812/1380] Compiling a_sign.cc
[813/1380] Compiling a_digest.cc
[814/1380] Compiling trust_token.cc
[815/1380] Compiling thread_win.cc
[816/1380] Compiling thread_pthread.cc
[817/1380] Compiling thread_none.cc
[818/1380] Compiling thread.cc
[819/1380] Compiling stack.cc
[820/1380] Compiling pmbtoken.cc
[821/1380] Compiling sha512.cc
[822/1380] Compiling sha1.cc
[823/1380] Compiling sha256.cc
[824/1380] Compiling siphash.cc
[825/1380] Compiling rsa_print.cc
[826/1380] Compiling slhdsa.cc
[827/1380] Compiling spake2plus.cc
[828/1380] Compiling rsa_extra.cc
[829/1380] Compiling rc4.cc
[830/1380] Compiling refcount.cc
[831/1380] Compiling rsa_crypt.cc
[832/1380] Compiling trusty.cc
[833/1380] Compiling windows.cc
[834/1380] Compiling urandom.cc
[835/1380] Compiling rand.cc
[836/1380] Compiling rsa_asn1.cc
[837/1380] Compiling ios.cc
[838/1380] Compiling passive.cc
[839/1380] Compiling poly1305_arm_asm.S
[840/1380] Compiling getentropy.cc
[841/1380] Compiling deterministic.cc
[842/1380] Compiling forkunsafe.cc
[843/1380] Compiling fork_detect.cc
[844/1380] Compiling poly1305_arm.cc
[845/1380] Compiling poly1305.cc
[846/1380] Compiling poly1305_vec.cc
[847/1380] Compiling pool.cc
[848/1380] Compiling pkcs7.cc
[849/1380] Compiling pkcs8_x509.cc
[850/1380] Compiling pkcs8.cc
[851/1380] Compiling p5_pbev2.cc
[852/1380] Compiling pkcs7_x509.cc
[853/1380] Compiling pem_xaux.cc
[854/1380] Compiling pem_x509.cc
[855/1380] Compiling pem_pkey.cc
[856/1380] Compiling mlkem.cc
[857/1380] Compiling pem_pk8.cc
[858/1380] Compiling obj_xref.cc
[859/1380] Compiling pem_oth.cc
[860/1380] Compiling pem_info.cc
[861/1380] Compiling mldsa.cc
[862/1380] Compiling pem_lib.cc
[863/1380] Compiling obj.cc
[864/1380] Compiling pem_all.cc
[865/1380] Compiling poly_rq_mul.S
[866/1380] Compiling fips_shared_support.cc
[867/1380] Compiling md5.cc
[868/1380] Compiling mem.cc
[869/1380] Compiling md4.cc
[870/1380] Compiling lhash.cc
[871/1380] Compiling ex_data.cc
[872/1380] Compiling sign.cc
[873/1380] Compiling hrss.cc
[874/1380] Compiling kyber.cc
[875/1380] Compiling scrypt.cc
[876/1380] Compiling hpke.cc
[877/1380] Compiling print.cc
[878/1380] Compiling p_x25519.cc
[879/1380] Compiling pbkdf.cc
[880/1380] Compiling p_x25519_asn1.cc
[881/1380] Compiling p_rsa_asn1.cc
[882/1380] Compiling p_rsa.cc
[883/1380] Compiling p_ed25519.cc
[884/1380] Compiling p_hkdf.cc
[885/1380] Compiling p_ed25519_asn1.cc
[886/1380] Compiling p_ec_asn1.cc
[887/1380] Compiling p_ec.cc
[888/1380] Compiling p_dh.cc
[889/1380] Compiling p_dh_asn1.cc
[890/1380] Compiling evp_ctx.cc
[891/1380] Compiling p_dsa_asn1.cc
[892/1380] Compiling evp.cc
[893/1380] Compiling err.cc
[894/1380] Compiling engine.cc
[895/1380] Compiling ecdh.cc
[896/1380] Compiling evp_asn1.cc
[897/1380] Compiling ecdsa_asn1.cc
[898/1380] Compiling hash_to_curve.cc
[899/1380] Compiling ec_derive.cc
[900/1380] Compiling dsa.cc
[901/1380] Compiling dsa_asn1.cc
[902/1380] Compiling ec_asn1.cc
[903/1380] Compiling params.cc
[904/1380] Compiling x25519-asm-arm.S
[905/1380] Compiling des.cc
[906/1380] Compiling digest_extra.cc
[907/1380] Compiling dh_asn1.cc
[908/1380] Compiling crypto.cc
[909/1380] Compiling cpu_intel.cc
[910/1380] Compiling cpu_arm_linux.cc
[911/1380] Compiling spake25519.cc
[912/1380] Compiling curve25519.cc
[913/1380] Compiling cpu_arm_freebsd.cc
[914/1380] Compiling cpu_aarch64_openbsd.cc
[915/1380] Compiling cpu_aarch64_win.cc
[916/1380] Compiling cpu_aarch64_sysreg.cc
[917/1380] Compiling cpu_aarch64_linux.cc
[918/1380] Compiling bcm.cc
[919/1380] Compiling cpu_aarch64_apple.cc
[920/1380] Compiling cpu_aarch64_fuchsia.cc
[921/1380] Compiling curve25519_64_adx.cc
[922/1380] Compiling tls_cbc.cc
[923/1380] Compiling get_cipher.cc
[924/1380] Compiling conf.cc
[925/1380] Compiling e_rc4.cc
[926/1380] Compiling e_tls.cc
[927/1380] Compiling e_null.cc
[928/1380] Compiling e_rc2.cc
[929/1380] Compiling e_des.cc
[930/1380] Compiling e_chacha20poly1305.cc
[931/1380] Compiling derive_key.cc
[932/1380] Compiling e_aesctrhmac.cc
[933/1380] Compiling e_aesgcmsiv.cc
[934/1380] Compiling chacha.cc
[935/1380] Compiling unicode.cc
[936/1380] Compiling cbb.cc
[937/1380] Compiling buf.cc
[938/1380] Compiling cbs.cc
[939/1380] Compiling ber.cc
[940/1380] Compiling asn1_compat.cc
[941/1380] Compiling blake2.cc
[942/1380] Compiling bn_asn1.cc
[943/1380] Compiling convert.cc
[944/1380] Compiling socket.cc
[945/1380] Compiling socket_helper.cc
[946/1380] Compiling printf.cc
[947/1380] Compiling pair.cc
[948/1380] Compiling hexdump.cc
[949/1380] Compiling file.cc
[949/1380] Compiling fd.cc
[951/1380] Compiling errno.cc
[952/1380] Compiling bio_mem.cc
[953/1380] Compiling connect.cc
[954/1380] Compiling bio.cc
[955/1380] Compiling base64.cc
[956/1380] Compiling tasn_fre.cc
[957/1380] Compiling tasn_typ.cc
[958/1380] Compiling posix_time.cc
[959/1380] Compiling tasn_enc.cc
[960/1380] Compiling tasn_utl.cc
[961/1380] Compiling f_string.cc
[962/1380] Compiling tasn_new.cc
[963/1380] Compiling f_int.cc
[964/1380] Compiling asn_pack.cc
[965/1380] Compiling tasn_dec.cc
[966/1380] Compiling asn1_par.cc
[967/1380] Compiling a_utctm.cc
[968/1380] Compiling a_octet.cc
[969/1380] Compiling a_type.cc
[970/1380] Compiling asn1_lib.cc
[971/1380] Compiling a_time.cc
[972/1380] Compiling a_strnid.cc
[973/1380] Compiling a_strex.cc
[974/1380] Compiling a_i2d_fp.cc
[975/1380] Compiling a_object.cc
[976/1380] Compiling a_dup.cc
[977/1380] Compiling a_d2i_fp.cc
[978/1380] Compiling a_mbstr.cc
[979/1380] Compiling a_gentm.cc
[980/1380] Compiling fiat_p256_adx_sqr.S
[981/1380] Compiling a_int.cc
[982/1380] Compiling fiat_p256_adx_mul.S
[983/1380] Compiling fiat_curve25519_adx_square.S
[984/1380] Compiling fiat_curve25519_adx_mul.S
[985/1380] Compiling md5-x86_64-linux.S
[986/1380] Compiling md5-x86_64-apple.S
[987/1380] Compiling md5-586-linux.S
[988/1380] Compiling md5-586-apple.S
[989/1380] Compiling a_bool.cc
[990/1380] Compiling a_bitstr.cc
[991/1380] Compiling chacha20_poly1305_armv8-win.S
[992/1380] Compiling chacha20_poly1305_x86_64-apple.S
[993/1380] Compiling chacha20_poly1305_armv8-linux.S
[994/1380] Compiling chacha20_poly1305_x86_64-linux.S
[995/1380] Compiling chacha20_poly1305_armv8-apple.S
[996/1380] Compiling chacha-x86_64-linux.S
[997/1380] Compiling chacha-x86-linux.S
[998/1380] Compiling chacha-x86_64-apple.S
[999/1380] Compiling CCryptoBoringSSLShims shims.c
[1000/1380] Compiling chacha-x86-apple.S
[1001/1380] Compiling chacha-armv8-win.S
[1002/1380] Compiling chacha-armv8-linux.S
[1003/1380] Compiling chacha-armv8-apple.S
[1004/1380] Compiling chacha-armv4-linux.S
[1005/1380] Compiling aes128gcmsiv-x86_64-apple.S
[1006/1380] Compiling aes128gcmsiv-x86_64-linux.S
[1007/1380] Compiling x86_64-mont5-apple.S
[1008/1380] Compiling x86_64-mont5-linux.S
[1009/1380] Compiling x86_64-mont-linux.S
[1010/1380] Compiling err_data.cc
[1011/1380] Compiling x86-mont-linux.S
[1012/1380] Compiling x86_64-mont-apple.S
[1013/1380] Compiling x86-mont-apple.S
[1014/1380] Compiling vpaes-x86_64-linux.S
[1015/1380] Compiling vpaes-x86_64-apple.S
[1016/1380] Compiling vpaes-x86-apple.S
[1017/1380] Compiling vpaes-x86-linux.S
[1018/1380] Compiling vpaes-armv8-win.S
[1019/1380] Compiling vpaes-armv8-linux.S
[1020/1380] Compiling vpaes-armv8-apple.S
[1021/1380] Compiling vpaes-armv7-linux.S
[1022/1380] Compiling sha512-x86_64-apple.S
[1023/1380] Compiling sha512-armv8-win.S
[1024/1380] Compiling sha512-armv8-apple.S
[1025/1380] Compiling sha512-x86_64-linux.S
[1026/1380] Compiling sha512-armv8-linux.S
[1027/1380] Compiling sha512-armv4-linux.S
[1028/1380] Compiling sha512-586-linux.S
[1029/1380] Compiling sha512-586-apple.S
[1030/1380] Compiling sha256-x86_64-apple.S
[1031/1380] Compiling sha256-armv8-win.S
[1032/1380] Compiling sha256-x86_64-linux.S
[1033/1380] Compiling sha256-armv8-linux.S
[1034/1380] Compiling sha256-armv8-apple.S
[1035/1380] Compiling sha256-armv4-linux.S
[1036/1380] Compiling sha256-586-apple.S
[1037/1380] Compiling sha256-586-linux.S
[1038/1380] Compiling sha1-x86_64-apple.S
[1039/1380] Compiling sha1-armv8-win.S
[1040/1380] Compiling sha1-armv8-linux.S
[1041/1380] Compiling sha1-x86_64-linux.S
[1042/1380] Compiling sha1-armv4-large-linux.S
[1043/1380] Compiling sha1-armv8-apple.S
[1044/1380] Compiling sha1-586-linux.S
[1045/1380] Compiling sha1-586-apple.S
[1046/1380] Compiling rsaz-avx2-apple.S
[1047/1380] Compiling rsaz-avx2-linux.S
[1048/1380] Compiling rdrand-x86_64-linux.S
[1049/1380] Compiling rdrand-x86_64-apple.S
[1050/1380] Compiling p256_beeu-x86_64-asm-linux.S
[1051/1380] Compiling p256_beeu-armv8-asm-win.S
[1052/1380] Compiling p256_beeu-x86_64-asm-apple.S
[1053/1380] Compiling p256_beeu-armv8-asm-apple.S
[1054/1380] Compiling p256_beeu-armv8-asm-linux.S
[1055/1380] Compiling p256-x86_64-asm-apple.S
[1056/1380] Compiling p256-x86_64-asm-linux.S
[1057/1380] Compiling p256-armv8-asm-linux.S
[1058/1380] Compiling p256-armv8-asm-win.S
[1059/1380] Compiling ghashv8-armv8-win.S
[1059/1380] Compiling p256-armv8-asm-apple.S
[1061/1380] Compiling ghashv8-armv8-linux.S
[1062/1380] Compiling ghashv8-armv8-apple.S
[1063/1380] Compiling ghashv8-armv7-linux.S
[1064/1380] Compiling ghash-x86_64-linux.S
[1065/1380] Compiling ghash-x86_64-apple.S
[1066/1380] Compiling ghash-x86-linux.S
[1067/1380] Compiling ghash-x86-apple.S
[1068/1380] Compiling ghash-ssse3-x86_64-linux.S
[1069/1380] Compiling ghash-ssse3-x86_64-apple.S
[1070/1380] Compiling ghash-ssse3-x86-linux.S
[1071/1380] Compiling ghash-ssse3-x86-apple.S
[1072/1380] Compiling ghash-neon-armv8-win.S
[1073/1380] Compiling ghash-neon-armv8-linux.S
[1074/1380] Compiling ghash-neon-armv8-apple.S
[1075/1380] Compiling ghash-armv4-linux.S
[1076/1380] Compiling co-586-linux.S
[1077/1380] Compiling co-586-apple.S
[1078/1380] Compiling bsaes-armv7-linux.S
[1079/1380] Compiling bn-armv8-win.S
[1080/1380] Compiling bn-armv8-linux.S
[1081/1380] Compiling bn-armv8-apple.S
[1082/1380] Compiling bn-586-linux.S
[1083/1380] Compiling bn-586-apple.S
[1084/1380] Compiling armv8-mont-win.S
[1085/1380] Compiling armv8-mont-linux.S
[1086/1380] Compiling armv8-mont-apple.S
[1087/1380] Compiling armv4-mont-linux.S
[1088/1380] Compiling aesv8-gcm-armv8-linux.S
[1089/1380] Compiling aesv8-gcm-armv8-win.S
[1090/1380] Compiling aesv8-gcm-armv8-apple.S
[1091/1380] Compiling aesv8-armv8-win.S
[1092/1380] Compiling aesv8-armv8-linux.S
[1093/1380] Compiling aesv8-armv8-apple.S
[1094/1380] Compiling aesv8-armv7-linux.S
[1095/1380] Compiling aesni-x86_64-apple.S
[1096/1380] Compiling aesni-x86-linux.S
[1097/1380] Compiling aesni-x86_64-linux.S
[1098/1380] Compiling aesni-x86-apple.S
[1099/1380] Compiling aesni-gcm-x86_64-linux.S
[1100/1380] Compiling aesni-gcm-x86_64-apple.S
[1101/1380] Compiling aes-gcm-avx10-x86_64-apple.S
[1102/1380] Compiling aes-gcm-avx10-x86_64-linux.S
[1103/1380] Compiling x_sig.cc
[1104/1380] Compiling x_val.cc
[1105/1380] Compiling x_x509a.cc
[1106/1380] Compiling x_spki.cc
[1107/1380] Compiling x_x509.cc
[1108/1380] Compiling x_req.cc
[1109/1380] Compiling c-nioatomics.c
[1110/1380] Compiling x_pubkey.cc
[1111/1380] Compiling x_name.cc
[1112/1380] Compiling x_exten.cc
[1113/1380] Compiling x_attrib.cc
[1114/1380] Compiling x_crl.cc
[1115/1380] Compiling c-atomics.c
[1116/1380] Compiling x_all.cc
[1117/1380] Compiling x_algor.cc
[1118/1386] Compiling x509rset.cc
[1120/1386] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1120/1386] Compiling x509spki.cc
[1121/1386] Compiling x509name.cc
[1122/1386] Compiling x509_vpm.cc
[1123/1386] Compiling x509_vfy.cc
[1125/1386] Emitting module NIOConcurrencyHelpers
[1126/1386] Compiling NIOConcurrencyHelpers lock.swift
[1126/1386] Compiling x509cset.cc
[1127/1386] Compiling x509_v3.cc
[1129/1386] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1129/1386] Compiling x509_txt.cc
[1131/1386] Compiling NIOConcurrencyHelpers NIOLock.swift
[1132/1386] Compiling NIOConcurrencyHelpers atomics.swift
[1133/1387] Compiling x509_trs.cc
[1134/1387] Wrapping AST for NIOConcurrencyHelpers for debugging
[1135/1387] Compiling x509_obj.cc
[1136/1387] Compiling x509_lu.cc
[1137/1387] Compiling x509_set.cc
[1138/1387] Compiling x509_def.cc
[1139/1387] Compiling x509_ext.cc
[1140/1387] Compiling x509_d2.cc
[1141/1387] Compiling x509.cc
[1142/1387] Compiling x509_cmp.cc
[1143/1387] Compiling x509_att.cc
[1144/1387] Compiling v3_skey.cc
[1145/1387] Compiling v3_utl.cc
[1146/1387] Compiling v3_purp.cc
[1147/1387] Compiling v3_prn.cc
[1148/1387] Compiling v3_pmaps.cc
[1149/1387] Compiling v3_ocsp.cc
[1150/1387] Compiling v3_pcons.cc
[1151/1387] Compiling v3_ncons.cc
[1152/1387] Compiling v3_int.cc
[1153/1387] Compiling v3_lib.cc
[1154/1387] Compiling v3_info.cc
[1155/1387] Compiling v3_ia5.cc
[1156/1387] Compiling v3_genn.cc
[1157/1387] Compiling v3_extku.cc
[1158/1387] Compiling v3_enum.cc
[1159/1387] Compiling v3_crld.cc
[1160/1387] Compiling v3_conf.cc
[1161/1387] Compiling v3_cpols.cc
[1162/1387] Compiling v3_bitst.cc
[1163/1387] Compiling v3_bcons.cc
[1164/1387] Compiling v3_alt.cc
[1165/1387] Compiling v3_akeya.cc
[1166/1387] Compiling t_x509a.cc
[1167/1387] Compiling v3_akey.cc
[1168/1387] Compiling t_x509.cc
[1169/1387] Compiling t_req.cc
[1170/1387] Compiling t_crl.cc
[1171/1387] Compiling rsa_pss.cc
[1172/1387] Compiling i2d_pr.cc
[1173/1387] Compiling policy.cc
[1174/1387] Compiling name_print.cc
[1175/1387] Compiling by_file.cc
[1176/1387] Compiling by_dir.cc
[1177/1387] Compiling algorithm.cc
[1178/1387] Compiling asn1_gen.cc
[1179/1387] Compiling a_verify.cc
[1180/1387] Compiling a_digest.cc
[1181/1387] Compiling voprf.cc
[1182/1387] Compiling a_sign.cc
[1183/1387] Compiling thread_win.cc
[1184/1387] Compiling thread_pthread.cc
[1185/1387] Compiling trust_token.cc
[1186/1387] Compiling thread_none.cc
[1187/1387] Compiling thread.cc
[1188/1387] Compiling pmbtoken.cc
[1189/1387] Compiling stack.cc
[1190/1387] Compiling wots.cc
[1191/1387] Compiling thash.cc
[1192/1387] Compiling slhdsa.cc
[1192/1387] Compiling merkle.cc
[1194/1387] Compiling fors.cc
[1195/1387] Compiling sha512.cc
[1196/1387] Compiling siphash.cc
[1197/1387] Compiling sha256.cc
[1198/1387] Compiling sha1.cc
[1199/1387] Compiling rsa_extra.cc
[1200/1387] Compiling rsa_print.cc
[1201/1387] Compiling rc4.cc
[1202/1387] Compiling refcount.cc
[1203/1387] Compiling rsa_crypt.cc
[1204/1387] Compiling rsa_asn1.cc
[1205/1387] Compiling windows.cc
[1206/1387] Compiling urandom.cc
[1207/1387] Compiling trusty.cc
[1208/1387] Compiling rand_extra.cc
[1209/1387] Compiling ios.cc
[1210/1387] Compiling getentropy.cc
[1211/1387] Compiling poly1305_arm_asm.S
[1212/1387] Compiling passive.cc
[1213/1387] Compiling deterministic.cc
[1214/1387] Compiling forkunsafe.cc
[1215/1387] Compiling fork_detect.cc
[1216/1387] Compiling pool.cc
[1217/1387] Compiling poly1305_arm.cc
[1218/1387] Compiling poly1305.cc
[1219/1387] Compiling poly1305_vec.cc
[1220/1387] Compiling pkcs7.cc
[1221/1387] Compiling pkcs8.cc
[1222/1387] Compiling pkcs8_x509.cc
[1222/1387] Compiling p5_pbev2.cc
[1224/1387] Compiling pkcs7_x509.cc
[1225/1387] Compiling pem_xaux.cc
[1226/1387] Compiling pem_x509.cc
[1227/1387] Compiling pem_pkey.cc
[1228/1387] Compiling pem_pk8.cc
[1229/1387] Compiling obj_xref.cc
[1230/1387] Compiling pem_oth.cc
[1231/1387] Compiling pem_info.cc
[1232/1387] Compiling mlkem.cc
[1233/1387] Compiling obj.cc
[1234/1387] Compiling pem_lib.cc
[1235/1387] Compiling mldsa.cc
[1236/1387] Compiling pem_all.cc
[1237/1387] Compiling poly_rq_mul.S
[1238/1387] Compiling mem.cc
[1239/1387] Compiling fips_shared_support.cc
[1240/1387] Compiling md5.cc
[1241/1387] Compiling md4.cc
[1242/1387] Compiling lhash.cc
[1243/1387] Compiling kyber.cc
[1244/1387] Compiling ex_data.cc
[1245/1387] Compiling hrss.cc
[1246/1387] Compiling sign.cc
[1247/1387] Compiling hpke.cc
[1248/1387] Compiling scrypt.cc
[1249/1387] Compiling pbkdf.cc
[1249/1387] Compiling print.cc
[1251/1387] Compiling p_x25519.cc
[1252/1387] Compiling p_x25519_asn1.cc
[1253/1387] Compiling p_rsa_asn1.cc
[1254/1387] Compiling p_rsa.cc
[1255/1387] Compiling p_hkdf.cc
[1256/1387] Compiling p_ed25519.cc
[1257/1387] Compiling p_ed25519_asn1.cc
[1258/1387] Compiling p_ec_asn1.cc
[1259/1387] Compiling p_ec.cc
[1260/1387] Compiling p_dh.cc
[1261/1387] Compiling p_dsa_asn1.cc
[1262/1387] Compiling evp_ctx.cc
[1262/1387] Compiling p_dh_asn1.cc
[1264/1387] Compiling evp.cc
[1265/1387] Compiling evp_asn1.cc
[1266/1387] Compiling err.cc
[1267/1387] Compiling engine.cc
[1268/1387] Compiling ecdh_extra.cc
[1269/1387] Compiling hash_to_curve.cc
[1270/1387] Compiling ecdsa_asn1.cc
[1271/1387] Compiling ec_derive.cc
[1272/1387] Compiling dsa_asn1.cc
[1273/1387] Compiling ec_asn1.cc
[1274/1387] Compiling dsa.cc
[1275/1387] Compiling params.cc
[1276/1387] Compiling x25519-asm-arm.S
[1277/1387] Compiling dh_asn1.cc
[1278/1387] Compiling digest_extra.cc
[1279/1387] Compiling des.cc
[1280/1387] Compiling spake25519.cc
[1281/1387] Compiling crypto.cc
[1282/1387] Compiling cpu_arm_linux.cc
[1283/1387] Compiling cpu_intel.cc
[1284/1387] Compiling curve25519.cc
[1285/1387] Compiling cpu_arm_freebsd.cc
[1286/1387] Compiling cpu_aarch64_win.cc
[1287/1387] Compiling cpu_aarch64_openbsd.cc
[1288/1387] Compiling cpu_aarch64_sysreg.cc
[1289/1387] Compiling cpu_aarch64_linux.cc
[1290/1387] Compiling bcm.cc
[1291/1387] Compiling cpu_aarch64_fuchsia.cc
[1292/1387] Compiling cpu_aarch64_apple.cc
[1293/1387] Compiling curve25519_64_adx.cc
[1294/1387] Compiling conf.cc
[1295/1387] Compiling tls_cbc.cc
[1296/1387] Compiling e_tls.cc
[1297/1387] Compiling e_rc4.cc
[1298/1387] Compiling e_null.cc
[1298/1387] Compiling e_rc2.cc
[1300/1387] Compiling e_des.cc
[1301/1387] Compiling derive_key.cc
[1302/1387] Compiling e_chacha20poly1305.cc
[1303/1387] Compiling e_aesctrhmac.cc
[1304/1387] Compiling e_aesgcmsiv.cc
[1305/1387] Compiling cipher_extra.cc
[1306/1387] Compiling unicode.cc
[1307/1387] Compiling chacha.cc
[1308/1387] Compiling ber.cc
[1309/1387] Compiling buf.cc
[1310/1387] Compiling cbb.cc
[1311/1387] Compiling asn1_compat.cc
[1311/1387] Compiling cbs.cc
[1313/1387] Compiling convert.cc
[1314/1387] Compiling bn_asn1.cc
[1315/1387] Compiling blake2.cc
[1316/1387] Compiling printf.cc
[1317/1387] Compiling hexdump.cc
[1318/1387] Compiling pair.cc
[1319/1387] Compiling file.cc
[1320/1387] Compiling fd.cc
[1321/1387] Compiling errno.cc
[1322/1387] Compiling bio_mem.cc
[1323/1387] Compiling tasn_typ.cc
[1324/1387] Compiling tasn_fre.cc
[1325/1387] Compiling posix_time.cc
[1326/1387] Compiling tasn_new.cc
[1327/1387] Compiling f_string.cc
[1328/1387] Compiling tasn_enc.cc
[1329/1387] Compiling tasn_dec.cc
[1330/1387] Compiling f_int.cc
[1331/1387] Compiling asn_pack.cc
[1332/1387] Compiling asn1_par.cc
[1333/1387] Compiling a_type.cc
[1334/1387] Compiling a_utctm.cc
[1335/1387] Compiling a_time.cc
[1336/1387] Compiling a_octet.cc
[1337/1387] Compiling a_strnid.cc
[1338/1387] Compiling CCompressZlib empty.c
[1339/1387] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1340/1387] Write sources
[1341/1387] Compiling a_strex.cc
[1342/1387] Write sources
[1343/1387] Compiling a_object.cc
[1344/1387] Write sources
[1346/1387] Compiling a_mbstr.cc
[1347/1387] Write sources
[1348/1387] Compiling a_dup.cc
[1349/1387] Write sources
[1351/1388] Compiling a_d2i_fp.cc
[1352/1501] Compiling a_bool.cc
[1353/1530] Compiling a_bitstr.cc
[1355/1530] Compiling Algorithms EitherSequence.swift
[1356/1530] Compiling Algorithms FirstNonNil.swift
[1357/1532] Compiling Algorithms Partition.swift
[1358/1532] Compiling Algorithms Permutations.swift
[1359/1532] Compiling Algorithms Indexed.swift
[1360/1532] Compiling Algorithms Intersperse.swift
[1361/1532] Compiling Algorithms FlattenCollection.swift
[1362/1532] Compiling Algorithms Grouped.swift
[1363/1540] Emitting module BitCollections
[1364/1547] Compiling Algorithms Joined.swift
[1365/1547] Compiling Algorithms Keyed.swift
[1366/1547] Compiling Algorithms MinMax.swift
[1367/1547] Compiling Atomics IntegerOperations.swift
[1368/1547] Compiling Atomics Unmanaged extensions.swift
[1369/1547] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1370/1547] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1371/1547] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1372/1547] Compiling AsyncAlgorithms DebounceStorage.swift
[1373/1547] Compiling AsyncAlgorithms Dictionary.swift
[1374/1547] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1375/1547] Compiling AsyncAlgorithms Locking.swift
[1376/1547] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1377/1547] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1378/1547] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1379/1547] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1380/1547] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1381/1547] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1382/1547] Compiling AsyncAlgorithms AsyncChannel.swift
[1383/1547] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1384/1547] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1385/1547] Compiling AsyncAlgorithms MergeStateMachine.swift
[1386/1547] Compiling AsyncAlgorithms MergeStorage.swift
[1387/1547] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1388/1547] Compiling AsyncAlgorithms Rethrow.swift
[1389/1547] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1390/1547] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1391/1547] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1392/1547] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1393/1547] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1394/1547] Compiling BitCollections BitSet+SetAlgebra union.swift
[1395/1547] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1396/1547] Compiling BitCollections BitSet.Counted.swift
[1397/1547] Emitting module ArgumentParserToolInfo
[1398/1547] Compiling ArgumentParserToolInfo ToolInfo.swift
[1404/1548] Compiling Algorithms Reductions.swift
[1408/1554] Compiling Algorithms Rotate.swift
[1408/1557] Wrapping AST for ArgumentParserToolInfo for debugging
[1410/1557] Compiling Algorithms Split.swift
[1411/1557] Compiling Algorithms Stride.swift
[1412/1557] Compiling Algorithms Suffix.swift
[1419/1595] Compiling CryptoBoringWrapper RandomBytes.swift
[1420/1595] Compiling BitCollections BitSet.Index.swift
[1421/1595] Compiling BitCollections BitSet._UnsafeHandle.swift
[1422/1595] Compiling BitCollections BitSet.swift
[1423/1595] Compiling BitCollections Range+Utilities.swift
[1424/1595] Compiling BitCollections Slice+Utilities.swift
[1425/1595] Compiling BitCollections UInt+Tricks.swift
[1426/1595] Compiling BitCollections _Word.swift
[1427/1595] Compiling ArgumentParser Errors.swift
[1428/1595] Compiling ArgumentParser Flag.swift
[1429/1595] Compiling ArgumentParser NameSpecification.swift
[1430/1595] Compiling ArgumentParser CommandGroup.swift
[1431/1595] Compiling ArgumentParser EnumerableFlag.swift
[1432/1595] Compiling ArgumentParser ExpressibleByArgument.swift
[1433/1595] Compiling ArgumentParser BashCompletionsGenerator.swift
[1434/1595] Compiling ArgumentParser CompletionsGenerator.swift
[1435/1595] Compiling ArgumentParser FishCompletionsGenerator.swift
[1436/1595] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1437/1595] Compiling ArgumentParser Argument.swift
[1438/1595] Compiling ArgumentParser ArgumentHelp.swift
[1439/1595] Compiling ArgumentParser ArgumentVisibility.swift
[1440/1595] Compiling ArgumentParser CompletionKind.swift
[1444/1595] Compiling ArgumentParser Option.swift
[1445/1595] Compiling ArgumentParser OptionGroup.swift
[1446/1595] Compiling ArgumentParser AsyncParsableCommand.swift
[1447/1595] Compiling ArgumentParser CommandConfiguration.swift
[1451/1595] Compiling ArgumentParser ParsableArguments.swift
[1452/1595] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1453/1595] Compiling ArgumentParser ParsableCommand.swift
[1454/1595] Compiling ArgumentParser ArgumentDecoder.swift
[1455/1595] Compiling ArgumentParser ArgumentDefinition.swift
[1456/1595] Compiling ArgumentParser ArgumentSet.swift
[1457/1595] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1472/1596] Emitting module AsyncAlgorithms
[1474/1596] Compiling ArgumentParser CommandParser.swift
[1475/1596] Compiling ArgumentParser InputKey.swift
[1476/1596] Compiling ArgumentParser InputOrigin.swift
[1477/1596] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1478/1596] Compiling CryptoBoringWrapper EllipticCurve.swift
[1487/1596] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1488/1596] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1489/1596] Emitting module CryptoBoringWrapper
[1489/1596] Wrapping AST for BitCollections for debugging
[1491/1598] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1492/1599] Compiling ArgumentParser DumpHelpGenerator.swift
[1493/1599] Compiling ArgumentParser HelpCommand.swift
[1494/1599] Compiling ArgumentParser HelpGenerator.swift
[1495/1599] Compiling ArgumentParser MessageInfo.swift
[1496/1599] Compiling ArgumentParser UsageGenerator.swift
[1503/1599] Emitting module Collections
[1504/1599] Compiling Collections Collections.swift
[1505/1599] Emitting module ArgumentParser
[1505/1664] Wrapping AST for CryptoBoringWrapper for debugging
[1508/1676] Compiling Crypto ASN1OctetString.swift
[1509/1676] Compiling Crypto ASN1Strings.swift
[1510/1676] Compiling Crypto ArraySliceBigint.swift
[1511/1676] Compiling Crypto ASN1Identifier.swift
[1512/1676] Compiling Crypto ASN1Integer.swift
[1513/1676] Compiling Crypto ASN1Null.swift
[1514/1676] Emitting module Atomics
[1514/1677] Wrapping AST for Collections for debugging
[1516/1677] Compiling Crypto PKCS8PrivateKey.swift
[1517/1677] Compiling Crypto SEC1PrivateKey.swift
[1518/1677] Compiling Crypto SubjectPublicKeyInfo.swift
[1519/1677] Compiling Crypto CryptoKitErrors.swift
[1520/1677] Compiling Crypto Digest_boring.swift
[1521/1677] Compiling Crypto Digest.swift
[1522/1677] Compiling Crypto Digests.swift
[1523/1677] Compiling Crypto HashFunctions.swift
[1524/1677] Compiling Crypto HashFunctions_SHA2.swift
[1525/1677] Compiling Crypto HPKE-AEAD.swift
[1526/1677] Compiling Crypto HPKE-Ciphersuite.swift
[1527/1677] Compiling Crypto HPKE-KDF.swift
[1528/1677] Compiling Crypto Insecure.swift
[1529/1677] Compiling Crypto Insecure_HashFunctions.swift
[1530/1677] Compiling Crypto KEM.swift
[1531/1677] Compiling Crypto ECDH_boring.swift
[1532/1677] Compiling Crypto DH.swift
[1533/1677] Compiling Crypto ECDH.swift
[1535/1678] Wrapping AST for Atomics for debugging
[1536/1678] Wrapping AST for AsyncAlgorithms for debugging
[1543/1678] Emitting module Algorithms
[1545/1747] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1546/1747] Compiling NIOCore BSDSocketAPI.swift
[1547/1747] Compiling NIOCore ByteBuffer-aux.swift
[1548/1747] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1549/1747] Compiling NIOCore ByteBuffer-conversions.swift
[1550/1747] Compiling NIOCore ByteBuffer-core.swift
[1551/1747] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1552/1748] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1553/1748] Compiling NIOCore ChannelInvoker.swift
[1554/1748] Compiling NIOCore ChannelOption.swift
[1555/1748] Compiling NIOCore ChannelPipeline.swift
[1556/1748] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1557/1748] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1558/1748] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1559/1748] Emitting module ServiceLifecycle
[1560/1748] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1561/1748] Compiling NIOCore EventLoopFuture.swift
[1562/1748] Compiling NIOCore FileDescriptor.swift
[1563/1748] Compiling NIOCore FileHandle.swift
[1564/1748] Compiling NIOCore FileRegion.swift
[1565/1748] Compiling ServiceLifecycle ServiceRunnerError.swift
[1566/1748] Compiling NIOCore AsyncChannelHandler.swift
[1567/1748] Compiling NIOCore AsyncChannelInboundStream.swift
[1568/1748] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1569/1748] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1570/1748] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1571/1748] Compiling NIOCore ByteBuffer-hex.swift
[1572/1748] Compiling NIOCore ByteBuffer-int.swift
[1573/1748] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1574/1748] Compiling NIOCore AddressedEnvelope.swift
[1575/1748] Compiling NIOCore AsyncAwaitSupport.swift
[1576/1748] Compiling NIOCore AsyncChannel.swift
[1577/1748] Compiling ServiceLifecycle CancellationWaiter.swift
[1578/1748] Compiling ServiceLifecycle GracefulShutdown.swift
[1579/1748] Compiling NIOCore ChannelHandler.swift
[1580/1748] Compiling NIOCore ChannelHandlers.swift
[1589/1757] Compiling NIOCore NIOAsyncWriter.swift
[1590/1757] Compiling NIOCore CircularBuffer.swift
[1591/1757] Compiling NIOCore Codec.swift
[1592/1757] Compiling NIOCore ConvenienceOptionSupport.swift
[1593/1757] Compiling NIOCore DeadChannel.swift
[1594/1757] Compiling NIOCore DispatchQueue+WithFuture.swift
[1595/1757] Compiling NIOCore EventLoop+Deprecated.swift
[1596/1757] Compiling NIOCore EventLoop+SerialExecutor.swift
[1597/1757] Compiling NIOCore EventLoop.swift
[1598/1757] Compiling NIOCore ByteBuffer-multi-int.swift
[1599/1758] Wrapping AST for ArgumentParser for debugging
[1601/1758] Compiling Crypto HKDF.swift
[1602/1758] Compiling Crypto AESWrap.swift
[1603/1758] Compiling Crypto AESWrap_boring.swift
[1604/1758] Compiling Crypto Ed25519_boring.swift
[1605/1758] Compiling Crypto NISTCurvesKeys_boring.swift
[1606/1758] Compiling Crypto X25519Keys_boring.swift
[1607/1758] Compiling Crypto Curve25519.swift
[1608/1758] Compiling Crypto Ed25519Keys.swift
[1609/1758] Compiling Crypto NISTCurvesKeys.swift
[1610/1758] Compiling Crypto X25519Keys.swift
[1611/1758] Compiling NIOCore MarkedCircularBuffer.swift
[1612/1758] Compiling NIOCore MulticastChannel.swift
[1613/1758] Compiling NIOCore NIOAny.swift
[1614/1758] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1615/1758] Compiling NIOCore NIOLoopBound.swift
[1616/1758] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1617/1758] Compiling NIOCore NIOScheduledCallback.swift
[1618/1758] Compiling NIOCore NIOSendable.swift
[1619/1758] Compiling NIOCore RecvByteBufferAllocator.swift
[1620/1758] Compiling Crypto Ed25519.swift
[1636/1766] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1637/1766] Compiling NIOCore ByteBuffer-views.swift
[1638/1766] Compiling NIOCore Channel.swift
[1639/1766] Compiling ServiceLifecycle Service.swift
[1640/1766] Compiling ServiceLifecycle ServiceGroup.swift
[1642/1767] Emitting module Crypto
[1665/1767] Compiling NIOCore GlobalSingletons.swift
[1666/1767] Compiling NIOCore IO.swift
[1667/1767] Compiling NIOCore IOData.swift
[1668/1767] Compiling NIOCore IPProtocol.swift
[1669/1767] Compiling NIOCore IntegerBitPacking.swift
[1670/1767] Compiling NIOCore IntegerTypes.swift
[1671/1767] Compiling NIOCore Interfaces.swift
[1672/1767] Compiling NIOCore Linux.swift
[1672/1767] Wrapping AST for ServiceLifecycle for debugging
[1690/1767] Compiling Crypto Signature.swift
[1691/1767] Compiling Crypto CryptoKitErrors_boring.swift
[1692/1767] Compiling Crypto RNG_boring.swift
[1693/1767] Compiling Crypto SafeCompare_boring.swift
[1694/1767] Compiling Crypto Zeroization_boring.swift
[1695/1767] Compiling Crypto PrettyBytes.swift
[1696/1767] Compiling Crypto SafeCompare.swift
[1697/1767] Compiling Crypto SecureBytes.swift
[1698/1767] Compiling Crypto Zeroization.swift
[1699/1768] Wrapping AST for Crypto for debugging
[1701/1814] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1702/1814] Compiling NIOCore SocketAddresses.swift
[1703/1814] Compiling NIOCore SocketOptionProvider.swift
[1704/1814] Compiling NIOCore SystemCallHelpers.swift
[1705/1814] Compiling NIOCore TimeAmount+Duration.swift
[1706/1814] Compiling NIOCore TypeAssistedChannelHandler.swift
[1707/1814] Compiling NIOCore UniversalBootstrapSupport.swift
[1708/1814] Compiling NIOCore Utilities.swift
[1709/1814] Compiling _CryptoExtras ChaCha20CTR.swift
[1710/1814] Compiling _CryptoExtras ECToolbox_boring.swift
[1711/1814] Compiling _CryptoExtras ECToolbox.swift
[1712/1814] Compiling _CryptoExtras Scrypt.swift
[1713/1814] Compiling _CryptoExtras OPRF.swift
[1714/1814] Compiling _CryptoExtras OPRFClient.swift
[1715/1814] Compiling _CryptoExtras OPRFServer.swift
[1716/1814] Compiling _CryptoExtras VOPRF+API.swift
[1717/1814] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1718/1814] Compiling _CryptoExtras ARC+API.swift
[1719/1814] Compiling _CryptoExtras ARC.swift
[1720/1814] Compiling _CryptoExtras ARCCredential.swift
[1721/1814] Compiling _CryptoExtras ARCEncoding.swift
[1722/1814] Compiling _CryptoExtras ARCPrecredential.swift
[1723/1814] Compiling _CryptoExtras ARCPresentation.swift
[1724/1814] Compiling _CryptoExtras AES_CBC.swift
[1725/1814] Compiling _CryptoExtras AES_CFB.swift
[1726/1814] Compiling _CryptoExtras AES_CTR.swift
[1727/1814] Compiling _CryptoExtras AES_GCM_SIV.swift
[1728/1814] Compiling _CryptoExtras Block Function.swift
[1729/1814] Compiling _CryptoExtras AES_CFB_boring.swift
[1730/1814] Compiling _CryptoExtras AES_CTR_boring.swift
[1731/1814] Compiling _CryptoExtras ARCRequest.swift
[1732/1814] Compiling _CryptoExtras ARCResponse.swift
[1733/1814] Compiling _CryptoExtras ARCServer.swift
[1734/1814] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1735/1814] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1736/1814] Compiling _CryptoExtras DigestType.swift
[1737/1814] Compiling _CryptoExtras Error.swift
[1738/1814] Compiling _CryptoExtras I2OSP.swift
[1739/1814] Compiling _CryptoExtras IntegerEncoding.swift
[1740/1814] Compiling _CryptoExtras PEMDocument.swift
[1741/1820] Emitting module _CryptoExtras
[1749/1820] Compiling _CryptoExtras VOPRFServer.swift
[1750/1820] Compiling _CryptoExtras RSA+BlindSigning.swift
[1751/1820] Compiling _CryptoExtras RSA.swift
[1752/1820] Compiling _CryptoExtras RSA_boring.swift
[1753/1820] Compiling _CryptoExtras RSA_security.swift
[1754/1820] Compiling _CryptoExtras BoringSSLHelpers.swift
[1755/1820] Compiling _CryptoExtras PrettyBytes.swift
[1756/1820] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1757/1820] Compiling _CryptoExtras DLEQ.swift
[1758/1820] Compiling _CryptoExtras Prover.swift
[1759/1820] Compiling _CryptoExtras Verifier.swift
[1760/1820] Compiling _CryptoExtras ZKPToolbox.swift
[1761/1820] Compiling _CryptoExtras VOPRFClient.swift
[1762/1820] Compiling _CryptoExtras HashToField.swift
[1763/1820] Compiling _CryptoExtras KDF.swift
[1764/1820] Compiling _CryptoExtras PBKDF2_boring.swift
[1765/1820] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1766/1820] Compiling _CryptoExtras PBKDF2.swift
[1767/1820] Compiling _CryptoExtras Scrypt_boring.swift
[1770/1820] Emitting module NIOCore
[1771/1825] Wrapping AST for NIOCore for debugging
[1773/1882] Compiling CompressNIO CompressionAlgorithm.swift
[1774/1882] Emitting module NIOHTTPTypes
[1775/1882] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1776/1884] Compiling CompressNIO Compressor.swift
[1777/1884] Compiling CompressNIO Error.swift
[1778/1884] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1780/1884] Emitting module NIOEmbedded
[1780/1884] Wrapping AST for NIOHTTPTypes for debugging
[1782/1884] Compiling CompressNIO ZlibWrapper.swift
[1783/1884] Emitting module CompressNIO
[1784/1884] Compiling CompressNIO ByteBuffer+compress.swift
[1785/1884] Compiling CompressNIO ByteBuffer+decompress.swift
[1786/1884] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1787/1884] Compiling CompressNIO Zlib.swift
[1789/1885] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1790/1885] Compiling NIOEmbedded AsyncTestingChannel.swift
[1791/1885] Compiling NIOEmbedded Embedded.swift
[1791/1886] Wrapping AST for CompressNIO for debugging
[1794/1886] Compiling NIOPosix IO.swift
[1795/1886] Compiling NIOPosix IntegerBitPacking.swift
[1796/1886] Compiling NIOPosix IntegerTypes.swift
[1797/1886] Compiling NIOPosix Linux.swift
[1798/1886] Compiling NIOPosix LinuxCPUSet.swift
[1799/1886] Compiling NIOPosix LinuxUring.swift
[1800/1886] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1801/1892] Compiling NIOPosix Pool.swift
[1802/1892] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1803/1892] Compiling NIOPosix PosixSingletons.swift
[1804/1892] Compiling NIOPosix RawSocketBootstrap.swift
[1805/1892] Compiling NIOPosix Resolver.swift
[1806/1892] Compiling NIOPosix Selectable.swift
[1806/1892] Wrapping AST for NIOEmbedded for debugging
[1808/1892] Compiling NIOPosix ThreadPosix.swift
[1809/1892] Compiling NIOPosix ThreadWindows.swift
[1810/1892] Compiling NIOPosix UnsafeTransfer.swift
[1811/1892] Compiling NIOPosix Utilities.swift
[1812/1892] Compiling NIOPosix VsockAddress.swift
[1813/1892] Compiling NIOPosix VsockChannelEvents.swift
[1814/1892] Emitting module NIOPosix
[1815/1892] Compiling NIOPosix SelectableChannel.swift
[1816/1892] Compiling NIOPosix SelectableEventLoop.swift
[1817/1892] Compiling NIOPosix SelectorEpoll.swift
[1818/1892] Compiling NIOPosix SelectorGeneric.swift
[1819/1892] Compiling NIOPosix SelectorKqueue.swift
[1820/1892] Compiling NIOPosix SelectorUring.swift
[1821/1892] Compiling NIOPosix ServerSocket.swift
[1822/1892] Compiling NIOPosix Socket.swift
[1823/1892] Compiling NIOPosix SocketChannel.swift
[1824/1892] Compiling NIOPosix SocketProtocols.swift
[1825/1892] Compiling NIOPosix System.swift
[1826/1892] Compiling NIOPosix Thread.swift
[1827/1892] Compiling NIOPosix Bootstrap.swift
[1828/1892] Compiling NIOPosix ControlMessage.swift
[1829/1892] Compiling NIOPosix DatagramVectorReadManager.swift
[1830/1892] Compiling NIOPosix Errors+Any.swift
[1831/1892] Compiling NIOPosix FileDescriptor.swift
[1832/1892] Compiling NIOPosix GetaddrinfoResolver.swift
[1833/1892] Compiling NIOPosix HappyEyeballs.swift
[1836/1892] Compiling NIOPosix BSDSocketAPIWindows.swift
[1837/1892] Compiling NIOPosix BaseSocket.swift
[1838/1892] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1839/1892] Compiling NIOPosix BaseSocketChannel.swift
[1840/1892] Compiling NIOPosix BaseStreamSocketChannel.swift
[1841/1892] Compiling NIOPosix NIOThreadPool.swift
[1842/1892] Compiling NIOPosix NonBlockingFileIO.swift
[1843/1892] Compiling NIOPosix PendingDatagramWritesManager.swift
[1844/1892] Compiling NIOPosix PendingWritesManager.swift
[1845/1892] Compiling NIOPosix PipeChannel.swift
[1846/1892] Compiling NIOPosix PipePair.swift
[1847/1893] Wrapping AST for NIOPosix for debugging
[1849/1895] Emitting module NIO
[1850/1895] Compiling NIO Exports.swift
[1851/1898] Wrapping AST for NIO for debugging
[1853/1935] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1854/1935] Compiling NIOTLS TLSEvents.swift
[1855/1935] Compiling NIOSOCKS AuthenticationMethod.swift
[1856/1935] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1857/1936] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1858/1936] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1859/1936] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1860/1936] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1861/1936] Emitting module NIOTLS
[1862/1936] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1863/1936] Compiling NIOTLS SNIHandler.swift
[1864/1936] Compiling NIOSOCKS SOCKSResponse.swift
[1865/1937] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1866/1937] Compiling NIOSOCKS ClientStateMachine.swift
[1867/1937] Emitting module NIOSOCKS
[1868/1937] Compiling NIOSOCKS SOCKSClientHandler.swift
[1869/1937] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1871/1937] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1872/1937] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1873/1937] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1874/1937] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1875/1937] Compiling NIOSOCKS ServerStateMachine.swift
[1876/1938] Emitting module NIOFoundationCompat
[1877/1938] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1879/1968] Compiling NIOSSL NIOSSLSecureBytes.swift
[1880/1968] Compiling NIOSSL RNG.swift
[1882/1970] Compiling NIOSSL NIOSSLHandler.swift
[1883/1970] Compiling NIOSSL SubjectAlternativeName.swift
[1884/1970] Compiling NIOSSL SSLConnection.swift
[1885/1970] Compiling NIOSSL AndroidCABundle.swift
[1886/1970] Compiling NIOSSL ByteBufferBIO.swift
[1887/1970] Compiling NIOSSL CustomPrivateKey.swift
[1888/1992] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1889/1992] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1890/1992] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1891/1992] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1894/1992] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1895/1994] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1896/1994] Compiling NIOTransportServices NIOTSErrors.swift
[1897/1994] Compiling NIOTransportServices NIOTSEventLoop.swift
[1898/1994] Emitting module NIOTransportServices
[1899/1994] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1900/1994] Compiling NIOTransportServices NIOTSSingletons.swift
[1901/1994] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1902/1994] Compiling NIOTransportServices NIOTSBootstraps.swift
[1905/1994] Compiling NIOTransportServices StateManagedChannel.swift
[1906/1994] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1907/1994] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1908/1994] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1909/1994] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1910/1994] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1911/1994] Compiling NIOTransportServices AcceptHandler.swift
[1912/1994] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1913/1994] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1914/1994] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1915/1994] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1918/1995] Emitting module NIOHTTP1
[1923/1996] Wrapping AST for NIOHTTP1 for debugging
[1925/2036] Compiling NIOSSL SSLPrivateKey.swift
[1926/2036] Compiling NIOSSL SSLPublicKey.swift
[1927/2036] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1928/2036] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1929/2040] Emitting module NIOSSL
[1930/2040] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1931/2040] Compiling NIOExtras NIOExtrasError.swift
[1932/2042] Compiling NIOExtras NIORequestIdentifiable.swift
[1933/2042] Compiling NIOExtras PCAPRingBuffer.swift
[1934/2042] Compiling NIOExtras QuiescingHelper.swift
[1935/2042] Compiling NIOExtras RequestResponseHandler.swift
[1936/2042] Emitting module NIOHTTPTypesHTTP1
[1937/2042] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1938/2042] Compiling NIOHPACK DynamicHeaderTable.swift
[1939/2042] Compiling NIOHPACK HPACKDecoder.swift
[1940/2042] Compiling NIOHPACK HPACKHeader.swift
[1941/2042] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1942/2042] Compiling NIOHTTPCompression HTTPCompression.swift
[1943/2042] Emitting module NIOHTTPCompression
[1945/2042] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1946/2042] Compiling NIOHPACK HuffmanTables.swift
[1949/2043] Compiling NIOHPACK IndexedHeaderTable.swift
[1950/2043] Compiling NIOHPACK IntegerCoding.swift
[1951/2043] Compiling NIOHTTPCompression HTTPDecompression.swift
[1953/2043] Compiling NIOExtras UnsafeTransfer.swift
[1954/2043] Compiling NIOExtras WritePCAPHandler.swift
[1956/2043] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1960/2043] Compiling NIOHPACK HuffmanCoding.swift
[1961/2043] Compiling NIOHPACK StaticHeaderTable.swift
[1962/2043] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1963/2043] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1964/2044] Emitting module NIOHPACK
[1965/2044] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1966/2044] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1967/2044] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1968/2045] Compiling NIOHPACK HeaderTables.swift
[1969/2045] Compiling NIOHPACK HPACKEncoder.swift
[1970/2045] Compiling NIOHPACK HPACKErrors.swift
[1972/2045] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1973/2045] Compiling NIOExtras LengthFieldPrepender.swift
[1974/2045] Compiling NIOExtras LineBasedFrameDecoder.swift
[1983/2045] Compiling NIOSSL SSLCallbacks.swift
[1988/2045] Emitting module NIOExtras
[1997/2046] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1999/2046] Compiling NIOSSL Zeroization.swift
[2000/2046] Compiling NIOSSL TLSConfiguration.swift
[2001/2046] Compiling NIOSSL UniversalBootstrapSupport.swift
[2002/2046] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2004/2105] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2005/2105] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2007/2106] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2008/2106] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2009/2106] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2010/2106] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2011/2106] Compiling NIOHTTP2 HTTP2Error.swift
[2012/2106] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2013/2106] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2014/2106] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2015/2106] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2018/2106] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2019/2106] Compiling NIOHTTP2 HTTP2StreamID.swift
[2020/2106] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2021/2106] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2022/2106] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2023/2106] Compiling NIOHTTP2 InboundEventBuffer.swift
[2024/2106] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2025/2106] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2026/2106] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2027/2106] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2028/2106] Compiling NIOHTTP2 StateMachineResult.swift
[2029/2106] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2030/2106] Compiling NIOHTTP2 DOSHeuristics.swift
[2031/2106] Compiling NIOHTTP2 Error+Any.swift
[2032/2106] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2032/2106] Wrapping AST for NIOExtras for debugging
[2035/2131] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2036/2131] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2037/2131] Compiling NIOHTTP2 HasLocalSettings.swift
[2038/2131] Compiling NIOHTTP2 HasRemoteSettings.swift
[2039/2131] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2040/2131] Compiling NIOHTTP2 QuiescingState.swift
[2041/2131] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2042/2131] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2043/2131] Compiling NIOHTTP2 MaySendFrames.swift
[2044/2131] Compiling NIOHTTP2 SendingDataState.swift
[2045/2131] Compiling NIOHTTP2 SendingGoawayState.swift
[2046/2131] Compiling NIOHTTP2 SendingHeadersState.swift
[2047/2131] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2048/2131] Compiling NIOHTTP2 SendingRstStreamState.swift
[2049/2131] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2050/2131] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2050/2139] Wrapping AST for _CryptoExtras for debugging
[2052/2193] Emitting module NIOHTTP2
[2053/2193] Compiling HomomorphicEncryption PolyCollection.swift
[2054/2193] Compiling HomomorphicEncryption PolyContext.swift
[2055/2193] Compiling HomomorphicEncryption PolyRq+Ntt.swift
[2056/2196] Emitting module HummingbirdCore
[2057/2196] Compiling HomomorphicEncryption NoOpScheme.swift
[2058/2196] Compiling HomomorphicEncryption Plaintext.swift
[2059/2196] Compiling HomomorphicEncryption Galois.swift
[2060/2196] Compiling HomomorphicEncryption Error.swift
[2061/2196] Compiling HomomorphicEncryption Exports.swift
[2062/2196] Compiling HomomorphicEncryption HeScheme.swift
[2063/2196] Compiling HomomorphicEncryption HeSchemeAsync.swift
[2064/2196] Compiling HomomorphicEncryption Keys.swift
[2065/2196] Compiling HomomorphicEncryption Modulus.swift
[2066/2196] Compiling HomomorphicEncryption Array2d.swift
[2067/2196] Compiling HomomorphicEncryption Bfv+Decrypt.swift
[2068/2196] Compiling HomomorphicEncryption Bfv+Encode.swift
[2069/2196] Compiling HomomorphicEncryption Bfv+Encrypt.swift
[2070/2196] Compiling HummingbirdCore OutputBuffer.swift
[2071/2196] Compiling HummingbirdCore String+percentEncode.swift
[2072/2196] Compiling HummingbirdCore UnsafeTransfer.swift
[2073/2196] Compiling NIOHTTP2 InboundWindowManager.swift
[2074/2196] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2075/2196] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2076/2196] Compiling NIOHTTP2 StreamChannelList.swift
[2077/2196] Compiling NIOHTTP2 StreamMap.swift
[2078/2196] Compiling NIOHTTP2 StreamStateMachine.swift
[2079/2196] Compiling NIOHTTP2 UnsafeTransfer.swift
[2080/2196] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2081/2196] Compiling HomomorphicEncryption Bfv+Keys.swift
[2082/2196] Compiling HomomorphicEncryption Bfv+Multiply.swift
[2083/2196] Compiling HomomorphicEncryption Encoding.swift
[2084/2196] Compiling HomomorphicEncryption EncryptionParameters.swift
[2085/2196] Compiling HomomorphicEncryption PolyRq+Randomize.swift
[2086/2196] Compiling HomomorphicEncryption PolyRq+Serialize.swift
[2087/2196] Compiling HomomorphicEncryption Bfv.swift
[2115/2198] Wrapping AST for HummingbirdCore for debugging
[2117/2198] Emitting module PrivacyPass
[2120/2262] Compiling Hummingbird ResponseEncodable.swift
[2121/2262] Compiling Hummingbird URLEncodedForm+Request.swift
[2122/2262] Compiling PrivacyPass Verifier.swift
[2123/2262] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2124/2262] Compiling Hummingbird Exports.swift
[2125/2262] Compiling Hummingbird Environment.swift
[2126/2262] Compiling Hummingbird EditedHTTPError.swift
[2127/2262] Compiling Hummingbird HTTPError.swift
[2128/2262] Compiling Hummingbird HTTPResponseError.swift
[2129/2262] Compiling Hummingbird CacheControl.swift
[2130/2262] Compiling Hummingbird Application.swift
[2131/2263] Wrapping AST for PrivacyPass for debugging
[2133/2263] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2134/2263] Compiling Hummingbird _Middleware2.swift
[2135/2263] Compiling Hummingbird _OptionalMiddleware.swift
[2136/2263] Compiling Hummingbird RouterGroup.swift
[2137/2263] Compiling Hummingbird RouterMethods.swift
[2138/2263] Compiling Hummingbird RouterPath.swift
[2139/2263] Compiling Hummingbird RouterResponder.swift
[2140/2263] Compiling Hummingbird TransformingRouterGroup.swift
[2141/2263] Compiling Hummingbird Request+Cookies.swift
[2142/2263] Compiling Hummingbird Response+Cookies.swift
[2143/2263] Compiling Hummingbird CORSMiddleware.swift
[2144/2263] Compiling Hummingbird FileMiddleware.swift
[2145/2263] Compiling Hummingbird LogRequestMiddleware.swift
[2146/2263] Compiling Hummingbird MetricsMiddleware.swift
[2147/2263] Compiling Hummingbird Middleware.swift
[2148/2263] Compiling Hummingbird MiddlewareGroup.swift
[2150/2264] Compiling Hummingbird ChildRequestContext.swift
[2151/2264] Compiling Hummingbird Request.swift
[2152/2264] Compiling Hummingbird RequestContext.swift
[2153/2264] Compiling Hummingbird RequestContextSource.swift
[2154/2264] Compiling Hummingbird RequestID.swift
[2155/2264] Compiling Hummingbird RequestResponder.swift
[2156/2264] Compiling Hummingbird Response.swift
[2157/2264] Compiling Hummingbird URI+decodeQuery.swift
[2158/2264] Compiling Hummingbird MemoryPersistDriver.swift
[2159/2333] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2160/2333] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2161/2333] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2162/2333] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2163/2333] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2164/2333] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2165/2333] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2166/2333] Compiling AsyncHTTPClient ConnectionTarget.swift
[2167/2333] Compiling AsyncHTTPClient DeconstructedURL.swift
[2168/2333] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2169/2333] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2170/2333] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2171/2333] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2172/2333] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2173/2333] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2174/2333] Compiling AsyncHTTPClient RequestBodyLength.swift
[2175/2333] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2176/2333] Compiling AsyncHTTPClient RequestOptions.swift
[2177/2333] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2178/2333] Compiling AsyncHTTPClient FoundationExtensions.swift
[2179/2333] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2180/2333] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2181/2333] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2182/2333] Compiling AsyncHTTPClient HTTPClient.swift
[2183/2333] Compiling AsyncHTTPClient HTTPHandler.swift
[2184/2333] Compiling AsyncHTTPClient LRUCache.swift
[2185/2333] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2186/2333] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2187/2333] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2188/2333] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2189/2333] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2190/2333] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2191/2333] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2192/2333] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2193/2333] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2194/2333] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2195/2333] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2196/2333] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2197/2333] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2198/2333] Compiling AsyncHTTPClient HTTP1Connection.swift
[2199/2333] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2200/2333] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2201/2333] Compiling AsyncHTTPClient HTTP2Connection.swift
[2202/2333] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2203/2333] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2204/2333] Compiling Hummingbird PersistDriver.swift
[2205/2333] Compiling Hummingbird PersistError.swift
[2206/2333] Compiling Hummingbird ByteBuffer+foundation.swift
[2207/2333] Compiling Hummingbird DateCache.swift
[2208/2333] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2209/2333] Compiling Hummingbird HexDigest.swift
[2210/2333] Compiling Hummingbird InitializableFromSource.swift
[2211/2333] Compiling Hummingbird PreludeService.swift
[2212/2333] Compiling Hummingbird StringProtocol.swift
[2223/2338] Emitting module Hummingbird
[2224/2338] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2225/2338] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2226/2338] Compiling AsyncHTTPClient Transaction.swift
[2227/2338] Compiling AsyncHTTPClient Base64.swift
[2228/2338] Compiling AsyncHTTPClient BasicAuth.swift
[2229/2338] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2230/2338] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2231/2338] Compiling AsyncHTTPClient ConnectionPool.swift
[2232/2338] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2238/2339] Wrapping AST for Hummingbird for debugging
[2240/2343] Emitting module HummingbirdCompression
[2241/2343] Emitting module AsyncHTTPClient
[2251/2351] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2252/2351] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2253/2351] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2283/2352] Wrapping AST for HummingbirdCompression for debugging
[2308/2352] Compiling AsyncHTTPClient NWErrorHandler.swift
[2309/2352] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2310/2352] Compiling AsyncHTTPClient TLSConfiguration.swift
[2311/2352] Compiling AsyncHTTPClient RedirectState.swift
[2312/2352] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2313/2352] Compiling HomomorphicEncryption SerializedKeys.swift
[2314/2352] Compiling HomomorphicEncryption SerializedPlaintext.swift
[2315/2352] Compiling HomomorphicEncryption Util.swift
[2316/2352] Compiling HomomorphicEncryption Version.swift
[2317/2352] Compiling HomomorphicEncryption Zeroization.swift
[2334/2352] Compiling AsyncHTTPClient RequestBag.swift
[2335/2352] Compiling AsyncHTTPClient RequestValidation.swift
[2336/2352] Compiling AsyncHTTPClient SSLContextCache.swift
[2337/2352] Compiling AsyncHTTPClient Scheme.swift
[2338/2352] Compiling AsyncHTTPClient Singleton.swift
[2339/2352] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2340/2352] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2341/2352] Compiling AsyncHTTPClient Utils.swift
[2343/2362] Compiling HummingbirdTesting TestClient+types.swift
[2344/2363] Compiling HummingbirdTesting TestApplication.swift
[2345/2363] Compiling HummingbirdTesting LiveTestFramework.swift
[2346/2363] Compiling HummingbirdTesting Deprecations.swift
[2347/2363] Compiling HummingbirdTesting RouterTestFramework.swift
[2348/2363] Compiling HummingbirdTesting Application+Test.swift
[2349/2363] Compiling HummingbirdTesting ApplicationTester.swift
[2350/2363] Emitting module HummingbirdTesting
[2351/2363] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[2352/2363] Compiling HummingbirdTesting TestClient.swift
[2354/2364] Emitting module HomomorphicEncryption
[2355/2365] Wrapping AST for HomomorphicEncryption for debugging
[2357/2382] Compiling PrivateInformationRetrieval SymmetricPIRProtocol.swift
[2358/2382] Compiling PrivateInformationRetrieval SymmetricPirDatabase.swift
[2359/2382] Compiling PrivateInformationRetrieval PirUtil.swift
[2360/2383] Compiling PrivateInformationRetrieval Util.swift
[2361/2383] Compiling PrivateInformationRetrieval MulPir.swift
[2362/2383] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[2363/2383] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[2364/2383] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[2365/2383] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[2366/2383] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[2367/2383] Emitting module HomomorphicEncryptionProtobuf
[2368/2384] Wrapping AST for HomomorphicEncryptionProtobuf for debugging
[2370/2384] Emitting module PrivateInformationRetrieval
[2371/2384] Compiling PrivateInformationRetrieval HashBucket.swift
[2372/2384] Compiling PrivateInformationRetrieval IndexPirProtocol.swift
[2373/2384] Compiling PrivateInformationRetrieval KeywordDatabase.swift
[2374/2384] Compiling PrivateInformationRetrieval KeywordPirProtocol.swift
[2375/2384] Compiling PrivateInformationRetrieval CuckooTable.swift
[2376/2384] Compiling PrivateInformationRetrieval Error.swift
[2377/2385] Wrapping AST for PrivateInformationRetrieval for debugging
[2379/2394] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[2380/2395] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[2381/2395] Emitting module PrivateInformationRetrievalProtobuf
[2382/2395] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[2383/2395] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[2384/2395] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[2385/2395] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[2386/2395] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[2387/2395] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[2388/2395] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[2389/2396] Wrapping AST for PrivateInformationRetrievalProtobuf for debugging
[2391/2426] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
[2392/2426] Compiling PIRService LogErrorsMiddleware.swift
[2393/2426] Compiling PIRService UserTierAuthentication.swift
[2394/2428] Compiling PIRService ProtobufExtensions.swift
[2395/2428] Compiling PIRService Request+DecodeProtobuf.swift
[2396/2428] Compiling PIRService ExtractPlatform.swift
[2397/2428] Compiling PIRService ExtractUserIdentifier.swift
[2398/2428] Compiling ConstructDatabase InputIdentities.pb.swift
[2399/2428] Compiling ConstructDatabase CallIdentity.pb.swift
[2400/2428] Emitting module ConstructDatabase
[2401/2428] Compiling ConstructDatabase ConstructDatabase.swift
[2402/2429] Compiling PIRService UsecaseStore.swift
[2403/2429] Compiling PIRService UserAuthenticator.swift
[2404/2429] Compiling PIRService HEError+HTTPErrorResponse.swift
[2405/2429] Compiling PIRService HTTPFields+authorization.swift
[2406/2429] Compiling PIRService PirConfig+compatible.swift
[2407/2429] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[2408/2429] Compiling PIRService PrivacyPassController.swift
[2409/2429] Compiling PIRService PrivacyPassState.swift
[2410/2429] Compiling PIRService Usecase.swift
[2412/2429] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
[2413/2429] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[2414/2429] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[2415/2429] Compiling PIRServiceTesting PIRClient.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient.swift:186:55: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
184 |         let evaluationKeyConfig = EvaluationKeyConfig()
185 |         return KeywordPirClient<PIRClient>(
186 |             keywordParameter: config.keywordPirParams.native(),
    |                                                       `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
187 |             pirParameter: shardConfig.native(
188 |                 batchSize: Int(config.batchSize),
[2416/2429] Emitting module PIRServiceTesting
[2417/2429] Compiling PIRServiceTesting PIRClientError.swift
[2417/2430] Wrapping AST for ConstructDatabase for debugging
[2418/2430] Write Objects.LinkFileList
[2421/2430] Compiling PIRService ReloadService.swift
[2422/2430] Compiling PIRService main.swift
[2423/2430] Emitting module PIRService
[2424/2430] Compiling PIRService Application+build.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:54:54: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 52 |         let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
 53 |         self.context = context
 54 |         self.keywordParams = params.keywordPirParams.native()
    |                                                      `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 55 |         self.shards = try (0..<shardCount).map { shardIndex in
 56 |             let parameterPath = "\(fileStem)-\(shardIndex).params.txtpb"
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:73:65: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 71 |                 evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
 72 |                 pirParameter: pirParams.native(),
 73 |                 keywordPirParameter: pirParams.keywordPirParams.native())
    |                                                                 `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 74 |             return try KeywordPirServer(context: context, processed: processed)
 75 |         }
[2425/2430] Compiling PIRService PIRServiceController.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:54:54: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 52 |         let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
 53 |         self.context = context
 54 |         self.keywordParams = params.keywordPirParams.native()
    |                                                      `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 55 |         self.shards = try (0..<shardCount).map { shardIndex in
 56 |             let parameterPath = "\(fileStem)-\(shardIndex).params.txtpb"
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:73:65: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 71 |                 evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
 72 |                 pirParameter: pirParams.native(),
 73 |                 keywordPirParameter: pirParams.keywordPirParams.native())
    |                                                                 `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 74 |             return try KeywordPirServer(context: context, processed: processed)
 75 |         }
[2426/2430] Compiling PIRService PirUsecase.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:54:54: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 52 |         let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
 53 |         self.context = context
 54 |         self.keywordParams = params.keywordPirParams.native()
    |                                                      `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 55 |         self.shards = try (0..<shardCount).map { shardIndex in
 56 |             let parameterPath = "\(fileStem)-\(shardIndex).params.txtpb"
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:73:65: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 71 |                 evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
 72 |                 pirParameter: pirParams.native(),
 73 |                 keywordPirParameter: pirParams.keywordPirParams.native())
    |                                                                 `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
 74 |             return try KeywordPirServer(context: context, processed: processed)
 75 |         }
[2427/2431] Wrapping AST for PIRService for debugging
[2428/2431] Write Objects.LinkFileList
[2429/2431] Linking ConstructDatabase
[2430/2431] Linking PIRService
Build complete! (237.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.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"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-homomorphic-encryption",
      "requirement" : {
        "branch" : [
          "release/1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-homomorphic-encryption"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird"
    },
    {
      "identity" : "hummingbird-compression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-rc.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-compression"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "pir-service-example",
  "name" : "pir-service-example",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PIRService",
      "targets" : [
        "PIRService"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConstructDatabase",
      "targets" : [
        "ConstructDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrivacyPass",
      "targets" : [
        "PrivacyPass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PIRServiceTesting",
      "targets" : [
        "PIRServiceTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilTests",
      "path" : "Tests/UtilTests",
      "sources" : [
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "Util"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Util",
      "module_type" : "SwiftTarget",
      "name" : "Util",
      "path" : "Sources/Util",
      "product_memberships" : [
        "PIRService",
        "PrivacyPass",
        "PIRServiceTesting"
      ],
      "sources" : [
        "OperatingSystem.swift",
        "Platform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivacyPassTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyPassTests",
      "path" : "Tests/PrivacyPassTests",
      "product_dependencies" : [
        "Crypto",
        "_CryptoExtras"
      ],
      "sources" : [
        "PrivacyPassPublicTests.swift",
        "PrivacyPassTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivacyPass",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyPass",
      "path" : "Sources/PrivacyPass",
      "product_dependencies" : [
        "Crypto",
        "SwiftASN1",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "PIRService",
        "PrivacyPass",
        "PIRServiceTesting"
      ],
      "sources" : [
        "Array+Base64URL.swift",
        "Issuer.swift",
        "NonceStoring.swift",
        "PrivacyPass.swift",
        "PrivacyPassError.swift",
        "PrivateKey.swift",
        "PublicKey+request.swift",
        "PublicKey.swift",
        "Token.swift",
        "TokenChallenge.swift",
        "TokenIssuerDirectory.swift",
        "TokenRequest.swift",
        "TokenResponse.swift",
        "Util.swift",
        "Verifier.swift"
      ],
      "target_dependencies" : [
        "Util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIRServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "PIRServiceTests",
      "path" : "Tests/PIRServiceTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "ExampleUsecase.swift",
        "PIRServiceControllerTests.swift",
        "PIRServiceTests.swift",
        "TestClientProtocol+Protobuf.swift",
        "TestResponse+Protobuf.swift"
      ],
      "target_dependencies" : [
        "PIRService",
        "PIRServiceTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIRServiceTesting",
      "module_type" : "SwiftTarget",
      "name" : "PIRServiceTesting",
      "path" : "Sources/PIRServiceTesting",
      "product_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "HummingbirdTesting",
        "PrivateInformationRetrievalProtobuf"
      ],
      "product_memberships" : [
        "PIRServiceTesting"
      ],
      "sources" : [
        "PIRClient+KeyRotation.swift",
        "PIRClient+PrivacyPass.swift",
        "PIRClient.swift",
        "PIRClientError.swift",
        "PIRConfig+ShardConfig.swift",
        "TestClientProtocol+Protobuf.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass",
        "Util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIRService",
      "module_type" : "SwiftTarget",
      "name" : "PIRService",
      "path" : "Sources/PIRService",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto",
        "HomomorphicEncryptionProtobuf",
        "Hummingbird",
        "HummingbirdCompression",
        "PrivateInformationRetrievalProtobuf",
        "ServiceLifecycle",
        "UnixSignals"
      ],
      "product_memberships" : [
        "PIRService"
      ],
      "sources" : [
        "Application+build.swift",
        "Controllers/PIRServiceController.swift",
        "Controllers/PirUsecase.swift",
        "Controllers/PrivacyPassController.swift",
        "Controllers/PrivacyPassState.swift",
        "Controllers/Usecase.swift",
        "Controllers/UsecaseStore.swift",
        "Controllers/UserAuthenticator.swift",
        "Extensions/HEError+HTTPErrorResponse.swift",
        "Extensions/HTTPFields+authorization.swift",
        "Extensions/PirConfig+compatible.swift",
        "Extensions/PrivacyPass+ResponseGenerator.swift",
        "Extensions/ProtobufExtensions.swift",
        "Extensions/Request+DecodeProtobuf.swift",
        "Middlewares/ExtractPlatform.swift",
        "Middlewares/ExtractUserIdentifier.swift",
        "Middlewares/LogErrorsMiddleware.swift",
        "Middlewares/UserTierAuthentication.swift",
        "ReloadService.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass",
        "Util"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConstructDatabase",
      "module_type" : "SwiftTarget",
      "name" : "ConstructDatabase",
      "path" : "Sources/ConstructDatabase",
      "product_dependencies" : [
        "ArgumentParser",
        "PrivateInformationRetrievalProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConstructDatabase"
      ],
      "sources" : [
        "ConstructDatabase.swift",
        "generated/CallIdentity.pb.swift",
        "generated/InputIdentities.pb.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.