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 Haystack, reference v0.2.1 (75e1f8), with Swift 6.1 for Android on 10 Jun 2025 10:14:10 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NeedleInAJayStack/swift-haystack.git
Reference: v0.2.1
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/NeedleInAJayStack/swift-haystack
 * tag               v0.2.1     -> FETCH_HEAD
HEAD is now at 75e1f8a Merge pull request #10 from NeedleInAJayStack/chore/license-discovery
Cloned https://github.com/NeedleInAJayStack/swift-haystack.git
Revision (git rev-parse @):
75e1f8afcb26ba595751cd1f65785554a6204315
SUCCESS checkout https://github.com/NeedleInAJayStack/swift-haystack.git at v0.2.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NeedleInAJayStack/swift-haystack.git
https://github.com/NeedleInAJayStack/swift-haystack.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.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.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "Haystack",
  "name" : "Haystack",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Haystack",
      "targets" : [
        "Haystack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackClientNIO",
      "targets" : [
        "HaystackClient",
        "HaystackClientNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackServer",
      "targets" : [
        "HaystackServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HaystackServerVapor",
      "targets" : [
        "HaystackServerVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HaystackTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackTests",
      "path" : "Tests/HaystackTests",
      "sources" : [
        "BoolTests.swift",
        "CoordTests.swift",
        "DateTests.swift",
        "DateTimeTests.swift",
        "DictTests.swift",
        "FilterTests.swift",
        "GridTests.swift",
        "IO/ZincReaderTests.swift",
        "IO/ZincTokenizerTests.swift",
        "ListTests.swift",
        "MarkerTests.swift",
        "NATests.swift",
        "NullTests.swift",
        "NumberTests.swift",
        "RefTests.swift",
        "RemoveTests.swift",
        "StringTests.swift",
        "SymbolTests.swift",
        "TimeTests.swift",
        "UriTests.swift",
        "XStrTests.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServerVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerVaporTests",
      "path" : "Tests/HaystackServerVaporTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "HaystackServerVaporTests.swift"
      ],
      "target_dependencies" : [
        "HaystackServerVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServerVapor",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerVapor",
      "path" : "Sources/HaystackServerVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "HaystackServerVapor"
      ],
      "sources" : [
        "HTTPMediaType+zinc.swift",
        "HaystackRouteCollection.swift",
        "Request+Grid.swift"
      ],
      "target_dependencies" : [
        "Haystack",
        "HaystackServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackServerTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServerTests",
      "path" : "Tests/HaystackServerTests",
      "sources" : [
        "HaystackServerTests.swift"
      ],
      "target_dependencies" : [
        "HaystackServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackServer",
      "module_type" : "SwiftTarget",
      "name" : "HaystackServer",
      "path" : "Sources/HaystackServer",
      "product_memberships" : [
        "HaystackServer",
        "HaystackServerVapor"
      ],
      "sources" : [
        "HaystackServer.swift",
        "Stores/HistoryStore.swift",
        "Stores/RecordStore.swift",
        "Stores/WatchStore.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackClientTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientTests",
      "path" : "Tests/HaystackClientTests",
      "sources" : [
        "SCRAMTests.swift",
        "UrlSafeBase64Tests.swift"
      ],
      "target_dependencies" : [
        "HaystackClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackClientNIOIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientNIOIntegrationTests",
      "path" : "Tests/HaystackClientNIOIntegrationTests",
      "sources" : [
        "HaystackClientNIOIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "HaystackClientNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HaystackClientNIO",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClientNIO",
      "path" : "Sources/HaystackClientNIO",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "HaystackClientNIO"
      ],
      "sources" : [
        "Client+HTTPClient.swift",
        "Exports.swift",
        "HTTPClientFetcher.swift"
      ],
      "target_dependencies" : [
        "Haystack",
        "HaystackClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HaystackClient",
      "module_type" : "SwiftTarget",
      "name" : "HaystackClient",
      "path" : "Sources/HaystackClient",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "HaystackClientNIO"
      ],
      "sources" : [
        "Authentication/AuthHash.swift",
        "Authentication/AuthMessage.swift",
        "Authentication/Authenticator.swift",
        "Authentication/ScramAuthenticator.swift",
        "Authentication/ScramClient.swift",
        "Authentication/String+Base64.swift",
        "Client.swift",
        "DataFormat.swift",
        "Fetcher.swift"
      ],
      "target_dependencies" : [
        "Haystack"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Haystack",
      "module_type" : "SwiftTarget",
      "name" : "Haystack",
      "path" : "Sources/Haystack",
      "product_memberships" : [
        "Haystack",
        "HaystackClientNIO",
        "HaystackServer",
        "HaystackServerVapor"
      ],
      "sources" : [
        "API/API.swift",
        "API/HisItem.swift",
        "API/HisReadRange.swift",
        "Bool.swift",
        "Coord.swift",
        "Date.swift",
        "DateTime.swift",
        "Dict.swift",
        "Filter.swift",
        "Grid.swift",
        "IO/ZincReader.swift",
        "IO/ZincToken.swift",
        "IO/ZincTokenizer.swift",
        "List.swift",
        "Marker.swift",
        "NA.swift",
        "Null.swift",
        "Number.swift",
        "Ref.swift",
        "Remove.swift",
        "String.swift",
        "Symbol.swift",
        "Time.swift",
        "Uri.swift",
        "Utils/Character+isIdChar.swift",
        "Utils/GridBuilder.swift",
        "Utils/String+tagName.swift",
        "Val.swift",
        "ValError.swift",
        "XStr.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/swift-server/async-http-client.git
[1/14014] Fetching async-http-client
[4906/88533] Fetching async-http-client, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (1.50s)
[23847/74519] Fetching vapor
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/vapor.git from cache (2.79s)
[1/14846] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.37s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (5.92s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.76s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[322/4464] Fetching swift-nio-transport-services, swift-atomics
[2036/8300] Fetching swift-nio-transport-services, swift-atomics, swift-log
[2640/14223] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras
[2641/25750] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2
[2642/31709] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.89s)
[17682/25750] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.97s)
[14640/19827] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[19828/34670] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2, swift-nio-ssl
[22352/110865] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.12s)
Fetched https://github.com/apple/swift-log.git from cache (2.12s)
[44396/105232] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.14s)
[42491/102565] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.14s)
[31726/91038] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.27s)
[52575/76195] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.23s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.44s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4428] Fetching swift-system
[533/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5739] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.35s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.86s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[11/2494] Fetching swift-http-types, swift-asn1
[36/3635] Fetching swift-http-types, swift-asn1, swift-http-structured-headers
[64/6061] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[1563/11046] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[4485/17223] Fetching swift-http-types, swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
[12883/16319] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
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 (1.19s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
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.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.72s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
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.55s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (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.3.0 (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.89s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.25s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
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
[1/2609] Fetching websocket-kit
[393/5928] Fetching websocket-kit, multipart-kit
[2741/7009] Fetching websocket-kit, multipart-kit, swift-service-context
[3258/11983] Fetching websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing
[4050/14189] Fetching websocket-kit, multipart-kit, swift-service-context, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.27s)
Fetching https://github.com/vapor/console-kit.git
[7016/9215] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics
[7017/15233] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, console-kit
[13035/36085] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, console-kit, routing-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.84s)
Fetching https://github.com/vapor/async-kit.git
[7851/30067] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, routing-kit
[20154/32437] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, routing-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[23281/30067] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (5.10s)
Fetched https://github.com/apple/swift-service-context.git from cache (5.11s)
Fetched https://github.com/apple/swift-metrics.git from cache (5.14s)
Fetched https://github.com/vapor/routing-kit.git from cache (5.17s)
Fetched https://github.com/vapor/multipart-kit.git from cache (5.26s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (6.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 (1.04s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.12s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.94s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.96s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (4.02s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.06s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.02s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Building for debugging...
[0/889] Write sources
[7/889] Compiling chacha-x86_64-mac.mac.x86_64.S
[8/889] Write sources
[9/889] Compiling a_i2d_fp.c
[10/889] Write sources
[14/889] Compiling a_d2i_fp.c
[14/889] Write sources
[53/889] Compiling a_bool.c
[54/889] Compiling _NumericsShims _NumericsShims.c
[54/889] Compiling a_dup.c
[56/889] Compiling _AtomicsShims.c
[57/889] Compiling a_gentm.c
[58/889] Compiling CNIOWindows shim.c
[59/889] Compiling a_bitstr.c
[60/889] Compiling CVaporBcrypt blf.c
[61/889] Compiling CNIOWindows WSAStartup.c
[62/889] Compiling CSystem shims.c
[62/889] Compiling CNIOWASI CNIOWASI.c
[64/889] Compiling CVaporBcrypt bcrypt.c
[65/889] Compiling CNIOLinux liburing_shims.c
[66/889] Compiling CNIOExtrasZlib empty.c
[67/889] Compiling CNIOSHA1 c_nio_sha1.c
[68/889] Compiling CNIODarwin shim.c
[69/889] Compiling CNIOLLHTTP c_nio_http.c
[70/889] Write swift-version-24593BA9C3E375BF.txt
[71/889] Compiling CNIOLLHTTP c_nio_api.c
[72/889] Compiling fiat_p256_adx_mul.S
[73/889] Compiling fiat_p256_adx_sqr.S
[74/889] Compiling CNIOLinux shim.c
[75/889] Compiling fiat_curve25519_adx_square.S
[76/889] Compiling fiat_curve25519_adx_mul.S
[77/941] Compiling CNIOLLHTTP c_nio_llhttp.c
[78/941] Compiling CNIOBoringSSLShims shims.c
[80/983] Emitting module SystemPackage
[81/986] Compiling Haystack API.swift
[82/986] Compiling Haystack HisItem.swift
[83/987] Emitting module ServiceContextModule
[84/987] Compiling ServiceContextModule ServiceContext.swift
[85/987] Compiling RealModule Real.swift
[86/987] Compiling Haystack DateTime.swift
[87/987] Compiling Haystack Dict.swift
[88/988] Compiling RealModule ElementaryFunctions.swift
[89/988] Compiling ServiceContextModule ServiceContextKey.swift
[90/988] Compiling _NIODataStructures _TinyArray.swift
[91/988] Compiling _NIODataStructures PriorityQueue.swift
[92/988] Compiling RealModule Float80+Real.swift
[93/988] Emitting module _NIOBase64
[94/988] Compiling _NIOBase64 Base64.swift
[95/989] Compiling Haystack Coord.swift
[96/989] Compiling Haystack Date.swift
[97/989] Emitting module InternalCollectionsUtilities
[98/989] Compiling Haystack HisReadRange.swift
[99/989] Compiling Haystack Bool.swift
[100/989] Compiling Haystack String.swift
[101/989] Compiling Haystack Symbol.swift
[102/990] Compiling Haystack Time.swift
[103/990] Compiling Haystack Uri.swift
[104/990] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[105/990] Compiling SystemPackage Util+StringArray.swift
[106/990] Compiling SystemPackage Util.swift
[107/990] Compiling SystemPackage UtilConsumers.swift
[108/990] Compiling Haystack Null.swift
[109/990] Compiling Haystack Number.swift
[110/990] Compiling Haystack Ref.swift
[111/990] Compiling RealModule Float16+Real.swift
[112/990] Compiling RealModule Float+Real.swift
[115/990] Emitting module RealModule
[118/990] Emitting module _NIODataStructures
[119/990] Compiling _NIODataStructures Heap.swift
[121/991] Compiling RealModule RealFunctions.swift
[125/992] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[127/1002] Compiling Instrumentation Instrument.swift
[128/1002] Emitting module Instrumentation
[129/1002] Compiling Instrumentation NoOpInstrument.swift
[130/1002] Compiling Instrumentation MultiplexInstrument.swift
[131/1002] Emitting module CoreMetrics
[132/1002] Compiling CoreMetrics Metrics.swift
[133/1002] Compiling Instrumentation InstrumentationSystem.swift
[134/1002] Compiling Instrumentation Locks.swift
[135/1003] Compiling Logging Locks.swift
[140/1003] Compiling Haystack Filter.swift
[141/1003] Compiling Haystack Grid.swift
[142/1003] Compiling Haystack ZincReader.swift
[143/1003] Compiling Haystack ZincToken.swift
[152/1003] Compiling Logging MetadataProvider.swift
[153/1003] Compiling Haystack Remove.swift
[154/1003] Compiling Haystack Character+isIdChar.swift
[155/1003] Compiling Haystack GridBuilder.swift
[156/1003] Compiling Haystack String+tagName.swift
[157/1003] Compiling Haystack ZincTokenizer.swift
[158/1003] Compiling Haystack List.swift
[159/1003] Compiling Haystack Marker.swift
[160/1003] Compiling Haystack NA.swift
[161/1003] Emitting module Logging
[162/1003] Compiling Logging LogHandler.swift
[163/1003] Compiling CoreMetrics Locks.swift
[164/1003] Compiling Logging Logging.swift
[168/1006] Compiling tls_method.cc
[169/1006] Compiling tls_record.cc
[170/1152] Compiling tls13_server.cc
[172/1152] Compiling RoutingKit Router.swift
[173/1152] Compiling Tracing InstrumentationSystem+Tracing.swift
[174/1152] Compiling HeapModule Heap+Descriptions.swift
[175/1152] Emitting module Metrics
[176/1152] Compiling OrderedCollections _HashTable+Bucket.swift
[177/1152] Compiling OrderedCollections _HashTable+BucketIterator.swift
[178/1152] Compiling OrderedCollections _HashTable+Constants.swift
[179/1152] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[180/1155] Compiling RoutingKit AnyRouter.swift
[181/1155] Emitting module RoutingKit
[182/1155] Compiling RoutingKit Parameters.swift
[183/1155] Compiling OrderedCollections OrderedDictionary.swift
[184/1155] Compiling OrderedCollections OrderedSet+Codable.swift
[185/1155] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[186/1155] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[187/1155] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[188/1155] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[189/1155] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[190/1155] Compiling OrderedCollections OrderedDictionary+Codable.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[191/1155] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[192/1155] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[193/1155] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
[194/1155] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[195/1155] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[196/1155] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[197/1155] Compiling OrderedCollections OrderedDictionary+Values.swift
[198/1155] Compiling RoutingKit PathComponent.swift
[199/1155] Compiling Tracing TracingTime.swift
[200/1155] Compiling Metrics Metrics.swift
[201/1155] Emitting module Haystack
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/DateTime.swift:194:5: warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
192 | }
193 |
194 | var calendar = Calendar(identifier: .gregorian)
    |     |- warning: var 'calendar' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'calendar' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'calendar' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
195 |
196 | // DateTime + Codable
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[202/1155] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[203/1155] Compiling OrderedCollections OrderedDictionary+Elements.swift
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[204/1155] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[205/1155] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[206/1156] Compiling OrderedCollections _HashTable+Testing.swift
[207/1156] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[208/1156] Compiling OrderedCollections _HashTable.swift
[209/1156] Compiling OrderedCollections _Hashtable+Header.swift
[210/1156] Compiling HeapModule _HeapNode.swift
[211/1156] Compiling HeapModule Heap.swift
[212/1156] Emitting module Tracing
[213/1179] Compiling Tracing TracerProtocol.swift
[215/1222] Compiling HeapModule Heap+Invariants.swift
[216/1226] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[217/1232] Compiling HeapModule Heap+UnsafeHandle.swift
[218/1232] Compiling RoutingKit TrieRouter.swift
[219/1233] Emitting module HeapModule
[220/1234] Compiling Tracing Tracer.swift
[221/1234] Compiling Tracing TracerProtocol+Legacy.swift
[224/1249] Compiling HashTreeCollections _HashNode+Initializers.swift
[225/1249] Compiling HashTreeCollections _HashNode+Invariants.swift
[226/1249] Compiling HashTreeCollections _HashNode+Lookups.swift
[227/1249] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[228/1249] Compiling HashTreeCollections TreeDictionary.swift
[229/1249] Compiling HashTreeCollections TreeSet+Codable.swift
[230/1249] Compiling HashTreeCollections TreeSet+Collection.swift
[231/1249] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[232/1249] Compiling HashTreeCollections TreeSet+Debugging.swift
[233/1249] Compiling HashTreeCollections TreeSet+Descriptions.swift
[234/1249] Compiling HashTreeCollections TreeSet+Equatable.swift
[235/1249] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[236/1249] Compiling HashTreeCollections TreeSet+Extras.swift
[237/1249] Compiling HashTreeCollections TreeSet+Filter.swift
[238/1256] Compiling HashTreeCollections _UnsafePath.swift
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[239/1256] Compiling HashTreeCollections TreeDictionary+Codable.swift
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[240/1256] Compiling HashTreeCollections TreeDictionary+Collection.swift
/host/spi-builder-workspace/Sources/Haystack/ValError.swift:3:10: warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum ValError: Error {
 3 |     case cannotBeCoerced(String, ValType)
   |          `- warning: associated value 'cannotBeCoerced' of 'Sendable'-conforming enum 'ValError' has non-sendable type 'ValType'; this is an error in the Swift 6 language mode
 4 |     case invalidDateDefinition
 5 |     case invalidDateFormat(String)
/host/spi-builder-workspace/Sources/Haystack/Val.swift:27:13: note: consider making enum 'ValType' conform to the 'Sendable' protocol
25 | }
26 |
27 | public enum ValType: String, CaseIterable {
   |             `- note: consider making enum 'ValType' conform to the 'Sendable' protocol
28 |     case Bool
29 |     case Coord
[241/1257] Compiling DequeModule Deque+CustomReflectable.swift
[242/1257] Compiling DequeModule Deque+Descriptions.swift
[243/1259] Compiling Tracing SpanProtocol.swift
[244/1259] Compiling Tracing NoOpTracer.swift
[246/1260] Compiling DequeModule _DequeBuffer.swift
[247/1260] Compiling DequeModule _DequeBufferHeader.swift
[248/1260] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[249/1260] Compiling HashTreeCollections _AncestorHashSlots.swift
[250/1260] Compiling HashTreeCollections _Bitmap.swift
[251/1260] Compiling HashTreeCollections _Bucket.swift
[252/1260] Compiling HashTreeCollections _Hash.swift
[253/1260] Compiling HashTreeCollections _HashLevel.swift
[254/1260] Compiling HashTreeCollections _HashNode+Builder.swift
[255/1260] Compiling HashTreeCollections _HashNode+Debugging.swift
[256/1260] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[257/1260] Compiling HashTreeCollections _RawHashNode.swift
[258/1260] Compiling HashTreeCollections _UnmanagedHashNode.swift
[262/1260] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[263/1260] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[265/1260] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[266/1260] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[267/1260] Compiling HashTreeCollections _HashNode.swift
[268/1260] Compiling HashTreeCollections _HashNodeHeader.swift
[269/1260] Compiling HashTreeCollections _HashSlot.swift
[270/1260] Compiling HashTreeCollections _HashStack.swift
[271/1260] Compiling HashTreeCollections _HashTreeIterator.swift
[272/1260] Compiling HashTreeCollections _HashTreeStatistics.swift
[273/1260] Compiling HashTreeCollections TreeSet+Hashable.swift
[274/1260] Compiling HashTreeCollections TreeSet+Sendable.swift
[275/1260] Compiling HashTreeCollections TreeSet+Sequence.swift
[276/1260] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[277/1260] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[278/1260] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[279/1260] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[280/1260] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[281/1260] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[282/1260] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[283/1270] Compiling DequeModule Deque+Extras.swift
[284/1270] Compiling DequeModule Deque+Hashable.swift
[295/1275] Compiling DequeModule _DequeSlot.swift
[296/1275] Compiling DequeModule _UnsafeWrappedBuffer.swift
[297/1275] Compiling HaystackServer WatchStore.swift
[298/1275] Compiling HaystackServer HistoryStore.swift
[299/1275] Compiling HaystackServer RecordStore.swift
[300/1275] Compiling OrderedCollections OrderedSet+Sendable.swift
[301/1275] Compiling OrderedCollections OrderedSet+SubSequence.swift
[302/1275] Compiling OrderedCollections OrderedSet+Testing.swift
[303/1275] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[304/1275] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[305/1275] Compiling OrderedCollections OrderedSet.swift
[306/1275] Compiling OrderedCollections _UnsafeBitset.swift
[307/1275] Compiling HashTreeCollections TreeDictionary+Merge.swift
[308/1275] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[309/1275] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[310/1275] Compiling HashTreeCollections TreeDictionary+Values.swift
[311/1275] Compiling DequeModule Deque+Testing.swift
[312/1275] Compiling DequeModule Deque._Storage.swift
[313/1275] Compiling DequeModule Deque+Equatable.swift
[314/1275] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[315/1275] Compiling DequeModule Deque._UnsafeHandle.swift
[316/1275] Compiling DequeModule Deque.swift
[317/1275] Compiling DequeModule Deque+Codable.swift
[318/1275] Compiling DequeModule Deque+Collection.swift
[319/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[320/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[321/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[322/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[323/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[324/1275] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[325/1275] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[326/1275] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[327/1275] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[328/1275] Compiling HashTreeCollections TreeSet.swift
[373/1284] Emitting module HaystackServer
[374/1284] Compiling HaystackServer HaystackServer.swift
[375/1285] Emitting module DequeModule
[396/1286] Emitting module OrderedCollections
[396/1287] Compiling tls13_client.cc
[398/1287] Compiling tls13_enc.cc
[399/1287] Compiling tls13_both.cc
[401/1287] Emitting module _RopeModule
[434/1287] Compiling t1_enc.cc
[436/1287] Compiling _RopeModule Rope+Join.swift
[437/1287] Compiling _RopeModule Rope+MutatingForEach.swift
[438/1287] Compiling _RopeModule Rope+Remove.swift
[439/1287] Compiling _RopeModule Rope+RemoveSubrange.swift
[440/1287] Compiling _RopeModule Rope+Split.swift
[441/1287] Compiling _RopeModule Optional Utilities.swift
[442/1287] Compiling _RopeModule String Utilities.swift
[443/1287] Compiling _RopeModule String.Index+ABI.swift
[444/1287] Compiling _RopeModule _CharacterRecognizer.swift
[483/1288] Compiling ssl_x509.cc
[485/1288] Compiling ssl_versions.cc
[487/1288] Emitting module HashTreeCollections
[487/1289] Compiling ssl_stat.cc
[488/1289] Compiling ssl_transcript.cc
[490/1289] Compiling ssl_session.cc
[491/1289] Compiling ssl_privkey.cc
[492/1289] Compiling ssl_file.cc
[493/1289] Compiling ssl_key_share.cc
[494/1289] Compiling ssl_cipher.cc
[495/1289] Compiling ssl_credential.cc
[496/1289] Compiling ssl_lib.cc
[497/1289] Compiling ssl_cert.cc
[498/1289] Compiling ssl_buffer.cc
[499/1289] Compiling ssl_asn1.cc
[500/1289] Compiling ssl_aead_ctx.cc
[501/1289] Compiling s3_pkt.cc
[502/1289] Compiling s3_both.cc
[503/1289] Compiling s3_lib.cc
[504/1289] Compiling handshake.cc
[505/1289] Compiling handshake_client.cc
[506/1289] Compiling handshake_server.cc
[507/1289] Compiling handoff.cc
[508/1289] Compiling dtls_method.cc
[509/1289] Compiling dtls_record.cc
[510/1289] Compiling encrypted_client_hello.cc
[511/1289] Compiling md5-x86_64-linux.S
[512/1289] Compiling extensions.cc
[513/1289] Compiling md5-x86_64-apple.S
[514/1289] Compiling md5-586-linux.S
[515/1289] Compiling md5-586-apple.S
[516/1289] Compiling chacha20_poly1305_x86_64-linux.S
[517/1289] Compiling chacha20_poly1305_x86_64-apple.S
[518/1289] Compiling chacha20_poly1305_armv8-win.S
[519/1289] Compiling chacha20_poly1305_armv8-apple.S
[520/1289] Compiling chacha20_poly1305_armv8-linux.S
[521/1289] Compiling d1_srtp.cc
[522/1289] Compiling chacha-x86_64-apple.S
[523/1289] Compiling chacha-x86_64-linux.S
[524/1289] Compiling chacha-x86-linux.S
[525/1289] Compiling chacha-x86-apple.S
[526/1289] Compiling chacha-armv8-win.S
[527/1289] Compiling chacha-armv8-apple.S
[528/1289] Compiling chacha-armv4-linux.S
[529/1289] Compiling chacha-armv8-linux.S
[530/1289] Compiling d1_lib.cc
[531/1289] Compiling aes128gcmsiv-x86_64-linux.S
[532/1289] Compiling x86_64-mont5-linux.S
[532/1289] Compiling d1_pkt.cc
[534/1289] Compiling aes128gcmsiv-x86_64-apple.S
[535/1289] Compiling x86_64-mont5-apple.S
[536/1289] Compiling x86_64-mont-linux.S
[537/1289] Compiling x86-mont-apple.S
[538/1289] Compiling x86-mont-linux.S
[539/1289] Compiling x86_64-mont-apple.S
[540/1289] Compiling vpaes-x86_64-apple.S
[541/1289] Compiling vpaes-x86_64-linux.S
[542/1289] Compiling vpaes-x86-linux.S
[543/1289] Compiling vpaes-x86-apple.S
[544/1289] Compiling vpaes-armv8-win.S
[545/1289] Compiling vpaes-armv8-linux.S
[546/1289] Compiling err_data.cc
[547/1289] Compiling vpaes-armv8-apple.S
[548/1289] Compiling vpaes-armv7-linux.S
[549/1289] Compiling sha512-x86_64-linux.S
[550/1289] Compiling sha512-x86_64-apple.S
[551/1289] Compiling sha512-armv8-win.S
[552/1289] Compiling sha512-armv8-apple.S
[553/1289] Compiling sha512-armv4-linux.S
[554/1289] Compiling sha512-armv8-linux.S
[555/1289] Compiling sha512-586-apple.S
[556/1289] Compiling sha512-586-linux.S
[557/1289] Compiling sha256-x86_64-linux.S
[558/1289] Compiling sha256-x86_64-apple.S
[559/1289] Compiling sha256-armv8-apple.S
[560/1289] Compiling sha256-armv8-win.S
[561/1289] Compiling sha256-armv8-linux.S
[562/1289] Compiling sha256-armv4-linux.S
[562/1289] Compiling sha256-586-linux.S
[564/1289] Compiling sha256-586-apple.S
[565/1289] Compiling sha1-x86_64-apple.S
[566/1289] Compiling sha1-armv8-win.S
[567/1289] Compiling sha1-x86_64-linux.S
[568/1289] Compiling sha1-586-linux.S
[568/1289] Compiling sha1-armv8-apple.S
[570/1289] Compiling sha1-586-apple.S
[571/1289] Compiling sha1-armv4-large-linux.S
[572/1289] Compiling rsaz-avx2-linux.S
[573/1289] Compiling sha1-armv8-linux.S
[574/1289] Compiling rsaz-avx2-apple.S
[575/1289] Compiling p256_beeu-x86_64-asm-linux.S
[576/1289] Compiling rdrand-x86_64-linux.S
[577/1289] Compiling rdrand-x86_64-apple.S
[578/1289] Compiling p256_beeu-x86_64-asm-apple.S
[579/1289] Compiling p256_beeu-armv8-asm-win.S
[580/1289] Compiling p256_beeu-armv8-asm-linux.S
[581/1289] Compiling p256-x86_64-asm-apple.S
[582/1289] Compiling p256-x86_64-asm-linux.S
[583/1289] Compiling p256_beeu-armv8-asm-apple.S
[584/1289] Compiling p256-armv8-asm-win.S
[585/1289] Compiling p256-armv8-asm-apple.S
[586/1289] Compiling ghashv8-armv8-apple.S
[587/1289] Compiling p256-armv8-asm-linux.S
[588/1289] Compiling ghashv8-armv8-win.S
[589/1289] Compiling ghashv8-armv7-linux.S
[590/1289] Compiling ghashv8-armv8-linux.S
[591/1289] Compiling ghash-x86_64-linux.S
[592/1289] Compiling ghash-x86-linux.S
[593/1289] Compiling ghash-x86_64-apple.S
[594/1289] Compiling ghash-ssse3-x86_64-apple.S
[595/1289] Compiling ghash-x86-apple.S
[596/1289] Compiling ghash-ssse3-x86_64-linux.S
[597/1289] Compiling ghash-ssse3-x86-apple.S
[598/1289] Compiling ghash-ssse3-x86-linux.S
[599/1289] Compiling ghash-neon-armv8-win.S
[600/1289] Compiling ghash-armv4-linux.S
[601/1289] Compiling ghash-neon-armv8-linux.S
[602/1289] Compiling ghash-neon-armv8-apple.S
[603/1289] Compiling co-586-apple.S
[604/1289] Compiling bsaes-armv7-linux.S
[605/1289] Compiling co-586-linux.S
[606/1289] Compiling bn-armv8-win.S
[607/1289] Compiling bn-armv8-apple.S
[608/1289] Compiling bn-armv8-linux.S
[609/1289] Compiling bn-586-linux.S
[610/1289] Compiling armv8-mont-win.S
[611/1289] Compiling bn-586-apple.S
[612/1289] Compiling armv8-mont-linux.S
[613/1289] Compiling aesv8-gcm-armv8-win.S
[614/1289] Compiling armv4-mont-linux.S
[615/1289] Compiling armv8-mont-apple.S
[616/1289] Compiling aesv8-gcm-armv8-apple.S
[617/1289] Compiling bio_ssl.cc
[618/1289] Compiling aesv8-gcm-armv8-linux.S
[619/1289] Compiling aesv8-armv8-win.S
[620/1289] Compiling aesv8-armv8-linux.S
[620/1289] Compiling aesv8-armv8-apple.S
[622/1289] Compiling aesv8-armv7-linux.S
[623/1289] Compiling aesni-x86_64-apple.S
[624/1289] Compiling aesni-x86-linux.S
[625/1289] Compiling aesni-x86_64-linux.S
[626/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[627/1289] Compiling aesni-x86-apple.S
[628/1289] Compiling aesni-gcm-x86_64-apple.S
[629/1289] Compiling aesni-gcm-x86_64-linux.S
[630/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[631/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[632/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[633/1289] Compiling d1_both.cc
[634/1289] Compiling x_req.cc
[635/1289] Compiling x_x509a.cc
[636/1289] Compiling x_spki.cc
[637/1289] Compiling x_val.cc
[637/1289] Compiling x_pubkey.cc
[639/1289] Compiling x_sig.cc
[640/1289] Compiling x_x509.cc
[641/1289] Compiling x_name.cc
[642/1289] Compiling x_exten.cc
[643/1289] Compiling x_crl.cc
[644/1289] Compiling x_attrib.cc
[645/1289] Compiling x_algor.cc
[646/1289] Compiling x509spki.cc
[647/1289] Compiling x_all.cc
[648/1289] Compiling x509name.cc
[649/1289] Compiling x509rset.cc
[650/1289] Compiling x509cset.cc
[651/1289] Compiling x509_vpm.cc
[652/1289] Compiling x509_txt.cc
[653/1289] Compiling x509_v3.cc
[654/1289] Compiling x509_trs.cc
[655/1289] Compiling x509_vfy.cc
[656/1289] Compiling x509_set.cc
[657/1289] Compiling x509_req.cc
[658/1289] Compiling x509_def.cc
[659/1289] Compiling x509_lu.cc
[660/1289] Compiling x509_obj.cc
[661/1289] Compiling x509_d2.cc
[662/1289] Compiling x509_ext.cc
[663/1289] Compiling x509_att.cc
[664/1289] Compiling x509.cc
[665/1289] Compiling x509_cmp.cc
[666/1289] Compiling v3_skey.cc
[667/1289] Compiling v3_prn.cc
[668/1289] Compiling v3_utl.cc
[669/1289] Compiling v3_pmaps.cc
[670/1289] Compiling v3_purp.cc
[671/1289] Compiling v3_pcons.cc
[672/1289] Compiling v3_ocsp.cc
[673/1289] Compiling v3_ncons.cc
[674/1289] Compiling v3_lib.cc
[675/1289] Compiling v3_ia5.cc
[676/1289] Compiling v3_int.cc
[677/1289] Compiling v3_info.cc
[678/1289] Compiling v3_genn.cc
[679/1289] Compiling v3_extku.cc
[680/1289] Compiling v3_enum.cc
[681/1289] Compiling v3_crld.cc
[682/1289] Compiling v3_cpols.cc
[683/1289] Compiling v3_conf.cc
[684/1289] Compiling v3_bcons.cc
[685/1289] Compiling v3_bitst.cc
[686/1289] Compiling v3_alt.cc
[687/1289] Compiling v3_akeya.cc
[688/1289] Compiling t_x509a.cc
[689/1289] Compiling v3_akey.cc
[690/1289] Compiling i2d_pr.cc
[691/1289] Compiling name_print.cc
[692/1289] Compiling t_crl.cc
[693/1289] Compiling t_req.cc
[694/1289] Compiling t_x509.cc
[695/1289] Compiling rsa_pss.cc
[696/1289] Compiling policy.cc
[697/1289] Compiling by_file.cc
[698/1289] Compiling by_dir.cc
[699/1289] Compiling a_verify.cc
[700/1289] Compiling algorithm.cc
[701/1289] Compiling asn1_gen.cc
[702/1289] Compiling a_digest.cc
[703/1289] Compiling voprf.cc
[704/1289] Compiling a_sign.cc
[705/1289] Compiling trust_token.cc
[706/1289] Compiling thread_none.cc
[707/1289] Compiling thread_pthread.cc
[708/1289] Compiling thread_win.cc
[709/1289] Compiling thread.cc
[710/1289] Compiling stack.cc
[711/1289] Compiling pmbtoken.cc
[712/1289] Compiling slhdsa.cc
[713/1289] Compiling sha512.cc
[714/1289] Compiling siphash.cc
[715/1289] Compiling spake2plus.cc
[716/1289] Compiling sha256.cc
[717/1289] Compiling sha1.cc
[718/1289] Compiling rsa_extra.cc
[719/1289] Compiling rsa_print.cc
[720/1289] Compiling rsa_crypt.cc
[721/1289] Compiling rc4.cc
[722/1289] Compiling refcount.cc
[723/1289] Compiling windows.cc
[724/1289] Compiling urandom.cc
[725/1289] Compiling rand.cc
[726/1289] Compiling trusty.cc
[727/1289] Compiling rsa_asn1.cc
[728/1289] Compiling passive.cc
[729/1289] Compiling poly1305_arm_asm.S
[730/1289] Compiling getentropy.cc
[731/1289] Compiling ios.cc
[732/1289] Compiling forkunsafe.cc
[733/1289] Compiling deterministic.cc
[733/1289] Compiling fork_detect.cc
[735/1289] Compiling poly1305_vec.cc
[736/1289] Compiling poly1305_arm.cc
[737/1289] Compiling pool.cc
[738/1289] Compiling poly1305.cc
[739/1289] Compiling pkcs7.cc
[740/1289] Compiling pkcs8.cc
[741/1289] Compiling pkcs8_x509.cc
[742/1289] Compiling p5_pbev2.cc
[743/1289] Compiling pkcs7_x509.cc
[744/1289] Compiling pem_xaux.cc
[745/1289] Compiling pem_x509.cc
[746/1289] Compiling pem_pkey.cc
[747/1289] Compiling pem_pk8.cc
[748/1289] Compiling pem_oth.cc
[749/1289] Compiling mlkem.cc
[750/1289] Compiling pem_lib.cc
[751/1289] Compiling pem_info.cc
[752/1289] Compiling obj_xref.cc
[753/1289] Compiling pem_all.cc
[754/1289] Compiling obj.cc
[755/1289] Compiling mldsa.cc
[756/1289] Compiling poly_rq_mul.S
[757/1289] Compiling fips_shared_support.cc
[758/1289] Compiling mem.cc
[759/1289] Compiling md5.cc
[760/1289] Compiling md4.cc
[761/1289] Compiling lhash.cc
[762/1289] Compiling kyber.cc
[763/1289] Compiling ex_data.cc
[764/1289] Compiling sign.cc
[765/1289] Compiling hpke.cc
[766/1289] Compiling scrypt.cc
[767/1289] Compiling print.cc
[768/1289] Compiling hrss.cc
[769/1289] Compiling pbkdf.cc
[770/1289] Compiling p_x25519.cc
[771/1289] Compiling p_x25519_asn1.cc
[772/1289] Compiling p_rsa.cc
[773/1289] Compiling p_rsa_asn1.cc
[774/1289] Compiling p_ed25519.cc
[775/1289] Compiling p_hkdf.cc
[776/1289] Compiling p_ed25519_asn1.cc
[777/1289] Compiling p_ec.cc
[778/1289] Compiling p_ec_asn1.cc
[779/1289] Compiling p_dh_asn1.cc
[780/1289] Compiling p_dh.cc
[781/1289] Compiling evp_ctx.cc
[782/1289] Compiling p_dsa_asn1.cc
[783/1289] Compiling err.cc
[784/1289] Compiling evp.cc
[785/1289] Compiling engine.cc
[786/1289] Compiling evp_asn1.cc
[787/1289] Compiling ecdh.cc
[788/1289] Compiling ecdsa_asn1.cc
[789/1289] Compiling hash_to_curve.cc
[790/1289] Compiling ec_derive.cc
[791/1289] Compiling dsa.cc
[792/1289] Compiling ec_asn1.cc
[793/1289] Compiling dsa_asn1.cc
[794/1289] Compiling bcm.cc
[795/1289] Compiling digest_extra.cc
[796/1289] Compiling x25519-asm-arm.S
[797/1289] Compiling params.cc
[798/1289] Compiling des.cc
[799/1289] Compiling dh_asn1.cc
[800/1289] Compiling curve25519_64_adx.cc
[801/1289] Compiling spake25519.cc
[802/1289] Compiling crypto.cc
[803/1289] Compiling cpu_intel.cc
[804/1289] Compiling cpu_arm_linux.cc
[805/1289] Compiling cpu_aarch64_win.cc
[806/1289] Compiling curve25519.cc
[807/1289] Compiling cpu_arm_freebsd.cc
[808/1289] Compiling cpu_aarch64_sysreg.cc
[809/1289] Compiling cpu_aarch64_openbsd.cc
[810/1289] Compiling cpu_aarch64_linux.cc
[811/1289] Compiling cpu_aarch64_fuchsia.cc
[812/1289] Compiling cpu_aarch64_apple.cc
[813/1289] Compiling conf.cc
[814/1289] Compiling tls_cbc.cc
[815/1289] Compiling get_cipher.cc
[816/1289] Compiling e_rc4.cc
[817/1289] Compiling e_tls.cc
[818/1289] Compiling e_null.cc
[819/1289] Compiling e_rc2.cc
[820/1289] Compiling e_des.cc
[821/1289] Compiling e_aesgcmsiv.cc
[822/1289] Compiling e_chacha20poly1305.cc
[823/1289] Compiling e_aesctrhmac.cc
[824/1289] Compiling derive_key.cc
[825/1289] Compiling chacha.cc
[826/1289] Compiling unicode.cc
[827/1289] Compiling buf.cc
[828/1289] Compiling cbb.cc
[828/1289] Compiling cbs.cc
[830/1289] Compiling asn1_compat.cc
[831/1289] Compiling ber.cc
[832/1289] Compiling bn_asn1.cc
[833/1289] Compiling convert.cc
[834/1289] Compiling blake2.cc
[835/1289] Compiling socket_helper.cc
[836/1289] Compiling printf.cc
[837/1289] Compiling socket.cc
[838/1289] Compiling hexdump.cc
[839/1289] Compiling pair.cc
[840/1289] Compiling file.cc
[841/1289] Compiling fd.cc
[842/1289] Compiling errno.cc
[843/1289] Compiling connect.cc
[844/1289] Compiling bio_mem.cc
[845/1289] Compiling bio.cc
[846/1289] Compiling base64.cc
[847/1289] Compiling tasn_typ.cc
[848/1289] Compiling tasn_fre.cc
[849/1289] Compiling tasn_utl.cc
[850/1289] Compiling tasn_enc.cc
[851/1289] Compiling posix_time.cc
[852/1289] Compiling tasn_new.cc
[853/1289] Compiling f_string.cc
[854/1289] Compiling tasn_dec.cc
[855/1289] Compiling f_int.cc
[856/1289] Compiling asn_pack.cc
[857/1289] Compiling asn1_par.cc
[858/1289] Compiling asn1_lib.cc
[859/1289] Compiling a_utctm.cc
[860/1289] Compiling a_type.cc
[861/1289] Compiling a_time.cc
[862/1289] Compiling a_octet.cc
[863/1289] Compiling a_strex.cc
[864/1289] Compiling a_strnid.cc
[865/1289] Compiling a_object.cc
[866/1289] Compiling a_i2d_fp.cc
[867/1289] Compiling a_dup.cc
[868/1289] Compiling a_d2i_fp.cc
[869/1289] Compiling a_mbstr.cc
[870/1289] Compiling fiat_curve25519_adx_square.S
[871/1289] Compiling a_int.cc
[872/1289] Compiling fiat_curve25519_adx_mul.S
[873/1289] Compiling a_bitstr.cc
[874/1289] Compiling a_gentm.cc
[875/1289] Compiling a_bool.cc
[876/1289] Compiling CCryptoBoringSSLShims shims.c
[877/1289] Compiling v3_skey.c
[878/1289] Compiling v3_prn.c
[879/1289] Compiling v3_utl.c
[880/1289] Compiling v3_purp.c
[881/1289] Compiling v3_pmaps.c
[882/1289] Compiling v3_pcons.c
[883/1289] Compiling v3_ocsp.c
[884/1289] Compiling v3_int.c
[885/1289] Compiling v3_lib.c
[886/1289] Compiling v3_ncons.c
[887/1289] Compiling v3_info.c
[888/1289] Compiling v3_ia5.c
[889/1289] Compiling v3_genn.c
[890/1289] Compiling v3_enum.c
[891/1289] Compiling v3_extku.c
[892/1289] Compiling v3_crld.c
[893/1289] Compiling v3_cpols.c
[894/1289] Compiling v3_conf.c
[895/1289] Compiling v3_bitst.c
[896/1289] Compiling v3_bcons.c
[897/1289] Compiling v3_akeya.c
[898/1289] Compiling v3_alt.c
[899/1289] Compiling x_x509a.c
[900/1289] Compiling v3_akey.c
[901/1289] Compiling x_spki.c
[902/1289] Compiling x_sig.c
[903/1289] Compiling x_x509.c
[904/1289] Compiling x_val.c
[905/1289] Compiling x_req.c
[906/1289] Compiling x_pubkey.c
[907/1289] Compiling x_info.c
[908/1289] Compiling x_pkey.c
[909/1289] Compiling x_exten.c
[910/1289] Compiling x_name.c
[911/1289] Compiling x_algor.c
[912/1289] Compiling x_attrib.c
[913/1289] Compiling x509spki.c
[914/1289] Compiling x_all.c
[915/1289] Compiling x_crl.c
[916/1289] Compiling x509rset.c
[917/1289] Compiling x509name.c
[918/1289] Compiling x509cset.c
[919/1289] Compiling x509_txt.c
[920/1289] Compiling x509_vpm.c
[921/1289] Compiling x509_v3.c
[922/1289] Compiling x509_vfy.c
[923/1289] Compiling x509_set.c
[924/1289] Compiling x509_trs.c
[925/1289] Compiling x509_obj.c
[926/1289] Compiling x509_req.c
[927/1289] Compiling x509_def.c
[928/1289] Compiling x509_d2.c
[929/1289] Compiling x509_lu.c
[930/1289] Compiling x509_ext.c
[931/1289] Compiling x509_att.c
[932/1289] Compiling x509.c
[933/1289] Compiling t_x509a.c
[934/1289] Compiling x509_cmp.c
[935/1289] Compiling t_x509.c
[936/1289] Compiling t_req.c
[937/1289] Compiling name_print.c
[938/1289] Compiling t_crl.c
[939/1289] Compiling rsa_pss.c
[940/1289] Compiling i2d_pr.c
[941/1289] Compiling policy.c
[942/1289] Compiling by_file.c
[943/1289] Compiling by_dir.c
[944/1289] Compiling c-nioatomics.c
[945/1289] Compiling algorithm.c
[946/1289] Compiling asn1_gen.c
[947/1289] Compiling a_verify.c
[948/1289] Compiling a_sign.c
[949/1289] Compiling a_digest.c
[950/1289] Compiling thread_win.c
[951/1289] Compiling trust_token.c
[952/1289] Compiling pmbtoken.c
[953/1289] Compiling voprf.c
[954/1289] Compiling thread.c
[955/1289] Compiling thread_pthread.c
[956/1289] Compiling thread_none.c
[957/1289] Compiling rsa_print.c
[958/1289] Compiling rc4.c
[959/1289] Compiling siphash.c
[960/1289] Compiling stack.c
[961/1289] Compiling windows.c
[962/1289] Compiling refcount.c
[963/1289] Compiling rand_extra.c
[964/1289] Compiling rsa_asn1.c
[965/1289] Compiling rsa_crypt.c
[966/1289] Compiling trusty.c
[967/1289] Compiling passive.c
[968/1289] Compiling getentropy.c
[969/1289] Compiling ios.c
[970/1289] Compiling deterministic.c
[970/1289] Compiling forkunsafe.c
[972/1289] Compiling poly1305_arm_asm.S
[973/1289] Compiling pool.c
[974/1289] Compiling poly1305_vec.c
[975/1289] Compiling poly1305_arm.c
[976/1289] Compiling poly1305.c
[977/1289] Compiling pkcs7.c
[978/1289] Compiling p5_pbev2.c
[979/1289] Compiling pkcs8.c
[980/1289] Compiling pem_xaux.c
[981/1289] Compiling pkcs7_x509.c
[982/1289] Compiling pem_x509.c
[983/1289] Compiling pkcs8_x509.c
[984/1289] Compiling c-atomics.c
[985/1289] Compiling pem_pkey.c
[986/1289] Compiling obj_xref.c
[987/1289] Compiling pem_pk8.c
[988/1289] Compiling pem_oth.c
[989/1289] Compiling pem_info.c
[990/1289] Compiling lhash.c
[991/1295] Compiling pem_lib.c
[992/1295] Compiling mem.c
[993/1295] Compiling kyber.c
[994/1295] Compiling obj.c
[995/1295] Compiling poly_rq_mul.S
[996/1295] Compiling pem_all.c
[997/1295] Compiling keccak.c
[998/1295] Compiling x86_64-mont5-mac.mac.x86_64.S
[999/1295] Compiling x86_64-mont5-linux.linux.x86_64.S
[1000/1295] Compiling x86_64-mont-linux.linux.x86_64.S
[1001/1295] Compiling x86_64-mont-mac.mac.x86_64.S
[1002/1295] Compiling x86-mont-windows.windows.x86.S
[1003/1295] Compiling x86-mont-linux.linux.x86.S
[1004/1295] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1005/1295] Compiling vpaes-x86-windows.windows.x86.S
[1006/1295] Compiling vpaes-x86-linux.linux.x86.S
[1007/1295] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1008/1295] Compiling hpke.c
[1009/1295] Compiling vpaes-armv8-ios.ios.aarch64.S
[1010/1295] Compiling vpaes-armv8-linux.linux.aarch64.S
[1011/1295] Compiling vpaes-armv7-ios.ios.arm.S
[1012/1295] Compiling vpaes-armv7-linux.linux.arm.S
[1013/1295] Compiling sha512-x86_64-mac.mac.x86_64.S
[1014/1295] Compiling sha512-x86_64-linux.linux.x86_64.S
[1015/1295] Compiling sha512-armv8-ios.ios.aarch64.S
[1016/1295] Compiling kdf.c
[1017/1295] Compiling sha512-armv4-linux.linux.arm.S
[1018/1295] Compiling sha512-armv4-ios.ios.arm.S
[1019/1295] Compiling sha512-586-windows.windows.x86.S
[1020/1295] Compiling sha512-armv8-linux.linux.aarch64.S
[1021/1295] Compiling sha512-586-linux.linux.x86.S
[1022/1295] Compiling sha256-x86_64-mac.mac.x86_64.S
[1023/1295] Compiling sha256-x86_64-linux.linux.x86_64.S
[1024/1295] Compiling sha256-armv8-ios.ios.aarch64.S
[1025/1295] Compiling sha256-armv4-linux.linux.arm.S
[1026/1295] Compiling sha256-armv4-ios.ios.arm.S
[1027/1295] Compiling sha256-armv8-linux.linux.aarch64.S
[1028/1295] Compiling sha256-586-linux.linux.x86.S
[1029/1295] Compiling sha256-586-windows.windows.x86.S
[1030/1295] Compiling sha1-x86_64-mac.mac.x86_64.S
[1031/1295] Compiling sha1-x86_64-linux.linux.x86_64.S
[1032/1295] Compiling sha1-armv4-large-ios.ios.arm.S
[1033/1295] Compiling sha1-armv8-ios.ios.aarch64.S
[1034/1295] Compiling sha1-armv4-large-linux.linux.arm.S
[1035/1295] Compiling sha1-armv8-linux.linux.aarch64.S
[1036/1295] Compiling sha1-586-windows.windows.x86.S
[1037/1295] Compiling sha1-586-linux.linux.x86.S
[1038/1295] Compiling sha256.c
[1039/1295] Compiling sha512.c
[1041/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[1041/1295] Compiling sha1.c
[1042/1295] Compiling fips.c
[1043/1295] Compiling service_indicator.c
[1044/1295] Compiling rsaz-avx2-mac.mac.x86_64.S
[1045/1295] Compiling rsaz-avx2-linux.linux.x86_64.S
[1046/1295] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1048/1295] Compiling NIOConcurrencyHelpers lock.swift
[1048/1295] Compiling self_check.c
[1049/1295] Compiling hrss.c
[1050/1295] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1051/1295] Compiling blinding.c
[1052/1295] Compiling padding.c
[1053/1295] Compiling rsa.c
[1054/1295] Compiling rsa_impl.c
[1055/1295] Compiling rand.c
[1056/1295] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1057/1295] Compiling fork_detect.c
[1058/1295] Compiling urandom.c
[1059/1295] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1060/1295] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1061/1295] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1062/1295] Compiling ctrdrbg.c
[1063/1295] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1064/1295] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1066/1295] Emitting module NIOConcurrencyHelpers
[1066/1295] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1067/1295] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1068/1295] Compiling gcm_nohw.c
[1068/1295] Compiling ofb.c
[1071/1295] Compiling NIOConcurrencyHelpers atomics.swift
[1072/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1073/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1073/1296] Compiling md5-x86_64-mac.mac.x86_64.S
[1074/1296] Compiling polyval.c
[1075/1296] Compiling ctr.c
[1076/1296] Compiling md5-586-linux.linux.x86.S
[1076/1296] Compiling cbc.c
[1078/1296] Compiling md5-x86_64-linux.linux.x86_64.S
[1079/1296] Compiling cfb.c
[1080/1296] Compiling md5-586-windows.windows.x86.S
[1081/1296] Compiling gcm.c
[1083/1296] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1084/1296] Compiling ghashv8-armv7-linux.linux.arm.S
[1085/1296] Compiling md5.c
[1086/1296] Compiling hkdf.c
[1087/1296] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1088/1296] Compiling ghash-x86_64-mac.mac.x86_64.S
[1088/1296] Compiling ghashv8-armv7-ios.ios.arm.S
[1090/1296] Compiling md4.c
[1091/1296] Compiling ghash-x86_64-linux.linux.x86_64.S
[1092/1296] Compiling hmac.c
[1093/1296] Compiling ghash-x86-windows.windows.x86.S
[1094/1296] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1095/1296] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1096/1296] Compiling ghash-x86-linux.linux.x86.S
[1097/1296] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1098/1296] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1099/1296] Compiling fips_shared_support.c
[1100/1296] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1101/1296] Compiling ghash-armv4-ios.ios.arm.S
[1102/1296] Compiling ghash-armv4-linux.linux.arm.S
[1102/1296] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1104/1296] Compiling util.c
[1105/1296] Compiling wnaf.c
[1106/1296] Compiling ecdh.c
[1107/1296] Compiling scalar.c
[1108/1296] Compiling ecdsa.c
[1109/1296] Compiling simple.c
[1109/1296] Compiling simple_mul.c
[1111/1322] Compiling oct.c
[1112/1322] Compiling felem.c
[1113/1322] Compiling ec_montgomery.c
[1114/1322] Compiling p224-64.c
[1115/1322] Compiling ec_key.c
[1116/1322] Compiling p256.c
[1117/1322] Compiling digests.c
[1118/1322] Compiling digest.c
[1119/1322] Compiling digestsign.c
[1120/1322] Compiling check.c
[1122/1322] Compiling ConsoleKitTerminal Console+Wait.swift
[1123/1322] Compiling ConsoleKitTerminal ConsoleColor.swift
[1124/1322] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1124/1325] Compiling co-586-windows.windows.x86.S
[1125/1325] Compiling co-586-linux.linux.x86.S
[1126/1325] Compiling dh.c
[1127/1325] Compiling ec.c
[1128/1325] Compiling cmac.c
[1129/1325] Compiling bsaes-armv7-linux.linux.arm.S
[1130/1325] Compiling bsaes-armv7-ios.ios.arm.S
[1131/1325] Compiling e_aesccm.c
[1132/1325] Compiling aead.c
[1134/1325] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1135/1325] Compiling ConsoleKitTerminal ConsoleClear.swift
[1136/1325] Compiling ConsoleKitTerminal Console+Ask.swift
[1137/1325] Compiling ConsoleKitTerminal Console+Choose.swift
[1138/1325] Compiling ConsoleKitTerminal Console+Confirm.swift
[1139/1325] Compiling ConsoleKitTerminal Console+Input.swift
[1140/1325] Compiling ConsoleKitTerminal Console+Center.swift
[1141/1325] Compiling ConsoleKitTerminal Console+Output.swift
[1141/1325] Compiling cipher.c
[1143/1325] Emitting module ConsoleKitTerminal
[1143/1325] Compiling shift.c
[1144/1325] Compiling sqrt.c
[1145/1325] Compiling rsaz_exp.c
[1146/1325] Compiling e_aes.c
[1147/1325] Compiling random.c
[1148/1325] Compiling p256-nistz.c
[1150/1325] Compiling ConsoleKitTerminal ActivityBar.swift
[1151/1325] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1152/1325] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1153/1325] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1154/1325] Compiling ConsoleKitTerminal CustomActivity.swift
[1155/1325] Compiling ConsoleKitTerminal LoadingBar.swift
[1156/1325] Compiling ConsoleKitTerminal ProgressBar.swift
[1157/1325] Compiling ConsoleKitTerminal Console+Clear.swift
[1157/1325] Compiling prime.c
[1158/1325] Compiling jacobi.c
[1159/1325] Compiling montgomery_inv.c
[1160/1325] Compiling montgomery.c
[1161/1325] Compiling mul.c
[1162/1325] Compiling gcd_extra.c
[1164/1325] Compiling ConsoleKitTerminal ConsoleText.swift
[1165/1325] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1166/1325] Compiling ConsoleKitTerminal ANSI.swift
[1166/1325] Compiling gcd.c
[1167/1325] Compiling div_extra.c
[1168/1325] Compiling ctx.c
[1169/1325] Compiling div.c
[1170/1325] Compiling exponentiation.c
[1171/1325] Compiling generic.c
[1172/1325] Compiling cmp.c
[1173/1325] Compiling x86_64-gcc.c
[1174/1325] Compiling bytes.c
[1175/1325] Compiling bn-armv8-ios.ios.aarch64.S
[1175/1325] Compiling bn-armv8-linux.linux.aarch64.S
[1177/1325] Compiling bn-586-linux.linux.x86.S
[1178/1325] Compiling bn-586-windows.windows.x86.S
[1179/1325] Compiling bn.c
[1180/1325] Compiling add.c
[1181/1325] Compiling armv4-mont-linux.linux.arm.S
[1182/1325] Compiling armv4-mont-ios.ios.arm.S
[1182/1325] Compiling armv8-mont-ios.ios.aarch64.S
[1184/1325] Compiling armv8-mont-linux.linux.aarch64.S
[1185/1325] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1187/1325] Compiling ConsoleKitTerminal Console.swift
[1188/1325] Compiling ConsoleKitTerminal Terminal.swift
[1189/1325] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1189/1325] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1190/1325] Compiling aesv8-armv7-linux.linux.arm.S
[1191/1325] Compiling aesv8-armv7-ios.ios.arm.S
[1192/1325] Compiling aesni-x86_64-mac.mac.x86_64.S
[1193/1325] Compiling aesv8-armv8-linux.linux.aarch64.S
[1194/1325] Compiling aesv8-armv8-ios.ios.aarch64.S
[1195/1325] Compiling aesni-x86_64-linux.linux.x86_64.S
[1196/1325] Compiling aesni-x86-linux.linux.x86.S
[1197/1325] Compiling aesni-x86-windows.windows.x86.S
[1198/1325] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1199/1325] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1200/1325] Compiling mode_wrappers.c
[1201/1325] Compiling key_wrap.c
[1202/1325] Compiling sign.c
[1203/1325] Compiling aes.c
[1204/1325] Compiling ex_data.c
[1205/1325] Compiling scrypt.c
[1206/1325] Compiling aes_nohw.c
[1207/1325] Compiling p_x25519.c
[1208/1325] Compiling pbkdf.c
[1209/1325] Compiling p_x25519_asn1.c
[1210/1325] Compiling print.c
[1211/1325] Compiling p_rsa_asn1.c
[1212/1325] Compiling p_rsa.c
[1213/1325] Compiling p_hkdf.c
[1214/1325] Compiling p_ed25519.c
[1215/1325] Compiling p_ed25519_asn1.c
[1216/1325] Compiling p_ec_asn1.c
[1217/1325] Compiling err_data.c
[1219/1325] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1220/1325] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1221/1325] Compiling ConsoleKitTerminal LoggerFragment.swift
[1221/1325] Compiling p_dsa_asn1.c
[1222/1326] Compiling p_ec.c
[1223/1326] Compiling evp_ctx.c
[1224/1326] Compiling evp.c
[1225/1326] Compiling evp_asn1.c
[1226/1326] Compiling err.c
[1227/1326] Compiling engine.c
[1229/1326] Compiling ec_derive.c
[1230/1326] Compiling ecdsa_asn1.c
[1231/1326] Compiling ecdh_extra.c
[1232/1326] Compiling hash_to_curve.c
[1233/1326] Compiling dsa_asn1.c
[1234/1326] Compiling ec_asn1.c
[1235/1326] Compiling params.c
[1235/1326] Compiling dh_asn1.c
[1237/1326] Compiling dsa.c
[1238/1326] Compiling digest_extra.c
[1239/1326] Compiling x25519-asm-arm.S
[1240/1326] Compiling cpu_intel.c
[1241/1326] Compiling curve25519_64_adx.c
[1242/1326] Compiling spake25519.c
[1243/1348] Compiling crypto.c
[1244/1348] Compiling cpu_arm_freebsd.c
[1245/1348] Compiling cpu_arm_linux.c
[1246/1348] Compiling cpu_arm.c
[1247/1348] Compiling cpu_aarch64_win.c
[1248/1348] Compiling cpu_aarch64_linux.c
[1249/1348] Compiling des.c
[1250/1348] Compiling cpu_aarch64_sysreg.c
[1251/1348] Compiling cpu_aarch64_fuchsia.c
[1252/1348] Compiling cpu_aarch64_openbsd.c
[1253/1348] Compiling cpu_aarch64_apple.c
[1254/1348] Compiling e_rc2.c
[1255/1348] Compiling e_null.c
[1256/1348] Compiling e_rc4.c
[1257/1348] Compiling conf.c
[1258/1348] Compiling tls_cbc.c
[1259/1348] Compiling e_des.c
[1260/1348] Compiling e_tls.c
[1261/1348] Compiling derive_key.c
[1262/1348] Compiling e_chacha20poly1305.c
[1263/1348] Compiling curve25519.c
[1264/1348] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1265/1348] Compiling e_aesctrhmac.c
[1266/1348] Compiling e_aesgcmsiv.c
[1267/1348] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1268/1348] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1269/1348] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1270/1348] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1271/1348] Compiling chacha-x86-windows.windows.x86.S
[1272/1348] Compiling cipher_extra.c
[1273/1348] Compiling chacha-x86-linux.linux.x86.S
[1274/1348] Compiling chacha-x86_64-linux.linux.x86_64.S
[1275/1348] Compiling chacha.c
[1276/1348] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1277/1348] Compiling chacha-armv8-ios.ios.aarch64.S
[1278/1348] Compiling chacha-armv4-ios.ios.arm.S
[1279/1348] Compiling chacha-armv4-linux.linux.arm.S
[1280/1348] Compiling ber.c
[1281/1348] Compiling chacha-armv8-linux.linux.aarch64.S
[1282/1348] Compiling unicode.c
[1283/1348] Compiling asn1_compat.c
[1284/1348] Compiling convert.c
[1286/1348] Compiling ConsoleKitCommands CommandSignature.swift
[1287/1348] Compiling ConsoleKitCommands Flag.swift
[1288/1348] Compiling ConsoleKitCommands Option.swift
[1289/1350] Emitting module ConsoleKitCommands
[1290/1350] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1291/1350] Compiling ConsoleKitCommands AsyncCommand.swift
[1292/1350] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1292/1350] Compiling printf.c
[1293/1350] Compiling buf.c
[1295/1350] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1296/1350] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1297/1350] Compiling ConsoleKitCommands Argument.swift
[1297/1350] Compiling hexdump.c
[1298/1350] Compiling bn_asn1.c
[1299/1350] Compiling cbb.c
[1300/1350] Compiling cbs.c
[1301/1350] Compiling blake2.c
[1302/1350] Compiling errno.c
[1303/1350] Compiling file.c
[1304/1350] Compiling pair.c
[1305/1350] Compiling fd.c
[1307/1350] Compiling ConsoleKitCommands Command.swift
[1308/1350] Compiling ConsoleKitCommands CommandContext.swift
[1309/1350] Compiling ConsoleKitCommands CommandError.swift
[1310/1350] Compiling ConsoleKitCommands CommandGroup.swift
[1311/1350] Compiling ConsoleKitCommands CommandInput.swift
[1312/1350] Compiling ConsoleKitCommands Commands.swift
[1312/1350] Compiling bio_mem.c
[1313/1350] Compiling base64.c
[1314/1350] Compiling bio.c
[1315/1350] Compiling tasn_fre.c
[1316/1350] Compiling tasn_typ.c
[1317/1350] Compiling posix_time.c
[1318/1350] Compiling tasn_utl.c
[1319/1350] Compiling tasn_new.c
[1320/1350] Compiling tasn_enc.c
[1322/1350] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1323/1350] Compiling ConsoleKitCommands Utilities.swift
[1323/1350] Compiling f_int.c
[1324/1350] Compiling asn_pack.c
[1325/1350] Compiling f_string.c
[1326/1350] Compiling tasn_dec.c
[1327/1350] Compiling asn1_par.c
[1328/1350] Compiling a_time.c
[1329/1350] Compiling a_utctm.c
[1330/1350] Compiling asn1_lib.c
[1331/1350] Compiling a_type.c
[1331/1350] Compiling a_object.c
[1333/1350] Write sources
[1334/1350] Compiling a_octet.c
[1335/1350] Write sources
[1336/1350] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1337/1350] Write sources
[1340/1350] Compiling a_strex.c
[1341/1350] Compiling a_strnid.c
[1342/1350] Compiling a_mbstr.c
[1343/1394] Compiling a_int.c
[1345/1449] Compiling BitCollections BitArray+Testing.swift
[1346/1449] Compiling BitCollections BitArray._UnsafeHandle.swift
[1347/1451] Compiling BitCollections BitSet+Codable.swift
[1348/1451] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1349/1451] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1350/1451] Compiling BitCollections BitArray+Shifts.swift
[1351/1451] Compiling BitCollections BitArray.swift
[1352/1451] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1358/1451] Compiling Atomics IntegerOperations.swift
[1360/1452] Compiling Atomics Unmanaged extensions.swift
[1361/1452] Compiling BitCollections BitArray+Descriptions.swift
[1362/1452] Compiling BitCollections BitArray+Equatable.swift
[1363/1452] Compiling BitCollections BitArray+RandomBits.swift
[1365/1454] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1366/1454] Compiling BitCollections BitSet+CustomReflectable.swift
[1367/1454] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1368/1454] Compiling BitCollections BitSet+Equatable.swift
[1369/1454] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1370/1454] Compiling BitCollections BitSet+Extras.swift
[1371/1454] Compiling BitCollections BitSet+Hashable.swift
[1372/1461] Compiling BitCollections BitSet+Initializers.swift
[1373/1461] Compiling BitCollections BitSet+Invariants.swift
[1374/1461] Compiling BitCollections BitSet+Random.swift
[1375/1461] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1376/1461] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1377/1461] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1378/1461] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1379/1461] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1380/1461] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1381/1461] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1382/1461] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1383/1461] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1384/1461] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1385/1461] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1386/1461] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1387/1461] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1388/1461] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1389/1461] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1390/1461] Compiling BitCollections BitSet+SetAlgebra union.swift
[1391/1461] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1392/1461] Compiling BitCollections BitSet.Counted.swift
[1393/1461] Emitting module ConsoleKit
[1394/1461] Compiling ConsoleKit Exports.swift
[1396/1462] Compiling BitCollections BitArray+Fill.swift
[1397/1462] Compiling BitCollections BitArray+Hashable.swift
[1398/1462] Compiling BitCollections BitArray+Initializers.swift
[1399/1462] Compiling BitCollections BitArray+Invariants.swift
[1400/1462] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1401/1465] Emitting module BitCollections
[1402/1465] Compiling BitCollections BitArray+BitwiseOperations.swift
[1403/1465] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1404/1465] Compiling BitCollections BitArray+Codable.swift
[1405/1465] Compiling BitCollections BitArray+Collection.swift
[1406/1465] Compiling BitCollections BitArray+Copy.swift
[1407/1465] Compiling BitCollections BitArray+CustomReflectable.swift
[1414/1465] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1438/1465] Emitting module CryptoBoringWrapper
[1439/1465] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1441/1466] Compiling BitCollections BitSet.Index.swift
[1442/1466] Compiling BitCollections BitSet._UnsafeHandle.swift
[1443/1466] Compiling BitCollections BitSet.swift
[1444/1466] Compiling BitCollections Range+Utilities.swift
[1445/1466] Compiling BitCollections Slice+Utilities.swift
[1446/1466] Compiling BitCollections UInt+Tricks.swift
[1447/1466] Compiling BitCollections _Word.swift
[1449/1467] Emitting module Atomics
[1450/1467] Compiling Algorithms Trim.swift
[1451/1467] Compiling Algorithms Unique.swift
[1452/1467] Compiling Algorithms Windows.swift
[1453/1529] Compiling Crypto GeneralizedTime.swift
[1454/1529] Compiling Crypto ObjectIdentifier.swift
[1455/1529] Compiling Crypto AES-GCM.swift
[1456/1529] Compiling Crypto AES-GCM_boring.swift
[1457/1529] Compiling Crypto ChaChaPoly_boring.swift
[1458/1529] Compiling Crypto ChaChaPoly.swift
[1459/1529] Compiling Crypto Cipher.swift
[1460/1529] Compiling Crypto Nonces.swift
[1461/1529] Compiling Crypto ASN1Boolean.swift
[1462/1529] Compiling Crypto ASN1Identifier.swift
[1463/1529] Compiling Crypto ASN1Integer.swift
[1464/1529] Compiling Collections Collections.swift
[1465/1529] Emitting module Collections
[1466/1529] Compiling Crypto ASN1Null.swift
[1467/1529] Compiling Crypto ASN1OctetString.swift
[1468/1529] Compiling Crypto ASN1Strings.swift
[1471/1591] Compiling NIOCore IO.swift
[1472/1591] Compiling NIOCore IOData.swift
[1473/1591] Compiling NIOCore IPProtocol.swift
[1474/1591] Compiling NIOCore IntegerBitPacking.swift
[1475/1591] Compiling NIOCore IntegerTypes.swift
[1476/1591] Compiling NIOCore Interfaces.swift
[1477/1591] Compiling NIOCore Linux.swift
[1478/1591] Compiling NIOCore MarkedCircularBuffer.swift
[1479/1599] Emitting module Algorithms
[1480/1600] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1481/1600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1482/1600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1483/1600] Compiling NIOCore EventLoopFuture.swift
[1484/1600] Compiling NIOCore FileDescriptor.swift
[1485/1600] Compiling NIOCore FileHandle.swift
[1486/1600] Compiling NIOCore FileRegion.swift
[1487/1600] Compiling NIOCore GlobalSingletons.swift
[1488/1600] 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)
[1489/1600] 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)
[1490/1600] 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)
[1491/1600] 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)
[1492/1600] 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)
[1493/1600] 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)
[1494/1600] 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)
[1495/1600] 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)
[1497/1600] Compiling NIOCore ByteBuffer-multi-int.swift
[1498/1600] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1499/1600] Compiling NIOCore ByteBuffer-views.swift
[1500/1600] Compiling NIOCore Channel.swift
[1501/1600] Compiling NIOCore ChannelHandler.swift
[1502/1600] Compiling NIOCore ChannelHandlers.swift
[1503/1600] Compiling NIOCore ChannelInvoker.swift
[1504/1600] Compiling NIOCore ChannelOption.swift
[1505/1600] Compiling NIOCore ChannelPipeline.swift
[1506/1600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1507/1600] Compiling NIOCore BSDSocketAPI.swift
[1508/1600] Compiling NIOCore ByteBuffer-aux.swift
[1509/1600] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1510/1600] Compiling NIOCore ByteBuffer-conversions.swift
[1511/1600] Compiling NIOCore ByteBuffer-core.swift
[1512/1600] Compiling NIOCore ByteBuffer-hex.swift
[1513/1600] Compiling NIOCore ByteBuffer-int.swift
[1514/1600] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1515/1600] Compiling NIOCore MulticastChannel.swift
[1516/1600] Compiling NIOCore NIOAny.swift
[1517/1600] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1518/1600] Compiling NIOCore NIOLoopBound.swift
[1519/1600] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1520/1600] Compiling NIOCore NIOScheduledCallback.swift
[1521/1600] Compiling NIOCore NIOSendable.swift
[1522/1600] Compiling NIOCore RecvByteBufferAllocator.swift
[1531/1608] Compiling NIOCore AddressedEnvelope.swift
[1532/1608] Compiling NIOCore AsyncAwaitSupport.swift
[1533/1608] Compiling NIOCore AsyncChannel.swift
[1534/1608] Compiling NIOCore AsyncChannelHandler.swift
[1535/1608] Compiling NIOCore AsyncChannelInboundStream.swift
[1536/1608] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1537/1608] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1538/1608] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1539/1608] Compiling NIOCore NIOAsyncWriter.swift
[1540/1608] Emitting module Crypto
[1541/1608] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1542/1608] Compiling NIOCore SocketAddresses.swift
[1543/1608] Compiling NIOCore SocketOptionProvider.swift
[1544/1608] Compiling NIOCore SystemCallHelpers.swift
[1545/1608] Compiling NIOCore TimeAmount+Duration.swift
[1546/1608] Compiling NIOCore TypeAssistedChannelHandler.swift
[1547/1608] Compiling NIOCore UniversalBootstrapSupport.swift
[1548/1608] Compiling NIOCore Utilities.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/65] Compiling Haystack Filter.swift
[3/65] Compiling Haystack Grid.swift
[4/66] Compiling RealModule Float80+Real.swift
[5/66] Compiling RealModule Real.swift
[6/66] Compiling Haystack API.swift
[7/66] Compiling Haystack HisItem.swift
[8/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/84] Compiling RealModule RealFunctions.swift
[10/95] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[11/95] Compiling SystemPackage FilePathSyntax.swift
[12/95] Compiling SystemPackage FilePathTemp.swift
[13/95] Compiling SystemPackage FilePathComponentView.swift
[14/95] Compiling SystemPackage FilePathComponents.swift
[15/95] Emitting module CryptoBoringWrapper
[16/95] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[17/96] Compiling RealModule Float16+Real.swift
[18/96] Compiling RealModule ElementaryFunctions.swift
[20/96] Compiling RealModule Float+Real.swift
[21/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/96] Compiling SystemPackage FileDescriptor.swift
[23/96] Compiling SystemPackage FileHelpers.swift
[24/96] Emitting module RealModule
[25/97] Emitting module _NIODataStructures
[27/97] Compiling _NIODataStructures Heap.swift
[28/97] Compiling _NIODataStructures PriorityQueue.swift
[29/97] Compiling _NIODataStructures _TinyArray.swift
[30/98] Emitting module _NIOBase64
[31/98] Compiling _NIOBase64 Base64.swift
[32/99] Compiling SystemPackage Mocking.swift
[33/99] Compiling SystemPackage RawBuffer.swift
[34/99] Compiling SystemPackage Syscalls.swift
[35/102] Emitting module Haystack
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[36/102] Emitting module InternalCollectionsUtilities
[39/105] Compiling SystemPackage Errno.swift
[40/105] Compiling SystemPackage ErrnoWindows.swift
[43/105] Compiling SystemPackage FileOperations.swift
[44/105] Compiling SystemPackage FilePath.swift
[45/106] Compiling Haystack Val.swift
[46/106] Compiling Haystack ValError.swift
[47/106] Compiling Haystack XStr.swift
[49/106] Compiling SystemPackage WindowsSyscallAdapters.swift
[50/106] Compiling SystemPackage MachPort.swift
[51/106] Compiling SystemPackage PlatformString.swift
[52/106] Compiling SystemPackage SystemString.swift
[53/106] Compiling SystemPackage Backcompat.swift
[54/106] Compiling SystemPackage CInterop.swift
[55/106] Compiling SystemPackage Constants.swift
[56/106] Compiling SystemPackage Exports.swift
[57/106] Compiling ServiceContextModule ServiceContextKey.swift
[58/117] Compiling ServiceContextModule ServiceContext.swift
[59/117] Emitting module ServiceContextModule
[60/118] Compiling SystemPackage FilePathTempPosix.swift
[61/118] Compiling SystemPackage FilePathTempWindows.swift
[62/118] Compiling SystemPackage FilePathWindows.swift
[63/118] Compiling SystemPackage FilePermissions.swift
[64/121] Emitting module SystemPackage
[65/121] Compiling SystemPackage FilePathParsing.swift
[66/121] Compiling SystemPackage FilePathString.swift
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
/host/spi-builder-workspace/Sources/Haystack/Bool.swift:16:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
14 | }
15 |
16 | extension Bool: Comparable {
   | |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
17 |     public static func < (lhs: Bool, rhs: Bool) -> Bool {
18 |         return !lhs && rhs // false is less than true
[94/265] Compiling Crypto SubjectPublicKeyInfo.swift
[95/265] Compiling Crypto CryptoKitErrors.swift
[96/265] Compiling Crypto Digest_boring.swift
[97/265] Compiling Crypto Digest.swift
[98/282] Emitting module CoreMetrics
[99/282] Compiling CoreMetrics Locks.swift
[100/282] Compiling CoreMetrics Metrics.swift
[101/306] Compiling Logging MetadataProvider.swift
[102/306] Compiling NIOConcurrencyHelpers NIOLock.swift
[103/306] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/306] Compiling NIOConcurrencyHelpers lock.swift
[106/306] Compiling Logging Locks.swift
[107/306] Emitting module Logging
[108/306] Compiling NIOConcurrencyHelpers atomics.swift
[109/306] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[110/318] Emitting module NIOConcurrencyHelpers
[111/320] Compiling Crypto ECDSASignature.swift
[112/320] Compiling Crypto PEMDocument.swift
[113/320] Compiling Crypto PKCS8PrivateKey.swift
[114/320] Compiling Crypto SEC1PrivateKey.swift
[115/320] Compiling Crypto Digests.swift
[116/320] Compiling Crypto ASN1Boolean.swift
[117/320] Compiling Crypto ASN1Identifier.swift
[118/320] Compiling Crypto ASN1Integer.swift
[120/320] Compiling Crypto Nonces.swift
[121/320] Compiling Crypto ASN1.swift
[122/320] Compiling Crypto ASN1Any.swift
[123/320] Compiling Crypto ASN1BitString.swift
[124/320] Compiling Crypto ECDSASignature_boring.swift
[125/320] Compiling Crypto ECDSA_boring.swift
[126/320] Compiling Crypto EdDSA_boring.swift
[127/320] Compiling Crypto MessageAuthenticationCode.swift
[128/320] Compiling Crypto AES.swift
[129/320] Compiling Crypto AES-GCM.swift
[130/320] Compiling Crypto AES-GCM_boring.swift
[131/320] Compiling Crypto ChaChaPoly_boring.swift
[132/320] Compiling Crypto ChaChaPoly.swift
[133/320] Compiling Crypto Cipher.swift
[134/327] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[135/327] Compiling Instrumentation NoOpInstrument.swift
[136/327] Compiling Instrumentation MultiplexInstrument.swift
[137/327] Compiling HeapModule Heap+Descriptions.swift
[138/327] Compiling Crypto HashFunctions_SHA2.swift
[139/327] Compiling Crypto Insecure.swift
[140/327] Compiling Crypto Insecure_HashFunctions.swift
[141/328] Compiling Instrumentation Instrument.swift
[142/328] Emitting module Instrumentation
[143/328] Compiling Instrumentation InstrumentationSystem.swift
[144/328] Compiling Instrumentation Locks.swift
[145/329] Compiling Logging LogHandler.swift
[146/329] Compiling Logging Logging.swift
[147/330] Compiling Crypto GeneralizedTime.swift
[148/330] Compiling Crypto ObjectIdentifier.swift
[149/330] Compiling Crypto AESWrap.swift
[150/330] Compiling Crypto AESWrap_boring.swift
[151/330] Compiling Crypto Ed25519_boring.swift
[152/330] Compiling Crypto EllipticCurvePoint_boring.swift
[153/330] Compiling Crypto EllipticCurve_boring.swift
[154/330] Compiling Crypto NISTCurvesKeys_boring.swift
[156/330] Compiling HeapModule _HeapNode.swift
[157/330] Compiling HeapModule Heap.swift
[158/330] Compiling Crypto X25519Keys_boring.swift
[159/330] Compiling Crypto Curve25519.swift
[160/330] Compiling Crypto HashFunctions.swift
[164/330] Compiling Crypto ECDH_boring.swift
[165/330] Compiling Crypto DH.swift
[166/331] Compiling Crypto ECDH.swift
[167/331] Compiling Crypto HKDF.swift
[168/331] Compiling Crypto Ed25519.swift
[169/331] Compiling Crypto NISTCurvesKeys.swift
[170/331] Compiling Crypto X25519Keys.swift
[171/331] Compiling Crypto SymmetricKeys.swift
[172/331] Compiling Crypto HMAC.swift
[173/331] Compiling Crypto MACFunctions.swift
[179/332] Compiling Crypto ASN1Null.swift
[180/332] Compiling Crypto ASN1OctetString.swift
[181/332] Compiling Crypto ASN1Strings.swift
[182/332] Compiling Crypto ArraySliceBigint.swift
[184/332] Compiling HeapModule Heap+UnsafeHandle.swift
[185/332] Compiling HeapModule Heap+Invariants.swift
[186/332] Emitting module HeapModule
[188/346] Emitting module Metrics
[189/346] Compiling Metrics Metrics.swift
[190/423] Compiling HashTreeCollections TreeSet+Descriptions.swift
[191/423] Compiling HashTreeCollections TreeSet+Equatable.swift
[192/423] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[193/423] Compiling HashTreeCollections TreeSet+Extras.swift
[194/423] Compiling HashTreeCollections TreeSet+Filter.swift
[195/423] Compiling HashTreeCollections TreeSet+Hashable.swift
[196/423] Compiling HashTreeCollections TreeSet+Sendable.swift
[197/423] Compiling HashTreeCollections TreeSet+Sequence.swift
[198/423] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[199/432] Compiling HaystackServer WatchStore.swift
[201/432] Compiling HaystackServer RecordStore.swift
[202/432] Compiling HaystackServer HistoryStore.swift
[203/432] Compiling Tracing TracingTime.swift
[204/438] Compiling Tracing InstrumentationSystem+Tracing.swift
[205/438] Compiling HaystackServer HaystackServer.swift
[206/438] Emitting module HaystackServer
[207/439] Compiling Tracing TracerProtocol.swift
[208/439] Compiling Tracing Tracer.swift
[209/439] Compiling Tracing TracerProtocol+Legacy.swift
[210/439] Compiling HashTreeCollections _AncestorHashSlots.swift
[211/439] Compiling HashTreeCollections _Bitmap.swift
[212/439] Compiling HashTreeCollections _Bucket.swift
[213/439] Compiling HashTreeCollections _Hash.swift
[214/439] Compiling HashTreeCollections _HashLevel.swift
[215/439] Compiling HashTreeCollections _HashNode+Builder.swift
[216/439] Compiling HashTreeCollections _HashNode+Debugging.swift
[217/439] Compiling HashTreeCollections _HashNode+Initializers.swift
[218/452] Emitting module Tracing
[219/454] Compiling HashTreeCollections _HashNode.swift
[220/454] Compiling HashTreeCollections _HashNodeHeader.swift
[221/454] Compiling HashTreeCollections _HashSlot.swift
[222/454] Compiling HashTreeCollections _HashStack.swift
[223/454] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[224/454] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[225/454] Compiling HashTreeCollections _HashNode+Storage.swift
[226/454] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[228/462] Compiling RoutingKit AnyRouter.swift
[233/462] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[234/462] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[235/462] Compiling Crypto RNG_boring.swift
[243/462] Compiling Crypto SafeCompare_boring.swift
[244/462] Compiling Crypto Zeroization_boring.swift
[245/462] Compiling Crypto PrettyBytes.swift
[246/472] Compiling RoutingKit Parameters.swift
[247/472] Emitting module RoutingKit
[248/472] Compiling RoutingKit PathComponent.swift
[249/472] Compiling DequeModule Deque+Codable.swift
[250/472] Compiling DequeModule Deque+Collection.swift
[251/472] Compiling DequeModule Deque+CustomReflectable.swift
[252/472] Compiling DequeModule Deque+Descriptions.swift
[253/472] Compiling DequeModule Deque+Equatable.swift
[254/472] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[255/472] Compiling DequeModule Deque+Extras.swift
[256/472] Compiling DequeModule Deque+Hashable.swift
[257/472] Compiling DequeModule Deque+Testing.swift
[268/474] Compiling HashTreeCollections _HashNode+Structural filter.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)
[269/474] Compiling HashTreeCollections _HashNode+Structural intersection.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)
[270/474] Compiling HashTreeCollections _HashNode+Structural isDisjoint.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)
[271/474] Compiling HashTreeCollections _HashNode+Structural isEqualSet.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)
[272/474] Compiling HashTreeCollections _HashNode+Structural isSubset.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)
[273/474] Compiling HashTreeCollections _HashNode+Structural mapValues.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)
[274/474] Compiling HashTreeCollections _HashNode+Structural merge.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)
[275/474] Compiling HashTreeCollections _HashTreeIterator.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)
[276/474] Compiling HashTreeCollections _HashTreeStatistics.swift
[277/474] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[278/474] Compiling HashTreeCollections _RawHashNode.swift
[279/474] Compiling HashTreeCollections _UnmanagedHashNode.swift
[280/474] Compiling HashTreeCollections _UnsafePath.swift
[281/474] Compiling HashTreeCollections TreeDictionary+Codable.swift
[282/474] Compiling HashTreeCollections TreeDictionary+Collection.swift
[283/474] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[290/474] Compiling Crypto SafeCompare.swift
[291/474] Compiling Crypto SecureBytes.swift
[292/474] Compiling Crypto Zeroization.swift
[293/474] Compiling RoutingKit Router.swift
[294/474] Compiling RoutingKit TrieRouter.swift
[295/475] Compiling DequeModule _DequeBuffer.swift
[296/475] Compiling DequeModule _DequeBufferHeader.swift
[297/475] Emitting module Crypto
[298/475] Compiling HashTreeCollections TreeDictionary.swift
[299/475] Compiling HashTreeCollections TreeSet+Codable.swift
[300/475] Compiling HashTreeCollections TreeSet+Collection.swift
[301/475] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[302/475] Compiling HashTreeCollections TreeSet+Debugging.swift
[311/475] Compiling _RopeModule Rope+Join.swift
[312/475] Compiling _RopeModule Rope+MutatingForEach.swift
[313/475] Compiling _RopeModule Rope+Remove.swift
[314/475] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/475] Compiling _RopeModule Rope+Split.swift
[316/475] Compiling _RopeModule Optional Utilities.swift
[317/475] Compiling _RopeModule String Utilities.swift
[318/475] Compiling _RopeModule String.Index+ABI.swift
[328/475] Compiling DequeModule Deque._Storage.swift
[336/475] Compiling Tracing SpanProtocol.swift
[337/475] Compiling Tracing NoOpTracer.swift
[338/476] Compiling DequeModule _DequeSlot.swift
[339/476] Compiling DequeModule _UnsafeWrappedBuffer.swift
[341/476] Emitting module OrderedCollections
[342/476] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[343/476] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[344/476] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[345/476] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[346/476] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[347/476] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[348/476] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[349/476] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[350/476] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[351/476] Compiling HashTreeCollections TreeSet.swift
[352/477] Compiling DequeModule Deque._UnsafeHandle.swift
[353/477] Compiling DequeModule Deque.swift
[357/477] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[358/477] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[373/477] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[374/477] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[395/477] Emitting module DequeModule
[418/478] Emitting module _RopeModule
[479/479] Emitting module HashTreeCollections
BUILD FAILURE 6.1 android