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 StreamChat, reference 0.1.0 (f6f184), with Swift 6.1 for Android on 28 May 2025 07:33:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/GetStream/stream-chat-vapor-swift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at f6f1849 Add docs
Cloned https://github.com/GetStream/stream-chat-vapor-swift.git
Revision (git rev-parse @):
f6f18495da2c0f3b3b2137ea5ebd025891c7317d
SUCCESS checkout https://github.com/GetStream/stream-chat-vapor-swift.git at 0.1.0
========================================
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" : "StreamChat",
  "name" : "StreamChat",
  "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-0":/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/fluent.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor-community/Imperial.git
[1/2707] Fetching jwt
[56/7633] Fetching jwt, imperial
[3349/21054] Fetching jwt, imperial, fluent
[5412/23713] Fetching jwt, imperial, fluent, fluent-postgres-driver
[15479/98091] Fetching jwt, imperial, fluent, fluent-postgres-driver, vapor
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.44s)
[13563/95432] Fetching jwt, imperial, fluent, vapor
Fetched https://github.com/vapor/jwt.git from cache (2.90s)
Fetched https://github.com/vapor-community/Imperial.git from cache (2.91s)
Fetched https://github.com/vapor/fluent.git from cache (2.91s)
Fetched https://github.com/vapor/vapor.git from cache (2.94s)
Computing version for https://github.com/vapor-community/Imperial.git
Computed https://github.com/vapor-community/Imperial.git at 1.2.0 (3.45s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.88s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (1.35s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.43s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13328] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.48s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.93s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
[1796/9819] Fetching sql-kit, swift-log
Fetched https://github.com/vapor/sql-kit.git from cache (0.41s)
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/apple/swift-nio.git from cache (4.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (19.40s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.09s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[361/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
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.52s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.32s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.97s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.65s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.26s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.18s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.52s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.72s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2667] Fetching swift-nio-transport-services
[1602/4873] Fetching swift-nio-transport-services, swift-metrics
[3162/7299] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.58s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.59s)
[1/14843] Fetching swift-nio-ssl
[1041/28779] Fetching swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.67s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.68s)
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.16s)
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.41s)
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.94s)
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.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.21s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.89s)
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.94s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.84s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.10s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/3319] Fetching multipart-kit
[201/9233] Fetching multipart-kit, swift-nio-extras
[618/10296] Fetching multipart-kit, swift-nio-extras, swift-service-context
[1195/15270] Fetching multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing
[2897/26797] Fetching multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing, swift-nio-http2
[4436/29406] Fetching multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing, swift-nio-http2, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.62s)
[14592/26797] Fetching multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[16346/47524] Fetching multipart-kit, swift-nio-extras, swift-service-context, swift-distributed-tracing, swift-nio-http2, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (2.11s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.17s)
Fetching https://github.com/swift-server/async-http-client.git
[33264/34934] Fetching multipart-kit, swift-nio-extras, swift-distributed-tracing, routing-kit
[33265/40511] Fetching multipart-kit, swift-nio-extras, swift-distributed-tracing, routing-kit, console-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.84s)
[17223/33798] Fetching multipart-kit, swift-nio-extras, swift-distributed-tracing, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.56s)
[14499/28221] Fetching multipart-kit, swift-nio-extras, swift-distributed-tracing, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.09s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.11s)
Fetched https://github.com/vapor/multipart-kit.git from cache (3.15s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.09s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.78s)
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.52s)
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.53s)
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/904] Fetching swift-http-types
[905/2045] Fetching swift-http-types, swift-http-structured-headers
[1864/8200] Fetching swift-http-types, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetched https://github.com/apple/swift-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 (1.03s)
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.51s)
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.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.49s)
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.49s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
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/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/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-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/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-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/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/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/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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
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/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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-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/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-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/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/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/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/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/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/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-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-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
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 CAsyncHTTPClient CAsyncHTTPClient.c
[1/1344] Compiling a_dup.cc
[2/1344] Write sources
[3/1344] Write swift-version-24593BA9C3E375BF.txt
[3/1344] Write sources
[10/1344] Compiling _NumericsShims _NumericsShims.c
[11/1344] Compiling _AtomicsShims.c
[12/1344] Compiling a_bitstr.cc
[13/1344] Write sources
[19/1344] Compiling a_i2d_fp.cc
[20/1344] Write sources
[23/1367] Compiling f_int.cc
[23/1367] Write sources
[38/1370] Compiling f_string.cc
[38/1370] Write sources
[52/1385] Compiling a_bool.cc
[53/1385] Write sources
[57/1399] Emitting module RealModule
[57/1400] Compiling a_sign.cc
[58/1400] Write sources
[72/1403] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/1404] Compiling RealModule Real.swift
[74/1404] Compiling RealModule RealFunctions.swift
[75/1404] Compiling RealModule Float80+Real.swift
[76/1404] Compiling InternalCollectionsUtilities Descriptions.swift
[77/1404] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/1404] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/1404] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/1404] Compiling ServiceContextModule ServiceContext.swift
[81/1404] Compiling ServiceContextModule ServiceContextKey.swift
[82/1404] Emitting module ServiceContextModule
[83/1405] Compiling RealModule Float16+Real.swift
[84/1405] Compiling _NIOBase64 Base64.swift
[85/1405] Emitting module _NIOBase64
[86/1405] Compiling RealModule Float+Real.swift
[87/1406] Compiling RealModule ElementaryFunctions.swift
[88/1406] Compiling Logging LogHandler.swift
[89/1406] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/1406] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/1406] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[92/1406] Compiling InternalCollectionsUtilities UInt+reversed.swift
[93/1406] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/1406] Compiling InternalCollectionsUtilities Integer rank.swift
[95/1406] Emitting module InternalCollectionsUtilities
[100/1406] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[101/1406] Compiling InternalCollectionsUtilities Debugging.swift
[102/1406] Compiling _NIODataStructures PriorityQueue.swift
[103/1406] Compiling CoreMetrics Metrics.swift
[104/1406] Compiling _NIODataStructures _TinyArray.swift
[105/1407] Compiling _NIODataStructures Heap.swift
[106/1407] Emitting module _NIODataStructures
[111/1408] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/1409] Wrapping AST for ServiceContextModule for debugging
[111/1409] Wrapping AST for _NIOBase64 for debugging
[111/1409] Write sources
[118/1409] Wrapping AST for RealModule for debugging
[120/1409] Wrapping AST for _NIODataStructures for debugging
[121/1409] Compiling CVaporBcrypt blf.c
[122/1411] Compiling CVaporBcrypt bcrypt.c
[124/1415] Compiling Instrumentation InstrumentationSystem.swift
[125/1415] Emitting module Instrumentation
[126/1415] Compiling Instrumentation Instrument.swift
[127/1418] Compiling Instrumentation NoOpInstrument.swift
[128/1536] Compiling Instrumentation MultiplexInstrument.swift
[129/1548] Compiling HeapModule Heap+Descriptions.swift
[130/1548] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[131/1548] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[132/1548] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[133/1550] Compiling ConcurrencyHelpers LockedValueBox.swift
[134/1550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[135/1550] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[136/1550] Compiling HeapModule _HeapNode.swift
[137/1550] Compiling HeapModule Heap+UnsafeHandle.swift
[138/1550] Compiling HeapModule Heap+Invariants.swift
[139/1550] Compiling HeapModule Heap.swift
[140/1550] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[141/1550] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[142/1550] Emitting module HeapModule
[144/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[145/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[146/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[147/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[148/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[149/1551] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[150/1551] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[151/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/1551] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/1558] Compiling SwiftASN1 DER.swift
[159/1558] Compiling SwiftASN1 Errors.swift
[160/1558] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/1558] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/1558] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/1558] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/1558] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/1558] Compiling OrderedCollections OrderedSet+Hashable.swift
[168/1634] Compiling HashTreeCollections _HashNode+Invariants.swift
[169/1634] Compiling HashTreeCollections _HashNode+Lookups.swift
[170/1634] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[171/1634] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[172/1634] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[173/1634] Compiling HashTreeCollections _HashNode+Storage.swift
[174/1634] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[175/1634] Compiling HashTreeCollections _HashNode+Structural filter.swift
[176/1634] Compiling HashTreeCollections _AncestorHashSlots.swift
[177/1634] Compiling HashTreeCollections _Bitmap.swift
[178/1634] Compiling HashTreeCollections _Bucket.swift
[179/1634] Compiling HashTreeCollections _HashNode+Structural union.swift
[180/1634] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[181/1634] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[182/1634] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[183/1634] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[184/1634] Compiling HashTreeCollections _HashNode.swift
[185/1634] Compiling HashTreeCollections _HashNodeHeader.swift
[186/1634] Compiling HashTreeCollections _HashSlot.swift
[190/1634] Compiling HashTreeCollections _Hash.swift
[191/1634] Compiling HashTreeCollections _HashLevel.swift
[192/1634] Compiling HashTreeCollections _HashNode+Builder.swift
[193/1634] Compiling HashTreeCollections _HashNode+Debugging.swift
[194/1634] Compiling HashTreeCollections _HashNode+Initializers.swift
[195/1634] Compiling Logging Locks.swift
[196/1634] Compiling Instrumentation Locks.swift
[197/1634] Emitting module ConcurrencyHelpers
[198/1634] Compiling ConcurrencyHelpers Lock.swift
[199/1635] Compiling CoreMetrics Locks.swift
[200/1636] Emitting module CoreMetrics
[201/1637] Compiling Logging MetadataProvider.swift
[209/1637] Emitting module Logging
[210/1637] Compiling Logging Logging.swift
[213/1638] Emitting module OrderedCollections
[216/1664] Compiling HashTreeCollections TreeSet+Hashable.swift
[217/1664] Compiling HashTreeCollections TreeSet+Sendable.swift
[218/1664] Compiling HashTreeCollections TreeSet+Sequence.swift
[219/1664] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[220/1664] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[221/1664] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[222/1664] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[223/1664] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[224/1664] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[225/1664] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[226/1674] Emitting module SwiftASN1
[227/1677] Compiling HashTreeCollections TreeSet+Descriptions.swift
[228/1677] Compiling HashTreeCollections TreeSet+Equatable.swift
[229/1677] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[230/1677] Compiling HashTreeCollections TreeSet+Extras.swift
[231/1677] Compiling HashTreeCollections TreeSet+Filter.swift
[232/1677] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[233/1677] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[234/1677] Compiling HashTreeCollections TreeDictionary+Filter.swift
[235/1677] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[236/1677] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[237/1677] Compiling HashTreeCollections TreeDictionary+Keys.swift
[238/1677] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[239/1677] Compiling HashTreeCollections TreeDictionary+Merge.swift
[240/1677] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[241/1677] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[242/1677] Compiling HashTreeCollections TreeDictionary+Values.swift
[245/1686] Compiling HashTreeCollections TreeDictionary+Codable.swift
[246/1686] Compiling HashTreeCollections TreeDictionary+Collection.swift
[247/1686] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[248/1686] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[249/1686] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[250/1686] Compiling HashTreeCollections TreeDictionary.swift
[251/1686] Compiling HashTreeCollections TreeSet+Codable.swift
[252/1686] Compiling HashTreeCollections TreeSet+Collection.swift
[253/1686] Compiling DequeModule Deque+CustomReflectable.swift
[254/1686] Compiling DequeModule Deque+Descriptions.swift
[256/1688] Compiling DequeModule Deque._UnsafeHandle.swift
[257/1688] Compiling DequeModule Deque.swift
[258/1688] Compiling DequeModule _DequeBuffer.swift
[259/1688] Compiling DequeModule _DequeBufferHeader.swift
[260/1688] Compiling DequeModule _DequeSlot.swift
[261/1688] Compiling DequeModule _UnsafeWrappedBuffer.swift
[262/1688] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[263/1688] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[264/1688] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[265/1688] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[290/1689] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[291/1689] Compiling HashTreeCollections TreeSet+Debugging.swift
[297/1695] Compiling Tracing TracingTime.swift
[298/1695] Compiling Tracing TracerProtocol.swift
[299/1695] Compiling DequeModule Deque+Extras.swift
[300/1695] Compiling DequeModule Deque+Hashable.swift
[301/1695] Compiling DequeModule Deque+Equatable.swift
[302/1695] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[303/1695] Compiling DequeModule Deque+Testing.swift
[304/1695] Compiling DequeModule Deque._Storage.swift
[305/1695] Emitting module Tracing
[306/1695] Compiling DequeModule Deque+Codable.swift
[307/1695] Compiling DequeModule Deque+Collection.swift
[315/1695] Wrapping AST for SwiftASN1 for debugging
[317/1695] Emitting module UnixSignals
[318/1695] Compiling UnixSignals UnixSignal.swift
[319/1695] Compiling UnixSignals UnixSignalsSequence.swift
[320/1696] Compiling Tracing TracerProtocol+Legacy.swift
[321/1696] Compiling Tracing InstrumentationSystem+Tracing.swift
[322/1696] Compiling Tracing Tracer.swift
[323/1696] Wrapping AST for OrderedCollections for debugging
[327/1696] Emitting module RoutingKit
[328/1696] Compiling RoutingKit AnyRouter.swift
[329/1696] Compiling _RopeModule _CharacterRecognizer.swift
[330/1696] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[331/1696] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[332/1696] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[333/1696] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[334/1696] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[335/1696] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[336/1696] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[337/1696] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[338/1696] Compiling HashTreeCollections TreeSet.swift
[339/1696] Compiling RoutingKit PathComponent.swift
[341/1696] Wrapping AST for Logging for debugging
[343/1696] Compiling RoutingKit TrieRouter.swift
[344/1696] Compiling RoutingKit Router.swift
[347/1696] Compiling Tracing NoOpTracer.swift
[348/1696] Compiling Tracing SpanProtocol.swift
[348/1697] Wrapping AST for InternalCollectionsUtilities for debugging
[351/1697] Emitting module _RopeModule
[351/1697] Wrapping AST for Instrumentation for debugging
[353/1697] Emitting module DequeModule
[353/1697] Wrapping AST for HeapModule for debugging
[355/1698] Compiling HashTreeCollections _HashTreeIterator.swift
[356/1698] Compiling HashTreeCollections _HashTreeStatistics.swift
[357/1698] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[358/1698] Compiling HashTreeCollections _RawHashNode.swift
[359/1698] Compiling HashTreeCollections _UnmanagedHashNode.swift
[360/1698] Compiling HashTreeCollections _UnsafePath.swift
[366/1698] Wrapping AST for CoreMetrics for debugging
[368/1698] Emitting module Metrics
[369/1698] Compiling RoutingKit Parameters.swift
[370/1699] Compiling Metrics Metrics.swift
[371/1699] Emitting module HashTreeCollections
[372/1700] Wrapping AST for ConcurrencyHelpers for debugging
[374/1700] Compiling CSystem shims.c
[375/1700] Compiling CNIOWindows shim.c
[377/1728] Compiling SystemPackage Exports.swift
[378/1728] Compiling SystemPackage Errno.swift
[379/1728] Compiling SystemPackage ErrnoWindows.swift
[380/1728] Compiling SystemPackage FileDescriptor.swift
[381/1728] Compiling SystemPackage FileHelpers.swift
[382/1728] Compiling SystemPackage Mocking.swift
[383/1728] Compiling SystemPackage RawBuffer.swift
[384/1728] Compiling SystemPackage Syscalls.swift
[385/1728] Compiling SystemPackage WindowsSyscallAdapters.swift
[386/1728] Compiling SystemPackage FilePathParsing.swift
[387/1728] Compiling SystemPackage FilePathString.swift
[388/1728] Compiling SystemPackage FilePathSyntax.swift
[389/1728] Compiling SystemPackage FilePathTemp.swift
[390/1728] Compiling SystemPackage MachPort.swift
[391/1728] Compiling SystemPackage PlatformString.swift
[392/1728] Compiling SystemPackage SystemString.swift
[398/1728] Compiling HashTreeCollections _HashStack.swift
[399/1728] Compiling SystemPackage FileOperations.swift
[400/1728] Compiling SystemPackage FilePath.swift
[401/1728] Compiling SystemPackage FilePathComponentView.swift
[402/1728] Compiling SystemPackage FilePathComponents.swift
[403/1728] Compiling SystemPackage FilePathTempPosix.swift
[404/1728] Compiling SystemPackage FilePathTempWindows.swift
[405/1728] Compiling SystemPackage FilePathWindows.swift
[406/1728] Compiling SystemPackage FilePermissions.swift
[407/1728] Compiling SystemPackage Backcompat.swift
[408/1728] Compiling SystemPackage CInterop.swift
[409/1728] Compiling SystemPackage Constants.swift
[440/1729] Compiling _RopeModule Rope+Join.swift
[441/1729] Compiling _RopeModule Rope+MutatingForEach.swift
[442/1729] Compiling _RopeModule Rope+Remove.swift
[443/1729] Compiling _RopeModule Rope+RemoveSubrange.swift
[444/1729] Compiling _RopeModule Rope+Split.swift
[445/1729] Compiling _RopeModule Optional Utilities.swift
[446/1729] Compiling _RopeModule String Utilities.swift
[447/1729] Compiling _RopeModule String.Index+ABI.swift
[465/1733] Compiling SystemPackage Util+StringArray.swift
[466/1733] Compiling SystemPackage Util.swift
[467/1733] Compiling SystemPackage UtilConsumers.swift
[480/1733] Emitting module SystemPackage
[481/1734] Wrapping AST for Metrics for debugging
[482/1734] Compiling CNIOWindows WSAStartup.c
[483/1734] Wrapping AST for Tracing for debugging
[484/1734] Compiling CNIOWASI CNIOWASI.c
[485/1734] Wrapping AST for HashTreeCollections for debugging
[486/1734] Compiling CNIOSHA1 c_nio_sha1.c
[487/1734] Wrapping AST for DequeModule for debugging
[488/1734] Compiling CNIOLinux liburing_shims.c
[489/1734] Wrapping AST for UnixSignals for debugging
[490/1734] Wrapping AST for RoutingKit for debugging
[491/1734] Compiling CNIOLLHTTP c_nio_http.c
[492/1734] Compiling CNIOExtrasZlib empty.c
[493/1734] Compiling CNIODarwin shim.c
[494/1734] Compiling CNIOLLHTTP c_nio_api.c
[495/1734] Compiling CNIOLinux shim.c
[496/1734] Wrapping AST for _RopeModule for debugging
[497/1734] Wrapping AST for SystemPackage for debugging
[498/1734] Compiling fiat_p256_adx_mul.S
[499/1734] Compiling fiat_curve25519_adx_square.S
[500/1734] Compiling fiat_p256_adx_sqr.S
[501/1734] Compiling CNIOLLHTTP c_nio_llhttp.c
[502/1734] Compiling CNIOBoringSSLShims shims.c
[503/1734] Compiling fiat_curve25519_adx_mul.S
[504/1734] Compiling tls_record.cc
[505/1734] Compiling tls13_server.cc
[506/1734] Compiling tls_method.cc
[507/1734] Compiling tls13_client.cc
[508/1734] Compiling tls13_enc.cc
[509/1734] Compiling t1_enc.cc
[510/1734] Compiling ssl_x509.cc
[511/1734] Compiling tls13_both.cc
[512/1734] Compiling ssl_versions.cc
[513/1734] Compiling ssl_session.cc
[514/1734] Compiling ssl_privkey.cc
[515/1734] Compiling ssl_transcript.cc
[516/1734] Compiling ssl_stat.cc
[517/1734] Compiling ssl_key_share.cc
[518/1734] Compiling ssl_lib.cc
[519/1734] Compiling ssl_file.cc
[520/1734] Compiling ssl_cipher.cc
[521/1734] Compiling ssl_credential.cc
[522/1734] Compiling ssl_buffer.cc
[523/1734] Compiling ssl_cert.cc
[524/1734] Compiling ssl_aead_ctx.cc
[525/1734] Compiling ssl_asn1.cc
[526/1734] Compiling s3_pkt.cc
[527/1734] Compiling s3_lib.cc
[528/1734] Compiling handshake_server.cc
[529/1734] Compiling s3_both.cc
[530/1734] Compiling handshake.cc
[531/1734] Compiling handoff.cc
[532/1734] Compiling handshake_client.cc
[533/1734] Compiling dtls_method.cc
[534/1734] Compiling extensions.cc
[535/1734] Compiling md5-x86_64-linux.S
[536/1734] Compiling dtls_record.cc
[537/1734] Compiling encrypted_client_hello.cc
[538/1734] Compiling md5-x86_64-apple.S
[539/1734] Compiling md5-586-linux.S
[540/1734] Compiling md5-586-apple.S
[541/1734] Compiling chacha20_poly1305_x86_64-linux.S
[542/1734] Compiling chacha20_poly1305_x86_64-apple.S
[543/1734] Compiling chacha20_poly1305_armv8-win.S
[544/1734] Compiling d1_srtp.cc
[545/1734] Compiling chacha20_poly1305_armv8-linux.S
[546/1734] Compiling chacha20_poly1305_armv8-apple.S
[547/1734] Compiling chacha-x86-linux.S
[548/1734] Compiling chacha-x86_64-apple.S
[549/1734] Compiling chacha-x86_64-linux.S
[550/1734] Compiling chacha-armv8-win.S
[551/1734] Compiling chacha-armv8-linux.S
[552/1734] Compiling chacha-x86-apple.S
[553/1734] Compiling chacha-armv8-apple.S
[554/1734] Compiling chacha-armv4-linux.S
[555/1734] Compiling aes128gcmsiv-x86_64-linux.S
[556/1734] Compiling aes128gcmsiv-x86_64-apple.S
[557/1734] Compiling d1_pkt.cc
[558/1734] Compiling x86_64-mont5-linux.S
[559/1734] Compiling x86_64-mont5-apple.S
[560/1734] Compiling x86_64-mont-linux.S
[561/1734] Compiling x86_64-mont-apple.S
[562/1734] Compiling x86-mont-linux.S
[563/1734] Compiling vpaes-x86_64-linux.S
[564/1734] Compiling x86-mont-apple.S
[565/1734] Compiling vpaes-x86-linux.S
[566/1734] Compiling vpaes-x86_64-apple.S
[567/1734] Compiling err_data.cc
[568/1734] Compiling vpaes-armv8-win.S
[569/1734] Compiling vpaes-armv8-apple.S
[570/1734] Compiling vpaes-x86-apple.S
[571/1734] Compiling vpaes-armv8-linux.S
[572/1734] Compiling sha512-x86_64-linux.S
[573/1734] Compiling vpaes-armv7-linux.S
[574/1734] Compiling sha512-armv8-apple.S
[575/1734] Compiling sha512-armv8-win.S
[576/1734] Compiling sha512-armv4-linux.S
[577/1734] Compiling sha512-x86_64-apple.S
[578/1734] Compiling sha512-586-linux.S
[579/1734] Compiling sha512-armv8-linux.S
[580/1734] Compiling sha512-586-apple.S
[581/1734] Compiling sha256-x86_64-apple.S
[582/1734] Compiling sha256-x86_64-linux.S
[583/1734] Compiling sha256-armv8-win.S
[584/1734] Compiling sha256-armv8-apple.S
[585/1734] Compiling sha256-armv4-linux.S
[586/1734] Compiling sha256-armv8-linux.S
[587/1734] Compiling sha256-586-apple.S
[588/1734] Compiling sha256-586-linux.S
[589/1734] Compiling sha1-x86_64-linux.S
[590/1734] Compiling sha1-x86_64-apple.S
[591/1734] Compiling sha1-armv8-win.S
[592/1734] Compiling sha1-armv8-apple.S
[593/1734] Compiling sha1-armv8-linux.S
[594/1734] Compiling sha1-armv4-large-linux.S
[595/1734] Compiling sha1-586-linux.S
[596/1734] Compiling sha1-586-apple.S
[597/1734] Compiling rsaz-avx2-linux.S
[598/1734] Compiling rsaz-avx2-apple.S
[599/1734] Compiling rdrand-x86_64-linux.S
[600/1734] Compiling rdrand-x86_64-apple.S
[601/1734] Compiling p256_beeu-x86_64-asm-linux.S
[602/1734] Compiling bio_ssl.cc
[603/1734] Compiling p256_beeu-x86_64-asm-apple.S
[604/1734] Compiling p256_beeu-armv8-asm-win.S
[605/1734] Compiling d1_lib.cc
[606/1734] Compiling p256_beeu-armv8-asm-linux.S
[607/1734] Compiling p256_beeu-armv8-asm-apple.S
[608/1734] Compiling p256-x86_64-asm-linux.S
[609/1734] Compiling p256-armv8-asm-apple.S
[610/1734] Compiling p256-armv8-asm-win.S
[611/1734] Compiling p256-x86_64-asm-apple.S
[612/1734] Compiling ghashv8-armv8-apple.S
[613/1734] Compiling ghashv8-armv8-win.S
[614/1734] Compiling ghashv8-armv8-linux.S
[615/1734] Compiling ghashv8-armv7-linux.S
[616/1734] Compiling p256-armv8-asm-linux.S
[617/1734] Compiling ghash-x86_64-apple.S
[618/1734] Compiling ghash-x86_64-linux.S
[619/1734] Compiling ghash-x86-linux.S
[620/1734] Compiling ghash-ssse3-x86_64-apple.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-linux.S
[625/1734] Compiling ghash-neon-armv8-linux.S
[626/1734] Compiling ghash-neon-armv8-win.S
[627/1734] Compiling ghash-neon-armv8-apple.S
[628/1734] Compiling co-586-linux.S
[629/1734] Compiling bn-armv8-linux.S
[630/1734] Compiling co-586-apple.S
[631/1734] Compiling ghash-armv4-linux.S
[632/1734] Compiling bsaes-armv7-linux.S
[633/1734] Compiling bn-armv8-apple.S
[634/1734] Compiling bn-armv8-win.S
[635/1734] Compiling bn-586-apple.S
[636/1734] Compiling bn-586-linux.S
[637/1734] Compiling armv8-mont-win.S
[638/1734] Compiling armv8-mont-apple.S
[639/1734] Compiling d1_both.cc
[640/1734] Compiling armv4-mont-linux.S
[641/1734] Compiling aesv8-gcm-armv8-win.S
[642/1734] Compiling armv8-mont-linux.S
[643/1734] Compiling aesv8-armv7-linux.S
[644/1734] Compiling aesv8-gcm-armv8-apple.S
[645/1734] Compiling aesv8-armv8-apple.S
[646/1734] Compiling aesv8-armv8-win.S
[647/1734] Compiling aesv8-armv8-linux.S
[648/1734] Compiling aesv8-gcm-armv8-linux.S
[649/1734] Compiling aesni-x86_64-apple.S
[650/1734] Compiling aesni-x86-linux.S
[651/1734] Compiling aesni-x86_64-linux.S
[652/1734] Compiling aesni-x86-apple.S
[652/1734] Compiling aesni-gcm-x86_64-apple.S
[654/1734] Compiling aesni-gcm-x86_64-linux.S
[655/1734] Compiling aes-gcm-avx10-x86_64-linux.S
[656/1734] Compiling aes-gcm-avx2-x86_64-linux.S
[657/1734] Compiling aes-gcm-avx2-x86_64-apple.S
[658/1734] Compiling aes-gcm-avx10-x86_64-apple.S
[659/1734] Compiling x_name.cc
[660/1734] Compiling x_x509a.cc
[661/1734] Compiling x_val.cc
[662/1734] Compiling x_sig.cc
[663/1734] Compiling x_pubkey.cc
[664/1734] Compiling x_req.cc
[665/1734] Compiling x_x509.cc
[666/1734] Compiling x_spki.cc
[667/1734] Compiling x_exten.cc
[668/1734] Compiling x_attrib.cc
[669/1734] Compiling x_algor.cc
[670/1734] Compiling x509spki.cc
[671/1734] Compiling x509rset.cc
[672/1734] Compiling x_crl.cc
[673/1734] Compiling x509name.cc
[674/1734] Compiling x_all.cc
[675/1734] Compiling x509_vpm.cc
[676/1734] Compiling x509_txt.cc
[677/1734] Compiling x509cset.cc
[678/1734] Compiling x509_vfy.cc
[679/1734] Compiling x509_v3.cc
[680/1734] Compiling x509_set.cc
[681/1734] Compiling x509_trs.cc
[682/1734] Compiling x509_obj.cc
[683/1734] Compiling x509_req.cc
[684/1734] Compiling x509_lu.cc
[685/1734] Compiling x509_ext.cc
[686/1734] Compiling x509_def.cc
[687/1734] Compiling x509_cmp.cc
[688/1734] Compiling x509_d2.cc
[689/1734] Compiling v3_skey.cc
[690/1734] Compiling x509.cc
[691/1734] Compiling x509_att.cc
[692/1734] Compiling v3_utl.cc
[693/1734] Compiling v3_ocsp.cc
[694/1734] Compiling v3_purp.cc
[695/1734] Compiling v3_prn.cc
[696/1734] Compiling v3_pmaps.cc
[697/1734] Compiling v3_pcons.cc
[698/1734] Compiling v3_lib.cc
[699/1734] Compiling v3_ncons.cc
[700/1734] Compiling v3_int.cc
[701/1734] Compiling v3_cpols.cc
[702/1734] Compiling v3_genn.cc
[703/1734] Compiling v3_ia5.cc
[704/1734] Compiling v3_extku.cc
[705/1734] Compiling v3_info.cc
[706/1734] Compiling v3_bitst.cc
[707/1734] Compiling v3_enum.cc
[708/1734] Compiling v3_crld.cc
[709/1734] Compiling v3_conf.cc
[710/1734] Compiling v3_akeya.cc
[711/1734] Compiling v3_bcons.cc
[712/1734] Compiling v3_alt.cc
[713/1734] Compiling v3_akey.cc
[714/1734] Compiling t_x509a.cc
[715/1734] Compiling t_x509.cc
[716/1734] Compiling t_req.cc
[717/1734] Compiling t_crl.cc
[718/1734] Compiling i2d_pr.cc
[719/1734] Compiling rsa_pss.cc
[720/1734] Compiling policy.cc
[721/1734] Compiling name_print.cc
[722/1734] Compiling by_file.cc
[723/1734] Compiling by_dir.cc
[724/1734] Compiling asn1_gen.cc
[725/1734] Compiling algorithm.cc
[726/1734] Compiling a_verify.cc
[727/1734] Compiling a_sign.cc
[728/1734] Compiling a_digest.cc
[729/1734] Compiling voprf.cc
[730/1734] Compiling trust_token.cc
[731/1734] Compiling thread_pthread.cc
[732/1734] Compiling thread_none.cc
[733/1734] Compiling thread_win.cc
[734/1734] Compiling thread.cc
[735/1734] Compiling stack.cc
[736/1734] Compiling pmbtoken.cc
[737/1734] Compiling siphash.cc
[738/1734] Compiling sha512.cc
[739/1734] Compiling sha1.cc
[740/1734] Compiling sha256.cc
[741/1734] Compiling spake2plus.cc
[742/1734] Compiling rsa_print.cc
[743/1734] Compiling rsa_extra.cc
[744/1734] Compiling slhdsa.cc
[745/1734] Compiling rsa_crypt.cc
[746/1734] Compiling refcount.cc
[747/1734] Compiling rc4.cc
[748/1734] Compiling urandom.cc
[749/1734] Compiling windows.cc
[750/1734] Compiling trusty.cc
[751/1734] Compiling rsa_asn1.cc
[752/1734] Compiling rand.cc
[753/1734] Compiling passive.cc
[754/1734] Compiling ios.cc
[755/1734] Compiling getentropy.cc
[756/1734] Compiling poly1305_arm_asm.S
[757/1734] Compiling fork_detect.cc
[758/1734] Compiling forkunsafe.cc
[759/1734] Compiling deterministic.cc
[760/1734] Compiling poly1305_vec.cc
[761/1734] Compiling p5_pbev2.cc
[762/1734] Compiling pool.cc
[763/1734] Compiling poly1305_arm.cc
[764/1734] Compiling poly1305.cc
[765/1734] Compiling pkcs7.cc
[766/1734] Compiling pkcs8.cc
[767/1734] Compiling pkcs8_x509.cc
[768/1734] Compiling pkcs7_x509.cc
[769/1734] Compiling pem_x509.cc
[770/1734] Compiling pem_xaux.cc
[771/1734] Compiling pem_pkey.cc
[772/1734] Compiling obj.cc
[773/1734] Compiling pem_oth.cc
[774/1734] Compiling pem_pk8.cc
[775/1734] Compiling mem.cc
[776/1734] Compiling obj_xref.cc
[777/1734] Compiling md4.cc
[778/1734] Compiling mldsa.cc
[779/1734] Compiling mlkem.cc
[780/1734] Compiling poly_rq_mul.S
[781/1734] Compiling md5.cc
[782/1734] Compiling fips_shared_support.cc
[783/1734] Compiling pem_info.cc
[784/1734] Compiling pem_lib.cc
[785/1734] Compiling pem_all.cc
[786/1734] Compiling lhash.cc
[787/1734] Compiling kyber.cc
[788/1734] Compiling ex_data.cc
[789/1734] Compiling sign.cc
[790/1734] Compiling hrss.cc
[791/1734] Compiling hpke.cc
[792/1734] Compiling scrypt.cc
[793/1734] Compiling print.cc
[794/1734] Compiling pbkdf.cc
[795/1734] Compiling p_x25519.cc
[796/1734] Compiling p_x25519_asn1.cc
[797/1734] Compiling p_rsa.cc
[798/1734] Compiling p_ed25519_asn1.cc
[799/1734] Compiling p_hkdf.cc
[800/1734] Compiling p_ed25519.cc
[801/1734] Compiling p_rsa_asn1.cc
[802/1734] Compiling p_dh.cc
[803/1734] Compiling p_ec.cc
[804/1734] Compiling p_dsa_asn1.cc
[805/1734] Compiling p_ec_asn1.cc
[806/1734] Compiling p_dh_asn1.cc
[807/1734] Compiling evp_ctx.cc
[808/1734] Compiling evp_asn1.cc
[809/1734] Compiling evp.cc
[810/1734] Compiling engine.cc
[811/1734] Compiling bcm.cc
[812/1734] Compiling err.cc
[813/1734] Compiling hash_to_curve.cc
[814/1734] Compiling ecdh.cc
[815/1734] Compiling ec_derive.cc
[816/1734] Compiling ecdsa_asn1.cc
[817/1734] Compiling dsa.cc
[818/1734] Compiling ec_asn1.cc
[819/1734] Compiling params.cc
[820/1734] Compiling digest_extra.cc
[821/1734] Compiling dsa_asn1.cc
[822/1734] Compiling x25519-asm-arm.S
[823/1734] Compiling dh_asn1.cc
[824/1734] Compiling curve25519_64_adx.cc
[825/1734] Compiling des.cc
[826/1734] Compiling spake25519.cc
[827/1734] Compiling crypto.cc
[828/1734] Compiling cpu_intel.cc
[829/1734] Compiling cpu_arm_linux.cc
[830/1734] Compiling curve25519.cc
[831/1734] Compiling cpu_aarch64_win.cc
[832/1734] Compiling cpu_arm_freebsd.cc
[833/1734] Compiling cpu_aarch64_sysreg.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 conf.cc
[839/1734] Compiling tls_cbc.cc
[840/1734] Compiling get_cipher.cc
[841/1734] Compiling e_tls.cc
[842/1734] Compiling e_rc4.cc
[843/1734] Compiling e_rc2.cc
[844/1734] Compiling e_aesgcmsiv.cc
[845/1734] Compiling e_null.cc
[846/1734] Compiling e_aesctrhmac.cc
[847/1734] Compiling e_chacha20poly1305.cc
[848/1734] Compiling e_des.cc
[849/1734] Compiling chacha.cc
[850/1734] Compiling derive_key.cc
[851/1734] Compiling unicode.cc
[852/1734] Compiling buf.cc
[853/1734] Compiling ber.cc
[854/1734] Compiling cbs.cc
[855/1734] Compiling convert.cc
[856/1734] Compiling asn1_compat.cc
[857/1734] Compiling cbb.cc
[858/1734] Compiling bn_asn1.cc
[859/1734] Compiling blake2.cc
[860/1734] Compiling socket_helper.cc
[861/1734] Compiling socket.cc
[862/1734] Compiling printf.cc
[863/1734] Compiling pair.cc
[864/1734] Compiling hexdump.cc
[865/1734] Compiling connect.cc
[866/1734] Compiling file.cc
[867/1734] Compiling fd.cc
[868/1734] Compiling bio.cc
[869/1734] Compiling errno.cc
[870/1734] Compiling bio_mem.cc
[871/1734] Compiling base64.cc
[872/1734] Compiling tasn_utl.cc
[873/1734] Compiling tasn_typ.cc
[874/1734] Compiling tasn_enc.cc
[875/1734] Compiling tasn_fre.cc
[876/1734] Compiling posix_time.cc
[877/1734] Compiling tasn_new.cc
[878/1734] Compiling tasn_dec.cc
[879/1734] Compiling f_string.cc
[880/1734] Compiling f_int.cc
[881/1734] Compiling asn_pack.cc
[882/1734] Compiling asn1_par.cc
[883/1734] Compiling asn1_lib.cc
[884/1734] Compiling a_type.cc
[885/1734] Compiling a_utctm.cc
[886/1734] Compiling a_octet.cc
[887/1734] Compiling a_time.cc
[888/1734] Compiling a_strex.cc
[889/1734] Compiling a_strnid.cc
[890/1734] Compiling a_i2d_fp.cc
[891/1734] Compiling a_dup.cc
[892/1734] Compiling a_object.cc
[893/1734] Compiling a_mbstr.cc
[894/1734] Compiling a_int.cc
[895/1734] Compiling a_d2i_fp.cc
[896/1734] Compiling fiat_p256_adx_sqr.S
[897/1734] Compiling fiat_p256_adx_mul.S
[898/1734] Compiling fiat_curve25519_adx_square.S
[899/1734] Compiling fiat_curve25519_adx_mul.S
[900/1734] Compiling a_bool.cc
[901/1734] Compiling x_val.c
[902/1734] Compiling a_bitstr.cc
[903/1734] Compiling a_gentm.cc
[904/1734] Compiling x_x509a.c
[905/1734] Compiling x_spki.c
[906/1734] Compiling x_x509.c
[907/1734] Compiling x_pubkey.c
[908/1734] Compiling x_sig.c
[909/1734] Compiling x_req.c
[910/1734] Compiling x_crl.c
[911/1734] Compiling x_attrib.c
[912/1734] Compiling x_name.c
[913/1734] Compiling x_all.c
[914/1734] Compiling x_exten.c
[915/1734] Compiling x_algor.c
[916/1734] Compiling x509spki.c
[917/1734] Compiling x509cset.c
[918/1734] Compiling x509name.c
[919/1734] Compiling x509_vpm.c
[920/1734] Compiling x509rset.c
[921/1734] Compiling x509_v3.c
[922/1734] Compiling x509_vfy.c
[923/1734] Compiling x509_trs.c
[924/1734] Compiling x509_txt.c
[925/1734] Compiling x509_req.c
[926/1734] Compiling x509_set.c
[927/1734] Compiling x509_def.c
[928/1734] Compiling x509_ext.c
[929/1734] Compiling x509_obj.c
[930/1734] Compiling x509_lu.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_utl.c
[936/1734] Compiling v3_prn.c
[937/1734] Compiling v3_purp.c
[938/1734] Compiling v3_ocsp.c
[939/1734] Compiling v3_skey.c
[940/1734] Compiling v3_pcons.c
[941/1734] Compiling v3_pmaps.c
[942/1734] Compiling v3_genn.c
[943/1734] Compiling v3_int.c
[944/1734] Compiling v3_info.c
[945/1734] Compiling v3_ncons.c
[946/1734] Compiling v3_ia5.c
[947/1734] Compiling v3_lib.c
[948/1734] Compiling v3_extku.c
[949/1734] Compiling v3_enum.c
[950/1734] Compiling v3_bitst.c
[951/1734] Compiling v3_cpols.c
[952/1734] Compiling v3_crld.c
[953/1734] Compiling v3_alt.c
[954/1734] Compiling v3_conf.c
[955/1734] Compiling v3_bcons.c
[956/1734] Compiling v3_akeya.c
[957/1734] Compiling v3_akey.c
[958/1734] Compiling t_x509.c
[959/1734] Compiling t_req.c
[960/1734] Compiling t_x509a.c
[961/1734] Compiling i2d_pr.c
[962/1734] Compiling t_crl.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 by_dir.c
[969/1734] Compiling asn1_gen.c
[970/1734] Compiling a_sign.c
[971/1734] Compiling algorithm.c
[972/1734] Compiling a_verify.c
[973/1734] Compiling thread_win.c
[974/1734] Compiling trust_token.c
[975/1734] Compiling a_digest.c
[975/1734] Compiling thread_pthread.c
[975/1734] Compiling thread_none.c
[978/1734] Compiling voprf.c
[979/1734] Compiling thread.c
[980/1734] Compiling pmbtoken.c
[981/1734] Compiling spx_util.c
[982/1734] Compiling spx.c
[983/1734] Compiling thash.c
[984/1734] Compiling wots.c
[985/1734] Compiling merkle.c
[986/1734] Compiling fors.c
[987/1734] Compiling address.c
[988/1734] Compiling stack.c
[989/1734] Compiling siphash.c
[990/1734] Compiling rsa_print.c
[991/1734] Compiling trusty.c
[992/1734] Compiling rc4.c
[993/1734] Compiling rand_extra.c
[994/1734] Compiling windows.c
[995/1734] Compiling rsa_asn1.c
[996/1734] Compiling refcount.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 poly1305_vec.c
[1002/1734] Compiling deterministic.c
[1003/1734] Compiling forkunsafe.c
[1004/1734] Compiling poly1305_arm_asm.S
[1005/1734] Compiling poly1305.c
[1006/1734] Compiling poly1305_arm.c
[1007/1734] Compiling pool.c
[1008/1734] Compiling pkcs8_x509.c
[1009/1734] Compiling pkcs7.c
[1010/1734] Compiling p5_pbev2.c
[1011/1734] Compiling pkcs8.c
[1012/1734] Compiling pem_x509.c
[1013/1734] Compiling pkcs7_x509.c
[1014/1734] Compiling pem_xaux.c
[1015/1734] Compiling pem_oth.c
[1016/1734] Compiling obj_xref.c
[1017/1734] Compiling pem_pk8.c
[1018/1734] Compiling pem_lib.c
[1019/1734] Compiling pem_pkey.c
[1020/1734] Compiling mem.c
[1021/1734] Compiling lhash.c
[1022/1734] Compiling pem_info.c
[1023/1734] Compiling obj.c
[1024/1734] Compiling pem_all.c
[1025/1734] Compiling kyber.c
[1026/1734] Compiling keccak.c
[1027/1734] Compiling hpke.c
[1028/1734] Compiling poly_rq_mul.S
[1029/1734] Compiling x86_64-mont5-mac.mac.x86_64.S
[1030/1734] Compiling x86_64-mont5-linux.linux.x86_64.S
[1031/1734] Compiling c-atomics.c
[1032/1734] Compiling hrss.c
[1033/1740] Compiling x86_64-mont-linux.linux.x86_64.S
[1034/1740] Compiling x86_64-mont-mac.mac.x86_64.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 x86-mont-linux.linux.x86.S
[1037/1740] Compiling x86-mont-windows.windows.x86.S
[1040/1740] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1040/1740] Compiling vpaes-x86-windows.windows.x86.S
[1041/1740] Compiling vpaes-x86-linux.linux.x86.S
[1042/1740] Compiling vpaes-armv7-linux.linux.arm.S
[1042/1740] Compiling vpaes-armv8-ios.ios.aarch64.S
[1044/1740] Compiling vpaes-armv7-ios.ios.arm.S
[1045/1740] Compiling kdf.c
[1046/1740] Compiling vpaes-armv8-linux.linux.aarch64.S
[1047/1740] Compiling sha512-x86_64-linux.linux.x86_64.S
[1048/1740] Compiling sha512-x86_64-mac.mac.x86_64.S
[1049/1740] Compiling sha512-armv4-linux.linux.arm.S
[1050/1740] Compiling sha512-armv8-ios.ios.aarch64.S
[1051/1740] Compiling sha512-armv8-linux.linux.aarch64.S
[1052/1740] Compiling sha512-586-linux.linux.x86.S
[1054/1740] Compiling NIOConcurrencyHelpers lock.swift
[1054/1740] Compiling sha512-586-windows.windows.x86.S
[1055/1740] Compiling sha512-armv4-ios.ios.arm.S
[1056/1740] Compiling sha256-x86_64-linux.linux.x86_64.S
[1058/1740] Compiling NIOConcurrencyHelpers NIOLock.swift
[1058/1740] Compiling sha256-armv8-ios.ios.aarch64.S
[1059/1740] Compiling sha256-x86_64-mac.mac.x86_64.S
[1060/1740] Compiling sha256-armv8-linux.linux.aarch64.S
[1061/1740] Compiling sha256-armv4-linux.linux.arm.S
[1062/1740] Compiling sha256-586-windows.windows.x86.S
[1064/1740] Compiling NIOConcurrencyHelpers atomics.swift
[1065/1740] Emitting module NIOConcurrencyHelpers
[1066/1740] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1066/1741] Compiling sha256-armv4-ios.ios.arm.S
[1067/1741] Compiling sha256-586-linux.linux.x86.S
[1068/1741] Compiling sha1-x86_64-mac.mac.x86_64.S
[1069/1741] Compiling sha1-x86_64-linux.linux.x86_64.S
[1071/1741] Compiling sha1-armv8-linux.linux.aarch64.S
[1071/1741] Compiling sha1-armv8-ios.ios.aarch64.S
[1073/1741] Compiling sha1.c
[1074/1741] Compiling sha1-armv4-large-ios.ios.arm.S
[1075/1741] Compiling sha1-586-windows.windows.x86.S
[1076/1741] Compiling sha1-586-linux.linux.x86.S
[1077/1741] Compiling sha512.c
[1078/1741] Compiling sha1-armv4-large-linux.linux.arm.S
[1079/1741] Compiling sha256.c
[1080/1741] Compiling fips.c
[1081/1741] Compiling service_indicator.c
[1082/1741] Compiling rsaz-avx2-linux.linux.x86_64.S
[1083/1741] Compiling rsaz-avx2-mac.mac.x86_64.S
[1084/1741] Compiling padding.c
[1085/1741] Compiling self_check.c
[1086/1741] Compiling blinding.c
[1087/1741] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1088/1741] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1089/1741] Compiling rsa_impl.c
[1090/1741] Compiling rsa.c
[1091/1741] Wrapping AST for NIOConcurrencyHelpers for debugging
[1092/1741] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1093/1741] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1094/1741] Compiling fork_detect.c
[1095/1741] Compiling ctrdrbg.c
[1096/1741] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1097/1742] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1098/1750] Compiling rand.c
[1099/1759] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1100/1764] Compiling urandom.c
[1101/1767] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1102/1767] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1103/1767] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1104/1767] Compiling polyval.c
[1105/1767] Compiling ofb.c
[1106/1767] Compiling ctr.c
[1107/1767] Compiling gcm_nohw.c
[1108/1767] Compiling cbc.c
[1109/1767] Compiling cfb.c
[1110/1767] Compiling md5-x86_64-mac.mac.x86_64.S
[1111/1767] Compiling md5-x86_64-linux.linux.x86_64.S
[1112/1767] Compiling md5-586-linux.linux.x86.S
[1113/1767] Compiling gcm.c
[1114/1767] Compiling md5-586-windows.windows.x86.S
[1115/1767] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1116/1767] Compiling md5.c
[1117/1767] Compiling md4.c
[1118/1767] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1119/1767] Compiling ghashv8-armv7-linux.linux.arm.S
[1120/1767] Compiling hmac.c
[1121/1767] Compiling ghashv8-armv7-ios.ios.arm.S
[1122/1767] Compiling ghash-x86_64-linux.linux.x86_64.S
[1123/1767] Compiling hkdf.c
[1124/1767] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1125/1767] Compiling ghash-x86_64-mac.mac.x86_64.S
[1126/1767] Compiling ghash-x86-windows.windows.x86.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-linux.linux.arm.S
[1134/1767] Compiling ghash-armv4-ios.ios.arm.S
[1135/1767] Compiling fips_shared_support.c
[1137/1767] Emitting module ConsoleKitTerminal
[1137/1770] Compiling wnaf.c
[1138/1770] Compiling ecdh.c
[1139/1770] Compiling simple.c
[1140/1770] Compiling util.c
[1141/1770] Compiling simple_mul.c
[1142/1770] Compiling ecdsa.c
[1143/1770] Compiling scalar.c
[1144/1770] Compiling oct.c
[1146/1770] Compiling ConsoleKitTerminal Console+Confirm.swift
[1147/1770] Compiling ConsoleKitTerminal Console+Input.swift
[1148/1770] Compiling ConsoleKitTerminal Console+Center.swift
[1149/1770] Compiling ConsoleKitTerminal Console+Output.swift
[1149/1770] Compiling p224-64.c
[1150/1770] Compiling p256.c
[1151/1770] Compiling felem.c
[1152/1770] Compiling digestsign.c
[1153/1770] Compiling digest.c
[1154/1770] Compiling ec_montgomery.c
[1155/1770] Compiling ec_key.c
[1156/1770] Compiling co-586-windows.windows.x86.S
[1158/1770] Compiling ConsoleKitTerminal ActivityBar.swift
[1159/1770] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1160/1770] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1161/1770] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1162/1770] Compiling ConsoleKitTerminal CustomActivity.swift
[1163/1770] Compiling ConsoleKitTerminal LoadingBar.swift
[1164/1770] Compiling ConsoleKitTerminal ProgressBar.swift
[1165/1770] Compiling ConsoleKitTerminal Console+Clear.swift
[1165/1770] Compiling digests.c
[1166/1770] Compiling co-586-linux.linux.x86.S
[1167/1770] Compiling check.c
[1168/1770] Compiling ec.c
[1169/1770] Compiling dh.c
[1171/1770] Compiling ConsoleKitTerminal Console+Wait.swift
[1172/1770] Compiling ConsoleKitTerminal ConsoleColor.swift
[1173/1770] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1174/1770] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1175/1770] Compiling ConsoleKitTerminal ConsoleClear.swift
[1176/1770] Compiling ConsoleKitTerminal Console+Ask.swift
[1177/1770] Compiling ConsoleKitTerminal Console+Choose.swift
[1178/1770] Compiling ConsoleKitTerminal ConsoleText.swift
[1179/1770] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1180/1770] Compiling ConsoleKitTerminal ANSI.swift
[1180/1770] Compiling cmac.c
[1181/1770] Compiling bsaes-armv7-linux.linux.arm.S
[1182/1770] Compiling bsaes-armv7-ios.ios.arm.S
[1183/1770] Compiling cipher.c
[1184/1770] Compiling aead.c
[1185/1770] Compiling e_aesccm.c
[1186/1770] Compiling shift.c
[1188/1770] Compiling ConsoleKitTerminal Console.swift
[1189/1770] Compiling ConsoleKitTerminal Terminal.swift
[1190/1770] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1190/1770] Compiling rsaz_exp.c
[1191/1770] Compiling e_aes.c
[1192/1770] Compiling sqrt.c
[1193/1770] Compiling random.c
[1194/1770] Compiling montgomery_inv.c
[1195/1770] Compiling prime.c
[1196/1770] Compiling mul.c
[1197/1770] Compiling gcd.c
[1198/1770] Compiling p256-nistz.c
[1199/1770] Compiling montgomery.c
[1200/1770] Compiling jacobi.c
[1201/1770] Compiling gcd_extra.c
[1202/1770] Compiling div_extra.c
[1203/1770] Compiling generic.c
[1204/1770] Compiling exponentiation.c
[1205/1770] Compiling div.c
[1206/1770] Compiling cmp.c
[1207/1770] Compiling bytes.c
[1208/1770] Compiling ctx.c
[1209/1770] Compiling x86_64-gcc.c
[1210/1770] Compiling bn.c
[1211/1770] Compiling add.c
[1213/1770] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1214/1770] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1215/1770] Compiling ConsoleKitTerminal LoggerFragment.swift
[1216/1771] Compiling bn-armv8-ios.ios.aarch64.S
[1217/1771] Compiling bn-armv8-linux.linux.aarch64.S
[1218/1771] Compiling bn-586-linux.linux.x86.S
[1219/1771] Compiling bn-586-windows.windows.x86.S
[1220/1771] Compiling armv4-mont-linux.linux.arm.S
[1221/1771] Compiling armv8-mont-linux.linux.aarch64.S
[1222/1771] Compiling armv4-mont-ios.ios.arm.S
[1223/1771] Compiling armv8-mont-ios.ios.aarch64.S
[1224/1771] Wrapping AST for ConsoleKitTerminal for debugging
[1225/1771] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1226/1771] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1227/1771] Compiling aesv8-armv7-linux.linux.arm.S
[1228/1771] Compiling aesv8-armv8-ios.ios.aarch64.S
[1229/1771] Compiling aesv8-armv7-ios.ios.arm.S
[1230/1771] Compiling aesv8-armv8-linux.linux.aarch64.S
[1231/1771] Compiling mode_wrappers.c
[1232/1793] Compiling key_wrap.c
[1233/1793] Compiling aesni-x86_64-mac.mac.x86_64.S
[1234/1793] Compiling aesni-x86_64-linux.linux.x86_64.S
[1235/1793] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1236/1793] Compiling aesni-x86-windows.windows.x86.S
[1237/1793] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1238/1793] Compiling aesni-x86-linux.linux.x86.S
[1238/1793] Compiling aes.c
[1240/1793] Compiling aes_nohw.c
[1241/1793] Compiling sign.c
[1242/1793] Compiling scrypt.c
[1243/1793] Compiling print.c
[1244/1793] Compiling pbkdf.c
[1245/1793] Compiling p_x25519.c
[1246/1793] Compiling ex_data.c
[1247/1793] Compiling p_x25519_asn1.c
[1249/1793] Emitting module ConsoleKitCommands
[1249/1795] Compiling p_rsa_asn1.c
[1250/1795] Compiling p_rsa.c
[1252/1795] Compiling ConsoleKitCommands CommandSignature.swift
[1253/1795] Compiling ConsoleKitCommands Flag.swift
[1254/1795] Compiling ConsoleKitCommands Option.swift
[1254/1795] Compiling p_ed25519.c
[1255/1795] Compiling p_ed25519_asn1.c
[1256/1795] Compiling p_hkdf.c
[1257/1795] Compiling p_ec_asn1.c
[1258/1795] Compiling p_ec.c
[1259/1795] Compiling err_data.c
[1260/1795] Compiling p_dsa_asn1.c
[1261/1795] Compiling evp_asn1.c
[1263/1795] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1264/1795] Compiling ConsoleKitCommands AsyncCommand.swift
[1265/1795] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1265/1795] Compiling engine.c
[1266/1795] Compiling evp_ctx.c
[1267/1795] Compiling evp.c
[1269/1795] Compiling ConsoleKitCommands Command.swift
[1270/1795] Compiling ConsoleKitCommands CommandContext.swift
[1271/1795] Compiling ConsoleKitCommands CommandError.swift
[1272/1795] Compiling ConsoleKitCommands CommandGroup.swift
[1273/1795] Compiling ConsoleKitCommands CommandInput.swift
[1274/1795] Compiling ConsoleKitCommands Commands.swift
[1275/1795] Compiling ConsoleKitCommands AsyncCommands.swift
[1276/1795] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1277/1795] Compiling ConsoleKitCommands AnyCommand.swift
[1278/1795] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1279/1795] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1280/1795] Compiling ConsoleKitCommands Argument.swift
[1280/1795] Compiling ecdh_extra.c
[1282/1795] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1283/1795] Compiling ConsoleKitCommands Utilities.swift
[1283/1795] Compiling ecdsa_asn1.c
[1284/1795] Compiling err.c
[1285/1795] Compiling ec_derive.c
[1286/1795] Compiling hash_to_curve.c
[1287/1795] Compiling dsa_asn1.c
[1288/1795] Compiling ec_asn1.c
[1289/1795] Compiling dh_asn1.c
[1290/1795] Compiling digest_extra.c
[1291/1795] Compiling dsa.c
[1292/1795] Compiling params.c
[1293/1795] Compiling cpu_intel.c
[1294/1795] Compiling curve25519_64_adx.c
[1295/1795] Compiling crypto.c
[1296/1795] Compiling spake25519.c
[1297/1795] Compiling cpu_arm_linux.c
[1298/1795] Compiling x25519-asm-arm.S
[1299/1795] Compiling cpu_arm_freebsd.c
[1300/1795] Compiling cpu_aarch64_openbsd.c
[1301/1795] Compiling des.c
[1302/1795] Compiling cpu_aarch64_sysreg.c
[1302/1795] Compiling cpu_aarch64_win.c
[1304/1795] Compiling cpu_aarch64_linux.c
[1305/1795] Compiling cpu_aarch64_apple.c
[1306/1795] Compiling cpu_aarch64_fuchsia.c
[1307/1795] Compiling conf.c
[1308/1795] Compiling curve25519.c
[1309/1795] Compiling e_rc2.c
[1310/1795] Compiling e_rc4.c
[1311/1795] Compiling e_null.c
[1312/1795] Compiling e_tls.c
[1313/1795] Compiling tls_cbc.c
[1314/1795] Compiling derive_key.c
[1315/1795] Compiling e_aesgcmsiv.c
[1316/1795] Compiling e_chacha20poly1305.c
[1317/1795] Compiling e_des.c
[1318/1795] Compiling e_aesctrhmac.c
[1319/1795] Compiling cipher_extra.c
[1320/1795] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1321/1795] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1322/1795] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1323/1795] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1324/1795] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1325/1795] Compiling chacha-x86_64-mac.mac.x86_64.S
[1326/1795] Compiling chacha.c
[1327/1795] Compiling chacha-x86_64-linux.linux.x86_64.S
[1327/1795] Compiling chacha-x86-windows.windows.x86.S
[1329/1795] Compiling chacha-x86-linux.linux.x86.S
[1330/1795] Compiling chacha-armv8-ios.ios.aarch64.S
[1331/1795] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1332/1795] Compiling chacha-armv4-linux.linux.arm.S
[1333/1795] Compiling chacha-armv8-linux.linux.aarch64.S
[1334/1795] Compiling chacha-armv4-ios.ios.arm.S
[1335/1795] Compiling unicode.c
[1336/1795] Compiling ber.c
[1337/1795] Compiling asn1_compat.c
[1338/1795] Compiling buf.c
[1339/1795] Compiling bn_asn1.c
[1340/1795] Compiling cbb.c
[1341/1795] Compiling convert.c
[1342/1795] Compiling cbs.c
[1343/1795] Compiling socket_helper.c
[1344/1795] Compiling blake2.c
[1345/1795] Compiling printf.c
[1346/1795] Compiling socket.c
[1347/1795] Compiling errno.c
[1348/1795] Compiling hexdump.c
[1349/1795] Compiling pair.c
[1350/1795] Compiling file.c
[1351/1795] Compiling fd.c
[1352/1795] Compiling bio_mem.c
[1353/1795] Compiling base64.c
[1354/1795] Compiling connect.c
[1356/1795] Compiling ConsoleKitCommands Console+Run.swift
[1357/1795] Compiling ConsoleKitCommands ConsoleError.swift
[1358/1795] Compiling ConsoleKitCommands Completion.swift
[1358/1796] Compiling tasn_utl.c
[1359/1796] Compiling bio.c
[1360/1796] Compiling tasn_fre.c
[1361/1796] Compiling tasn_typ.c
[1362/1796] Compiling tasn_new.c
[1363/1796] Compiling asn_pack.c
[1364/1796] Compiling f_string.c
[1366/1796] Compiling tasn_enc.c
[1367/1796] Compiling posix_time.c
[1368/1796] Compiling f_int.c
[1369/1796] Compiling asn1_par.c
[1370/1796] Compiling tasn_dec.c
[1371/1796] Compiling asn1_lib.c
[1372/1796] Compiling a_utctm.c
[1373/1796] Wrapping AST for ConsoleKitCommands for debugging
[1374/1796] Compiling a_time.c
[1375/1796] Compiling a_type.c
[1376/1796] Compiling a_strex.c
[1377/1796] Compiling a_octet.c
[1378/1796] Compiling a_strnid.c
[1379/1796] Compiling a_object.c
[1380/1798] Compiling a_i2d_fp.c
[1381/1798] Compiling a_int.c
[1382/1798] Compiling a_d2i_fp.c
[1383/1798] Compiling a_mbstr.c
[1384/1798] Compiling a_dup.c
[1384/1798] Compiling a_bool.c
[1386/1798] Compiling a_gentm.c
[1387/1798] Compiling fiat_p256_adx_sqr.S
[1388/1798] Compiling a_bitstr.c
[1390/1798] Emitting module ConsoleKit
[1391/1798] Compiling ConsoleKit Exports.swift
[1391/1799] Compiling CCryptoBoringSSLShims shims.c
[1393/1799] Compiling fiat_curve25519_adx_square.S
[1394/1799] Compiling fiat_p256_adx_mul.S
[1395/1799] Compiling fiat_curve25519_adx_mul.S
[1396/1799] Compiling md5-x86_64-linux.S
[1397/1799] Compiling err_data.cc
[1398/1799] Compiling md5-x86_64-apple.S
[1399/1799] Compiling md5-586-linux.S
[1400/1799] Compiling md5-586-apple.S
[1401/1799] Wrapping AST for ConsoleKit for debugging
[1402/1799] Compiling chacha20_poly1305_armv8-apple.S
[1403/1799] Compiling chacha20_poly1305_armv8-win.S
[1404/1799] Compiling chacha-x86_64-apple.S
[1404/1799] Compiling chacha20_poly1305_x86_64-apple.S
[1406/1799] Compiling chacha-x86_64-linux.S
[1407/1799] Compiling chacha20_poly1305_armv8-linux.S
[1407/1799] Compiling chacha20_poly1305_x86_64-linux.S
[1409/1799] Compiling chacha-x86-linux.S
[1410/1799] Compiling chacha-x86-apple.S
[1411/1799] Compiling aes128gcmsiv-x86_64-linux.S
[1412/1799] Compiling chacha-armv8-win.S
[1412/1799] Compiling chacha-armv4-linux.S
[1414/1799] Compiling chacha-armv8-apple.S
[1415/1799] Compiling aes128gcmsiv-x86_64-apple.S
[1416/1799] Compiling x86_64-mont5-linux.S
[1417/1799] Compiling x86-mont-linux.S
[1418/1799] Compiling chacha-armv8-linux.S
[1419/1799] Compiling x86_64-mont5-apple.S
[1420/1799] Compiling vpaes-x86_64-apple.S
[1421/1799] Compiling x86_64-mont-linux.S
[1422/1799] Compiling x86_64-mont-apple.S
[1423/1799] Compiling vpaes-x86_64-linux.S
[1424/1799] Compiling x86-mont-apple.S
[1425/1799] Compiling vpaes-x86-apple.S
[1426/1799] Compiling vpaes-x86-linux.S
[1427/1799] Compiling vpaes-armv7-linux.S
[1428/1799] Compiling vpaes-armv8-win.S
[1429/1799] Compiling sha512-x86_64-linux.S
[1430/1799] Compiling vpaes-armv8-apple.S
[1431/1799] Compiling vpaes-armv8-linux.S
[1432/1799] Compiling sha512-x86_64-apple.S
[1433/1799] Compiling sha512-armv8-linux.S
[1434/1799] Compiling sha512-armv8-win.S
[1435/1799] Compiling sha512-586-linux.S
[1436/1799] Compiling sha512-armv4-linux.S
[1436/1799] Compiling sha512-armv8-apple.S
[1438/1799] Compiling sha256-x86_64-linux.S
[1439/1799] Compiling sha512-586-apple.S
[1440/1799] Compiling sha256-armv8-linux.S
[1441/1799] Compiling sha256-armv8-win.S
[1442/1799] Compiling sha256-x86_64-apple.S
[1443/1799] Compiling sha256-586-linux.S
[1444/1799] Compiling sha256-armv8-apple.S
[1445/1799] Compiling sha256-armv4-linux.S
[1446/1799] Compiling sha256-586-apple.S
[1447/1799] Compiling sha1-armv8-win.S
[1448/1799] Compiling sha1-armv8-apple.S
[1449/1799] Compiling sha1-x86_64-apple.S
[1450/1799] Compiling sha1-x86_64-linux.S
[1451/1799] Compiling sha1-armv4-large-linux.S
[1452/1799] Compiling sha1-586-linux.S
[1453/1799] Compiling sha1-armv8-linux.S
[1454/1799] Compiling sha1-586-apple.S
[1455/1799] Compiling rdrand-x86_64-linux.S
[1456/1799] Compiling rsaz-avx2-linux.S
[1457/1799] Compiling p256_beeu-x86_64-asm-linux.S
[1458/1799] Compiling rdrand-x86_64-apple.S
[1459/1799] Compiling p256_beeu-x86_64-asm-apple.S
[1460/1799] Compiling rsaz-avx2-apple.S
[1461/1799] Compiling p256_beeu-armv8-asm-linux.S
[1462/1799] Compiling p256_beeu-armv8-asm-apple.S
[1463/1799] Compiling p256_beeu-armv8-asm-win.S
[1464/1799] Compiling p256-x86_64-asm-linux.S
[1465/1799] Compiling p256-x86_64-asm-apple.S
[1466/1799] Compiling p256-armv8-asm-apple.S
[1467/1799] Compiling p256-armv8-asm-win.S
[1468/1799] Compiling ghashv8-armv8-win.S
[1469/1799] Compiling ghashv8-armv7-linux.S
[1470/1799] Compiling ghashv8-armv8-linux.S
[1470/1799] Compiling ghashv8-armv8-apple.S
[1472/1799] Compiling ghash-x86_64-linux.S
[1472/1799] Compiling p256-armv8-asm-linux.S
[1474/1799] Compiling ghash-ssse3-x86_64-apple.S
[1475/1799] Compiling ghash-x86_64-apple.S
[1476/1799] Compiling ghash-x86-apple.S
[1477/1799] Compiling ghash-x86-linux.S
[1478/1799] Compiling ghash-ssse3-x86_64-linux.S
[1479/1799] Compiling ghash-ssse3-x86-apple.S
[1480/1799] Compiling ghash-ssse3-x86-linux.S
[1481/1799] Compiling ghash-neon-armv8-win.S
[1482/1799] Compiling ghash-neon-armv8-apple.S
[1483/1799] Compiling ghash-neon-armv8-linux.S
[1484/1799] Compiling bsaes-armv7-linux.S
[1485/1799] Compiling ghash-armv4-linux.S
[1486/1799] Compiling bn-armv8-win.S
[1487/1799] Compiling co-586-linux.S
[1488/1799] Compiling co-586-apple.S
[1489/1799] Compiling bn-armv8-linux.S
[1490/1799] Compiling bn-armv8-apple.S
[1491/1799] Compiling bn-586-linux.S
[1492/1799] Compiling armv8-mont-apple.S
[1493/1799] Compiling aesv8-gcm-armv8-win.S
[1494/1799] Compiling bn-586-apple.S
[1494/1799] Compiling armv8-mont-linux.S
[1494/1799] Compiling armv8-mont-win.S
[1497/1799] Compiling armv4-mont-linux.S
[1498/1799] Compiling aesv8-gcm-armv8-linux.S
[1499/1799] Compiling aesv8-armv8-linux.S
[1500/1799] Compiling aesv8-gcm-armv8-apple.S
[1501/1799] Compiling aesv8-armv8-apple.S
[1502/1799] Compiling aesv8-armv8-win.S
[1503/1799] Compiling aesv8-armv7-linux.S
[1504/1799] Compiling aesni-x86_64-linux.S
[1504/1799] Compiling aesni-x86_64-apple.S
[1506/1799] Compiling aesni-x86-apple.S
[1507/1799] Compiling aesni-x86-linux.S
[1508/1799] Compiling aesni-gcm-x86_64-linux.S
[1509/1799] Compiling aesni-gcm-x86_64-apple.S
[1510/1799] Compiling aes-gcm-avx10-x86_64-linux.S
[1511/1799] Compiling aes-gcm-avx10-x86_64-apple.S
[1512/1799] Compiling x_pubkey.cc
[1513/1799] Compiling x_val.cc
[1514/1799] Compiling x_x509a.cc
[1515/1799] Compiling x_spki.cc
[1516/1799] Compiling x_sig.cc
[1517/1799] Compiling x_name.cc
[1518/1799] Compiling x_x509.cc
[1519/1799] Compiling x_req.cc
[1520/1799] Compiling x_exten.cc
[1521/1799] Compiling x_attrib.cc
[1522/1799] Compiling x_crl.cc
[1523/1799] Compiling x_all.cc
[1524/1799] Compiling x_algor.cc
[1525/1799] Compiling x509rset.cc
[1526/1799] Compiling x509spki.cc
[1527/1799] Compiling x509name.cc
[1528/1799] Compiling x509cset.cc
[1529/1799] Compiling x509_vpm.cc
[1530/1799] Compiling x509_vfy.cc
[1531/1799] Compiling x509_v3.cc
[1532/1799] Compiling x509_txt.cc
[1533/1799] Compiling x509_set.cc
[1534/1799] Compiling x509_req.cc
[1535/1799] Compiling x509_trs.cc
[1536/1799] Compiling x509_obj.cc
[1537/1799] Compiling x509_d2.cc
[1538/1799] Compiling x509_lu.cc
[1539/1799] Compiling x509_ext.cc
[1540/1799] Compiling x509_def.cc
[1541/1799] Compiling x509_cmp.cc
[1542/1799] Compiling x509_att.cc
[1543/1799] Compiling v3_skey.cc
[1544/1799] Compiling x509.cc
[1545/1799] Compiling v3_purp.cc
[1546/1799] Compiling v3_utl.cc
[1547/1799] Compiling v3_pmaps.cc
[1548/1799] Compiling v3_prn.cc
[1549/1799] Compiling v3_ia5.cc
[1550/1799] Compiling v3_pcons.cc
[1551/1799] Compiling v3_ncons.cc
[1552/1799] Compiling v3_info.cc
[1553/1799] Compiling v3_lib.cc
[1554/1799] Compiling v3_int.cc
[1555/1799] Compiling v3_ocsp.cc
[1556/1799] Compiling v3_genn.cc
[1557/1799] Compiling v3_extku.cc
[1558/1799] Compiling v3_enum.cc
[1559/1799] Compiling v3_bitst.cc
[1560/1799] Compiling v3_conf.cc
[1561/1799] Compiling v3_bcons.cc
[1562/1799] Compiling v3_akeya.cc
[1563/1799] Compiling v3_crld.cc
[1564/1799] Compiling v3_cpols.cc
[1565/1799] Compiling v3_alt.cc
[1566/1799] Compiling v3_akey.cc
[1567/1799] Compiling name_print.cc
[1568/1799] Compiling t_x509.cc
[1569/1799] Compiling policy.cc
[1570/1799] Compiling t_x509a.cc
[1571/1799] Compiling t_crl.cc
[1572/1799] Compiling rsa_pss.cc
[1573/1799] Compiling t_req.cc
[1574/1799] Compiling i2d_pr.cc
[1575/1799] Compiling by_dir.cc
[1576/1799] Compiling by_file.cc
[1577/1799] Compiling voprf.cc
[1578/1799] Compiling asn1_gen.cc
[1579/1799] Compiling algorithm.cc
[1580/1799] Compiling trust_token.cc
[1581/1799] Compiling a_digest.cc
[1582/1799] Compiling a_verify.cc
[1583/1799] Compiling pmbtoken.cc
[1584/1799] Compiling thread_win.cc
[1585/1799] Compiling thread_pthread.cc
[1586/1799] Compiling thread_none.cc
[1587/1799] Compiling thread.cc
[1588/1799] Compiling wots.cc
[1589/1799] Compiling stack.cc
[1590/1799] Compiling thash.cc
[1591/1799] Compiling merkle.cc
[1592/1799] Compiling slhdsa.cc
[1593/1799] Compiling fors.cc
[1594/1799] Compiling sha256.cc
[1595/1799] Compiling sha512.cc
[1596/1799] Compiling sha1.cc
[1597/1799] Compiling siphash.cc
[1598/1799] Compiling rsa_extra.cc
[1599/1799] Compiling refcount.cc
[1600/1799] Compiling rsa_print.cc
[1601/1799] Compiling rsa_crypt.cc
[1602/1799] Compiling rc4.cc
[1603/1799] Compiling windows.cc
[1604/1799] Compiling trusty.cc
[1605/1799] Compiling urandom.cc
[1606/1799] Compiling rsa_asn1.cc
[1607/1799] Compiling ios.cc
[1608/1799] Compiling rand_extra.cc
[1609/1799] Compiling passive.cc
[1610/1799] Compiling getentropy.cc
[1611/1799] Compiling forkunsafe.cc
[1612/1799] Compiling deterministic.cc
[1613/1799] Compiling poly1305_arm_asm.S
[1614/1799] Compiling fork_detect.cc
[1615/1799] Compiling poly1305_vec.cc
[1616/1799] Compiling poly1305.cc
[1617/1799] Compiling pool.cc
[1618/1799] Compiling pkcs8.cc
[1619/1799] Compiling pkcs8_x509.cc
[1620/1799] Compiling pem_xaux.cc
[1621/1799] Compiling pkcs7.cc
[1622/1799] Compiling poly1305_arm.cc
[1623/1799] Compiling p5_pbev2.cc
[1623/1799] Compiling pkcs7_x509.cc
[1625/1799] Compiling pem_x509.cc
[1626/1799] Compiling pem_pkey.cc
[1627/1799] Compiling pem_oth.cc
[1628/1799] Compiling pem_pk8.cc
[1629/1799] Compiling obj_xref.cc
[1630/1799] Compiling mldsa.cc
[1631/1799] Compiling obj.cc
[1632/1799] Compiling mlkem.cc
[1633/1799] Compiling pem_info.cc
[1634/1799] Compiling pem_lib.cc
[1635/1799] Compiling pem_all.cc
[1636/1799] Compiling mem.cc
[1637/1799] Compiling fips_shared_support.cc
[1638/1799] Compiling md5.cc
[1639/1799] Compiling md4.cc
[1640/1799] Compiling poly_rq_mul.S
[1641/1799] Compiling kyber.cc
[1642/1799] Compiling hpke.cc
[1643/1799] Compiling lhash.cc
[1644/1799] Compiling hrss.cc
[1645/1799] Compiling pbkdf.cc
[1645/1799] Compiling ex_data.cc
[1647/1799] Compiling sign.cc
[1648/1799] Compiling scrypt.cc
[1649/1799] Compiling p_x25519.cc
[1650/1799] Compiling print.cc
[1651/1799] Compiling p_x25519_asn1.cc
[1652/1799] Compiling p_ed25519.cc
[1653/1799] Compiling p_rsa_asn1.cc
[1654/1799] Compiling p_hkdf.cc
[1655/1799] Compiling p_rsa.cc
[1655/1799] Compiling p_ed25519_asn1.cc
[1657/1799] Compiling p_ec.cc
[1658/1799] Compiling p_ec_asn1.cc
[1659/1799] Compiling p_dh.cc
[1660/1799] Compiling p_dh_asn1.cc
[1661/1799] Compiling p_dsa_asn1.cc
[1662/1799] Compiling evp_ctx.cc
[1663/1799] Compiling evp.cc
[1664/1799] Compiling err.cc
[1665/1799] Compiling evp_asn1.cc
[1666/1799] Compiling engine.cc
[1667/1799] Compiling ecdh_extra.cc
[1668/1799] Compiling ec_derive.cc
[1669/1799] Compiling hash_to_curve.cc
[1670/1799] Compiling ecdsa_asn1.cc
[1671/1799] Compiling ec_asn1.cc
[1672/1799] Compiling dsa_asn1.cc
[1673/1799] Compiling params.cc
[1674/1799] Compiling dsa.cc
[1675/1799] Compiling spake25519.cc
[1676/1799] Compiling curve25519_64_adx.cc
[1677/1799] Compiling dh_asn1.cc
[1678/1799] Compiling bcm.cc
[1679/1799] Compiling digest_extra.cc
[1680/1799] Compiling des.cc
[1681/1799] Compiling crypto.cc
[1682/1799] Compiling cpu_aarch64_win.cc
[1683/1799] Compiling cpu_intel.cc
[1684/1799] Compiling cpu_arm_linux.cc
[1685/1799] Compiling cpu_arm_freebsd.cc
[1686/1799] Compiling cpu_aarch64_sysreg.cc
[1687/1799] Compiling x25519-asm-arm.S
[1688/1799] Compiling curve25519.cc
[1689/1799] Compiling cpu_aarch64_openbsd.cc
[1690/1799] Compiling cpu_aarch64_linux.cc
[1691/1799] Compiling cpu_aarch64_apple.cc
[1692/1799] Compiling cpu_aarch64_fuchsia.cc
[1693/1799] Compiling conf.cc
[1694/1799] Compiling tls_cbc.cc
[1695/1799] Compiling e_rc4.cc
[1696/1799] Compiling e_rc2.cc
[1697/1799] Compiling e_tls.cc
[1698/1799] Compiling e_des.cc
[1699/1799] Compiling e_null.cc
[1700/1799] Compiling e_chacha20poly1305.cc
[1701/1799] Compiling e_aesgcmsiv.cc
[1702/1799] Compiling e_aesctrhmac.cc
[1703/1799] Compiling derive_key.cc
[1704/1799] Compiling cipher_extra.cc
[1705/1799] Compiling chacha.cc
[1706/1799] Compiling cbs.cc
[1707/1799] Compiling unicode.cc
[1708/1799] Compiling buf.cc
[1709/1799] Compiling ber.cc
[1710/1799] Compiling asn1_compat.cc
[1710/1799] Compiling cbb.cc
[1712/1799] Compiling convert.cc
[1713/1799] Compiling bn_asn1.cc
[1714/1799] Compiling printf.cc
[1715/1799] Compiling blake2.cc
[1716/1799] Compiling pair.cc
[1716/1799] Compiling errno.cc
[1718/1799] Compiling fd.cc
[1719/1799] Compiling file.cc
[1720/1799] Compiling hexdump.cc
[1721/1799] Compiling bio_mem.cc
[1722/1799] Compiling base64.cc
[1723/1799] Compiling bio.cc
[1724/1799] Compiling tasn_typ.cc
[1725/1799] Compiling tasn_fre.cc
[1726/1799] Compiling tasn_enc.cc
[1727/1799] Compiling tasn_utl.cc
[1728/1799] Compiling tasn_new.cc
[1729/1799] Compiling tasn_dec.cc
[1730/1799] Compiling a_utctm.cc
[1731/1799] Compiling asn1_par.cc
[1731/1799] Compiling posix_time.cc
[1731/1799] Compiling asn_pack.cc
[1734/1799] Compiling asn1_lib.cc
[1735/1799] Compiling a_time.cc
[1736/1799] Compiling a_type.cc
[1737/1799] Compiling a_strnid.cc
[1738/1799] Write sources
[1744/1799] Compiling a_strex.cc
[1745/1807] Compiling a_octet.cc
[1746/1846] Compiling a_d2i_fp.cc
[1747/1871] Compiling a_object.cc
[1748/1871] Compiling a_int.cc
[1749/1871] Compiling a_gentm.cc
[1750/1871] Compiling a_mbstr.cc
[1752/1941] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1753/1941] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1754/1941] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1755/1951] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1756/1951] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1757/1951] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1758/1951] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1759/1951] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1760/1951] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1761/1951] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1762/1951] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1763/1951] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1764/1951] Compiling AsyncAlgorithms ChannelStorage.swift
[1765/1951] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1766/1951] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1767/1951] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1768/1958] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1769/1958] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1770/1958] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1771/1958] Compiling AsyncAlgorithms DebounceStorage.swift
[1772/1958] Compiling AsyncAlgorithms Dictionary.swift
[1773/1958] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1774/1958] Compiling AsyncAlgorithms Locking.swift
[1775/1958] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1776/1958] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1777/1958] Compiling AsyncAlgorithms MergeStateMachine.swift
[1778/1958] Compiling AsyncAlgorithms MergeStorage.swift
[1779/1958] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1780/1958] Compiling AsyncAlgorithms Rethrow.swift
[1781/1958] Compiling BitCollections BitSet+Hashable.swift
[1782/1958] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1783/1958] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1784/1958] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1785/1958] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1786/1958] Compiling BitCollections BitSet+SetAlgebra union.swift
[1787/1958] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1788/1958] Compiling BitCollections BitSet.Counted.swift
[1789/1958] Emitting module BitCollections
[1790/1958] Compiling Atomics IntegerOperations.swift
[1791/1958] Compiling Atomics Unmanaged extensions.swift
[1792/1958] Emitting module AsyncAlgorithms
[1793/1964] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1794/1964] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1795/1964] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1796/1964] Compiling CryptoBoringWrapper RandomBytes.swift
[1797/1964] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1798/1964] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1799/1964] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1800/1967] Compiling BitCollections BitSet.Index.swift
[1801/1967] Compiling BitCollections BitSet._UnsafeHandle.swift
[1802/1967] Compiling BitCollections BitSet.swift
[1803/1967] Compiling BitCollections Range+Utilities.swift
[1804/1967] Compiling BitCollections Slice+Utilities.swift
[1805/1967] Compiling BitCollections UInt+Tricks.swift
[1806/1967] Compiling BitCollections _Word.swift
[1809/1967] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1824/1967] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1825/1967] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1826/1967] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1827/1967] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1828/1967] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1829/1967] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1841/1968] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1842/1968] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1849/1968] Compiling CryptoBoringWrapper EllipticCurve.swift
[1850/1968] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1851/1968] Emitting module CryptoBoringWrapper
[1852/1968] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1852/1968] Wrapping AST for BitCollections for debugging
[1854/1970] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1855/1971] Compiling Collections Collections.swift
[1877/1971] Compiling Algorithms Trim.swift
[1878/1971] Compiling Algorithms Unique.swift
[1879/1971] Compiling Algorithms Windows.swift
[1880/1971] Emitting module Collections
[1888/1972] Wrapping AST for CryptoBoringWrapper for debugging
[1891/2043] Compiling Crypto HPKE-Utils.swift
[1892/2043] Compiling Crypto DHKEM.swift
[1893/2043] Compiling Crypto HPKE-KEM-Curve25519.swift
[1894/2043] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1895/2043] Compiling Crypto HPKE-KEM.swift
[1896/2043] Compiling Crypto HPKE-Errors.swift
[1896/2043] Wrapping AST for Collections for debugging
[1897/2043] Compiling Crypto ASN1Identifier.swift
[1898/2043] Compiling Crypto ASN1Integer.swift
[1899/2043] Compiling Crypto ASN1Null.swift
[1900/2043] Compiling Crypto ASN1OctetString.swift
[1901/2043] Compiling Crypto ASN1Strings.swift
[1902/2043] Compiling Crypto ArraySliceBigint.swift
[1908/2043] Emitting module Atomics
[1910/2044] Compiling Crypto PKCS8PrivateKey.swift
[1911/2044] Compiling Crypto SEC1PrivateKey.swift
[1912/2044] Compiling Crypto SubjectPublicKeyInfo.swift
[1913/2044] Compiling Crypto CryptoKitErrors.swift
[1914/2044] Compiling Crypto Digest_boring.swift
[1915/2044] Compiling Crypto Digest.swift
[1916/2044] Compiling Crypto Digests.swift
[1917/2044] Compiling Crypto HashFunctions.swift
[1918/2044] Compiling Crypto HashFunctions_SHA2.swift
[1919/2044] Compiling Crypto HPKE-AEAD.swift
[1920/2044] Compiling Crypto HKDF.swift
[1921/2044] Compiling Crypto AESWrap.swift
[1922/2044] Compiling Crypto Cipher.swift
[1923/2044] Compiling Crypto Nonces.swift
[1924/2044] Compiling Crypto ASN1.swift
[1925/2044] Compiling Crypto ASN1Any.swift
[1926/2044] Compiling Crypto ASN1BitString.swift
[1927/2044] Compiling Crypto ASN1Boolean.swift
[1929/2045] Emitting module Algorithms
[1931/2046] Emitting module Crypto
[1932/2055] Compiling Crypto SymmetricKeys.swift
[1933/2055] Compiling Crypto HMAC.swift
[1934/2055] Compiling Crypto MACFunctions.swift
[1935/2055] Compiling Crypto MessageAuthenticationCode.swift
[1936/2055] Compiling Crypto AES.swift
[1937/2055] Compiling Crypto ECDSASignature_boring.swift
[1938/2055] Compiling Crypto ECDSA_boring.swift
[1939/2055] Compiling Crypto EdDSA_boring.swift
[1940/2055] Compiling Crypto ECDSA.swift
[1941/2055] Compiling Crypto Ed25519.swift
[1941/2055] Wrapping AST for Atomics for debugging
[1942/2055] Wrapping AST for AsyncAlgorithms for debugging
[1943/2137] Wrapping AST for Algorithms for debugging
[1945/2137] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1946/2137] Compiling NIOCore BSDSocketAPI.swift
[1947/2138] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1948/2139] Compiling NIOCore DeadChannel.swift
[1949/2139] Compiling NIOCore DispatchQueue+WithFuture.swift
[1950/2139] Compiling NIOCore EventLoop+Deprecated.swift
[1951/2139] Compiling NIOCore EventLoop+SerialExecutor.swift
[1952/2139] Compiling NIOCore EventLoop.swift
[1953/2139] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1954/2139] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1955/2139] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1956/2139] Compiling NIOCore EventLoopFuture.swift
[1957/2139] Compiling NIOCore FileDescriptor.swift
[1958/2139] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1959/2139] Compiling ServiceLifecycle CancellationWaiter.swift
[1960/2139] Compiling ServiceLifecycle ServiceRunnerError.swift
[1961/2139] Compiling NIOCore ByteBuffer-conversions.swift
[1962/2139] Compiling NIOCore ByteBuffer-core.swift
[1963/2139] 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 }
[1964/2139] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1965/2139] Emitting module ServiceLifecycle
[1966/2139] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1967/2139] Compiling NIOCore ByteBuffer-views.swift
[1968/2139] Compiling NIOCore Channel.swift
[1969/2139] Compiling NIOCore ChannelHandler.swift
[1970/2139] Compiling NIOCore ChannelHandlers.swift
[1971/2139] Compiling NIOCore ChannelInvoker.swift
[1972/2139] Compiling NIOCore ChannelOption.swift
[1973/2139] Compiling NIOCore ChannelPipeline.swift
[1974/2139] Compiling NIOCore CircularBuffer.swift
[1975/2139] Compiling NIOCore Codec.swift
[1976/2139] Compiling NIOCore ConvenienceOptionSupport.swift
[1977/2139] Compiling NIOCore FileHandle.swift
[1978/2139] Compiling NIOCore FileRegion.swift
[1979/2139] Compiling NIOCore GlobalSingletons.swift
[1980/2139] Compiling NIOCore IO.swift
[1981/2139] Compiling NIOCore IOData.swift
[1982/2139] Compiling NIOCore IPProtocol.swift
[1983/2139] Compiling NIOCore IntegerBitPacking.swift
[1984/2139] Compiling NIOCore IntegerTypes.swift
[1985/2139] Compiling NIOCore Interfaces.swift
[1986/2139] Compiling NIOCore Linux.swift
[1987/2139] Compiling NIOCore MarkedCircularBuffer.swift
[1988/2139] Compiling NIOCore MulticastChannel.swift
[1989/2139] Compiling NIOCore NIOAny.swift
[1990/2139] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1991/2139] Compiling NIOCore NIOLoopBound.swift
[1992/2139] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1993/2139] Compiling NIOCore NIOScheduledCallback.swift
[1994/2139] Compiling NIOCore NIOSendable.swift
[1995/2139] Compiling NIOCore RecvByteBufferAllocator.swift
[1996/2139] Compiling Crypto ECDH.swift
[1997/2139] Compiling ServiceLifecycle GracefulShutdown.swift
[1998/2139] Compiling NIOCore ByteBuffer-aux.swift
[1999/2139] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[2000/2139] Compiling Crypto Signature.swift
[2001/2139] Compiling Crypto CryptoKitErrors_boring.swift
[2002/2139] Compiling Crypto RNG_boring.swift
[2003/2139] Compiling Crypto SafeCompare_boring.swift
[2004/2139] Compiling Crypto Zeroization_boring.swift
[2005/2139] Compiling Crypto PrettyBytes.swift
[2006/2139] Compiling Crypto SafeCompare.swift
[2007/2139] Compiling Crypto SecureBytes.swift
[2008/2139] Compiling Crypto Zeroization.swift
[2009/2139] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[2010/2139] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[2021/2147] Compiling NIOCore AsyncChannelHandler.swift
[2022/2147] Compiling NIOCore AsyncChannelInboundStream.swift
[2023/2147] Compiling NIOCore AsyncChannelOutboundWriter.swift
[2024/2147] Compiling NIOCore NIOAsyncSequenceProducer.swift
[2025/2147] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[2026/2147] Compiling NIOCore NIOAsyncWriter.swift
[2027/2147] Compiling NIOCore ByteBuffer-multi-int.swift
[2028/2147] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[2035/2147] Compiling NIOCore ByteBuffer-hex.swift
[2036/2147] Compiling NIOCore ByteBuffer-int.swift
[2037/2147] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[2038/2147] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[2040/2148] Emitting module _ConnectionPoolModule
[2041/2148] Compiling ServiceLifecycle Service.swift
[2042/2148] Compiling ServiceLifecycle ServiceGroup.swift
[2042/2149] Wrapping AST for Crypto for debugging
[2045/2177] Compiling _CryptoExtras ARC+API.swift
[2046/2177] Compiling _CryptoExtras ARC.swift
[2047/2177] Compiling _CryptoExtras AES_CTR_boring.swift
[2048/2177] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[2048/2230] Wrapping AST for ServiceLifecycle for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/157] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/158] Compiling ServiceContextModule ServiceContextKey.swift
[4/158] Compiling SystemPackage SystemString.swift
[5/158] Compiling SystemPackage Mocking.swift
[6/158] Compiling SystemPackage Errno.swift
[7/158] Compiling SystemPackage ErrnoWindows.swift
[8/158] Emitting module ServiceContextModule
[9/158] Compiling ServiceContextModule ServiceContext.swift
[10/159] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/159] Emitting module _NIOBase64
[12/159] Compiling RealModule Float80+Real.swift
[13/159] Compiling RealModule Real.swift
[15/160] Compiling RealModule Float16+Real.swift
[16/160] Compiling RealModule ElementaryFunctions.swift
[17/160] Compiling RealModule Float+Real.swift
[18/160] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/160] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/160] Compiling NIOConcurrencyHelpers lock.swift
[23/160] Compiling SystemPackage FileDescriptor.swift
[24/160] Compiling SystemPackage FileHelpers.swift
[25/160] Compiling RealModule RealFunctions.swift
[26/160] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[27/160] Compiling NIOConcurrencyHelpers atomics.swift
[28/160] Compiling _NIODataStructures _TinyArray.swift
[29/160] Emitting module _NIODataStructures
[30/160] Compiling _NIODataStructures Heap.swift
[31/160] Compiling _NIODataStructures PriorityQueue.swift
[32/161] Compiling _NIOBase64 Base64.swift
[33/161] Emitting module RealModule
[34/163] Emitting module NIOConcurrencyHelpers
[35/164] Compiling SystemPackage MachPort.swift
[36/164] Compiling SystemPackage PlatformString.swift
[39/164] Emitting module InternalCollectionsUtilities
[42/164] Compiling SystemPackage FilePathTempWindows.swift
[43/164] Compiling SystemPackage FilePathWindows.swift
[46/166] Compiling SystemPackage RawBuffer.swift
[47/166] Compiling SystemPackage Syscalls.swift
[48/166] Compiling SystemPackage WindowsSyscallAdapters.swift
[49/166] Compiling SystemPackage FilePathTempPosix.swift
[51/167] Emitting module SystemPackage
[64/170] Compiling SystemPackage FilePermissions.swift
[65/170] Compiling SystemPackage Backcompat.swift
[70/170] Compiling SystemPackage FilePathParsing.swift
[71/170] Compiling SystemPackage FilePathString.swift
[72/170] Compiling SystemPackage FilePathSyntax.swift
[73/170] Compiling SystemPackage FilePathTemp.swift
[75/170] Compiling SwiftASN1 DER.swift
[76/170] Compiling SwiftASN1 Errors.swift
[77/170] Compiling SystemPackage Exports.swift
[85/170] Compiling SystemPackage FileOperations.swift
[86/170] Compiling SystemPackage FilePath.swift
[87/170] Compiling SystemPackage FilePathComponentView.swift
[88/170] Compiling SystemPackage FilePathComponents.swift
[93/170] Compiling SystemPackage Util+StringArray.swift
[94/170] Compiling SystemPackage Util.swift
[95/170] Compiling SystemPackage UtilConsumers.swift
[99/171] Emitting module SwiftASN1
[100/184] Wrapping AST for SystemPackage for debugging
[102/211] Compiling Logging MetadataProvider.swift
[103/223] Compiling ConcurrencyHelpers LockedValueBox.swift
[104/335] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/335] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/335] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[107/335] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[108/335] Compiling OrderedCollections OrderedSet+Initializers.swift
[109/335] Compiling OrderedCollections OrderedSet+Insertions.swift
[110/337] Compiling CryptoBoringWrapper RandomBytes.swift
[111/337] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[112/337] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[113/337] Compiling CryptoBoringWrapper EllipticCurve.swift
[114/337] Compiling Instrumentation Instrument.swift
[115/337] Compiling Instrumentation NoOpInstrument.swift
[116/337] Emitting module Logging
[117/337] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[118/337] Emitting module Instrumentation
[119/337] Emitting module CryptoBoringWrapper
[120/337] Compiling Instrumentation MultiplexInstrument.swift
[121/337] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[122/337] Emitting module ConcurrencyHelpers
[123/337] Compiling ConcurrencyHelpers Lock.swift
[124/338] Compiling Instrumentation Locks.swift
[125/338] Compiling Instrumentation InstrumentationSystem.swift
[126/339] Compiling OrderedCollections _HashTable.swift
[127/339] Compiling OrderedCollections _Hashtable+Header.swift
[128/339] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[129/339] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[130/339] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[131/339] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[134/337] Compiling Atomics IntegerOperations.swift
[135/337] Compiling Atomics Unmanaged extensions.swift
[136/337] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[137/338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[138/338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[139/338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[140/338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[141/338] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[142/338] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[143/338] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[144/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[145/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[146/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[147/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[148/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[149/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[150/345] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[151/345] Compiling OrderedCollections OrderedDictionary.swift
[152/345] Compiling OrderedCollections OrderedSet+Codable.swift
[153/345] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/345] Compiling OrderedCollections OrderedSet+Descriptions.swift
[155/345] Compiling OrderedCollections OrderedSet+Diffing.swift
[156/345] Compiling OrderedCollections OrderedSet+Equatable.swift
[157/345] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[158/345] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/355] Compiling OrderedCollections OrderedDictionary+Codable.swift
[161/355] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[162/355] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[163/355] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[164/355] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[165/355] Compiling OrderedCollections OrderedDictionary+Elements.swift
[166/355] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[167/355] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[180/355] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[181/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[182/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[183/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[184/355] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[185/363] Emitting module CoreMetrics
[186/363] Compiling CoreMetrics Locks.swift
[187/363] Compiling CoreMetrics Metrics.swift
[188/363] Compiling HeapModule _HeapNode.swift
[189/364] Compiling HeapModule Heap+Descriptions.swift
[190/364] Compiling HeapModule Heap+UnsafeHandle.swift
[191/364] Compiling HeapModule Heap.swift
[192/364] Compiling HeapModule Heap+Invariants.swift
[193/364] Emitting module UnixSignals
[194/364] Compiling UnixSignals UnixSignal.swift
[195/364] Compiling UnixSignals UnixSignalsSequence.swift
[196/365] Emitting module HeapModule
[207/375] Compiling Tracing InstrumentationSystem+Tracing.swift
[208/375] Compiling Tracing NoOpTracer.swift
[209/375] Compiling Logging Logging.swift
[210/375] Compiling Logging LogHandler.swift
[211/375] Compiling Logging Locks.swift
[212/375] Compiling Tracing TracingTime.swift
[213/376] Compiling Tracing TracerProtocol+Legacy.swift
[214/376] Compiling Tracing Tracer.swift
[215/376] Compiling Tracing TracerProtocol.swift
[216/376] Emitting module Tracing
[220/376] Compiling OrderedCollections _HashTable+Bucket.swift
[221/376] Compiling OrderedCollections _HashTable+BucketIterator.swift
[222/376] Compiling OrderedCollections _HashTable+Constants.swift
[223/376] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[224/376] Compiling OrderedCollections _HashTable+Testing.swift
[225/376] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[228/468] Compiling HashTreeCollections TreeDictionary+Values.swift
[229/468] Compiling HashTreeCollections TreeDictionary.swift
[230/468] Compiling HashTreeCollections TreeSet+Codable.swift
[231/468] Compiling HashTreeCollections TreeSet+Collection.swift
[232/468] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[233/468] Compiling HashTreeCollections TreeSet+Debugging.swift
[234/468] Compiling HashTreeCollections TreeSet+Descriptions.swift
[238/468] Compiling HashTreeCollections TreeSet+Equatable.swift
[239/468] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[240/468] Compiling HashTreeCollections TreeSet+Extras.swift
[241/468] Compiling HashTreeCollections TreeSet+Filter.swift
[242/468] Compiling HashTreeCollections TreeSet+Hashable.swift
[243/468] Compiling HashTreeCollections TreeSet+Sendable.swift
[244/530] Compiling Crypto SymmetricKeys.swift
[245/530] Compiling Crypto HMAC.swift
[246/530] Compiling Crypto MACFunctions.swift
[247/530] Compiling Crypto MessageAuthenticationCode.swift
[248/530] Compiling Crypto AES.swift
[249/530] Compiling Crypto ECDSASignature_boring.swift
[250/530] Compiling Crypto ECDSA_boring.swift
[251/530] Compiling Crypto EdDSA_boring.swift
[252/530] Compiling Crypto ECDSA.swift
[253/530] Compiling Crypto Ed25519.swift
[254/536] Compiling Crypto AES-GCM.swift
[255/536] Compiling Crypto AES-GCM_boring.swift
[256/536] Compiling Crypto ChaChaPoly_boring.swift
[257/536] Compiling Crypto ChaChaPoly.swift
[258/536] Compiling Crypto Cipher.swift
[259/536] Compiling Crypto Nonces.swift
[260/536] Compiling Crypto ASN1.swift
[261/536] Compiling Crypto ASN1Any.swift
[262/536] Compiling Crypto ASN1BitString.swift
[263/536] Compiling Crypto ASN1Boolean.swift
[272/541] Emitting module Metrics
[273/541] Compiling Tracing SpanProtocol.swift
[274/542] Compiling Metrics Metrics.swift
[275/543] Compiling Crypto X25519Keys_boring.swift
[276/543] Compiling Crypto Curve25519.swift
[277/543] Compiling Crypto Ed25519Keys.swift
[278/543] Compiling Crypto NISTCurvesKeys.swift
[279/543] Compiling Crypto X25519Keys.swift
[280/543] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[281/543] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[282/543] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[283/543] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[284/543] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[293/551] Compiling Crypto PKCS8PrivateKey.swift
[294/551] Compiling Crypto SEC1PrivateKey.swift
[295/551] Compiling Crypto SubjectPublicKeyInfo.swift
[296/551] Compiling Crypto CryptoKitErrors.swift
[297/551] Compiling Crypto Digest_boring.swift
[298/551] Compiling Crypto Digest.swift
[299/551] Compiling Crypto Digests.swift
[300/551] Compiling Crypto HashFunctions.swift
[301/551] Compiling Crypto HashFunctions_SHA2.swift
[302/551] Compiling Crypto HPKE-AEAD.swift
[303/551] Compiling Crypto ASN1Identifier.swift
[304/551] Compiling Crypto ASN1Integer.swift
[305/551] Compiling Crypto ASN1Null.swift
[306/551] Compiling Crypto ASN1OctetString.swift
[307/551] Compiling DequeModule _DequeSlot.swift
[308/551] Compiling DequeModule _UnsafeWrappedBuffer.swift
[309/551] Compiling Crypto GeneralizedTime.swift
[310/551] Compiling Crypto ObjectIdentifier.swift
[311/551] Compiling Crypto ECDSASignature.swift
[312/551] Compiling Crypto PEMDocument.swift
[315/551] Compiling Crypto DHKEM.swift
[316/551] Compiling Crypto HPKE-KEM-Curve25519.swift
[317/551] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[318/551] Compiling Crypto HPKE-KEM.swift
[319/551] Compiling Crypto HPKE-Errors.swift
[320/551] Compiling Crypto HKDF.swift
[321/551] Compiling Crypto AESWrap.swift
[322/551] Compiling Crypto AESWrap_boring.swift
[323/551] Compiling Crypto Ed25519_boring.swift
[324/551] Compiling Crypto NISTCurvesKeys_boring.swift
[325/557] Compiling Crypto Insecure.swift
[326/557] Compiling Crypto Insecure_HashFunctions.swift
[327/557] Compiling Crypto KEM.swift
[328/557] Compiling Crypto ECDH_boring.swift
[329/557] Compiling Crypto DH.swift
[330/557] Compiling Crypto ECDH.swift
[331/557] Compiling Crypto HPKE-Ciphersuite.swift
[332/557] Compiling Crypto HPKE-KDF.swift
[333/557] Compiling Crypto HPKE-KexKeyDerivation.swift
[334/557] Compiling Crypto HPKE-LabeledExtract.swift
[335/557] Compiling Crypto HPKE-Utils.swift
[336/583] Emitting module OrderedCollections
[337/584] Emitting module Atomics
[338/585] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[339/585] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[340/585] Compiling ConsoleKitTerminal Console+Confirm.swift
[341/585] Compiling ConsoleKitTerminal Console+Input.swift
[342/585] Compiling RoutingKit Router.swift
[343/585] Emitting module RoutingKit
[344/585] Compiling RoutingKit TrieRouter.swift
[345/585] Compiling RoutingKit PathComponent.swift
[347/585] Compiling ConsoleKitTerminal Console+Ask.swift
[348/585] Compiling ConsoleKitTerminal Console+Choose.swift
[349/585] Compiling RoutingKit Parameters.swift
[350/585] Compiling RoutingKit AnyRouter.swift
[352/586] Emitting module DequeModule
[353/587] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[354/587] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[355/587] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[356/587] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[357/587] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[358/587] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[359/587] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[360/587] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[361/587] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[362/587] Compiling HashTreeCollections TreeSet.swift
[374/586] Emitting module _RopeModule
[374/586] Wrapping AST for SwiftASN1 for debugging
[376/586] Emitting module ConsoleKitTerminal
[377/586] Compiling ConsoleKitTerminal ActivityBar.swift
[378/586] Compiling ConsoleKitTerminal ActivityIndicator.swift
[381/586] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[382/586] Compiling ConsoleKitTerminal ConsoleClear.swift
[384/586] Wrapping AST for RealModule for debugging
[386/589] Compiling ConsoleKitTerminal Console+Wait.swift
[387/589] Compiling ConsoleKitTerminal ConsoleColor.swift
[388/589] Compiling ConsoleKitTerminal ConsoleStyle.swift
[391/589] Compiling ConsoleKitTerminal Console+Center.swift
[392/589] Compiling ConsoleKitTerminal Console+Output.swift
[393/590] Compiling ConsoleKitTerminal ConsoleText.swift
[394/590] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[395/590] Compiling ConsoleKitTerminal ANSI.swift
[396/663] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[397/663] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[398/663] Compiling BitCollections BitArray+Extras.swift
[399/663] Compiling BitCollections BitArray+Fill.swift
[400/678] Compiling BitCollections BitSet+Random.swift
[401/678] Compiling BitCollections BitSet+SetAlgebra basics.swift
[402/678] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[403/678] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[404/678] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[405/678] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[406/678] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[407/678] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[408/678] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[409/678] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[410/678] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[411/741] Compiling NIOCore FileDescriptor.swift
[412/741] Compiling NIOCore FileHandle.swift
[413/741] Compiling NIOCore FileRegion.swift
[414/741] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[415/741] Compiling NIOCore EventLoopFuture.swift
[419/741] Compiling NIOCore GlobalSingletons.swift
[420/741] Compiling NIOCore CircularBuffer.swift
[421/741] Compiling NIOCore Codec.swift
[422/741] Compiling NIOCore ConvenienceOptionSupport.swift
[423/741] Compiling NIOCore DeadChannel.swift
[434/750] Compiling NIOCore DispatchQueue+WithFuture.swift
[435/750] Compiling NIOCore EventLoop+Deprecated.swift
[436/750] Compiling NIOCore EventLoop+SerialExecutor.swift
[437/750] Compiling NIOCore EventLoop.swift
[438/750] Compiling NIOCore IO.swift
[439/750] Compiling NIOCore IOData.swift
[440/750] Compiling NIOCore IPProtocol.swift
[441/750] Compiling NIOCore IntegerBitPacking.swift
[442/750] Compiling NIOCore IntegerTypes.swift
[443/750] Compiling NIOCore Interfaces.swift
[444/750] Compiling NIOCore NIOAsyncWriter.swift
[445/750] Compiling NIOCore MulticastChannel.swift
[446/750] Compiling NIOCore NIOAny.swift
[447/750] Compiling NIOCore NIOCloseOnErrorHandler.swift
[448/750] Compiling NIOCore NIOLoopBound.swift
[449/750] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[450/750] Compiling NIOCore NIOScheduledCallback.swift
[451/750] Compiling NIOCore NIOSendable.swift
[452/750] Compiling NIOCore RecvByteBufferAllocator.swift
[454/750] Compiling NIOCore Linux.swift
[455/750] Compiling NIOCore MarkedCircularBuffer.swift
[456/750] Compiling NIOCore AddressedEnvelope.swift
[457/750] Compiling NIOCore AsyncAwaitSupport.swift
[458/750] Compiling NIOCore AsyncChannel.swift
[459/750] Compiling NIOCore AsyncChannelHandler.swift
[460/750] Compiling NIOCore AsyncChannelInboundStream.swift
[461/750] Compiling NIOCore AsyncChannelOutboundWriter.swift
[462/750] Compiling NIOCore NIOAsyncSequenceProducer.swift
[463/750] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[464/750] Compiling NIOCore ByteBuffer-aux.swift
[465/750] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[466/751] Compiling NIOCore ByteBuffer-conversions.swift
[467/751] Compiling NIOCore ByteBuffer-core.swift
[468/751] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[469/751] Compiling NIOCore BSDSocketAPI.swift
[474/751] Compiling NIOCore ByteBuffer-hex.swift
[475/751] Compiling NIOCore ByteBuffer-int.swift
[485/751] 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 }
[494/758] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[495/758] Compiling NIOCore ByteBuffer-multi-int.swift
[496/758] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[497/758] Compiling NIOCore ByteBuffer-views.swift
[498/758] Compiling NIOCore Channel.swift
[499/758] Compiling NIOCore ChannelHandler.swift
[500/758] Compiling NIOCore ChannelHandlers.swift
[501/758] Compiling NIOCore ChannelInvoker.swift
[502/758] Compiling NIOCore ChannelOption.swift
[503/758] Compiling NIOCore ChannelPipeline.swift
[504/758] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[505/758] Compiling NIOCore EventLoopFuture+Deprecated.swift
[540/759] Emitting module BitCollections
[544/762] Compiling Algorithms Unique.swift
[545/762] Compiling Algorithms Windows.swift
[557/762] Wrapping AST for _RopeModule for debugging
[560/762] Compiling BitCollections BitSet.Index.swift
[561/762] Compiling BitCollections BitSet._UnsafeHandle.swift
[562/762] Compiling BitCollections BitSet.swift
[563/762] Compiling BitCollections Range+Utilities.swift
[564/762] Compiling BitCollections Slice+Utilities.swift
[565/762] Compiling BitCollections UInt+Tricks.swift
[566/762] Compiling BitCollections _Word.swift
[567/770] Compiling _ConnectionPoolModule TinyFastSequence.swift
[568/815] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[569/815] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[570/815] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[571/837] Compiling AsyncAlgorithms AsyncChannel.swift
[572/837] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[573/837] Compiling AsyncAlgorithms ChannelStateMachine.swift
[574/837] Compiling ConsoleKitCommands CommandSignature.swift
[575/837] Compiling ConsoleKitCommands Flag.swift
[576/837] Compiling ConsoleKitCommands Option.swift
[577/837] Compiling ConsoleKitCommands CommandError.swift
[578/837] Compiling ConsoleKitCommands CommandGroup.swift
[579/837] Compiling ConsoleKitCommands CommandInput.swift
[580/837] Compiling ConsoleKitCommands Commands.swift
[585/837] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[586/837] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[587/837] Compiling ConsoleKitCommands Argument.swift
[588/837] Compiling ConsoleKitCommands Console+Run.swift
[589/837] Compiling ConsoleKitCommands ConsoleError.swift
[590/837] Compiling ConsoleKitCommands Completion.swift
[594/837] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[595/837] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[596/837] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[600/837] Compiling AsyncAlgorithms ChannelStorage.swift
[601/837] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[602/837] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[603/837] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[604/837] Emitting module Crypto
[615/837] Compiling ConsoleKitCommands AsyncCommands.swift
[616/837] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[617/837] Compiling ConsoleKitCommands AnyCommand.swift
[618/837] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[619/837] Compiling ConsoleKitCommands AsyncCommand.swift
[620/837] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[621/837] Compiling ConsoleKitCommands Command.swift
[622/837] Compiling ConsoleKitCommands CommandContext.swift
[638/838] Emitting module _ConnectionPoolModule
BUILD FAILURE 6.1 android