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 (230dfb), with Swift 6.1 for Linux on 9 Jul 2025 12:29:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
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 230dfbf Adding SymmetricPIR example (#88)
Cloned https://github.com/apple/pir-service-example.git
Revision (git rev-parse @):
230dfbf723e7e762ab9da519b2c7b8f0c087c9f0
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.10.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-4609320-2":/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/3598] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.46s)
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/3857] Fetching swift-log
[1621/9614] Fetching swift-log, swift-numerics
[4665/25298] Fetching swift-log, swift-numerics, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
[7169/21441] Fetching swift-numerics, swift-crypto
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/apple/swift-numerics from cache (0.74s)
[2353/15684] Fetching swift-crypto
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[3295/17778] Fetching swift-crypto, swift-docc-plugin
[4174/20204] Fetching swift-crypto, swift-docc-plugin, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
Fetching https://github.com/hummingbird-project/hummingbird-compression
[7113/17778] Fetching swift-crypto, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
[5804/15684] Fetching swift-crypto
Fetching https://github.com/hummingbird-project/hummingbird
[9098/16704] Fetching swift-crypto, hummingbird-compression
[10902/56500] Fetching swift-crypto, hummingbird-compression, swift-protobuf
[10903/81293] Fetching swift-crypto, hummingbird-compression, swift-protobuf, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.56s)
[18633/80273] Fetching swift-crypto, swift-protobuf, hummingbird
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms
Fetched https://github.com/hummingbird-project/hummingbird from cache (2.04s)
[48318/57096] Fetching swift-crypto, swift-protobuf, swift-asn1
Fetched https://github.com/apple/swift-crypto.git from cache (3.22s)
[32844/41412] Fetching swift-protobuf, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (2.21s)
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.04s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/apple/swift-protobuf from cache (7.15s)
[1/15524] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.86s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (9.07s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.07s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3424] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.40s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.74s)
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.86s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4990] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
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.61s)
Fetching https://github.com/apple/swift-collections.git
[1/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.15.0 (0.65s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2673] Fetching swift-nio-transport-services
[2674/14267] Fetching swift-nio-transport-services, swift-nio-http2
[5225/28281] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client
[6487/104776] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio
[13563/110815] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio, swift-nio-extras
[21674/125745] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.17s)
[54769/111731] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[77420/116764] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio, swift-nio-extras, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.59s)
[68250/105170] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.63s)
Fetching https://github.com/apple/swift-http-types.git
[74129/100137] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl
[74130/102349] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl, swift-metrics
[77107/103253] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-metrics.git from cache (0.52s)
Fetching https://github.com/apple/swift-atomics.git
[77328/101041] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
[77189/100137] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl
[81015/101945] Fetching swift-nio-transport-services, swift-nio, swift-nio-extras, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.46s)
[76464/95906] Fetching swift-nio-transport-services, swift-nio, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.48s)
[63221/80976] Fetching swift-nio-transport-services, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[63105/79168] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (5.33s)
Fetched https://github.com/apple/swift-nio.git from cache (5.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (6.22s)
Fetching https://github.com/apple/swift-system.git
[1/4546] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.88s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.55s)
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-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.45s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.54s)
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.24s)
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.84s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (0.57s)
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.66s)
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.84s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1169] Fetching swift-http-structured-headers
[434/7413] 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.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.62s)
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.94s)
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.83s)
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 (1.20s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression
Computed https://github.com/hummingbird-project/hummingbird-compression at 2.0.0 (0.65s)
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.40s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (1.55s)
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.37.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.1
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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 (047881f)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/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/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/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.15.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.5
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/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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/908] Write sources
[9/908] Compiling _NumericsShims _NumericsShims.c
[9/908] Write sources
[9/908] Copying PrivacyInfo.xcprivacy
[9/908] Write sources
[66/908] Compiling _AtomicsShims.c
[67/908] Compiling CUtil zeroize.c
[68/908] Compiling CNIOWindows shim.c
[69/908] Compiling CNIOWindows WSAStartup.c
[70/908] Compiling CNIOWASI CNIOWASI.c
[71/908] Compiling CNIOLinux liburing_shims.c
[72/908] Compiling CNIOLinux shim.c
[73/908] Compiling a_bool.cc
[74/908] Compiling CNIOLLHTTP c_nio_http.c
[75/908] Compiling a_d2i_fp.cc
[76/908] Compiling CNIODarwin shim.c
[77/908] Compiling CNIOExtrasZlib empty.c
[78/908] Compiling fiat_p256_adx_sqr.S
[79/908] Compiling CNIOLLHTTP c_nio_api.c
[80/908] Compiling CNIOLLHTTP c_nio_llhttp.c
[81/908] Write swift-version-24593BA9C3E375BF.txt
[82/908] Compiling a_dup.cc
[83/908] Compiling fiat_p256_adx_mul.S
[84/908] Compiling fiat_curve25519_adx_square.S
[85/908] Compiling fiat_curve25519_adx_mul.S
[86/908] Compiling a_bitstr.cc
[87/908] Compiling a_gentm.cc
[88/1020] Compiling CNIOBoringSSLShims shims.c
[89/1030] Compiling tls_record.cc
[91/1033] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[92/1033] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[93/1035] Compiling _NIODataStructures PriorityQueue.swift
[94/1035] Compiling _NIODataStructures _TinyArray.swift
[95/1035] Emitting module _NIOBase64
[96/1035] Compiling _NIOBase64 Base64.swift
[97/1036] Compiling Util Platform.swift
[98/1036] Emitting module ServiceContextModule
[99/1036] Compiling ServiceContextModule ServiceContext.swift
[100/1036] Compiling ServiceContextModule ServiceContextKey.swift
[101/1037] Compiling RealModule Float80+Real.swift
[102/1038] Compiling RealModule Real.swift
[103/1038] Compiling RealModule Float16+Real.swift
[104/1038] Emitting module Util
[105/1038] Compiling RealModule ElementaryFunctions.swift
[106/1038] Compiling RealModule Float+Real.swift
[107/1038] Compiling RealModule AlgebraicField.swift
[108/1038] Compiling RealModule ApproximateEquality.swift
[109/1038] Compiling Util OperatingSystem.swift
[110/1038] Compiling RealModule AugmentedArithmetic.swift
[111/1038] Compiling RealModule Double+Real.swift
[112/1038] Emitting module RealModule
[115/1039] Compiling RealModule RealFunctions.swift
[118/1065] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[119/1065] Compiling InternalCollectionsUtilities UInt+reversed.swift
[120/1065] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/1070] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[122/1074] Compiling Instrumentation NoOpInstrument.swift
[123/1074] Compiling Instrumentation MultiplexInstrument.swift
[124/1074] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[125/1074] Compiling InternalCollectionsUtilities Debugging.swift
[126/1074] Compiling InternalCollectionsUtilities Descriptions.swift
[127/1074] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[130/1074] Compiling Instrumentation Instrument.swift
[131/1074] Emitting module Instrumentation
[132/1074] Compiling Instrumentation InstrumentationSystem.swift
[133/1074] Compiling ModularArithmetic Modulus.swift
[134/1074] Compiling ModularArithmetic Scalar.swift
[135/1074] Emitting module ModularArithmetic
[136/1075] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[138/1075] Compiling Logging MetadataProvider.swift
[139/1075] Compiling Instrumentation Locks.swift
[140/1075] Emitting module Logging
[141/1076] Compiling HTTPTypes ISOLatin1String.swift
[142/1077] Emitting module _NIODataStructures
[143/1077] Compiling _NIODataStructures Heap.swift
[144/1081] Compiling InternalCollectionsUtilities Integer rank.swift
[145/1081] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[150/1081] Compiling SwiftASN1 ASN1OctetString.swift
[151/1081] Compiling SwiftASN1 ASN1Strings.swift
[152/1081] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[154/1081] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[155/1081] Compiling InternalCollectionsUtilities _SortedCollection.swift
[158/1081] Emitting module InternalCollectionsUtilities
[159/1081] Compiling HTTPTypes HTTPParsedFields.swift
[161/1081] Emitting module HTTPTypes
[162/1081] Compiling SwiftASN1 DER.swift
[163/1081] Compiling SwiftASN1 Errors.swift
[164/1081] Emitting module SwiftASN1
[171/1094] Compiling HTTPTypes NIOLock.swift
[172/1094] Compiling CoreMetrics Locks.swift
[173/1094] Compiling ConcurrencyHelpers LockedValueBox.swift
[174/1099] Compiling HTTPTypes HTTPResponse.swift
[175/1099] Compiling HTTPTypes HTTPRequest.swift
[176/1167] Emitting module CoreMetrics
[177/1167] Emitting module ConcurrencyHelpers
[178/1167] Compiling ConcurrencyHelpers Lock.swift
[179/1168] Compiling Tracing TracingTime.swift
[180/1168] Compiling Logging Logging.swift
[181/1168] Compiling Logging Locks.swift
[182/1168] Compiling Logging LogHandler.swift
[183/1169] Compiling Tracing InstrumentationSystem+Tracing.swift
[184/1169] Emitting module Tracing
[186/1169] Compiling Tracing TracerProtocol.swift
[188/1169] Compiling Tracing Tracer.swift
[189/1169] Compiling Tracing TracerProtocol+Legacy.swift
[190/1169] Compiling ComplexModule Arithmetic.swift
[191/1227] Compiling Tracing NoOpTracer.swift
[192/1227] Compiling Tracing SpanProtocol.swift
[193/1228] Emitting module UnixSignals
[195/1228] Emitting module SwiftProtobuf
[196/1239] Emitting module ComplexModule
[197/1239] Compiling ComplexModule ElementaryFunctions.swift
[198/1239] Compiling CoreMetrics Metrics.swift
[199/1247] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[200/1247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[201/1247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[202/1247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[203/1247] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[204/1247] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[205/1247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[206/1247] Compiling OrderedCollections OrderedDictionary+Values.swift
[207/1247] Compiling OrderedCollections OrderedDictionary.swift
[208/1247] Compiling OrderedCollections OrderedSet+Codable.swift
[209/1247] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[210/1247] Compiling OrderedCollections OrderedSet+Descriptions.swift
[211/1247] Compiling OrderedCollections OrderedSet+Diffing.swift
[212/1247] Compiling OrderedCollections OrderedSet+Equatable.swift
[213/1247] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[214/1247] Compiling OrderedCollections OrderedSet+Hashable.swift
[215/1247] Compiling OrderedCollections _HashTable+Bucket.swift
[216/1247] Compiling OrderedCollections _HashTable+BucketIterator.swift
[217/1247] Compiling OrderedCollections _HashTable+Constants.swift
[218/1247] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[219/1247] Compiling OrderedCollections _HashTable+Testing.swift
[220/1247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[221/1247] Compiling OrderedCollections _HashTable.swift
[222/1247] Compiling OrderedCollections _Hashtable+Header.swift
[224/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[225/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[226/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[227/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[228/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[229/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[230/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[231/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[232/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[233/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[234/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[235/1247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[236/1247] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[237/1247] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[238/1254] Compiling UnixSignals UnixSignal.swift
[239/1254] Compiling UnixSignals UnixSignalsSequence.swift
[241/1331] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[242/1331] Compiling HeapModule Heap+Descriptions.swift
[243/1331] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[244/1331] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[245/1331] Compiling HashTreeCollections _HashNode+Structural merge.swift
[246/1331] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[247/1331] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[248/1331] Compiling HashTreeCollections _HashNode+Structural union.swift
[249/1331] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[250/1331] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[251/1331] Compiling HeapModule _HeapNode.swift
[252/1333] Compiling HeapModule Heap.swift
[253/1333] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[254/1333] Compiling HashTreeCollections _AncestorHashSlots.swift
[255/1333] Compiling HashTreeCollections _Bitmap.swift
[256/1333] Compiling HashTreeCollections _Bucket.swift
[257/1333] Compiling HashTreeCollections _Hash.swift
[258/1333] Compiling HashTreeCollections _HashLevel.swift
[259/1333] Compiling HashTreeCollections _HashNode+Builder.swift
[260/1333] Compiling HashTreeCollections _HashNode+Debugging.swift
[261/1333] Compiling HeapModule Heap+Invariants.swift
[262/1333] Compiling HeapModule Heap+UnsafeHandle.swift
[267/1333] Compiling HashTreeCollections _HashNode+Initializers.swift
[268/1333] Compiling HashTreeCollections _HashNode+Invariants.swift
[269/1333] Compiling HashTreeCollections _HashNode+Lookups.swift
[270/1333] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[271/1333] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[272/1333] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[273/1333] Compiling HashTreeCollections TreeDictionary+Filter.swift
[274/1333] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[275/1333] Emitting module HeapModule
[277/1334] Emitting module Metrics
[278/1334] Compiling Metrics Metrics.swift
[279/1335] Compiling HashTreeCollections TreeSet+Hashable.swift
[280/1335] Compiling HashTreeCollections TreeSet+Sendable.swift
[281/1335] Compiling HashTreeCollections TreeSet+Sequence.swift
[282/1335] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[283/1335] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[284/1335] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[285/1335] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[286/1335] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[287/1335] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[288/1335] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[289/1358] Wrapping AST for _NIODataStructures for debugging
[291/1360] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[292/1360] Compiling HashTreeCollections TreeSet+Debugging.swift
[293/1360] Compiling HashTreeCollections TreeSet+Descriptions.swift
[294/1360] Compiling HashTreeCollections TreeSet+Equatable.swift
[295/1360] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[296/1360] Compiling HashTreeCollections TreeSet+Extras.swift
[297/1360] Compiling HashTreeCollections TreeSet+Filter.swift
[300/1360] Compiling HashTreeCollections TreeDictionary+Keys.swift
[301/1360] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[302/1360] Compiling HashTreeCollections TreeDictionary+Merge.swift
[303/1360] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[304/1360] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[305/1360] Compiling HashTreeCollections TreeDictionary+Values.swift
[306/1360] Compiling HashTreeCollections TreeDictionary.swift
[307/1360] Compiling HashTreeCollections TreeSet+Codable.swift
[308/1360] Compiling HashTreeCollections TreeSet+Collection.swift
[309/1369] Compiling DequeModule Deque+Codable.swift
[310/1369] Compiling DequeModule Deque+Collection.swift
[311/1369] Compiling DequeModule Deque+CustomReflectable.swift
[312/1369] Compiling DequeModule Deque+Descriptions.swift
[313/1369] Compiling DequeModule Deque+Extras.swift
[314/1369] Compiling DequeModule Deque+Hashable.swift
[315/1369] Compiling DequeModule Deque+Equatable.swift
[316/1369] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[317/1369] Compiling DequeModule Deque+Testing.swift
[318/1369] Compiling DequeModule Deque._Storage.swift
[318/1369] Wrapping AST for _NIOBase64 for debugging
[334/1369] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[341/1369] Compiling DequeModule Deque._UnsafeHandle.swift
[342/1369] Compiling DequeModule Deque.swift
[343/1369] Compiling DequeModule _DequeBuffer.swift
[344/1369] Compiling DequeModule _DequeBufferHeader.swift
[347/1369] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[348/1369] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[349/1369] Compiling HashTreeCollections _HashNode.swift
[350/1369] Compiling HashTreeCollections _HashNodeHeader.swift
[350/1369] Wrapping AST for Util for debugging
[354/1371] Compiling _RopeModule Rope+Split.swift
[355/1371] Compiling _RopeModule Optional Utilities.swift
[356/1371] Compiling _RopeModule String Utilities.swift
[357/1371] Compiling _RopeModule String.Index+ABI.swift
[358/1371] Compiling _RopeModule _CharacterRecognizer.swift
[359/1371] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[360/1371] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[361/1371] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[362/1371] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[363/1371] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[364/1371] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[384/1371] Compiling _RopeModule Rope+Join.swift
[385/1371] Compiling _RopeModule Rope+MutatingForEach.swift
[386/1371] Compiling _RopeModule Rope+Remove.swift
[387/1371] Compiling _RopeModule Rope+RemoveSubrange.swift
[400/1371] Compiling HashTreeCollections _HashSlot.swift
[401/1371] Compiling HashTreeCollections _HashStack.swift
[402/1371] Compiling HashTreeCollections _HashTreeIterator.swift
[403/1371] Compiling HashTreeCollections _HashTreeStatistics.swift
[406/1371] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[407/1371] Compiling HashTreeCollections _RawHashNode.swift
[408/1371] Compiling HashTreeCollections _UnmanagedHashNode.swift
[409/1371] Compiling HashTreeCollections _UnsafePath.swift
[410/1371] Compiling HashTreeCollections TreeDictionary+Codable.swift
[411/1371] Compiling HashTreeCollections TreeDictionary+Collection.swift
[412/1371] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[413/1371] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[413/1371] Wrapping AST for UnixSignals for debugging
[429/1371] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[430/1371] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[431/1371] Compiling HashTreeCollections TreeSet.swift
[431/1371] Wrapping AST for Tracing for debugging
[432/1371] Wrapping AST for SwiftASN1 for debugging
[434/1371] Compiling DequeModule _DequeSlot.swift
[435/1371] Compiling DequeModule _UnsafeWrappedBuffer.swift
[435/1371] Wrapping AST for ServiceContextModule for debugging
[445/1371] Emitting module OrderedCollections
[445/1372] Wrapping AST for RealModule for debugging
[458/1372] Wrapping AST for ModularArithmetic for debugging
[460/1372] Emitting module _RopeModule
[463/1372] Emitting module DequeModule
[463/1373] Wrapping AST for Metrics for debugging
[464/1373] Wrapping AST for Logging for debugging
[467/1373] Compiling HTTPTypes HTTPFieldName.swift
[468/1373] Compiling HTTPTypes HTTPField.swift
[469/1373] Compiling HTTPTypes HTTPFields.swift
[469/1374] Wrapping AST for OrderedCollections for debugging
[471/1374] Wrapping AST for InternalCollectionsUtilities for debugging
[472/1374] Wrapping AST for Instrumentation for debugging
[474/1374] Compiling ComplexModule Complex.swift
[475/1374] Compiling ComplexModule Differentiable.swift
[475/1375] Wrapping AST for HeapModule for debugging
[476/1375] Wrapping AST for CoreMetrics for debugging
[477/1375] Wrapping AST for HTTPTypes for debugging
[479/1375] Wrapping AST for ConcurrencyHelpers for debugging
[480/1375] Wrapping AST for DequeModule for debugging
[565/1375] Emitting module HashTreeCollections
[567/1379] Wrapping AST for _RopeModule for debugging
[568/1379] Compiling tls13_enc.cc
[569/1379] Wrapping AST for HashTreeCollections for debugging
[571/1379] Emitting module Numerics
[572/1379] Compiling Numerics Numerics.swift
[572/1380] Wrapping AST for ComplexModule for debugging
[574/1380] Compiling tls_method.cc
[575/1380] Wrapping AST for Numerics for debugging
[576/1380] Compiling tls13_client.cc
[577/1380] Compiling tls13_server.cc
[578/1380] Compiling tls13_both.cc
[579/1380] Compiling t1_enc.cc
[580/1380] Compiling ssl_transcript.cc
[581/1380] Compiling ssl_x509.cc
[582/1380] Compiling ssl_key_share.cc
[583/1380] Compiling ssl_versions.cc
[584/1380] Compiling ssl_stat.cc
[585/1380] Compiling ssl_file.cc
[586/1380] Compiling ssl_buffer.cc
[587/1380] Compiling ssl_session.cc
[588/1380] Compiling ssl_privkey.cc
[589/1380] Compiling ssl_credential.cc
[590/1380] Compiling ssl_lib.cc
[591/1380] Compiling ssl_cipher.cc
[592/1380] Compiling ssl_cert.cc
[593/1380] Compiling ssl_asn1.cc
[594/1380] Compiling s3_pkt.cc
[595/1380] Compiling ssl_aead_ctx.cc
[596/1380] Compiling handshake.cc
[597/1380] Compiling s3_both.cc
[598/1380] Compiling s3_lib.cc
[599/1380] Compiling handshake_client.cc
[600/1380] Compiling handshake_server.cc
[601/1380] Compiling handoff.cc
[602/1380] Compiling encrypted_client_hello.cc
[603/1380] Compiling dtls_method.cc
[604/1380] Compiling extensions.cc
[605/1380] Compiling dtls_record.cc
[606/1380] Compiling md5-x86_64-linux.S
[607/1380] Compiling md5-x86_64-apple.S
[608/1380] Compiling md5-586-linux.S
[609/1380] Compiling md5-586-apple.S
[610/1380] Compiling chacha20_poly1305_x86_64-linux.S
[611/1380] Compiling chacha20_poly1305_x86_64-apple.S
[612/1380] Compiling chacha20_poly1305_armv8-win.S
[613/1380] Compiling err_data.cc
[614/1380] Compiling chacha20_poly1305_armv8-linux.S
[615/1380] Compiling chacha20_poly1305_armv8-apple.S
[616/1380] Compiling chacha-x86_64-linux.S
[617/1380] Compiling chacha-x86_64-apple.S
[618/1380] Compiling chacha-x86-linux.S
[619/1380] Compiling chacha-x86-apple.S
[620/1380] Compiling d1_pkt.cc
[621/1380] Compiling d1_srtp.cc
[622/1380] Compiling chacha-armv8-win.S
[623/1380] Compiling chacha-armv8-linux.S
[628/1380] Compiling SwiftProtobuf empty.pb.swift
[629/1380] Compiling SwiftProtobuf field_mask.pb.swift
[630/1380] Compiling SwiftProtobuf source_context.pb.swift
[631/1380] Compiling SwiftProtobuf struct.pb.swift
[632/1380] Compiling SwiftProtobuf timestamp.pb.swift
[633/1380] Compiling SwiftProtobuf type.pb.swift
[634/1380] Compiling SwiftProtobuf wrappers.pb.swift
[635/1380] Compiling SwiftProtobuf resource_bundle_accessor.swift
[635/1380] Compiling chacha-armv8-apple.S
[636/1380] Compiling chacha-armv4-linux.S
[637/1381] Compiling aes128gcmsiv-x86_64-apple.S
[638/1381] Compiling aes128gcmsiv-x86_64-linux.S
[639/1381] Compiling d1_lib.cc
[640/1381] Compiling x86_64-mont-linux.S
[641/1381] Compiling x86_64-mont-apple.S
[642/1381] Compiling x86_64-mont5-linux.S
[643/1381] Compiling x86_64-mont5-apple.S
[645/1381] Compiling x86-mont-linux.S
[646/1381] Compiling vpaes-x86_64-apple.S
[647/1381] Compiling x86-mont-apple.S
[648/1381] Compiling vpaes-x86_64-linux.S
[649/1381] Compiling vpaes-x86-linux.S
[650/1381] Compiling vpaes-x86-apple.S
[651/1381] Compiling vpaes-armv8-win.S
[652/1381] Compiling vpaes-armv8-apple.S
[653/1381] Compiling vpaes-armv8-linux.S
[654/1381] Compiling vpaes-armv7-linux.S
[655/1381] Compiling sha512-x86_64-apple.S
[656/1381] Compiling sha512-armv8-win.S
[657/1381] Compiling sha512-x86_64-linux.S
[658/1381] Compiling sha512-armv8-apple.S
[659/1381] Compiling sha512-armv8-linux.S
[660/1381] Wrapping AST for SwiftProtobuf for debugging
[661/1381] Compiling sha512-armv4-linux.S
[662/1381] Compiling sha512-586-linux.S
[663/1381] Compiling bio_ssl.cc
[664/1381] Compiling sha256-x86_64-linux.S
[665/1381] Compiling sha256-armv8-win.S
[666/1381] Compiling sha512-586-apple.S
[667/1381] Compiling sha256-x86_64-apple.S
[668/1381] Compiling sha256-armv8-linux.S
[669/1381] Compiling sha256-armv8-apple.S
[670/1381] Compiling sha256-armv4-linux.S
[671/1381] Compiling sha1-x86_64-apple.S
[672/1381] Compiling sha256-586-apple.S
[673/1381] Compiling sha256-586-linux.S
[674/1381] Compiling sha1-armv8-linux.S
[675/1381] Compiling sha1-armv8-apple.S
[676/1381] Compiling sha1-armv8-win.S
[677/1381] Compiling sha1-x86_64-linux.S
[678/1381] Compiling sha1-586-linux.S
[679/1381] Compiling sha1-armv4-large-linux.S
[680/1381] Compiling sha1-586-apple.S
[681/1381] Compiling rsaz-avx2-linux.S
[682/1381] Compiling rdrand-x86_64-linux.S
[683/1381] Compiling rdrand-x86_64-apple.S
[684/1381] Compiling rsaz-avx2-apple.S
[685/1381] Compiling p256_beeu-x86_64-asm-linux.S
[686/1381] Compiling p256_beeu-x86_64-asm-apple.S
[687/1381] Compiling p256_beeu-armv8-asm-win.S
[688/1381] Compiling p256_beeu-armv8-asm-apple.S
[689/1381] Compiling p256_beeu-armv8-asm-linux.S
[690/1381] Compiling p256-armv8-asm-win.S
[691/1381] Compiling p256-x86_64-asm-linux.S
[691/1381] Compiling p256-x86_64-asm-apple.S
[693/1381] Compiling p256-armv8-asm-linux.S
[694/1381] Compiling p256-armv8-asm-apple.S
[695/1381] Compiling ghashv8-armv8-linux.S
[696/1381] Compiling ghashv8-armv8-win.S
[697/1381] Compiling ghashv8-armv8-apple.S
[698/1381] Compiling ghashv8-armv7-linux.S
[699/1381] Compiling ghash-x86_64-apple.S
[700/1381] Compiling ghash-x86_64-linux.S
[701/1381] Compiling ghash-x86-linux.S
[702/1381] Compiling ghash-ssse3-x86_64-linux.S
[703/1381] Compiling ghash-x86-apple.S
[704/1381] Compiling ghash-ssse3-x86-linux.S
[705/1381] Compiling d1_both.cc
[706/1381] Compiling ghash-ssse3-x86_64-apple.S
[707/1381] Compiling ghash-ssse3-x86-apple.S
[708/1381] Compiling ghash-neon-armv8-win.S
[709/1381] Compiling ghash-neon-armv8-apple.S
[710/1381] Compiling ghash-armv4-linux.S
[711/1381] Compiling ghash-neon-armv8-linux.S
[712/1381] Compiling co-586-linux.S
[713/1381] Compiling co-586-apple.S
[714/1381] Compiling armv8-mont-win.S
[715/1381] Compiling bn-armv8-win.S
[716/1381] Compiling bsaes-armv7-linux.S
[717/1381] Compiling bn-586-linux.S
[718/1381] Compiling armv8-mont-linux.S
[719/1381] Compiling bn-armv8-linux.S
[720/1381] Compiling bn-armv8-apple.S
[721/1381] Compiling armv8-mont-apple.S
[722/1381] Compiling bn-586-apple.S
[722/1381] Compiling armv4-mont-linux.S
[724/1381] Compiling aesv8-gcm-armv8-apple.S
[725/1381] Compiling aesv8-gcm-armv8-linux.S
[726/1381] Compiling aesv8-gcm-armv8-win.S
[727/1381] Compiling aesv8-armv8-apple.S
[728/1381] Compiling aesv8-armv8-linux.S
[729/1381] Compiling aesv8-armv8-win.S
[730/1381] Compiling aesv8-armv7-linux.S
[731/1381] Compiling aesni-x86-linux.S
[732/1381] Compiling aesni-x86_64-linux.S
[733/1381] Compiling aesni-x86_64-apple.S
[734/1381] Compiling aesni-gcm-x86_64-linux.S
[735/1381] Compiling aesni-gcm-x86_64-apple.S
[736/1381] Compiling aes-gcm-avx2-x86_64-linux.S
[737/1381] Compiling aes-gcm-avx2-x86_64-apple.S
[738/1381] Compiling aesni-x86-apple.S
[739/1381] Compiling aes-gcm-avx10-x86_64-apple.S
[740/1381] Compiling aes-gcm-avx10-x86_64-linux.S
[741/1381] Compiling x_req.cc
[742/1381] Compiling x_x509a.cc
[743/1381] Compiling x_val.cc
[744/1381] Compiling x_sig.cc
[745/1381] Compiling x_spki.cc
[746/1381] Compiling x_x509.cc
[747/1381] Compiling x_pubkey.cc
[748/1381] Compiling x_name.cc
[749/1381] Compiling x_all.cc
[750/1381] Compiling x509name.cc
[751/1381] Compiling x_exten.cc
[752/1381] Compiling x_attrib.cc
[753/1381] Compiling x509spki.cc
[754/1381] Compiling x_algor.cc
[755/1381] Compiling x_crl.cc
[756/1381] Compiling x509rset.cc
[757/1381] Compiling x509cset.cc
[758/1381] Compiling x509_trs.cc
[759/1381] Compiling x509_vpm.cc
[760/1381] Compiling x509_set.cc
[761/1381] Compiling x509_txt.cc
[762/1381] Compiling x509_v3.cc
[763/1381] Compiling x509_vfy.cc
[764/1381] Compiling x509_req.cc
[765/1381] Compiling x509_obj.cc
[766/1381] Compiling x509_cmp.cc
[767/1381] Compiling x509_def.cc
[768/1381] Compiling x509_lu.cc
[769/1381] Compiling x509_ext.cc
[770/1381] Compiling x509_d2.cc
[771/1381] Compiling x509_att.cc
[772/1381] Compiling x509.cc
[773/1381] Compiling v3_utl.cc
[774/1381] Compiling v3_prn.cc
[775/1381] Compiling v3_skey.cc
[776/1381] Compiling v3_purp.cc
[777/1381] Compiling v3_ocsp.cc
[778/1381] Compiling v3_pcons.cc
[779/1381] Compiling v3_ncons.cc
[780/1381] Compiling v3_pmaps.cc
[781/1381] Compiling v3_lib.cc
[782/1381] Compiling v3_info.cc
[783/1381] Compiling v3_int.cc
[784/1381] Compiling v3_crld.cc
[785/1381] Compiling v3_enum.cc
[786/1381] Compiling v3_genn.cc
[787/1381] Compiling v3_ia5.cc
[788/1381] Compiling v3_extku.cc
[789/1381] Compiling v3_cpols.cc
[790/1381] Compiling v3_akey.cc
[791/1381] Compiling v3_conf.cc
[792/1381] Compiling v3_bcons.cc
[793/1381] Compiling v3_bitst.cc
[794/1381] Compiling v3_alt.cc
[795/1381] Compiling v3_akeya.cc
[796/1381] Compiling t_req.cc
[797/1381] Compiling t_x509a.cc
[798/1381] Compiling t_x509.cc
[799/1381] Compiling i2d_pr.cc
[800/1381] Compiling by_dir.cc
[801/1381] Compiling by_file.cc
[802/1381] Compiling t_crl.cc
[803/1381] Compiling rsa_pss.cc
[804/1381] Compiling a_sign.cc
[805/1381] Compiling name_print.cc
[806/1381] Compiling policy.cc
[807/1381] Compiling thread_win.cc
[808/1381] Compiling asn1_gen.cc
[809/1381] Compiling algorithm.cc
[810/1381] Compiling a_verify.cc
[811/1381] Compiling voprf.cc
[812/1381] Compiling trust_token.cc
[813/1381] Compiling pmbtoken.cc
[814/1381] Compiling thread_none.cc
[815/1381] Compiling a_digest.cc
[816/1381] Compiling thread.cc
[817/1381] Compiling thread_pthread.cc
[818/1381] Compiling stack.cc
[819/1381] Compiling sha512.cc
[820/1381] Compiling sha256.cc
[821/1381] Compiling sha1.cc
[822/1381] Compiling siphash.cc
[823/1381] Compiling rsa_print.cc
[824/1381] Compiling slhdsa.cc
[825/1381] Compiling rsa_crypt.cc
[826/1381] Compiling rsa_extra.cc
[827/1381] Compiling spake2plus.cc
[828/1381] Compiling rc4.cc
[829/1381] Compiling refcount.cc
[830/1381] Compiling windows.cc
[831/1381] Compiling trusty.cc
[832/1381] Compiling rand.cc
[833/1381] Compiling urandom.cc
[834/1381] Compiling passive.cc
[835/1381] Compiling ios.cc
[836/1381] Compiling rsa_asn1.cc
[837/1381] Compiling poly1305_arm_asm.S
[838/1381] Compiling fork_detect.cc
[839/1381] Compiling getentropy.cc
[840/1381] Compiling deterministic.cc
[841/1381] Compiling forkunsafe.cc
[842/1381] Compiling poly1305_arm.cc
[843/1381] Compiling poly1305_vec.cc
[844/1381] Compiling poly1305.cc
[845/1381] Compiling pkcs7.cc
[846/1381] Compiling pool.cc
[847/1381] Compiling p5_pbev2.cc
[848/1381] Compiling pkcs8_x509.cc
[849/1381] Compiling pkcs7_x509.cc
[850/1381] Compiling pkcs8.cc
[851/1381] Compiling pem_xaux.cc
[852/1381] Compiling pem_x509.cc
[853/1381] Compiling pem_pkey.cc
[854/1381] Compiling pem_pk8.cc
[855/1381] Compiling pem_oth.cc
[856/1381] Compiling mlkem.cc
[857/1381] Compiling mldsa.cc
[858/1381] Compiling pem_info.cc
[859/1381] Compiling obj_xref.cc
[860/1381] Compiling pem_lib.cc
[861/1381] Compiling pem_all.cc
[862/1381] Compiling obj.cc
[863/1381] Compiling mem.cc
[864/1381] Compiling fips_shared_support.cc
[865/1381] Compiling poly_rq_mul.S
[866/1381] Compiling md4.cc
[867/1381] Compiling lhash.cc
[868/1381] Compiling md5.cc
[869/1381] Compiling kyber.cc
[870/1381] Compiling ex_data.cc
[871/1381] Compiling hrss.cc
[872/1381] Compiling sign.cc
[873/1381] Compiling hpke.cc
[874/1381] Compiling scrypt.cc
[875/1381] Compiling print.cc
[876/1381] Compiling pbkdf.cc
[877/1381] Compiling p_x25519.cc
[878/1381] Compiling p_x25519_asn1.cc
[879/1381] Compiling p_rsa_asn1.cc
[880/1381] Compiling p_ed25519.cc
[881/1381] Compiling p_hkdf.cc
[882/1381] Compiling p_rsa.cc
[883/1381] Compiling p_ed25519_asn1.cc
[884/1381] Compiling p_ec.cc
[885/1381] Compiling p_ec_asn1.cc
[886/1381] Compiling p_dh_asn1.cc
[887/1381] Compiling p_dh.cc
[888/1381] Compiling evp_ctx.cc
[889/1381] Compiling p_dsa_asn1.cc
[890/1381] Compiling evp.cc
[891/1381] Compiling err.cc
[892/1381] Compiling engine.cc
[893/1381] Compiling ecdh.cc
[894/1381] Compiling evp_asn1.cc
[895/1381] Compiling ecdsa_asn1.cc
[896/1381] Compiling hash_to_curve.cc
[897/1381] Compiling ec_derive.cc
[898/1381] Compiling ec_asn1.cc
[899/1381] Compiling params.cc
[900/1381] Compiling dsa.cc
[901/1381] Compiling des.cc
[902/1381] Compiling dsa_asn1.cc
[903/1381] Compiling x25519-asm-arm.S
[904/1381] Compiling digest_extra.cc
[905/1381] Compiling dh_asn1.cc
[906/1381] Compiling crypto.cc
[907/1381] Compiling cpu_intel.cc
[908/1381] Compiling spake25519.cc
[909/1381] Compiling cpu_arm_freebsd.cc
[909/1381] Compiling cpu_arm_linux.cc
[911/1381] Compiling curve25519.cc
[912/1381] Compiling bcm.cc
[913/1381] Compiling cpu_aarch64_win.cc
[914/1381] Compiling cpu_aarch64_sysreg.cc
[915/1381] Compiling cpu_aarch64_openbsd.cc
[916/1381] Compiling cpu_aarch64_fuchsia.cc
[917/1381] Compiling curve25519_64_adx.cc
[917/1381] Compiling cpu_aarch64_apple.cc
[919/1381] Compiling cpu_aarch64_linux.cc
[920/1381] Compiling conf.cc
[921/1381] Compiling e_rc2.cc
[922/1381] Compiling tls_cbc.cc
[923/1381] Compiling get_cipher.cc
[924/1381] Compiling e_tls.cc
[925/1381] Compiling e_null.cc
[926/1381] Compiling e_des.cc
[927/1381] Compiling e_rc4.cc
[928/1381] Compiling e_aesgcmsiv.cc
[929/1381] Compiling e_chacha20poly1305.cc
[930/1381] Compiling derive_key.cc
[931/1381] Compiling chacha.cc
[932/1381] Compiling e_aesctrhmac.cc
[933/1381] Compiling cbs.cc
[934/1381] Compiling unicode.cc
[935/1381] Compiling ber.cc
[936/1381] Compiling buf.cc
[937/1381] Compiling cbb.cc
[938/1381] Compiling asn1_compat.cc
[939/1381] Compiling blake2.cc
[940/1381] Compiling bn_asn1.cc
[941/1381] Compiling convert.cc
[942/1381] Compiling socket_helper.cc
[943/1381] Compiling printf.cc
[944/1381] Compiling socket.cc
[945/1381] Compiling pair.cc
[946/1381] Compiling hexdump.cc
[947/1381] Compiling errno.cc
[948/1381] Compiling file.cc
[949/1381] Compiling fd.cc
[950/1381] Compiling tasn_utl.cc
[951/1381] Compiling connect.cc
[952/1381] Compiling bio_mem.cc
[953/1381] Compiling base64.cc
[954/1381] Compiling bio.cc
[955/1381] Compiling tasn_typ.cc
[956/1381] Compiling tasn_fre.cc
[957/1381] Compiling tasn_enc.cc
[958/1381] Compiling posix_time.cc
[959/1381] Compiling f_string.cc
[960/1381] Compiling f_int.cc
[961/1381] Compiling tasn_new.cc
[962/1381] Compiling asn_pack.cc
[963/1381] Compiling asn1_par.cc
[964/1381] Compiling tasn_dec.cc
[965/1381] Compiling asn1_lib.cc
[966/1381] Compiling a_octet.cc
[967/1381] Compiling a_type.cc
[968/1381] Compiling a_utctm.cc
[969/1381] Compiling a_strnid.cc
[970/1381] Compiling a_time.cc
[971/1381] Compiling a_strex.cc
[972/1381] Compiling a_object.cc
[973/1381] Compiling a_bool.cc
[974/1381] Compiling a_i2d_fp.cc
[975/1381] Compiling a_mbstr.cc
[976/1381] Compiling a_d2i_fp.cc
[977/1381] Compiling a_dup.cc
[978/1381] Compiling fiat_p256_adx_sqr.S
[979/1381] Compiling fiat_p256_adx_mul.S
[980/1381] Compiling fiat_curve25519_adx_mul.S
[981/1381] Compiling fiat_curve25519_adx_square.S
[982/1381] Compiling a_gentm.cc
[983/1381] Compiling md5-x86_64-linux.S
[984/1381] Compiling md5-x86_64-apple.S
[985/1381] Compiling a_int.cc
[986/1381] Compiling md5-586-linux.S
[987/1381] Compiling md5-586-apple.S
[988/1381] Compiling a_bitstr.cc
[989/1381] Compiling chacha20_poly1305_armv8-win.S
[990/1381] Compiling chacha20_poly1305_x86_64-apple.S
[991/1381] Compiling chacha20_poly1305_armv8-linux.S
[992/1381] Compiling chacha20_poly1305_x86_64-linux.S
[993/1381] Compiling chacha20_poly1305_armv8-apple.S
[994/1381] Compiling err_data.cc
[995/1381] Compiling chacha-x86_64-linux.S
[996/1381] Compiling chacha-x86_64-apple.S
[997/1381] Compiling chacha-x86-linux.S
[998/1381] Compiling chacha-x86-apple.S
[999/1381] Compiling CCryptoBoringSSLShims shims.c
[1000/1381] Compiling chacha-armv8-win.S
[1001/1381] Compiling chacha-armv8-linux.S
[1002/1381] Compiling chacha-armv4-linux.S
[1002/1381] Compiling chacha-armv8-apple.S
[1004/1381] Compiling aes128gcmsiv-x86_64-linux.S
[1005/1381] Compiling x86_64-mont-apple.S
[1006/1381] Compiling x86_64-mont-linux.S
[1007/1381] Compiling aes128gcmsiv-x86_64-apple.S
[1008/1381] Compiling x86_64-mont5-apple.S
[1009/1381] Compiling x86_64-mont5-linux.S
[1010/1381] Compiling x86-mont-linux.S
[1011/1381] Compiling vpaes-x86_64-linux.S
[1012/1381] Compiling x86-mont-apple.S
[1013/1381] Compiling vpaes-x86_64-apple.S
[1014/1381] Compiling vpaes-armv8-win.S
[1015/1381] Compiling vpaes-x86-linux.S
[1016/1381] Compiling vpaes-armv8-linux.S
[1017/1381] Compiling vpaes-x86-apple.S
[1018/1381] Compiling vpaes-armv7-linux.S
[1019/1381] Compiling vpaes-armv8-apple.S
[1020/1381] Compiling sha512-x86_64-linux.S
[1021/1381] Compiling sha512-armv8-win.S
[1022/1381] Compiling sha512-armv8-apple.S
[1023/1381] Compiling sha512-armv8-linux.S
[1024/1381] Compiling sha512-x86_64-apple.S
[1025/1381] Compiling sha512-armv4-linux.S
[1026/1381] Compiling sha512-586-linux.S
[1027/1381] Compiling sha512-586-apple.S
[1028/1381] Compiling sha256-armv8-win.S
[1029/1381] Compiling sha256-x86_64-linux.S
[1030/1381] Compiling sha256-x86_64-apple.S
[1031/1381] Compiling sha256-armv8-linux.S
[1032/1381] Compiling sha256-armv8-apple.S
[1033/1381] Compiling sha256-armv4-linux.S
[1034/1381] Compiling sha256-586-linux.S
[1035/1381] Compiling sha256-586-apple.S
[1036/1381] Compiling sha1-armv8-win.S
[1037/1381] Compiling sha1-x86_64-apple.S
[1038/1381] Compiling sha1-x86_64-linux.S
[1039/1381] Compiling sha1-armv8-linux.S
[1040/1381] Compiling sha1-armv8-apple.S
[1041/1381] Compiling sha1-armv4-large-linux.S
[1042/1381] Compiling sha1-586-linux.S
[1043/1381] Compiling sha1-586-apple.S
[1044/1381] Compiling rsaz-avx2-apple.S
[1045/1381] Compiling rdrand-x86_64-apple.S
[1046/1381] Compiling p256_beeu-x86_64-asm-linux.S
[1047/1381] Compiling rsaz-avx2-linux.S
[1048/1381] Compiling p256_beeu-x86_64-asm-apple.S
[1048/1381] Compiling rdrand-x86_64-linux.S
[1050/1381] Compiling p256_beeu-armv8-asm-win.S
[1051/1381] Compiling p256_beeu-armv8-asm-linux.S
[1052/1381] Compiling p256_beeu-armv8-asm-apple.S
[1053/1381] Compiling p256-armv8-asm-win.S
[1054/1381] Compiling p256-x86_64-asm-apple.S
[1055/1381] Compiling p256-x86_64-asm-linux.S
[1056/1381] Compiling ghashv8-armv8-win.S
[1056/1381] Compiling p256-armv8-asm-apple.S
[1058/1381] Compiling p256-armv8-asm-linux.S
[1059/1381] Compiling ghashv8-armv8-linux.S
[1060/1381] Compiling ghash-x86-linux.S
[1061/1381] Compiling ghashv8-armv7-linux.S
[1061/1381] Compiling ghash-x86_64-linux.S
[1063/1381] Compiling ghashv8-armv8-apple.S
[1064/1381] Compiling ghash-x86_64-apple.S
[1065/1381] Compiling ghash-ssse3-x86_64-apple.S
[1066/1381] Compiling ghash-ssse3-x86_64-linux.S
[1067/1381] Compiling ghash-x86-apple.S
[1068/1381] Compiling ghash-neon-armv8-win.S
[1069/1381] Compiling ghash-ssse3-x86-linux.S
[1070/1381] Compiling ghash-ssse3-x86-apple.S
[1071/1381] Compiling ghash-neon-armv8-apple.S
[1072/1381] Compiling ghash-neon-armv8-linux.S
[1073/1381] Compiling co-586-linux.S
[1074/1381] Compiling co-586-apple.S
[1075/1381] Compiling bn-armv8-win.S
[1076/1381] Compiling ghash-armv4-linux.S
[1077/1381] Compiling bsaes-armv7-linux.S
[1078/1381] Compiling bn-armv8-linux.S
[1079/1381] Compiling bn-armv8-apple.S
[1080/1381] Compiling bn-586-linux.S
[1081/1381] Compiling bn-586-apple.S
[1082/1381] Compiling armv8-mont-linux.S
[1083/1381] Compiling armv8-mont-win.S
[1084/1381] Compiling armv4-mont-linux.S
[1085/1381] Compiling aesv8-gcm-armv8-apple.S
[1086/1381] Compiling armv8-mont-apple.S
[1087/1381] Compiling aesv8-gcm-armv8-win.S
[1088/1381] Compiling aesv8-armv8-win.S
[1089/1381] Compiling aesv8-armv8-apple.S
[1090/1381] Compiling aesv8-armv8-linux.S
[1091/1381] Compiling aesv8-armv7-linux.S
[1092/1381] Compiling aesv8-gcm-armv8-linux.S
[1093/1381] Compiling aesni-x86_64-linux.S
[1094/1381] Compiling aesni-x86-linux.S
[1095/1381] Compiling aesni-x86_64-apple.S
[1096/1381] Compiling aesni-gcm-x86_64-linux.S
[1097/1381] Compiling aesni-gcm-x86_64-apple.S
[1098/1381] Compiling aesni-x86-apple.S
[1099/1381] Compiling aes-gcm-avx10-x86_64-apple.S
[1100/1381] Compiling aes-gcm-avx10-x86_64-linux.S
[1101/1381] Compiling x_x509.cc
[1102/1381] Compiling x_sig.cc
[1103/1381] Compiling x_x509a.cc
[1104/1381] Compiling x_spki.cc
[1105/1381] Compiling x_req.cc
[1106/1381] Compiling x_val.cc
[1107/1381] Compiling x_pubkey.cc
[1108/1381] Compiling c-nioatomics.c
[1109/1381] Compiling c-atomics.c
[1110/1381] Compiling x_exten.cc
[1111/1381] Compiling x_name.cc
[1112/1381] Compiling x_attrib.cc
[1113/1384] Compiling x_crl.cc
[1114/1387] Compiling x_all.cc
[1115/1387] Compiling x_algor.cc
[1116/1387] Compiling x509spki.cc
[1117/1387] Compiling x509rset.cc
[1119/1387] Compiling NIOConcurrencyHelpers lock.swift
[1119/1387] Compiling x509cset.cc
[1121/1387] Emitting module NIOConcurrencyHelpers
[1122/1387] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1122/1387] Compiling x509name.cc
[1124/1387] Compiling NIOConcurrencyHelpers NIOLock.swift
[1125/1387] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1126/1387] Compiling NIOConcurrencyHelpers atomics.swift
[1126/1388] Compiling x509_txt.cc
[1128/1388] Compiling x509_vpm.cc
[1129/1388] Compiling x509_v3.cc
[1130/1388] Wrapping AST for NIOConcurrencyHelpers for debugging
[1131/1388] Compiling x509_vfy.cc
[1132/1388] Compiling x509_trs.cc
[1133/1388] Compiling x509_set.cc
[1134/1388] Compiling x509_req.cc
[1135/1388] Compiling x509_obj.cc
[1136/1388] Compiling x509_lu.cc
[1137/1388] Compiling x509_def.cc
[1138/1388] Compiling x509_ext.cc
[1139/1388] Compiling x509_d2.cc
[1140/1388] Compiling x509_cmp.cc
[1141/1388] Compiling x509_att.cc
[1142/1388] Compiling x509.cc
[1143/1388] Compiling v3_skey.cc
[1144/1388] Compiling v3_purp.cc
[1145/1388] Compiling v3_utl.cc
[1146/1388] Compiling v3_prn.cc
[1147/1388] Compiling v3_pmaps.cc
[1148/1388] Compiling v3_pcons.cc
[1149/1388] Compiling v3_ocsp.cc
[1150/1388] Compiling v3_ncons.cc
[1151/1388] Compiling v3_lib.cc
[1152/1388] Compiling v3_info.cc
[1153/1388] Compiling v3_int.cc
[1154/1388] Compiling v3_ia5.cc
[1155/1388] Compiling v3_genn.cc
[1156/1388] Compiling v3_extku.cc
[1157/1388] Compiling v3_enum.cc
[1158/1388] Compiling v3_crld.cc
[1159/1388] Compiling v3_cpols.cc
[1160/1388] Compiling v3_conf.cc
[1161/1388] Compiling v3_bitst.cc
[1162/1388] Compiling v3_bcons.cc
[1163/1388] Compiling v3_alt.cc
[1164/1388] Compiling v3_akeya.cc
[1165/1388] Compiling v3_akey.cc
[1166/1388] Compiling t_x509.cc
[1167/1388] Compiling t_x509a.cc
[1168/1388] Compiling t_crl.cc
[1169/1388] Compiling rsa_pss.cc
[1170/1388] Compiling t_req.cc
[1171/1388] Compiling i2d_pr.cc
[1172/1388] Compiling policy.cc
[1173/1388] Compiling name_print.cc
[1174/1388] Compiling by_file.cc
[1175/1388] Compiling by_dir.cc
[1176/1388] Compiling asn1_gen.cc
[1177/1388] Compiling a_verify.cc
[1178/1388] Compiling algorithm.cc
[1179/1388] Compiling voprf.cc
[1180/1388] Compiling a_digest.cc
[1181/1388] Compiling a_sign.cc
[1182/1388] Compiling thread_win.cc
[1183/1388] Compiling thread_pthread.cc
[1184/1388] Compiling trust_token.cc
[1185/1388] Compiling thread.cc
[1186/1388] Compiling thread_none.cc
[1187/1388] Compiling pmbtoken.cc
[1188/1388] Compiling stack.cc
[1189/1388] Compiling wots.cc
[1190/1388] Compiling thash.cc
[1191/1388] Compiling sha512.cc
[1192/1388] Compiling merkle.cc
[1192/1388] Compiling siphash.cc
[1194/1388] Compiling slhdsa.cc
[1195/1388] Compiling fors.cc
[1196/1388] Compiling sha256.cc
[1197/1388] Compiling sha1.cc
[1198/1388] Compiling rsa_extra.cc
[1199/1388] Compiling rsa_print.cc
[1200/1388] Compiling rc4.cc
[1201/1388] Compiling refcount.cc
[1202/1388] Compiling windows.cc
[1203/1388] Compiling rsa_crypt.cc
[1204/1388] Compiling urandom.cc
[1205/1388] Compiling rsa_asn1.cc
[1206/1388] Compiling trusty.cc
[1207/1388] Compiling rand_extra.cc
[1208/1388] Compiling ios.cc
[1209/1388] Compiling getentropy.cc
[1210/1388] Compiling poly1305_arm_asm.S
[1211/1388] Compiling passive.cc
[1212/1388] Compiling deterministic.cc
[1213/1388] Compiling fork_detect.cc
[1214/1388] Compiling forkunsafe.cc
[1215/1388] Compiling poly1305_vec.cc
[1216/1388] Compiling poly1305_arm.cc
[1217/1388] Compiling poly1305.cc
[1218/1388] Compiling pool.cc
[1219/1388] Compiling pkcs8_x509.cc
[1220/1388] Compiling pkcs7.cc
[1221/1388] Compiling pkcs8.cc
[1222/1388] Compiling p5_pbev2.cc
[1223/1388] Compiling pkcs7_x509.cc
[1224/1388] Compiling pem_x509.cc
[1225/1388] Compiling pem_xaux.cc
[1226/1388] Compiling pem_pkey.cc
[1227/1388] Compiling pem_pk8.cc
[1228/1388] Compiling pem_oth.cc
[1229/1388] Compiling obj_xref.cc
[1230/1388] Compiling mldsa.cc
[1231/1388] Compiling pem_lib.cc
[1232/1388] Compiling mlkem.cc
[1233/1388] Compiling pem_info.cc
[1234/1388] Compiling md5.cc
[1235/1388] Compiling obj.cc
[1236/1388] Compiling mem.cc
[1237/1388] Compiling fips_shared_support.cc
[1238/1388] Compiling pem_all.cc
[1239/1388] Compiling poly_rq_mul.S
[1240/1388] Compiling md4.cc
[1241/1388] Compiling lhash.cc
[1242/1388] Compiling hpke.cc
[1243/1388] Compiling sign.cc
[1244/1388] Compiling kyber.cc
[1245/1388] Compiling hrss.cc
[1246/1388] Compiling ex_data.cc
[1247/1388] Compiling scrypt.cc
[1248/1388] Compiling pbkdf.cc
[1249/1388] Compiling p_x25519_asn1.cc
[1249/1388] Compiling print.cc
[1251/1388] Compiling p_x25519.cc
[1252/1388] Compiling p_rsa_asn1.cc
[1253/1388] Compiling p_ed25519.cc
[1254/1388] Compiling p_rsa.cc
[1255/1388] Compiling p_dsa_asn1.cc
[1256/1388] Compiling p_hkdf.cc
[1257/1388] Compiling p_ed25519_asn1.cc
[1258/1388] Compiling p_ec_asn1.cc
[1259/1388] Compiling p_ec.cc
[1260/1388] Compiling p_dh_asn1.cc
[1261/1388] Compiling p_dh.cc
[1262/1388] Compiling evp.cc
[1263/1388] Compiling evp_ctx.cc
[1264/1388] Compiling evp_asn1.cc
[1265/1388] Compiling err.cc
[1266/1388] Compiling engine.cc
[1267/1388] Compiling ecdh_extra.cc
[1268/1388] Compiling ecdsa_asn1.cc
[1269/1388] Compiling hash_to_curve.cc
[1270/1388] Compiling ec_derive.cc
[1271/1388] Compiling ec_asn1.cc
[1272/1388] Compiling dsa_asn1.cc
[1273/1388] Compiling dsa.cc
[1274/1388] Compiling dh_asn1.cc
[1275/1388] Compiling params.cc
[1276/1388] Compiling x25519-asm-arm.S
[1277/1388] Compiling digest_extra.cc
[1278/1388] Compiling des.cc
[1279/1388] Compiling bcm.cc
[1280/1388] Compiling spake25519.cc
[1281/1388] Compiling cpu_aarch64_win.cc
[1282/1388] Compiling cpu_arm_linux.cc
[1283/1388] Compiling cpu_intel.cc
[1284/1388] Compiling crypto.cc
[1285/1388] Compiling cpu_arm_freebsd.cc
[1286/1388] Compiling curve25519.cc
[1287/1388] Compiling conf.cc
[1288/1388] Compiling cpu_aarch64_openbsd.cc
[1289/1388] Compiling cpu_aarch64_sysreg.cc
[1290/1388] Compiling cpu_aarch64_linux.cc
[1291/1388] Compiling cpu_aarch64_fuchsia.cc
[1292/1388] Compiling cpu_aarch64_apple.cc
[1293/1388] Compiling curve25519_64_adx.cc
[1294/1388] Compiling e_chacha20poly1305.cc
[1295/1388] Compiling tls_cbc.cc
[1296/1388] Compiling e_rc4.cc
[1297/1388] Compiling e_null.cc
[1298/1388] Compiling e_des.cc
[1299/1388] Compiling e_tls.cc
[1300/1388] Compiling e_rc2.cc
[1301/1388] Compiling e_aesctrhmac.cc
[1302/1388] Compiling e_aesgcmsiv.cc
[1303/1388] Compiling derive_key.cc
[1304/1388] Compiling unicode.cc
[1305/1388] Compiling chacha.cc
[1306/1388] Compiling cipher_extra.cc
[1307/1388] Compiling cbb.cc
[1308/1388] Compiling ber.cc
[1309/1388] Compiling cbs.cc
[1310/1388] Compiling asn1_compat.cc
[1311/1388] Compiling buf.cc
[1312/1388] Compiling bn_asn1.cc
[1313/1388] Compiling blake2.cc
[1314/1388] Compiling printf.cc
[1315/1388] Compiling convert.cc
[1316/1388] Compiling pair.cc
[1317/1388] Compiling hexdump.cc
[1318/1388] Compiling errno.cc
[1319/1388] Compiling fd.cc
[1320/1388] Compiling bio_mem.cc
[1321/1388] Compiling file.cc
[1322/1388] Compiling base64.cc
[1323/1388] Compiling bio.cc
[1324/1388] Compiling tasn_typ.cc
[1325/1388] Compiling tasn_utl.cc
[1326/1388] Compiling tasn_enc.cc
[1327/1388] Compiling tasn_fre.cc
[1328/1388] Compiling f_string.cc
[1329/1388] Compiling tasn_new.cc
[1330/1388] Compiling posix_time.cc
[1331/1388] Compiling asn1_par.cc
[1332/1388] Compiling tasn_dec.cc
[1333/1388] Compiling f_int.cc
[1334/1388] Compiling asn_pack.cc
[1335/1388] Compiling a_time.cc
[1336/1388] Compiling asn1_lib.cc
[1337/1388] Compiling a_type.cc
[1338/1388] Compiling a_utctm.cc
[1339/1388] Compiling CCompressZlib empty.c
[1340/1388] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1341/1388] Write sources
[1342/1388] Compiling a_octet.cc
[1343/1388] Write sources
[1344/1441] Compiling a_strnid.cc
[1345/1441] Write sources
[1347/1441] Compiling a_strex.cc
[1348/1441] Write sources
[1349/1459] Compiling a_i2d_fp.cc
[1350/1459] Write sources
[1352/1461] Compiling a_mbstr.cc
[1353/1462] Compiling a_object.cc
[1354/1506] Compiling a_int.cc
[1356/1506] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1357/1506] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1358/1508] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1359/1508] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1360/1533] Compiling Algorithms Intersperse.swift
[1361/1533] Compiling Algorithms Partition.swift
[1362/1533] Compiling Algorithms Grouped.swift
[1363/1533] Compiling Algorithms Indexed.swift
[1364/1533] Emitting module ArgumentParserToolInfo
[1365/1541] Compiling Algorithms MinMax.swift
[1366/1541] Compiling Algorithms RandomSample.swift
[1367/1541] Compiling Algorithms Combinations.swift
[1368/1541] Compiling Algorithms Compacted.swift
[1369/1541] Compiling Algorithms Cycle.swift
[1370/1541] Compiling Algorithms EitherSequence.swift
[1371/1541] Compiling Algorithms FirstNonNil.swift
[1372/1541] Compiling Algorithms FlattenCollection.swift
[1373/1541] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1374/1541] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1375/1541] Compiling AsyncAlgorithms MergeStateMachine.swift
[1376/1541] Compiling AsyncAlgorithms MergeStorage.swift
[1377/1541] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1378/1541] Compiling AsyncAlgorithms Rethrow.swift
[1379/1541] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1380/1548] Compiling AsyncAlgorithms Locking.swift
[1381/1548] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1382/1548] Compiling AsyncAlgorithms ChannelStorage.swift
[1383/1548] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1384/1548] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1385/1548] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1386/1548] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1387/1548] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1388/1548] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1389/1548] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1390/1548] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1391/1548] Compiling AsyncAlgorithms DebounceStorage.swift
[1392/1548] Compiling AsyncAlgorithms Dictionary.swift
[1393/1548] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1394/1548] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1395/1548] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1396/1548] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1397/1548] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1398/1548] Compiling BitCollections BitSet+SetAlgebra union.swift
[1399/1548] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1400/1548] Compiling BitCollections BitSet.Counted.swift
[1401/1548] Emitting module AsyncAlgorithms
[1402/1554] Emitting module BitCollections
[1403/1554] Compiling Algorithms AdjacentPairs.swift
[1404/1554] Compiling Algorithms Chain.swift
[1405/1554] Compiling Algorithms Chunked.swift
[1418/1554] Compiling Algorithms Reductions.swift
[1419/1554] Compiling Algorithms Rotate.swift
[1420/1554] Compiling Algorithms Split.swift
[1421/1554] Compiling Algorithms Stride.swift
[1422/1554] Compiling Algorithms Suffix.swift
[1423/1557] Compiling CryptoBoringWrapper RandomBytes.swift
[1429/1557] Compiling Algorithms Permutations.swift
[1430/1557] Compiling Algorithms Product.swift
[1431/1557] Compiling Algorithms Joined.swift
[1432/1557] Compiling Algorithms Keyed.swift
[1451/1557] Compiling Algorithms Trim.swift
[1452/1557] Compiling Algorithms Unique.swift
[1459/1557] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1460/1557] Compiling ArgumentParserToolInfo ToolInfo.swift
[1461/1558] Compiling BitCollections BitSet.Index.swift
[1462/1558] Compiling BitCollections BitSet._UnsafeHandle.swift
[1463/1558] Compiling BitCollections BitSet.swift
[1464/1558] Compiling BitCollections Range+Utilities.swift
[1465/1558] Compiling BitCollections Slice+Utilities.swift
[1466/1558] Compiling BitCollections UInt+Tricks.swift
[1467/1558] Compiling BitCollections _Word.swift
[1468/1558] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1477/1559] Wrapping AST for ArgumentParserToolInfo for debugging
[1479/1559] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1480/1559] Emitting module CryptoBoringWrapper
[1487/1559] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1488/1559] Compiling CryptoBoringWrapper EllipticCurve.swift
[1489/1559] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1489/1559] Wrapping AST for BitCollections for debugging
[1492/1606] Compiling ArgumentParser ParsableCommand.swift
[1493/1606] Compiling ArgumentParser ArgumentDecoder.swift
[1494/1606] Compiling ArgumentParser ArgumentDefinition.swift
[1495/1606] Compiling ArgumentParser ArgumentSet.swift
[1496/1606] Compiling ArgumentParser Argument.swift
[1497/1606] Compiling ArgumentParser ArgumentDiscussion.swift
[1498/1606] Compiling ArgumentParser ArgumentHelp.swift
[1499/1606] Compiling ArgumentParser ParsableArguments.swift
[1500/1606] Compiling ArgumentParser InputOrigin.swift
[1501/1606] Compiling ArgumentParser Name.swift
[1502/1606] Compiling ArgumentParser Parsed.swift
[1503/1606] Compiling ArgumentParser ParsedValues.swift
[1504/1606] Compiling ArgumentParser ParserError.swift
[1505/1606] Compiling ArgumentParser SplitArguments.swift
[1506/1606] Compiling ArgumentParser Option.swift
[1507/1606] Compiling ArgumentParser InputKey.swift
[1508/1606] Wrapping AST for CryptoBoringWrapper for debugging
[1510/1606] Emitting module Collections
[1511/1606] Compiling Collections Collections.swift
[1512/1607] Compiling ArgumentParser DumpHelpGenerator.swift
[1513/1607] Compiling ArgumentParser HelpCommand.swift
[1514/1607] Compiling ArgumentParser HelpGenerator.swift
[1515/1607] Compiling ArgumentParser MessageInfo.swift
[1516/1607] Compiling ArgumentParser UsageGenerator.swift
[1517/1607] Compiling ArgumentParser CollectionExtensions.swift
[1519/1678] Compiling Crypto PKCS8PrivateKey.swift
[1520/1678] Compiling Crypto SEC1PrivateKey.swift
[1521/1678] Compiling Crypto SubjectPublicKeyInfo.swift
[1522/1678] Emitting module Atomics
[1522/1679] Wrapping AST for Collections for debugging
[1525/1679] Compiling Crypto AES.swift
[1526/1679] Compiling Crypto ECDSASignature_boring.swift
[1527/1679] Compiling Crypto ECDSA_boring.swift
[1528/1679] Compiling Crypto EdDSA_boring.swift
[1529/1679] Compiling Crypto ECDSA.swift
[1530/1679] Compiling Crypto Ed25519.swift
[1530/1680] Wrapping AST for Atomics for debugging
[1536/1680] Compiling Crypto CryptoKitErrors.swift
[1537/1732] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1538/1732] Compiling NIOCore EventLoopFuture.swift
[1539/1732] Compiling NIOCore FileDescriptor.swift
[1540/1732] Compiling NIOCore FileHandle.swift
[1541/1732] Compiling NIOCore FileRegion.swift
[1542/1732] Compiling NIOCore GlobalSingletons.swift
[1542/1747] Wrapping AST for AsyncAlgorithms for debugging
[1544/1755] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1545/1755] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1546/1756] Emitting module ServiceLifecycle
[1547/1756] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1548/1756] Compiling ServiceLifecycle ServiceRunnerError.swift
[1549/1756] Emitting module Algorithms
[1551/1757] Emitting module ArgumentParser
[1552/1757] Compiling NIOCore NIOSendable.swift
[1553/1757] Compiling NIOCore RecvByteBufferAllocator.swift
[1554/1757] Compiling NIOCore IOData.swift
[1555/1757] Compiling NIOCore IPProtocol.swift
[1556/1757] Compiling NIOCore IntegerBitPacking.swift
[1557/1757] Compiling NIOCore IntegerTypes.swift
[1558/1757] Compiling NIOCore Interfaces.swift
[1559/1757] Compiling NIOCore Linux.swift
[1560/1757] Compiling NIOCore MarkedCircularBuffer.swift
[1561/1757] Compiling NIOCore MulticastChannel.swift
[1562/1757] Compiling Crypto HKDF.swift
[1563/1757] Compiling Crypto AESWrap.swift
[1564/1757] Compiling Crypto AESWrap_boring.swift
[1565/1757] Compiling Crypto Ed25519_boring.swift
[1566/1757] Compiling Crypto NISTCurvesKeys_boring.swift
[1567/1757] Compiling Crypto X25519Keys_boring.swift
[1568/1757] Compiling Crypto Curve25519.swift
[1569/1757] Compiling Crypto Ed25519Keys.swift
[1570/1757] Compiling Crypto NISTCurvesKeys.swift
[1571/1757] Compiling Crypto X25519Keys.swift
[1572/1766] Emitting module Crypto
[1573/1766] Compiling ArgumentParser Tree.swift
[1574/1766] Compiling ArgumentParser CodingKeyValidator.swift
[1575/1766] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1576/1766] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1577/1766] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1578/1766] Compiling ArgumentParser UniqueNamesValidator.swift
[1588/1766] Compiling NIOCore NIOScheduledCallback.swift
[1597/1774] Compiling NIOCore AddressedEnvelope.swift
[1598/1774] Compiling NIOCore AsyncAwaitSupport.swift
[1599/1774] Compiling NIOCore AsyncChannel.swift
[1600/1774] Compiling NIOCore AsyncChannelHandler.swift
[1601/1774] Compiling NIOCore AsyncChannelInboundStream.swift
[1602/1774] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1603/1774] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1611/1774] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1612/1774] Compiling NIOCore NIOAsyncWriter.swift
[1613/1774] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1614/1774] Compiling ServiceLifecycle Service.swift
[1615/1774] Compiling ServiceLifecycle GracefulShutdown.swift
[1616/1774] Compiling ServiceLifecycle ServiceGroup.swift
[1617/1774] Compiling ServiceLifecycle CancellationWaiter.swift
[1618/1775] Compiling NIOCore DeadChannel.swift
[1619/1775] Compiling NIOCore DispatchQueue+WithFuture.swift
[1620/1775] Compiling NIOCore EventLoop+Deprecated.swift
[1621/1775] Compiling NIOCore EventLoop+SerialExecutor.swift
[1622/1775] Compiling NIOCore EventLoop.swift
[1623/1775] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1624/1775] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1628/1775] Wrapping AST for ServiceLifecycle for debugging
[1638/1775] Compiling NIOCore ByteBuffer-views.swift
[1639/1775] Compiling NIOCore Channel.swift
[1640/1775] Compiling NIOCore ChannelHandler.swift
[1641/1775] Compiling NIOCore ChannelHandlers.swift
[1642/1775] Compiling NIOCore ChannelInvoker.swift
[1643/1775] Compiling NIOCore ChannelOption.swift
[1644/1775] Compiling NIOCore ChannelPipeline.swift
[1645/1775] Compiling NIOCore CircularBuffer.swift
[1646/1775] Compiling NIOCore Codec.swift
[1647/1775] Compiling NIOCore ConvenienceOptionSupport.swift
[1648/1775] Compiling NIOCore BSDSocketAPI.swift
[1649/1775] Compiling NIOCore ByteBuffer-aux.swift
[1650/1775] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1651/1775] Compiling NIOCore ByteBuffer-conversions.swift
[1652/1775] Compiling NIOCore ByteBuffer-core.swift
[1653/1775] Compiling NIOCore ByteBuffer-hex.swift
[1654/1775] Compiling NIOCore ByteBuffer-int.swift
[1655/1775] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1656/1775] Compiling NIOCore ByteBuffer-multi-int.swift
[1657/1775] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1697/1776] Compiling Crypto Signature.swift
[1698/1776] Compiling Crypto CryptoKitErrors_boring.swift
[1699/1776] Compiling Crypto RNG_boring.swift
[1700/1776] Compiling Crypto SafeCompare_boring.swift
[1701/1776] Compiling Crypto Zeroization_boring.swift
[1702/1776] Compiling Crypto PrettyBytes.swift
[1703/1776] Compiling Crypto SafeCompare.swift
[1704/1776] Compiling Crypto SecureBytes.swift
[1705/1776] Compiling Crypto Zeroization.swift
[1705/1777] Wrapping AST for ArgumentParser for debugging
[1707/1777] Wrapping AST for Crypto for debugging
[1709/1823] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1710/1823] Compiling NIOCore SocketAddresses.swift
[1711/1823] Compiling NIOCore SocketOptionProvider.swift
[1712/1823] Compiling NIOCore SystemCallHelpers.swift
[1713/1823] Compiling NIOCore TimeAmount+Duration.swift
[1714/1823] Compiling NIOCore TypeAssistedChannelHandler.swift
[1715/1823] Compiling NIOCore UniversalBootstrapSupport.swift
[1716/1823] Compiling NIOCore Utilities.swift
[1717/1823] Compiling _CryptoExtras VOPRFServer.swift
[1718/1823] Compiling _CryptoExtras RSA+BlindSigning.swift
[1719/1823] Compiling _CryptoExtras RSA.swift
[1720/1823] Compiling _CryptoExtras RSA_boring.swift
[1721/1823] Compiling _CryptoExtras RSA_security.swift
[1722/1823] Compiling _CryptoExtras BoringSSLHelpers.swift
[1723/1823] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1724/1823] Compiling _CryptoExtras DigestType.swift
[1725/1823] Compiling _CryptoExtras Error.swift
[1729/1823] Compiling _CryptoExtras I2OSP.swift
[1730/1823] Compiling _CryptoExtras IntegerEncoding.swift
[1731/1823] Compiling _CryptoExtras PEMDocument.swift
[1732/1829] Emitting module _CryptoExtras
[1733/1829] Compiling _CryptoExtras AES_CBC.swift
[1734/1829] Compiling _CryptoExtras AES_CFB.swift
[1735/1829] Compiling _CryptoExtras AES_CTR.swift
[1736/1829] Compiling _CryptoExtras AES_GCM_SIV.swift
[1737/1829] Compiling _CryptoExtras Block Function.swift
[1738/1829] Compiling _CryptoExtras AES_CFB_boring.swift
[1739/1829] Compiling _CryptoExtras AES_CTR_boring.swift
[1740/1829] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1741/1829] Compiling _CryptoExtras ARC+API.swift
[1742/1829] Compiling _CryptoExtras ARC.swift
[1743/1829] Compiling _CryptoExtras ARCCredential.swift
[1744/1829] Compiling _CryptoExtras ARCEncoding.swift
[1745/1829] Compiling _CryptoExtras ARCPrecredential.swift
[1746/1829] Compiling _CryptoExtras ARCPresentation.swift
[1747/1829] Compiling _CryptoExtras PrettyBytes.swift
[1748/1829] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1749/1829] Compiling _CryptoExtras DLEQ.swift
[1750/1829] Compiling _CryptoExtras Prover.swift
[1751/1829] Compiling _CryptoExtras Verifier.swift
[1752/1829] Compiling _CryptoExtras ZKPToolbox.swift
[1764/1829] Compiling _CryptoExtras HashToField.swift
[1765/1829] Compiling _CryptoExtras KDF.swift
[1766/1829] Compiling _CryptoExtras PBKDF2_boring.swift
[1767/1829] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1768/1829] Emitting module NIOCore
[1778/1829] Compiling _CryptoExtras PBKDF2.swift
[1779/1829] Compiling _CryptoExtras Scrypt_boring.swift
[1780/1829] Compiling _CryptoExtras ARCRequest.swift
[1781/1829] Compiling _CryptoExtras ARCResponse.swift
[1782/1829] Compiling _CryptoExtras ARCServer.swift
[1783/1829] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1784/1829] Compiling _CryptoExtras ChaCha20CTR.swift
[1785/1829] Compiling _CryptoExtras ECToolbox_boring.swift
[1786/1829] Compiling _CryptoExtras ECToolbox.swift
[1787/1830] Wrapping AST for NIOCore for debugging
[1789/1892] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1790/1892] Emitting module NIOHTTPTypes
[1791/1893] Compiling CompressNIO CompressionAlgorithm.swift
[1792/1894] Wrapping AST for NIOHTTPTypes for debugging
[1794/1894] Compiling CompressNIO Compressor.swift
[1795/1894] Compiling CompressNIO Error.swift
[1796/1894] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1797/1894] Emitting module NIOEmbedded
[1798/1894] Compiling NIOPosix Bootstrap.swift
[1799/1894] Compiling NIOPosix ControlMessage.swift
[1800/1894] Emitting module CompressNIO
[1801/1894] Compiling CompressNIO ZlibWrapper.swift
[1802/1894] Compiling CompressNIO Zlib.swift
[1803/1894] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1804/1895] Wrapping AST for CompressNIO for debugging
[1806/1895] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1807/1895] Compiling NIOEmbedded AsyncTestingChannel.swift
[1808/1895] Compiling NIOEmbedded Embedded.swift
[1810/1896] Compiling NIOPosix IO.swift
[1811/1896] Compiling NIOPosix IntegerBitPacking.swift
[1812/1896] Compiling NIOPosix IntegerTypes.swift
[1813/1896] Compiling NIOPosix Linux.swift
[1814/1896] Compiling NIOPosix LinuxCPUSet.swift
[1815/1896] Compiling NIOPosix LinuxUring.swift
[1816/1896] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1816/1902] Wrapping AST for NIOEmbedded for debugging
[1818/1902] Compiling NIOPosix ThreadPosix.swift
[1819/1902] Compiling NIOPosix ThreadWindows.swift
[1820/1902] Compiling NIOPosix UnsafeTransfer.swift
[1821/1902] Compiling NIOPosix Utilities.swift
[1822/1902] Compiling NIOPosix VsockAddress.swift
[1823/1902] Compiling NIOPosix VsockChannelEvents.swift
[1824/1902] Emitting module NIOPosix
[1825/1902] Compiling NIOPosix Pool.swift
[1826/1902] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1827/1902] Compiling NIOPosix PosixSingletons.swift
[1828/1902] Compiling NIOPosix RawSocketBootstrap.swift
[1829/1902] Compiling NIOPosix Resolver.swift
[1830/1902] Compiling NIOPosix Selectable.swift
[1833/1902] Compiling NIOPosix DatagramVectorReadManager.swift
[1834/1902] Compiling NIOPosix Errors+Any.swift
[1835/1902] Compiling NIOPosix FileDescriptor.swift
[1836/1902] Compiling NIOPosix GetaddrinfoResolver.swift
[1837/1902] Compiling NIOPosix HappyEyeballs.swift
[1838/1902] Compiling NIOPosix SelectableChannel.swift
[1839/1902] Compiling NIOPosix SelectableEventLoop.swift
[1840/1902] Compiling NIOPosix SelectorEpoll.swift
[1841/1902] Compiling NIOPosix SelectorGeneric.swift
[1842/1902] Compiling NIOPosix SelectorKqueue.swift
[1843/1902] Compiling NIOPosix SelectorUring.swift
[1844/1902] Compiling NIOPosix ServerSocket.swift
[1845/1902] Compiling NIOPosix Socket.swift
[1846/1902] Compiling NIOPosix SocketChannel.swift
[1847/1902] Compiling NIOPosix SocketProtocols.swift
[1848/1902] Compiling NIOPosix System.swift
[1849/1902] Compiling NIOPosix Thread.swift
[1850/1902] Compiling NIOPosix BSDSocketAPICommon.swift
[1851/1902] Compiling NIOPosix BSDSocketAPIPosix.swift
[1852/1902] Compiling NIOPosix BSDSocketAPIWindows.swift
[1853/1902] Compiling NIOPosix BaseSocket.swift
[1854/1902] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1855/1902] Compiling NIOPosix BaseSocketChannel.swift
[1856/1902] Compiling NIOPosix BaseStreamSocketChannel.swift
[1857/1902] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1858/1902] Compiling NIOPosix NIOThreadPool.swift
[1859/1902] Compiling NIOPosix NonBlockingFileIO.swift
[1860/1902] Compiling NIOPosix PendingDatagramWritesManager.swift
[1861/1902] Compiling NIOPosix PendingWritesManager.swift
[1862/1902] Compiling NIOPosix PipeChannel.swift
[1863/1902] Compiling NIOPosix PipePair.swift
[1864/1903] Wrapping AST for NIOPosix for debugging
[1866/1905] Compiling NIO Exports.swift
[1867/1905] Emitting module NIO
[1868/1906] Wrapping AST for NIO for debugging
[1870/1945] Emitting module NIOSOCKS
[1871/1946] Compiling NIOTLS TLSEvents.swift
[1872/1946] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1873/1946] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1874/1946] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1875/1946] Compiling NIOSOCKS SOCKSResponse.swift
[1876/1946] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1877/1946] Emitting module NIOTLS
[1878/1946] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1879/1946] Compiling NIOSOCKS ClientStateMachine.swift
[1880/1946] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1881/1946] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1882/1946] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1883/1946] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1884/1946] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1885/1946] Compiling NIOSOCKS ServerStateMachine.swift
[1886/1946] Compiling NIOTLS SNIHandler.swift
[1887/1946] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1888/1947] Compiling NIOHTTP1 HTTPEncoder.swift
[1889/1947] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1890/1947] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1891/1947] Compiling NIOHTTP1 HTTPDecoder.swift
[1892/1948] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1893/1948] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1898/1950] Emitting module NIOHTTP1
[1899/1950] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1900/1950] Emitting module NIOFoundationCompat
[1902/2002] Compiling NIOTransportServices StateManagedChannel.swift
[1903/2002] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1904/2002] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1905/2004] Compiling NIOTransportServices NIOTSBootstraps.swift
[1906/2004] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1907/2004] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1908/2004] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1909/2004] Compiling NIOTransportServices NIOTSErrors.swift
[1910/2004] Compiling NIOTransportServices NIOTSEventLoop.swift
[1911/2004] Emitting module NIOTransportServices
[1912/2004] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1913/2004] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1914/2004] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1915/2004] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1916/2004] Compiling NIOTransportServices NIOTSSingletons.swift
[1917/2004] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1918/2004] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1919/2004] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1920/2004] Compiling NIOTransportServices AcceptHandler.swift
[1921/2004] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1922/2004] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1923/2004] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1924/2004] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1925/2004] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1941/2006] Emitting module NIOSSL
[1941/2010] Wrapping AST for NIOHTTP1 for debugging
[1946/2050] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1947/2050] Compiling NIOSSL SubjectAlternativeName.swift
[1948/2050] Compiling NIOSSL NIOSSLSecureBytes.swift
[1949/2050] Compiling NIOSSL RNG.swift
[1950/2050] Compiling NIOSSL SafeCompare.swift
[1951/2050] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1952/2050] Compiling NIOHPACK IndexedHeaderTable.swift
[1953/2050] Compiling NIOHPACK IntegerCoding.swift
[1954/2051] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1955/2051] Compiling NIOExtras NIORequestIdentifiable.swift
[1956/2051] Compiling NIOExtras DebugInboundEventsHandler.swift
[1957/2051] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1958/2051] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1959/2051] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1960/2051] Compiling NIOExtras NIOExtrasError.swift
[1961/2053] Compiling NIOHPACK HuffmanTables.swift
[1962/2053] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1963/2053] Emitting module NIOHTTPTypesHTTP1
[1964/2053] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1965/2053] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1966/2054] Compiling NIOHPACK StaticHeaderTable.swift
[1967/2054] Compiling NIOExtras PCAPRingBuffer.swift
[1968/2054] Compiling NIOExtras QuiescingHelper.swift
[1969/2054] Compiling NIOExtras RequestResponseHandler.swift
[1970/2054] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1976/2054] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1977/2054] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1978/2054] Compiling NIOExtras JSONRPCFraming.swift
[1979/2054] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1980/2054] Compiling NIOExtras LengthFieldPrepender.swift
[1981/2054] Compiling NIOExtras LineBasedFrameDecoder.swift
[1985/2054] Compiling NIOHTTPCompression HTTPCompression.swift
[1986/2054] Compiling NIOHTTPCompression HTTPDecompression.swift
[1987/2054] Emitting module NIOHTTPCompression
[1988/2054] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1989/2054] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1990/2054] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1993/2055] Compiling NIOHPACK HuffmanCoding.swift
[1994/2055] Emitting module NIOHPACK
[2000/2055] Compiling NIOExtras UnsafeTransfer.swift
[2001/2055] Compiling NIOExtras WritePCAPHandler.swift
[2002/2055] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[2004/2055] Emitting module NIOExtras
[2035/2057] Wrapping AST for _CryptoExtras for debugging
[2037/2169] Compiling NIOHTTP2 Error+Any.swift
[2038/2169] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2039/2169] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2040/2169] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2042/2170] Compiling NIOHTTP2 MaySendFrames.swift
[2043/2170] Compiling NIOHTTP2 SendingDataState.swift
[2045/2171] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2046/2171] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2047/2171] Compiling NIOHTTP2 HasLocalSettings.swift
[2048/2171] Compiling NIOHTTP2 HasRemoteSettings.swift
[2049/2171] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2050/2171] Compiling NIOHTTP2 QuiescingState.swift
[2051/2171] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2052/2171] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2052/2179] Wrapping AST for NIOExtras for debugging
[2054/2204] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2055/2204] Compiling HummingbirdCore RequestBody.swift
[2056/2205] Compiling HummingbirdCore Deprecations.swift
[2057/2205] Compiling HummingbirdCore Request.swift
[2058/2205] Compiling HummingbirdCore HTTP1Channel.swift
[2059/2205] Compiling HummingbirdCore HTTPChannelHandler.swift
[2060/2205] Compiling HummingbirdCore HTTPServerBuilder.swift
[2061/2208] Emitting module NIOHTTP2
[2063/2208] Compiling HummingbirdCore ResponseBodyWriter.swift
[2064/2208] Emitting module PrivacyPass
[2066/2208] Compiling HummingbirdCore ResponseWriter.swift
[2067/2208] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2068/2208] Compiling HummingbirdCore BindAddress.swift
[2069/2208] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2070/2208] Compiling HummingbirdCore URI.swift
[2071/2208] Compiling HummingbirdCore Response.swift
[2072/2208] Compiling HummingbirdCore ResponseBody.swift
[2075/2208] Compiling HummingbirdCore SendableMetatype.swift
[2076/2208] Compiling HummingbirdCore String+percentEncode.swift
[2077/2208] Compiling HummingbirdCore UnsafeTransfer.swift
[2078/2208] Compiling PrivacyPass Verifier.swift
[2081/2208] Compiling HummingbirdCore ServerConfiguration.swift
[2082/2208] Compiling HummingbirdCore TSTLSOptions.swift
[2083/2208] Compiling HummingbirdCore AnyAsyncSequence.swift
[2084/2208] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2085/2208] Compiling HummingbirdCore Server.swift
[2086/2208] Compiling HummingbirdCore ServerChildChannel.swift
[2087/2208] Compiling HummingbirdCore FlatDictionary.swift
[2088/2208] Compiling HummingbirdCore HBParser.swift
[2089/2208] Compiling HummingbirdCore OutputBuffer.swift
[2104/2208] Emitting module HummingbirdCore
[2113/2210] Compiling NIOHTTP2 DOSHeuristics.swift
[2113/2215] Wrapping AST for PrivacyPass for debugging
[2114/2215] Wrapping AST for HummingbirdCore for debugging
[2116/2215] Compiling NIOHTTP2 InboundWindowManager.swift
[2117/2215] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2118/2215] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2119/2215] Compiling NIOHTTP2 StreamChannelList.swift
[2120/2215] Compiling NIOHTTP2 StreamMap.swift
[2121/2215] Compiling NIOHTTP2 StreamStateMachine.swift
[2122/2215] Compiling NIOHTTP2 UnsafeTransfer.swift
[2123/2215] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2124/2275] Compiling Hummingbird RouteCollection.swift
[2125/2275] Compiling Hummingbird Router+validation.swift
[2126/2275] Compiling Hummingbird Router.swift
[2127/2275] Compiling Hummingbird RouterGroup.swift
[2128/2275] Compiling Hummingbird RouterMethods.swift
[2129/2275] Compiling Hummingbird RouterPath.swift
[2130/2275] Compiling Hummingbird RouterResponder.swift
[2131/2275] Compiling Hummingbird TransformingRouterGroup.swift
[2132/2279] Compiling Hummingbird Application.swift
[2133/2279] Compiling Hummingbird CodableProtocols.swift
[2134/2279] Compiling Hummingbird JSONCoding.swift
[2135/2279] Compiling Hummingbird ResponseEncodable.swift
[2136/2279] Compiling Hummingbird URLEncodedForm+Request.swift
[2137/2279] Compiling Hummingbird URLEncodedForm.swift
[2138/2279] Compiling Hummingbird URLEncodedFormDecoder.swift
[2139/2279] Compiling Hummingbird URLEncodedFormEncoder.swift
[2140/2279] Compiling Hummingbird URLEncodedFormNode.swift
[2141/2279] Compiling Hummingbird Configuration.swift
[2142/2279] Compiling Hummingbird Deprecations.swift
[2143/2279] Compiling Hummingbird Environment.swift
[2144/2279] Compiling Hummingbird EditedHTTPError.swift
[2145/2279] Compiling Hummingbird HTTPError.swift
[2146/2279] Compiling Hummingbird HTTPResponseError.swift
[2147/2279] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2148/2279] Compiling Hummingbird Exports.swift
[2149/2279] Compiling Hummingbird CacheControl.swift
[2150/2279] Compiling Hummingbird ChildRequestContext.swift
[2151/2279] Compiling Hummingbird Request.swift
[2152/2279] Compiling Hummingbird RequestContext.swift
[2153/2279] Compiling Hummingbird RequestContextSource.swift
[2154/2279] Compiling Hummingbird RequestID.swift
[2155/2279] Compiling Hummingbird RequestResponder.swift
[2156/2279] Compiling Hummingbird Response.swift
[2157/2279] Compiling Hummingbird URI+decodeQuery.swift
[2158/2279] Compiling Hummingbird MemoryPersistDriver.swift
[2164/2288] Compiling Hummingbird RouterTrie.swift
[2165/2288] Compiling Hummingbird Trie+resolve.swift
[2166/2288] Compiling Hummingbird Trie+serialize.swift
[2167/2288] Compiling Hummingbird TrieRouter.swift
[2177/2288] Emitting module Hummingbird
[2187/2288] Compiling Hummingbird _SpreadMiddleware.swift
[2188/2288] Compiling Hummingbird TracingMiddleware.swift
[2189/2288] Compiling Hummingbird EndpointResponder.swift
[2190/2288] Compiling Hummingbird Parameters+UUID.swift
[2191/2288] Compiling Hummingbird Parameters.swift
[2192/2288] Compiling Hummingbird ResponseGenerator.swift
[2196/2288] Compiling Hummingbird CORSMiddleware.swift
[2197/2288] Compiling Hummingbird FileMiddleware.swift
[2198/2288] Compiling Hummingbird LogRequestMiddleware.swift
[2199/2288] Compiling Hummingbird MetricsMiddleware.swift
[2200/2288] Compiling Hummingbird Middleware.swift
[2201/2288] Compiling Hummingbird MiddlewareGroup.swift
[2202/2288] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2203/2288] Compiling Hummingbird _Middleware2.swift
[2204/2288] Compiling Hummingbird _OptionalMiddleware.swift
[2205/2288] Compiling Hummingbird FileIO.swift
[2206/2288] Compiling Hummingbird FileProvider.swift
[2207/2288] Compiling Hummingbird LocalFileSystem.swift
[2208/2288] Compiling Hummingbird Cookie.swift
[2209/2288] Compiling Hummingbird Cookies.swift
[2210/2288] Compiling Hummingbird MediaType+FileExtension.swift
[2211/2288] Compiling Hummingbird MediaType.swift
[2212/2288] Compiling Hummingbird Request+Cookies.swift
[2213/2288] Compiling Hummingbird Response+Cookies.swift
[2240/2288] Compiling Hummingbird PersistDriver.swift
[2241/2288] Compiling Hummingbird PersistError.swift
[2242/2288] Compiling Hummingbird ByteBuffer+foundation.swift
[2243/2288] Compiling Hummingbird DateCache.swift
[2244/2288] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2245/2288] Compiling Hummingbird HexDigest.swift
[2246/2288] Compiling Hummingbird InitializableFromSource.swift
[2247/2288] Compiling Hummingbird PreludeService.swift
[2248/2288] Compiling Hummingbird StringProtocol.swift
[2265/2328] Wrapping AST for Hummingbird for debugging
[2267/2354] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2268/2354] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2269/2354] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2270/2354] Emitting module HummingbirdCompression
[2272/2355] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2273/2355] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2274/2355] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2275/2355] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2276/2355] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2277/2355] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2278/2355] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2279/2355] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2280/2355] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2281/2355] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2282/2355] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2283/2355] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2283/2355] Wrapping AST for HummingbirdCompression for debugging
[2285/2355] Emitting module AsyncHTTPClient
[2286/2363] Compiling AsyncHTTPClient ConnectionTarget.swift
[2287/2363] Compiling AsyncHTTPClient DeconstructedURL.swift
[2288/2363] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2289/2363] Compiling AsyncHTTPClient FoundationExtensions.swift
[2290/2363] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2291/2363] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2292/2363] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2293/2363] Compiling AsyncHTTPClient HTTPClient.swift
[2294/2363] Compiling AsyncHTTPClient HTTPHandler.swift
[2295/2363] Compiling AsyncHTTPClient LRUCache.swift
[2296/2363] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2297/2363] Compiling AsyncHTTPClient NWErrorHandler.swift
[2298/2363] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2299/2363] Compiling AsyncHTTPClient TLSConfiguration.swift
[2300/2363] Compiling AsyncHTTPClient RedirectState.swift
[2301/2363] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2314/2363] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2315/2363] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2316/2363] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2317/2363] Compiling AsyncHTTPClient RequestBodyLength.swift
[2318/2363] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2319/2363] Compiling AsyncHTTPClient RequestBag.swift
[2320/2363] Compiling AsyncHTTPClient RequestValidation.swift
[2321/2363] Compiling AsyncHTTPClient SSLContextCache.swift
[2322/2363] Compiling AsyncHTTPClient Scheme.swift
[2323/2363] Compiling AsyncHTTPClient Singleton.swift
[2324/2363] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2325/2363] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2326/2363] Compiling AsyncHTTPClient Utils.swift
[2327/2363] Compiling AsyncHTTPClient RequestOptions.swift
[2328/2363] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2329/2363] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2330/2363] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2331/2363] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2332/2363] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2333/2363] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2334/2363] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2335/2363] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2336/2363] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2337/2363] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2338/2363] Compiling AsyncHTTPClient HTTP1Connection.swift
[2339/2363] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2340/2363] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2341/2363] Compiling AsyncHTTPClient HTTP2Connection.swift
[2342/2363] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2343/2363] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2344/2363] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2345/2363] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2346/2363] Compiling AsyncHTTPClient Transaction.swift
[2347/2363] Compiling AsyncHTTPClient Base64.swift
[2348/2363] Compiling AsyncHTTPClient BasicAuth.swift
[2349/2363] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2350/2363] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2351/2363] Compiling AsyncHTTPClient ConnectionPool.swift
[2352/2363] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2353/2363] Emitting module HomomorphicEncryption
[2355/2365] Wrapping AST for HomomorphicEncryption for debugging
[2357/2391] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[2358/2391] Emitting module HomomorphicEncryptionProtobuf
[2359/2391] Compiling PrivateInformationRetrieval PirUtil.swift
[2360/2392] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[2361/2392] Compiling PrivateInformationRetrieval SymmetricPIRProtocol.swift
[2362/2392] Compiling PrivateInformationRetrieval SymmetricPirDatabase.swift
[2363/2392] Compiling PrivateInformationRetrieval Util.swift
[2364/2392] Compiling HummingbirdTesting TestApplication.swift
[2365/2392] Compiling HummingbirdTesting TestClient+types.swift
[2366/2393] Compiling PrivateInformationRetrieval MulPir.swift
[2367/2393] Compiling HummingbirdTesting Deprecations.swift
[2368/2393] Compiling HummingbirdTesting LiveTestFramework.swift
[2369/2393] Compiling HummingbirdTesting RouterTestFramework.swift
[2370/2393] Compiling PrivateInformationRetrieval HashBucket.swift
[2371/2393] Compiling PrivateInformationRetrieval IndexPirProtocol.swift
[2372/2393] Compiling PrivateInformationRetrieval KeywordDatabase.swift
[2373/2393] Compiling PrivateInformationRetrieval KeywordPirProtocol.swift
[2374/2393] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[2375/2393] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[2376/2393] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[2377/2394] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[2378/2394] Compiling HummingbirdTesting Application+Test.swift
[2379/2394] Compiling HummingbirdTesting ApplicationTester.swift
[2380/2394] Emitting module HummingbirdTesting
[2381/2394] Wrapping AST for HomomorphicEncryptionProtobuf for debugging
[2383/2394] Compiling HummingbirdTesting TestClient.swift
[2385/2395] Emitting module PrivateInformationRetrieval
[2388/2396] Wrapping AST for PrivateInformationRetrieval for debugging
[2390/2405] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[2391/2406] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[2392/2406] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[2393/2406] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[2394/2406] Emitting module PrivateInformationRetrievalProtobuf
[2395/2406] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[2396/2406] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[2397/2406] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[2398/2406] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[2399/2406] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[2400/2407] Wrapping AST for PrivateInformationRetrievalProtobuf for debugging
[2402/2437] Emitting module PIRServiceTesting
[2403/2437] Compiling ConstructDatabase InputIdentities.pb.swift
[2404/2437] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
[2405/2437] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[2406/2437] Compiling PIRServiceTesting PIRClientError.swift
[2407/2437] Compiling PIRService ProtobufExtensions.swift
[2408/2437] Compiling PIRService Request+DecodeProtobuf.swift
[2409/2439] Compiling PIRService ExtractPlatform.swift
[2410/2439] Compiling PIRService ExtractUserIdentifier.swift
[2411/2439] Compiling PIRService LogErrorsMiddleware.swift
[2412/2439] Compiling PIRService UserTierAuthentication.swift
[2413/2439] Emitting module PIRService
[2414/2439] Compiling PIRService HTTPFields+authorization.swift
[2415/2439] Compiling PIRService PirConfig+compatible.swift
[2416/2439] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[2417/2439] Compiling ConstructDatabase CallIdentity.pb.swift
[2418/2439] Compiling ConstructDatabase ConstructDatabase.swift
[2419/2439] Emitting module ConstructDatabase
[2420/2440] Compiling PIRService UsecaseStore.swift
[2421/2440] Compiling PIRService UserAuthenticator.swift
[2422/2440] Compiling PIRService HEError+HTTPErrorResponse.swift
[2423/2440] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[2424/2440] Compiling PIRService PrivacyPassController.swift
[2425/2440] Compiling PIRService PrivacyPassState.swift
[2426/2440] Compiling PIRService Usecase.swift
[2428/2440] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
[2429/2440] Compiling PIRServiceTesting PIRClient.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient.swift:242:55: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
240 |         let evaluationKeyConfig = EvaluationKeyConfig()
241 |         return try KeywordPirClient<PIRClient>(
242 |             keywordParameter: config.keywordPirParams.nativeWithSymmetricPirClientConfig(),
    |                                                       `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
243 |             pirParameter: shardConfig.native(
244 |                 batchSize: Int(config.batchSize),
[2431/2441] Compiling PIRService ReloadService.swift
[2432/2441] Compiling PIRService main.swift
[2433/2441] Compiling PIRService Application+build.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 73 |         let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
 74 |         self.context = context
 75 |         self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
    |                                                          `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 76 |         self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
 77 |         self.shards = try (0..<usecase.shardCount).map { shardIndex in
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 93 |                 evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
 94 |                 pirParameter: pirParams.native(),
 95 |                 keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
    |                                                                 `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 96 |             return try KeywordPirServer(context: context, processed: processed)
 97 |         }
[2434/2441] Compiling PIRService PIRServiceController.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 73 |         let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
 74 |         self.context = context
 75 |         self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
    |                                                          `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 76 |         self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
 77 |         self.shards = try (0..<usecase.shardCount).map { shardIndex in
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 93 |                 evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
 94 |                 pirParameter: pirParams.native(),
 95 |                 keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
    |                                                                 `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 96 |             return try KeywordPirServer(context: context, processed: processed)
 97 |         }
[2435/2441] Compiling PIRService PirUsecase.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 73 |         let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
 74 |         self.context = context
 75 |         self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
    |                                                          `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 76 |         self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
 77 |         self.shards = try (0..<usecase.shardCount).map { shardIndex in
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 93 |                 evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
 94 |                 pirParameter: pirParams.native(),
 95 |                 keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
    |                                                                 `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
 96 |             return try KeywordPirServer(context: context, processed: processed)
 97 |         }
[2435/2442] Wrapping AST for ConstructDatabase for debugging
[2437/2442] Write Objects.LinkFileList
[2438/2442] Wrapping AST for PIRService for debugging
[2439/2442] Write Objects.LinkFileList
[2440/2442] Linking ConstructDatabase
[2441/2442] Linking PIRService
Build complete! (581.81s)
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.10.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.