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 S3Kit, reference master (090525), with Swift 6.1 for Android on 9 Sep 2025 18:54:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liveui/s3.git
Reference: master
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/liveui/s3
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0905253 vapor 4
Cloned https://github.com/liveui/s3.git
Revision (git rev-parse @):
09052531cfb5ef6afb2393fbb94ad78fe4702c1d
SUCCESS checkout https://github.com/liveui/s3.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/liveui/s3.git
https://github.com/liveui/s3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.58.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.92.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "httpmediatypes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Einstore/HTTPMediaTypes.git"
    },
    {
      "identity" : "xmlcoding",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LiveUI/XMLCoding.git"
    }
  ],
  "manifest_display_name" : "S3Kit",
  "name" : "S3Kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "S3Kit",
      "targets" : [
        "S3Kit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "S3Signer",
      "targets" : [
        "S3Signer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "S3DemoRun",
      "targets" : [
        "S3DemoRun"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "S3Tests",
      "module_type" : "SwiftTarget",
      "name" : "S3Tests",
      "path" : "Tests/S3Tests",
      "sources" : [
        "AWSTestSuite.swift",
        "BaseTestCase.swift",
        "S3SignerAWSTests.swift",
        "S3SignerV2Tests.swift",
        "S3Tests.swift"
      ],
      "target_dependencies" : [
        "S3Kit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "S3Signer",
      "module_type" : "SwiftTarget",
      "name" : "S3Signer",
      "path" : "Sources/S3Signer",
      "product_dependencies" : [
        "Crypto",
        "NIOHTTP1",
        "HTTPMediaTypes"
      ],
      "product_memberships" : [
        "S3Kit",
        "S3Signer",
        "S3DemoRun"
      ],
      "sources" : [
        "Dates.swift",
        "Expiration.swift",
        "Exports.swift",
        "Extensions/Data+Hex.swift",
        "Extensions/HMAC+Tools.swift",
        "Extensions/HTTPMethod+Description.swift",
        "Extensions/S3Signer+Private.swift",
        "Extensions/String+Encoding.swift",
        "Payload.swift",
        "Region.swift",
        "S3Signer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "S3Provider",
      "module_type" : "SwiftTarget",
      "name" : "S3Provider",
      "path" : "Sources/S3Provider",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "S3DemoRun"
      ],
      "sources" : [
        "Exports.swift",
        "Model/Models+Content.swift"
      ],
      "target_dependencies" : [
        "S3Kit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "S3Kit",
      "module_type" : "SwiftTarget",
      "name" : "S3Kit",
      "path" : "Sources/S3Kit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "HTTPMediaTypes",
        "XMLCoding"
      ],
      "product_memberships" : [
        "S3Kit",
        "S3DemoRun"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Error+S3.swift",
        "Extensions/HTTPHeaders+Tools.swift",
        "Extensions/Region+Tools.swift",
        "Extensions/Response+XMLDecoding.swift",
        "Extensions/S3+Bucket.swift",
        "Extensions/S3+Copy.swift",
        "Extensions/S3+Delete.swift",
        "Extensions/S3+Get.swift",
        "Extensions/S3+List.swift",
        "Extensions/S3+Move.swift",
        "Extensions/S3+ObjectInfo.swift",
        "Extensions/S3+Put.swift",
        "Extensions/S3+Request.swift",
        "Extensions/S3+Service.swift",
        "Extensions/S3+Strings.swift",
        "Extensions/String+Tools.swift",
        "Models/AccessControlList.swift",
        "Models/Bucket.swift",
        "Models/BucketResults.swift",
        "Models/BucketsInfo.swift",
        "Models/ErrorMessage.swift",
        "Models/File.swift",
        "Models/Object.swift",
        "Models/Owner.swift",
        "Protocols/LocationConvertible.swift",
        "Protocols/S3Client.swift",
        "S3.swift",
        "URLBuilder/S3URLBuilder.swift",
        "URLBuilder/URLBuilder.swift"
      ],
      "target_dependencies" : [
        "S3Signer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "S3DemoRun",
      "module_type" : "SwiftTarget",
      "name" : "S3DemoRun",
      "path" : "Sources/S3DemoRun",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "S3DemoRun"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "S3Provider"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/Einstore/HTTPMediaTypes.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/LiveUI/XMLCoding.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
[1/555] Fetching xmlcoding
[556/572] Fetching xmlcoding, httpmediatypes
[573/14740] Fetching xmlcoding, httpmediatypes, async-http-client
Fetched https://github.com/Einstore/HTTPMediaTypes.git from cache (0.66s)
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.67s)
[1559/14168] Fetching async-http-client
[1560/30974] Fetching async-http-client, swift-crypto
[2464/106023] Fetching async-http-client, swift-crypto, vapor
[15956/184085] Fetching async-http-client, swift-crypto, vapor, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.31s)
[41214/169917] Fetching swift-crypto, vapor, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.63s)
[133596/153111] Fetching vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (11.56s)
Fetched https://github.com/apple/swift-nio.git from cache (11.67s)
Computing version for https://github.com/Einstore/HTTPMediaTypes.git
Computed https://github.com/Einstore/HTTPMediaTypes.git at 0.0.1 (15.30s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (3.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (1.11s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (1.02s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5985] Fetching swift-algorithms
[2/7799] Fetching swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.89s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/6127] Fetching swift-nio-extras
[430/8831] Fetching swift-nio-extras, swift-nio-transport-services
[1246/12734] Fetching swift-nio-extras, swift-nio-transport-services, swift-log
[4530/24395] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-nio-http2
[12293/39470] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.12s)
[14522/36766] Fetching swift-nio-extras, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.09s)
Fetched https://github.com/apple/swift-log.git from cache (3.09s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.13s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.13s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (6.25s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (4.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[3704/22382] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
[4362/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.01s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1176] Fetching swift-http-structured-headers
[2/3646] Fetching swift-http-structured-headers, swift-service-lifecycle
[1972/10177] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
[2217/11094] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-http-types
[2505/16407] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-http-types, swift-async-algorithms
[2539/18036] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-http-types, swift-async-algorithms, swift-asn1
Fetched https://github.com/apple/swift-http-types.git from cache (0.93s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.94s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.94s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.95s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.97s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.05s)
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 (2.08s)
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.99s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.40s)
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.91s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (1.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.95s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/Einstore/HTTPMediaTypes.git at 0.0.1 (0.00s)
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.27.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.07s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.19s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.116.0 (1.17s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/21040] Fetching routing-kit
[3368/23649] Fetching routing-kit, websocket-kit
[4155/28800] Fetching routing-kit, websocket-kit, swift-distributed-tracing
[5482/29888] Fetching routing-kit, websocket-kit, swift-distributed-tracing, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.98s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.98s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.99s)
Fetching https://github.com/vapor/async-kit.git
[16201/21040] Fetching routing-kit
[21041/23479] Fetching routing-kit, async-kit
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/async-kit.git from cache (0.57s)
[1/6190] Fetching console-kit
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.33s)
Fetched https://github.com/vapor/console-kit.git from cache (0.92s)
[1/3493] Fetching multipart-kit
[595/5843] Fetching multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (2.38s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (5.80s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.86s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.04s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.87s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.2 (0.97s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.91s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (0.81s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.83s)
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.34.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.6.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.27.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.116.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.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/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/Einstore/HTTPMediaTypes.git
Working copy of https://github.com/Einstore/HTTPMediaTypes.git resolved at 0.0.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/S3Signer/Derived_from_LICENSE
Building for debugging...
[0/949] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/949] Compiling a_dup.c
[2/949] Write sources
[3/949] Compiling a_gentm.c
[3/949] Write sources
[8/949] Compiling a_bitstr.c
[9/949] Write sources
[55/949] Compiling _NumericsShims _NumericsShims.c
[56/949] Compiling a_bool.c
[57/949] Compiling _AtomicsShims.c
[58/949] Compiling a_d2i_fp.c
[59/949] Compiling CNIOWindows shim.c
[60/949] Compiling CVaporBcrypt blf.c
[61/949] Compiling CNIOWindows WSAStartup.c
[62/949] Compiling CSystem shims.c
[63/949] Compiling CVaporBcrypt bcrypt.c
[64/949] Compiling CNIOWASI CNIOWASI.c
[65/949] Compiling CNIOPosix event_loop_id.c
[66/949] Compiling CNIOLinux liburing_shims.c
[67/949] Compiling CNIOSHA1 c_nio_sha1.c
[68/949] Compiling CNIOExtrasZlib empty.c
[69/949] Compiling CNIOLLHTTP c_nio_http.c
[70/949] Compiling CNIODarwin shim.c
[71/949] Write swift-version-24593BA9C3E375BF.txt
[72/949] Compiling CNIOLinux shim.c
[73/949] Compiling CNIOLLHTTP c_nio_api.c
[74/952] Compiling fiat_p256_adx_sqr.S
[75/953] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/953] Compiling fiat_p256_adx_mul.S
[77/953] Compiling CNIOBoringSSLShims shims.c
[78/1012] Compiling a_strex.cc
[79/1012] Compiling a_strnid.cc
[81/1017] Emitting module ServiceContextModule
[82/1017] Emitting module _NIOBase64
[83/1031] Compiling RealModule Float16+Real.swift
[84/1032] Compiling Logging LogHandler.swift
[85/1032] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/1032] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/1032] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/1033] Compiling RealModule Float80+Real.swift
[89/1033] Compiling InternalCollectionsUtilities Descriptions.swift
[90/1033] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/1033] Compiling RealModule Real.swift
[92/1033] Compiling RealModule RealFunctions.swift
[93/1033] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[94/1033] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/1033] Compiling InternalCollectionsUtilities Debugging.swift
[96/1033] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[97/1037] Emitting module RealModule
[98/1037] Emitting module InternalCollectionsUtilities
[99/1037] Compiling _NIOBase64 Base64.swift
[100/1037] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[101/1037] Compiling InternalCollectionsUtilities Integer rank.swift
[104/1038] Compiling _NIODataStructures _TinyArray.swift
[105/1038] Compiling _NIODataStructures PriorityQueue.swift
[106/1038] Compiling ServiceContextModule ServiceContext.swift
[107/1038] Compiling ServiceContextModule ServiceContextKey.swift
[108/1038] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[113/1038] Compiling InternalCollectionsUtilities _SortedCollection.swift
[118/1039] Emitting module _NIODataStructures
[119/1039] Compiling _NIODataStructures Heap.swift
[120/1040] Emitting module SystemPackage
[129/1040] Compiling SystemPackage FilePathParsing.swift
[130/1040] Compiling SystemPackage FilePathString.swift
[133/1040] Compiling RealModule RelaxedArithmetic.swift
[135/1044] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[137/1051] Wrapping AST for _NIODataStructures for debugging
[139/1054] Compiling Instrumentation MultiplexInstrument.swift
[140/1114] Compiling Instrumentation NoOpInstrument.swift
[141/1117] Emitting module Instrumentation
[142/1177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[143/1177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[144/1177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[145/1177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[146/1177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[147/1177] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[148/1177] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[149/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[150/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[151/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[152/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[153/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[154/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[155/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[156/1184] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[157/1184] Compiling OrderedCollections OrderedSet+Hashable.swift
[158/1184] Compiling OrderedCollections OrderedSet+Initializers.swift
[159/1184] Compiling OrderedCollections OrderedSet+Insertions.swift
[160/1184] Compiling OrderedCollections OrderedDictionary+Codable.swift
[161/1184] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[162/1184] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[163/1184] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[164/1184] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[165/1184] Compiling OrderedCollections OrderedDictionary+Elements.swift
[166/1184] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[167/1184] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[168/1184] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[169/1184] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[170/1184] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[171/1184] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[172/1184] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[173/1184] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[174/1184] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[175/1184] Compiling OrderedCollections OrderedDictionary+Values.swift
[176/1184] Compiling OrderedCollections OrderedDictionary.swift
[177/1184] Compiling OrderedCollections OrderedSet+Codable.swift
[178/1184] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[179/1184] Compiling OrderedCollections OrderedSet+Descriptions.swift
[180/1184] Compiling OrderedCollections OrderedSet+Diffing.swift
[181/1184] Compiling OrderedCollections OrderedSet+Equatable.swift
[186/1184] Compiling OrderedCollections OrderedSet+Invariants.swift
[187/1184] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[188/1184] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[189/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[190/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[191/1184] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[192/1184] Compiling Instrumentation Instrument.swift
[193/1184] Compiling Instrumentation InstrumentationSystem.swift
[194/1184] Compiling Instrumentation Locks.swift
[195/1185] Emitting module Logging
[196/1185] Compiling Logging Locks.swift
[197/1185] Compiling Logging MetadataProvider.swift
[198/1185] Compiling Logging Logging.swift
[201/1186] Compiling OrderedCollections _HashTable+Bucket.swift
[202/1186] Compiling OrderedCollections _HashTable+BucketIterator.swift
[203/1186] Compiling OrderedCollections _HashTable+Constants.swift
[204/1186] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[205/1186] Compiling OrderedCollections _HashTable+Testing.swift
[206/1186] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[207/1186] Compiling OrderedCollections _HashTable.swift
[208/1186] Compiling OrderedCollections _Hashtable+Header.swift
[216/1187] Compiling CoreMetrics Locks.swift
[217/1187] Emitting module CoreMetrics
[218/1187] Compiling CoreMetrics Metrics.swift
[221/1188] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[222/1188] Compiling OrderedCollections OrderedSet.swift
[223/1188] Compiling OrderedCollections _UnsafeBitset.swift
[224/1188] Compiling _RopeModule Rope.swift
[225/1188] Compiling _RopeModule RopeElement.swift
[226/1188] Compiling _RopeModule RopeMetric.swift
[227/1188] Compiling _RopeModule RopeSummary.swift
[228/1188] Compiling _RopeModule _RopeItem.swift
[229/1188] Compiling _RopeModule _RopePath.swift
[241/1220] Compiling Tracing InstrumentationSystem+Tracing.swift
[242/1220] Compiling HeapModule Heap+Descriptions.swift
[263/1220] Emitting module XMLCoding
[264/1221] Compiling Tracing TracingTime.swift
[265/1221] Compiling RoutingKit AnyRouter.swift
[266/1221] Emitting module RoutingKit
[267/1221] Compiling HTTPMediaTypes HTTPHeaderValue.swift
[276/1221] Compiling XMLCoding XMLKey.swift
[277/1221] Compiling HeapModule _HeapNode.swift
[278/1221] Compiling RoutingKit Parameters.swift
[279/1221] Compiling RoutingKit PathComponent.swift
[280/1221] Compiling XMLCoding XMLReferencingEncoder.swift
[281/1221] Compiling XMLCoding ISO8601DateFormatter.swift
[282/1221] Emitting module Tracing
[283/1221] Compiling HeapModule Heap.swift
[292/1221] Compiling Metrics Metrics.swift
[293/1221] Emitting module Metrics
[294/1221] Compiling Tracing TracerProtocol.swift
[295/1221] Compiling Tracing Tracer.swift
[296/1222] Compiling HeapModule Heap+Invariants.swift
[297/1222] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[298/1222] Compiling HeapModule Heap+UnsafeHandle.swift
[299/1222] Compiling Tracing TracerProtocol+Legacy.swift
[301/1222] Emitting module HeapModule
[302/1223] Compiling RoutingKit TrieRouter.swift
[303/1223] Compiling RoutingKit Router.swift
[304/1223] Compiling OrderedCollections OrderedSet+Sendable.swift
[305/1223] Compiling OrderedCollections OrderedSet+SubSequence.swift
[306/1223] Compiling OrderedCollections OrderedSet+Testing.swift
[307/1223] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[323/1224] Emitting module OrderedCollections
[323/1225] Wrapping AST for _NIOBase64 for debugging
[326/1225] Compiling Tracing SpanProtocol.swift
[327/1225] Compiling Tracing NoOpTracer.swift
[327/1317] Wrapping AST for SystemPackage for debugging
[329/1317] Wrapping AST for ServiceContextModule for debugging
[330/1317] Wrapping AST for RoutingKit for debugging
[331/1317] Wrapping AST for Tracing for debugging
[333/1317] Compiling XMLCoding XMLStackParser.swift
[333/1318] Wrapping AST for RealModule for debugging
[335/1318] Compiling DequeModule _DequeBuffer.swift
[336/1318] Compiling DequeModule _DequeBufferHeader.swift
[336/1320] Wrapping AST for Metrics for debugging
[337/1320] Wrapping AST for OrderedCollections for debugging
[339/1320] Wrapping AST for InternalCollectionsUtilities for debugging
[340/1320] Wrapping AST for Logging for debugging
[342/1320] Compiling DequeModule Deque+Equatable.swift
[343/1320] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[343/1320] Wrapping AST for Instrumentation for debugging
[345/1320] Compiling DequeModule Deque+CustomReflectable.swift
[346/1320] Compiling DequeModule Deque+Descriptions.swift
[347/1320] Compiling DequeModule Deque+Extras.swift
[348/1320] Compiling DequeModule Deque+Hashable.swift
[348/1320] Compiling fiat_curve25519_adx_square.S
[350/1320] Emitting module _RopeModule
[350/1320] Compiling fiat_curve25519_adx_mul.S
[351/1320] Wrapping AST for XMLCoding for debugging
[353/1320] Compiling HashTreeCollections TreeSet+Hashable.swift
[354/1320] Compiling HashTreeCollections TreeSet+Sendable.swift
[355/1320] Compiling HashTreeCollections TreeSet+Sequence.swift
[356/1320] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[357/1320] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[358/1320] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[359/1320] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[360/1320] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[361/1320] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[362/1320] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[362/1330] Wrapping AST for HeapModule for debugging
[363/1330] Wrapping AST for CoreMetrics for debugging
[365/1330] Compiling DequeModule Deque+Testing.swift
[366/1330] Compiling DequeModule Deque._Storage.swift
[367/1330] Compiling DequeModule Deque._UnsafeHandle.swift
[368/1330] Compiling DequeModule Deque.swift
[369/1330] Compiling DequeModule _DequeSlot.swift
[370/1330] Compiling DequeModule _UnsafeWrappedBuffer.swift
[371/1330] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[372/1330] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[373/1330] Compiling HashTreeCollections TreeDictionary+Keys.swift
[374/1330] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[375/1330] Compiling HashTreeCollections TreeDictionary+Merge.swift
[376/1330] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[377/1330] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[378/1330] Compiling HashTreeCollections TreeDictionary+Values.swift
[379/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[380/1330] Compiling DequeModule Deque+Codable.swift
[381/1330] Compiling DequeModule Deque+Collection.swift
[382/1330] Emitting module HTTPMediaTypes
[383/1330] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[384/1330] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[385/1330] Compiling HashTreeCollections TreeDictionary+Filter.swift
[394/1330] Compiling HashTreeCollections TreeDictionary.swift
[395/1330] Compiling HashTreeCollections TreeSet+Codable.swift
[396/1330] Compiling HashTreeCollections TreeSet+Collection.swift
[397/1330] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[398/1330] Compiling HashTreeCollections TreeSet+Debugging.swift
[399/1330] Compiling HashTreeCollections TreeSet+Descriptions.swift
[400/1330] Compiling HashTreeCollections TreeSet+Equatable.swift
[401/1330] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[402/1330] Compiling HashTreeCollections TreeSet+Extras.swift
[403/1330] Compiling HashTreeCollections TreeSet+Filter.swift
[405/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[406/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[407/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[408/1330] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[409/1330] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[410/1330] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[411/1330] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[412/1330] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[413/1330] Compiling HashTreeCollections TreeSet.swift
[414/1330] Emitting module DequeModule
[415/1331] Wrapping AST for DequeModule for debugging
[426/1331] Compiling HashTreeCollections TreeDictionary+Collection.swift
[427/1331] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[428/1331] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[429/1331] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[436/1332] Compiling HashTreeCollections _HashTreeIterator.swift
[437/1332] Compiling HashTreeCollections _HashTreeStatistics.swift
[438/1332] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[439/1332] Compiling HashTreeCollections _RawHashNode.swift
[440/1332] Compiling HashTreeCollections _UnmanagedHashNode.swift
[441/1332] Compiling HashTreeCollections _UnsafePath.swift
[442/1332] Compiling HashTreeCollections TreeDictionary+Codable.swift
[446/1332] Wrapping AST for _RopeModule for debugging
[447/1332] Compiling tls_method.cc
[448/1332] Compiling tls_record.cc
[460/1332] Compiling tls13_server.cc
[461/1332] Compiling tls13_enc.cc
[463/1332] Compiling HTTPMediaTypes HTTPMediaType.swift
[470/1333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[471/1333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[472/1333] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[473/1333] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[474/1333] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[475/1333] Compiling HashTreeCollections _HashNode+Structural merge.swift
[476/1333] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[477/1333] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[478/1333] Compiling HashTreeCollections _HashNode+Structural union.swift
[479/1333] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[480/1333] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[481/1333] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[482/1333] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[483/1333] Compiling HashTreeCollections _HashNode.swift
[484/1333] Compiling HashTreeCollections _HashNodeHeader.swift
[485/1333] Compiling HashTreeCollections _HashSlot.swift
[486/1333] Compiling HashTreeCollections _HashStack.swift
[486/1333] Wrapping AST for HTTPMediaTypes for debugging
[487/1333] Compiling tls13_client.cc
[488/1333] Compiling t1_enc.cc
[489/1333] Compiling tls13_both.cc
[491/1333] Emitting module HashTreeCollections
[492/1334] Wrapping AST for HashTreeCollections for debugging
[493/1334] Compiling ssl_x509.cc
[494/1334] Compiling ssl_versions.cc
[495/1334] Compiling ssl_transcript.cc
[496/1334] Compiling ssl_stat.cc
[497/1334] Compiling ssl_privkey.cc
[498/1334] Compiling ssl_session.cc
[499/1334] Compiling ssl_file.cc
[500/1334] Compiling ssl_key_share.cc
[501/1334] Compiling ssl_lib.cc
[502/1334] Compiling ssl_credential.cc
[503/1334] Compiling ssl_cipher.cc
[504/1334] Compiling ssl_cert.cc
[505/1334] Compiling ssl_buffer.cc
[506/1334] Compiling ssl_aead_ctx.cc
[507/1334] Compiling ssl_asn1.cc
[508/1334] Compiling s3_pkt.cc
[509/1334] Compiling s3_lib.cc
[510/1334] Compiling s3_both.cc
[511/1334] Compiling handshake_server.cc
[512/1334] Compiling handshake_client.cc
[513/1334] Compiling handshake.cc
[514/1334] Compiling handoff.cc
[515/1334] Compiling encrypted_client_hello.cc
[516/1334] Compiling dtls_record.cc
[517/1334] Compiling md5-x86_64-linux.S
[518/1334] Compiling extensions.cc
[519/1334] Compiling md5-x86_64-apple.S
[520/1334] Compiling md5-586-linux.S
[521/1334] Compiling dtls_method.cc
[522/1334] Compiling md5-586-apple.S
[523/1334] Compiling chacha20_poly1305_x86_64-linux.S
[524/1334] Compiling chacha20_poly1305_x86_64-apple.S
[525/1334] Compiling chacha20_poly1305_armv8-win.S
[526/1334] Compiling chacha20_poly1305_armv8-apple.S
[527/1334] Compiling chacha20_poly1305_armv8-linux.S
[528/1334] Compiling chacha-x86_64-linux.S
[529/1334] Compiling d1_srtp.cc
[530/1334] Compiling chacha-x86_64-apple.S
[531/1334] Compiling chacha-x86-linux.S
[532/1334] Compiling chacha-x86-apple.S
[533/1334] Compiling d1_pkt.cc
[534/1334] Compiling chacha-armv8-win.S
[535/1334] Compiling chacha-armv4-linux.S
[536/1334] Compiling chacha-armv8-linux.S
[537/1334] Compiling chacha-armv8-apple.S
[538/1334] Compiling aes128gcmsiv-x86_64-linux.S
[539/1334] Compiling aes128gcmsiv-x86_64-apple.S
[540/1334] Compiling x86_64-mont5-linux.S
[541/1334] Compiling x86_64-mont5-apple.S
[542/1334] Compiling x86_64-mont-linux.S
[543/1334] Compiling x86_64-mont-apple.S
[544/1334] Compiling x86-mont-linux.S
[545/1334] Compiling x86-mont-apple.S
[546/1334] Compiling vpaes-x86_64-linux.S
[547/1334] Compiling vpaes-x86_64-apple.S
[548/1334] Compiling err_data.cc
[549/1334] Compiling vpaes-x86-apple.S
[550/1334] Compiling vpaes-armv8-linux.S
[551/1334] Compiling vpaes-x86-linux.S
[552/1334] Compiling vpaes-armv8-win.S
[553/1334] Compiling vpaes-armv8-apple.S
[554/1334] Compiling sha512-x86_64-linux.S
[555/1334] Compiling vpaes-armv7-linux.S
[556/1334] Compiling sha512-x86_64-apple.S
[557/1334] Compiling sha512-armv8-win.S
[558/1334] Compiling sha512-armv4-linux.S
[559/1334] Compiling sha512-armv8-apple.S
[560/1334] Compiling d1_lib.cc
[561/1334] Compiling sha512-586-linux.S
[562/1334] Compiling sha512-armv8-linux.S
[563/1334] Compiling sha256-x86_64-linux.S
[564/1334] Compiling sha512-586-apple.S
[565/1334] Compiling sha256-x86_64-apple.S
[566/1334] Compiling sha256-armv8-win.S
[567/1334] Compiling sha256-armv8-apple.S
[568/1334] Compiling sha256-armv8-linux.S
[569/1334] Compiling sha256-586-linux.S
[570/1334] Compiling sha256-armv4-linux.S
[571/1334] Compiling sha1-x86_64-linux.S
[572/1334] Compiling sha256-586-apple.S
[573/1334] Compiling sha1-armv8-win.S
[574/1334] Compiling sha1-x86_64-apple.S
[575/1334] Compiling sha1-armv8-apple.S
[576/1334] Compiling sha1-586-apple.S
[577/1334] Compiling rsaz-avx2-apple.S
[578/1334] Compiling sha1-armv8-linux.S
[579/1334] Compiling rsaz-avx2-linux.S
[580/1334] Compiling sha1-586-linux.S
[581/1334] Compiling sha1-armv4-large-linux.S
[582/1334] Compiling rdrand-x86_64-linux.S
[583/1334] Compiling rdrand-x86_64-apple.S
[584/1334] Compiling p256_beeu-x86_64-asm-apple.S
[585/1334] Compiling p256-x86_64-asm-linux.S
[586/1334] Compiling p256_beeu-armv8-asm-linux.S
[587/1334] Compiling p256_beeu-x86_64-asm-linux.S
[588/1334] Compiling p256_beeu-armv8-asm-apple.S
[589/1334] Compiling bio_ssl.cc
[590/1334] Compiling p256_beeu-armv8-asm-win.S
[591/1334] Compiling p256-armv8-asm-win.S
[592/1334] Compiling p256-x86_64-asm-apple.S
[593/1334] Compiling p256-armv8-asm-apple.S
[593/1334] Compiling p256-armv8-asm-linux.S
[595/1334] Compiling ghashv8-armv8-win.S
[596/1334] Compiling ghashv8-armv8-apple.S
[597/1334] Compiling ghashv8-armv8-linux.S
[598/1334] Compiling d1_both.cc
[599/1334] Compiling ghash-ssse3-x86_64-apple.S
[600/1334] Compiling ghash-x86_64-apple.S
[601/1334] Compiling ghashv8-armv7-linux.S
[602/1334] Compiling ghash-x86_64-linux.S
[603/1334] Compiling ghash-x86-linux.S
[604/1334] Compiling ghash-ssse3-x86-linux.S
[605/1334] Compiling ghash-x86-apple.S
[606/1334] Compiling ghash-ssse3-x86_64-linux.S
[607/1334] Compiling ghash-ssse3-x86-apple.S
[608/1334] Compiling ghash-neon-armv8-linux.S
[609/1334] Compiling ghash-neon-armv8-apple.S
[610/1334] Compiling ghash-neon-armv8-win.S
[611/1334] Compiling ghash-armv4-linux.S
[612/1334] Compiling bsaes-armv7-linux.S
[613/1334] Compiling bn-armv8-apple.S
[614/1334] Compiling co-586-linux.S
[615/1334] Compiling co-586-apple.S
[616/1334] Compiling bn-armv8-win.S
[617/1334] Compiling bn-armv8-linux.S
[618/1334] Compiling bn-586-linux.S
[619/1334] Compiling armv8-mont-win.S
[620/1334] Compiling bn-586-apple.S
[621/1334] Compiling armv4-mont-linux.S
[622/1334] Compiling aesv8-gcm-armv8-win.S
[623/1334] Compiling aesv8-gcm-armv8-apple.S
[624/1334] Compiling aesv8-armv8-win.S
[625/1334] Compiling armv8-mont-apple.S
[626/1334] Compiling aesv8-gcm-armv8-linux.S
[627/1334] Compiling armv8-mont-linux.S
[628/1334] Compiling aesv8-armv8-apple.S
[629/1334] Compiling aesv8-armv8-linux.S
[630/1334] Compiling aesni-x86_64-linux.S
[631/1334] Compiling aesni-gcm-x86_64-linux.S
[632/1334] Compiling aesv8-armv7-linux.S
[633/1334] Compiling aesni-x86-linux.S
[634/1334] Compiling aesni-x86_64-apple.S
[634/1334] Compiling aesni-x86-apple.S
[636/1334] Compiling aesni-gcm-x86_64-apple.S
[637/1334] Compiling aes-gcm-avx2-x86_64-linux.S
[638/1334] Compiling aes-gcm-avx2-x86_64-apple.S
[639/1334] Compiling aes-gcm-avx10-x86_64-linux.S
[640/1334] Compiling aes-gcm-avx10-x86_64-apple.S
[641/1334] Compiling x_pubkey.cc
[642/1334] Compiling x_spki.cc
[643/1334] Compiling x_sig.cc
[644/1334] Compiling x_req.cc
[644/1334] Compiling x_val.cc
[646/1334] Compiling x_x509a.cc
[647/1334] Compiling x_x509.cc
[648/1334] Compiling x_name.cc
[649/1334] Compiling x509spki.cc
[650/1334] Compiling x_crl.cc
[651/1334] Compiling x_exten.cc
[652/1334] Compiling x_algor.cc
[653/1334] Compiling x509name.cc
[654/1334] Compiling x_attrib.cc
[655/1334] Compiling x509rset.cc
[656/1334] Compiling x_all.cc
[657/1334] Compiling x509cset.cc
[658/1334] Compiling x509_req.cc
[659/1334] Compiling x509_vpm.cc
[660/1334] Compiling x509_trs.cc
[661/1334] Compiling x509_txt.cc
[662/1334] Compiling x509_set.cc
[663/1334] Compiling x509_vfy.cc
[664/1334] Compiling x509_v3.cc
[665/1334] Compiling x509_cmp.cc
[666/1334] Compiling x509_d2.cc
[667/1334] Compiling x509_ext.cc
[668/1334] Compiling x509_obj.cc
[669/1334] Compiling x509_att.cc
[670/1334] Compiling x509_def.cc
[671/1334] Compiling x509_lu.cc
[672/1334] Compiling x509.cc
[673/1334] Compiling v3_pcons.cc
[674/1334] Compiling v3_pmaps.cc
[675/1334] Compiling v3_skey.cc
[676/1334] Compiling v3_utl.cc
[677/1334] Compiling v3_purp.cc
[678/1334] Compiling v3_prn.cc
[679/1334] Compiling v3_ocsp.cc
[680/1334] Compiling v3_ncons.cc
[681/1334] Compiling v3_info.cc
[682/1334] Compiling v3_int.cc
[683/1334] Compiling v3_extku.cc
[684/1334] Compiling v3_lib.cc
[685/1334] Compiling v3_genn.cc
[686/1334] Compiling v3_ia5.cc
[687/1334] Compiling v3_enum.cc
[688/1334] Compiling v3_crld.cc
[689/1334] Compiling v3_bitst.cc
[690/1334] Compiling v3_conf.cc
[691/1334] Compiling v3_bcons.cc
[692/1334] Compiling v3_alt.cc
[693/1334] Compiling v3_cpols.cc
[694/1334] Compiling v3_akey.cc
[695/1334] Compiling t_x509a.cc
[696/1334] Compiling v3_akeya.cc
[697/1334] Compiling i2d_pr.cc
[698/1334] Compiling name_print.cc
[699/1334] Compiling policy.cc
[700/1334] Compiling t_req.cc
[701/1334] Compiling t_x509.cc
[702/1334] Compiling t_crl.cc
[703/1334] Compiling rsa_pss.cc
[704/1334] Compiling by_file.cc
[705/1334] Compiling by_dir.cc
[706/1334] Compiling asn1_gen.cc
[707/1334] Compiling algorithm.cc
[708/1334] Compiling a_verify.cc
[709/1334] Compiling a_sign.cc
[710/1334] Compiling thread_win.cc
[711/1334] Compiling trust_token.cc
[712/1334] Compiling voprf.cc
[713/1334] Compiling thread_pthread.cc
[714/1334] Compiling a_digest.cc
[715/1334] Compiling thread_none.cc
[716/1334] Compiling thread.cc
[717/1334] Compiling pmbtoken.cc
[718/1334] Compiling stack.cc
[719/1334] Compiling siphash.cc
[720/1334] Compiling sha1.cc
[721/1334] Compiling sha256.cc
[722/1334] Compiling sha512.cc
[723/1334] Compiling spake2plus.cc
[724/1334] Compiling slhdsa.cc
[725/1334] Compiling rsa_print.cc
[726/1334] Compiling rc4.cc
[727/1334] Compiling rsa_crypt.cc
[728/1334] Compiling rsa_extra.cc
[729/1334] Compiling refcount.cc
[730/1334] Compiling rand.cc
[731/1334] Compiling trusty.cc
[732/1334] Compiling windows.cc
[733/1334] Compiling urandom.cc
[734/1334] Compiling rsa_asn1.cc
[735/1334] Compiling passive.cc
[736/1334] Compiling poly1305_arm_asm.S
[737/1334] Compiling ios.cc
[738/1334] Compiling fork_detect.cc
[739/1334] Compiling getentropy.cc
[740/1334] Compiling forkunsafe.cc
[741/1334] Compiling poly1305_vec.cc
[742/1334] Compiling deterministic.cc
[743/1334] Compiling pool.cc
[744/1334] Compiling poly1305.cc
[745/1334] Compiling poly1305_arm.cc
[746/1334] Compiling pkcs8_x509.cc
[747/1334] Compiling pkcs7.cc
[748/1334] Compiling pkcs8.cc
[749/1334] Compiling pem_xaux.cc
[750/1334] Compiling p5_pbev2.cc
[751/1334] Compiling pem_pkey.cc
[752/1334] Compiling pem_x509.cc
[753/1334] Compiling pkcs7_x509.cc
[754/1334] Compiling pem_pk8.cc
[755/1334] Compiling pem_oth.cc
[756/1334] Compiling pem_info.cc
[757/1334] Compiling mlkem.cc
[758/1334] Compiling pem_lib.cc
[759/1334] Compiling obj_xref.cc
[760/1334] Compiling pem_all.cc
[761/1334] Compiling obj.cc
[762/1334] Compiling poly_rq_mul.S
[763/1334] Compiling mldsa.cc
[764/1334] Compiling fips_shared_support.cc
[765/1334] Compiling mem.cc
[766/1334] Compiling md4.cc
[767/1334] Compiling lhash.cc
[768/1334] Compiling md5.cc
[769/1334] Compiling ex_data.cc
[770/1334] Compiling sign.cc
[771/1334] Compiling scrypt.cc
[772/1334] Compiling kyber.cc
[773/1334] Compiling print.cc
[774/1334] Compiling hpke.cc
[775/1334] Compiling hrss.cc
[776/1334] Compiling pbkdf.cc
[777/1334] Compiling p_x25519.cc
[778/1334] Compiling p_ed25519.cc
[779/1334] Compiling p_x25519_asn1.cc
[780/1334] Compiling p_rsa.cc
[781/1334] Compiling p_rsa_asn1.cc
[782/1334] Compiling p_hkdf.cc
[783/1334] Compiling p_ec.cc
[784/1334] Compiling p_ed25519_asn1.cc
[785/1334] Compiling p_ec_asn1.cc
[786/1334] Compiling p_dh.cc
[787/1334] Compiling p_dh_asn1.cc
[788/1334] Compiling evp.cc
[789/1334] Compiling evp_asn1.cc
[790/1334] Compiling evp_ctx.cc
[791/1334] Compiling p_dsa_asn1.cc
[792/1334] Compiling err.cc
[793/1334] Compiling engine.cc
[794/1334] Compiling ecdh.cc
[795/1334] Compiling hash_to_curve.cc
[796/1334] Compiling ec_derive.cc
[797/1334] Compiling bcm.cc
[798/1334] Compiling ecdsa_asn1.cc
[799/1334] Compiling dsa.cc
[800/1334] Compiling ec_asn1.cc
[801/1334] Compiling dsa_asn1.cc
[802/1334] Compiling x25519-asm-arm.S
[803/1334] Compiling params.cc
[804/1334] Compiling des.cc
[805/1334] Compiling digest_extra.cc
[806/1334] Compiling curve25519_64_adx.cc
[807/1334] Compiling dh_asn1.cc
[808/1334] Compiling crypto.cc
[809/1334] Compiling spake25519.cc
[810/1334] Compiling curve25519.cc
[811/1334] Compiling cpu_arm_linux.cc
[812/1334] Compiling cpu_intel.cc
[813/1334] Compiling cpu_arm_freebsd.cc
[814/1334] Compiling cpu_aarch64_win.cc
[815/1334] Compiling cpu_aarch64_sysreg.cc
[816/1334] Compiling cpu_aarch64_openbsd.cc
[817/1334] Compiling cpu_aarch64_fuchsia.cc
[818/1334] Compiling cpu_aarch64_linux.cc
[819/1334] Compiling cpu_aarch64_apple.cc
[820/1334] Compiling conf.cc
[821/1334] Compiling tls_cbc.cc
[822/1334] Compiling get_cipher.cc
[823/1334] Compiling e_rc4.cc
[824/1334] Compiling e_tls.cc
[825/1334] Compiling e_des.cc
[826/1334] Compiling e_rc2.cc
[827/1334] Compiling e_null.cc
[828/1334] Compiling e_chacha20poly1305.cc
[829/1334] Compiling e_aesctrhmac.cc
[830/1334] Compiling e_aesgcmsiv.cc
[831/1334] Compiling chacha.cc
[832/1334] Compiling derive_key.cc
[833/1334] Compiling buf.cc
[834/1334] Compiling cbb.cc
[835/1334] Compiling unicode.cc
[836/1334] Compiling ber.cc
[837/1334] Compiling cbs.cc
[838/1334] Compiling asn1_compat.cc
[839/1334] Compiling socket_helper.cc
[840/1334] Compiling bn_asn1.cc
[841/1334] Compiling convert.cc
[842/1334] Compiling pair.cc
[843/1334] Compiling blake2.cc
[844/1334] Compiling socket.cc
[845/1334] Compiling printf.cc
[846/1334] Compiling file.cc
[847/1334] Compiling fd.cc
[848/1334] Compiling hexdump.cc
[849/1334] Compiling errno.cc
[850/1334] Compiling bio_mem.cc
[851/1334] Compiling connect.cc
[852/1334] Compiling bio.cc
[853/1334] Compiling base64.cc
[854/1334] Compiling tasn_typ.cc
[855/1334] Compiling tasn_fre.cc
[856/1334] Compiling tasn_enc.cc
[857/1334] Compiling tasn_utl.cc
[858/1334] Compiling posix_time.cc
[859/1334] Compiling tasn_dec.cc
[860/1334] Compiling tasn_new.cc
[861/1334] Compiling f_string.cc
[862/1334] Compiling f_int.cc
[863/1334] Compiling asn1_par.cc
[864/1334] Compiling asn_pack.cc
[865/1334] Compiling a_utctm.cc
[866/1334] Compiling a_type.cc
[867/1334] Compiling asn1_lib.cc
[868/1334] Compiling a_octet.cc
[869/1334] Compiling a_time.cc
[870/1334] Compiling a_object.cc
[871/1334] Compiling a_int.cc
[872/1334] Compiling a_mbstr.cc
[873/1334] Compiling a_dup.cc
[874/1334] Compiling a_i2d_fp.cc
[875/1334] Compiling fiat_curve25519_adx_square.S
[876/1334] Compiling fiat_curve25519_adx_mul.S
[877/1334] Compiling a_d2i_fp.cc
[878/1334] Compiling a_gentm.cc
[879/1334] Compiling CCryptoBoringSSLShims shims.c
[880/1334] Compiling v3_skey.c
[881/1334] Compiling a_bitstr.cc
[882/1334] Compiling v3_utl.c
[883/1334] Compiling a_bool.cc
[884/1334] Compiling v3_purp.c
[885/1334] Compiling v3_prn.c
[886/1334] Compiling v3_pcons.c
[887/1334] Compiling v3_lib.c
[888/1334] Compiling v3_ocsp.c
[889/1334] Compiling v3_pmaps.c
[890/1334] Compiling v3_info.c
[891/1334] Compiling v3_ncons.c
[892/1334] Compiling v3_int.c
[893/1334] Compiling v3_ia5.c
[894/1334] Compiling v3_genn.c
[895/1334] Compiling v3_crld.c
[896/1334] Compiling v3_extku.c
[897/1334] Compiling v3_enum.c
[898/1334] Compiling v3_bcons.c
[899/1334] Compiling v3_bitst.c
[899/1334] Compiling v3_cpols.c
[901/1334] Compiling v3_conf.c
[902/1334] Compiling v3_akeya.c
[903/1334] Compiling v3_alt.c
[904/1334] Compiling v3_akey.c
[905/1334] Compiling x_x509a.c
[906/1334] Compiling x_spki.c
[907/1334] Compiling x_x509.c
[908/1334] Compiling x_val.c
[909/1334] Compiling x_info.c
[910/1334] Compiling x_pubkey.c
[911/1334] Compiling x_sig.c
[912/1334] Compiling c-atomics.c
[913/1334] Compiling x_pkey.c
[914/1334] Compiling x_req.c
[915/1334] Compiling x_name.c
[916/1334] Compiling x_exten.c
[917/1334] Compiling x_algor.c
[918/1334] Compiling c-nioatomics.c
[919/1334] Compiling x_attrib.c
[920/1334] Compiling x_crl.c
[921/1334] Compiling x509spki.c
[922/1334] Compiling x_all.c
[923/1334] Compiling x509rset.c
[924/1340] Compiling x509cset.c
[925/1340] Compiling x509name.c
[926/1340] Compiling x509_vpm.c
[927/1340] Compiling x509_txt.c
[928/1340] Compiling x509_vfy.c
[929/1340] Compiling x509_set.c
[930/1340] Compiling x509_trs.c
[930/1340] Compiling x509_req.c
[930/1340] Compiling x509_v3.c
[933/1340] Compiling x509_obj.c
[935/1340] Compiling NIOConcurrencyHelpers NIOLock.swift
[935/1340] Compiling x509_def.c
[936/1340] Compiling x509_d2.c
[937/1340] Compiling x509_lu.c
[938/1340] Compiling x509.c
[939/1340] Compiling x509_ext.c
[940/1340] Compiling x509_att.c
[941/1340] Compiling x509_cmp.c
[943/1340] Compiling NIOConcurrencyHelpers lock.swift
[944/1340] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[945/1340] Emitting module NIOConcurrencyHelpers
[946/1340] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[947/1340] Compiling NIOConcurrencyHelpers atomics.swift
[947/1340] Compiling t_x509a.c
[948/1341] Compiling rsa_pss.c
[949/1341] Compiling t_crl.c
[950/1341] Compiling t_x509.c
[951/1341] Compiling t_req.c
[952/1341] Compiling name_print.c
[954/1341] Compiling policy.c
[955/1341] Compiling i2d_pr.c
[956/1341] Compiling by_file.c
[957/1341] Compiling algorithm.c
[958/1341] Compiling by_dir.c
[959/1341] Compiling a_verify.c
[960/1341] Compiling voprf.c
[961/1341] Compiling asn1_gen.c
[962/1341] Compiling a_digest.c
[963/1341] Compiling a_sign.c
[964/1341] Compiling thread.c
[965/1341] Wrapping AST for NIOConcurrencyHelpers for debugging
[966/1341] Compiling thread_none.c
[967/1341] Compiling thread_pthread.c
[968/1341] Compiling thread_win.c
[969/1367] Compiling rsa_print.c
[970/1367] Compiling siphash.c
[971/1367] Compiling rsa_asn1.c
[972/1367] Compiling trust_token.c
[973/1367] Compiling rsa_crypt.c
[974/1367] Compiling stack.c
[975/1367] Compiling pmbtoken.c
[976/1367] Compiling rc4.c
[977/1367] Compiling rand_extra.c
[978/1367] Compiling refcount.c
[979/1367] Compiling trusty.c
[980/1367] Compiling windows.c
[981/1367] Compiling passive.c
[982/1367] Compiling ios.c
[984/1367] Compiling ConsoleKitTerminal Console+Wait.swift
[985/1367] Compiling ConsoleKitTerminal ConsoleColor.swift
[986/1367] Compiling ConsoleKitTerminal ConsoleStyle.swift
[986/1370] Compiling getentropy.c
[987/1370] Compiling forkunsafe.c
[988/1370] Compiling deterministic.c
[989/1370] Compiling poly1305_arm_asm.S
[990/1370] Compiling poly1305_vec.c
[991/1370] Compiling pool.c
[992/1370] Compiling poly1305_arm.c
[993/1370] Compiling poly1305.c
[994/1370] Compiling pkcs7.c
[995/1370] Compiling p5_pbev2.c
[996/1370] Compiling pkcs8.c
[997/1370] Compiling pkcs7_x509.c
[998/1370] Compiling pem_x509.c
[998/1370] Compiling pem_xaux.c
[1001/1370] Emitting module ConsoleKitTerminal
[1001/1370] Compiling pkcs8_x509.c
[1002/1370] Compiling pem_pkey.c
[1003/1370] Compiling obj_xref.c
[1005/1370] Compiling ConsoleKitTerminal CustomActivity.swift
[1006/1370] Compiling ConsoleKitTerminal LoadingBar.swift
[1007/1370] Compiling ConsoleKitTerminal ProgressBar.swift
[1008/1370] Compiling ConsoleKitTerminal Console+Clear.swift
[1009/1370] Compiling ConsoleKitTerminal ActivityBar.swift
[1010/1370] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1011/1370] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1012/1370] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1012/1370] Compiling pem_pk8.c
[1013/1370] Compiling pem_oth.c
[1014/1370] Compiling pem_info.c
[1016/1370] Compiling ConsoleKitTerminal ConsoleText.swift
[1017/1370] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1018/1370] Compiling ConsoleKitTerminal ANSI.swift
[1019/1370] Compiling ConsoleKitTerminal Console.swift
[1020/1370] Compiling ConsoleKitTerminal Terminal.swift
[1021/1370] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1022/1370] Compiling ConsoleKitTerminal Console+Confirm.swift
[1023/1370] Compiling ConsoleKitTerminal Console+Input.swift
[1024/1370] Compiling ConsoleKitTerminal Console+Center.swift
[1025/1370] Compiling ConsoleKitTerminal Console+Output.swift
[1026/1370] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1027/1370] Compiling ConsoleKitTerminal ConsoleClear.swift
[1028/1370] Compiling ConsoleKitTerminal Console+Ask.swift
[1029/1370] Compiling ConsoleKitTerminal Console+Choose.swift
[1029/1370] Compiling pem_all.c
[1030/1370] Compiling mem.c
[1031/1370] Compiling pem_lib.c
[1032/1370] Compiling poly_rq_mul.S
[1033/1370] Compiling lhash.c
[1034/1370] Compiling obj.c
[1035/1370] Compiling x86_64-mont-mac.mac.x86_64.S
[1036/1370] Compiling x86_64-mont5-mac.mac.x86_64.S
[1037/1370] Compiling hpke.c
[1038/1370] Compiling x86_64-mont5-linux.linux.x86_64.S
[1039/1370] Compiling keccak.c
[1040/1370] Compiling x86-mont-windows.windows.x86.S
[1040/1370] Compiling x86_64-mont-linux.linux.x86_64.S
[1042/1370] Compiling kyber.c
[1044/1370] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1045/1370] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1046/1370] Compiling ConsoleKitTerminal LoggerFragment.swift
[1046/1370] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1047/1370] Compiling x86-mont-linux.linux.x86.S
[1048/1371] Compiling vpaes-x86-windows.windows.x86.S
[1048/1371] Compiling vpaes-armv8-linux.linux.aarch64.S
[1050/1371] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1051/1371] Compiling vpaes-x86-linux.linux.x86.S
[1052/1371] Compiling vpaes-armv8-ios.ios.aarch64.S
[1053/1371] Compiling vpaes-armv7-linux.linux.arm.S
[1054/1371] Compiling vpaes-armv7-ios.ios.arm.S
[1055/1371] Compiling sha512-x86_64-mac.mac.x86_64.S
[1056/1371] Compiling kdf.c
[1057/1371] Compiling sha512-x86_64-linux.linux.x86_64.S
[1059/1371] Compiling sha512-armv8-ios.ios.aarch64.S
[1060/1371] Compiling sha512-armv4-linux.linux.arm.S
[1061/1371] Compiling sha512-armv8-linux.linux.aarch64.S
[1062/1371] Compiling sha512-armv4-ios.ios.arm.S
[1063/1371] Compiling sha512-586-linux.linux.x86.S
[1064/1371] Compiling sha512-586-windows.windows.x86.S
[1064/1371] Compiling sha256-x86_64-mac.mac.x86_64.S
[1066/1371] Compiling sha256-x86_64-linux.linux.x86_64.S
[1067/1371] Compiling sha256-armv8-ios.ios.aarch64.S
[1068/1371] Compiling sha256-armv4-ios.ios.arm.S
[1069/1371] Compiling sha256-armv4-linux.linux.arm.S
[1070/1371] Compiling sha256-armv8-linux.linux.aarch64.S
[1071/1371] Compiling sha256-586-windows.windows.x86.S
[1072/1371] Compiling sha256-586-linux.linux.x86.S
[1073/1371] Compiling hrss.c
[1074/1371] Compiling sha1-x86_64-mac.mac.x86_64.S
[1075/1371] Compiling sha1-x86_64-linux.linux.x86_64.S
[1076/1371] Wrapping AST for ConsoleKitTerminal for debugging
[1077/1371] Compiling sha1-armv8-ios.ios.aarch64.S
[1078/1371] Compiling sha1-armv4-large-linux.linux.arm.S
[1079/1371] Compiling sha1-586-windows.windows.x86.S
[1080/1371] Compiling sha1-armv4-large-ios.ios.arm.S
[1081/1371] Compiling sha1-586-linux.linux.x86.S
[1082/1371] Compiling sha1-armv8-linux.linux.aarch64.S
[1083/1381] Compiling rsaz-avx2-mac.mac.x86_64.S
[1084/1390] Compiling sha256.c
[1085/1393] Compiling sha1.c
[1086/1393] Compiling fips.c
[1087/1393] Compiling service_indicator.c
[1088/1393] Compiling rsaz-avx2-linux.linux.x86_64.S
[1089/1393] Compiling sha512.c
[1090/1393] Compiling self_check.c
[1091/1393] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1092/1393] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1093/1393] Compiling rand.c
[1094/1393] Compiling padding.c
[1095/1393] Compiling blinding.c
[1096/1393] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1097/1393] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1098/1393] Compiling rsa_impl.c
[1099/1393] Compiling ctrdrbg.c
[1100/1393] Compiling rsa.c
[1101/1393] Compiling fork_detect.c
[1102/1393] Compiling urandom.c
[1103/1393] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1104/1393] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1105/1393] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1105/1393] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1107/1393] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1108/1393] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1109/1393] Compiling polyval.c
[1110/1393] Compiling ofb.c
[1111/1393] Compiling gcm_nohw.c
[1112/1393] Compiling ctr.c
[1114/1393] Emitting module ConsoleKitCommands
[1114/1395] Compiling gcm.c
[1115/1395] Compiling cfb.c
[1116/1395] Compiling cbc.c
[1118/1395] Compiling ConsoleKitCommands CommandSignature.swift
[1119/1395] Compiling ConsoleKitCommands Flag.swift
[1120/1395] Compiling ConsoleKitCommands Option.swift
[1120/1395] Compiling md5.c
[1121/1395] Compiling md5-x86_64-linux.linux.x86_64.S
[1122/1395] Compiling md4.c
[1123/1395] Compiling hkdf.c
[1124/1395] Compiling hmac.c
[1126/1395] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1127/1395] Compiling ConsoleKitCommands AsyncCommand.swift
[1128/1395] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1129/1395] Compiling ConsoleKitCommands Command.swift
[1130/1395] Compiling ConsoleKitCommands CommandContext.swift
[1131/1395] Compiling ConsoleKitCommands CommandError.swift
[1132/1395] Compiling ConsoleKitCommands AsyncCommands.swift
[1133/1395] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1134/1395] Compiling ConsoleKitCommands AnyCommand.swift
[1135/1395] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1136/1395] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1137/1395] Compiling ConsoleKitCommands Argument.swift
[1137/1395] Compiling md5-x86_64-mac.mac.x86_64.S
[1139/1395] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1140/1395] Compiling ConsoleKitCommands Utilities.swift
[1140/1395] Compiling md5-586-windows.windows.x86.S
[1141/1395] Compiling md5-586-linux.linux.x86.S
[1142/1395] Compiling ghashv8-armv7-linux.linux.arm.S
[1142/1395] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1144/1395] Compiling ghash-x86_64-mac.mac.x86_64.S
[1145/1395] Compiling ghashv8-armv7-ios.ios.arm.S
[1146/1395] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1147/1395] Compiling ghash-x86_64-linux.linux.x86_64.S
[1148/1395] Compiling ghash-x86-windows.windows.x86.S
[1149/1395] Compiling ghash-x86-linux.linux.x86.S
[1150/1395] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1151/1395] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1152/1395] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1153/1395] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1154/1395] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1155/1395] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1156/1395] Compiling ghash-armv4-linux.linux.arm.S
[1157/1395] Compiling fips_shared_support.c
[1158/1395] Compiling ghash-armv4-ios.ios.arm.S
[1160/1395] Compiling ConsoleKitCommands Console+Run.swift
[1161/1395] Compiling ConsoleKitCommands ConsoleError.swift
[1162/1395] Compiling ConsoleKitCommands Completion.swift
[1163/1395] Compiling ConsoleKitCommands CommandGroup.swift
[1164/1395] Compiling ConsoleKitCommands CommandInput.swift
[1165/1395] Compiling ConsoleKitCommands Commands.swift
[1165/1396] Compiling util.c
[1166/1396] Compiling ecdsa.c
[1168/1396] Compiling simple_mul.c
[1169/1396] Compiling scalar.c
[1170/1396] Compiling ecdh.c
[1171/1396] Compiling simple.c
[1172/1396] Compiling wnaf.c
[1173/1396] Compiling oct.c
[1174/1396] Compiling felem.c
[1175/1396] Compiling ec_montgomery.c
[1176/1396] Compiling p224-64.c
[1177/1396] Compiling ec_key.c
[1178/1396] Compiling p256.c
[1179/1396] Wrapping AST for ConsoleKitCommands for debugging
[1180/1396] Compiling ec.c
[1181/1396] Compiling digest.c
[1182/1396] Compiling digestsign.c
[1183/1398] Compiling co-586-windows.windows.x86.S
[1184/1398] Compiling digests.c
[1185/1398] Compiling dh.c
[1186/1398] Compiling check.c
[1187/1398] Compiling co-586-linux.linux.x86.S
[1188/1398] Compiling e_aesccm.c
[1189/1398] Compiling cmac.c
[1190/1398] Compiling bsaes-armv7-linux.linux.arm.S
[1191/1398] Compiling cipher.c
[1192/1398] Compiling aead.c
[1193/1398] Compiling e_aes.c
[1195/1398] Compiling ConsoleKit Exports.swift
[1195/1398] Compiling p256-nistz.c
[1196/1398] Compiling bsaes-armv7-ios.ios.arm.S
[1198/1398] Emitting module ConsoleKit
[1198/1399] Compiling sqrt.c
[1198/1399] Compiling rsaz_exp.c
[1201/1399] Compiling random.c
[1202/1399] Compiling montgomery_inv.c
[1203/1399] Compiling mul.c
[1204/1399] Compiling shift.c
[1205/1399] Compiling prime.c
[1206/1399] Compiling gcd.c
[1207/1399] Compiling jacobi.c
[1208/1399] Compiling montgomery.c
[1209/1399] Compiling div_extra.c
[1210/1399] Compiling gcd_extra.c
[1211/1399] Wrapping AST for ConsoleKit for debugging
[1212/1399] Compiling exponentiation.c
[1213/1399] Compiling generic.c
[1214/1399] Compiling x86_64-gcc.c
[1215/1399] Compiling bn-armv8-linux.linux.aarch64.S
[1216/1399] Compiling div.c
[1217/1399] Compiling bn-armv8-ios.ios.aarch64.S
[1218/1399] Compiling add.c
[1219/1399] Compiling bn-586-linux.linux.x86.S
[1220/1399] Compiling bytes.c
[1221/1399] Compiling bn.c
[1222/1399] Compiling ctx.c
[1222/1399] Compiling cmp.c
[1224/1399] Compiling bn-586-windows.windows.x86.S
[1225/1399] Compiling armv8-mont-ios.ios.aarch64.S
[1226/1399] Compiling armv4-mont-ios.ios.arm.S
[1227/1399] Compiling armv4-mont-linux.linux.arm.S
[1228/1399] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1229/1399] Compiling armv8-mont-linux.linux.aarch64.S
[1230/1399] Compiling aesv8-armv7-ios.ios.arm.S
[1231/1399] Compiling aesv8-armv8-ios.ios.aarch64.S
[1232/1399] Compiling aesv8-armv7-linux.linux.arm.S
[1233/1399] Compiling aesv8-armv8-linux.linux.aarch64.S
[1234/1399] Compiling aesni-x86_64-mac.mac.x86_64.S
[1235/1399] Compiling aesni-x86-windows.windows.x86.S
[1236/1399] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1237/1399] Compiling aesni-x86_64-linux.linux.x86_64.S
[1238/1399] Compiling aesni-x86-linux.linux.x86.S
[1239/1399] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1240/1399] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1241/1399] Compiling mode_wrappers.c
[1242/1399] Compiling key_wrap.c
[1243/1399] Compiling sign.c
[1244/1399] Compiling aes.c
[1245/1399] Compiling ex_data.c
[1246/1399] Compiling aes_nohw.c
[1247/1399] Compiling scrypt.c
[1248/1399] Compiling print.c
[1249/1399] Compiling p_x25519.c
[1250/1399] Compiling pbkdf.c
[1251/1399] Compiling p_rsa_asn1.c
[1252/1399] Compiling p_x25519_asn1.c
[1253/1399] Compiling p_ed25519.c
[1254/1399] Compiling p_ed25519_asn1.c
[1255/1399] Compiling p_hkdf.c
[1256/1399] Compiling p_ec_asn1.c
[1257/1399] Compiling p_ec.c
[1258/1399] Compiling err_data.c
[1259/1399] Compiling p_rsa.c
[1260/1399] Compiling evp_asn1.c
[1261/1399] Compiling evp_ctx.c
[1262/1399] Compiling p_dsa_asn1.c
[1263/1399] Compiling ecdh_extra.c
[1264/1399] Compiling ec_derive.c
[1265/1399] Compiling evp.c
[1266/1399] Compiling hash_to_curve.c
[1267/1399] Compiling engine.c
[1268/1399] Compiling ecdsa_asn1.c
[1269/1399] Compiling err.c
[1270/1399] Compiling digest_extra.c
[1271/1399] Compiling dsa.c
[1272/1399] Compiling params.c
[1273/1399] Compiling dsa_asn1.c
[1274/1399] Compiling dh_asn1.c
[1275/1399] Compiling curve25519_64_adx.c
[1276/1399] Compiling ec_asn1.c
[1277/1399] Compiling x25519-asm-arm.S
[1278/1399] Compiling spake25519.c
[1279/1399] Compiling cpu_intel.c
[1280/1399] Compiling crypto.c
[1281/1399] Compiling des.c
[1282/1399] Compiling cpu_arm_linux.c
[1283/1399] Compiling cpu_arm.c
[1284/1399] Compiling cpu_arm_freebsd.c
[1285/1399] Compiling cpu_aarch64_win.c
[1286/1399] Compiling cpu_aarch64_sysreg.c
[1287/1399] Compiling cpu_aarch64_openbsd.c
[1288/1399] Compiling cpu_aarch64_linux.c
[1289/1399] Compiling curve25519.c
[1290/1399] Compiling cpu_aarch64_fuchsia.c
[1291/1399] Compiling cpu_aarch64_apple.c
[1292/1399] Compiling conf.c
[1293/1399] Compiling e_rc2.c
[1294/1399] Compiling e_rc4.c
[1295/1399] Compiling tls_cbc.c
[1296/1399] Compiling e_aesgcmsiv.c
[1297/1399] Compiling e_tls.c
[1297/1399] Compiling e_des.c
[1299/1399] Compiling e_chacha20poly1305.c
[1300/1399] Compiling derive_key.c
[1301/1399] Compiling e_null.c
[1302/1399] Compiling e_aesctrhmac.c
[1303/1399] Compiling cipher_extra.c
[1304/1399] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1305/1399] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1306/1399] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1307/1399] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1308/1399] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1309/1399] Compiling chacha-x86_64-mac.mac.x86_64.S
[1310/1399] Compiling chacha-x86-linux.linux.x86.S
[1311/1399] Compiling chacha-x86_64-linux.linux.x86_64.S
[1312/1399] Compiling chacha.c
[1313/1399] Compiling chacha-x86-windows.windows.x86.S
[1314/1399] Compiling unicode.c
[1315/1399] Compiling cbb.c
[1316/1399] Compiling cbs.c
[1317/1399] Compiling ber.c
[1318/1399] Compiling buf.c
[1319/1399] Compiling asn1_compat.c
[1320/1399] Compiling bn_asn1.c
[1321/1399] Compiling chacha-armv8-ios.ios.aarch64.S
[1322/1399] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1323/1399] Compiling chacha-armv8-linux.linux.aarch64.S
[1324/1399] Compiling chacha-armv4-ios.ios.arm.S
[1325/1399] Compiling chacha-armv4-linux.linux.arm.S
[1326/1399] Compiling convert.c
[1327/1399] Compiling blake2.c
[1328/1399] Compiling printf.c
[1329/1399] Compiling hexdump.c
[1330/1399] Compiling pair.c
[1330/1399] Compiling fd.c
[1331/1399] Compiling file.c
[1333/1399] Compiling errno.c
[1334/1399] Compiling bio_mem.c
[1335/1399] Compiling bio.c
[1336/1399] Compiling base64.c
[1337/1399] Compiling tasn_typ.c
[1338/1399] Compiling tasn_utl.c
[1339/1399] Compiling tasn_fre.c
[1340/1399] Compiling tasn_enc.c
[1341/1399] Compiling tasn_new.c
[1342/1399] Compiling f_string.c
[1343/1399] Compiling tasn_dec.c
[1344/1399] Compiling f_int.c
[1344/1399] Compiling asn_pack.c
[1346/1399] Compiling posix_time.c
[1347/1399] Compiling asn1_lib.c
[1348/1399] Compiling asn1_par.c
[1349/1399] Compiling a_utctm.c
[1350/1399] Compiling a_strex.c
[1350/1399] Compiling a_octet.c
[1352/1399] Write sources
[1357/1399] Compiling a_strnid.c
[1358/1399] Compiling a_type.c
[1359/1399] Compiling a_mbstr.c
[1360/1399] Compiling a_int.c
[1361/1399] Compiling a_i2d_fp.c
[1362/1399] Compiling a_object.c
[1363/1399] Compiling a_time.c
[1365/1498] Compiling Algorithms Combinations.swift
[1366/1498] Compiling Algorithms Compacted.swift
[1367/1498] Compiling Atomics UnsafeAtomic.swift
[1368/1498] Compiling Atomics UnsafeAtomicLazyReference.swift
[1369/1500] Compiling Algorithms Joined.swift
[1370/1500] Compiling Algorithms Keyed.swift
[1371/1500] Compiling Algorithms MinMax.swift
[1372/1500] Compiling Algorithms FlattenCollection.swift
[1373/1500] Emitting module BitCollections
[1374/1507] Compiling Algorithms Reductions.swift
[1375/1507] Compiling Atomics IntegerOperations.swift
[1376/1507] Compiling Atomics Unmanaged extensions.swift
[1377/1507] Compiling Algorithms Permutations.swift
[1378/1507] Compiling Algorithms Product.swift
[1379/1507] Compiling Algorithms Split.swift
[1380/1507] Compiling Algorithms Stride.swift
[1385/1507] Compiling Algorithms Suffix.swift
[1386/1510] Compiling Algorithms Cycle.swift
[1387/1510] Compiling Algorithms EitherSequence.swift
[1388/1510] Compiling Algorithms FirstNonNil.swift
[1389/1510] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1390/1510] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1391/1510] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1392/1510] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1393/1510] Compiling BitCollections BitSet+SetAlgebra union.swift
[1394/1510] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1395/1510] Compiling BitCollections BitSet.Counted.swift
[1396/1510] Compiling BitCollections BitSet+Initializers.swift
[1397/1510] Compiling BitCollections BitSet+Invariants.swift
[1398/1510] Compiling BitCollections BitSet+Random.swift
[1399/1510] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1400/1510] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1401/1510] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1402/1510] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1403/1510] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1404/1510] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1405/1510] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1406/1510] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1407/1510] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1408/1510] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1409/1510] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1410/1510] Emitting module CryptoBoringWrapper
[1411/1510] Compiling BitCollections BitSet.Index.swift
[1412/1510] Compiling BitCollections BitSet._UnsafeHandle.swift
[1413/1510] Compiling BitCollections BitSet.swift
[1414/1510] Compiling BitCollections Range+Utilities.swift
[1415/1510] Compiling BitCollections Slice+Utilities.swift
[1416/1510] Compiling BitCollections UInt+Tricks.swift
[1417/1510] Compiling BitCollections _Word.swift
[1418/1510] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1419/1510] Compiling Algorithms RandomSample.swift
[1422/1510] Compiling Algorithms Trim.swift
[1423/1510] Compiling Algorithms Unique.swift
[1424/1510] Compiling Algorithms Windows.swift
[1428/1510] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1433/1511] Compiling BitCollections BitArray._UnsafeHandle.swift
[1434/1511] Compiling BitCollections BitArray.swift
[1435/1511] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1436/1511] Compiling BitCollections BitSet+Codable.swift
[1443/1511] Compiling Atomics IntegerConformances.swift
[1445/1511] Compiling Algorithms AdjacentPairs.swift
[1446/1511] Compiling Algorithms Chain.swift
[1447/1511] Compiling Algorithms Chunked.swift
[1465/1512] Wrapping AST for BitCollections for debugging
[1466/1512] Wrapping AST for CryptoBoringWrapper for debugging
[1468/1567] Compiling Crypto AES-GCM.swift
[1469/1567] Compiling Crypto AES-GCM_boring.swift
[1470/1567] Compiling Crypto ChaChaPoly_boring.swift
[1471/1571] Compiling Crypto ChaChaPoly.swift
[1472/1574] Emitting module Collections
[1473/1574] Compiling Collections Collections.swift
[1474/1574] Emitting module Atomics
[1479/1575] Compiling Crypto MACFunctions.swift
[1480/1575] Compiling Crypto MessageAuthenticationCode.swift
[1481/1575] Compiling Crypto AES.swift
[1481/1576] Wrapping AST for Collections for debugging
[1484/1576] Emitting module Algorithms
[1485/1577] Wrapping AST for Atomics for debugging
[1485/1577] Wrapping AST for Algorithms for debugging
[1488/1577] Emitting module Crypto
[1489/1646] Compiling NIOCore MulticastChannel.swift
[1490/1646] Compiling NIOCore NIOAny.swift
[1491/1646] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1492/1646] Compiling NIOCore NIOCoreSendableMetatype.swift
[1493/1646] Compiling NIOCore NIOLoopBound.swift
[1494/1646] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1495/1646] Compiling NIOCore NIOScheduledCallback.swift
[1496/1646] Compiling NIOCore NIOSendable.swift
[1497/1646] Compiling NIOCore AddressedEnvelope.swift
[1498/1646] Compiling NIOCore AsyncAwaitSupport.swift
[1499/1646] Compiling NIOCore AsyncChannel.swift
[1500/1646] Compiling NIOCore AsyncChannelHandler.swift
[1501/1646] Compiling NIOCore AsyncChannelInboundStream.swift
[1502/1646] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1503/1646] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1504/1646] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1505/1646] Compiling NIOCore NIOAsyncWriter.swift
[1506/1646] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1507/1646] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1508/1646] Compiling NIOCore EventLoopFuture.swift
[1509/1646] Compiling NIOCore FileDescriptor.swift
[1510/1646] Compiling NIOCore FileHandle.swift
[1511/1646] Compiling NIOCore FileRegion.swift
[1512/1646] Compiling NIOCore GlobalSingletons.swift
[1513/1646] Compiling NIOCore IO.swift
[1514/1646] Compiling NIOCore ChannelPipeline.swift
[1515/1646] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1516/1646] Compiling NIOCore BSDSocketAPI.swift
[1517/1646] Compiling NIOCore ByteBuffer-aux.swift
[1518/1646] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1519/1646] Compiling NIOCore ByteBuffer-conversions.swift
[1520/1646] Compiling NIOCore ByteBuffer-core.swift
[1521/1646] Compiling NIOCore ByteBuffer-hex.swift
[1522/1646] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1523/1646] Compiling NIOCore ByteBuffer-multi-int.swift
[1524/1646] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1525/1646] Compiling NIOCore ByteBuffer-views.swift
[1526/1646] Compiling NIOCore Channel.swift
[1527/1646] Compiling NIOCore ChannelHandler.swift
[1528/1646] Compiling NIOCore ChannelHandlers.swift
[1529/1646] Compiling NIOCore ChannelInvoker.swift
[1530/1646] Compiling NIOCore ChannelOption.swift
[1531/1646] Compiling NIOCore ByteBuffer-int.swift
[1532/1646] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1533/1646] Compiling NIOCore IOData.swift
[1534/1646] Compiling NIOCore IPProtocol.swift
[1535/1646] Compiling NIOCore IntegerBitPacking.swift
[1536/1646] Compiling NIOCore IntegerTypes.swift
[1537/1646] Compiling NIOCore Interfaces.swift
[1538/1646] Compiling NIOCore Linux.swift
[1539/1646] Compiling NIOCore MarkedCircularBuffer.swift
[1540/1646] Compiling NIOCore CircularBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1541/1646] Compiling NIOCore Codec.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1542/1646] Compiling NIOCore ConvenienceOptionSupport.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1543/1646] Compiling NIOCore DeadChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1544/1646] Compiling NIOCore DispatchQueue+WithFuture.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1545/1646] Compiling NIOCore EventLoop+Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1546/1646] Compiling NIOCore EventLoop+SerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1547/1646] Compiling NIOCore EventLoop.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1555/1646] Compiling NIOCore RecvByteBufferAllocator.swift
[1557/1652] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1558/1652] Compiling NIOCore SocketAddresses.swift
[1559/1652] Compiling NIOCore SocketOptionProvider.swift
[1560/1653] Compiling NIOCore SystemCallHelpers.swift
[1561/1653] Compiling NIOCore TimeAmount+Duration.swift
[1562/1653] Compiling NIOCore TypeAssistedChannelHandler.swift
[1563/1653] Compiling NIOCore UniversalBootstrapSupport.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/S3Tests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/S3Signer/Derived_from_LICENSE
[0/1] Planning build
Building for debugging...
[0/59] Write swift-version-24593BA9C3E375BF.txt
[2/131] Compiling RealModule Float80+Real.swift
[3/132] Compiling RealModule RealFunctions.swift
[4/132] Compiling RealModule RelaxedArithmetic.swift
[5/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/133] Compiling Atomics AtomicBool.swift
[7/133] Compiling Atomics AtomicMemoryOrderings.swift
[8/133] Compiling Atomics DoubleWord.swift
[9/133] Compiling Atomics AtomicStorage.swift
[10/133] Compiling RealModule Real.swift
[11/133] Compiling XMLCoding ISO8601DateFormatter.swift
[12/134] Compiling XMLCoding XMLKey.swift
[13/134] Compiling Logging MetadataProvider.swift
[14/134] Compiling CoreMetrics Locks.swift
[18/134] Compiling Atomics AtomicValue.swift
[19/136] Compiling Atomics ManagedAtomic.swift
[20/136] Compiling Atomics ManagedAtomicLazyReference.swift
[21/136] Compiling Atomics UnsafeAtomic.swift
[22/136] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/136] Compiling Logging LogHandler.swift
[24/136] Compiling Logging Locks.swift
[25/136] Compiling RealModule Float16+Real.swift
[26/136] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/136] Compiling Atomics AtomicInteger.swift
[28/136] Compiling Atomics AtomicOptionalWrappable.swift
[29/136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/136] Compiling Atomics AtomicReference.swift
[33/136] Compiling Atomics IntegerConformances.swift
[34/136] Compiling Atomics PointerConformances.swift
[35/136] Compiling Atomics Primitives.native.swift
[36/136] Emitting module CoreMetrics
[37/136] Compiling XMLCoding XMLReferencingEncoder.swift
[38/136] Emitting module Logging
[39/136] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[40/136] Compiling NIOConcurrencyHelpers NIOLock.swift
[41/136] Compiling NIOConcurrencyHelpers atomics.swift
[42/136] Compiling NIOConcurrencyHelpers lock.swift
[43/136] Emitting module RealModule
[44/137] Compiling Atomics OptionalRawRepresentable.swift
[45/137] Compiling Atomics RawRepresentable.swift
[47/137] Emitting module NIOConcurrencyHelpers
[48/137] Compiling Atomics IntegerOperations.swift
[49/137] Compiling Atomics Unmanaged extensions.swift
[57/138] Emitting module InternalCollectionsUtilities
[58/139] Compiling XMLCoding XMLStackParser.swift
[65/142] Emitting module XMLCoding
[66/144] Compiling CoreMetrics Metrics.swift
[67/145] Emitting module _NIODataStructures
[68/145] Compiling _NIODataStructures Heap.swift
[69/145] Compiling Logging Logging.swift
[72/217] Compiling _NIODataStructures PriorityQueue.swift
[73/217] Compiling _NIODataStructures _TinyArray.swift
[74/218] Emitting module HTTPMediaTypes
[75/245] Emitting module _NIOBase64
[76/245] Compiling _NIOBase64 Base64.swift
[77/250] Compiling SystemPackage RawIORequest.swift
[78/250] Compiling SystemPackage Backcompat.swift
[79/250] Compiling SystemPackage CInterop.swift
[80/250] Compiling SystemPackage FileHelpers.swift
[81/250] Compiling SystemPackage FileOperations.swift
[82/250] Compiling SystemPackage IORing.swift
[84/250] Compiling ServiceContextModule ServiceContextKey.swift
[90/249] Compiling ServiceContextModule ServiceContext.swift
[91/249] Emitting module ServiceContextModule
[94/250] Compiling HTTPMediaTypes HTTPHeaderValue.swift
[95/250] Compiling HTTPMediaTypes HTTPMediaType.swift
[96/250] Emitting module Atomics
[99/326] Compiling RoutingKit AnyRouter.swift
[100/326] Emitting module RoutingKit
[101/326] Compiling Instrumentation NoOpInstrument.swift
[102/402] Compiling HeapModule Heap+Descriptions.swift
[103/402] Compiling RoutingKit Parameters.swift
[104/402] Compiling RoutingKit Router.swift
[105/402] Compiling RoutingKit TrieRouter.swift
[106/402] Compiling RoutingKit PathComponent.swift
[107/402] Emitting module Instrumentation
[108/403] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[109/403] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[110/403] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[111/403] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[112/403] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[113/403] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[114/403] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[115/403] Compiling HashTreeCollections _HashNode.swift
[116/403] Compiling HashTreeCollections _HashNode+Initializers.swift
[117/403] Compiling HashTreeCollections _HashNode+Invariants.swift
[118/403] Compiling HashTreeCollections _HashNode+Lookups.swift
[119/403] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[120/403] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[121/403] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[122/403] Compiling HashTreeCollections _HashNode+Structural union.swift
[123/403] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[124/407] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[125/407] Compiling HashTreeCollections TreeSet+Debugging.swift
[126/407] Compiling HashTreeCollections TreeSet+Descriptions.swift
[127/407] Compiling HashTreeCollections TreeSet+Equatable.swift
[128/407] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[129/407] Compiling HashTreeCollections TreeSet+Extras.swift
[130/407] Compiling HashTreeCollections TreeSet+Filter.swift
[131/407] Compiling HashTreeCollections TreeSet+Hashable.swift
[132/407] Compiling HashTreeCollections TreeSet+Sendable.swift
[133/407] Compiling HashTreeCollections _UnsafePath.swift
[134/407] Compiling HashTreeCollections TreeDictionary+Codable.swift
[135/407] Compiling HashTreeCollections TreeDictionary+Collection.swift
[136/407] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[137/407] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[138/407] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[139/407] Compiling HashTreeCollections TreeDictionary.swift
[140/407] Compiling HashTreeCollections TreeSet+Codable.swift
[141/407] Compiling HashTreeCollections TreeSet+Collection.swift
[143/415] Compiling Metrics Metrics.swift
[144/415] Emitting module Metrics
[145/416] Compiling HeapModule _HeapNode.swift
[146/416] Compiling Instrumentation Instrument.swift
[147/416] Compiling HeapModule Heap.swift
[148/416] Compiling Instrumentation MultiplexInstrument.swift
[149/416] Compiling HashTreeCollections _Hash.swift
[150/416] Compiling HashTreeCollections _HashLevel.swift
[151/416] Compiling HashTreeCollections _HashNode+Builder.swift
[152/416] Compiling HashTreeCollections _HashNode+Debugging.swift
[153/416] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[154/416] Compiling HeapModule Heap+Invariants.swift
[155/416] Compiling HeapModule Heap+UnsafeHandle.swift
[156/416] Emitting module HeapModule
[168/417] Compiling Instrumentation InstrumentationSystem.swift
[169/417] Compiling Instrumentation Locks.swift
[172/416] Compiling HashTreeCollections _RawHashNode.swift
[173/416] Compiling HashTreeCollections _UnmanagedHashNode.swift
[179/438] Emitting module SystemPackage
[194/441] Compiling SystemPackage SystemString.swift
[195/441] Compiling SystemPackage Util+StringArray.swift
[196/441] Compiling SystemPackage Util.swift
[197/441] Compiling SystemPackage UtilConsumers.swift
[198/441] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[199/441] Compiling HashTreeCollections TreeDictionary+Filter.swift
[200/441] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[201/441] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[202/441] Compiling HashTreeCollections TreeDictionary+Keys.swift
[203/441] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[204/441] Compiling HashTreeCollections TreeDictionary+Merge.swift
[205/441] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[206/441] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[207/441] Compiling HashTreeCollections TreeDictionary+Values.swift
[208/441] Compiling HashTreeCollections _HashTreeIterator.swift
[209/441] Compiling HashTreeCollections _HashTreeStatistics.swift
[210/441] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[211/441] Compiling DequeModule Deque+Codable.swift
[212/441] Compiling DequeModule Deque+Collection.swift
[213/441] Compiling DequeModule Deque+CustomReflectable.swift
[214/441] Compiling DequeModule Deque+Descriptions.swift
[215/441] Compiling DequeModule Deque+Equatable.swift
[216/441] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[217/441] Compiling DequeModule Deque+Extras.swift
[218/441] Compiling DequeModule Deque+Hashable.swift
[221/441] Compiling _RopeModule Rope+Join.swift
[222/441] Compiling _RopeModule Rope+MutatingForEach.swift
[223/441] Compiling _RopeModule Rope+Remove.swift
[224/441] Compiling _RopeModule Rope+RemoveSubrange.swift
[225/441] Compiling _RopeModule Rope+Split.swift
[226/441] Compiling _RopeModule Optional Utilities.swift
[227/441] Compiling _RopeModule String Utilities.swift
[228/441] Compiling _RopeModule String.Index+ABI.swift
[229/446] Compiling DequeModule Deque._UnsafeHandle.swift
[230/446] Compiling DequeModule Deque.swift
[231/446] Compiling DequeModule _DequeBuffer.swift
[232/446] Compiling DequeModule _DequeBufferHeader.swift
[247/451] Compiling DequeModule Deque+Testing.swift
[248/451] Compiling DequeModule Deque._Storage.swift
[249/456] Compiling OrderedCollections OrderedSet+SubSequence.swift
[250/456] Compiling OrderedCollections OrderedSet+Testing.swift
[251/456] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[252/456] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[253/456] Compiling OrderedCollections OrderedSet.swift
[254/456] Compiling OrderedCollections _UnsafeBitset.swift
[261/487] Compiling ConsoleKitTerminal Console+Wait.swift
[262/487] Compiling ConsoleKitTerminal ConsoleColor.swift
[274/487] Compiling ConsoleKitTerminal CustomActivity.swift
[275/487] Compiling ConsoleKitTerminal LoadingBar.swift
[276/487] Compiling ConsoleKitTerminal ProgressBar.swift
[277/487] Compiling ConsoleKitTerminal Console+Clear.swift
[278/487] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[279/487] Compiling Tracing Tracer.swift
[280/487] Emitting module CryptoBoringWrapper
[281/487] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[283/487] Compiling Tracing TracerProtocol.swift
[284/487] Compiling Tracing TracerProtocol+Legacy.swift
[285/487] Compiling Tracing TracingTime.swift
[286/487] Compiling ConsoleKitTerminal ConsoleStyle.swift
[287/487] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[288/487] Emitting module _RopeModule
[289/487] Emitting module ConsoleKitTerminal
[290/487] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[291/487] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[292/487] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[293/487] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[294/487] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[295/487] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[296/487] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[297/487] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[298/487] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[299/487] Compiling HashTreeCollections TreeSet.swift
[303/490] Compiling ConsoleKitTerminal Console+Confirm.swift
[304/490] Compiling ConsoleKitTerminal Console+Input.swift
[305/490] Compiling ConsoleKitTerminal Console+Center.swift
[306/490] Compiling ConsoleKitTerminal Console+Output.swift
[308/490] Compiling ConsoleKitTerminal ConsoleClear.swift
[309/490] Compiling ConsoleKitTerminal Console+Ask.swift
[310/490] Compiling ConsoleKitTerminal Console+Choose.swift
[323/490] Compiling ConsoleKitTerminal ActivityBar.swift
[324/490] Compiling ConsoleKitTerminal ActivityIndicator.swift
[325/490] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[326/490] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[331/513] Compiling Crypto ASN1Boolean.swift
[332/513] Compiling Crypto ASN1Identifier.swift
[333/513] Compiling Crypto ASN1Integer.swift
[334/513] Compiling Crypto ASN1Null.swift
[335/513] Compiling Crypto ASN1OctetString.swift
[336/513] Compiling Crypto ECDSASignature.swift
[337/513] Compiling Crypto PEMDocument.swift
[338/513] Compiling Crypto PKCS8PrivateKey.swift
[339/513] Compiling Crypto SEC1PrivateKey.swift
[340/513] Compiling Crypto SubjectPublicKeyInfo.swift
[343/550] Compiling Crypto Insecure_HashFunctions.swift
[344/550] Compiling Crypto ECDH_boring.swift
[345/550] Compiling Crypto DH.swift
[346/550] Compiling Crypto ECDH.swift
[347/551] Compiling Tracing NoOpTracer.swift
[348/551] Compiling Tracing InstrumentationSystem+Tracing.swift
[349/551] Emitting module Tracing
[350/551] Compiling Tracing SpanProtocol.swift
[351/552] Emitting module DequeModule
[355/552] Compiling Crypto AES-GCM_boring.swift
[356/552] Compiling Crypto ChaChaPoly_boring.swift
[357/552] Compiling Crypto ChaChaPoly.swift
[358/552] Compiling Crypto Cipher.swift
[359/552] Compiling Crypto Nonces.swift
[360/552] Compiling Crypto ASN1.swift
[361/552] Compiling Crypto SymmetricKeys.swift
[362/552] Compiling Crypto HMAC.swift
[363/552] Compiling Crypto MACFunctions.swift
[364/552] Compiling Crypto MessageAuthenticationCode.swift
[365/552] Compiling Crypto AES.swift
[372/552] Compiling Crypto HKDF.swift
[373/552] Compiling Crypto AESWrap.swift
[374/552] Compiling Crypto AESWrap_boring.swift
[375/552] Compiling Crypto Ed25519_boring.swift
[376/552] Compiling Crypto EllipticCurvePoint_boring.swift
[377/552] Compiling Crypto EllipticCurve_boring.swift
[378/552] Compiling Crypto NISTCurvesKeys_boring.swift
[379/552] Compiling Crypto X25519Keys_boring.swift
[380/552] Compiling Crypto Curve25519.swift
[381/552] Compiling Crypto ECDSASignature_boring.swift
[382/552] Compiling Crypto ECDSA_boring.swift
[383/552] Compiling Crypto EdDSA_boring.swift
[384/552] Compiling Crypto ECDSA.swift
[385/552] Compiling Crypto EdDSA.swift
[386/552] Compiling Crypto Signature.swift
[396/552] Emitting module OrderedCollections
[396/552] Wrapping AST for XMLCoding for debugging
[399/607] Compiling BitCollections BitArray+BitwiseOperations.swift
[400/607] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[401/607] Compiling BitCollections BitArray+Codable.swift
[402/607] Compiling BitCollections BitArray+Collection.swift
[403/607] Compiling BitCollections BitArray+Copy.swift
[404/607] Compiling BitCollections BitArray+CustomReflectable.swift
[405/607] Compiling BitCollections BitArray+Descriptions.swift
[406/607] Compiling BitCollections BitArray+Equatable.swift
[407/607] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[408/607] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[409/607] Compiling BitCollections BitArray+Extras.swift
[410/616] Compiling BitCollections BitArray+Fill.swift
[411/616] Compiling BitCollections BitArray+Hashable.swift
[412/616] Compiling BitCollections BitArray+Initializers.swift
[413/616] Compiling BitCollections BitArray+Invariants.swift
[414/616] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[415/616] Compiling BitCollections BitArray+RandomBits.swift
[416/616] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[417/616] Compiling BitCollections BitArray+Shifts.swift
[418/616] Compiling BitCollections BitArray+Testing.swift
[419/616] Compiling BitCollections BitArray._UnsafeHandle.swift
[420/616] Compiling BitCollections BitArray.swift
[421/632] Compiling Algorithms Stride.swift
[422/632] Compiling Algorithms Suffix.swift
[423/632] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[424/632] Compiling BitCollections BitSet+CustomReflectable.swift
[425/632] Compiling BitCollections BitSet+CustomStringConvertible.swift
[426/632] Compiling BitCollections BitSet+Equatable.swift
[427/632] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[428/632] Compiling BitCollections BitSet+Extras.swift
[429/632] Compiling BitCollections BitSet+Hashable.swift
[430/632] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[431/632] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[432/632] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[433/632] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[434/632] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[435/632] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[436/632] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[437/632] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[438/632] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[439/632] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[440/632] Compiling Crypto NISTCurvesKeys.swift
[441/632] Compiling Crypto X25519Keys.swift
[442/632] Wrapping AST for SystemPackage for debugging
[444/632] Wrapping AST for RealModule for debugging
[448/694] Wrapping AST for OrderedCollections for debugging
[450/694] Wrapping AST for _RopeModule for debugging
[451/694] Wrapping AST for Logging for debugging
[452/693] Wrapping AST for InternalCollectionsUtilities for debugging
[453/693] Wrapping AST for HeapModule for debugging
[454/693] Wrapping AST for DequeModule for debugging
[455/693] Wrapping AST for CoreMetrics for debugging
[457/693] Compiling NIOCore CircularBuffer.swift
[458/693] Compiling NIOCore Codec.swift
[459/693] Compiling NIOCore ConvenienceOptionSupport.swift
[459/696] Wrapping AST for Atomics for debugging
[461/696] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[462/696] Compiling NIOCore AddressedEnvelope.swift
[463/696] Compiling NIOCore AsyncAwaitSupport.swift
[464/696] Compiling NIOCore AsyncChannel.swift
[465/696] Compiling NIOCore AsyncChannelHandler.swift
[466/696] Compiling NIOCore AsyncChannelInboundStream.swift
[467/696] Compiling NIOCore AsyncChannelOutboundWriter.swift
[468/696] Compiling NIOCore NIOAsyncSequenceProducer.swift
[469/703] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[470/703] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[471/703] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[472/703] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[473/703] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[474/703] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[475/703] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[476/703] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[481/712] Compiling NIOCore ChannelPipeline.swift
[482/712] Compiling NIOCore EventLoopFuture+Deprecated.swift
[483/712] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[484/733] Compiling Algorithms Trim.swift
[485/733] Compiling Algorithms Unique.swift
[486/733] Compiling Algorithms Windows.swift
[491/733] Compiling NIOCore EventLoopFuture.swift
[492/733] Compiling NIOCore FileDescriptor.swift
[493/733] Compiling NIOCore FileHandle.swift
[494/733] Compiling NIOCore FileRegion.swift
[495/733] Compiling NIOCore GlobalSingletons.swift
[496/733] Compiling NIOCore IO.swift
[497/733] Compiling NIOCore IOData.swift
[498/733] Compiling NIOCore IPProtocol.swift
[499/733] Compiling NIOCore IntegerBitPacking.swift
[500/733] Compiling NIOCore IntegerTypes.swift
[501/733] Compiling NIOCore Interfaces.swift
[502/733] Compiling NIOCore Linux.swift
[503/733] Compiling NIOCore MarkedCircularBuffer.swift
[504/733] Compiling NIOCore MulticastChannel.swift
[505/733] Compiling ConsoleKitCommands Flag.swift
[506/733] Compiling ConsoleKitCommands Option.swift
[507/733] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[508/733] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[509/733] Compiling ConsoleKitCommands Argument.swift
[510/733] Compiling NIOCore DeadChannel.swift
[511/733] Compiling NIOCore DispatchQueue+WithFuture.swift
[512/733] Compiling NIOCore EventLoop+Deprecated.swift
[516/733] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[517/733] Compiling ConsoleKitCommands AsyncCommand.swift
[518/733] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[519/733] Compiling ConsoleKitCommands Console+Run.swift
[520/733] Compiling ConsoleKitCommands ConsoleError.swift
[521/733] Compiling ConsoleKitCommands Completion.swift
[522/733] Compiling ConsoleKitCommands CommandSignature.swift
[525/733] Compiling BitCollections BitSet.Index.swift
[526/733] Compiling BitCollections BitSet._UnsafeHandle.swift
[527/733] Compiling BitCollections BitSet.swift
[528/733] Compiling BitCollections Range+Utilities.swift
[529/733] Compiling BitCollections Slice+Utilities.swift
[530/733] Compiling BitCollections UInt+Tricks.swift
[531/733] Compiling BitCollections _Word.swift
[532/733] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[533/741] Compiling ConsoleKitCommands CommandError.swift
[536/741] Emitting module BitCollections
[537/741] Compiling ConsoleKitCommands CommandGroup.swift
[538/741] Compiling ConsoleKitCommands CommandInput.swift
[539/741] Compiling ConsoleKitCommands Commands.swift
[540/741] Compiling ConsoleKitCommands AsyncCommands.swift
[541/741] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[542/741] Compiling ConsoleKitCommands AnyCommand.swift
[543/741] Compiling ConsoleKitCommands Command.swift
[544/741] Compiling ConsoleKitCommands CommandContext.swift
[545/741] Emitting module Crypto
[549/741] Emitting module ConsoleKitCommands
[591/743] Emitting module HashTreeCollections
[592/744] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[593/744] Compiling ConsoleKitCommands Utilities.swift
[606/745] Wrapping AST for HashTreeCollections for debugging
[659/745] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[660/745] Compiling NIOCore SocketAddresses.swift
[661/745] Compiling NIOCore SocketOptionProvider.swift
[662/745] Compiling NIOCore SystemCallHelpers.swift
[663/745] Compiling NIOCore TimeAmount+Duration.swift
[664/745] Compiling NIOCore TypeAssistedChannelHandler.swift
[665/745] Compiling NIOCore UniversalBootstrapSupport.swift
BUILD FAILURE 6.1 android