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 StreamChatVapor, reference main (10ff87), with Swift 6.1 for Android on 28 May 2025 07:31:57 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/GetStream/stream-chat-vapor-swift.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/GetStream/stream-chat-vapor-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 10ff872 Create SECURITY.md
Cloned https://github.com/GetStream/stream-chat-vapor-swift.git
Revision (git rev-parse @):
10ff8721f882a2714e06e5dd63713d0cf697a929
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/GetStream/stream-chat-vapor-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GetStream/stream-chat-vapor-swift.git
https://github.com/GetStream/stream-chat-vapor-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "imperial",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/Imperial.git"
    }
  ],
  "manifest_display_name" : "StreamChatVapor",
  "name" : "StreamChatVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "StreamSDKVapor",
      "targets" : [
        "StreamSDKVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ExampleApp",
      "targets" : [
        "ExampleApp"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamSDKVapor",
      "module_type" : "SwiftTarget",
      "name" : "StreamSDKVapor",
      "path" : "Sources/StreamSDKVapor",
      "product_dependencies" : [
        "JWT",
        "Vapor"
      ],
      "product_memberships" : [
        "StreamSDKVapor",
        "ExampleApp"
      ],
      "sources" : [
        "Application+Stream.swift",
        "Request+Stream.swift",
        "StreamClient.swift",
        "StreamConfiguration.swift",
        "StreamJWTPayload.swift",
        "StreamToken.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExampleAppTests",
      "module_type" : "SwiftTarget",
      "name" : "ExampleAppTests",
      "path" : "Tests/ExampleAppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "ExampleAppTests.swift"
      ],
      "target_dependencies" : [
        "ExampleApp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExampleApp",
      "module_type" : "SwiftTarget",
      "name" : "ExampleApp",
      "path" : "Sources/ExampleApp",
      "product_dependencies" : [
        "Fluent",
        "FluentPostgresDriver",
        "Vapor",
        "JWT",
        "ImperialGoogle"
      ],
      "product_memberships" : [
        "ExampleApp"
      ],
      "sources" : [
        "Controllers/AccountController.swift",
        "Controllers/AuthController.swift",
        "Migrations/0001-CreateUser.swift",
        "Migrations/0002-CreateUserToken.swift",
        "Migrations/migrations.swift",
        "Models/API/Request/CreateUserData.swift",
        "Models/API/Request/SignInWithAppleToken.swift",
        "Models/API/Response/LoginResponse.swift",
        "Models/API/Response/User+Public.swift",
        "Models/Fluent/App+FieldKeys.swift",
        "Models/Fluent/User.swift",
        "Models/Fluent/UserToken.swift",
        "app.swift",
        "configure.swift",
        "routes.swift"
      ],
      "target_dependencies" : [
        "StreamSDKVapor"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/vapor-community/Imperial.git
Fetching https://github.com/vapor/vapor.git
[1/2659] Fetching fluent-postgres-driver
[1996/16080] Fetching fluent-postgres-driver, fluent
[3600/18787] Fetching fluent-postgres-driver, fluent, jwt
[4274/23713] Fetching fluent-postgres-driver, fluent, jwt, imperial
Fetched https://github.com/vapor/jwt.git from cache (0.41s)
[8683/21006] Fetching fluent-postgres-driver, fluent, imperial
[16958/95384] Fetching fluent-postgres-driver, fluent, imperial, vapor
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.69s)
Fetched https://github.com/vapor/fluent.git from cache (0.70s)
[17571/79304] Fetching imperial, vapor
Fetched https://github.com/vapor-community/Imperial.git from cache (2.27s)
Fetched https://github.com/vapor/vapor.git from cache (2.29s)
Computing version for https://github.com/vapor-community/Imperial.git
Computed https://github.com/vapor-community/Imperial.git at 1.2.0 (2.83s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.32s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (2.33s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.78s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.76s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.62s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/3836] Fetching swift-log
[654/9819] Fetching swift-log, sql-kit
[9820/85874] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
[7505/82038] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.83s)
[3043/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (16.51s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.81s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.27s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1711/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.10.1 (0.44s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.37s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.98s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.28s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.70s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.29s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.92s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.67s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2667] Fetching swift-nio-transport-services
[188/4873] Fetching swift-nio-transport-services, swift-metrics
[4821/7299] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle
[7300/22142] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-nio-ssl
[7597/36078] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-nio-ssl, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
[7343/33652] Fetching swift-nio-transport-services, swift-metrics, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (2.42s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.44s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.52s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.54s)
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 (3.03s)
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.34s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.96s)
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.56s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.81s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.75s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.79s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.23s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[1064/3672] Fetching swift-service-context, websocket-kit
[3673/6991] Fetching swift-service-context, websocket-kit, multipart-kit
[4138/11965] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing
[5317/17879] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-nio-extras
[15657/29406] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (13.96s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (13.97s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (13.98s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (13.98s)
Fetched https://github.com/apple/swift-service-context.git from cache (14.12s)
Fetched https://github.com/vapor/multipart-kit.git from cache (14.31s)
[1/20727] Fetching routing-kit
[2489/34741] Fetching routing-kit, async-http-client
[9492/40318] Fetching routing-kit, async-http-client, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.84s)
[29414/34741] Fetching routing-kit, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.28s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.34s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (16.55s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.46s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
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.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.63s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
[1/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.98s)
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.48s)
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.59s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.46s)
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.57s)
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.59s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.57s)
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.10.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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.0
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor-community/Imperial.git
Working copy of https://github.com/vapor-community/Imperial.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
Building for debugging...
[0/1344] Compiling a_d2i_fp.cc
[1/1344] Compiling poly1305_vec.cc
[1/1344] Write sources
[1/1344] Write swift-version-24593BA9C3E375BF.txt
[1/1344] Write sources
[1/1344] Compiling _NumericsShims _NumericsShims.c
[1/1344] Write sources
[1/1344] Compiling a_bitstr.cc
[1/1344] Compiling a_dup.cc
[1/1344] Compiling a_i2d_fp.cc
[1/1344] Compiling _AtomicsShims.c
[72/1344] Compiling pool.cc
[73/1344] Compiling a_bool.cc
[74/1344] Compiling CNIOWindows shim.c
[74/1344] Compiling CNIOWindows WSAStartup.c
[76/1344] Compiling CVaporBcrypt bcrypt.c
[77/1344] Compiling CVaporBcrypt blf.c
[78/1344] Compiling v3_conf.cc
[79/1344] Compiling CSystem shims.c
[81/1402] Emitting module _NIOBase64
[82/1402] Emitting module Logging
[83/1402] Compiling CoreMetrics Metrics.swift
[84/1402] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/1402] Compiling InternalCollectionsUtilities Debugging.swift
[86/1403] Compiling ServiceContextModule ServiceContextKey.swift
[87/1403] Compiling InternalCollectionsUtilities Descriptions.swift
[88/1403] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[89/1403] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/1403] Compiling SwiftASN1 TimeUtilities.swift
[91/1403] Compiling SwiftASN1 UTCTime.swift
[92/1405] Emitting module SwiftASN1
[93/1405] Compiling _NIODataStructures PriorityQueue.swift
[96/1405] Compiling _NIODataStructures _TinyArray.swift
[97/1405] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[98/1405] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[99/1405] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/1405] Emitting module ServiceContextModule
[101/1405] Compiling InternalCollectionsUtilities UInt+reversed.swift
[102/1405] Compiling ServiceContextModule ServiceContext.swift
[103/1405] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/1406] Emitting module RealModule
[107/1406] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[108/1406] Compiling InternalCollectionsUtilities Integer rank.swift
[109/1407] Compiling _NIOBase64 Base64.swift
[112/1408] Compiling RealModule ElementaryFunctions.swift
[113/1408] Compiling RealModule RealFunctions.swift
[114/1408] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[115/1408] Compiling RealModule Real.swift
[116/1408] Compiling RealModule Float16+Real.swift
[117/1408] Compiling RealModule Float+Real.swift
[118/1408] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[120/1408] Compiling RealModule Float80+Real.swift
[121/1408] Compiling _NIODataStructures Heap.swift
[122/1408] Emitting module _NIODataStructures
[126/1414] Emitting module InternalCollectionsUtilities
[135/1442] Compiling ConcurrencyHelpers LockedValueBox.swift
[137/1442] Emitting module ConcurrencyHelpers
[138/1442] Compiling SystemPackage Mocking.swift
[139/1442] Compiling SystemPackage RawBuffer.swift
[139/1442] Wrapping AST for _NIODataStructures for debugging
[140/1448] Wrapping AST for ServiceContextModule for debugging
[142/1448] Compiling Instrumentation NoOpInstrument.swift
[142/1448] Wrapping AST for _NIOBase64 for debugging
[144/1448] Compiling Instrumentation MultiplexInstrument.swift
[145/1448] Emitting module Instrumentation
[146/1450] Emitting module SystemPackage
[147/1450] Compiling SystemPackage MachPort.swift
[148/1450] Compiling SystemPackage PlatformString.swift
[149/1450] Compiling SystemPackage SystemString.swift
[150/1574] Compiling OrderedCollections _HashTable+Bucket.swift
[151/1574] Compiling OrderedCollections _HashTable+BucketIterator.swift
[152/1574] Compiling OrderedCollections _HashTable+Constants.swift
[153/1574] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[154/1574] Compiling Instrumentation Instrument.swift
[155/1574] Compiling Instrumentation Locks.swift
[156/1574] Compiling Instrumentation InstrumentationSystem.swift
[157/1574] Compiling ConcurrencyHelpers Lock.swift
[158/1576] Compiling Logging MetadataProvider.swift
[159/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[160/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[161/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[162/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[163/1576] Compiling OrderedCollections _HashTable+Testing.swift
[164/1576] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[165/1576] Compiling OrderedCollections _HashTable.swift
[166/1576] Compiling OrderedCollections _Hashtable+Header.swift
[167/1576] Emitting module CoreMetrics
[168/1576] Compiling CoreMetrics Locks.swift
[169/1576] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[170/1576] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[171/1576] Compiling OrderedCollections OrderedDictionary+Values.swift
[172/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[173/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[174/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[176/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[177/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[178/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[179/1576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[180/1576] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[181/1576] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[182/1576] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[183/1576] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[185/1577] Compiling Logging Locks.swift
[186/1577] Compiling Logging LogHandler.swift
[187/1577] Compiling Logging Logging.swift
[217/1596] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[218/1596] Compiling OrderedCollections OrderedSet.swift
[219/1596] Compiling OrderedCollections _UnsafeBitset.swift
[220/1596] Compiling _RopeModule Rope+Sequence.swift
[221/1596] Compiling _RopeModule Rope+Append.swift
[222/1596] Compiling _RopeModule Rope+Extract.swift
[223/1596] Compiling _RopeModule Rope+Find.swift
[224/1596] Compiling _RopeModule Rope+ForEachWhile.swift
[225/1596] Compiling _RopeModule Rope+Insert.swift
[226/1596] Compiling OrderedCollections OrderedDictionary.swift
[227/1596] Compiling OrderedCollections OrderedSet+Codable.swift
[228/1596] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[229/1596] Compiling OrderedCollections OrderedSet+Descriptions.swift
[230/1596] Compiling OrderedCollections OrderedSet+Diffing.swift
[231/1596] Compiling OrderedCollections OrderedSet+Equatable.swift
[232/1596] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[233/1596] Compiling OrderedCollections OrderedSet+Hashable.swift
[234/1596] Compiling OrderedCollections OrderedDictionary+Codable.swift
[235/1596] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[236/1596] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[237/1596] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[238/1596] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[239/1596] Compiling OrderedCollections OrderedDictionary+Elements.swift
[240/1596] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[241/1596] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[242/1596] Compiling OrderedCollections OrderedSet+Initializers.swift
[243/1596] Compiling OrderedCollections OrderedSet+Insertions.swift
[244/1596] Compiling OrderedCollections OrderedSet+Invariants.swift
[245/1596] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[246/1596] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[247/1596] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[248/1596] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[249/1596] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[251/1596] Emitting module OrderedCollections
[258/1596] Compiling OrderedCollections OrderedSet+Sendable.swift
[259/1596] Compiling OrderedCollections OrderedSet+SubSequence.swift
[260/1596] Compiling OrderedCollections OrderedSet+Testing.swift
[261/1596] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[264/1596] Emitting module _RopeModule
[267/1596] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[268/1596] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[269/1596] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[281/1711] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[282/1711] Compiling HeapModule Heap+Descriptions.swift
[283/1711] Compiling HashTreeCollections _HashNode+Storage.swift
[284/1711] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[285/1711] Compiling HashTreeCollections _HashNode+Structural filter.swift
[286/1711] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[287/1713] Compiling HeapModule _HeapNode.swift
[288/1713] Compiling HashTreeCollections _Bitmap.swift
[289/1713] Compiling HashTreeCollections _Bucket.swift
[290/1713] Compiling HeapModule Heap.swift
[291/1713] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[292/1713] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[293/1713] Compiling HashTreeCollections TreeDictionary+Values.swift
[294/1713] Compiling HashTreeCollections TreeSet+Hashable.swift
[295/1713] Compiling HashTreeCollections TreeSet+Sendable.swift
[296/1713] Compiling HashTreeCollections TreeSet+Sequence.swift
[297/1713] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[298/1713] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[299/1713] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[300/1713] Compiling Tracing TracerProtocol.swift
[301/1714] Compiling Tracing TracingTime.swift
[302/1714] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[303/1714] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[304/1714] Compiling HeapModule Heap+Invariants.swift
[305/1714] Compiling HeapModule Heap+UnsafeHandle.swift
[306/1714] Emitting module UnixSignals
[307/1714] Emitting module HeapModule
[310/1715] Emitting module RoutingKit
[311/1715] Compiling Tracing InstrumentationSystem+Tracing.swift
[318/1715] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[319/1715] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[320/1715] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[321/1715] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[322/1715] Compiling Tracing Tracer.swift
[323/1715] Compiling Tracing TracerProtocol+Legacy.swift
[324/1725] Compiling UnixSignals UnixSignal.swift
[325/1725] Compiling UnixSignals UnixSignalsSequence.swift
[326/1726] Compiling HashTreeCollections _HashNode+Structural merge.swift
[327/1726] Compiling HashTreeCollections _AncestorHashSlots.swift
[328/1726] Compiling RoutingKit PathComponent.swift
[329/1726] Compiling RoutingKit TrieRouter.swift
[330/1726] Compiling RoutingKit Router.swift
[332/1726] Compiling DequeModule _DequeSlot.swift
[333/1726] Compiling DequeModule _UnsafeWrappedBuffer.swift
[334/1726] Compiling Tracing NoOpTracer.swift
[335/1726] Compiling Tracing SpanProtocol.swift
[336/1726] Emitting module Tracing
[336/1727] Wrapping AST for SystemPackage for debugging
[337/1729] Wrapping AST for SwiftASN1 for debugging
[339/1729] Compiling HashTreeCollections TreeSet+Collection.swift
[340/1729] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[341/1729] Compiling HashTreeCollections TreeSet+Debugging.swift
[342/1729] Compiling HashTreeCollections TreeSet+Descriptions.swift
[343/1729] Compiling HashTreeCollections TreeSet+Equatable.swift
[344/1729] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[345/1729] Compiling HashTreeCollections TreeSet+Extras.swift
[346/1729] Compiling HashTreeCollections TreeSet+Filter.swift
[347/1729] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[347/1729] Wrapping AST for UnixSignals for debugging
[350/1729] Compiling HashTreeCollections _HashNode.swift
[351/1729] Compiling HashTreeCollections _HashNodeHeader.swift
[352/1729] Compiling HashTreeCollections _HashSlot.swift
[353/1729] Compiling HashTreeCollections _HashStack.swift
[354/1729] Compiling HashTreeCollections _HashTreeIterator.swift
[355/1729] Compiling HashTreeCollections _HashTreeStatistics.swift
[356/1729] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[357/1729] Compiling HashTreeCollections _RawHashNode.swift
[358/1729] Compiling HashTreeCollections _UnmanagedHashNode.swift
[359/1729] Compiling HashTreeCollections _UnsafePath.swift
[360/1729] Compiling HashTreeCollections _HashNode+Invariants.swift
[361/1729] Compiling HashTreeCollections _HashNode+Lookups.swift
[362/1729] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[363/1729] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[364/1729] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[365/1729] Compiling HashTreeCollections _HashNode+Structural union.swift
[366/1729] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[367/1729] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[368/1729] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[369/1729] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[370/1729] Compiling HashTreeCollections TreeDictionary+Codable.swift
[371/1729] Compiling HashTreeCollections TreeDictionary+Collection.swift
[372/1729] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[373/1729] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[374/1729] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[375/1729] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[376/1729] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[377/1729] Compiling HashTreeCollections TreeDictionary+Filter.swift
[378/1729] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[379/1729] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[380/1729] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[389/1729] Emitting module DequeModule
[391/1730] Wrapping AST for RealModule for debugging
[397/1731] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[398/1731] Compiling HashTreeCollections TreeDictionary+Keys.swift
[400/1731] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[401/1731] Compiling HashTreeCollections TreeDictionary+Merge.swift
[402/1731] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[403/1731] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[405/1731] Compiling HashTreeCollections TreeDictionary.swift
[406/1731] Compiling HashTreeCollections TreeSet+Codable.swift
[414/1731] Wrapping AST for Tracing for debugging
[415/1731] Wrapping AST for OrderedCollections for debugging
[418/1731] Compiling RoutingKit Parameters.swift
[419/1731] Compiling RoutingKit AnyRouter.swift
[419/1732] Wrapping AST for Logging for debugging
[420/1732] Wrapping AST for HeapModule for debugging
[422/1732] Compiling Metrics Metrics.swift
[422/1732] Wrapping AST for InternalCollectionsUtilities for debugging
[423/1732] Wrapping AST for Instrumentation for debugging
[425/1732] Wrapping AST for DequeModule for debugging
[426/1732] Compiling CNIOWASI CNIOWASI.c
[428/1732] Emitting module Metrics
[428/1732] Wrapping AST for CoreMetrics for debugging
[429/1733] Wrapping AST for _RopeModule for debugging
[430/1733] Compiling CNIOLinux liburing_shims.c
[431/1733] Wrapping AST for ConcurrencyHelpers for debugging
[432/1733] Compiling CNIOSHA1 c_nio_sha1.c
[435/1733] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[436/1733] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[437/1733] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[438/1733] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[439/1733] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[440/1733] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[441/1733] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[442/1733] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[443/1733] Compiling HashTreeCollections TreeSet.swift
[443/1733] Compiling CNIOExtrasZlib empty.c
[444/1733] Compiling CNIOLinux shim.c
[446/1733] Compiling CNIOLLHTTP c_nio_api.c
[447/1733] Wrapping AST for RoutingKit for debugging
[447/1733] Compiling CNIODarwin shim.c
[447/1733] Compiling CNIOLLHTTP c_nio_http.c
[461/1733] Compiling fiat_p256_adx_sqr.S
[462/1733] Compiling fiat_curve25519_adx_square.S
[463/1733] Compiling fiat_p256_adx_mul.S
[464/1733] Compiling fiat_curve25519_adx_mul.S
[465/1733] Wrapping AST for Metrics for debugging
[466/1733] Compiling CNIOLLHTTP c_nio_llhttp.c
[467/1733] Compiling CNIOBoringSSLShims shims.c
[485/1733] Compiling HashTreeCollections _HashNode+Builder.swift
[486/1733] Compiling HashTreeCollections _HashNode+Debugging.swift
[487/1733] Compiling HashTreeCollections _HashNode+Initializers.swift
[501/1733] Compiling tls_method.cc
[503/1733] Emitting module HashTreeCollections
[503/1734] Compiling tls13_enc.cc
[505/1734] Compiling tls_record.cc
[506/1734] Compiling tls13_both.cc
[507/1734] Compiling t1_enc.cc
[508/1734] Wrapping AST for HashTreeCollections for debugging
[509/1734] Compiling tls13_server.cc
[510/1734] Compiling tls13_client.cc
[511/1734] Compiling ssl_transcript.cc
[512/1734] Compiling ssl_x509.cc
[513/1734] Compiling ssl_versions.cc
[514/1734] Compiling ssl_privkey.cc
[515/1734] Compiling ssl_stat.cc
[516/1734] Compiling ssl_session.cc
[517/1734] Compiling ssl_key_share.cc
[518/1734] Compiling ssl_file.cc
[519/1734] Compiling ssl_lib.cc
[520/1734] Compiling ssl_cipher.cc
[521/1734] Compiling ssl_credential.cc
[522/1734] Compiling ssl_asn1.cc
[523/1734] Compiling s3_lib.cc
[524/1734] Compiling ssl_buffer.cc
[525/1734] Compiling s3_pkt.cc
[526/1734] Compiling ssl_cert.cc
[527/1734] Compiling ssl_aead_ctx.cc
[528/1734] Compiling handshake.cc
[529/1734] Compiling s3_both.cc
[530/1734] Compiling handoff.cc
[531/1734] Compiling handshake_server.cc
[532/1734] Compiling handshake_client.cc
[533/1734] Compiling encrypted_client_hello.cc
[534/1734] Compiling dtls_record.cc
[535/1734] Compiling md5-x86_64-linux.S
[536/1734] Compiling md5-x86_64-apple.S
[537/1734] Compiling md5-586-linux.S
[538/1734] Compiling md5-586-apple.S
[539/1734] Compiling extensions.cc
[540/1734] Compiling chacha20_poly1305_x86_64-linux.S
[541/1734] Compiling chacha20_poly1305_x86_64-apple.S
[542/1734] Compiling err_data.cc
[543/1734] Compiling chacha20_poly1305_armv8-win.S
[544/1734] Compiling dtls_method.cc
[545/1734] Compiling chacha-x86_64-linux.S
[546/1734] Compiling chacha20_poly1305_armv8-linux.S
[547/1734] Compiling chacha20_poly1305_armv8-apple.S
[548/1734] Compiling d1_pkt.cc
[549/1734] Compiling d1_lib.cc
[550/1734] Compiling chacha-x86-linux.S
[551/1734] Compiling chacha-x86-apple.S
[552/1734] Compiling chacha-x86_64-apple.S
[553/1734] Compiling d1_srtp.cc
[554/1734] Compiling chacha-armv8-win.S
[555/1734] Compiling chacha-armv8-apple.S
[556/1734] Compiling chacha-armv8-linux.S
[556/1734] Compiling chacha-armv4-linux.S
[558/1734] Compiling aes128gcmsiv-x86_64-linux.S
[559/1734] Compiling aes128gcmsiv-x86_64-apple.S
[560/1734] Compiling x86_64-mont5-linux.S
[561/1734] Compiling x86_64-mont5-apple.S
[562/1734] Compiling x86-mont-apple.S
[563/1734] Compiling x86-mont-linux.S
[564/1734] Compiling bio_ssl.cc
[565/1734] Compiling x86_64-mont-linux.S
[565/1734] Compiling x86_64-mont-apple.S
[565/1734] Compiling vpaes-x86_64-linux.S
[568/1734] Compiling vpaes-x86-linux.S
[569/1734] Compiling vpaes-x86_64-apple.S
[570/1734] Compiling vpaes-x86-apple.S
[571/1734] Compiling vpaes-armv7-linux.S
[572/1734] Compiling sha512-x86_64-linux.S
[573/1734] Compiling vpaes-armv8-linux.S
[574/1734] Compiling vpaes-armv8-apple.S
[575/1734] Compiling sha512-x86_64-apple.S
[576/1734] Compiling vpaes-armv8-win.S
[577/1734] Compiling sha512-armv8-apple.S
[578/1734] Compiling sha512-armv4-linux.S
[579/1734] Compiling sha512-armv8-linux.S
[580/1734] Compiling sha512-armv8-win.S
[581/1734] Compiling sha512-586-linux.S
[582/1734] Compiling sha256-armv8-win.S
[583/1734] Compiling sha256-x86_64-linux.S
[584/1734] Compiling sha256-x86_64-apple.S
[584/1734] Compiling sha512-586-apple.S
[586/1734] Compiling sha256-armv8-apple.S
[587/1734] Compiling sha256-armv8-linux.S
[588/1734] Compiling sha256-armv4-linux.S
[589/1734] Compiling sha256-586-linux.S
[590/1734] Compiling sha256-586-apple.S
[591/1734] Compiling sha1-armv8-apple.S
[592/1734] Compiling sha1-x86_64-linux.S
[593/1734] Compiling sha1-x86_64-apple.S
[594/1734] Compiling sha1-armv8-linux.S
[595/1734] Compiling sha1-armv4-large-linux.S
[596/1734] Compiling d1_both.cc
[597/1734] Compiling sha1-armv8-win.S
[598/1734] Compiling sha1-586-linux.S
[599/1734] Compiling rsaz-avx2-apple.S
[600/1734] Compiling rdrand-x86_64-linux.S
[601/1734] Compiling rsaz-avx2-linux.S
[601/1734] Compiling sha1-586-apple.S
[603/1734] Compiling rdrand-x86_64-apple.S
[604/1734] Compiling p256_beeu-armv8-asm-linux.S
[605/1734] Compiling p256_beeu-x86_64-asm-linux.S
[606/1734] Compiling p256_beeu-armv8-asm-win.S
[607/1734] Compiling p256_beeu-x86_64-asm-apple.S
[608/1734] Compiling p256-x86_64-asm-linux.S
[609/1734] Compiling p256-x86_64-asm-apple.S
[610/1734] Compiling p256_beeu-armv8-asm-apple.S
[611/1734] Compiling p256-armv8-asm-apple.S
[612/1734] Compiling p256-armv8-asm-win.S
[613/1734] Compiling ghashv8-armv7-linux.S
[614/1734] Compiling ghashv8-armv8-apple.S
[615/1734] Compiling p256-armv8-asm-linux.S
[616/1734] Compiling ghash-x86_64-linux.S
[616/1734] Compiling ghashv8-armv8-win.S
[618/1734] Compiling ghash-x86_64-apple.S
[619/1734] Compiling ghashv8-armv8-linux.S
[620/1734] Compiling ghash-x86-linux.S
[621/1734] Compiling ghash-x86-apple.S
[622/1734] Compiling ghash-ssse3-x86_64-linux.S
[623/1734] Compiling ghash-ssse3-x86-apple.S
[624/1734] Compiling ghash-ssse3-x86_64-apple.S
[625/1734] Compiling ghash-ssse3-x86-linux.S
[626/1734] Compiling ghash-neon-armv8-win.S
[627/1734] Compiling ghash-armv4-linux.S
[628/1734] Compiling ghash-neon-armv8-linux.S
[629/1734] Compiling ghash-neon-armv8-apple.S
[630/1734] Compiling co-586-linux.S
[631/1734] Compiling co-586-apple.S
[632/1734] Compiling bsaes-armv7-linux.S
[633/1734] Compiling bn-armv8-linux.S
[634/1734] Compiling bn-armv8-win.S
[635/1734] Compiling bn-586-linux.S
[636/1734] Compiling bn-586-apple.S
[637/1734] Compiling bn-armv8-apple.S
[638/1734] Compiling armv8-mont-apple.S
[639/1734] Compiling armv8-mont-win.S
[640/1734] Compiling armv8-mont-linux.S
[641/1734] Compiling aesv8-gcm-armv8-win.S
[642/1734] Compiling armv4-mont-linux.S
[643/1734] Compiling aesv8-gcm-armv8-apple.S
[644/1734] Compiling aesv8-armv8-apple.S
[645/1734] Compiling aesv8-armv8-linux.S
[646/1734] Compiling aesv8-armv8-win.S
[646/1734] Compiling aesv8-gcm-armv8-linux.S
[648/1734] Compiling aesv8-armv7-linux.S
[649/1734] Compiling aesni-x86_64-linux.S
[650/1734] Compiling aesni-x86_64-apple.S
[651/1734] Compiling aesni-x86-linux.S
[652/1734] Compiling aesni-gcm-x86_64-linux.S
[653/1734] Compiling aesni-x86-apple.S
[654/1734] Compiling aesni-gcm-x86_64-apple.S
[655/1734] Compiling aes-gcm-avx2-x86_64-linux.S
[656/1734] Compiling aes-gcm-avx10-x86_64-apple.S
[657/1734] Compiling aes-gcm-avx2-x86_64-apple.S
[658/1734] Compiling aes-gcm-avx10-x86_64-linux.S
[659/1734] Compiling x_x509.cc
[660/1734] Compiling x_sig.cc
[661/1734] Compiling x_pubkey.cc
[662/1734] Compiling x_x509a.cc
[663/1734] Compiling x_req.cc
[664/1734] Compiling x_name.cc
[665/1734] Compiling x_val.cc
[666/1734] Compiling x_spki.cc
[667/1734] Compiling x_exten.cc
[668/1734] Compiling x_crl.cc
[669/1734] Compiling x_algor.cc
[670/1734] Compiling x_attrib.cc
[671/1734] Compiling x_all.cc
[672/1734] Compiling x509spki.cc
[673/1734] Compiling x509rset.cc
[674/1734] Compiling x509name.cc
[675/1734] Compiling x509cset.cc
[676/1734] Compiling x509_vfy.cc
[677/1734] Compiling x509_vpm.cc
[678/1734] Compiling x509_trs.cc
[679/1734] Compiling x509_txt.cc
[680/1734] Compiling x509_set.cc
[681/1734] Compiling x509_obj.cc
[682/1734] Compiling x509_v3.cc
[683/1734] Compiling x509_req.cc
[684/1734] Compiling x509_ext.cc
[685/1734] Compiling x509_def.cc
[686/1734] Compiling x509_att.cc
[687/1734] Compiling x509_lu.cc
[688/1734] Compiling x509_d2.cc
[689/1734] Compiling x509.cc
[690/1734] Compiling x509_cmp.cc
[691/1734] Compiling v3_utl.cc
[692/1734] Compiling v3_skey.cc
[693/1734] Compiling v3_purp.cc
[694/1734] Compiling v3_ocsp.cc
[695/1734] Compiling v3_pmaps.cc
[696/1734] Compiling v3_prn.cc
[697/1734] Compiling v3_lib.cc
[698/1734] Compiling v3_pcons.cc
[699/1734] Compiling v3_ncons.cc
[700/1734] Compiling v3_int.cc
[701/1734] Compiling v3_info.cc
[702/1734] Compiling v3_ia5.cc
[703/1734] Compiling v3_genn.cc
[704/1734] Compiling v3_enum.cc
[705/1734] Compiling v3_extku.cc
[706/1734] Compiling v3_cpols.cc
[707/1734] Compiling v3_crld.cc
[708/1734] Compiling t_x509.cc
[709/1734] Compiling v3_bcons.cc
[710/1734] Compiling v3_conf.cc
[711/1734] Compiling v3_bitst.cc
[712/1734] Compiling v3_alt.cc
[713/1734] Compiling v3_akey.cc
[714/1734] Compiling v3_akeya.cc
[715/1734] Compiling t_x509a.cc
[716/1734] Compiling i2d_pr.cc
[717/1734] Compiling t_req.cc
[718/1734] Compiling t_crl.cc
[719/1734] Compiling policy.cc
[720/1734] Compiling name_print.cc
[721/1734] Compiling rsa_pss.cc
[722/1734] Compiling asn1_gen.cc
[723/1734] Compiling by_file.cc
[724/1734] Compiling algorithm.cc
[725/1734] Compiling a_verify.cc
[726/1734] Compiling by_dir.cc
[727/1734] Compiling thread_win.cc
[728/1734] Compiling voprf.cc
[729/1734] Compiling thread_none.cc
[730/1734] Compiling thread.cc
[731/1734] Compiling trust_token.cc
[732/1734] Compiling thread_pthread.cc
[733/1734] Compiling a_digest.cc
[734/1734] Compiling a_sign.cc
[735/1734] Compiling pmbtoken.cc
[736/1734] Compiling stack.cc
[737/1734] Compiling siphash.cc
[738/1734] Compiling sha256.cc
[739/1734] Compiling slhdsa.cc
[740/1734] Compiling rsa_extra.cc
[741/1734] Compiling sha512.cc
[742/1734] Compiling sha1.cc
[743/1734] Compiling spake2plus.cc
[744/1734] Compiling rsa_asn1.cc
[745/1734] Compiling rsa_print.cc
[746/1734] Compiling rsa_crypt.cc
[747/1734] Compiling rand.cc
[748/1734] Compiling rc4.cc
[749/1734] Compiling windows.cc
[750/1734] Compiling refcount.cc
[751/1734] Compiling urandom.cc
[752/1734] Compiling trusty.cc
[753/1734] Compiling passive.cc
[754/1734] Compiling getentropy.cc
[755/1734] Compiling ios.cc
[756/1734] Compiling fork_detect.cc
[757/1734] Compiling forkunsafe.cc
[758/1734] Compiling poly1305_arm_asm.S
[759/1734] Compiling deterministic.cc
[760/1734] Compiling poly1305_vec.cc
[761/1734] Compiling pool.cc
[762/1734] Compiling poly1305.cc
[763/1734] Compiling poly1305_arm.cc
[764/1734] Compiling pkcs7.cc
[765/1734] Compiling pkcs8.cc
[766/1734] Compiling p5_pbev2.cc
[767/1734] Compiling pkcs7_x509.cc
[768/1734] Compiling pkcs8_x509.cc
[769/1734] Compiling pem_xaux.cc
[770/1734] Compiling pem_pk8.cc
[771/1734] Compiling pem_x509.cc
[772/1734] Compiling pem_oth.cc
[773/1734] Compiling pem_pkey.cc
[774/1734] Compiling pem_all.cc
[775/1734] Compiling pem_lib.cc
[776/1734] Compiling pem_info.cc
[777/1734] Compiling obj_xref.cc
[778/1734] Compiling obj.cc
[779/1734] Compiling mlkem.cc
[780/1734] Compiling poly_rq_mul.S
[781/1734] Compiling md4.cc
[782/1734] Compiling fips_shared_support.cc
[783/1734] Compiling mldsa.cc
[784/1734] Compiling md5.cc
[785/1734] Compiling mem.cc
[786/1734] Compiling lhash.cc
[787/1734] Compiling kyber.cc
[788/1734] Compiling print.cc
[789/1734] Compiling sign.cc
[790/1734] Compiling scrypt.cc
[791/1734] Compiling ex_data.cc
[792/1734] Compiling hpke.cc
[793/1734] Compiling hrss.cc
[794/1734] Compiling pbkdf.cc
[795/1734] Compiling p_x25519.cc
[796/1734] Compiling p_x25519_asn1.cc
[797/1734] Compiling p_rsa_asn1.cc
[798/1734] Compiling p_hkdf.cc
[799/1734] Compiling p_rsa.cc
[800/1734] Compiling p_ed25519_asn1.cc
[801/1734] Compiling p_ed25519.cc
[802/1734] Compiling p_ec_asn1.cc
[803/1734] Compiling p_ec.cc
[804/1734] Compiling p_dh_asn1.cc
[805/1734] Compiling p_dsa_asn1.cc
[806/1734] Compiling evp_ctx.cc
[807/1734] Compiling p_dh.cc
[808/1734] Compiling evp.cc
[809/1734] Compiling err.cc
[810/1734] Compiling engine.cc
[811/1734] Compiling ecdh.cc
[812/1734] Compiling evp_asn1.cc
[813/1734] Compiling ecdsa_asn1.cc
[814/1734] Compiling hash_to_curve.cc
[815/1734] Compiling ec_derive.cc
[816/1734] Compiling dsa.cc
[817/1734] Compiling bcm.cc
[818/1734] Compiling params.cc
[819/1734] Compiling ec_asn1.cc
[820/1734] Compiling dsa_asn1.cc
[821/1734] Compiling x25519-asm-arm.S
[822/1734] Compiling des.cc
[823/1734] Compiling dh_asn1.cc
[824/1734] Compiling digest_extra.cc
[825/1734] Compiling curve25519_64_adx.cc
[826/1734] Compiling cpu_intel.cc
[827/1734] Compiling crypto.cc
[828/1734] Compiling spake25519.cc
[829/1734] Compiling curve25519.cc
[830/1734] Compiling cpu_arm_linux.cc
[831/1734] Compiling cpu_arm_freebsd.cc
[831/1734] Compiling cpu_aarch64_sysreg.cc
[833/1734] Compiling cpu_aarch64_win.cc
[834/1734] Compiling cpu_aarch64_openbsd.cc
[835/1734] Compiling cpu_aarch64_linux.cc
[836/1734] Compiling cpu_aarch64_fuchsia.cc
[837/1734] Compiling cpu_aarch64_apple.cc
[838/1734] Compiling get_cipher.cc
[839/1734] Compiling conf.cc
[840/1734] Compiling tls_cbc.cc
[841/1734] Compiling e_tls.cc
[842/1734] Compiling e_rc4.cc
[843/1734] Compiling e_null.cc
[844/1734] Compiling e_rc2.cc
[845/1734] Compiling e_des.cc
[846/1734] Compiling derive_key.cc
[847/1734] Compiling e_chacha20poly1305.cc
[848/1734] Compiling e_aesgcmsiv.cc
[849/1734] Compiling e_aesctrhmac.cc
[850/1734] Compiling chacha.cc
[851/1734] Compiling unicode.cc
[852/1734] Compiling buf.cc
[853/1734] Compiling cbb.cc
[854/1734] Compiling cbs.cc
[855/1734] Compiling asn1_compat.cc
[856/1734] Compiling blake2.cc
[857/1734] Compiling bn_asn1.cc
[858/1734] Compiling convert.cc
[859/1734] Compiling ber.cc
[860/1734] Compiling socket_helper.cc
[861/1734] Compiling socket.cc
[862/1734] Compiling printf.cc
[863/1734] Compiling errno.cc
[864/1734] Compiling pair.cc
[865/1734] Compiling hexdump.cc
[866/1734] Compiling file.cc
[867/1734] Compiling fd.cc
[868/1734] Compiling connect.cc
[869/1734] Compiling base64.cc
[870/1734] Compiling bio_mem.cc
[871/1734] Compiling bio.cc
[872/1734] Compiling tasn_typ.cc
[873/1734] Compiling tasn_fre.cc
[874/1734] Compiling tasn_enc.cc
[875/1734] Compiling tasn_utl.cc
[876/1734] Compiling posix_time.cc
[877/1734] Compiling tasn_dec.cc
[878/1734] Compiling f_string.cc
[879/1734] Compiling tasn_new.cc
[880/1734] Compiling asn1_par.cc
[881/1734] Compiling f_int.cc
[882/1734] Compiling asn_pack.cc
[883/1734] Compiling asn1_lib.cc
[884/1734] Compiling a_strnid.cc
[885/1734] Compiling a_utctm.cc
[886/1734] Compiling a_type.cc
[887/1734] Compiling a_strex.cc
[888/1734] Compiling a_object.cc
[889/1734] Compiling a_time.cc
[890/1734] Compiling a_gentm.cc
[891/1734] Compiling a_dup.cc
[892/1734] Compiling a_octet.cc
[893/1734] Compiling a_i2d_fp.cc
[894/1734] Compiling fiat_p256_adx_sqr.S
[895/1734] Compiling fiat_p256_adx_mul.S
[896/1734] Compiling fiat_curve25519_adx_square.S
[897/1734] Compiling a_d2i_fp.cc
[898/1734] Compiling fiat_curve25519_adx_mul.S
[899/1734] Compiling a_bitstr.cc
[900/1734] Compiling x_x509.c
[901/1734] Compiling a_mbstr.cc
[902/1734] Compiling a_bool.cc
[903/1734] Compiling x_val.c
[904/1734] Compiling a_int.cc
[905/1734] Compiling x_x509a.c
[906/1734] Compiling x_spki.c
[907/1734] Compiling x_sig.c
[908/1734] Compiling x_req.c
[909/1734] Compiling x_name.c
[910/1734] Compiling x_exten.c
[911/1734] Compiling x_pubkey.c
[912/1734] Compiling x509rset.c
[913/1734] Compiling x_attrib.c
[914/1734] Compiling x_algor.c
[915/1734] Compiling x509spki.c
[916/1734] Compiling x_crl.c
[917/1734] Compiling x_all.c
[918/1734] Compiling x509_vpm.c
[919/1734] Compiling x509name.c
[920/1734] Compiling x509_txt.c
[921/1734] Compiling x509cset.c
[922/1734] Compiling x509_vfy.c
[923/1734] Compiling x509_v3.c
[924/1734] Compiling x509_set.c
[925/1734] Compiling x509_trs.c
[926/1734] Compiling x509_lu.c
[927/1734] Compiling x509_ext.c
[928/1734] Compiling x509_req.c
[929/1734] Compiling x509_obj.c
[930/1734] Compiling x509_def.c
[931/1734] Compiling x509_d2.c
[932/1734] Compiling x509_cmp.c
[933/1734] Compiling x509_att.c
[934/1734] Compiling x509.c
[935/1734] Compiling v3_pmaps.c
[936/1734] Compiling v3_skey.c
[937/1734] Compiling v3_purp.c
[938/1734] Compiling v3_utl.c
[939/1734] Compiling v3_pcons.c
[940/1734] Compiling v3_prn.c
[941/1734] Compiling v3_ocsp.c
[942/1734] Compiling v3_int.c
[943/1734] Compiling v3_ncons.c
[944/1734] Compiling v3_info.c
[945/1734] Compiling v3_lib.c
[946/1734] Compiling v3_genn.c
[947/1734] Compiling v3_ia5.c
[948/1734] Compiling v3_extku.c
[949/1734] Compiling v3_enum.c
[950/1734] Compiling v3_conf.c
[951/1734] Compiling v3_bcons.c
[952/1734] Compiling v3_cpols.c
[953/1734] Compiling v3_bitst.c
[954/1734] Compiling v3_crld.c
[955/1734] Compiling v3_alt.c
[956/1734] Compiling v3_akey.c
[957/1734] Compiling v3_akeya.c
[958/1734] Compiling t_x509.c
[959/1734] Compiling t_x509a.c
[960/1734] Compiling t_crl.c
[961/1734] Compiling t_req.c
[962/1734] Compiling i2d_pr.c
[963/1734] Compiling c-nioatomics.c
[964/1734] Compiling rsa_pss.c
[965/1734] Compiling name_print.c
[966/1734] Compiling policy.c
[967/1734] Compiling by_file.c
[968/1734] Compiling algorithm.c
[969/1734] Compiling by_dir.c
[970/1734] Compiling a_verify.c
[971/1734] Compiling a_digest.c
[972/1734] Compiling asn1_gen.c
[973/1734] Compiling a_sign.c
[974/1734] Compiling thread_none.c
[975/1734] Compiling trust_token.c
[976/1734] Compiling thread_win.c
[977/1734] Compiling thread_pthread.c
[978/1734] Compiling thread.c
[979/1734] Compiling voprf.c
[980/1734] Compiling spx_util.c
[980/1734] Compiling wots.c
[982/1734] Compiling stack.c
[983/1734] Compiling spx.c
[983/1734] Compiling thash.c
[985/1734] Compiling pmbtoken.c
[986/1734] Compiling fors.c
[987/1734] Compiling merkle.c
[988/1734] Compiling rsa_print.c
[989/1734] Compiling siphash.c
[990/1734] Compiling rc4.c
[991/1734] Compiling windows.c
[992/1734] Compiling refcount.c
[993/1734] Compiling address.c
[994/1734] Compiling rand_extra.c
[995/1734] Compiling trusty.c
[996/1734] Compiling rsa_asn1.c
[997/1734] Compiling ios.c
[998/1734] Compiling rsa_crypt.c
[999/1734] Compiling getentropy.c
[1000/1734] Compiling passive.c
[1001/1734] Compiling deterministic.c
[1002/1734] Compiling forkunsafe.c
[1003/1734] Compiling poly1305_arm.c
[1004/1734] Compiling poly1305_arm_asm.S
[1005/1734] Compiling poly1305_vec.c
[1006/1734] Compiling pool.c
[1007/1734] Compiling poly1305.c
[1008/1734] Compiling pkcs7.c
[1009/1734] Compiling c-atomics.c
[1010/1734] Compiling pem_xaux.c
[1011/1734] Compiling p5_pbev2.c
[1012/1734] Compiling pkcs8_x509.c
[1013/1734] Compiling pkcs8.c
[1014/1734] Compiling pem_x509.c
[1015/1734] Compiling pkcs7_x509.c
[1016/1734] Compiling pem_pkey.c
[1017/1734] Compiling pem_oth.c
[1018/1734] Compiling obj_xref.c
[1019/1734] Compiling pem_lib.c
[1020/1738] Compiling mem.c
[1021/1740] Compiling lhash.c
[1022/1740] Compiling kyber.c
[1023/1740] Compiling pem_all.c
[1024/1740] Compiling pem_pk8.c
[1025/1740] Compiling x86_64-mont5-mac.mac.x86_64.S
[1026/1740] Compiling pem_info.c
[1027/1740] Compiling poly_rq_mul.S
[1028/1740] Compiling obj.c
[1029/1740] Compiling x86_64-mont5-linux.linux.x86_64.S
[1030/1740] Compiling x86_64-mont-mac.mac.x86_64.S
[1031/1740] Compiling keccak.c
[1032/1740] Compiling x86-mont-linux.linux.x86.S
[1033/1740] Compiling x86_64-mont-linux.linux.x86_64.S
[1034/1740] Compiling x86-mont-windows.windows.x86.S
[1035/1740] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1036/1740] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1037/1740] Compiling vpaes-x86-windows.windows.x86.S
[1038/1740] Compiling vpaes-armv8-linux.linux.aarch64.S
[1039/1740] Compiling vpaes-x86-linux.linux.x86.S
[1040/1740] Compiling vpaes-armv8-ios.ios.aarch64.S
[1041/1740] Compiling vpaes-armv7-linux.linux.arm.S
[1042/1740] Compiling vpaes-armv7-ios.ios.arm.S
[1043/1740] Compiling sha512-x86_64-mac.mac.x86_64.S
[1044/1740] Compiling hpke.c
[1045/1740] Compiling sha512-x86_64-linux.linux.x86_64.S
[1046/1740] Compiling sha512-armv8-ios.ios.aarch64.S
[1047/1740] Compiling sha512-586-windows.windows.x86.S
[1048/1740] Compiling sha512-armv4-linux.linux.arm.S
[1049/1740] Compiling sha512-armv8-linux.linux.aarch64.S
[1050/1740] Compiling sha512-armv4-ios.ios.arm.S
[1051/1740] Compiling sha512-586-linux.linux.x86.S
[1053/1740] Compiling NIOConcurrencyHelpers lock.swift
[1053/1740] Compiling kdf.c
[1054/1740] Compiling sha256-x86_64-mac.mac.x86_64.S
[1055/1740] Compiling sha256-x86_64-linux.linux.x86_64.S
[1056/1740] Compiling sha256-586-windows.windows.x86.S
[1056/1740] Compiling sha256-armv8-ios.ios.aarch64.S
[1058/1740] Compiling sha256-armv4-linux.linux.arm.S
[1059/1740] Compiling sha256-armv4-ios.ios.arm.S
[1059/1740] Compiling sha256-armv8-linux.linux.aarch64.S
[1061/1740] Compiling sha1-x86_64-mac.mac.x86_64.S
[1062/1740] Compiling sha256-586-linux.linux.x86.S
[1063/1740] Compiling sha1-armv4-large-ios.ios.arm.S
[1064/1740] Compiling sha1-x86_64-linux.linux.x86_64.S
[1065/1740] Compiling sha1-armv4-large-linux.linux.arm.S
[1066/1740] Compiling hrss.c
[1067/1740] Compiling sha1-586-windows.windows.x86.S
[1068/1740] Compiling sha1-armv8-ios.ios.aarch64.S
[1069/1740] Compiling sha1-armv8-linux.linux.aarch64.S
[1070/1740] Compiling sha1-586-linux.linux.x86.S
[1071/1740] Compiling sha256.c
[1073/1740] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1074/1740] Compiling NIOConcurrencyHelpers atomics.swift
[1075/1740] Compiling NIOConcurrencyHelpers NIOLock.swift
[1075/1740] Compiling sha1.c
[1076/1740] Compiling rsaz-avx2-mac.mac.x86_64.S
[1077/1740] Compiling rsaz-avx2-linux.linux.x86_64.S
[1078/1740] Compiling service_indicator.c
[1079/1740] Compiling sha512.c
[1080/1740] Compiling fips.c
[1082/1740] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1083/1740] Emitting module NIOConcurrencyHelpers
[1083/1741] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1084/1741] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1085/1741] Compiling self_check.c
[1086/1741] Compiling padding.c
[1086/1741] Compiling rsa_impl.c
[1088/1741] Compiling rand.c
[1090/1741] Compiling blinding.c
[1091/1741] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1091/1741] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1093/1741] Compiling rsa.c
[1094/1741] Compiling urandom.c
[1095/1741] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1096/1741] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1097/1741] Compiling ctrdrbg.c
[1098/1741] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1098/1741] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1100/1741] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1101/1741] Compiling fork_detect.c
[1102/1741] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1103/1741] Wrapping AST for NIOConcurrencyHelpers for debugging
[1104/1741] Compiling ofb.c
[1105/1741] Compiling ctr.c
[1106/1741] Compiling polyval.c
[1107/1741] Compiling gcm_nohw.c
[1108/1741] Compiling md5-x86_64-linux.linux.x86_64.S
[1109/1741] Compiling cfb.c
[1110/1741] Compiling md5-x86_64-mac.mac.x86_64.S
[1111/1741] Compiling md5-586-windows.windows.x86.S
[1112/1741] Compiling gcm.c
[1113/1741] Compiling md5-586-linux.linux.x86.S
[1114/1741] Compiling md5.c
[1115/1741] Compiling cbc.c
[1116/1767] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1117/1767] Compiling ghashv8-armv7-linux.linux.arm.S
[1118/1767] Compiling hkdf.c
[1119/1767] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1120/1767] Compiling ghashv8-armv7-ios.ios.arm.S
[1121/1767] Compiling md4.c
[1122/1767] Compiling ghash-x86_64-mac.mac.x86_64.S
[1123/1767] Compiling hmac.c
[1124/1767] Compiling ghash-x86_64-linux.linux.x86_64.S
[1125/1767] Compiling ghash-x86-windows.windows.x86.S
[1126/1767] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1127/1767] Compiling ghash-x86-linux.linux.x86.S
[1128/1767] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1129/1767] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1130/1767] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1131/1767] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1132/1767] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1133/1767] Compiling ghash-armv4-ios.ios.arm.S
[1134/1767] Compiling ghash-armv4-linux.linux.arm.S
[1134/1767] Compiling fips_shared_support.c
[1136/1767] Compiling wnaf.c
[1137/1767] Compiling util.c
[1138/1767] Compiling simple_mul.c
[1140/1767] Compiling ConsoleKitTerminal Console+Wait.swift
[1141/1767] Compiling ConsoleKitTerminal ConsoleColor.swift
[1142/1767] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1142/1770] Compiling ecdh.c
[1143/1770] Compiling ecdsa.c
[1144/1770] Compiling simple.c
[1145/1770] Compiling scalar.c
[1146/1770] Compiling oct.c
[1147/1770] Compiling felem.c
[1149/1770] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1150/1770] Compiling ConsoleKitTerminal ConsoleClear.swift
[1151/1770] Compiling ConsoleKitTerminal Console+Ask.swift
[1152/1770] Compiling ConsoleKitTerminal Console+Choose.swift
[1153/1770] Compiling ConsoleKitTerminal Console+Confirm.swift
[1154/1770] Compiling ConsoleKitTerminal Console+Input.swift
[1155/1770] Compiling ConsoleKitTerminal Console+Center.swift
[1156/1770] Compiling ConsoleKitTerminal Console+Output.swift
[1156/1770] Compiling ec_montgomery.c
[1157/1770] Compiling p224-64.c
[1158/1770] Compiling p256.c
[1159/1770] Compiling ec_key.c
[1160/1770] Compiling digestsign.c
[1161/1770] Compiling co-586-windows.windows.x86.S
[1162/1770] Compiling check.c
[1163/1770] Compiling digest.c
[1165/1770] Emitting module ConsoleKitTerminal
[1166/1770] Compiling ConsoleKitTerminal ActivityBar.swift
[1167/1770] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1168/1770] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1169/1770] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1170/1770] Compiling ConsoleKitTerminal CustomActivity.swift
[1171/1770] Compiling ConsoleKitTerminal LoadingBar.swift
[1172/1770] Compiling ConsoleKitTerminal ProgressBar.swift
[1173/1770] Compiling ConsoleKitTerminal Console+Clear.swift
[1173/1770] Compiling co-586-linux.linux.x86.S
[1174/1770] Compiling digests.c
[1175/1770] Compiling dh.c
[1176/1770] Compiling ec.c
[1177/1770] Compiling bsaes-armv7-linux.linux.arm.S
[1178/1770] Compiling cmac.c
[1179/1770] Compiling aead.c
[1180/1770] Compiling bsaes-armv7-ios.ios.arm.S
[1181/1770] Compiling e_aesccm.c
[1182/1770] Compiling cipher.c
[1183/1770] Compiling sqrt.c
[1184/1770] Compiling random.c
[1185/1770] Compiling rsaz_exp.c
[1186/1770] Compiling e_aes.c
[1187/1770] Compiling shift.c
[1189/1770] Compiling ConsoleKitTerminal Console.swift
[1190/1770] Compiling ConsoleKitTerminal Terminal.swift
[1191/1770] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1192/1770] Compiling ConsoleKitTerminal ConsoleText.swift
[1193/1770] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1194/1770] Compiling ConsoleKitTerminal ANSI.swift
[1194/1770] Compiling p256-nistz.c
[1195/1770] Compiling prime.c
[1196/1770] Compiling montgomery_inv.c
[1197/1770] Compiling jacobi.c
[1198/1770] Compiling montgomery.c
[1199/1770] Compiling mul.c
[1200/1770] Compiling gcd.c
[1201/1770] Compiling gcd_extra.c
[1202/1770] Compiling div_extra.c
[1203/1770] Compiling ctx.c
[1205/1770] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1206/1770] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1207/1770] Compiling ConsoleKitTerminal LoggerFragment.swift
[1207/1771] Compiling generic.c
[1208/1771] Compiling exponentiation.c
[1209/1771] Compiling cmp.c
[1210/1771] Compiling bytes.c
[1210/1771] Compiling div.c
[1212/1771] Compiling bn-armv8-ios.ios.aarch64.S
[1212/1771] Compiling x86_64-gcc.c
[1214/1771] Compiling bn-armv8-linux.linux.aarch64.S
[1215/1771] Compiling bn-586-windows.windows.x86.S
[1215/1771] Compiling add.c
[1218/1771] Compiling bn-586-linux.linux.x86.S
[1219/1771] Compiling armv8-mont-ios.ios.aarch64.S
[1220/1771] Compiling bn.c
[1221/1771] Compiling armv8-mont-linux.linux.aarch64.S
[1222/1771] Compiling armv4-mont-linux.linux.arm.S
[1223/1771] Compiling armv4-mont-ios.ios.arm.S
[1224/1771] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1225/1771] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1226/1771] Compiling aesv8-armv8-linux.linux.aarch64.S
[1227/1771] Compiling aesv8-armv8-ios.ios.aarch64.S
[1228/1771] Compiling aesv8-armv7-linux.linux.arm.S
[1229/1771] Compiling aesni-x86_64-linux.linux.x86_64.S
[1230/1771] Compiling aesni-x86-windows.windows.x86.S
[1231/1771] Compiling aesv8-armv7-ios.ios.arm.S
[1232/1771] Compiling aesni-x86-linux.linux.x86.S
[1233/1771] Compiling aesni-x86_64-mac.mac.x86_64.S
[1234/1771] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1235/1771] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1236/1771] Wrapping AST for ConsoleKitTerminal for debugging
[1237/1771] Compiling aes.c
[1238/1771] Compiling key_wrap.c
[1239/1771] Compiling sign.c
[1240/1784] Compiling mode_wrappers.c
[1241/1793] Compiling scrypt.c
[1242/1793] Compiling pbkdf.c
[1243/1793] Compiling ex_data.c
[1244/1793] Compiling p_rsa_asn1.c
[1245/1793] Compiling p_ed25519_asn1.c
[1246/1793] Compiling aes_nohw.c
[1247/1793] Compiling p_x25519.c
[1248/1793] Compiling p_hkdf.c
[1249/1793] Compiling p_x25519_asn1.c
[1250/1793] Compiling print.c
[1251/1793] Compiling p_rsa.c
[1252/1793] Compiling p_ed25519.c
[1253/1793] Compiling p_dsa_asn1.c
[1254/1793] Compiling p_ec.c
[1255/1793] Compiling err_data.c
[1256/1793] Compiling p_ec_asn1.c
[1257/1793] Compiling evp_ctx.c
[1258/1793] Compiling evp_asn1.c
[1259/1793] Compiling evp.c
[1260/1793] Compiling ecdsa_asn1.c
[1261/1793] Compiling engine.c
[1262/1793] Compiling err.c
[1263/1793] Compiling ecdh_extra.c
[1264/1793] Compiling hash_to_curve.c
[1265/1793] Compiling ec_asn1.c
[1266/1793] Compiling ec_derive.c
[1267/1793] Compiling dsa_asn1.c
[1268/1793] Compiling dh_asn1.c
[1269/1793] Compiling digest_extra.c
[1270/1793] Compiling params.c
[1271/1793] Compiling curve25519_64_adx.c
[1272/1793] Compiling x25519-asm-arm.S
[1273/1793] Compiling cpu_intel.c
[1275/1793] Compiling ConsoleKitCommands CommandSignature.swift
[1276/1793] Compiling ConsoleKitCommands Flag.swift
[1277/1793] Compiling ConsoleKitCommands Option.swift
[1277/1795] Compiling dsa.c
[1278/1795] Compiling des.c
[1279/1795] Compiling spake25519.c
[1280/1795] Compiling crypto.c
[1281/1795] Compiling cpu_arm_linux.c
[1281/1795] Compiling cpu_aarch64_openbsd.c
[1281/1795] Compiling cpu_arm_freebsd.c
[1284/1795] Compiling cpu_aarch64_sysreg.c
[1285/1795] Compiling cpu_aarch64_apple.c
[1286/1795] Compiling cpu_aarch64_win.c
[1288/1795] Compiling ConsoleKitCommands Command.swift
[1289/1795] Compiling ConsoleKitCommands CommandContext.swift
[1290/1795] Compiling ConsoleKitCommands CommandError.swift
[1290/1795] Compiling tls_cbc.c
[1291/1795] Compiling conf.c
[1292/1795] Compiling cpu_aarch64_linux.c
[1294/1795] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1295/1795] Compiling ConsoleKitCommands AsyncCommand.swift
[1296/1795] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1296/1795] Compiling curve25519.c
[1298/1795] Emitting module ConsoleKitCommands
[1298/1795] Compiling cpu_aarch64_fuchsia.c
[1300/1795] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1301/1795] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1302/1795] Compiling ConsoleKitCommands Argument.swift
[1302/1795] Compiling e_rc4.c
[1303/1795] Compiling e_null.c
[1304/1795] Compiling e_tls.c
[1305/1795] Compiling e_rc2.c
[1306/1795] Compiling e_des.c
[1307/1795] Compiling e_chacha20poly1305.c
[1308/1795] Compiling e_aesgcmsiv.c
[1309/1795] Compiling derive_key.c
[1311/1795] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1312/1795] Compiling ConsoleKitCommands Utilities.swift
[1312/1795] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1313/1795] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1314/1795] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1315/1795] Compiling e_aesctrhmac.c
[1316/1795] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1317/1795] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1318/1795] Compiling cipher_extra.c
[1319/1795] Compiling chacha-x86_64-linux.linux.x86_64.S
[1320/1795] Compiling chacha-x86-windows.windows.x86.S
[1321/1795] Compiling chacha-x86-linux.linux.x86.S
[1322/1795] Compiling chacha-x86_64-mac.mac.x86_64.S
[1323/1795] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1324/1795] Compiling chacha-armv4-ios.ios.arm.S
[1325/1795] Compiling chacha-armv4-linux.linux.arm.S
[1326/1795] Compiling chacha-armv8-ios.ios.aarch64.S
[1326/1795] Compiling chacha.c
[1328/1795] Compiling chacha-armv8-linux.linux.aarch64.S
[1329/1795] Compiling unicode.c
[1330/1795] Compiling convert.c
[1331/1795] Compiling ber.c
[1332/1795] Compiling cbb.c
[1333/1795] Compiling blake2.c
[1334/1795] Compiling asn1_compat.c
[1335/1795] Compiling bn_asn1.c
[1336/1795] Compiling buf.c
[1337/1795] Compiling printf.c
[1338/1795] Compiling socket.c
[1339/1795] Compiling pair.c
[1340/1795] Compiling errno.c
[1341/1795] Compiling socket_helper.c
[1342/1795] Compiling cbs.c
[1343/1795] Compiling hexdump.c
[1344/1795] Compiling connect.c
[1345/1795] Compiling fd.c
[1346/1795] Compiling bio_mem.c
[1347/1795] Compiling file.c
[1348/1795] Compiling bio.c
[1349/1795] Compiling tasn_utl.c
[1350/1795] Compiling tasn_typ.c
[1351/1795] Compiling base64.c
[1352/1795] Compiling tasn_fre.c
[1353/1795] Compiling tasn_new.c
[1354/1795] Compiling f_string.c
[1355/1795] Compiling f_int.c
[1356/1795] Compiling posix_time.c
[1357/1795] Compiling tasn_enc.c
[1358/1795] Compiling tasn_dec.c
[1359/1795] Compiling asn_pack.c
[1360/1795] Compiling asn1_par.c
[1361/1795] Compiling a_utctm.c
[1362/1795] Compiling asn1_lib.c
[1363/1795] Compiling a_type.c
[1364/1795] Compiling a_octet.c
[1365/1795] Compiling a_strnid.c
[1366/1795] Compiling a_time.c
[1367/1795] Compiling a_strex.c
[1368/1795] Compiling a_i2d_fp.c
[1369/1795] Compiling a_mbstr.c
[1370/1795] Compiling a_object.c
[1371/1795] Compiling a_dup.c
[1372/1795] Compiling a_int.c
[1373/1795] Compiling a_gentm.c
[1374/1795] Compiling a_d2i_fp.c
[1375/1795] Compiling fiat_p256_adx_sqr.S
[1376/1795] Compiling fiat_curve25519_adx_square.S
[1377/1795] Compiling a_bool.c
[1379/1795] Compiling ConsoleKitCommands CommandGroup.swift
[1380/1795] Compiling ConsoleKitCommands CommandInput.swift
[1381/1795] Compiling ConsoleKitCommands Commands.swift
[1382/1795] Compiling ConsoleKitCommands AsyncCommands.swift
[1383/1795] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1384/1795] Compiling ConsoleKitCommands AnyCommand.swift
[1385/1795] Compiling ConsoleKitCommands Console+Run.swift
[1386/1795] Compiling ConsoleKitCommands ConsoleError.swift
[1387/1795] Compiling ConsoleKitCommands Completion.swift
[1387/1795] Compiling fiat_curve25519_adx_mul.S
[1388/1796] Compiling a_bitstr.c
[1389/1796] Compiling fiat_p256_adx_mul.S
[1390/1796] Compiling md5-x86_64-linux.S
[1391/1796] Compiling md5-586-linux.S
[1392/1796] Compiling md5-x86_64-apple.S
[1393/1796] Compiling chacha20_poly1305_x86_64-apple.S
[1394/1796] Compiling md5-586-apple.S
[1395/1796] Compiling chacha20_poly1305_x86_64-linux.S
[1396/1796] Compiling chacha20_poly1305_armv8-win.S
[1398/1796] Compiling chacha20_poly1305_armv8-apple.S
[1399/1796] Compiling chacha-x86_64-linux.S
[1400/1796] Compiling chacha20_poly1305_armv8-linux.S
[1401/1796] Compiling chacha-x86_64-apple.S
[1402/1796] Compiling chacha-x86-apple.S
[1403/1796] Compiling chacha-armv8-win.S
[1404/1796] Compiling chacha-x86-linux.S
[1405/1796] Compiling chacha-armv8-apple.S
[1406/1796] Compiling chacha-armv4-linux.S
[1407/1796] Compiling aes128gcmsiv-x86_64-linux.S
[1408/1796] Compiling x86_64-mont5-linux.S
[1409/1796] Compiling chacha-armv8-linux.S
[1410/1796] Compiling aes128gcmsiv-x86_64-apple.S
[1411/1796] Compiling x86_64-mont-linux.S
[1412/1796] Wrapping AST for ConsoleKitCommands for debugging
[1413/1796] Compiling x86_64-mont5-apple.S
[1414/1796] Compiling x86-mont-linux.S
[1415/1796] Compiling x86_64-mont-apple.S
[1416/1796] Compiling x86-mont-apple.S
[1417/1796] Compiling CCryptoBoringSSLShims shims.c
[1418/1796] Compiling vpaes-x86_64-apple.S
[1419/1796] Compiling vpaes-x86-linux.S
[1420/1798] Compiling vpaes-x86_64-linux.S
[1421/1798] Compiling vpaes-armv8-win.S
[1422/1798] Compiling vpaes-x86-apple.S
[1423/1798] Compiling vpaes-armv8-linux.S
[1424/1798] Compiling vpaes-armv8-apple.S
[1425/1798] Compiling vpaes-armv7-linux.S
[1426/1798] Compiling sha512-x86_64-linux.S
[1427/1798] Compiling sha512-armv8-win.S
[1428/1798] Compiling sha512-x86_64-apple.S
[1429/1798] Compiling sha512-armv4-linux.S
[1430/1798] Compiling sha512-586-linux.S
[1431/1798] Compiling sha512-armv8-apple.S
[1433/1798] Emitting module ConsoleKit
[1433/1798] Compiling sha512-586-apple.S
[1435/1798] Compiling ConsoleKit Exports.swift
[1435/1798] Compiling sha512-armv8-linux.S
[1436/1798] Compiling sha256-x86_64-linux.S
[1437/1799] Compiling sha256-armv8-win.S
[1438/1799] Compiling sha256-armv8-apple.S
[1439/1799] Compiling sha256-x86_64-apple.S
[1440/1799] Compiling sha256-586-linux.S
[1441/1799] Compiling sha256-armv4-linux.S
[1442/1799] Compiling sha256-586-apple.S
[1443/1799] Compiling sha1-armv8-win.S
[1444/1799] Compiling sha1-x86_64-linux.S
[1445/1799] Compiling sha256-armv8-linux.S
[1446/1799] Compiling err_data.cc
[1447/1799] Compiling sha1-armv8-apple.S
[1448/1799] Compiling sha1-x86_64-apple.S
[1450/1799] Compiling rsaz-avx2-linux.S
[1451/1799] Compiling sha1-armv4-large-linux.S
[1452/1799] Compiling sha1-586-linux.S
[1452/1799] Compiling sha1-586-apple.S
[1454/1799] Compiling sha1-armv8-linux.S
[1455/1799] Compiling rsaz-avx2-apple.S
[1456/1799] Compiling rdrand-x86_64-linux.S
[1457/1799] Compiling p256_beeu-x86_64-asm-apple.S
[1458/1799] Compiling p256_beeu-x86_64-asm-linux.S
[1459/1799] Compiling rdrand-x86_64-apple.S
[1460/1799] Compiling p256_beeu-armv8-asm-apple.S
[1461/1799] Compiling p256_beeu-armv8-asm-linux.S
[1462/1799] Compiling p256_beeu-armv8-asm-win.S
[1463/1799] Compiling p256-x86_64-asm-linux.S
[1464/1799] Compiling p256-x86_64-asm-apple.S
[1465/1799] Wrapping AST for ConsoleKit for debugging
[1466/1799] Compiling p256-armv8-asm-apple.S
[1467/1799] Compiling ghashv8-armv8-win.S
[1468/1799] Compiling p256-armv8-asm-win.S
[1469/1799] Compiling ghashv8-armv8-apple.S
[1470/1799] Compiling ghash-x86_64-linux.S
[1471/1799] Compiling ghashv8-armv8-linux.S
[1472/1799] Compiling p256-armv8-asm-linux.S
[1473/1799] Compiling ghash-x86-apple.S
[1474/1799] Compiling ghashv8-armv7-linux.S
[1475/1799] Compiling ghash-ssse3-x86-apple.S
[1476/1799] Compiling ghash-x86_64-apple.S
[1476/1799] Compiling ghash-x86-linux.S
[1478/1799] Compiling ghash-ssse3-x86_64-linux.S
[1479/1799] Compiling ghash-ssse3-x86_64-apple.S
[1480/1799] Compiling ghash-neon-armv8-win.S
[1481/1799] Compiling ghash-ssse3-x86-linux.S
[1482/1799] Compiling ghash-neon-armv8-linux.S
[1483/1799] Compiling ghash-armv4-linux.S
[1484/1799] Compiling co-586-linux.S
[1485/1799] Compiling bsaes-armv7-linux.S
[1486/1799] Compiling ghash-neon-armv8-apple.S
[1487/1799] Compiling co-586-apple.S
[1488/1799] Compiling bn-armv8-win.S
[1489/1799] Compiling bn-armv8-linux.S
[1490/1799] Compiling armv8-mont-apple.S
[1491/1799] Compiling bn-armv8-apple.S
[1492/1799] Compiling bn-586-apple.S
[1493/1799] Compiling bn-586-linux.S
[1494/1799] Compiling armv4-mont-linux.S
[1495/1799] Compiling armv8-mont-win.S
[1496/1799] Compiling armv8-mont-linux.S
[1497/1799] Compiling aesv8-gcm-armv8-apple.S
[1498/1799] Compiling aesv8-gcm-armv8-win.S
[1499/1799] Compiling aesv8-armv8-win.S
[1500/1799] Compiling aesv8-gcm-armv8-linux.S
[1501/1799] Compiling aesv8-armv8-apple.S
[1502/1799] Compiling aesni-x86_64-linux.S
[1503/1799] Compiling aesv8-armv8-linux.S
[1504/1799] Compiling aesv8-armv7-linux.S
[1505/1799] Compiling aesni-gcm-x86_64-apple.S
[1506/1799] Compiling aesni-x86_64-apple.S
[1507/1799] Compiling aesni-x86-linux.S
[1508/1799] Compiling aesni-gcm-x86_64-linux.S
[1509/1799] Compiling aes-gcm-avx10-x86_64-linux.S
[1510/1799] Compiling aesni-x86-apple.S
[1511/1799] Compiling aes-gcm-avx10-x86_64-apple.S
[1512/1799] Compiling x_req.cc
[1513/1799] Compiling x_sig.cc
[1514/1799] Compiling x_x509.cc
[1515/1799] Compiling x_pubkey.cc
[1516/1799] Compiling x_x509a.cc
[1516/1799] Compiling x_name.cc
[1518/1799] Compiling x_val.cc
[1519/1799] Compiling x_spki.cc
[1520/1799] Compiling x_exten.cc
[1521/1799] Compiling x_crl.cc
[1522/1799] Compiling x509rset.cc
[1523/1799] Compiling x509spki.cc
[1524/1799] Compiling x_attrib.cc
[1525/1799] Compiling x509name.cc
[1526/1799] Compiling x_all.cc
[1527/1799] Compiling x_algor.cc
[1528/1799] Compiling x509cset.cc
[1529/1799] Compiling x509_vpm.cc
[1530/1799] Compiling x509_txt.cc
[1531/1799] Compiling x509_v3.cc
[1532/1799] Compiling x509_trs.cc
[1533/1799] Compiling x509_vfy.cc
[1534/1799] Compiling x509_set.cc
[1535/1799] Compiling x509_req.cc
[1536/1799] Compiling x509_obj.cc
[1537/1799] Compiling x509_lu.cc
[1538/1799] Compiling x509_def.cc
[1539/1799] Compiling x509_d2.cc
[1540/1799] Compiling x509_ext.cc
[1541/1799] Compiling x509_cmp.cc
[1542/1799] Compiling x509_att.cc
[1543/1799] Compiling x509.cc
[1544/1799] Compiling v3_utl.cc
[1545/1799] Compiling v3_pcons.cc
[1546/1799] Compiling v3_skey.cc
[1547/1799] Compiling v3_prn.cc
[1548/1799] Compiling v3_ocsp.cc
[1549/1799] Compiling v3_purp.cc
[1550/1799] Compiling v3_pmaps.cc
[1551/1799] Compiling v3_ncons.cc
[1552/1799] Compiling v3_lib.cc
[1553/1799] Compiling v3_ia5.cc
[1554/1799] Compiling v3_info.cc
[1555/1799] Compiling v3_int.cc
[1556/1799] Compiling v3_genn.cc
[1557/1799] Compiling v3_crld.cc
[1558/1799] Compiling v3_extku.cc
[1559/1799] Compiling v3_enum.cc
[1560/1799] Compiling v3_cpols.cc
[1561/1799] Compiling v3_bcons.cc
[1562/1799] Compiling v3_alt.cc
[1563/1799] Compiling t_x509a.cc
[1564/1799] Compiling v3_bitst.cc
[1565/1799] Compiling v3_akey.cc
[1566/1799] Compiling v3_akeya.cc
[1567/1799] Compiling t_x509.cc
[1568/1799] Compiling i2d_pr.cc
[1569/1799] Compiling t_req.cc
[1570/1799] Compiling t_crl.cc
[1571/1799] Compiling asn1_gen.cc
[1572/1799] Compiling policy.cc
[1573/1799] Compiling rsa_pss.cc
[1574/1799] Compiling name_print.cc
[1575/1799] Compiling by_file.cc
[1576/1799] Compiling by_dir.cc
[1577/1799] Compiling algorithm.cc
[1577/1799] Compiling a_verify.cc
[1579/1799] Compiling voprf.cc
[1580/1799] Compiling a_sign.cc
[1581/1799] Compiling trust_token.cc
[1582/1799] Compiling a_digest.cc
[1583/1799] Compiling thread_win.cc
[1584/1799] Compiling thread_pthread.cc
[1585/1799] Compiling thread_none.cc
[1586/1799] Compiling thread.cc
[1587/1799] Compiling stack.cc
[1588/1799] Compiling pmbtoken.cc
[1589/1799] Compiling thash.cc
[1590/1799] Compiling wots.cc
[1591/1799] Compiling slhdsa.cc
[1592/1799] Compiling merkle.cc
[1593/1799] Compiling fors.cc
[1594/1799] Compiling sha512.cc
[1595/1799] Compiling siphash.cc
[1596/1799] Compiling rsa_crypt.cc
[1597/1799] Compiling sha1.cc
[1598/1799] Compiling sha256.cc
[1599/1799] Compiling rsa_print.cc
[1600/1799] Compiling windows.cc
[1601/1799] Compiling rsa_extra.cc
[1602/1799] Compiling passive.cc
[1603/1799] Compiling rc4.cc
[1604/1799] Compiling refcount.cc
[1605/1799] Compiling urandom.cc
[1606/1799] Compiling trusty.cc
[1607/1799] Compiling rand_extra.cc
[1608/1799] Compiling rsa_asn1.cc
[1609/1799] Compiling poly1305_arm_asm.S
[1610/1799] Compiling ios.cc
[1611/1799] Compiling getentropy.cc
[1612/1799] Compiling fork_detect.cc
[1613/1799] Compiling forkunsafe.cc
[1614/1799] Compiling poly1305_arm.cc
[1615/1799] Compiling deterministic.cc
[1616/1799] Compiling poly1305.cc
[1617/1799] Compiling pkcs8_x509.cc
[1618/1799] Compiling pkcs7.cc
[1619/1799] Compiling pkcs8.cc
[1620/1799] Compiling p5_pbev2.cc
[1621/1799] Compiling pkcs7_x509.cc
[1622/1799] Compiling pem_xaux.cc
[1623/1799] Compiling pem_x509.cc
[1624/1799] Compiling pem_pkey.cc
[1625/1799] Compiling pem_pk8.cc
[1626/1799] Compiling pem_oth.cc
[1627/1799] Compiling obj_xref.cc
[1628/1799] Compiling pem_info.cc
[1629/1799] Compiling pem_lib.cc
[1630/1799] Compiling mldsa.cc
[1631/1799] Compiling obj.cc
[1632/1799] Compiling pem_all.cc
[1633/1799] Compiling mlkem.cc
[1634/1799] Compiling poly_rq_mul.S
[1635/1799] Compiling mem.cc
[1636/1799] Compiling fips_shared_support.cc
[1637/1799] Compiling md5.cc
[1638/1799] Compiling md4.cc
[1639/1799] Compiling lhash.cc
[1640/1799] Compiling kyber.cc
[1641/1799] Compiling ex_data.cc
[1642/1799] Compiling sign.cc
[1643/1799] Compiling hrss.cc
[1644/1799] Compiling scrypt.cc
[1645/1799] Compiling hpke.cc
[1646/1799] Compiling pbkdf.cc
[1647/1799] Compiling print.cc
[1648/1799] Compiling p_x25519.cc
[1649/1799] Compiling p_x25519_asn1.cc
[1650/1799] Compiling p_rsa_asn1.cc
[1651/1799] Compiling p_rsa.cc
[1652/1799] Compiling p_ed25519.cc
[1653/1799] Compiling p_ed25519_asn1.cc
[1654/1799] Compiling p_hkdf.cc
[1655/1799] Compiling p_ec_asn1.cc
[1656/1799] Compiling p_ec.cc
[1657/1799] Compiling p_dh.cc
[1658/1799] Compiling p_dh_asn1.cc
[1659/1799] Compiling p_dsa_asn1.cc
[1660/1799] Compiling evp_ctx.cc
[1661/1799] Compiling err.cc
[1662/1799] Compiling evp_asn1.cc
[1663/1799] Compiling evp.cc
[1664/1799] Compiling engine.cc
[1665/1799] Compiling ecdsa_asn1.cc
[1666/1799] Compiling ecdh_extra.cc
[1667/1799] Compiling ec_asn1.cc
[1668/1799] Compiling ec_derive.cc
[1669/1799] Compiling hash_to_curve.cc
[1670/1799] Compiling params.cc
[1671/1799] Compiling dh_asn1.cc
[1672/1799] Compiling dsa.cc
[1673/1799] Compiling dsa_asn1.cc
[1674/1799] Compiling x25519-asm-arm.S
[1675/1799] Compiling bcm.cc
[1676/1799] Compiling curve25519_64_adx.cc
[1677/1799] Compiling des.cc
[1678/1799] Compiling digest_extra.cc
[1679/1799] Compiling cpu_intel.cc
[1680/1799] Compiling crypto.cc
[1681/1799] Compiling curve25519.cc
[1682/1799] Compiling cpu_arm_linux.cc
[1683/1799] Compiling spake25519.cc
[1684/1799] Compiling cpu_aarch64_win.cc
[1685/1799] Compiling cpu_arm_freebsd.cc
[1686/1799] Compiling cpu_aarch64_fuchsia.cc
[1687/1799] Compiling cpu_aarch64_linux.cc
[1688/1799] Compiling cpu_aarch64_openbsd.cc
[1689/1799] Compiling cpu_aarch64_sysreg.cc
[1690/1799] Compiling cpu_aarch64_apple.cc
[1691/1799] Compiling conf.cc
[1692/1799] Compiling e_des.cc
[1693/1799] Compiling e_null.cc
[1694/1799] Compiling e_aesgcmsiv.cc
[1695/1799] Compiling tls_cbc.cc
[1696/1799] Compiling e_tls.cc
[1697/1799] Compiling e_rc4.cc
[1698/1799] Compiling e_rc2.cc
[1699/1799] Compiling e_chacha20poly1305.cc
[1700/1799] Compiling chacha.cc
[1701/1799] Compiling cipher_extra.cc
[1702/1799] Compiling e_aesctrhmac.cc
[1703/1799] Compiling ber.cc
[1704/1799] Compiling derive_key.cc
[1705/1799] Compiling unicode.cc
[1706/1799] Compiling cbs.cc
[1707/1799] Compiling asn1_compat.cc
[1708/1799] Compiling cbb.cc
[1709/1799] Compiling buf.cc
[1710/1799] Compiling blake2.cc
[1711/1799] Compiling bn_asn1.cc
[1712/1799] Compiling printf.cc
[1713/1799] Compiling convert.cc
[1714/1799] Compiling fd.cc
[1715/1799] Compiling pair.cc
[1716/1799] Compiling hexdump.cc
[1717/1799] Compiling bio.cc
[1718/1799] Compiling bio_mem.cc
[1719/1799] Compiling file.cc
[1720/1799] Compiling base64.cc
[1721/1799] Compiling errno.cc
[1722/1799] Compiling tasn_typ.cc
[1723/1799] Compiling tasn_fre.cc
[1724/1799] Compiling tasn_utl.cc
[1725/1799] Compiling f_string.cc
[1726/1799] Compiling tasn_enc.cc
[1727/1799] Compiling tasn_new.cc
[1728/1799] Compiling posix_time.cc
[1729/1799] Compiling f_int.cc
[1730/1799] Compiling tasn_dec.cc
[1731/1799] Compiling asn_pack.cc
[1732/1799] Compiling asn1_par.cc
[1733/1799] Compiling asn1_lib.cc
[1734/1799] Compiling a_utctm.cc
[1735/1799] Compiling a_type.cc
[1736/1799] Compiling a_time.cc
[1737/1799] Compiling a_octet.cc
[1737/1799] Write sources
[1744/1799] Compiling a_strnid.cc
[1745/1799] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1746/1799] Compiling a_strex.cc
[1747/1799] Compiling a_object.cc
[1748/1896] Compiling a_mbstr.cc
[1749/1941] Compiling a_int.cc
[1750/1941] Compiling a_gentm.cc
[1752/1949] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1753/1949] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1754/1949] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1755/1949] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1756/1951] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1757/1951] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1760/1951] Compiling Atomics IntegerOperations.swift
[1761/1951] Compiling Atomics Unmanaged extensions.swift
[1762/1951] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1763/1951] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1764/1951] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1765/1958] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1766/1958] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1767/1958] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1770/1958] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1771/1958] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1772/1958] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1773/1958] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1774/1958] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1775/1958] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1778/1958] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1782/1961] Emitting module AsyncAlgorithms
[1783/1967] Compiling CryptoBoringWrapper RandomBytes.swift
[1790/1967] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1791/1967] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1792/1967] Compiling AsyncAlgorithms DebounceStorage.swift
[1793/1967] Compiling AsyncAlgorithms Dictionary.swift
[1794/1967] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1795/1967] Compiling AsyncAlgorithms Locking.swift
[1796/1967] Compiling AsyncAlgorithms SetAlgebra.swift
[1797/1967] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1798/1967] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1799/1967] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1800/1967] Compiling AsyncAlgorithms MergeStateMachine.swift
[1801/1967] Compiling AsyncAlgorithms MergeStorage.swift
[1802/1967] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1803/1967] Compiling AsyncAlgorithms Rethrow.swift
[1804/1967] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1805/1967] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1806/1967] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1807/1967] Compiling AsyncAlgorithms ZipStateMachine.swift
[1808/1967] Compiling AsyncAlgorithms ZipStorage.swift
[1809/1967] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1810/1967] Compiling BitCollections BitSet.Counted.swift
[1811/1967] Emitting module BitCollections
[1815/1967] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1816/1967] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1817/1967] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1832/1967] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1837/1967] Compiling Algorithms Trim.swift
[1838/1967] Compiling Algorithms Unique.swift
[1839/1967] Compiling CryptoBoringWrapper EllipticCurve.swift
[1840/1967] Compiling BitCollections BitSet.Index.swift
[1841/1967] Compiling BitCollections BitSet._UnsafeHandle.swift
[1842/1967] Compiling BitCollections BitSet.swift
[1843/1967] Compiling BitCollections Range+Utilities.swift
[1844/1967] Compiling BitCollections Slice+Utilities.swift
[1845/1967] Compiling BitCollections UInt+Tricks.swift
[1846/1967] Compiling BitCollections _Word.swift
[1847/1967] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1848/1967] Emitting module CryptoBoringWrapper
[1863/1967] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1867/1967] Compiling Algorithms Windows.swift
[1868/1967] Compiling AsyncAlgorithms ChannelStorage.swift
[1869/1967] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1870/1967] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1871/1967] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1890/1968] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1891/1968] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1899/1969] Wrapping AST for BitCollections for debugging
[1901/1969] Emitting module Atomics
[1906/1971] Wrapping AST for CryptoBoringWrapper for debugging
[1908/2001] Compiling Collections Collections.swift
[1909/2001] Emitting module Collections
[1910/2043] Wrapping AST for Collections for debugging
[1912/2043] Compiling Crypto CryptoKitErrors.swift
[1913/2043] Compiling Crypto Digest_boring.swift
[1914/2043] Compiling Crypto Digest.swift
[1915/2043] Compiling Crypto ASN1.swift
[1916/2043] Compiling Crypto ASN1Any.swift
[1917/2043] Compiling Crypto ASN1BitString.swift
[1918/2043] Compiling Crypto ASN1Boolean.swift
[1919/2043] Compiling Crypto HPKE-Ciphersuite.swift
[1920/2043] Compiling Crypto HPKE-KDF.swift
[1922/2044] Emitting module Algorithms
[1923/2044] Compiling Crypto Insecure.swift
[1924/2044] Compiling Crypto Insecure_HashFunctions.swift
[1925/2044] Compiling Crypto KEM.swift
[1926/2044] Compiling Crypto ECDH_boring.swift
[1927/2044] Compiling Crypto DH.swift
[1928/2044] Compiling Crypto ECDH.swift
[1928/2046] Wrapping AST for Atomics for debugging
[1932/2120] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 |         let start = Double(100_000_000)
553 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
554 |
555 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1932/2121] Wrapping AST for AsyncAlgorithms for debugging
[1933/2121] Wrapping AST for Algorithms for debugging
[1935/2121] Compiling NIOCore AsyncChannel.swift
[1936/2121] Compiling NIOCore AsyncChannelHandler.swift
[1937/2129] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1938/2129] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1939/2130] Compiling NIOCore MulticastChannel.swift
[1940/2130] Compiling NIOCore NIOAny.swift
[1941/2130] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1942/2130] Compiling NIOCore NIOLoopBound.swift
[1943/2130] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1944/2130] Compiling NIOCore NIOScheduledCallback.swift
[1945/2130] Compiling NIOCore NIOSendable.swift
[1946/2130] Compiling NIOCore RecvByteBufferAllocator.swift
[1947/2138] Emitting module Crypto
[1948/2147] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1949/2147] Emitting module ServiceLifecycle
[1950/2147] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1951/2147] Compiling NIOCore SocketAddresses.swift
[1952/2147] Compiling NIOCore SocketOptionProvider.swift
[1953/2147] Compiling NIOCore SystemCallHelpers.swift
[1954/2147] Compiling NIOCore TimeAmount+Duration.swift
[1955/2147] Compiling NIOCore TypeAssistedChannelHandler.swift
[1956/2147] Compiling NIOCore UniversalBootstrapSupport.swift
[1957/2147] Compiling NIOCore Utilities.swift
[1958/2147] Compiling Crypto EdDSA_boring.swift
[1959/2147] Compiling Crypto ECDSA.swift
[1960/2147] Compiling Crypto Ed25519.swift
[1961/2147] Compiling ServiceLifecycle ServiceRunnerError.swift
[1962/2147] Compiling ServiceLifecycle GracefulShutdown.swift
[1963/2147] Compiling ServiceLifecycle CancellationWaiter.swift
[1964/2147] Compiling NIOCore ByteBuffer-views.swift
[1965/2147] Compiling NIOCore Channel.swift
[1966/2147] Compiling NIOCore ChannelHandler.swift
[1967/2147] Compiling NIOCore ChannelHandlers.swift
[1968/2147] Compiling NIOCore ChannelInvoker.swift
[1969/2147] Compiling NIOCore ChannelOption.swift
[1970/2147] Compiling NIOCore ChannelPipeline.swift
[1971/2147] Compiling NIOCore CircularBuffer.swift
[1972/2147] Compiling NIOCore Codec.swift
[1973/2147] Compiling NIOCore ConvenienceOptionSupport.swift
[1974/2147] Compiling NIOCore BSDSocketAPI.swift
[1975/2147] Compiling NIOCore ByteBuffer-aux.swift
[1976/2147] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1977/2147] Compiling NIOCore ByteBuffer-conversions.swift
[1978/2147] Compiling NIOCore ByteBuffer-core.swift
[1979/2147] Compiling NIOCore ByteBuffer-hex.swift
[1980/2147] Compiling NIOCore ByteBuffer-int.swift
[1981/2147] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1982/2147] Compiling NIOCore ByteBuffer-multi-int.swift
[1983/2147] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1984/2147] Compiling NIOCore AddressedEnvelope.swift
[1985/2147] Compiling NIOCore AsyncAwaitSupport.swift
[1988/2147] Compiling NIOCore AsyncChannelInboundStream.swift
[1989/2147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1990/2147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1991/2147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1992/2147] Compiling NIOCore NIOAsyncWriter.swift
[1993/2147] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1994/2147] Compiling NIOCore MarkedCircularBuffer.swift
[2003/2147] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[2010/2147] Emitting module _ConnectionPoolModule
[2011/2147] Compiling NIOCore FileHandle.swift
[2012/2147] Compiling NIOCore FileRegion.swift
[2013/2147] Compiling NIOCore GlobalSingletons.swift
[2014/2147] Compiling NIOCore IO.swift
[2015/2147] Compiling NIOCore IOData.swift
[2016/2147] Compiling NIOCore IPProtocol.swift
[2017/2147] Compiling NIOCore IntegerBitPacking.swift
[2018/2147] Compiling NIOCore IntegerTypes.swift
[2019/2147] Compiling NIOCore Interfaces.swift
[2020/2147] Compiling NIOCore Linux.swift
[2021/2147] Compiling NIOCore DeadChannel.swift
[2022/2147] Compiling NIOCore DispatchQueue+WithFuture.swift
[2023/2147] Compiling NIOCore EventLoop+Deprecated.swift
[2024/2147] Compiling NIOCore EventLoop+SerialExecutor.swift
[2025/2147] Compiling NIOCore EventLoop.swift
[2026/2147] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[2027/2147] Compiling NIOCore EventLoopFuture+Deprecated.swift
[2028/2147] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[2029/2147] Compiling NIOCore EventLoopFuture.swift
[2030/2147] Compiling NIOCore FileDescriptor.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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
[0/1] Planning build
Building for debugging...
[0/73] Write swift-version-24593BA9C3E375BF.txt
[2/144] Compiling ServiceContextModule ServiceContextKey.swift
[3/148] Compiling _NIOBase64 Base64.swift
[4/148] Compiling _NIODataStructures PriorityQueue.swift
[5/148] Emitting module ServiceContextModule
[6/148] Compiling ServiceContextModule ServiceContext.swift
[7/149] Compiling Logging MetadataProvider.swift
[9/149] Compiling _NIODataStructures Heap.swift
[10/149] Compiling RealModule Float80+Real.swift
[11/149] Compiling RealModule Real.swift
[12/149] Emitting module _NIOBase64
[14/150] Compiling _NIODataStructures _TinyArray.swift
[15/164] Emitting module _NIODataStructures
[16/165] Emitting module Logging
[17/165] Compiling Logging Locks.swift
[18/165] Emitting module SystemPackage
[20/168] Emitting module RealModule
[21/168] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/168] Compiling InternalCollectionsUtilities Integer rank.swift
[23/168] Emitting module NIOConcurrencyHelpers
[24/168] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[25/168] Compiling NIOConcurrencyHelpers lock.swift
[26/168] Compiling RealModule RealFunctions.swift
[27/168] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/168] Compiling NIOConcurrencyHelpers NIOLock.swift
[29/168] Compiling NIOConcurrencyHelpers atomics.swift
[30/168] Compiling RealModule Float+Real.swift
[31/168] Compiling RealModule Float16+Real.swift
[32/168] Compiling RealModule ElementaryFunctions.swift
[33/168] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/168] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/170] Compiling InternalCollectionsUtilities Descriptions.swift
[37/170] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/170] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/170] Compiling InternalCollectionsUtilities Debugging.swift
[40/170] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[41/170] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/171] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/171] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/171] Compiling SystemPackage Backcompat.swift
[49/171] Compiling SystemPackage CInterop.swift
[50/171] Compiling SystemPackage Constants.swift
[51/171] Compiling SystemPackage Exports.swift
[52/171] Emitting module InternalCollectionsUtilities
[55/171] Compiling SystemPackage Mocking.swift
[56/171] Compiling SystemPackage RawBuffer.swift
[57/171] Compiling SystemPackage Syscalls.swift
[58/171] Compiling SystemPackage WindowsSyscallAdapters.swift
[65/171] Compiling SwiftASN1 ASN1OctetString.swift
[66/171] Compiling SwiftASN1 ASN1Strings.swift
[67/171] Compiling SwiftASN1 ArraySliceBigint.swift
[68/171] Compiling SwiftASN1 GeneralizedTime.swift
[69/171] Emitting module SwiftASN1
[70/171] Compiling SystemPackage MachPort.swift
[71/171] Compiling SystemPackage PlatformString.swift
[72/171] Compiling SystemPackage SystemString.swift
[81/172] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/178] Compiling SystemPackage Util+StringArray.swift
[86/178] Compiling SystemPackage Util.swift
[87/178] Compiling SystemPackage UtilConsumers.swift
[96/185] Compiling Instrumentation NoOpInstrument.swift
[97/185] Compiling Instrumentation Instrument.swift
[98/185] Compiling Instrumentation MultiplexInstrument.swift
[99/185] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[100/185] Emitting module Instrumentation
[101/185] Compiling Logging LogHandler.swift
[102/185] Compiling Logging Logging.swift
[103/186] Compiling Instrumentation InstrumentationSystem.swift
[104/186] Compiling Instrumentation Locks.swift
[105/187] Compiling CryptoBoringWrapper EllipticCurve.swift
[106/187] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[112/192] Compiling CryptoBoringWrapper RandomBytes.swift
[113/193] Emitting module CryptoBoringWrapper
[114/193] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[117/213] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[118/212] Compiling ConcurrencyHelpers LockedValueBox.swift
[119/212] Compiling Atomics Primitives.shims.swift
[120/212] Compiling Atomics AtomicInteger.swift
[121/212] Compiling Atomics AtomicOptionalWrappable.swift
[122/214] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[123/214] Compiling Atomics AtomicMemoryOrderings.swift
[124/214] Compiling Atomics DoubleWord.swift
[126/225] Compiling Atomics UnsafeAtomic.swift
[127/225] Compiling Atomics UnsafeAtomicLazyReference.swift
[128/228] Compiling Atomics ManagedAtomic.swift
[129/228] Compiling Atomics ManagedAtomicLazyReference.swift
[132/230] Emitting module ConcurrencyHelpers
[133/230] Compiling ConcurrencyHelpers Lock.swift
[136/298] Compiling RoutingKit Router.swift
[137/298] Compiling RoutingKit AnyRouter.swift
[138/298] Compiling RoutingKit Parameters.swift
[139/298] Compiling _RopeModule BigString+UTF16View.swift
[140/298] Compiling _RopeModule BigString+UTF8View.swift
[141/298] Emitting module RoutingKit
[142/298] Compiling Tracing InstrumentationSystem+Tracing.swift
[143/298] Compiling RoutingKit PathComponent.swift
[144/298] Emitting module Tracing
[145/358] Compiling OrderedCollections _HashTable+BucketIterator.swift
[146/358] Compiling OrderedCollections _HashTable+Constants.swift
[147/358] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[148/358] Compiling Tracing TracingTime.swift
[149/358] Compiling Tracing TracerProtocol.swift
[150/360] Compiling Tracing Tracer.swift
[151/360] Compiling Tracing TracerProtocol+Legacy.swift
[152/360] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[153/360] Compiling RoutingKit TrieRouter.swift
[154/361] Compiling HeapModule Heap+Descriptions.swift
[156/436] Compiling HeapModule Heap.swift
[157/436] Compiling HeapModule _HeapNode.swift
[158/439] Compiling CoreMetrics Locks.swift
[159/439] Emitting module CoreMetrics
[160/439] Compiling CoreMetrics Metrics.swift
[161/439] Compiling HeapModule Heap+Invariants.swift
[162/439] Compiling HeapModule Heap+UnsafeHandle.swift
[164/440] Compiling UnixSignals UnixSignal.swift
[165/440] Compiling Tracing NoOpTracer.swift
[166/440] Compiling Tracing SpanProtocol.swift
[167/441] Compiling HashTreeCollections TreeSet+Hashable.swift
[168/441] Compiling HashTreeCollections TreeSet+Sendable.swift
[169/441] Compiling HashTreeCollections TreeSet+Sequence.swift
[170/441] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[171/441] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[172/441] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[173/441] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[174/441] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[175/441] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[176/441] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[177/441] Emitting module HeapModule
[178/452] Emitting module UnixSignals
[179/452] Compiling UnixSignals UnixSignalsSequence.swift
[180/452] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[181/452] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[182/452] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[183/452] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[184/452] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[185/452] Compiling HashTreeCollections _HashNode+Structural merge.swift
[186/452] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[187/452] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[188/452] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[189/452] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[190/452] Compiling HashTreeCollections TreeDictionary+Keys.swift
[191/452] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[192/452] Compiling HashTreeCollections TreeDictionary+Merge.swift
[193/452] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[194/452] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[197/460] Compiling HashTreeCollections TreeDictionary+Collection.swift
[198/460] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[199/460] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[200/460] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[201/460] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[202/460] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[203/460] Compiling HashTreeCollections TreeDictionary+Filter.swift
[204/459] Compiling HashTreeCollections _HashNode+Invariants.swift
[205/459] Compiling HashTreeCollections _HashNode+Lookups.swift
[206/459] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[207/459] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[208/459] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[209/459] Compiling HashTreeCollections _HashNode+Storage.swift
[210/459] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[211/459] Compiling HashTreeCollections _HashNode+Structural filter.swift
[213/458] Compiling HashTreeCollections _HashNode+Structural union.swift
[214/458] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[215/458] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[216/458] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[217/458] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[218/458] Compiling HashTreeCollections _HashNode.swift
[219/458] Compiling HashTreeCollections _HashNodeHeader.swift
[220/458] Compiling HashTreeCollections _HashSlot.swift
[221/458] Compiling HashTreeCollections _HashStack.swift
[222/458] Compiling HashTreeCollections _HashTreeIterator.swift
[223/458] Compiling HashTreeCollections _HashTreeStatistics.swift
[224/458] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[225/458] Compiling HashTreeCollections _RawHashNode.swift
[226/458] Compiling HashTreeCollections _UnmanagedHashNode.swift
[227/458] Compiling HashTreeCollections _UnsafePath.swift
[228/458] Compiling HashTreeCollections TreeDictionary+Codable.swift
[229/458] Compiling HashTreeCollections _AncestorHashSlots.swift
[230/458] Compiling HashTreeCollections _Bitmap.swift
[231/458] Compiling HashTreeCollections _Bucket.swift
[232/458] Compiling HashTreeCollections _Hash.swift
[233/458] Compiling HashTreeCollections _HashLevel.swift
[234/458] Compiling HashTreeCollections _HashNode+Builder.swift
[235/458] Compiling HashTreeCollections _HashNode+Debugging.swift
[236/458] Compiling HashTreeCollections _HashNode+Initializers.swift
[243/458] Compiling OrderedCollections OrderedSet+SubSequence.swift
[244/458] Compiling OrderedCollections OrderedSet+Testing.swift
[245/458] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[246/458] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[247/458] Compiling OrderedCollections OrderedSet.swift
[248/458] Compiling OrderedCollections _UnsafeBitset.swift
[249/458] Compiling HashTreeCollections TreeSet+Equatable.swift
[250/458] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[251/458] Compiling HashTreeCollections TreeSet+Extras.swift
[252/458] Compiling HashTreeCollections TreeSet+Filter.swift
[263/458] Compiling OrderedCollections OrderedSet+Sendable.swift
[264/526] Compiling Crypto ASN1Null.swift
[265/526] Compiling Crypto ASN1OctetString.swift
[266/574] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[267/574] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[268/574] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[269/574] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[270/574] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[271/574] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[272/574] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[273/574] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[274/574] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[275/574] Compiling HashTreeCollections TreeSet.swift
[276/574] Compiling Crypto AES-GCM.swift
[277/574] Compiling Crypto AES-GCM_boring.swift
[278/574] Compiling Crypto ChaChaPoly_boring.swift
[279/574] Compiling Crypto ChaChaPoly.swift
[280/574] Compiling Crypto Cipher.swift
[281/574] Compiling Crypto Nonces.swift
[282/574] Compiling Crypto ASN1.swift
[283/574] Compiling Crypto ASN1Any.swift
[284/574] Compiling Crypto ASN1BitString.swift
[285/574] Compiling Crypto ASN1Boolean.swift
[286/574] Compiling Crypto ASN1Identifier.swift
[287/574] Compiling Crypto ASN1Integer.swift
[290/574] Compiling DequeModule _DequeSlot.swift
[291/574] Compiling DequeModule _UnsafeWrappedBuffer.swift
[292/574] Compiling Crypto GeneralizedTime.swift
[293/574] Compiling Crypto ObjectIdentifier.swift
[294/574] Compiling Crypto ECDSASignature.swift
[295/574] Compiling Crypto PEMDocument.swift
[296/574] Compiling Crypto ECDH.swift
[297/574] Compiling Crypto HKDF.swift
[298/574] Compiling Crypto AESWrap.swift
[299/574] Compiling Crypto AESWrap_boring.swift
[300/574] Compiling Crypto Ed25519_boring.swift
[301/574] Compiling Crypto NISTCurvesKeys_boring.swift
[302/574] Compiling Crypto X25519Keys_boring.swift
[303/574] Compiling Crypto Curve25519.swift
[304/574] Compiling Crypto Ed25519Keys.swift
[305/574] Compiling Crypto NISTCurvesKeys.swift
[306/574] Compiling Crypto X25519Keys.swift
[307/574] Compiling Crypto SymmetricKeys.swift
[308/574] Compiling Crypto HMAC.swift
[309/574] Compiling Crypto MACFunctions.swift
[310/574] Compiling Crypto MessageAuthenticationCode.swift
[311/574] Compiling Crypto AES.swift
[312/574] Compiling Crypto ECDSASignature_boring.swift
[313/574] Compiling Crypto ECDSA_boring.swift
[314/583] Emitting module Metrics
[315/583] Compiling Metrics Metrics.swift
[323/584] Emitting module ConsoleKitTerminal
[349/586] Emitting module Atomics
[355/640] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[356/640] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[357/640] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[358/640] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[359/640] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[360/640] Compiling BitCollections BitSet+Initializers.swift
[361/640] Compiling BitCollections BitSet+Invariants.swift
[362/640] Compiling BitCollections BitSet+Random.swift
[363/640] Compiling BitCollections BitSet+SetAlgebra basics.swift
[364/640] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[365/640] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[366/640] Compiling BitCollections BitArray._UnsafeHandle.swift
[367/640] Compiling BitCollections BitArray.swift
[368/640] Compiling BitCollections BitSet+BidirectionalCollection.swift
[369/640] Compiling BitCollections BitSet+Codable.swift
[370/640] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[371/640] Compiling BitCollections BitSet+CustomReflectable.swift
[372/640] Compiling BitCollections BitSet+CustomStringConvertible.swift
[373/640] Compiling BitCollections BitSet+Equatable.swift
[374/640] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[375/640] Compiling BitCollections BitSet+Extras.swift
[376/640] Compiling BitCollections BitSet+Hashable.swift
[377/640] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[378/640] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[386/640] Compiling BitCollections BitArray+RandomBits.swift
[387/640] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[388/640] Compiling BitCollections BitArray+Shifts.swift
[392/640] Compiling BitCollections BitArray+Testing.swift
[395/640] Compiling BitCollections BitArray+BitwiseOperations.swift
[396/640] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[397/640] Emitting module DequeModule
[400/641] Compiling BitCollections BitArray+Codable.swift
[401/641] Compiling BitCollections BitArray+Collection.swift
[402/641] Compiling BitCollections BitArray+Copy.swift
[403/641] Compiling BitCollections BitArray+CustomReflectable.swift
[404/641] Compiling BitCollections BitArray+Descriptions.swift
[405/641] Compiling BitCollections BitArray+Equatable.swift
[406/641] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[407/641] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[408/641] Compiling BitCollections BitArray+Extras.swift
[409/641] Emitting module OrderedCollections
[414/668] Wrapping AST for SystemPackage for debugging
[417/668] Compiling Algorithms FlattenCollection.swift
[418/668] Compiling Algorithms Grouped.swift
[419/668] Compiling Algorithms Indexed.swift
[420/668] Compiling Algorithms Intersperse.swift
[421/668] Compiling Algorithms Joined.swift
[422/668] Compiling Algorithms Keyed.swift
[423/668] Compiling Algorithms MinMax.swift
[424/668] Compiling Algorithms Partition.swift
[425/668] Compiling Algorithms Permutations.swift
[426/668] Compiling Algorithms Product.swift
[427/668] Compiling Algorithms Split.swift
[428/668] Compiling Algorithms Stride.swift
[429/668] Compiling Algorithms Suffix.swift
[439/681] Emitting module _RopeModule
[453/681] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[461/733] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[462/733] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[463/733] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[464/733] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[465/733] Compiling BitCollections BitSet+SetAlgebra union.swift
[466/733] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[467/733] Compiling BitCollections BitSet.Counted.swift
[468/733] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[469/733] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[470/733] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[478/737] Compiling _RopeModule Rope+Join.swift
[479/737] Compiling _RopeModule Rope+MutatingForEach.swift
[480/737] Compiling _RopeModule Rope+Remove.swift
[483/737] Compiling BitCollections BitSet.Index.swift
[484/737] Compiling BitCollections BitSet._UnsafeHandle.swift
[485/737] Compiling BitCollections BitSet.swift
[486/737] Compiling BitCollections Range+Utilities.swift
[487/737] Compiling BitCollections Slice+Utilities.swift
[488/737] Compiling BitCollections UInt+Tricks.swift
[489/737] Compiling BitCollections _Word.swift
[494/775] Compiling Crypto Signature.swift
[495/775] Compiling Crypto CryptoKitErrors_boring.swift
[496/775] Compiling Crypto RNG_boring.swift
[497/775] Compiling Crypto SafeCompare_boring.swift
[498/775] Compiling Crypto Zeroization_boring.swift
[499/775] Compiling Crypto PrettyBytes.swift
[500/805] Emitting module BitCollections
[501/805] Compiling NIOCore ByteBuffer-multi-int.swift
[502/805] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[503/805] Compiling NIOCore ByteBuffer-views.swift
[504/805] Compiling NIOCore Channel.swift
[505/805] Compiling NIOCore ChannelHandler.swift
[506/805] Compiling NIOCore ChannelHandlers.swift
[507/805] Compiling NIOCore ChannelInvoker.swift
[508/805] Compiling NIOCore ChannelOption.swift
[509/805] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[510/805] Compiling NIOCore EventLoopFuture.swift
[511/805] Compiling NIOCore FileDescriptor.swift
[512/805] Compiling NIOCore FileHandle.swift
[513/805] Compiling NIOCore FileRegion.swift
[514/805] Compiling NIOCore GlobalSingletons.swift
[515/805] Compiling NIOCore IO.swift
[516/805] Compiling NIOCore IOData.swift
[517/805] Compiling NIOCore IPProtocol.swift
[518/805] Compiling NIOCore IntegerBitPacking.swift
[519/805] Compiling NIOCore EventLoop+SerialExecutor.swift
[520/805] Compiling NIOCore EventLoop.swift
[521/805] Compiling NIOCore AddressedEnvelope.swift
[522/805] Compiling NIOCore AsyncAwaitSupport.swift
[523/805] Compiling NIOCore AsyncChannel.swift
[524/805] Compiling NIOCore AsyncChannelHandler.swift
[525/805] Compiling NIOCore AsyncChannelInboundStream.swift
[526/805] Compiling NIOCore AsyncChannelOutboundWriter.swift
[527/805] Compiling NIOCore NIOAsyncSequenceProducer.swift
[529/806] Compiling NIOCore IntegerTypes.swift
[530/806] Compiling NIOCore Interfaces.swift
[531/806] Compiling NIOCore Linux.swift
[532/806] Compiling NIOCore MarkedCircularBuffer.swift
[533/806] Compiling NIOCore CircularBuffer.swift
[534/806] Compiling NIOCore Codec.swift
[535/806] Compiling NIOCore ConvenienceOptionSupport.swift
[536/806] Compiling NIOCore DeadChannel.swift
[537/806] Compiling NIOCore DispatchQueue+WithFuture.swift
[538/806] Compiling NIOCore EventLoop+Deprecated.swift
[548/806] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[558/823] Compiling NIOCore ByteBuffer-int.swift
[559/823] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[560/823] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[561/823] Compiling NIOCore EventLoopFuture+Deprecated.swift
[566/823] Compiling ConsoleKitCommands CommandError.swift
[567/823] Compiling ConsoleKitCommands CommandGroup.swift
[568/823] Compiling ConsoleKitCommands CommandInput.swift
[569/823] Compiling ConsoleKitCommands Commands.swift
[570/823] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[571/823] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[572/823] Compiling ConsoleKitCommands Argument.swift
[573/823] Compiling NIOCore ByteBuffer-hex.swift
[574/829] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[575/829] Compiling ConsoleKitCommands AsyncCommand.swift
[576/829] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 |         let start = Double(100_000_000)
553 |         let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
    |                                                `- error: cannot find 'pow' in scope
554 |
555 |         // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                 `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
  |                                 `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 |         let jitterRange = (backoffNanoseconds / 100) * 3
562 |         // Pick a random element from the range +/- jitter range.
563 |         let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
    |                                                                          `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 |         let jitteredBackoff = backoff + jitter
