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

Failed to build pir-service-example, reference main (7293d8), with Swift 6.1 for Android on 17 Jun 2025 01:25:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/pir-service-example.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/apple/pir-service-example
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7293d81 Fix incorrect case for macOS (#86)
Cloned https://github.com/apple/pir-service-example.git
Revision (git rev-parse @):
7293d8169713c53081d553776665d06c59129c3a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/pir-service-example.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/pir-service-example.git
https://github.com/apple/pir-service-example.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-asn1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-asn1.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-homomorphic-encryption",
      "requirement" : {
        "branch" : [
          "release/1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-homomorphic-encryption"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird"
    },
    {
      "identity" : "hummingbird-compression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0-rc.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird-compression"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "pir-service-example",
  "name" : "pir-service-example",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PIRService",
      "targets" : [
        "PIRService"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConstructDatabase",
      "targets" : [
        "ConstructDatabase"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PrivacyPass",
      "targets" : [
        "PrivacyPass"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PIRServiceTesting",
      "targets" : [
        "PIRServiceTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UtilTests",
      "module_type" : "SwiftTarget",
      "name" : "UtilTests",
      "path" : "Tests/UtilTests",
      "sources" : [
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "Util"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Util",
      "module_type" : "SwiftTarget",
      "name" : "Util",
      "path" : "Sources/Util",
      "product_memberships" : [
        "PIRService",
        "PrivacyPass",
        "PIRServiceTesting"
      ],
      "sources" : [
        "OperatingSystem.swift",
        "Platform.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PrivacyPassTests",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyPassTests",
      "path" : "Tests/PrivacyPassTests",
      "product_dependencies" : [
        "Crypto",
        "_CryptoExtras"
      ],
      "sources" : [
        "PrivacyPassPublicTests.swift",
        "PrivacyPassTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PrivacyPass",
      "module_type" : "SwiftTarget",
      "name" : "PrivacyPass",
      "path" : "Sources/PrivacyPass",
      "product_dependencies" : [
        "Crypto",
        "SwiftASN1",
        "_CryptoExtras"
      ],
      "product_memberships" : [
        "PIRService",
        "PrivacyPass",
        "PIRServiceTesting"
      ],
      "sources" : [
        "Array+Base64URL.swift",
        "Issuer.swift",
        "NonceStoring.swift",
        "PrivacyPass.swift",
        "PrivacyPassError.swift",
        "PrivateKey.swift",
        "PublicKey+request.swift",
        "PublicKey.swift",
        "Token.swift",
        "TokenChallenge.swift",
        "TokenIssuerDirectory.swift",
        "TokenRequest.swift",
        "TokenResponse.swift",
        "Util.swift",
        "Verifier.swift"
      ],
      "target_dependencies" : [
        "Util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIRServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "PIRServiceTests",
      "path" : "Tests/PIRServiceTests",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "sources" : [
        "ExampleUsecase.swift",
        "PIRServiceControllerTests.swift",
        "PIRServiceTests.swift",
        "TestClientProtocol+Protobuf.swift",
        "TestResponse+Protobuf.swift"
      ],
      "target_dependencies" : [
        "PIRService",
        "PIRServiceTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PIRServiceTesting",
      "module_type" : "SwiftTarget",
      "name" : "PIRServiceTesting",
      "path" : "Sources/PIRServiceTesting",
      "product_dependencies" : [
        "HomomorphicEncryptionProtobuf",
        "HummingbirdTesting",
        "PrivateInformationRetrievalProtobuf"
      ],
      "product_memberships" : [
        "PIRServiceTesting"
      ],
      "sources" : [
        "PIRClient+KeyRotation.swift",
        "PIRClient+PrivacyPass.swift",
        "PIRClient.swift",
        "PIRClientError.swift",
        "PIRConfig+ShardConfig.swift",
        "TestClientProtocol+Protobuf.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass",
        "Util"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PIRService",
      "module_type" : "SwiftTarget",
      "name" : "PIRService",
      "path" : "Sources/PIRService",
      "product_dependencies" : [
        "ArgumentParser",
        "Crypto",
        "HomomorphicEncryptionProtobuf",
        "Hummingbird",
        "HummingbirdCompression",
        "PrivateInformationRetrievalProtobuf",
        "ServiceLifecycle",
        "UnixSignals"
      ],
      "product_memberships" : [
        "PIRService"
      ],
      "sources" : [
        "Application+build.swift",
        "Controllers/PIRServiceController.swift",
        "Controllers/PirUsecase.swift",
        "Controllers/PrivacyPassController.swift",
        "Controllers/PrivacyPassState.swift",
        "Controllers/Usecase.swift",
        "Controllers/UsecaseStore.swift",
        "Controllers/UserAuthenticator.swift",
        "Extensions/HEError+HTTPErrorResponse.swift",
        "Extensions/HTTPFields+authorization.swift",
        "Extensions/PirConfig+compatible.swift",
        "Extensions/PrivacyPass+ResponseGenerator.swift",
        "Extensions/ProtobufExtensions.swift",
        "Extensions/Request+DecodeProtobuf.swift",
        "Middlewares/ExtractPlatform.swift",
        "Middlewares/ExtractUserIdentifier.swift",
        "Middlewares/LogErrorsMiddleware.swift",
        "Middlewares/UserTierAuthentication.swift",
        "ReloadService.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PrivacyPass",
        "Util"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConstructDatabase",
      "module_type" : "SwiftTarget",
      "name" : "ConstructDatabase",
      "path" : "Sources/ConstructDatabase",
      "product_dependencies" : [
        "ArgumentParser",
        "PrivateInformationRetrievalProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConstructDatabase"
      ],
      "sources" : [
        "ConstructDatabase.swift",
        "generated/CallIdentity.pb.swift",
        "generated/InputIdentities.pb.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-homomorphic-encryption
[1/3530] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.55s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log.git
[1/5757] Fetching swift-numerics
[5758/9593] Fetching swift-numerics, swift-log
[6142/24589] Fetching swift-numerics, swift-log, swift-crypto
[9194/30548] Fetching swift-numerics, swift-log, swift-crypto, swift-algorithms
[6703/24791] Fetching swift-log, swift-crypto, swift-algorithms
Fetched https://github.com/apple/swift-numerics from cache (0.42s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/apple/swift-log.git from cache (0.56s)
[8509/20955] Fetching swift-crypto, swift-algorithms
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[8510/36335] Fetching swift-crypto, swift-algorithms, swift-argument-parser
[10195/38417] Fetching swift-crypto, swift-algorithms, swift-argument-parser, swift-docc-plugin
[23281/40843] Fetching swift-crypto, swift-algorithms, swift-argument-parser, swift-docc-plugin, swift-service-lifecycle
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.55s)
Fetching https://github.com/hummingbird-project/hummingbird-compression
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
[25688/36335] Fetching swift-crypto, swift-algorithms, swift-argument-parser
Fetching https://github.com/hummingbird-project/hummingbird
[26589/75790] Fetching swift-crypto, swift-algorithms, swift-argument-parser, swift-protobuf
[26590/76804] Fetching swift-crypto, swift-algorithms, swift-argument-parser, swift-protobuf, hummingbird-compression
[31171/101367] Fetching swift-crypto, swift-algorithms, swift-argument-parser, swift-protobuf, hummingbird-compression, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.43s)
Fetching https://github.com/apple/swift-asn1.git
[30402/100353] Fetching swift-crypto, swift-algorithms, swift-argument-parser, swift-protobuf, hummingbird
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.66s)
[26540/84973] Fetching swift-crypto, swift-algorithms, swift-protobuf, hummingbird
[64458/86563] Fetching swift-crypto, swift-algorithms, swift-protobuf, hummingbird, swift-asn1
Fetched https://github.com/hummingbird-project/hummingbird from cache (1.97s)
[43062/62000] Fetching swift-crypto, swift-algorithms, swift-protobuf, swift-asn1
Fetched https://github.com/apple/swift-crypto.git from cache (3.00s)
[28461/47004] Fetching swift-algorithms, swift-protobuf, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.65s)
[29238/45414] Fetching swift-algorithms, swift-protobuf
Fetched https://github.com/apple/swift-algorithms from cache (6.67s)
Fetched https://github.com/apple/swift-protobuf from cache (6.75s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (7.24s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.58s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.62s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.99s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.53s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
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.16s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.14.1 (0.70s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/11532] Fetching swift-nio-http2
[2/14199] Fetching swift-nio-http2, swift-nio-transport-services
[774/20122] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras
[1539/34136] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, async-http-client
[9741/110459] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, async-http-client, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.59s)
[9224/107792] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio
Fetching https://github.com/apple/swift-distributed-tracing.git
[11749/122682] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl
[32955/127656] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.82s)
[60006/122682] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
[72275/124888] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.85s)
[67858/118965] Fetching swift-nio-http2, async-http-client, swift-nio, swift-nio-ssl, swift-metrics
Fetched https://github.com/swift-server/async-http-client.git from cache (1.86s)
[54263/104951] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-metrics
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
[62705/102745] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
[70710/104542] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-atomics
[71491/105446] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-atomics, swift-http-types
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.70s)
[76032/102745] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.00s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.02s)
[55716/76323] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.11s)
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.43s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
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.28s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.74s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.47s)
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.57s)
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.59s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1142/7325] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.38s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.93s)
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.75s)
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.77s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.73s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression
Computed https://github.com/hummingbird-project/hummingbird-compression at 2.0.0 (0.47s)
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.23s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.79s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.14.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/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-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-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/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/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/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-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at release/1.1 (739b118)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/907] Write sources
[8/907] Compiling _AtomicsShims.c
[8/907] Write sources
[8/907] Copying PrivacyInfo.xcprivacy
[8/907] Write sources
[22/907] Compiling _NumericsShims _NumericsShims.c
[22/907] Write sources
[66/907] Compiling CNIOWindows shim.c
[67/907] Compiling CUtil zeroize.c
[68/907] Compiling CNIOWindows WSAStartup.c
[69/907] Compiling CNIOWASI CNIOWASI.c
[70/907] Compiling CNIOLinux liburing_shims.c
[71/907] Compiling CNIOLinux shim.c
[72/907] Compiling CNIOLLHTTP c_nio_http.c
[73/907] Compiling CNIOLLHTTP c_nio_api.c
[74/907] Compiling CNIOExtrasZlib empty.c
[75/907] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/907] Compiling CNIODarwin shim.c
[77/907] Compiling fiat_p256_adx_sqr.S
[78/907] Compiling fiat_p256_adx_mul.S
[79/907] Compiling fiat_curve25519_adx_square.S
[80/907] Compiling fiat_curve25519_adx_mul.S
[81/907] Compiling a_d2i_fp.cc
[82/907] Compiling a_gentm.cc
[83/907] Compiling CNIOBoringSSLShims shims.c
[84/907] Compiling cbb.cc
[85/907] Compiling x509.cc
[86/907] Write swift-version-24593BA9C3E375BF.txt
[87/907] Compiling x509_att.cc
[88/911] Compiling tls_record.cc
[89/913] Compiling tls13_client.cc
[90/913] Compiling tls_method.cc
[91/999] Compiling tls13_enc.cc
[92/999] Compiling tls13_both.cc
[93/999] Compiling tls13_server.cc
[94/999] Compiling t1_enc.cc
[96/1032] Emitting module RealModule
[97/1033] Emitting module _NIOBase64
[98/1033] Compiling _NIOBase64 Base64.swift
[99/1034] Compiling RealModule RealFunctions.swift
[100/1034] Emitting module ModularArithmetic
[101/1034] Compiling _NIODataStructures PriorityQueue.swift
[102/1034] Compiling ServiceContextModule ServiceContext.swift
[103/1034] Compiling RealModule ElementaryFunctions.swift
[104/1034] Compiling RealModule Float+Real.swift
[105/1034] Compiling RealModule Float16+Real.swift
[106/1034] Compiling RealModule AugmentedArithmetic.swift
[107/1034] Compiling RealModule Double+Real.swift
[108/1034] Compiling RealModule Float80+Real.swift
[109/1034] Compiling RealModule Real.swift
[110/1034] Compiling RealModule AlgebraicField.swift
[111/1034] Compiling RealModule ApproximateEquality.swift
[112/1035] Compiling Util Platform.swift
[113/1035] Compiling ModularArithmetic Modulus.swift
[114/1035] Emitting module ServiceContextModule
[115/1035] Compiling ServiceContextModule ServiceContextKey.swift
[116/1035] Compiling ModularArithmetic Scalar.swift
[117/1035] Emitting module Util
[118/1035] Compiling Util OperatingSystem.swift
[119/1038] Compiling _NIODataStructures _TinyArray.swift
[120/1038] Emitting module _NIODataStructures
[121/1038] Compiling _NIODataStructures Heap.swift
[128/1078] Compiling SwiftASN1 TimeUtilities.swift
[129/1078] Compiling SwiftASN1 UTCTime.swift
[130/1080] Compiling Instrumentation NoOpInstrument.swift
[131/1080] Emitting module Instrumentation
[132/1080] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[133/1081] Compiling InternalCollectionsUtilities Descriptions.swift
[134/1081] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[135/1081] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[136/1081] Compiling InternalCollectionsUtilities Debugging.swift
[137/1081] Compiling Instrumentation MultiplexInstrument.swift
[138/1081] Compiling Logging LogHandler.swift
[139/1081] Compiling ConcurrencyHelpers LockedValueBox.swift
[140/1081] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[141/1081] Compiling InternalCollectionsUtilities UInt+reversed.swift
[142/1081] Compiling Instrumentation Instrument.swift
[143/1081] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[144/1081] Compiling InternalCollectionsUtilities _SortedCollection.swift
[145/1081] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[146/1081] Compiling InternalCollectionsUtilities Integer rank.swift
[150/1081] Compiling HTTPTypes ISOLatin1String.swift
[151/1082] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[152/1082] Emitting module HTTPTypes
[153/1082] Compiling HTTPTypes HTTPField.swift
[155/1082] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[156/1082] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[157/1082] Emitting module InternalCollectionsUtilities
[162/1083] Compiling HTTPTypes HTTPParsedFields.swift
[163/1083] Compiling HTTPTypes NIOLock.swift
[165/1088] Compiling HTTPTypes HTTPRequest.swift
[166/1088] Compiling HTTPTypes HTTPResponse.swift
[167/1088] Compiling SwiftASN1 DER.swift
[168/1088] Compiling SwiftASN1 Errors.swift
[169/1088] Compiling CoreMetrics Metrics.swift
[170/1088] Emitting module SwiftASN1
[171/1088] Emitting module ComplexModule
[172/1088] Compiling ComplexModule ElementaryFunctions.swift
[173/1088] Compiling Instrumentation InstrumentationSystem.swift
[174/1088] Compiling Instrumentation Locks.swift
[175/1088] Emitting module Logging
[176/1088] Compiling Logging MetadataProvider.swift
[177/1088] Emitting module ConcurrencyHelpers
[178/1088] Compiling Logging Locks.swift
[179/1089] Compiling ConcurrencyHelpers Lock.swift
[180/1090] Compiling CoreMetrics Locks.swift
[181/1090] Emitting module CoreMetrics
[186/1091] Compiling SwiftASN1 ASN1OctetString.swift
[187/1091] Compiling SwiftASN1 ASN1Strings.swift
[188/1091] Compiling Logging Logging.swift
[194/1229] Emitting module UnixSignals
[195/1229] Compiling UnixSignals UnixSignal.swift
[196/1229] Compiling _RopeModule Rope+_Node.swift
[197/1229] Compiling _RopeModule Rope+_Storage.swift
[198/1229] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[199/1229] Compiling _RopeModule Rope+_UnsafeHandle.swift
[200/1229] Compiling _RopeModule Rope.swift
[201/1229] Compiling _RopeModule RopeElement.swift
[202/1229] Compiling _RopeModule RopeMetric.swift
[203/1229] Compiling _RopeModule RopeSummary.swift
[204/1229] Compiling _RopeModule _RopeItem.swift
[205/1229] Compiling _RopeModule _RopePath.swift
[206/1229] Compiling _RopeModule _RopeVersion.swift
[207/1229] Compiling _RopeModule Rope+Collection.swift
[208/1229] Compiling _RopeModule Rope+Index.swift
[209/1229] Compiling _RopeModule Rope+Sequence.swift
[210/1229] Compiling _RopeModule Rope+Append.swift
[211/1229] Compiling _RopeModule Rope+Extract.swift
[212/1229] Compiling _RopeModule Rope+Find.swift
[213/1229] Compiling _RopeModule Rope+ForEachWhile.swift
[214/1229] Compiling _RopeModule Rope+Insert.swift
[215/1229] Compiling SwiftProtobuf TextFormatDecodingError.swift
[216/1229] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[217/1229] Compiling SwiftProtobuf TextFormatEncoder.swift
[218/1229] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[219/1240] Compiling Tracing InstrumentationSystem+Tracing.swift
[220/1240] Compiling Tracing TracingTime.swift
[221/1240] Compiling _RopeModule BigString+Debugging.swift
[222/1240] Compiling _RopeModule BigString+Index.swift
[223/1240] Compiling _RopeModule BigString+Ingester.swift
[224/1240] Compiling _RopeModule BigString+Invariants.swift
[225/1240] Compiling _RopeModule BigString+Iterators.swift
[226/1240] Compiling _RopeModule BigString+Metrics.swift
[227/1240] Compiling _RopeModule BigString+Summary.swift
[228/1240] Compiling _RopeModule BigString.swift
[229/1240] Compiling _RopeModule BigString+Append.swift
[230/1240] Compiling _RopeModule BigString+Initializers.swift
[231/1240] Compiling _RopeModule BigString+Insert.swift
[232/1240] Compiling _RopeModule BigString+Managing Breaks.swift
[233/1240] Compiling Tracing TracerProtocol.swift
[234/1240] Emitting module Metrics
[235/1240] Compiling Metrics Metrics.swift
[236/1241] Emitting module Tracing
[237/1241] Compiling Tracing Tracer.swift
[239/1241] Compiling UnixSignals UnixSignalsSequence.swift
[240/1241] Compiling _RopeModule BigString+RemoveSubrange.swift
[241/1241] Compiling _RopeModule BigString+ReplaceSubrange.swift
[242/1241] Compiling _RopeModule BigString+Split.swift
[243/1241] Compiling _RopeModule Range+BigString.swift
[244/1241] Compiling _RopeModule BigString+UTF16View.swift
[245/1241] Compiling _RopeModule BigString+UTF8View.swift
[246/1241] Compiling _RopeModule BigString+Comparable.swift
[247/1241] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[248/1241] Compiling _RopeModule BigString+CustomStringConvertible.swift
[249/1241] Compiling _RopeModule BigString+Equatable.swift
[250/1241] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[251/1241] Compiling _RopeModule BigString+Hashing.swift
[252/1241] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[253/1241] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[254/1241] Compiling _RopeModule BigString+Sequence.swift
[255/1241] Compiling _RopeModule BigString+TextOutputStream.swift
[256/1241] Compiling _RopeModule BigString+UnicodeScalarView.swift
[257/1241] Compiling _RopeModule BigSubstring+UTF16View.swift
[258/1241] Compiling _RopeModule BigSubstring+UTF8View.swift
[259/1241] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[260/1241] Compiling _RopeModule BigSubstring.swift
[261/1241] Compiling _RopeModule Rope+Builder.swift
[262/1241] Compiling _RopeModule Rope+Debugging.swift
[263/1241] Compiling _RopeModule Rope+Invariants.swift
[264/1241] Compiling Tracing TracerProtocol+Legacy.swift
[304/1256] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[305/1297] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[306/1297] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[307/1297] Compiling HashTreeCollections _HashNode+Storage.swift
[308/1297] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[309/1297] Compiling HashTreeCollections _HashNode+Structural filter.swift
[310/1297] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[311/1297] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[312/1297] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[313/1297] Compiling HeapModule Heap+Descriptions.swift
[314/1315] Compiling Tracing NoOpTracer.swift
[315/1315] Compiling Tracing SpanProtocol.swift
[316/1333] Compiling HeapModule _HeapNode.swift
[317/1333] Compiling HeapModule Heap.swift
[319/1333] Compiling HeapModule Heap+Invariants.swift
[320/1333] Compiling HeapModule Heap+UnsafeHandle.swift
[321/1333] Emitting module HeapModule
[322/1339] Compiling HashTreeCollections TreeDictionary+Keys.swift
[323/1339] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[324/1339] Compiling HashTreeCollections TreeDictionary+Merge.swift
[325/1339] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[326/1339] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[327/1339] Compiling HashTreeCollections TreeDictionary+Values.swift
[328/1339] Compiling HashTreeCollections TreeDictionary.swift
[329/1339] Compiling HashTreeCollections TreeSet+Codable.swift
[330/1339] Compiling HashTreeCollections TreeSet+Collection.swift
[331/1358] Wrapping AST for _NIODataStructures for debugging
[333/1358] Compiling DequeModule Deque+CustomReflectable.swift
[334/1358] Compiling DequeModule Deque+Descriptions.swift
[335/1360] Compiling HashTreeCollections TreeSet+Hashable.swift
[336/1360] Compiling HashTreeCollections TreeSet+Sendable.swift
[337/1360] Compiling _RopeModule Rope+Join.swift
[338/1360] Compiling _RopeModule Rope+MutatingForEach.swift
[339/1360] Compiling _RopeModule Rope+Remove.swift
[340/1360] Compiling _RopeModule Rope+RemoveSubrange.swift
[341/1360] Compiling _RopeModule Rope+Split.swift
[342/1360] Compiling _RopeModule Optional Utilities.swift
[343/1360] Compiling _RopeModule String Utilities.swift
[344/1360] Compiling _RopeModule String.Index+ABI.swift
[349/1370] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[350/1370] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[351/1370] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[352/1370] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[353/1370] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[354/1370] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[355/1370] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[356/1370] Compiling DequeModule _DequeBuffer.swift
[357/1370] Compiling DequeModule _DequeBufferHeader.swift
[357/1370] Wrapping AST for _NIOBase64 for debugging
[359/1370] Compiling DequeModule Deque+Testing.swift
[360/1370] Compiling DequeModule Deque._Storage.swift
[361/1370] Compiling DequeModule Deque._UnsafeHandle.swift
[362/1370] Compiling DequeModule Deque.swift
[365/1370] Compiling DequeModule _DequeSlot.swift
[366/1370] Compiling DequeModule _UnsafeWrappedBuffer.swift
[366/1370] Wrapping AST for Util for debugging
[368/1370] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[369/1370] Compiling HashTreeCollections TreeSet+Debugging.swift
[370/1370] Compiling HashTreeCollections TreeSet+Descriptions.swift
[371/1370] Compiling HashTreeCollections TreeSet+Equatable.swift
[372/1370] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[373/1370] Compiling HashTreeCollections TreeSet+Extras.swift
[374/1370] Compiling HashTreeCollections TreeSet+Filter.swift
[376/1370] Wrapping AST for UnixSignals for debugging
[378/1370] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[379/1370] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[380/1370] Compiling HashTreeCollections TreeDictionary+Filter.swift
[381/1370] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[382/1370] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[401/1370] Compiling ComplexModule Arithmetic.swift
[402/1370] Compiling ComplexModule Complex.swift
[403/1370] Compiling ComplexModule Differentiable.swift
[403/1371] Wrapping AST for Tracing for debugging
[405/1371] Compiling DequeModule Deque+Codable.swift
[406/1371] Compiling DequeModule Deque+Collection.swift
[409/1371] Compiling DequeModule Deque+Extras.swift
[410/1371] Compiling DequeModule Deque+Hashable.swift
[411/1371] Compiling DequeModule Deque+Equatable.swift
[412/1371] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[422/1371] Wrapping AST for SwiftASN1 for debugging
[430/1371] Compiling HashTreeCollections _HashNode+Builder.swift
[431/1371] Compiling HashTreeCollections _HashNode+Debugging.swift
[432/1371] Compiling HashTreeCollections _HashNode+Initializers.swift
[433/1371] Compiling HashTreeCollections _HashNode+Invariants.swift
[433/1371] Wrapping AST for ServiceContextModule for debugging
[435/1371] Compiling HTTPTypes HTTPFieldName.swift
[436/1371] Compiling HTTPTypes HTTPFields.swift
[444/1372] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[445/1372] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[446/1372] Compiling HashTreeCollections TreeSet.swift
[455/1372] Emitting module OrderedCollections
[455/1372] Wrapping AST for RealModule for debugging
[458/1375] Wrapping AST for ModularArithmetic for debugging
[461/1375] Wrapping AST for Metrics for debugging
[462/1375] Wrapping AST for Logging for debugging
[464/1375] Emitting module Numerics
[465/1375] Compiling Numerics Numerics.swift
[465/1376] Wrapping AST for OrderedCollections for debugging
[467/1376] Emitting module DequeModule
[467/1377] Wrapping AST for InternalCollectionsUtilities for debugging
[468/1377] Wrapping AST for Instrumentation for debugging
[472/1377] Compiling HashTreeCollections _HashTreeIterator.swift
[473/1377] Compiling HashTreeCollections _HashTreeStatistics.swift
[474/1377] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[475/1377] Compiling HashTreeCollections _RawHashNode.swift
[476/1377] Compiling HashTreeCollections _UnmanagedHashNode.swift
[477/1377] Compiling HashTreeCollections _UnsafePath.swift
[478/1377] Compiling HashTreeCollections TreeDictionary+Codable.swift
[479/1377] Compiling HashTreeCollections TreeDictionary+Collection.swift
[480/1377] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[481/1377] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[482/1377] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[482/1377] Wrapping AST for HeapModule for debugging
[483/1377] Wrapping AST for HTTPTypes for debugging
[484/1377] Wrapping AST for CoreMetrics for debugging
[485/1377] Wrapping AST for ConcurrencyHelpers for debugging
[486/1377] Wrapping AST for DequeModule for debugging
[487/1377] Wrapping AST for ComplexModule for debugging
[488/1377] Wrapping AST for Numerics for debugging
[502/1377] Emitting module SwiftProtobuf
[503/1377] Emitting module _RopeModule
[522/1377] Compiling HashTreeCollections _HashNode+Lookups.swift
[523/1377] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[524/1377] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[525/1377] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[526/1377] Compiling HashTreeCollections _HashNode+Structural union.swift
[527/1377] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[528/1377] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[529/1377] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[530/1377] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[531/1377] Compiling HashTreeCollections _HashNode.swift
[532/1377] Compiling HashTreeCollections _HashNodeHeader.swift
[533/1377] Compiling HashTreeCollections _HashSlot.swift
[534/1377] Compiling HashTreeCollections _HashStack.swift
[575/1378] Compiling ssl_session.cc
[576/1378] Wrapping AST for _RopeModule for debugging
[578/1378] Emitting module HashTreeCollections
[578/1379] Compiling ssl_stat.cc
[579/1379] Compiling ssl_transcript.cc
[581/1379] Compiling ssl_versions.cc
[582/1379] Wrapping AST for HashTreeCollections for debugging
[583/1379] Compiling ssl_x509.cc
[584/1379] Compiling ssl_credential.cc
[585/1379] Compiling ssl_privkey.cc
[586/1379] Compiling ssl_key_share.cc
[587/1379] Compiling ssl_file.cc
[588/1379] Compiling ssl_lib.cc
[589/1379] Compiling ssl_cipher.cc
[590/1379] Compiling ssl_cert.cc
[591/1379] Compiling ssl_buffer.cc
[592/1379] Compiling ssl_aead_ctx.cc
[593/1379] Compiling ssl_asn1.cc
[594/1379] Compiling s3_pkt.cc
[595/1379] Compiling s3_both.cc
[596/1379] Compiling s3_lib.cc
[597/1379] Compiling handshake_client.cc
[598/1379] Compiling handshake_server.cc
[599/1379] Compiling handoff.cc
[600/1379] Compiling handshake.cc
[601/1379] Compiling encrypted_client_hello.cc
[602/1379] Compiling dtls_record.cc
[603/1379] Compiling extensions.cc
[604/1379] Compiling md5-x86_64-linux.S
[605/1379] Compiling md5-x86_64-apple.S
[606/1379] Compiling md5-586-linux.S
[607/1379] Compiling md5-586-apple.S
[608/1379] Compiling dtls_method.cc
[609/1379] Compiling chacha20_poly1305_x86_64-linux.S
[610/1379] Compiling chacha20_poly1305_x86_64-apple.S
[611/1379] Compiling chacha20_poly1305_armv8-win.S
[612/1379] Compiling d1_srtp.cc
[613/1379] Compiling chacha20_poly1305_armv8-apple.S
[614/1379] Compiling chacha20_poly1305_armv8-linux.S
[615/1379] Compiling chacha-x86_64-apple.S
[616/1379] Compiling chacha-x86_64-linux.S
[617/1379] Compiling chacha-x86-linux.S
[618/1379] Compiling chacha-x86-apple.S
[619/1379] Compiling chacha-armv8-win.S
[620/1379] Compiling bio_ssl.cc
[621/1379] Compiling d1_pkt.cc
[622/1379] Compiling chacha-armv8-apple.S
[623/1379] Compiling chacha-armv8-linux.S
[624/1379] Compiling aes128gcmsiv-x86_64-apple.S
[625/1379] Compiling chacha-armv4-linux.S
[626/1379] Compiling x86_64-mont5-apple.S
[627/1379] Compiling aes128gcmsiv-x86_64-linux.S
[628/1379] Compiling x86_64-mont-apple.S
[629/1379] Compiling x86_64-mont-linux.S
[630/1379] Compiling x86_64-mont5-linux.S
[631/1379] Compiling err_data.cc
[632/1379] Compiling x86-mont-linux.S
[633/1379] Compiling vpaes-x86_64-linux.S
[634/1379] Compiling vpaes-x86_64-apple.S
[635/1379] Compiling vpaes-x86-linux.S
[636/1379] Compiling x86-mont-apple.S
[637/1379] Compiling vpaes-armv8-win.S
[638/1379] Compiling vpaes-x86-apple.S
[638/1379] Compiling vpaes-armv8-apple.S
[640/1379] Compiling vpaes-armv8-linux.S
[641/1379] Compiling vpaes-armv7-linux.S
[642/1379] Compiling sha512-x86_64-linux.S
[643/1379] Compiling sha512-armv8-win.S
[644/1379] Compiling sha512-x86_64-apple.S
[645/1379] Compiling sha512-armv8-apple.S
[646/1379] Compiling sha512-armv4-linux.S
[647/1379] Compiling sha512-586-linux.S
[648/1379] Compiling sha512-armv8-linux.S
[649/1379] Compiling sha512-586-apple.S
[650/1379] Compiling sha256-x86_64-linux.S
[651/1379] Compiling sha256-x86_64-apple.S
[652/1379] Compiling sha256-armv8-win.S
[653/1379] Compiling sha256-armv8-apple.S
[654/1379] Compiling sha256-armv4-linux.S
[655/1379] Compiling sha256-586-linux.S
[656/1379] Compiling sha256-armv8-linux.S
[657/1379] Compiling d1_lib.cc
[658/1379] Compiling sha1-x86_64-apple.S
[659/1379] Compiling sha256-586-apple.S
[660/1379] Compiling sha1-x86_64-linux.S
[661/1379] Compiling sha1-armv8-win.S
[662/1379] Compiling sha1-586-linux.S
[663/1379] Compiling sha1-armv8-linux.S
[664/1379] Compiling sha1-armv4-large-linux.S
[665/1379] Compiling sha1-armv8-apple.S
[666/1379] Compiling rsaz-avx2-linux.S
[667/1379] Compiling rsaz-avx2-apple.S
[668/1379] Compiling sha1-586-apple.S
[669/1379] Compiling rdrand-x86_64-linux.S
[670/1379] Compiling p256_beeu-x86_64-asm-linux.S
[671/1379] Compiling rdrand-x86_64-apple.S
[672/1379] Compiling p256_beeu-x86_64-asm-apple.S
[673/1379] Compiling p256_beeu-armv8-asm-win.S
[674/1379] Compiling p256_beeu-armv8-asm-linux.S
[675/1379] Compiling p256-x86_64-asm-apple.S
[676/1379] Compiling p256-x86_64-asm-linux.S
[677/1379] Compiling p256_beeu-armv8-asm-apple.S
[678/1379] Compiling p256-armv8-asm-win.S
[679/1379] Compiling p256-armv8-asm-linux.S
[680/1379] Compiling p256-armv8-asm-apple.S
[681/1379] Compiling ghashv8-armv8-linux.S
[682/1379] Compiling ghashv8-armv8-win.S
[683/1379] Compiling ghashv8-armv8-apple.S
[684/1379] Compiling ghash-x86-linux.S
[685/1379] Compiling ghashv8-armv7-linux.S
[686/1379] Compiling ghash-x86_64-apple.S
[687/1379] Compiling ghash-x86-apple.S
[688/1379] Compiling ghash-x86_64-linux.S
[689/1379] Compiling ghash-ssse3-x86_64-linux.S
[690/1379] Compiling ghash-ssse3-x86-linux.S
[691/1379] Compiling ghash-ssse3-x86_64-apple.S
[692/1379] Compiling ghash-neon-armv8-win.S
[693/1379] Compiling ghash-neon-armv8-linux.S
[694/1379] Compiling ghash-armv4-linux.S
[695/1379] Compiling ghash-neon-armv8-apple.S
[696/1379] Compiling ghash-ssse3-x86-apple.S
[697/1379] Compiling co-586-linux.S
[698/1379] Compiling bn-armv8-win.S
[699/1379] Compiling co-586-apple.S
[700/1379] Compiling bn-armv8-linux.S
[701/1379] Compiling bsaes-armv7-linux.S
[702/1379] Compiling bn-armv8-apple.S
[703/1379] Compiling d1_both.cc
[704/1379] Compiling bn-586-linux.S
[705/1379] Compiling armv8-mont-win.S
[706/1379] Compiling bn-586-apple.S
[707/1379] Compiling armv4-mont-linux.S
[708/1379] Compiling armv8-mont-apple.S
[709/1379] Compiling armv8-mont-linux.S
[710/1379] Compiling aesv8-gcm-armv8-win.S
[711/1379] Compiling aesv8-gcm-armv8-apple.S
[712/1379] Compiling aesv8-armv8-win.S
[713/1379] Compiling aesv8-gcm-armv8-linux.S
[714/1379] Compiling aesv8-armv8-linux.S
[715/1379] Compiling aesv8-armv8-apple.S
[716/1379] Compiling aesni-x86_64-apple.S
[717/1379] Compiling aesv8-armv7-linux.S
[718/1379] Compiling aesni-x86-apple.S
[719/1379] Compiling aesni-x86-linux.S
[720/1379] Compiling aesni-x86_64-linux.S
[721/1379] Compiling aesni-gcm-x86_64-apple.S
[722/1379] Compiling aesni-gcm-x86_64-linux.S
[723/1379] Compiling aes-gcm-avx2-x86_64-linux.S
[724/1379] Compiling aes-gcm-avx2-x86_64-apple.S
[725/1379] Compiling aes-gcm-avx10-x86_64-linux.S
[726/1379] Compiling aes-gcm-avx10-x86_64-apple.S
[731/1379] Compiling SwiftProtobuf empty.pb.swift
[732/1379] Compiling SwiftProtobuf field_mask.pb.swift
[733/1379] Compiling SwiftProtobuf source_context.pb.swift
[734/1379] Compiling SwiftProtobuf struct.pb.swift
[735/1379] Compiling SwiftProtobuf timestamp.pb.swift
[736/1379] Compiling SwiftProtobuf type.pb.swift
[737/1379] Compiling SwiftProtobuf wrappers.pb.swift
[738/1379] Compiling SwiftProtobuf resource_bundle_accessor.swift
[739/1380] Compiling x_val.cc
[740/1380] Compiling x_x509.cc
[741/1380] Compiling x_x509a.cc
[742/1380] Wrapping AST for SwiftProtobuf for debugging
[743/1380] Compiling x_req.cc
[744/1380] Compiling x_pubkey.cc
[745/1380] Compiling x_sig.cc
[746/1380] Compiling x_spki.cc
[747/1380] Compiling x_name.cc
[748/1380] Compiling x_algor.cc
[749/1380] Compiling x_exten.cc
[750/1380] Compiling x_attrib.cc
[751/1380] Compiling x509spki.cc
[752/1380] Compiling x509rset.cc
[753/1380] Compiling x_all.cc
[754/1380] Compiling x_crl.cc
[755/1380] Compiling x509name.cc
[756/1380] Compiling x509cset.cc
[757/1380] Compiling x509_vpm.cc
[758/1380] Compiling x509_trs.cc
[759/1380] Compiling x509_vfy.cc
[760/1380] Compiling x509_txt.cc
[761/1380] Compiling x509_v3.cc
[762/1380] Compiling x509_set.cc
[763/1380] Compiling x509_req.cc
[764/1380] Compiling x509_obj.cc
[765/1380] Compiling x509_d2.cc
[766/1380] Compiling x509_cmp.cc
[767/1380] Compiling x509_def.cc
[768/1380] Compiling x509_ext.cc
[769/1380] Compiling x509_lu.cc
[770/1380] Compiling x509_att.cc
[771/1380] Compiling v3_pcons.cc
[772/1380] Compiling x509.cc
[773/1380] Compiling v3_skey.cc
[774/1380] Compiling v3_purp.cc
[775/1380] Compiling v3_utl.cc
[776/1380] Compiling v3_prn.cc
[777/1380] Compiling v3_pmaps.cc
[778/1380] Compiling v3_ocsp.cc
[779/1380] Compiling v3_ncons.cc
[780/1380] Compiling v3_lib.cc
[781/1380] Compiling v3_int.cc
[782/1380] Compiling v3_genn.cc
[783/1380] Compiling v3_info.cc
[784/1380] Compiling v3_ia5.cc
[785/1380] Compiling v3_extku.cc
[786/1380] Compiling v3_enum.cc
[787/1380] Compiling v3_conf.cc
[788/1380] Compiling v3_crld.cc
[789/1380] Compiling v3_cpols.cc
[790/1380] Compiling v3_bitst.cc
[791/1380] Compiling v3_bcons.cc
[792/1380] Compiling v3_akeya.cc
[793/1380] Compiling v3_alt.cc
[794/1380] Compiling v3_akey.cc
[795/1380] Compiling t_x509a.cc
[796/1380] Compiling t_req.cc
[797/1380] Compiling t_crl.cc
[798/1380] Compiling t_x509.cc
[799/1380] Compiling i2d_pr.cc
[800/1380] Compiling rsa_pss.cc
[801/1380] Compiling name_print.cc
[802/1380] Compiling policy.cc
[803/1380] Compiling by_file.cc
[804/1380] Compiling asn1_gen.cc
[805/1380] Compiling by_dir.cc
[806/1380] Compiling algorithm.cc
[807/1380] Compiling a_verify.cc
[808/1380] Compiling voprf.cc
[809/1380] Compiling a_digest.cc
[810/1380] Compiling a_sign.cc
[811/1380] Compiling thread_win.cc
[812/1380] Compiling thread.cc
[812/1380] Compiling thread_pthread.cc
[814/1380] Compiling thread_none.cc
[815/1380] Compiling stack.cc
[816/1380] Compiling trust_token.cc
[817/1380] Compiling pmbtoken.cc
[818/1380] Compiling spake2plus.cc
[819/1380] Compiling siphash.cc
[820/1380] Compiling sha512.cc
[821/1380] Compiling sha256.cc
[822/1380] Compiling sha1.cc
[823/1380] Compiling slhdsa.cc
[824/1380] Compiling rsa_extra.cc
[825/1380] Compiling rsa_print.cc
[826/1380] Compiling rsa_crypt.cc
[827/1380] Compiling rc4.cc
[828/1380] Compiling refcount.cc
[829/1380] Compiling rsa_asn1.cc
[830/1380] Compiling urandom.cc
[831/1380] Compiling windows.cc
[832/1380] Compiling rand.cc
[833/1380] Compiling passive.cc
[834/1380] Compiling trusty.cc
[835/1380] Compiling ios.cc
[836/1380] Compiling poly1305_arm_asm.S
[837/1380] Compiling forkunsafe.cc
[838/1380] Compiling deterministic.cc
[839/1380] Compiling getentropy.cc
[840/1380] Compiling fork_detect.cc
[841/1380] Compiling poly1305_vec.cc
[842/1380] Compiling poly1305_arm.cc
[843/1380] Compiling poly1305.cc
[844/1380] Compiling pool.cc
[845/1380] Compiling p5_pbev2.cc
[846/1380] Compiling pkcs8.cc
[847/1380] Compiling pkcs8_x509.cc
[848/1380] Compiling pkcs7_x509.cc
[849/1380] Compiling pkcs7.cc
[850/1380] Compiling pem_xaux.cc
[851/1380] Compiling pem_x509.cc
[852/1380] Compiling pem_pkey.cc
[853/1380] Compiling pem_pk8.cc
[854/1380] Compiling obj_xref.cc
[855/1380] Compiling pem_oth.cc
[856/1380] Compiling pem_info.cc
[857/1380] Compiling mlkem.cc
[858/1380] Compiling pem_all.cc
[859/1380] Compiling pem_lib.cc
[860/1380] Compiling mldsa.cc
[861/1380] Compiling poly_rq_mul.S
[862/1380] Compiling obj.cc
[863/1380] Compiling fips_shared_support.cc
[864/1380] Compiling mem.cc
[865/1380] Compiling lhash.cc
[866/1380] Compiling md4.cc
[867/1380] Compiling md5.cc
[868/1380] Compiling kyber.cc
[869/1380] Compiling ex_data.cc
[870/1380] Compiling sign.cc
[871/1380] Compiling hpke.cc
[872/1380] Compiling scrypt.cc
[873/1380] Compiling hrss.cc
[874/1380] Compiling print.cc
[875/1380] Compiling pbkdf.cc
[876/1380] Compiling p_x25519.cc
[877/1380] Compiling p_x25519_asn1.cc
[878/1380] Compiling p_rsa_asn1.cc
[879/1380] Compiling p_ed25519.cc
[880/1380] Compiling p_rsa.cc
[881/1380] Compiling p_ed25519_asn1.cc
[882/1380] Compiling p_hkdf.cc
[883/1380] Compiling p_ec_asn1.cc
[884/1380] Compiling p_ec.cc
[885/1380] Compiling p_dh_asn1.cc
[886/1380] Compiling p_dh.cc
[887/1380] Compiling evp_ctx.cc
[888/1380] Compiling p_dsa_asn1.cc
[889/1380] Compiling evp_asn1.cc
[890/1380] Compiling evp.cc
[891/1380] Compiling err.cc
[892/1380] Compiling engine.cc
[893/1380] Compiling ecdh.cc
[894/1380] Compiling hash_to_curve.cc
[895/1380] Compiling ecdsa_asn1.cc
[896/1380] Compiling ec_derive.cc
[897/1380] Compiling bcm.cc
[898/1380] Compiling dsa_asn1.cc
[899/1380] Compiling ec_asn1.cc
[900/1380] Compiling dsa.cc
[901/1380] Compiling x25519-asm-arm.S
[902/1380] Compiling params.cc
[903/1380] Compiling digest_extra.cc
[904/1380] Compiling des.cc
[905/1380] Compiling dh_asn1.cc
[906/1380] Compiling curve25519_64_adx.cc
[907/1380] Compiling crypto.cc
[908/1380] Compiling cpu_intel.cc
[909/1380] Compiling spake25519.cc
[910/1380] Compiling curve25519.cc
[911/1380] Compiling cpu_arm_linux.cc
[912/1380] Compiling cpu_arm_freebsd.cc
[913/1380] Compiling cpu_aarch64_win.cc
[914/1380] Compiling cpu_aarch64_sysreg.cc
[915/1380] Compiling cpu_aarch64_openbsd.cc
[916/1380] Compiling cpu_aarch64_linux.cc
[917/1380] Compiling cpu_aarch64_fuchsia.cc
[918/1380] Compiling cpu_aarch64_apple.cc
[919/1380] Compiling conf.cc
[920/1380] Compiling tls_cbc.cc
[921/1380] Compiling get_cipher.cc
[922/1380] Compiling e_rc4.cc
[923/1380] Compiling e_tls.cc
[924/1380] Compiling e_null.cc
[925/1380] Compiling e_rc2.cc
[926/1380] Compiling e_des.cc
[927/1380] Compiling e_chacha20poly1305.cc
[928/1380] Compiling e_aesgcmsiv.cc
[929/1380] Compiling e_aesctrhmac.cc
[930/1380] Compiling derive_key.cc
[931/1380] Compiling chacha.cc
[932/1380] Compiling unicode.cc
[933/1380] Compiling buf.cc
[934/1380] Compiling ber.cc
[935/1380] Compiling asn1_compat.cc
[936/1380] Compiling cbs.cc
[937/1380] Compiling cbb.cc
[938/1380] Compiling convert.cc
[939/1380] Compiling blake2.cc
[940/1380] Compiling bn_asn1.cc
[941/1380] Compiling printf.cc
[942/1380] Compiling socket.cc
[943/1380] Compiling socket_helper.cc
[944/1380] Compiling pair.cc
[945/1380] Compiling hexdump.cc
[946/1380] Compiling file.cc
[947/1380] Compiling fd.cc
[948/1380] Compiling errno.cc
[949/1380] Compiling connect.cc
[950/1380] Compiling bio_mem.cc
[951/1380] Compiling bio.cc
[952/1380] Compiling base64.cc
[953/1380] Compiling tasn_typ.cc
[954/1380] Compiling tasn_utl.cc
[955/1380] Compiling tasn_fre.cc
[956/1380] Compiling tasn_enc.cc
[957/1380] Compiling posix_time.cc
[958/1380] Compiling tasn_new.cc
[959/1380] Compiling f_string.cc
[960/1380] Compiling f_int.cc
[961/1380] Compiling tasn_dec.cc
[962/1380] Compiling asn_pack.cc
[963/1380] Compiling asn1_par.cc
[964/1380] Compiling asn1_lib.cc
[965/1380] Compiling a_utctm.cc
[966/1380] Compiling a_octet.cc
[967/1380] Compiling a_time.cc
[968/1380] Compiling a_type.cc
[969/1380] Compiling a_strnid.cc
[970/1380] Compiling a_strex.cc
[971/1380] Compiling a_object.cc
[972/1380] Compiling a_i2d_fp.cc
[973/1380] Compiling a_mbstr.cc
[974/1380] Compiling a_dup.cc
[975/1380] Compiling a_d2i_fp.cc
[976/1380] Compiling fiat_p256_adx_sqr.S
[977/1380] Compiling fiat_p256_adx_mul.S
[978/1380] Compiling fiat_curve25519_adx_square.S
[979/1380] Compiling a_int.cc
[980/1380] Compiling fiat_curve25519_adx_mul.S
[981/1380] Compiling a_gentm.cc
[982/1380] Compiling a_bitstr.cc
[983/1380] Compiling md5-x86_64-linux.S
[984/1380] Compiling md5-x86_64-apple.S
[985/1380] Compiling a_bool.cc
[986/1380] Compiling md5-586-linux.S
[987/1380] Compiling md5-586-apple.S
[988/1380] Compiling CCryptoBoringSSLShims shims.c
[989/1380] Compiling chacha20_poly1305_x86_64-apple.S
[990/1380] Compiling chacha20_poly1305_x86_64-linux.S
[991/1380] Compiling chacha20_poly1305_armv8-win.S
[992/1380] Compiling chacha20_poly1305_armv8-apple.S
[993/1380] Compiling chacha-x86_64-linux.S
[994/1380] Compiling chacha-x86_64-apple.S
[995/1380] Compiling chacha-x86-linux.S
[996/1380] Compiling chacha-x86-apple.S
[997/1380] Compiling chacha20_poly1305_armv8-linux.S
[998/1380] Compiling chacha-armv8-win.S
[999/1380] Compiling chacha-armv8-apple.S
[1000/1380] Compiling aes128gcmsiv-x86_64-linux.S
[1001/1380] Compiling chacha-armv4-linux.S
[1002/1380] Compiling aes128gcmsiv-x86_64-apple.S
[1003/1380] Compiling chacha-armv8-linux.S
[1004/1380] Compiling x86_64-mont5-apple.S
[1005/1380] Compiling x86_64-mont5-linux.S
[1006/1380] Compiling x86_64-mont-linux.S
[1007/1380] Compiling x86_64-mont-apple.S
[1008/1380] Compiling x86-mont-linux.S
[1009/1380] Compiling x86-mont-apple.S
[1010/1380] Compiling vpaes-x86_64-linux.S
[1011/1380] Compiling vpaes-x86-apple.S
[1012/1380] Compiling vpaes-x86_64-apple.S
[1013/1380] Compiling vpaes-x86-linux.S
[1014/1380] Compiling vpaes-armv8-win.S
[1015/1380] Compiling err_data.cc
[1016/1380] Compiling vpaes-armv8-apple.S
[1017/1380] Compiling vpaes-armv8-linux.S
[1018/1380] Compiling sha512-armv8-win.S
[1019/1380] Compiling vpaes-armv7-linux.S
[1020/1380] Compiling sha512-x86_64-linux.S
[1021/1380] Compiling sha512-x86_64-apple.S
[1022/1380] Compiling sha512-586-apple.S
[1023/1380] Compiling sha512-armv8-apple.S
[1024/1380] Compiling sha512-armv8-linux.S
[1025/1380] Compiling sha512-armv4-linux.S
[1026/1380] Compiling sha512-586-linux.S
[1027/1380] Compiling sha256-x86_64-linux.S
[1028/1380] Compiling sha256-armv8-win.S
[1029/1380] Compiling sha256-x86_64-apple.S
[1030/1380] Compiling sha256-armv8-apple.S
[1031/1380] Compiling sha256-armv4-linux.S
[1032/1380] Compiling sha256-586-linux.S
[1033/1380] Compiling sha256-armv8-linux.S
[1034/1380] Compiling sha256-586-apple.S
[1035/1380] Compiling sha1-x86_64-linux.S
[1036/1380] Compiling sha1-x86_64-apple.S
[1037/1380] Compiling sha1-armv8-win.S
[1038/1380] Compiling sha1-armv8-apple.S
[1039/1380] Compiling sha1-armv8-linux.S
[1040/1380] Compiling sha1-armv4-large-linux.S
[1041/1380] Compiling sha1-586-linux.S
[1042/1380] Compiling rsaz-avx2-linux.S
[1043/1380] Compiling sha1-586-apple.S
[1044/1380] Compiling rsaz-avx2-apple.S
[1045/1380] Compiling p256_beeu-x86_64-asm-apple.S
[1046/1380] Compiling rdrand-x86_64-linux.S
[1047/1380] Compiling rdrand-x86_64-apple.S
[1048/1380] Compiling p256_beeu-armv8-asm-win.S
[1049/1380] Compiling p256_beeu-armv8-asm-linux.S
[1050/1380] Compiling p256_beeu-x86_64-asm-linux.S
[1051/1380] Compiling p256_beeu-armv8-asm-apple.S
[1052/1380] Compiling p256-x86_64-asm-linux.S
[1053/1380] Compiling p256-x86_64-asm-apple.S
[1054/1380] Compiling p256-armv8-asm-win.S
[1055/1380] Compiling ghashv8-armv8-win.S
[1056/1380] Compiling p256-armv8-asm-apple.S
[1057/1380] Compiling ghashv8-armv8-apple.S
[1058/1380] Compiling ghashv8-armv7-linux.S
[1059/1380] Compiling p256-armv8-asm-linux.S
[1060/1380] Compiling ghashv8-armv8-linux.S
[1060/1380] Compiling ghash-x86_64-apple.S
[1062/1380] Compiling ghash-x86_64-linux.S
[1063/1380] Compiling ghash-x86-apple.S
[1064/1380] Compiling ghash-x86-linux.S
[1065/1380] Compiling ghash-ssse3-x86_64-linux.S
[1066/1380] Compiling ghash-ssse3-x86-linux.S
[1067/1380] Compiling ghash-ssse3-x86-apple.S
[1068/1380] Compiling ghash-ssse3-x86_64-apple.S
[1069/1380] Compiling ghash-neon-armv8-linux.S
[1070/1380] Compiling ghash-neon-armv8-win.S
[1071/1380] Compiling ghash-neon-armv8-apple.S
[1072/1380] Compiling co-586-apple.S
[1073/1380] Compiling co-586-linux.S
[1074/1380] Compiling ghash-armv4-linux.S
[1075/1380] Compiling bsaes-armv7-linux.S
[1076/1380] Compiling bn-armv8-win.S
[1077/1380] Compiling bn-armv8-linux.S
[1078/1380] Compiling bn-586-linux.S
[1079/1380] Compiling armv8-mont-win.S
[1080/1380] Compiling bn-armv8-apple.S
[1081/1380] Compiling bn-586-apple.S
[1082/1380] Compiling armv4-mont-linux.S
[1083/1380] Compiling armv8-mont-apple.S
[1084/1380] Compiling armv8-mont-linux.S
[1085/1380] Compiling aesv8-gcm-armv8-win.S
[1086/1380] Compiling aesv8-gcm-armv8-apple.S
[1087/1380] Compiling aesv8-armv8-win.S
[1088/1380] Compiling aesv8-gcm-armv8-linux.S
[1089/1380] Compiling aesv8-armv7-linux.S
[1090/1380] Compiling aesv8-armv8-apple.S
[1091/1380] Compiling aesv8-armv8-linux.S
[1092/1380] Compiling aesni-x86_64-linux.S
[1093/1380] Compiling aesni-x86_64-apple.S
[1094/1380] Compiling aesni-x86-apple.S
[1095/1380] Compiling aesni-x86-linux.S
[1096/1380] Compiling aesni-gcm-x86_64-linux.S
[1097/1380] Compiling aesni-gcm-x86_64-apple.S
[1098/1380] Compiling aes-gcm-avx10-x86_64-linux.S
[1099/1380] Compiling aes-gcm-avx10-x86_64-apple.S
[1100/1380] Compiling x_x509.cc
[1101/1380] Compiling c-nioatomics.c
[1102/1380] Compiling x_sig.cc
[1103/1380] Compiling x_spki.cc
[1104/1380] Compiling x_req.cc
[1105/1380] Compiling x_val.cc
[1106/1380] Compiling x_x509a.cc
[1107/1380] Compiling c-atomics.c
[1108/1380] Compiling x_pubkey.cc
[1109/1380] Compiling x_name.cc
[1110/1380] Compiling x_algor.cc
[1111/1380] Compiling x_exten.cc
[1112/1382] Compiling x_attrib.cc
[1113/1386] Compiling x_crl.cc
[1114/1386] Compiling x_all.cc
[1116/1386] Compiling NIOConcurrencyHelpers NIOLock.swift
[1117/1386] Compiling NIOConcurrencyHelpers lock.swift
[1118/1386] Emitting module NIOConcurrencyHelpers
[1119/1386] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1120/1386] Compiling NIOConcurrencyHelpers atomics.swift
[1121/1386] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1121/1387] Compiling x509spki.cc
[1123/1387] Compiling x509rset.cc
[1124/1387] Compiling x509name.cc
[1125/1387] Compiling x509_vpm.cc
[1126/1387] Compiling x509cset.cc
[1127/1387] Wrapping AST for NIOConcurrencyHelpers for debugging
[1128/1387] Compiling x509_v3.cc
[1129/1387] Compiling x509_vfy.cc
[1130/1387] Compiling x509_txt.cc
[1131/1387] Compiling x509_req.cc
[1132/1387] Compiling x509_set.cc
[1133/1387] Compiling x509_trs.cc
[1134/1387] Compiling x509_ext.cc
[1135/1387] Compiling x509_obj.cc
[1136/1387] Compiling x509_def.cc
[1137/1387] Compiling x509_lu.cc
[1138/1387] Compiling x509_d2.cc
[1139/1387] Compiling x509_cmp.cc
[1140/1387] Compiling v3_skey.cc
[1141/1387] Compiling v3_prn.cc
[1142/1387] Compiling v3_pcons.cc
[1143/1387] Compiling v3_purp.cc
[1144/1387] Compiling v3_utl.cc
[1145/1387] Compiling v3_pmaps.cc
[1146/1387] Compiling v3_ocsp.cc
[1147/1387] Compiling v3_lib.cc
[1148/1387] Compiling v3_ncons.cc
[1149/1387] Compiling v3_int.cc
[1150/1387] Compiling v3_ia5.cc
[1151/1387] Compiling v3_info.cc
[1152/1387] Compiling v3_genn.cc
[1153/1387] Compiling v3_extku.cc
[1154/1387] Compiling v3_enum.cc
[1155/1387] Compiling v3_crld.cc
[1156/1387] Compiling v3_cpols.cc
[1157/1387] Compiling v3_conf.cc
[1158/1387] Compiling v3_bitst.cc
[1159/1387] Compiling v3_bcons.cc
[1160/1387] Compiling v3_alt.cc
[1161/1387] Compiling v3_akeya.cc
[1162/1387] Compiling v3_akey.cc
[1163/1387] Compiling t_x509.cc
[1164/1387] Compiling t_x509a.cc
[1165/1387] Compiling t_req.cc
[1166/1387] Compiling t_crl.cc
[1167/1387] Compiling rsa_pss.cc
[1168/1387] Compiling policy.cc
[1169/1387] Compiling i2d_pr.cc
[1170/1387] Compiling name_print.cc
[1171/1387] Compiling by_file.cc
[1172/1387] Compiling by_dir.cc
[1173/1387] Compiling asn1_gen.cc
[1174/1387] Compiling algorithm.cc
[1175/1387] Compiling a_digest.cc
[1176/1387] Compiling a_verify.cc
[1177/1387] Compiling voprf.cc
[1178/1387] Compiling a_sign.cc
[1179/1387] Compiling thread_pthread.cc
[1180/1387] Compiling trust_token.cc
[1181/1387] Compiling thread_win.cc
[1182/1387] Compiling thread_none.cc
[1183/1387] Compiling thread.cc
[1184/1387] Compiling wots.cc
[1185/1387] Compiling pmbtoken.cc
[1186/1387] Compiling stack.cc
[1187/1387] Compiling thash.cc
[1188/1387] Compiling merkle.cc
[1189/1387] Compiling sha256.cc
[1190/1387] Compiling sha512.cc
[1191/1387] Compiling siphash.cc
[1192/1387] Compiling slhdsa.cc
[1193/1387] Compiling fors.cc
[1194/1387] Compiling sha1.cc
[1195/1387] Compiling rsa_print.cc
[1196/1387] Compiling rsa_extra.cc
[1197/1387] Compiling rsa_crypt.cc
[1198/1387] Compiling rc4.cc
[1199/1387] Compiling windows.cc
[1200/1387] Compiling refcount.cc
[1201/1387] Compiling urandom.cc
[1202/1387] Compiling trusty.cc
[1203/1387] Compiling rsa_asn1.cc
[1204/1387] Compiling rand_extra.cc
[1205/1387] Compiling ios.cc
[1206/1387] Compiling getentropy.cc
[1207/1387] Compiling poly1305_arm_asm.S
[1208/1387] Compiling fork_detect.cc
[1209/1387] Compiling passive.cc
[1210/1387] Compiling forkunsafe.cc
[1211/1387] Compiling deterministic.cc
[1212/1387] Compiling poly1305_vec.cc
[1213/1387] Compiling pool.cc
[1214/1387] Compiling poly1305_arm.cc
[1215/1387] Compiling poly1305.cc
[1216/1387] Compiling pkcs7.cc
[1217/1387] Compiling pkcs8_x509.cc
[1218/1387] Compiling p5_pbev2.cc
[1219/1387] Compiling pkcs8.cc
[1220/1387] Compiling pem_xaux.cc
[1221/1387] Compiling pkcs7_x509.cc
[1222/1387] Compiling pem_pkey.cc
[1223/1387] Compiling pem_x509.cc
[1224/1387] Compiling pem_oth.cc
[1225/1387] Compiling pem_pk8.cc
[1226/1387] Compiling obj.cc
[1227/1387] Compiling pem_lib.cc
[1228/1387] Compiling obj_xref.cc
[1229/1387] Compiling pem_info.cc
[1230/1387] Compiling pem_all.cc
[1231/1387] Compiling mlkem.cc
[1232/1387] Compiling mldsa.cc
[1233/1387] Compiling mem.cc
[1234/1387] Compiling poly_rq_mul.S
[1235/1387] Compiling fips_shared_support.cc
[1236/1387] Compiling md4.cc
[1237/1387] Compiling md5.cc
[1238/1387] Compiling lhash.cc
[1239/1387] Compiling kyber.cc
[1240/1387] Compiling ex_data.cc
[1241/1387] Compiling hpke.cc
[1242/1387] Compiling sign.cc
[1243/1387] Compiling scrypt.cc
[1244/1387] Compiling hrss.cc
[1245/1387] Compiling print.cc
[1246/1387] Compiling pbkdf.cc
[1247/1387] Compiling p_x25519.cc
[1248/1387] Compiling p_x25519_asn1.cc
[1249/1387] Compiling p_rsa_asn1.cc
[1250/1387] Compiling p_hkdf.cc
[1251/1387] Compiling p_rsa.cc
[1252/1387] Compiling p_ed25519_asn1.cc
[1253/1387] Compiling p_ed25519.cc
[1254/1387] Compiling p_ec_asn1.cc
[1255/1387] Compiling p_ec.cc
[1256/1387] Compiling p_dsa_asn1.cc
[1257/1387] Compiling p_dh.cc
[1258/1387] Compiling p_dh_asn1.cc
[1259/1387] Compiling evp_ctx.cc
[1260/1387] Compiling evp.cc
[1261/1387] Compiling err.cc
[1262/1387] Compiling engine.cc
[1263/1387] Compiling evp_asn1.cc
[1264/1387] Compiling ecdh_extra.cc
[1265/1387] Compiling ecdsa_asn1.cc
[1266/1387] Compiling hash_to_curve.cc
[1267/1387] Compiling bcm.cc
[1268/1387] Compiling ec_derive.cc
[1269/1387] Compiling dsa_asn1.cc
[1270/1387] Compiling dsa.cc
[1271/1387] Compiling ec_asn1.cc
[1272/1387] Compiling x25519-asm-arm.S
[1273/1387] Compiling des.cc
[1274/1387] Compiling digest_extra.cc
[1275/1387] Compiling params.cc
[1276/1387] Compiling spake25519.cc
[1277/1387] Compiling dh_asn1.cc
[1278/1387] Compiling curve25519_64_adx.cc
[1279/1387] Compiling cpu_intel.cc
[1280/1387] Compiling cpu_arm_linux.cc
[1281/1387] Compiling cpu_arm_freebsd.cc
[1282/1387] Compiling crypto.cc
[1283/1387] Compiling cpu_aarch64_win.cc
[1284/1387] Compiling cpu_aarch64_sysreg.cc
[1285/1387] Compiling curve25519.cc
[1286/1387] Compiling cpu_aarch64_openbsd.cc
[1287/1387] Compiling cpu_aarch64_linux.cc
[1288/1387] Compiling cpu_aarch64_apple.cc
[1289/1387] Compiling cpu_aarch64_fuchsia.cc
[1290/1387] Compiling conf.cc
[1291/1387] Compiling e_rc4.cc
[1292/1387] Compiling tls_cbc.cc
[1293/1387] Compiling e_tls.cc
[1294/1387] Compiling e_rc2.cc
[1295/1387] Compiling e_aesgcmsiv.cc
[1296/1387] Compiling e_null.cc
[1297/1387] Compiling e_des.cc
[1298/1387] Compiling e_aesctrhmac.cc
[1299/1387] Compiling e_chacha20poly1305.cc
[1300/1387] Compiling derive_key.cc
[1301/1387] Compiling cipher_extra.cc
[1302/1387] Compiling chacha.cc
[1303/1387] Compiling buf.cc
[1304/1387] Compiling asn1_compat.cc
[1305/1387] Compiling cbs.cc
[1306/1387] Compiling unicode.cc
[1307/1387] Compiling ber.cc
[1308/1387] Compiling convert.cc
[1309/1387] Compiling blake2.cc
[1310/1387] Compiling bn_asn1.cc
[1311/1387] Compiling pair.cc
[1312/1387] Compiling hexdump.cc
[1313/1387] Compiling printf.cc
[1314/1387] Compiling fd.cc
[1315/1387] Compiling file.cc
[1316/1387] Compiling bio_mem.cc
[1317/1387] Compiling errno.cc
[1318/1387] Compiling bio.cc
[1319/1387] Compiling base64.cc
[1320/1387] Compiling tasn_enc.cc
[1321/1387] Compiling tasn_typ.cc
[1322/1387] Compiling tasn_fre.cc
[1323/1387] Compiling posix_time.cc
[1324/1387] Compiling tasn_utl.cc
[1325/1387] Compiling tasn_new.cc
[1326/1387] Compiling tasn_dec.cc
[1327/1387] Compiling f_string.cc
[1328/1387] Compiling asn1_par.cc
[1329/1387] Compiling f_int.cc
[1330/1387] Compiling a_utctm.cc
[1331/1387] Compiling asn_pack.cc
[1332/1387] Compiling a_type.cc
[1333/1387] Compiling asn1_lib.cc
[1334/1387] Compiling a_octet.cc
[1335/1387] Compiling a_strnid.cc
[1336/1387] Compiling a_time.cc
[1337/1387] Compiling a_mbstr.cc
[1338/1387] Compiling CCompressZlib empty.c
[1339/1387] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1340/1387] Write sources
[1341/1387] Compiling a_object.cc
[1341/1387] Write sources
[1348/1387] Compiling a_strex.cc
[1349/1387] Compiling a_bool.cc
[1350/1388] Compiling a_i2d_fp.cc
[1351/1410] Compiling a_dup.cc
[1352/1458] Compiling a_bitstr.cc
[1353/1458] Compiling a_int.cc
[1355/1538] Compiling Algorithms Keyed.swift
[1356/1538] Compiling Algorithms MinMax.swift
[1357/1538] Compiling Algorithms Partition.swift
[1358/1538] Compiling Algorithms Permutations.swift
[1359/1540] Compiling Algorithms Intersperse.swift
[1360/1540] Compiling Algorithms Joined.swift
[1361/1540] Compiling Algorithms EitherSequence.swift
[1362/1540] Compiling Algorithms FirstNonNil.swift
[1363/1540] Emitting module ArgumentParserToolInfo
[1364/1540] Compiling Algorithms FlattenCollection.swift
[1365/1540] Compiling Algorithms Grouped.swift
[1366/1540] Compiling Algorithms Indexed.swift
[1376/1540] Compiling Atomics IntegerOperations.swift
[1377/1540] Compiling Atomics Unmanaged extensions.swift
[1378/1540] Compiling Algorithms Reductions.swift
[1379/1540] Compiling Algorithms Rotate.swift
[1380/1540] Compiling Algorithms Split.swift
[1383/1547] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1384/1547] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1385/1547] Compiling AsyncAlgorithms MergeStateMachine.swift
[1386/1547] Compiling AsyncAlgorithms MergeStorage.swift
[1387/1547] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1388/1547] Compiling AsyncAlgorithms Rethrow.swift
[1389/1547] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1390/1547] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1391/1547] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1392/1547] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1393/1547] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1394/1547] Compiling BitCollections BitSet+SetAlgebra union.swift
[1395/1547] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1396/1547] Compiling BitCollections BitSet.Counted.swift
[1403/1553] Compiling ArgumentParserToolInfo ToolInfo.swift
[1404/1554] Compiling CryptoBoringWrapper RandomBytes.swift
[1405/1554] Emitting module BitCollections
[1407/1554] Compiling Algorithms Stride.swift
[1408/1554] Compiling Algorithms Suffix.swift
[1418/1557] Wrapping AST for ArgumentParserToolInfo for debugging
[1420/1557] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1424/1595] Compiling ArgumentParser CompletionKind.swift
[1425/1595] Compiling ArgumentParser Errors.swift
[1426/1595] Compiling ArgumentParser Flag.swift
[1427/1595] Compiling ArgumentParser NameSpecification.swift
[1428/1595] Compiling ArgumentParser Option.swift
[1429/1595] Compiling ArgumentParser OptionGroup.swift
[1430/1595] Compiling ArgumentParser AsyncParsableCommand.swift
[1431/1595] Emitting module AsyncAlgorithms
[1432/1595] Compiling ArgumentParser BashCompletionsGenerator.swift
[1433/1595] Compiling ArgumentParser CompletionsGenerator.swift
[1434/1595] Compiling ArgumentParser FishCompletionsGenerator.swift
[1435/1595] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1436/1595] Compiling ArgumentParser Argument.swift
[1437/1595] Compiling ArgumentParser ArgumentHelp.swift
[1438/1595] Compiling ArgumentParser ArgumentVisibility.swift
[1439/1595] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1440/1595] Compiling ArgumentParser ExpressibleByArgument.swift
[1441/1595] Compiling ArgumentParser ParsableArguments.swift
[1442/1595] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1443/1595] Compiling ArgumentParser ParsableCommand.swift
[1444/1595] Compiling ArgumentParser ArgumentDecoder.swift
[1445/1595] Compiling ArgumentParser Name.swift
[1446/1595] Compiling ArgumentParser Parsed.swift
[1447/1595] Compiling ArgumentParser ParsedValues.swift
[1456/1595] Compiling ArgumentParser ParserError.swift
[1457/1595] Compiling ArgumentParser SplitArguments.swift
[1458/1595] Compiling ArgumentParser DumpHelpGenerator.swift
[1459/1595] Compiling ArgumentParser HelpCommand.swift
[1460/1595] Compiling ArgumentParser HelpGenerator.swift
[1461/1595] Compiling ArgumentParser MessageInfo.swift
[1462/1595] Compiling ArgumentParser UsageGenerator.swift
[1463/1595] Compiling AsyncAlgorithms Locking.swift
[1464/1595] Compiling CryptoBoringWrapper EllipticCurve.swift
[1465/1595] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1466/1595] Emitting module CryptoBoringWrapper
[1467/1595] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1468/1595] Compiling BitCollections BitSet.Index.swift
[1469/1595] Compiling BitCollections BitSet._UnsafeHandle.swift
[1470/1595] Compiling BitCollections BitSet.swift
[1471/1595] Compiling BitCollections Range+Utilities.swift
[1472/1595] Compiling BitCollections Slice+Utilities.swift
[1473/1595] Compiling BitCollections UInt+Tricks.swift
[1474/1595] Compiling BitCollections _Word.swift
[1475/1596] Compiling ArgumentParser CommandGroup.swift
[1476/1596] Compiling ArgumentParser EnumerableFlag.swift
[1477/1596] Compiling ArgumentParser ArgumentDefinition.swift
[1478/1596] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1488/1597] Wrapping AST for BitCollections for debugging
[1498/1599] Wrapping AST for CryptoBoringWrapper for debugging
[1500/1600] Compiling Collections Collections.swift
[1501/1622] Emitting module Collections
[1502/1671] Compiling Crypto AES-GCM.swift
[1503/1671] Compiling Crypto AES-GCM_boring.swift
[1504/1671] Compiling Crypto ChaChaPoly_boring.swift
[1505/1671] Compiling Crypto ChaChaPoly.swift
[1507/1671] Emitting module Atomics
[1508/1671] Compiling Crypto PKCS8PrivateKey.swift
[1509/1671] Compiling Crypto SEC1PrivateKey.swift
[1510/1671] Compiling Crypto SubjectPublicKeyInfo.swift
[1511/1671] Compiling Crypto CryptoKitErrors.swift
[1512/1671] Compiling Crypto Digest_boring.swift
[1513/1671] Compiling Crypto Digest.swift
[1514/1671] Compiling Crypto Digests.swift
[1515/1671] Compiling Crypto HashFunctions.swift
[1516/1671] Compiling Crypto HashFunctions_SHA2.swift
[1517/1671] Compiling Crypto HPKE-AEAD.swift
[1518/1671] Compiling Crypto HPKE-Ciphersuite.swift
[1519/1671] Compiling Crypto HPKE-KDF.swift
[1519/1671] Wrapping AST for Collections for debugging
[1525/1671] Compiling Crypto Cipher.swift
[1526/1671] Compiling Crypto Nonces.swift
[1527/1672] Compiling Crypto Insecure.swift
[1528/1672] Compiling Crypto Insecure_HashFunctions.swift
[1529/1672] Compiling Crypto KEM.swift
[1530/1672] Compiling Crypto ECDH_boring.swift
[1531/1672] Compiling Crypto DH.swift
[1532/1672] Compiling Crypto ECDH.swift
[1534/1673] Compiling Crypto ASN1.swift
[1535/1673] Compiling Crypto ASN1Any.swift
[1536/1673] Compiling Crypto ASN1BitString.swift
[1537/1673] Compiling Crypto ASN1Boolean.swift
[1538/1673] Compiling Crypto ASN1Identifier.swift
[1539/1673] Compiling Crypto ASN1Integer.swift
[1540/1678] Wrapping AST for Atomics for debugging
[1541/1678] Wrapping AST for AsyncAlgorithms for debugging
[1543/1746] Compiling NIOCore AddressedEnvelope.swift
[1544/1746] Compiling NIOCore AsyncAwaitSupport.swift
[1545/1746] Compiling NIOCore AsyncChannel.swift
[1546/1746] Compiling NIOCore AsyncChannelHandler.swift
[1547/1746] Compiling NIOCore AsyncChannelInboundStream.swift
[1548/1746] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1549/1746] Emitting module ArgumentParser
[1550/1746] Emitting module Algorithms
[1551/1747] Compiling NIOCore DeadChannel.swift
[1552/1747] Compiling NIOCore DispatchQueue+WithFuture.swift
[1553/1747] Compiling NIOCore EventLoop+Deprecated.swift
[1554/1747] Compiling NIOCore EventLoop+SerialExecutor.swift
[1555/1747] Compiling NIOCore EventLoop.swift
[1556/1747] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1557/1747] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1558/1747] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1559/1747] Compiling NIOCore EventLoopFuture.swift
[1560/1747] Compiling NIOCore FileDescriptor.swift
[1562/1756] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1563/1757] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1564/1757] Compiling NIOCore Channel.swift
[1565/1757] Compiling NIOCore ChannelHandler.swift
[1566/1757] Compiling NIOCore ChannelHandlers.swift
[1567/1757] Compiling NIOCore ChannelInvoker.swift
[1568/1757] Compiling NIOCore ChannelOption.swift
[1569/1757] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1570/1757] Emitting module ServiceLifecycle
[1571/1757] Compiling ServiceLifecycle CancellationWaiter.swift
[1572/1757] Compiling ServiceLifecycle GracefulShutdown.swift
[1573/1757] Compiling NIOCore CircularBuffer.swift
[1574/1757] Compiling NIOCore Codec.swift
[1575/1757] Compiling NIOCore ConvenienceOptionSupport.swift
[1583/1757] Compiling ServiceLifecycle ServiceRunnerError.swift
[1584/1757] Compiling Crypto SymmetricKeys.swift
[1585/1757] Compiling Crypto HMAC.swift
[1586/1757] Compiling Crypto MACFunctions.swift
[1587/1757] Compiling Crypto MessageAuthenticationCode.swift
[1588/1757] Compiling Crypto AES.swift
[1589/1757] Compiling Crypto ECDSASignature_boring.swift
[1590/1757] Compiling Crypto ECDSA_boring.swift
[1591/1757] Compiling Crypto EdDSA_boring.swift
[1592/1757] Compiling Crypto ECDSA.swift
[1593/1757] Compiling Crypto Ed25519.swift
[1597/1757] Compiling NIOCore FileHandle.swift
[1598/1757] Compiling NIOCore FileRegion.swift
[1599/1757] Emitting module Crypto
[1600/1757] Compiling NIOCore ChannelPipeline.swift
[1601/1757] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1602/1757] Compiling NIOCore BSDSocketAPI.swift
[1603/1757] Compiling NIOCore ByteBuffer-aux.swift
[1604/1757] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1605/1757] Compiling NIOCore ByteBuffer-conversions.swift
[1606/1757] Compiling NIOCore ByteBuffer-core.swift
[1607/1757] Compiling NIOCore ByteBuffer-hex.swift
[1608/1757] Compiling NIOCore ByteBuffer-int.swift
[1609/1757] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1620/1758] Wrapping AST for ArgumentParser for debugging
[1622/1758] Compiling ServiceLifecycle Service.swift
[1623/1758] Compiling ServiceLifecycle ServiceGroup.swift
[1624/1759] Compiling NIOCore MulticastChannel.swift
[1625/1759] Compiling NIOCore NIOAny.swift
[1626/1759] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1627/1759] Compiling NIOCore NIOLoopBound.swift
[1628/1759] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1629/1759] Compiling NIOCore NIOScheduledCallback.swift
[1630/1759] Compiling NIOCore NIOSendable.swift
[1631/1759] Compiling NIOCore RecvByteBufferAllocator.swift
[1632/1767] Compiling NIOCore MarkedCircularBuffer.swift
[1641/1767] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1644/1767] Compiling NIOCore GlobalSingletons.swift
[1645/1767] Compiling NIOCore IO.swift
[1646/1767] Compiling NIOCore IOData.swift
[1647/1767] Compiling NIOCore IPProtocol.swift
[1648/1767] Compiling NIOCore IntegerBitPacking.swift
[1649/1767] Compiling NIOCore IntegerTypes.swift
[1650/1767] Compiling NIOCore Interfaces.swift
[1651/1767] Compiling NIOCore Linux.swift
[1652/1767] Wrapping AST for ServiceLifecycle for debugging
[1662/1767] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1663/1767] Compiling NIOCore ByteBuffer-views.swift
[1678/1767] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1679/1767] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1680/1767] Compiling NIOCore NIOAsyncWriter.swift
[1681/1767] Compiling NIOCore ByteBuffer-multi-int.swift
[1682/1767] Compiling Crypto Signature.swift
[1683/1767] Compiling Crypto CryptoKitErrors_boring.swift
[1684/1767] Compiling Crypto RNG_boring.swift
[1685/1767] Compiling Crypto SafeCompare_boring.swift
[1686/1767] Compiling Crypto Zeroization_boring.swift
[1687/1767] Compiling Crypto PrettyBytes.swift
[1688/1767] Compiling Crypto SafeCompare.swift
[1689/1767] Compiling Crypto SecureBytes.swift
[1690/1767] Compiling Crypto Zeroization.swift
[1699/1768] Wrapping AST for Crypto for debugging
[1701/1814] Compiling _CryptoExtras VOPRFServer.swift
[1702/1814] Compiling _CryptoExtras RSA+BlindSigning.swift
[1703/1814] Compiling _CryptoExtras RSA.swift
[1704/1814] Compiling _CryptoExtras RSA_boring.swift
[1705/1814] Compiling _CryptoExtras RSA_security.swift
[1706/1814] Compiling _CryptoExtras BoringSSLHelpers.swift
[1707/1814] Compiling _CryptoExtras Scrypt.swift
[1708/1814] Compiling _CryptoExtras OPRF.swift
[1710/1814] Compiling NIOCore SocketAddresses.swift
[1711/1814] Compiling NIOCore SocketOptionProvider.swift
[1712/1814] Compiling NIOCore SystemCallHelpers.swift
[1713/1814] Compiling NIOCore TimeAmount+Duration.swift
[1714/1814] Compiling NIOCore TypeAssistedChannelHandler.swift
[1715/1814] Compiling NIOCore UniversalBootstrapSupport.swift
[1716/1814] Compiling NIOCore Utilities.swift
[1717/1814] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1718/1814] Compiling _CryptoExtras DigestType.swift
[1719/1814] Compiling _CryptoExtras Error.swift
[1720/1814] Compiling _CryptoExtras I2OSP.swift
[1721/1814] Compiling _CryptoExtras IntegerEncoding.swift
[1722/1814] Compiling _CryptoExtras PEMDocument.swift
[1723/1820] Emitting module _CryptoExtras
[1724/1820] Compiling _CryptoExtras AES_CBC.swift
[1725/1820] Compiling _CryptoExtras AES_CFB.swift
[1726/1820] Compiling _CryptoExtras AES_CTR.swift
[1727/1820] Compiling _CryptoExtras AES_GCM_SIV.swift
[1728/1820] Compiling _CryptoExtras Block Function.swift
[1729/1820] Compiling _CryptoExtras AES_CFB_boring.swift
[1730/1820] Compiling _CryptoExtras AES_CTR_boring.swift
[1731/1820] Compiling _CryptoExtras ARCRequest.swift
[1732/1820] Compiling _CryptoExtras ARCResponse.swift
[1733/1820] Compiling _CryptoExtras ARCServer.swift
[1734/1820] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1735/1820] Compiling _CryptoExtras ChaCha20CTR.swift
[1736/1820] Compiling _CryptoExtras ECToolbox_boring.swift
[1737/1820] Compiling _CryptoExtras ECToolbox.swift
[1738/1820] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1739/1820] Compiling _CryptoExtras ARC+API.swift
[1740/1820] Compiling _CryptoExtras ARC.swift
[1741/1820] Compiling _CryptoExtras ARCCredential.swift
[1742/1820] Compiling _CryptoExtras ARCEncoding.swift
[1743/1820] Compiling _CryptoExtras ARCPrecredential.swift
[1744/1820] Compiling _CryptoExtras ARCPresentation.swift
[1745/1820] Compiling _CryptoExtras PrettyBytes.swift
[1746/1820] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1747/1820] Compiling _CryptoExtras DLEQ.swift
[1748/1820] Compiling _CryptoExtras Prover.swift
[1749/1820] Compiling _CryptoExtras Verifier.swift
[1750/1820] Compiling _CryptoExtras ZKPToolbox.swift
[1757/1820] Emitting module NIOCore
[1770/1820] Compiling _CryptoExtras HashToField.swift
[1771/1820] Compiling _CryptoExtras KDF.swift
[1772/1820] Compiling _CryptoExtras PBKDF2_boring.swift
[1773/1820] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1774/1820] Compiling _CryptoExtras PBKDF2.swift
[1775/1820] Compiling _CryptoExtras Scrypt_boring.swift
[1785/1835] Wrapping AST for NIOCore for debugging
[1787/1882] Compiling CompressNIO CompressionAlgorithm.swift
[1788/1883] Emitting module NIOHTTPTypes
[1789/1883] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1790/1883] Compiling CompressNIO Compressor.swift
[1792/1884] Compiling CompressNIO Error.swift
[1793/1884] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1793/1884] Wrapping AST for NIOHTTPTypes for debugging
[1795/1884] Compiling NIOPosix BSDSocketAPICommon.swift
[1796/1884] Compiling NIOPosix BSDSocketAPIPosix.swift
[1797/1884] Emitting module CompressNIO
[1798/1884] Compiling CompressNIO ZlibWrapper.swift
[1799/1884] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1800/1884] Compiling CompressNIO Zlib.swift
[1802/1885] Emitting module NIOEmbedded
[1803/1885] Compiling NIOEmbedded AsyncTestingChannel.swift
[1803/1885] Wrapping AST for CompressNIO for debugging
[1805/1885] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1806/1885] Compiling NIOEmbedded Embedded.swift
[1807/1886] Wrapping AST for NIOEmbedded for debugging
[1809/1886] Compiling NIOPosix IO.swift
[1810/1886] Compiling NIOPosix IntegerBitPacking.swift
[1811/1886] Compiling NIOPosix IntegerTypes.swift
[1812/1886] Compiling NIOPosix Linux.swift
[1813/1886] Compiling NIOPosix LinuxCPUSet.swift
[1814/1886] Compiling NIOPosix LinuxUring.swift
[1815/1886] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1816/1892] Emitting module NIOPosix
[1817/1892] Compiling NIOPosix Pool.swift
[1818/1892] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1819/1892] Compiling NIOPosix PosixSingletons.swift
[1820/1892] Compiling NIOPosix RawSocketBootstrap.swift
[1821/1892] Compiling NIOPosix Resolver.swift
[1822/1892] Compiling NIOPosix Selectable.swift
[1823/1892] Compiling NIOPosix ThreadPosix.swift
[1824/1892] Compiling NIOPosix ThreadWindows.swift
[1825/1892] Compiling NIOPosix UnsafeTransfer.swift
[1826/1892] Compiling NIOPosix Utilities.swift
[1827/1892] Compiling NIOPosix VsockAddress.swift
[1828/1892] Compiling NIOPosix VsockChannelEvents.swift
[1829/1892] Compiling NIOPosix ServerSocket.swift
[1830/1892] Compiling NIOPosix Socket.swift
[1831/1892] Compiling NIOPosix SocketChannel.swift
[1832/1892] Compiling NIOPosix SocketProtocols.swift
[1833/1892] Compiling NIOPosix System.swift
[1834/1892] Compiling NIOPosix Thread.swift
[1835/1892] Compiling NIOPosix SelectableChannel.swift
[1836/1892] Compiling NIOPosix SelectableEventLoop.swift
[1837/1892] Compiling NIOPosix SelectorEpoll.swift
[1838/1892] Compiling NIOPosix SelectorGeneric.swift
[1839/1892] Compiling NIOPosix SelectorKqueue.swift
[1840/1892] Compiling NIOPosix SelectorUring.swift
[1843/1892] Compiling NIOPosix BSDSocketAPIWindows.swift
[1844/1892] Compiling NIOPosix BaseSocket.swift
[1845/1892] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1846/1892] Compiling NIOPosix BaseSocketChannel.swift
[1847/1892] Compiling NIOPosix BaseStreamSocketChannel.swift
[1848/1892] Compiling NIOPosix Bootstrap.swift
[1849/1892] Compiling NIOPosix ControlMessage.swift
[1850/1892] Compiling NIOPosix DatagramVectorReadManager.swift
[1851/1892] Compiling NIOPosix Errors+Any.swift
[1852/1892] Compiling NIOPosix FileDescriptor.swift
[1853/1892] Compiling NIOPosix GetaddrinfoResolver.swift
[1854/1892] Compiling NIOPosix HappyEyeballs.swift
[1855/1892] Compiling NIOPosix NIOThreadPool.swift
[1856/1892] Compiling NIOPosix NonBlockingFileIO.swift
[1857/1892] Compiling NIOPosix PendingDatagramWritesManager.swift
[1858/1892] Compiling NIOPosix PendingWritesManager.swift
[1859/1892] Compiling NIOPosix PipeChannel.swift
[1860/1892] Compiling NIOPosix PipePair.swift
[1861/1893] Wrapping AST for NIOPosix for debugging
[1863/1895] Compiling NIO Exports.swift
[1864/1895] Emitting module NIO
[1865/1896] Wrapping AST for NIO for debugging
[1867/1935] Emitting module NIOHTTP1
[1868/1937] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1869/1938] Compiling NIOTLS TLSEvents.swift
[1870/1938] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1871/1938] Compiling NIOTLS SNIHandler.swift
[1872/1938] Compiling NIOSOCKS SOCKSClientHandler.swift
[1873/1938] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1874/1938] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1875/1938] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1876/1938] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1877/1938] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1878/1938] Compiling NIOSOCKS SOCKSResponse.swift
[1879/1938] Emitting module NIOTLS
[1880/1938] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1881/1939] Compiling NIOSOCKS ClientStateMachine.swift
[1882/1939] Compiling NIOSOCKS AuthenticationMethod.swift
[1883/1939] Compiling NIOSOCKS ClientGreeting.swift
[1884/1939] Emitting module NIOSOCKS
[1886/1939] Compiling NIOSOCKS ServerStateMachine.swift
[1887/1939] Compiling NIOSOCKS Messages.swift
[1888/1939] Compiling NIOSOCKS SOCKSRequest.swift
[1889/1939] Compiling NIOSOCKS Errors.swift
[1890/1939] Compiling NIOSOCKS Helpers.swift
[1892/1940] Emitting module NIOFoundationCompat
[1893/1940] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1894/1951] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1895/1951] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1896/1958] Compiling NIOSSL SSLCallbacks.swift
[1897/1958] Compiling NIOSSL SSLCertificate.swift
[1899/1992] Compiling NIOTransportServices NIOTSEventLoop.swift
[1900/1992] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1901/1992] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1902/1992] Compiling NIOTransportServices NIOTSBootstraps.swift
[1903/1992] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1904/1992] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1905/1992] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1906/1992] Compiling NIOTransportServices NIOTSErrors.swift
[1907/1992] Compiling NIOTransportServices StateManagedChannel.swift
[1908/1992] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1911/1992] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1913/1994] Compiling NIOTransportServices NIOTSSingletons.swift
[1914/1994] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1919/1994] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1920/1994] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1921/1994] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1922/1994] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1923/1994] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1924/1994] Emitting module NIOTransportServices
[1925/1994] Compiling NIOTransportServices AcceptHandler.swift
[1926/1994] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1927/1994] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1931/1994] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1932/1994] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1936/1995] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1937/1995] Compiling NIOSSL SubjectAlternativeName.swift
[1938/1995] Compiling NIOSSL NIOSSLSecureBytes.swift
[1939/1995] Compiling NIOSSL RNG.swift
[1946/1996] Wrapping AST for _CryptoExtras for debugging
[1948/2011] Compiling PrivacyPass Array+Base64URL.swift
[1949/2011] Compiling PrivacyPass Issuer.swift
[1950/2011] Compiling PrivacyPass NonceStoring.swift
[1952/2051] Compiling HomomorphicEncryption NoOpScheme.swift
[1953/2051] Compiling HomomorphicEncryption Plaintext.swift
[1954/2051] Compiling HomomorphicEncryption Galois.swift
[1955/2051] Compiling HomomorphicEncryption PolyCollection.swift
[1956/2055] Compiling HomomorphicEncryption PolyContext.swift
[1957/2055] Compiling HomomorphicEncryption PolyRq+Ntt.swift
[1958/2055] Compiling HomomorphicEncryption PolyRq+Randomize.swift
[1959/2055] Compiling HomomorphicEncryption PolyRq+Serialize.swift
[1959/2055] Wrapping AST for NIOHTTP1 for debugging
[1961/2087] Emitting module NIOSSL
[1962/2087] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1963/2087] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1964/2087] Compiling NIOExtras JSONRPCFraming.swift
[1965/2087] Compiling NIOExtras DebugInboundEventsHandler.swift
[1966/2095] Emitting module NIOHTTPTypesHTTP1
[1967/2095] Emitting module NIOHTTPCompression
[1968/2095] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1969/2095] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1970/2095] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1971/2095] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1972/2095] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1973/2095] Compiling NIOExtras LengthFieldPrepender.swift
[1974/2095] Compiling NIOExtras NIORequestIdentifiable.swift
[1975/2095] Compiling NIOExtras PCAPRingBuffer.swift
[1976/2095] Compiling NIOExtras QuiescingHelper.swift
[1977/2095] Compiling NIOExtras RequestResponseHandler.swift
[1978/2095] Compiling NIOExtras LineBasedFrameDecoder.swift
[1979/2095] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1980/2095] Compiling NIOExtras NIOExtrasError.swift
[1981/2095] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1982/2095] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1983/2095] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1984/2095] Compiling NIOHTTPCompression HTTPDecompression.swift
[1985/2095] Compiling NIOHTTPCompression HTTPCompression.swift
[1986/2095] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1987/2095] Compiling NIOHPACK HuffmanTables.swift
[1988/2097] Compiling NIOHPACK IndexedHeaderTable.swift
[1989/2097] Compiling NIOHPACK IntegerCoding.swift
[1997/2097] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1999/2099] Compiling NIOHPACK HuffmanCoding.swift
[2000/2099] Emitting module NIOHPACK
[2001/2099] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2002/2099] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2006/2100] Compiling NIOExtras UnsafeTransfer.swift
[2007/2100] Compiling NIOExtras WritePCAPHandler.swift
[2008/2100] Compiling HomomorphicEncryption Modulus.swift
[2009/2100] Compiling NIOHPACK StaticHeaderTable.swift
[2010/2100] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[2016/2101] Emitting module NIOExtras
[2027/2101] Compiling NIOSSL Zeroization.swift
[2028/2101] Compiling NIOSSL TLSConfiguration.swift
[2029/2101] Compiling NIOSSL UniversalBootstrapSupport.swift
[2030/2101] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2032/2160] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2033/2160] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2035/2161] Compiling NIOHTTP2 MaySendFrames.swift
[2036/2161] Compiling NIOHTTP2 SendingDataState.swift
[2037/2161] Compiling NIOHTTP2 SendingGoawayState.swift
[2038/2161] Compiling NIOHTTP2 SendingHeadersState.swift
[2039/2161] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2040/2161] Compiling NIOHTTP2 SendingRstStreamState.swift
[2041/2161] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2042/2161] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2042/2169] Wrapping AST for NIOExtras for debugging
[2044/2193] Compiling HummingbirdCore ServerChildChannel.swift
[2045/2193] Compiling HummingbirdCore ServerConfiguration.swift
[2046/2193] Compiling HummingbirdCore TSTLSOptions.swift
[2047/2196] Compiling HummingbirdCore Deprecations.swift
[2048/2196] Compiling HummingbirdCore Request.swift
[2049/2196] Compiling HummingbirdCore Response.swift
[2050/2196] Compiling HummingbirdCore ResponseBody.swift
[2051/2197] Emitting module PrivacyPass
[2052/2197] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2053/2197] Compiling HummingbirdCore RequestBody.swift
[2054/2197] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2055/2197] Compiling HummingbirdCore URI.swift
[2056/2197] Compiling HummingbirdCore ResponseWriter.swift
[2057/2197] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2058/2197] Compiling HummingbirdCore HTTPServerBuilder.swift
[2059/2197] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2060/2197] Compiling HummingbirdCore Server.swift
[2061/2197] Compiling HummingbirdCore AnyAsyncSequence.swift
[2062/2197] Compiling HummingbirdCore FlatDictionary.swift
[2063/2197] Compiling HummingbirdCore HBParser.swift
[2064/2197] Compiling HummingbirdCore OutputBuffer.swift
[2065/2197] Compiling HummingbirdCore String+percentEncode.swift
[2066/2197] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2067/2197] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2068/2197] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2069/2197] Compiling NIOHTTP2 HTTP2StreamID.swift
[2070/2197] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2071/2197] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2072/2197] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2073/2197] Compiling NIOHTTP2 InboundEventBuffer.swift
[2074/2197] Compiling HummingbirdCore HTTPChannelHandler.swift
[2075/2197] Compiling HummingbirdCore ResponseBodyWriter.swift
[2076/2197] Compiling HummingbirdCore BindAddress.swift
[2077/2197] Compiling HummingbirdCore HTTP1Channel.swift
[2078/2197] Compiling PrivacyPass Verifier.swift
[2079/2198] Compiling NIOHTTP2 InboundWindowManager.swift
[2080/2198] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2081/2198] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2082/2198] Compiling NIOHTTP2 StreamChannelList.swift
[2083/2198] Compiling NIOHTTP2 StreamMap.swift
[2084/2198] Compiling NIOHTTP2 StreamStateMachine.swift
[2085/2198] Compiling NIOHTTP2 UnsafeTransfer.swift
[2086/2198] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2100/2198] Compiling HummingbirdCore UnsafeTransfer.swift
[2105/2198] Emitting module HummingbirdCore
[2112/2199] Wrapping AST for PrivacyPass for debugging
[2113/2199] Wrapping AST for HummingbirdCore for debugging
[2115/2216] Emitting module NIOHTTP2
[2116/2219] Compiling Hummingbird Application.swift
[2117/2219] Compiling Hummingbird CodableProtocols.swift
[2118/2219] Compiling Hummingbird JSONCoding.swift
[2119/2219] Compiling Hummingbird ResponseEncodable.swift
[2120/2219] Compiling Hummingbird URLEncodedForm+Request.swift
[2121/2219] Compiling Hummingbird URLEncodedForm.swift
[2122/2219] Compiling Hummingbird URLEncodedFormDecoder.swift
[2123/2219] Compiling Hummingbird URLEncodedFormEncoder.swift
[2124/2219] Compiling Hummingbird URLEncodedFormNode.swift
[2125/2263] Compiling Hummingbird TransformingRouterGroup.swift
[2126/2263] Compiling Hummingbird RouterTrie.swift
[2127/2263] Compiling Hummingbird Trie+resolve.swift
[2128/2263] Compiling Hummingbird Trie+serialize.swift
[2129/2263] Compiling Hummingbird TrieRouter.swift
[2130/2263] Compiling Hummingbird ChildRequestContext.swift
[2131/2263] Compiling Hummingbird Request.swift
[2132/2263] Compiling Hummingbird RequestContext.swift
[2133/2263] Compiling Hummingbird EditedHTTPError.swift
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[2134/2263] Compiling Hummingbird HTTPError.swift
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[2135/2263] Compiling Hummingbird HTTPResponseError.swift
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[2136/2263] Compiling Hummingbird NIOCore+HTTPResponseError.swift
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[2137/2263] Compiling Hummingbird Exports.swift
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[2138/2263] Compiling Hummingbird CacheControl.swift
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[2139/2263] Compiling Hummingbird FileIO.swift
[2140/2263] Compiling Hummingbird FileProvider.swift
[2141/2263] Compiling Hummingbird LocalFileSystem.swift
[2142/2263] Compiling Hummingbird Cookie.swift
[2143/2263] Compiling Hummingbird Cookies.swift
[2144/2268] Compiling Hummingbird Request+Cookies.swift
[2145/2268] Compiling Hummingbird Response+Cookies.swift
[2146/2268] Compiling Hummingbird CORSMiddleware.swift
[2147/2268] Compiling Hummingbird FileMiddleware.swift
[2148/2268] Compiling Hummingbird LogRequestMiddleware.swift
[2149/2268] Compiling Hummingbird MetricsMiddleware.swift
[2150/2268] Compiling Hummingbird Middleware.swift
[2151/2268] Compiling Hummingbird MiddlewareGroup.swift
[2152/2268] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2153/2268] Compiling Hummingbird _Middleware2.swift
[2154/2268] Compiling Hummingbird _OptionalMiddleware.swift
[2155/2268] Compiling Hummingbird _SpreadMiddleware.swift
[2156/2268] Compiling Hummingbird TracingMiddleware.swift
[2157/2268] Compiling HomomorphicEncryption SerializedKeys.swift
[2158/2268] Compiling HomomorphicEncryption SerializedPlaintext.swift
[2159/2268] Compiling HomomorphicEncryption Util.swift
[2170/2269] Compiling Hummingbird MediaType+FileExtension.swift
[2171/2269] Compiling Hummingbird MediaType.swift
[2179/2269] Compiling Hummingbird RequestContextSource.swift
[2180/2269] Compiling Hummingbird RequestID.swift
[2181/2269] Compiling Hummingbird RequestResponder.swift
[2182/2269] Compiling Hummingbird Response.swift
[2183/2269] Compiling Hummingbird URI+decodeQuery.swift
[2184/2269] Compiling Hummingbird MemoryPersistDriver.swift
[2185/2278] Compiling Hummingbird RouterGroup.swift
[2186/2278] Compiling Hummingbird RouterMethods.swift
[2187/2278] Compiling Hummingbird RouterPath.swift
[2188/2278] Compiling Hummingbird RouterResponder.swift
[2194/2278] Compiling Hummingbird Configuration.swift
[2195/2278] Compiling Hummingbird Deprecations.swift
[2196/2278] Compiling Hummingbird Environment.swift
[2217/2278] Compiling HomomorphicEncryption Version.swift
[2218/2278] Compiling HomomorphicEncryption Zeroization.swift
[2219/2278] Compiling Hummingbird Router+validation.swift
[2220/2278] Compiling Hummingbird Router.swift
[2230/2331] Emitting module Hummingbird
[2231/2333] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2232/2333] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2233/2333] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2234/2333] Compiling AsyncHTTPClient HTTP1Connection.swift
[2235/2333] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2236/2333] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2237/2333] Compiling AsyncHTTPClient HTTP2Connection.swift
[2238/2333] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2239/2333] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2240/2338] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2241/2338] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2242/2338] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2243/2338] Compiling AsyncHTTPClient RequestBodyLength.swift
[2244/2338] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2254/2338] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2255/2338] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2256/2338] Compiling AsyncHTTPClient Transaction.swift
[2257/2338] Compiling Hummingbird PersistDriver.swift
[2258/2338] Compiling Hummingbird PersistError.swift
[2259/2338] Compiling Hummingbird ByteBuffer+foundation.swift
[2260/2338] Compiling Hummingbird DateCache.swift
[2261/2338] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2262/2338] Compiling Hummingbird HexDigest.swift
[2263/2338] Compiling Hummingbird InitializableFromSource.swift
[2264/2338] Compiling Hummingbird PreludeService.swift
[2265/2338] Compiling Hummingbird StringProtocol.swift
[2266/2339] Wrapping AST for Hummingbird for debugging
[2268/2343] Emitting module AsyncHTTPClient
[2269/2351] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2270/2351] Emitting module HummingbirdCompression
[2271/2351] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2272/2351] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2273/2352] Wrapping AST for HummingbirdCompression for debugging
[2275/2352] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2276/2352] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2277/2352] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2283/2352] Compiling AsyncHTTPClient ConnectionTarget.swift
[2284/2352] Compiling AsyncHTTPClient DeconstructedURL.swift
[2285/2352] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2286/2352] Compiling AsyncHTTPClient FoundationExtensions.swift
[2287/2352] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2288/2352] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2289/2352] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2290/2352] Compiling AsyncHTTPClient HTTPClient.swift
[2291/2352] Compiling AsyncHTTPClient HTTPHandler.swift
[2292/2352] Compiling AsyncHTTPClient LRUCache.swift
[2293/2352] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2294/2352] Compiling AsyncHTTPClient NWErrorHandler.swift
[2295/2352] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2296/2352] Compiling AsyncHTTPClient TLSConfiguration.swift
[2297/2352] Compiling AsyncHTTPClient RedirectState.swift
[2298/2352] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2299/2352] Compiling AsyncHTTPClient RequestBag.swift
[2300/2352] Compiling AsyncHTTPClient RequestValidation.swift
[2301/2352] Compiling AsyncHTTPClient SSLContextCache.swift
[2302/2352] Compiling AsyncHTTPClient Scheme.swift
[2303/2352] Compiling AsyncHTTPClient Singleton.swift
[2304/2352] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2305/2352] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2306/2352] Compiling AsyncHTTPClient Utils.swift
[2307/2352] Emitting module HomomorphicEncryption
[2311/2352] Compiling AsyncHTTPClient Base64.swift
[2312/2352] Compiling AsyncHTTPClient BasicAuth.swift
[2313/2352] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2314/2352] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2315/2352] Compiling AsyncHTTPClient ConnectionPool.swift
[2316/2352] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2326/2352] Compiling AsyncHTTPClient RequestOptions.swift
[2327/2352] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2328/2352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2329/2352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2330/2352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2331/2352] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2332/2352] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2333/2352] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2334/2352] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2335/2352] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2336/2352] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2337/2352] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2338/2352] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2339/2352] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2340/2352] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2341/2352] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2342/2352] Compiling AsyncHTTPClient HTTPClientResponse.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/63] Write swift-version-24593BA9C3E375BF.txt
[6/191] Emitting module RealModule
[7/192] Compiling ConcurrencyHelpers LockedValueBox.swift
[8/192] Compiling SwiftProtobuf AnyMessageStorage.swift
[9/192] Compiling SwiftProtobuf AnyUnpackError.swift
[10/192] Compiling RealModule Float80+Real.swift
[11/192] Compiling RealModule Real.swift
[12/192] Compiling RealModule RealFunctions.swift
[13/192] Emitting module _NIOBase64
[14/192] Emitting module ArgumentParserToolInfo
[15/192] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/193] Compiling CryptoBoringWrapper RandomBytes.swift
[18/193] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[19/193] Compiling RealModule Float+Real.swift
[20/193] Compiling SwiftProtobuf AsyncMessageSequence.swift
[21/193] Compiling SwiftProtobuf BinaryDecoder.swift
[22/193] Compiling RealModule Float16+Real.swift
[23/193] Compiling RealModule ElementaryFunctions.swift
[24/194] Emitting module ConcurrencyHelpers
[25/194] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[26/194] Compiling CryptoBoringWrapper EllipticCurve.swift
[27/194] Compiling ConcurrencyHelpers Lock.swift
[28/195] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[29/194] Emitting module CryptoBoringWrapper
[32/194] Emitting module CoreMetrics
[33/194] Compiling _NIOBase64 Base64.swift
[35/202] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[36/204] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[37/206] Compiling SwiftProtobuf DoubleParser.swift
[38/206] Compiling SwiftProtobuf Enum.swift
[39/208] Compiling ServiceContextModule ServiceContext.swift
[40/208] Compiling UnixSignals UnixSignalsSequence.swift
[41/208] Compiling Util Platform.swift
[43/208] Emitting module ServiceContextModule
[44/208] Compiling ServiceContextModule ServiceContextKey.swift
[45/208] Compiling CoreMetrics Locks.swift
[46/208] Compiling CoreMetrics Metrics.swift
[47/209] Emitting module Util
[48/209] Compiling Util OperatingSystem.swift
[51/208] Compiling UnixSignals UnixSignal.swift
[52/208] Emitting module UnixSignals
[54/209] Compiling _NIODataStructures Heap.swift
[55/213] Compiling SwiftASN1 DER.swift
[56/213] Compiling SwiftASN1 Errors.swift
[57/214] Emitting module _NIODataStructures
[59/215] Compiling _NIODataStructures PriorityQueue.swift
[60/215] Compiling _NIODataStructures _TinyArray.swift
[61/217] Compiling SwiftProtobuf CustomJSONCodable.swift
[62/217] Compiling SwiftProtobuf Decoder.swift
[64/217] Compiling SwiftProtobuf BinaryDecodingError.swift
[65/217] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[66/217] Compiling SwiftProtobuf BinaryDelimited.swift
[67/217] Compiling SwiftProtobuf BinaryEncoder.swift
[68/217] Compiling SwiftProtobuf BinaryEncodingError.swift
[69/217] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[70/217] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[71/217] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[72/224] Compiling NIOConcurrencyHelpers NIOLock.swift
[74/223] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[75/232] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/232] Compiling InternalCollectionsUtilities Integer rank.swift
[77/232] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/237] Compiling NIOConcurrencyHelpers lock.swift
[79/237] Compiling Logging MetadataProvider.swift
[80/237] Emitting module Metrics
[81/237] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/237] Compiling NIOConcurrencyHelpers atomics.swift
[83/237] Compiling Metrics Metrics.swift
[84/238] Compiling SwiftProtobuf Message+JSONAdditions.swift
[85/238] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[86/238] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[87/238] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[88/238] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[89/238] Compiling SwiftProtobuf Message.swift
[90/238] Compiling SwiftProtobuf MessageExtension.swift
[91/238] Compiling SwiftProtobuf NameMap.swift
[92/238] Compiling SwiftProtobuf PathDecoder.swift
[93/238] Compiling SwiftProtobuf PathVisitor.swift
[94/238] Compiling SwiftProtobuf ProtoNameProviding.swift
[95/238] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[96/254] Emitting module NIOConcurrencyHelpers
[97/256] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/257] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/257] Compiling InternalCollectionsUtilities Debugging.swift
[101/257] Compiling InternalCollectionsUtilities Descriptions.swift
[102/257] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/257] Emitting module Logging
[104/257] Compiling Instrumentation MultiplexInstrument.swift
[107/256] Compiling InternalCollectionsUtilities UInt+reversed.swift
[108/255] Compiling Instrumentation NoOpInstrument.swift
[109/255] Compiling Instrumentation Instrument.swift
[110/263] Emitting module Instrumentation
[111/263] Compiling Instrumentation InstrumentationSystem.swift
[112/263] Compiling Logging LogHandler.swift
[113/263] Compiling Logging Locks.swift
[114/263] Compiling Logging Logging.swift
[115/264] Compiling Instrumentation Locks.swift
[116/265] Emitting module SwiftASN1
[117/266] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/265] Emitting module InternalCollectionsUtilities
[123/264] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[124/264] Compiling InternalCollectionsUtilities _SortedCollection.swift
[126/264] Compiling HTTPTypes HTTPFields.swift
[127/285] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[128/285] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[129/285] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[130/285] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[131/285] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[132/285] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[133/285] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[134/285] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[135/285] Compiling SwiftProtobuf HashVisitor.swift
[136/285] Compiling SwiftProtobuf Internal.swift
[137/285] Compiling SwiftProtobuf JSONDecoder.swift
[138/285] Compiling SwiftProtobuf JSONDecodingError.swift
[139/331] Compiling Crypto Cipher.swift
[140/331] Compiling Crypto Nonces.swift
[141/343] Compiling HTTPTypes HTTPFieldName.swift
[143/348] Compiling HTTPTypes ISOLatin1String.swift
[144/348] Compiling HTTPTypes NIOLock.swift
[145/366] Compiling Atomics DoubleWord.swift
[146/366] Compiling Atomics ManagedAtomic.swift
[147/366] Compiling Atomics ManagedAtomicLazyReference.swift
[148/366] Compiling Atomics UnsafeAtomic.swift
[149/366] Compiling Atomics UnsafeAtomicLazyReference.swift
[150/366] Compiling Crypto ObjectIdentifier.swift
[151/366] Compiling Crypto ECDSASignature.swift
[152/366] Compiling Crypto PEMDocument.swift
[153/366] Compiling Crypto PKCS8PrivateKey.swift
[154/366] Compiling Crypto SEC1PrivateKey.swift
[155/366] Compiling Crypto SubjectPublicKeyInfo.swift
[156/366] Compiling Crypto CryptoKitErrors.swift
[157/366] Compiling Tracing TracingTime.swift
[158/366] Emitting module HTTPTypes
[159/366] Compiling HTTPTypes HTTPField.swift
[160/366] Compiling Tracing InstrumentationSystem+Tracing.swift
[161/399] Compiling HTTPTypes HTTPResponse.swift
[162/404] Compiling Tracing TracerProtocol+Legacy.swift
[163/404] Compiling Tracing Tracer.swift
[164/404] Compiling Tracing TracerProtocol.swift
[165/404] Compiling ArgumentParser ArgumentHelp.swift
[166/404] Compiling ArgumentParser OptionGroup.swift
[167/404] Compiling ArgumentParser ZshCompletionsGenerator.swift
[168/404] Compiling ArgumentParser Argument.swift
[169/404] Emitting module Tracing
[170/406] Compiling ArgumentParser AsyncParsableCommand.swift
[171/406] Compiling ArgumentParser CommandConfiguration.swift
[172/406] Compiling ArgumentParser CommandGroup.swift
[173/406] Compiling ArgumentParser EnumerableFlag.swift
[174/406] Compiling ComplexModule Arithmetic.swift
[175/406] Emitting module ComplexModule
[176/406] Compiling HTTPTypes HTTPParsedFields.swift
[177/406] Compiling HTTPTypes HTTPRequest.swift
[179/406] Emitting module ModularArithmetic
[180/406] Compiling Tracing NoOpTracer.swift
[181/406] Compiling Tracing SpanProtocol.swift
[183/407] Compiling ArgumentParser BashCompletionsGenerator.swift
[184/407] Compiling ArgumentParser CompletionsGenerator.swift
[185/407] Compiling ArgumentParser FishCompletionsGenerator.swift
[186/406] Compiling Atomics IntegerOperations.swift
[187/406] Compiling Atomics Unmanaged extensions.swift
[193/412] Compiling ModularArithmetic Modulus.swift
[194/412] Compiling ModularArithmetic Scalar.swift
[195/467] Compiling ComplexModule Differentiable.swift
[196/467] Compiling ComplexModule Complex.swift
[197/467] Compiling ComplexModule ElementaryFunctions.swift
[200/466] Emitting module Atomics
[201/466] Emitting module ArgumentParser
[202/473] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[203/473] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[204/473] Compiling OrderedCollections OrderedDictionary+Elements.swift
[205/473] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[206/473] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[207/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[208/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[209/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[210/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[211/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[212/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[213/473] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[214/501] Compiling HeapModule Heap.swift
[215/501] Compiling HeapModule _HeapNode.swift
[216/548] Compiling HeapModule Heap+Descriptions.swift
[217/548] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[218/548] Compiling _RopeModule Rope+Collection.swift
[219/548] Compiling _RopeModule Rope+Index.swift
[220/548] Compiling _RopeModule Rope+Sequence.swift
[221/548] Compiling _RopeModule Rope+Append.swift
[222/548] Compiling _RopeModule Rope+Extract.swift
[223/548] Compiling _RopeModule Rope+Find.swift
[224/548] Compiling _RopeModule Rope+ForEachWhile.swift
[225/548] Compiling _RopeModule Rope+Insert.swift
[226/548] Compiling _RopeModule BigString+UnicodeScalarView.swift
[227/548] Compiling _RopeModule BigSubstring+UTF16View.swift
[228/558] Compiling _RopeModule _RopeItem.swift
[229/558] Compiling _RopeModule _RopePath.swift
[230/558] Compiling _RopeModule _RopeVersion.swift
[235/633] Emitting module HeapModule
[236/633] Compiling HeapModule Heap+Invariants.swift
[237/633] Compiling HeapModule Heap+UnsafeHandle.swift
[238/634] Compiling HashTreeCollections _RawHashNode.swift
[239/634] Compiling HashTreeCollections _UnmanagedHashNode.swift
[240/634] Compiling HashTreeCollections _UnsafePath.swift
[241/634] Compiling HashTreeCollections TreeDictionary+Codable.swift
[242/634] Compiling HashTreeCollections TreeDictionary+Collection.swift
[243/634] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[244/634] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[245/634] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[246/634] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[247/634] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[248/634] Compiling HashTreeCollections TreeDictionary+Filter.swift
[249/634] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[250/634] Compiling HashTreeCollections TreeSet+Hashable.swift
[251/634] Compiling HashTreeCollections TreeSet+Sendable.swift
[252/634] Compiling HashTreeCollections TreeSet+Sequence.swift
[253/634] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[254/634] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[255/634] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[256/634] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[257/634] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[258/634] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[259/634] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[260/644] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[261/644] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[262/644] Compiling HashTreeCollections _HashNode.swift
[263/644] Compiling HashTreeCollections _HashNodeHeader.swift
[264/644] Compiling HashTreeCollections _HashSlot.swift
[265/644] Compiling HashTreeCollections _HashStack.swift
[266/644] Compiling HashTreeCollections _AncestorHashSlots.swift
[267/644] Compiling HashTreeCollections _Bitmap.swift
[268/644] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[269/644] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[270/644] Compiling HashTreeCollections _HashNode+Structural merge.swift
[271/644] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[272/644] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[273/644] Compiling HashTreeCollections _HashNode+Structural union.swift
[274/644] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[275/644] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[276/644] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[277/644] Compiling HashTreeCollections _HashTreeIterator.swift
[278/644] Compiling HashTreeCollections _HashTreeStatistics.swift
[279/644] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[284/644] Compiling HashTreeCollections _Bucket.swift
[285/644] Compiling HashTreeCollections _Hash.swift
[286/644] Compiling HashTreeCollections _HashLevel.swift
[287/644] Compiling HashTreeCollections _HashNode+Builder.swift
[288/644] Compiling HashTreeCollections _HashNode+Debugging.swift
[289/644] Compiling HashTreeCollections _HashNode+Initializers.swift
[290/644] Compiling HashTreeCollections _HashNode+Invariants.swift
[291/644] Compiling HashTreeCollections _HashNode+Lookups.swift
[292/644] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[293/644] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[294/644] Compiling HashTreeCollections _HashNode+Storage.swift
[295/644] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[296/644] Compiling HashTreeCollections _HashNode+Structural filter.swift
[297/644] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[298/644] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[299/644] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[302/644] Emitting module Crypto
[321/644] Compiling HashTreeCollections TreeDictionary+Values.swift
[322/644] Compiling HashTreeCollections TreeDictionary.swift
[323/644] Compiling HashTreeCollections TreeSet+Codable.swift
[324/644] Compiling HashTreeCollections TreeSet+Collection.swift
[325/644] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[326/644] Compiling HashTreeCollections TreeSet+Debugging.swift
[327/644] Compiling HashTreeCollections TreeSet+Descriptions.swift
[336/644] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[337/644] Compiling HashTreeCollections TreeDictionary+Keys.swift
[359/644] Compiling HashTreeCollections TreeSet+Equatable.swift
[360/644] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[361/644] Compiling HashTreeCollections TreeSet+Extras.swift
[362/644] Compiling HashTreeCollections TreeSet+Filter.swift
[399/645] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[400/645] Compiling HashTreeCollections TreeDictionary+Merge.swift
[401/645] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[402/645] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[439/646] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[440/646] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[441/646] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[442/646] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[443/646] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[444/646] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[445/646] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[446/646] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[447/646] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[448/646] Compiling HashTreeCollections TreeSet.swift
[480/653] Emitting module OrderedCollections
[481/654] Compiling _RopeModule Rope+RemoveSubrange.swift
[482/654] Compiling _RopeModule Rope+Split.swift
[483/654] Compiling _RopeModule Optional Utilities.swift
[484/654] Compiling _RopeModule String Utilities.swift
[485/654] Compiling _RopeModule String.Index+ABI.swift
[486/654] Compiling _RopeModule _CharacterRecognizer.swift
[528/658] Compiling _RopeModule Rope+Join.swift
[529/658] Compiling _RopeModule Rope+MutatingForEach.swift
[530/658] Compiling _RopeModule Rope+Remove.swift
[534/671] Compiling Numerics Numerics.swift
[535/669] Emitting module Numerics
[536/670] Compiling DequeModule _DequeBuffer.swift
[537/670] Compiling DequeModule _DequeBufferHeader.swift
[538/670] Compiling DequeModule Deque+CustomReflectable.swift
[539/670] Compiling DequeModule Deque+Descriptions.swift
[541/671] Emitting module SwiftProtobuf
[542/671] Compiling DequeModule Deque+Codable.swift
[543/671] Compiling DequeModule Deque+Collection.swift
[546/671] Compiling DequeModule Deque+Equatable.swift
[547/671] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[548/671] Compiling DequeModule Deque+Extras.swift
[549/671] Compiling DequeModule Deque+Hashable.swift
[550/671] Compiling DequeModule Deque+Testing.swift
[551/671] Compiling DequeModule Deque._Storage.swift
[552/671] Compiling DequeModule Deque._UnsafeHandle.swift
[553/671] Compiling DequeModule Deque.swift
[554/749] Compiling Algorithms AdjacentPairs.swift
[555/749] Compiling Algorithms Chain.swift
[556/749] Compiling Algorithms Chunked.swift
[557/749] Compiling Algorithms Combinations.swift
[558/795] Compiling _CryptoExtras ARCRequest.swift
[559/795] Compiling _CryptoExtras ARCResponse.swift
[560/795] Compiling _CryptoExtras AES_CBC.swift
[561/795] Compiling _CryptoExtras AES_CFB.swift
[562/795] Compiling _CryptoExtras ARCCredential.swift
[563/795] Compiling _CryptoExtras ARCEncoding.swift
[564/795] Compiling _CryptoExtras ARC+API.swift
[565/795] Compiling _CryptoExtras ARC.swift
[568/795] Compiling _CryptoExtras AES_CTR.swift
[569/795] Compiling _CryptoExtras AES_GCM_SIV.swift
[570/795] Compiling _CryptoExtras Block Function.swift
[571/795] Compiling _CryptoExtras AES_CFB_boring.swift
[572/795] Compiling _CryptoExtras AES_CTR_boring.swift
[573/795] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[577/795] Compiling _CryptoExtras KDF.swift
[578/795] Compiling _CryptoExtras PBKDF2_boring.swift
[579/795] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[580/795] Compiling _CryptoExtras PBKDF2.swift
[581/795] Compiling _CryptoExtras Scrypt_boring.swift
[582/795] Compiling _CryptoExtras Scrypt.swift
[583/795] Compiling _CryptoExtras OPRF.swift
[584/795] Compiling _CryptoExtras OPRFClient.swift
[585/795] Compiling _CryptoExtras OPRFServer.swift
[586/795] Compiling _CryptoExtras VOPRF+API.swift
[587/795] Compiling _CryptoExtras VOPRFClient.swift
[589/795] Compiling _CryptoExtras ARCPrecredential.swift
[590/795] Compiling _CryptoExtras ARCPresentation.swift
[593/795] Compiling _CryptoExtras ARCServer.swift
[594/795] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[595/795] Compiling _CryptoExtras ChaCha20CTR.swift
[597/795] Compiling _CryptoExtras ECToolbox_boring.swift
[599/795] Compiling _CryptoExtras ECToolbox.swift
[601/795] Compiling _CryptoExtras HashToField.swift
[607/802] Emitting module _RopeModule
[608/802] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[609/802] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[610/802] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[611/802] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[612/802] Compiling BitCollections BitSet+SetAlgebra union.swift
[613/802] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[614/802] Compiling BitCollections BitSet.Counted.swift
[622/802] Compiling _CryptoExtras BoringSSLHelpers.swift
[623/802] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[624/802] Compiling _CryptoExtras DigestType.swift
[625/802] Compiling _CryptoExtras Error.swift
[626/802] Compiling _CryptoExtras I2OSP.swift
[627/802] Compiling _CryptoExtras IntegerEncoding.swift
[628/802] Compiling _CryptoExtras PEMDocument.swift
[631/802] Compiling _CryptoExtras VOPRFServer.swift
[632/802] Compiling _CryptoExtras RSA+BlindSigning.swift
[633/802] Compiling _CryptoExtras RSA.swift
[634/802] Compiling _CryptoExtras RSA_boring.swift
[635/802] Compiling _CryptoExtras RSA_security.swift
[636/802] Emitting module DequeModule
[646/803] Compiling BitCollections _Word.swift
[671/806] Emitting module BitCollections
[703/850] Compiling BitCollections BitSet.Index.swift
[704/850] Compiling BitCollections BitSet._UnsafeHandle.swift
[705/850] Compiling BitCollections BitSet.swift
[706/850] Compiling BitCollections Range+Utilities.swift
[707/850] Compiling BitCollections Slice+Utilities.swift
[708/850] Compiling BitCollections UInt+Tricks.swift
[710/851] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[711/851] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[712/851] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[713/851] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[715/911] Compiling NIOCore ChannelInvoker.swift
[716/911] Compiling NIOCore ChannelOption.swift
[717/911] Compiling NIOCore ChannelPipeline.swift
[718/911] Emitting module HashTreeCollections
[719/911] Emitting module _CryptoExtras
[721/917] Compiling NIOCore EventLoopFuture.swift
[722/917] Compiling NIOCore FileDescriptor.swift
[723/917] Compiling NIOCore FileHandle.swift
[724/917] Compiling NIOCore FileRegion.swift
[725/917] Compiling NIOCore GlobalSingletons.swift
[726/917] Compiling NIOCore IO.swift
[727/922] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[728/922] Compiling NIOCore NIOAsyncWriter.swift
[729/922] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[730/922] Compiling NIOCore BSDSocketAPI.swift
[731/922] Compiling NIOCore ByteBuffer-aux.swift
[732/922] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[733/922] Compiling NIOCore ByteBuffer-conversions.swift
[734/922] Compiling NIOCore ByteBuffer-views.swift
[735/922] Compiling NIOCore Channel.swift
[736/922] Compiling NIOCore ChannelHandler.swift
[737/922] Compiling NIOCore ChannelHandlers.swift
[740/922] Compiling NIOCore ByteBuffer-core.swift
[741/922] Compiling NIOCore ByteBuffer-hex.swift
[742/922] Compiling NIOCore ByteBuffer-int.swift
[743/922] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[744/922] Compiling NIOCore ByteBuffer-multi-int.swift
[745/922] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[746/922] Compiling NIOCore AddressedEnvelope.swift
[747/922] Compiling NIOCore AsyncAwaitSupport.swift
[748/922] Compiling NIOCore AsyncChannel.swift
[749/922] Compiling NIOCore AsyncChannelHandler.swift
[750/922] Compiling NIOCore AsyncChannelInboundStream.swift
[751/922] Compiling NIOCore AsyncChannelOutboundWriter.swift
[752/922] Compiling NIOCore NIOAsyncSequenceProducer.swift
[753/922] Emitting module AsyncAlgorithms
[759/922] Compiling AsyncAlgorithms SetAlgebra.swift
[760/922] Compiling NIOCore EventLoop+SerialExecutor.swift
[761/922] Compiling NIOCore EventLoop.swift
[762/922] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[763/922] Compiling NIOCore EventLoopFuture+Deprecated.swift
[764/922] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[787/924] Compiling Collections Collections.swift
[788/924] Compiling NIOCore EventLoop+Deprecated.swift
[794/924] Emitting module Collections
[797/925] Compiling NIOCore CircularBuffer.swift
[798/925] Compiling NIOCore Codec.swift
[799/925] Compiling NIOCore ConvenienceOptionSupport.swift
[800/925] Compiling NIOCore DeadChannel.swift
[801/925] Compiling NIOCore DispatchQueue+WithFuture.swift
[802/924] Compiling NIOCore MulticastChannel.swift
[803/924] Compiling NIOCore NIOAny.swift
[804/924] Compiling NIOCore NIOCloseOnErrorHandler.swift
[805/924] Compiling NIOCore NIOLoopBound.swift
[806/924] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[807/924] Compiling NIOCore NIOScheduledCallback.swift
[808/924] Compiling NIOCore NIOSendable.swift
[809/924] Compiling NIOCore RecvByteBufferAllocator.swift
[811/932] Compiling AsyncAlgorithms UnsafeTransfer.swift
[812/932] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[813/932] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[814/932] Compiling AsyncAlgorithms ZipStateMachine.swift
[815/932] Compiling AsyncAlgorithms ZipStorage.swift
[819/933] Compiling SwiftProtobuf empty.pb.swift
[820/933] Compiling SwiftProtobuf field_mask.pb.swift
[821/933] Compiling SwiftProtobuf source_context.pb.swift
[822/933] Compiling SwiftProtobuf struct.pb.swift
[823/933] Compiling SwiftProtobuf timestamp.pb.swift
[824/933] Compiling SwiftProtobuf type.pb.swift
[825/933] Compiling SwiftProtobuf wrappers.pb.swift
[826/933] Compiling SwiftProtobuf resource_bundle_accessor.swift
[828/933] Emitting module Algorithms
[844/934] Compiling _CryptoExtras ZKPToolbox.swift
[844/942] Wrapping AST for SwiftProtobuf for debugging
[854/942] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[855/943] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[856/943] Compiling ServiceLifecycle CancellationWaiter.swift
[857/943] Compiling ServiceLifecycle GracefulShutdown.swift
[858/943] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[859/943] Emitting module ServiceLifecycle
[860/943] Compiling ServiceLifecycle ServiceRunnerError.swift
[887/943] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[888/943] Compiling NIOCore SocketAddresses.swift
[889/943] Compiling NIOCore SocketOptionProvider.swift
[890/943] Compiling NIOCore SystemCallHelpers.swift
[891/943] Compiling NIOCore TimeAmount+Duration.swift
[892/943] Compiling NIOCore TypeAssistedChannelHandler.swift
[893/943] Compiling NIOCore UniversalBootstrapSupport.swift
[894/943] Compiling NIOCore Utilities.swift
[895/943] Compiling ServiceLifecycle Service.swift
[896/943] Compiling ServiceLifecycle ServiceGroup.swift
[907/943] Emitting module NIOCore
[909/1004] Compiling CompressNIO CompressionAlgorithm.swift
[910/1004] Compiling CompressNIO Error.swift
[911/1004] Compiling CompressNIO Compressor.swift
[912/1004] Emitting module NIOHTTPTypes
[913/1004] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[914/1006] Compiling NIOPosix BSDSocketAPICommon.swift
[915/1006] Compiling NIOPosix BSDSocketAPIPosix.swift
[916/1006] Emitting module CompressNIO
[917/1006] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[918/1006] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[919/1006] Compiling CompressNIO Zlib.swift
[920/1006] Compiling NIOEmbedded AsyncTestingChannel.swift
[922/1006] Compiling CompressNIO ZlibWrapper.swift
[923/1006] Emitting module NIOEmbedded
[925/1005] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[926/1005] Compiling NIOEmbedded Embedded.swift
[928/1005] Compiling NIOPosix IO.swift
[929/1005] Compiling NIOPosix IntegerBitPacking.swift
[930/1005] Compiling NIOPosix IntegerTypes.swift
[931/1005] Compiling NIOPosix Linux.swift
[932/1005] Compiling NIOPosix LinuxCPUSet.swift
[933/1005] Compiling NIOPosix LinuxUring.swift
[934/1005] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[935/1011] Emitting module NIOPosix
[936/1011] Compiling NIOPosix Pool.swift
[937/1011] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[938/1011] Compiling NIOPosix PosixSingletons.swift
[939/1011] Compiling NIOPosix RawSocketBootstrap.swift
[940/1011] Compiling NIOPosix Resolver.swift
[941/1011] Compiling NIOPosix Selectable.swift
[942/1011] Compiling NIOPosix SelectableChannel.swift
[943/1011] Compiling NIOPosix SelectableEventLoop.swift
[944/1011] Compiling NIOPosix SelectorEpoll.swift
[945/1011] Compiling NIOPosix SelectorGeneric.swift
[946/1011] Compiling NIOPosix SelectorKqueue.swift
[947/1011] Compiling NIOPosix SelectorUring.swift
[948/1011] Compiling NIOPosix ServerSocket.swift
[949/1011] Compiling NIOPosix Socket.swift
[950/1011] Compiling NIOPosix SocketChannel.swift
[951/1011] Compiling NIOPosix SocketProtocols.swift
[952/1011] Compiling NIOPosix System.swift
[953/1011] Compiling NIOPosix Thread.swift
[954/1011] Compiling NIOPosix ThreadPosix.swift
[955/1011] Compiling NIOPosix ThreadWindows.swift
[956/1011] Compiling NIOPosix UnsafeTransfer.swift
[957/1011] Compiling NIOPosix Utilities.swift
[958/1011] Compiling NIOPosix VsockAddress.swift
[959/1011] Compiling NIOPosix VsockChannelEvents.swift
[960/1011] Compiling NIOPosix NIOThreadPool.swift
[961/1011] Compiling NIOPosix NonBlockingFileIO.swift
[962/1011] Compiling NIOPosix PendingDatagramWritesManager.swift
[963/1011] Compiling NIOPosix PendingWritesManager.swift
[964/1011] Compiling NIOPosix PipeChannel.swift
[965/1011] Compiling NIOPosix PipePair.swift
[968/1011] Compiling NIOPosix BSDSocketAPIWindows.swift
[969/1011] Compiling NIOPosix BaseSocket.swift
[970/1011] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[971/1011] Compiling NIOPosix BaseSocketChannel.swift
[972/1011] Compiling NIOPosix BaseStreamSocketChannel.swift
[973/1011] Compiling NIOPosix Bootstrap.swift
[974/1011] Compiling NIOPosix ControlMessage.swift
[975/1011] Compiling NIOPosix DatagramVectorReadManager.swift
[976/1011] Compiling NIOPosix Errors+Any.swift
[977/1011] Compiling NIOPosix FileDescriptor.swift
[978/1011] Compiling NIOPosix GetaddrinfoResolver.swift
[979/1011] Compiling NIOPosix HappyEyeballs.swift
[981/1013] Emitting module NIO
[982/1013] Compiling NIO Exports.swift
[984/1052] Compiling NIOTLS TLSEvents.swift
[985/1052] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[986/1052] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[987/1052] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[988/1052] Compiling NIOSOCKS SOCKSResponse.swift
[989/1052] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[990/1052] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1003/1053] Emitting module NIOSOCKS
[1004/1053] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1005/1053] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1006/1053] Emitting module NIOTLS
[1007/1054] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1008/1054] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1009/1054] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1010/1054] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1011/1054] Compiling NIOSOCKS ClientStateMachine.swift
[1013/1054] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1014/1054] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1015/1054] Emitting module NIOFoundationCompat
[1016/1054] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1017/1057] Compiling NIOTLS SNIHandler.swift
[1018/1058] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1019/1058] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1020/1058] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1021/1058] Compiling NIOHTTP1 HTTPDecoder.swift
[1023/1057] Compiling NIOSOCKS ServerStateMachine.swift
[1026/1058] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1027/1058] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1028/1129] Compiling HomomorphicEncryption Exports.swift
[1029/1129] Compiling HomomorphicEncryption HeScheme.swift
[1030/1135] Compiling HomomorphicEncryption Bfv.swift
[1031/1135] Compiling HomomorphicEncryption Ciphertext.swift
[1032/1147] Compiling NIOSSL AndroidCABundle.swift
[1033/1147] Compiling NIOSSL ByteBufferBIO.swift
[1034/1151] Compiling NIOSSL SSLCallbacks.swift
[1035/1151] Compiling NIOSSL SSLCertificate.swift
[1036/1151] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1037/1151] Compiling NIOSSL NIOSSLHandler.swift
[1038/1163] Compiling NIOSSL SSLInit.swift
[1039/1163] Compiling NIOSSL SSLPKCS12Bundle.swift
[1040/1163] Compiling NIOSSL SSLPrivateKey.swift
[1041/1165] Compiling NIOSSL SSLConnection.swift
[1042/1165] Compiling NIOSSL SSLContext.swift
[1043/1165] Compiling NIOSSL SSLErrors.swift
[1045/1165] Compiling NIOSSL SSLCertificateExtensions.swift
[1046/1165] Compiling NIOSSL SSLCertificateName.swift
[1047/1165] Compiling NIOSSL CustomPrivateKey.swift
[1048/1165] Compiling NIOSSL IdentityVerification.swift
[1049/1165] Compiling NIOSSL NIOSSLServerHandler.swift
[1053/1165] Compiling NIOSSL ObjectIdentifier.swift
[1054/1165] Compiling NIOSSL PosixPort.swift
[1056/1165] Emitting module NIOTransportServices
[1057/1165] Compiling NIOSSL LinuxCABundle.swift
[1058/1165] Compiling NIOSSL NIOSSLClientHandler.swift
[1064/1166] Emitting module PrivacyPass
[1069/1166] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1070/1166] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1071/1167] Emitting module NIOHTTP1
[1083/1167] Compiling PrivacyPass Verifier.swift
[1085/1207] Compiling NIOExtras DebugInboundEventsHandler.swift
[1086/1207] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1087/1207] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1088/1207] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1089/1211] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1090/1211] Compiling NIOExtras JSONRPCFraming.swift
[1091/1211] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1092/1211] Compiling NIOExtras LengthFieldPrepender.swift
[1096/1211] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1097/1211] Compiling NIOSSL SubjectAlternativeName.swift
[1098/1211] Compiling NIOSSL NIOSSLSecureBytes.swift
[1099/1211] Compiling NIOSSL RNG.swift
[1100/1211] Compiling NIOSSL SafeCompare.swift
[1101/1211] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1102/1211] Compiling NIOExtras NIOExtrasError.swift
[1103/1213] Emitting module NIOHTTPTypesHTTP1
[1104/1213] Emitting module NIOSSL
[1105/1213] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1109/1213] Compiling NIOHPACK IndexedHeaderTable.swift
[1110/1213] Compiling NIOHPACK HuffmanTables.swift
[1111/1213] Compiling NIOHPACK IntegerCoding.swift
[1112/1213] Compiling NIOExtras RequestResponseHandler.swift
[1113/1213] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1114/1213] Compiling NIOHPACK HuffmanCoding.swift
[1115/1214] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1116/1214] Compiling NIOExtras NIORequestIdentifiable.swift
[1117/1214] Compiling NIOExtras PCAPRingBuffer.swift
[1118/1214] Compiling NIOExtras QuiescingHelper.swift
[1119/1214] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1120/1214] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1121/1214] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1124/1214] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1125/1214] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1126/1214] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1127/1214] Emitting module NIOHTTPCompression
[1128/1214] Compiling NIOExtras LineBasedFrameDecoder.swift
[1132/1215] Compiling NIOHPACK StaticHeaderTable.swift
[1133/1215] Compiling NIOHTTPCompression HTTPDecompression.swift
[1134/1215] Compiling NIOHTTPCompression HTTPCompression.swift
[1142/1215] Compiling NIOExtras UnsafeTransfer.swift
[1143/1215] Compiling NIOExtras WritePCAPHandler.swift
[1145/1215] Emitting module NIOHPACK
[1146/1215] Emitting module NIOExtras
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
/host/spi-builder-workspace/.build/checkouts/swift-homomorphic-encryption/Sources/HomomorphicEncryption/EncryptionParameters.swift:132:62: error: no exact matches in call to global function 'log2'
130 |             throw HeError.invalidEncryptionParameters(self)
131 |         }
132 |         let log2CoefficientModulus = coefficientModuli.map { log2(Float($0)) }.reduce(0, +)
    |                                                              `- error: no exact matches in call to global function 'log2'
133 |         guard try log2CoefficientModulus <= Float(Self.maxLog2CoefficientModulus(
134 |             degree: polyDegree,
Foundation.log2:1:13: note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
1 | public func log2(_ x: CGFloat) -> CGFloat
  |             `- note: candidate expects value of type 'CGFloat' for parameter #1 (got 'Float')
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/math.h:164:8: note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
162 | long double log1pl(long double __x);
163 |
164 | double log2(double __x);
    |        `- note: candidate expects value of type 'Double' for parameter #1 (got 'Float')
165 | float log2f(float __x);
166 | long double log2l(long double __x);
[1166/1222] Compiling NIOSSL Zeroization.swift
[1167/1222] Compiling NIOSSL TLSConfiguration.swift
[1168/1222] Compiling NIOSSL UniversalBootstrapSupport.swift
[1169/1222] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1172/1304] Compiling HummingbirdCore ServerChildChannel.swift
[1173/1304] Compiling HummingbirdCore ServerConfiguration.swift
[1174/1304] Compiling HummingbirdCore TSTLSOptions.swift
[1175/1307] Compiling NIOHTTP2 Error+Any.swift
[1176/1307] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1177/1307] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1178/1307] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1179/1307] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1180/1307] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1181/1307] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1182/1307] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1183/1307] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1184/1307] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1185/1307] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1186/1307] Compiling HummingbirdCore Server.swift
[1187/1307] Compiling HummingbirdCore AnyAsyncSequence.swift
[1188/1307] Compiling HummingbirdCore FlatDictionary.swift
[1189/1307] Compiling HummingbirdCore HBParser.swift
[1190/1307] Compiling HummingbirdCore OutputBuffer.swift
[1191/1307] Compiling HummingbirdCore String+percentEncode.swift
[1192/1307] Compiling HummingbirdCore UnsafeTransfer.swift
[1193/1307] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1194/1307] Compiling NIOHTTP2 DOSHeuristics.swift
[1195/1307] Compiling HummingbirdCore BindAddress.swift
[1196/1307] Compiling HummingbirdCore HTTP1Channel.swift
[1197/1307] Compiling HummingbirdCore HTTPChannelHandler.swift
[1198/1307] Compiling HummingbirdCore ResponseBodyWriter.swift
[1199/1307] Compiling HummingbirdCore ResponseWriter.swift
[1200/1307] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1209/1315] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1210/1315] Compiling NIOHTTP2 HTTP2Error.swift
[1211/1315] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1212/1315] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1213/1315] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1214/1315] Compiling HummingbirdCore Deprecations.swift
[1215/1315] Compiling HummingbirdCore Request.swift
[1216/1315] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1217/1315] Compiling HummingbirdCore RequestBody.swift
[1218/1315] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1219/1315] Compiling HummingbirdCore URI.swift
[1220/1315] Compiling HummingbirdCore Response.swift
[1221/1315] Compiling HummingbirdCore ResponseBody.swift
[1222/1315] Emitting module HummingbirdCore
[1226/1315] Compiling HummingbirdCore HTTPServerBuilder.swift
[1241/1315] Emitting module NIOHTTP2
[1251/1325] Compiling NIOHTTP2 InboundWindowManager.swift
[1252/1325] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1253/1325] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1254/1325] Compiling NIOHTTP2 StreamChannelList.swift
[1255/1325] Compiling NIOHTTP2 StreamMap.swift
[1256/1325] Compiling NIOHTTP2 StreamStateMachine.swift
[1257/1325] Compiling NIOHTTP2 UnsafeTransfer.swift
[1258/1325] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1259/1379] Compiling Hummingbird URLEncodedFormDecoder.swift
[1260/1379] Compiling Hummingbird URLEncodedFormEncoder.swift
[1261/1379] Compiling Hummingbird URLEncodedFormNode.swift
[1262/1379] Compiling Hummingbird FileIO.swift
[1263/1379] Compiling Hummingbird FileProvider.swift
[1264/1379] Compiling Hummingbird LocalFileSystem.swift
[1265/1379] Compiling Hummingbird Application.swift
[1266/1379] Compiling Hummingbird CodableProtocols.swift
[1267/1379] Compiling Hummingbird JSONCoding.swift
[1268/1379] Compiling Hummingbird ResponseEncodable.swift
[1269/1379] Compiling Hummingbird URLEncodedForm+Request.swift
[1270/1379] Compiling Hummingbird URLEncodedForm.swift
[1271/1379] Compiling Hummingbird ResponseGenerator.swift
[1272/1379] Compiling Hummingbird RouteCollection.swift
[1273/1379] Compiling Hummingbird Router+validation.swift
[1274/1379] Compiling Hummingbird Router.swift
[1275/1379] Compiling Hummingbird RouterGroup.swift
[1276/1379] Compiling Hummingbird RouterMethods.swift
[1277/1379] Compiling Hummingbird RouterPath.swift
[1278/1379] Compiling Hummingbird RouterResponder.swift
[1279/1379] Compiling Hummingbird TransformingRouterGroup.swift
[1280/1379] Compiling Hummingbird RouterTrie.swift
[1281/1379] Compiling Hummingbird Trie+resolve.swift
[1282/1379] Compiling Hummingbird Trie+serialize.swift
[1283/1379] Compiling Hummingbird TrieRouter.swift
[1284/1379] Compiling Hummingbird ChildRequestContext.swift
[1285/1379] Compiling Hummingbird Request.swift
[1286/1379] Compiling Hummingbird RequestContext.swift
[1287/1379] Compiling Hummingbird Exports.swift
[1288/1379] Compiling Hummingbird CacheControl.swift
[1289/1379] Compiling Hummingbird CORSMiddleware.swift
[1290/1379] Compiling Hummingbird FileMiddleware.swift
[1291/1379] Compiling Hummingbird LogRequestMiddleware.swift
[1292/1379] Compiling Hummingbird MetricsMiddleware.swift
[1293/1379] Compiling Hummingbird Middleware.swift
[1294/1379] Compiling Hummingbird MiddlewareGroup.swift
[1295/1379] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1296/1379] Compiling Hummingbird _Middleware2.swift
[1297/1379] Compiling Hummingbird _OptionalMiddleware.swift
[1298/1379] Compiling Hummingbird _SpreadMiddleware.swift
[1299/1379] Compiling Hummingbird TracingMiddleware.swift
[1300/1379] Compiling Hummingbird EndpointResponder.swift
[1301/1379] Compiling Hummingbird Parameters+UUID.swift
[1302/1379] Compiling Hummingbird Parameters.swift
[1307/1380] Compiling Hummingbird RequestContextSource.swift
[1308/1380] Compiling Hummingbird RequestID.swift
[1309/1380] Compiling Hummingbird RequestResponder.swift
[1310/1380] Compiling Hummingbird Response.swift
[1311/1380] Compiling Hummingbird URI+decodeQuery.swift
[1312/1380] Compiling Hummingbird MemoryPersistDriver.swift
[1313/1389] Emitting module Hummingbird
[1326/1389] Compiling Hummingbird Cookie.swift
[1327/1389] Compiling Hummingbird Cookies.swift
[1328/1389] Compiling Hummingbird MediaType+FileExtension.swift
[1329/1389] Compiling Hummingbird MediaType.swift
[1330/1389] Compiling Hummingbird Request+Cookies.swift
[1331/1389] Compiling Hummingbird Response+Cookies.swift
[1341/1389] Compiling Hummingbird Configuration.swift
[1342/1389] Compiling Hummingbird Deprecations.swift
[1343/1389] Compiling Hummingbird Environment.swift
[1344/1389] Compiling Hummingbird EditedHTTPError.swift
[1345/1389] Compiling Hummingbird HTTPError.swift
[1346/1389] Compiling Hummingbird HTTPResponseError.swift
[1347/1389] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1368/1449] Compiling Hummingbird PersistDriver.swift
[1369/1449] Compiling Hummingbird PersistError.swift
[1370/1449] Compiling Hummingbird ByteBuffer+foundation.swift
[1371/1449] Compiling Hummingbird DateCache.swift
[1372/1449] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1373/1449] Compiling Hummingbird HexDigest.swift
[1374/1449] Compiling Hummingbird InitializableFromSource.swift
[1375/1449] Compiling Hummingbird PreludeService.swift
[1376/1449] Compiling Hummingbird StringProtocol.swift
[1378/1450] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1379/1450] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1380/1450] Compiling AsyncHTTPClient Transaction.swift
[1381/1450] Compiling AsyncHTTPClient Base64.swift
[1382/1450] Compiling AsyncHTTPClient BasicAuth.swift
[1383/1450] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1384/1450] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1385/1450] Compiling AsyncHTTPClient ConnectionPool.swift
[1386/1450] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1387/1457] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1388/1457] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1389/1457] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1390/1457] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1391/1457] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1392/1457] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1393/1457] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1394/1457] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1395/1457] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1396/1457] Compiling AsyncHTTPClient ConnectionTarget.swift
[1397/1457] Compiling AsyncHTTPClient DeconstructedURL.swift
[1398/1457] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1399/1457] Compiling AsyncHTTPClient FoundationExtensions.swift
[1400/1457] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1401/1457] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1402/1457] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1403/1457] Compiling AsyncHTTPClient HTTPClient.swift
[1404/1457] Compiling AsyncHTTPClient HTTPHandler.swift
[1405/1457] Compiling AsyncHTTPClient LRUCache.swift
[1406/1457] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1407/1457] Compiling AsyncHTTPClient NWErrorHandler.swift
[1408/1457] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1409/1457] Compiling AsyncHTTPClient TLSConfiguration.swift
[1410/1457] Compiling AsyncHTTPClient RedirectState.swift
[1411/1457] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1412/1457] Emitting module AsyncHTTPClient
[1413/1459] Emitting module HomomorphicEncryption
BUILD FAILURE 6.1 android