565 |         return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
   |           `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
 2 |     public typealias SubSequence = Slice<ClosedRange<Bound>>
 3 |     @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[580/829] Compiling NIOCore NIOAny.swift
[581/829] Compiling NIOCore NIOCloseOnErrorHandler.swift
[582/829] Compiling NIOCore NIOLoopBound.swift
[583/829] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[584/829] Compiling NIOCore NIOScheduledCallback.swift
[585/829] Compiling NIOCore NIOSendable.swift
[586/829] Compiling NIOCore RecvByteBufferAllocator.swift
[587/830] Compiling _ConnectionPoolModule TinyFastSequence.swift
[600/836] Compiling ConsoleKitCommands Console+Run.swift
[601/836] Compiling ConsoleKitCommands ConsoleError.swift
[602/836] Compiling ConsoleKitCommands Completion.swift
[604/835] Compiling ConsoleKitCommands CommandSignature.swift
[605/835] Compiling ConsoleKitCommands Flag.swift
[606/835] Compiling ConsoleKitCommands Option.swift
[607/837] Emitting module ConsoleKitCommands
[608/837] Emitting module HashTreeCollections
[609/838] Compiling ConsoleKitCommands AsyncCommands.swift
[610/838] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[611/838] Compiling ConsoleKitCommands AnyCommand.swift
[614/838] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[616/838] Emitting module AsyncAlgorithms
[616/838] Wrapping AST for _RopeModule for debugging
[618/838] Compiling ConsoleKitCommands Command.swift
[619/838] Compiling ConsoleKitCommands CommandContext.swift
[623/838] Wrapping AST for SwiftASN1 for debugging
[625/838] Compiling NIOCore MulticastChannel.swift
[632/846] Wrapping AST for RealModule for debugging
[648/846] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[649/846] Compiling ConsoleKitCommands Utilities.swift
[677/846] Emitting module Crypto
[697/846] Wrapping AST for OrderedCollections for debugging
[704/846] Wrapping AST for Logging for debugging
[706/846] Emitting module _ConnectionPoolModule
[712/849] Wrapping AST for InternalCollectionsUtilities for debugging
BUILD FAILURE 6.1 android