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 main (b33d0e), with Swift 6.1 for Android on 21 Jun 2025 12:34:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NeedleInAJayStack/swift-haystack.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/NeedleInAJayStack/swift-haystack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b33d0ea Merge pull request #12 from NeedleInAJayStack/docs/spi
Cloned https://github.com/NeedleInAJayStack/swift-haystack.git
Revision (git rev-parse @):
b33d0eaa97dc55e54d6a7e73d2ff06015a328079
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NeedleInAJayStack/swift-haystack.git at main
========================================
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-4609320-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
Fetching https://github.com/apple/swift-crypto.git
[1/14014] Fetching async-http-client
[1403/29433] Fetching async-http-client, swift-crypto
[2286/103979] Fetching async-http-client, swift-crypto, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (1.72s)
[33237/89965] Fetching swift-crypto, vapor
Fetched https://github.com/vapor/vapor.git from cache (4.27s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.28s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (5.30s)
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.92s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[882/4464] Fetching swift-nio-transport-services, swift-atomics
[2409/10423] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms
[2794/14259] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms, swift-log
[5580/20201] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.10s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.25s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.26s)
[1/11532] Fetching swift-nio-http2
[1039/26422] Fetching swift-nio-http2, swift-nio-ssl
[4028/102761] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.70s)
[56715/91229] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.68s)
Fetched https://github.com/apple/swift-nio.git from cache (9.78s)
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 (13.88s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.20s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16640] Fetching swift-collections
[667/21076] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.80s)
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.74s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.03s)
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.77s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
[1/2426] Fetching swift-service-lifecycle
[923/4042] Fetching swift-service-lifecycle, swift-asn1
[3672/10226] Fetching swift-service-lifecycle, swift-asn1, swift-certificates
[3796/11130] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-types
[3957/12299] Fetching swift-service-lifecycle, swift-asn1, swift-certificates, swift-http-types, swift-http-structured-headers
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.64s)
[6967/9873] Fetching swift-asn1, swift-certificates, swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
[8537/8969] Fetching swift-asn1, swift-certificates, swift-http-structured-headers
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.93s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.94s)
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.67s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.13s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.78s)
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-extras.git at 1.26.0 (0.75s)
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-ssl.git at 2.32.0 (0.01s)
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.91s)
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.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.77s)
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 (0.67s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.69s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/20852] Fetching routing-kit
[2087/23058] Fetching routing-kit, swift-metrics
[4824/24139] Fetching routing-kit, swift-metrics, swift-service-context
[5139/27607] Fetching routing-kit, swift-metrics, swift-service-context, multipart-kit
[5611/30216] Fetching routing-kit, swift-metrics, swift-service-context, multipart-kit, websocket-kit
[9129/35209] Fetching routing-kit, swift-metrics, swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.43s)
[24350/34128] Fetching routing-kit, swift-metrics, multipart-kit, websocket-kit, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.46s)
Fetching https://github.com/vapor/async-kit.git
[23588/31519] Fetching routing-kit, swift-metrics, multipart-kit, swift-distributed-tracing
[25304/33889] Fetching routing-kit, swift-metrics, multipart-kit, swift-distributed-tracing, async-kit
[31484/39907] Fetching routing-kit, swift-metrics, multipart-kit, swift-distributed-tracing, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.51s)
Fetched https://github.com/vapor/console-kit.git from cache (0.66s)
[29700/31519] Fetching routing-kit, swift-metrics, multipart-kit, swift-distributed-tracing
Fetched https://github.com/vapor/routing-kit.git from cache (1.41s)
[8864/10667] Fetching swift-metrics, multipart-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (2.25s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.25s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.30s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.94s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.64s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.66s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.59s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.57s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.62s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.63s)
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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/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-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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/889] Write sources
[8/889] Compiling a_bool.c
[8/889] Write sources
[10/889] Compiling _NumericsShims _NumericsShims.c
[10/889] Write sources
[15/889] Compiling a_i2d_fp.c
[15/889] Write sources
[47/889] Compiling _AtomicsShims.c
[48/889] Write sources
[55/889] Compiling a_d2i_fp.c
[56/889] Compiling a_dup.c
[57/889] Compiling a_int.c
[58/889] Compiling CVaporBcrypt bcrypt.c
[59/889] Compiling a_mbstr.c
[60/889] Compiling CSystem shims.c
[61/889] Compiling CNIOWASI CNIOWASI.c
[62/889] Compiling CNIOWindows shim.c
[62/889] Compiling CNIOWindows WSAStartup.c
[64/889] Compiling a_gentm.c
[64/889] Write swift-version-24593BA9C3E375BF.txt
[66/889] Compiling CNIOLinux liburing_shims.c
[67/889] Compiling CNIOSHA1 c_nio_sha1.c
[68/889] Compiling CVaporBcrypt blf.c
[69/889] Compiling CNIOExtrasZlib empty.c
[70/889] Compiling CNIOLinux shim.c
[71/889] Compiling CNIOLLHTTP c_nio_http.c
[72/890] Compiling CNIOLLHTTP c_nio_api.c
[73/941] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/944] Emitting module RealModule
[76/984] Emitting module _NIOBase64
[77/984] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/985] Compiling RealModule ElementaryFunctions.swift
[79/985] Compiling _NIOBase64 Base64.swift
[80/985] Compiling Haystack ZincReader.swift
[81/985] Compiling Haystack ZincToken.swift
[82/986] Compiling Haystack HisReadRange.swift
[83/986] Compiling Haystack Bool.swift
[84/986] Compiling _NIODataStructures _TinyArray.swift
[85/986] Compiling ServiceContextModule ServiceContext.swift
[86/986] Compiling ServiceContextModule ServiceContextKey.swift
[87/986] Emitting module ServiceContextModule
[88/986] Compiling RealModule Float16+Real.swift
[89/986] Compiling RealModule Float+Real.swift
[90/987] Compiling Haystack Character+isIdChar.swift
[91/987] Compiling Haystack GridBuilder.swift
[92/987] Compiling Haystack String+tagName.swift
[94/990] Emitting module InternalCollectionsUtilities
[96/990] Compiling RealModule Real.swift
[97/990] Compiling RealModule Float80+Real.swift
[98/990] Compiling Haystack Coord.swift
[99/990] Compiling Haystack Date.swift
[100/990] Compiling Haystack DateTime.swift
[101/990] Compiling Haystack Dict.swift
[102/990] Compiling Haystack API.swift
[103/990] Compiling Haystack HisItem.swift
[104/990] Compiling Haystack Filter.swift
[105/990] Compiling Haystack Grid.swift
[106/990] Compiling Haystack ZincTokenizer.swift
[107/990] Compiling Haystack List.swift
[108/990] Compiling Haystack Marker.swift
[109/990] Compiling Haystack NA.swift
[114/990] Compiling _NIODataStructures Heap.swift
[115/990] Emitting module _NIODataStructures
[116/990] Compiling _NIODataStructures PriorityQueue.swift
[117/990] Compiling RealModule RealFunctions.swift
[118/990] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[123/991] Emitting module SystemPackage
[133/993] Compiling CNIODarwin shim.c
[136/1070] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[137/1070] Compiling _RopeModule BigString+Sequence.swift
[138/1070] Compiling _RopeModule BigString+TextOutputStream.swift
[139/1125] Compiling Instrumentation Instrument.swift
[140/1125] Compiling Instrumentation NoOpInstrument.swift
[141/1125] Compiling Instrumentation MultiplexInstrument.swift
[141/1125] Compiling CNIOBoringSSLShims shims.c
[143/1125] Emitting module CoreMetrics
[144/1132] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[145/1132] Compiling HeapModule Heap+Invariants.swift
[146/1132] Compiling HeapModule Heap+Descriptions.swift
[147/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[157/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[158/1132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[159/1132] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[160/1132] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[161/1139] Compiling HeapModule _HeapNode.swift
[162/1139] Compiling HeapModule Heap.swift
[163/1139] Compiling HeapModule Heap+UnsafeHandle.swift
[164/1139] Emitting module HeapModule
[166/1140] Compiling OrderedCollections OrderedDictionary.swift
[167/1140] Compiling OrderedCollections OrderedSet+Codable.swift
[168/1140] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[169/1140] Compiling OrderedCollections OrderedSet+Descriptions.swift
[170/1140] Compiling OrderedCollections OrderedSet+Diffing.swift
[171/1140] Compiling OrderedCollections OrderedSet+Equatable.swift
[172/1140] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[173/1140] Compiling OrderedCollections OrderedSet+Hashable.swift
[174/1140] Compiling OrderedCollections OrderedSet+Initializers.swift
[175/1140] Compiling OrderedCollections OrderedSet+Insertions.swift
[176/1140] Compiling OrderedCollections OrderedSet+Invariants.swift
[177/1140] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[178/1140] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[179/1140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[180/1140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[181/1140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[182/1140] Compiling CoreMetrics Metrics.swift
[183/1140] Compiling OrderedCollections OrderedDictionary+Codable.swift
[184/1140] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[185/1140] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[186/1140] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[187/1140] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[188/1140] Compiling OrderedCollections OrderedDictionary+Elements.swift
[189/1140] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[190/1140] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[191/1140] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[192/1140] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[193/1140] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[194/1140] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[195/1140] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[196/1140] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[197/1140] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[198/1140] Compiling OrderedCollections OrderedDictionary+Values.swift
[209/1149] Compiling CoreMetrics Locks.swift
[210/1150] Emitting module Logging
[211/1150] Compiling Instrumentation InstrumentationSystem.swift
[212/1150] Compiling Instrumentation Locks.swift
[221/1150] Emitting module Instrumentation
[222/1152] Compiling OrderedCollections _HashTable+Bucket.swift
[223/1152] Compiling OrderedCollections _HashTable+BucketIterator.swift
[224/1152] Compiling OrderedCollections _HashTable+Constants.swift
[225/1152] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[226/1152] Compiling OrderedCollections _HashTable+Testing.swift
[227/1152] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[228/1152] Compiling OrderedCollections _HashTable.swift
[229/1152] Compiling OrderedCollections _Hashtable+Header.swift
[230/1152] Compiling Logging MetadataProvider.swift
[231/1152] Compiling Logging LogHandler.swift
[232/1152] Compiling Logging Locks.swift
[233/1152] Compiling Logging Logging.swift
[238/1153] Emitting module OrderedCollections
[239/1216] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[240/1216] Compiling HashTreeCollections _RawHashNode.swift
[241/1216] Compiling HashTreeCollections _UnmanagedHashNode.swift
[242/1247] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[243/1247] Compiling HashTreeCollections _HashNode+Structural merge.swift
[244/1247] Compiling HashTreeCollections _HashTreeIterator.swift
[245/1247] Compiling HashTreeCollections _HashTreeStatistics.swift
[246/1247] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[247/1247] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[248/1247] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[249/1247] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[250/1247] Compiling HashTreeCollections TreeDictionary+Values.swift
[251/1247] Compiling HashTreeCollections TreeDictionary.swift
[252/1247] Compiling HashTreeCollections TreeSet+Codable.swift
[253/1247] Compiling HashTreeCollections TreeSet+Collection.swift
[254/1247] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[255/1247] Compiling HashTreeCollections TreeSet+Debugging.swift
[256/1247] Compiling HashTreeCollections TreeSet+Descriptions.swift
[257/1248] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[258/1248] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[259/1248] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[260/1248] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[261/1248] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[262/1248] Compiling HashTreeCollections _HashNode+Structural union.swift
[263/1248] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[264/1248] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[265/1248] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[266/1248] Compiling HashTreeCollections TreeDictionary+Keys.swift
[267/1248] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[268/1248] Compiling HashTreeCollections TreeDictionary+Merge.swift
[269/1248] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[270/1248] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[274/1248] Compiling fiat_p256_adx_sqr.S
[276/1249] Compiling DequeModule Deque+Testing.swift
[277/1249] Compiling DequeModule Deque._Storage.swift
[278/1249] Compiling DequeModule _DequeBuffer.swift
[279/1249] Compiling DequeModule _DequeBufferHeader.swift
[280/1249] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[281/1249] Compiling HashTreeCollections _HashNode+Structural filter.swift
[286/1249] Compiling DequeModule Deque+CustomReflectable.swift
[287/1249] Compiling DequeModule Deque+Descriptions.swift
[288/1249] Compiling DequeModule Deque+Codable.swift
[289/1249] Compiling DequeModule Deque+Collection.swift
[290/1249] Compiling DequeModule Deque+Equatable.swift
[291/1249] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[292/1249] Compiling DequeModule Deque+Extras.swift
[293/1249] Compiling DequeModule Deque+Hashable.swift
[294/1249] Compiling DequeModule Deque._UnsafeHandle.swift
[295/1249] Compiling DequeModule Deque.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
[300/1250] 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
[310/1260] Compiling DequeModule _DequeSlot.swift
[311/1260] Compiling DequeModule _UnsafeWrappedBuffer.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
/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/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/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
[315/1260] Compiling fiat_p256_adx_mul.S
[316/1263] Compiling fiat_curve25519_adx_square.S
[317/1266] Compiling fiat_curve25519_adx_mul.S
[323/1266] Compiling Tracing TracingTime.swift
[326/1266] Emitting module Metrics
[327/1266] Compiling Tracing InstrumentationSystem+Tracing.swift
[330/1266] Compiling Haystack Val.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
[331/1266] Compiling Haystack ValError.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
[332/1266] Compiling Haystack XStr.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
[333/1267] Compiling Metrics Metrics.swift
[335/1268] Compiling RoutingKit Parameters.swift
[337/1268] Compiling Tracing TracerProtocol+Legacy.swift
[338/1268] Compiling Tracing TracerProtocol.swift
[339/1268] Emitting module Tracing
[340/1268] Compiling HashTreeCollections TreeSet+Hashable.swift
[341/1268] Compiling HashTreeCollections TreeSet+Sendable.swift
[342/1268] Compiling HashTreeCollections TreeSet+Sequence.swift
[343/1268] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[344/1268] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[345/1268] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[346/1268] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[347/1268] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[348/1268] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[349/1268] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[354/1278] Compiling RoutingKit AnyRouter.swift
[355/1278] Emitting module RoutingKit
[356/1278] Compiling Tracing Tracer.swift
[363/1283] Compiling HashTreeCollections TreeSet+Equatable.swift
[364/1283] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[365/1283] Compiling HashTreeCollections TreeSet+Extras.swift
[366/1283] Compiling HashTreeCollections TreeSet+Filter.swift
[367/1283] Compiling RoutingKit Router.swift
[368/1283] Compiling RoutingKit PathComponent.swift
[369/1283] Compiling RoutingKit TrieRouter.swift
[370/1284] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[371/1284] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[372/1284] Compiling HashTreeCollections TreeDictionary+Filter.swift
[373/1284] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[374/1284] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[382/1284] Compiling HaystackServer WatchStore.swift
[383/1284] Compiling HaystackServer RecordStore.swift
[384/1284] Compiling HaystackServer HistoryStore.swift
[385/1284] Emitting module _RopeModule
[386/1284] Compiling Tracing NoOpTracer.swift
[387/1284] Compiling Tracing SpanProtocol.swift
[390/1285] Emitting module DequeModule
[393/1286] Emitting module HaystackServer
[394/1286] Compiling HaystackServer HaystackServer.swift
[403/1287] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[404/1287] Compiling tls_record.cc
[405/1287] Compiling tls_method.cc
[408/1287] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[409/1287] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[410/1287] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[411/1287] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[412/1287] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[413/1287] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[414/1287] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[415/1287] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[416/1287] Compiling HashTreeCollections TreeSet.swift
[437/1287] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[438/1287] Compiling HashTreeCollections _HashNode.swift
[439/1287] Compiling HashTreeCollections _HashNodeHeader.swift
[440/1287] Compiling HashTreeCollections _HashSlot.swift
[441/1287] Compiling HashTreeCollections _HashStack.swift
[480/1288] Compiling tls13_server.cc
[481/1288] Compiling tls13_enc.cc
[483/1288] Emitting module HashTreeCollections
[483/1289] Compiling tls13_client.cc
[485/1289] Compiling t1_enc.cc
[485/1289] Compiling tls13_both.cc
[487/1289] Compiling ssl_x509.cc
[488/1289] Compiling ssl_versions.cc
[489/1289] Compiling ssl_transcript.cc
[490/1289] Compiling ssl_stat.cc
[491/1289] Compiling ssl_privkey.cc
[492/1289] Compiling ssl_session.cc
[493/1289] Compiling ssl_key_share.cc
[494/1289] Compiling ssl_lib.cc
[495/1289] Compiling ssl_file.cc
[496/1289] Compiling ssl_cipher.cc
[497/1289] Compiling ssl_credential.cc
[498/1289] Compiling ssl_cert.cc
[499/1289] Compiling ssl_buffer.cc
[500/1289] Compiling ssl_asn1.cc
[501/1289] Compiling ssl_aead_ctx.cc
[502/1289] Compiling s3_pkt.cc
[503/1289] Compiling s3_lib.cc
[504/1289] Compiling s3_both.cc
[505/1289] Compiling handshake_server.cc
[506/1289] Compiling handshake.cc
[507/1289] Compiling handshake_client.cc
[508/1289] Compiling handoff.cc
[509/1289] Compiling extensions.cc
[510/1289] Compiling encrypted_client_hello.cc
[511/1289] Compiling dtls_record.cc
[512/1289] Compiling dtls_method.cc
[513/1289] Compiling md5-x86_64-linux.S
[514/1289] Compiling md5-x86_64-apple.S
[515/1289] Compiling md5-586-linux.S
[516/1289] Compiling md5-586-apple.S
[517/1289] Compiling chacha20_poly1305_x86_64-linux.S
[518/1289] Compiling chacha20_poly1305_armv8-win.S
[519/1289] Compiling chacha20_poly1305_x86_64-apple.S
[520/1289] Compiling d1_srtp.cc
[521/1289] Compiling chacha-x86_64-linux.S
[522/1289] Compiling chacha20_poly1305_armv8-apple.S
[523/1289] Compiling chacha-x86_64-apple.S
[524/1289] Compiling chacha20_poly1305_armv8-linux.S
[525/1289] Compiling chacha-x86-linux.S
[526/1289] Compiling chacha-armv8-win.S
[527/1289] Compiling chacha-x86-apple.S
[528/1289] Compiling err_data.cc
[529/1289] Compiling chacha-armv8-apple.S
[530/1289] Compiling d1_pkt.cc
[531/1289] Compiling chacha-armv8-linux.S
[532/1289] Compiling chacha-armv4-linux.S
[533/1289] Compiling aes128gcmsiv-x86_64-linux.S
[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_64-mont5-linux.S
[538/1289] Compiling x86_64-mont-apple.S
[539/1289] Compiling bio_ssl.cc
[540/1289] Compiling x86-mont-linux.S
[541/1289] Compiling x86-mont-apple.S
[542/1289] Compiling vpaes-x86-linux.S
[543/1289] Compiling vpaes-x86_64-linux.S
[544/1289] Compiling d1_lib.cc
[545/1289] Compiling vpaes-x86_64-apple.S
[546/1289] Compiling vpaes-x86-apple.S
[547/1289] Compiling vpaes-armv8-linux.S
[548/1289] Compiling vpaes-armv8-win.S
[549/1289] Compiling vpaes-armv8-apple.S
[550/1289] Compiling sha512-x86_64-apple.S
[551/1289] Compiling vpaes-armv7-linux.S
[552/1289] Compiling sha512-x86_64-linux.S
[553/1289] Compiling sha512-armv8-win.S
[554/1289] Compiling sha512-armv8-apple.S
[555/1289] Compiling sha512-armv4-linux.S
[555/1289] Compiling sha512-armv8-linux.S
[557/1289] Compiling d1_both.cc
[558/1289] Compiling sha512-586-linux.S
[559/1289] Compiling sha512-586-apple.S
[560/1289] Compiling sha256-x86_64-linux.S
[561/1289] Compiling sha256-x86_64-apple.S
[562/1289] Compiling sha256-armv8-apple.S
[563/1289] Compiling sha256-armv8-linux.S
[563/1289] Compiling sha256-armv4-linux.S
[563/1289] Compiling sha256-586-apple.S
[566/1289] Compiling sha256-armv8-win.S
[566/1289] Compiling sha256-586-linux.S
[568/1289] Compiling sha1-x86_64-linux.S
[569/1289] Compiling sha1-x86_64-apple.S
[570/1289] Compiling sha1-armv8-win.S
[571/1289] Compiling sha1-586-linux.S
[571/1289] Compiling sha1-586-apple.S
[573/1289] Compiling sha1-armv8-apple.S
[574/1289] Compiling rsaz-avx2-linux.S
[575/1289] Compiling rsaz-avx2-apple.S
[576/1289] Compiling sha1-armv4-large-linux.S
[577/1289] Compiling sha1-armv8-linux.S
[578/1289] Compiling rdrand-x86_64-linux.S
[579/1289] Compiling p256_beeu-x86_64-asm-apple.S
[579/1289] Compiling rdrand-x86_64-apple.S
[581/1289] Compiling p256_beeu-x86_64-asm-linux.S
[582/1289] Compiling p256_beeu-armv8-asm-win.S
[583/1289] Compiling p256_beeu-armv8-asm-linux.S
[584/1289] Compiling p256_beeu-armv8-asm-apple.S
[585/1289] Compiling p256-x86_64-asm-linux.S
[586/1289] Compiling p256-x86_64-asm-apple.S
[587/1289] Compiling p256-armv8-asm-win.S
[588/1289] Compiling ghashv8-armv8-win.S
[589/1289] Compiling p256-armv8-asm-apple.S
[590/1289] Compiling ghashv8-armv8-linux.S
[591/1289] Compiling p256-armv8-asm-linux.S
[592/1289] Compiling ghashv8-armv8-apple.S
[593/1289] Compiling ghash-x86_64-linux.S
[594/1289] Compiling ghash-x86_64-apple.S
[595/1289] Compiling ghashv8-armv7-linux.S
[596/1289] Compiling ghash-x86-linux.S
[597/1289] Compiling ghash-x86-apple.S
[598/1289] Compiling ghash-ssse3-x86_64-apple.S
[599/1289] Compiling ghash-ssse3-x86-linux.S
[600/1289] Compiling ghash-ssse3-x86_64-linux.S
[601/1289] Compiling ghash-neon-armv8-win.S
[602/1289] Compiling ghash-ssse3-x86-apple.S
[603/1289] Compiling ghash-armv4-linux.S
[603/1289] Compiling ghash-neon-armv8-linux.S
[605/1289] Compiling ghash-neon-armv8-apple.S
[606/1289] Compiling co-586-linux.S
[607/1289] Compiling bsaes-armv7-linux.S
[608/1289] Compiling bn-armv8-win.S
[609/1289] Compiling co-586-apple.S
[610/1289] Compiling bn-armv8-linux.S
[611/1289] Compiling bn-586-linux.S
[612/1289] Compiling bn-armv8-apple.S
[613/1289] Compiling bn-586-apple.S
[614/1289] Compiling armv8-mont-win.S
[615/1289] Compiling armv4-mont-linux.S
[616/1289] Compiling armv8-mont-apple.S
[617/1289] Compiling aesv8-gcm-armv8-win.S
[618/1289] Compiling armv8-mont-linux.S
[619/1289] Compiling aesv8-gcm-armv8-apple.S
[620/1289] Compiling aesv8-armv8-win.S
[621/1289] Compiling aesv8-gcm-armv8-linux.S
[622/1289] Compiling aesv8-armv8-apple.S
[623/1289] Compiling aesni-x86_64-linux.S
[624/1289] Compiling aesv8-armv8-linux.S
[625/1289] Compiling aesv8-armv7-linux.S
[626/1289] Compiling aesni-x86_64-apple.S
[627/1289] Compiling aesni-x86-apple.S
[628/1289] Compiling aesni-x86-linux.S
[629/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[630/1289] Compiling aesni-gcm-x86_64-apple.S
[631/1289] Compiling aesni-gcm-x86_64-linux.S
[632/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[633/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[634/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[635/1289] Compiling x_x509a.cc
[636/1289] Compiling x_spki.cc
[637/1289] Compiling x_req.cc
[638/1289] Compiling x_pubkey.cc
[639/1289] Compiling x_val.cc
[640/1289] Compiling x_name.cc
[641/1289] Compiling x_x509.cc
[642/1289] Compiling x_sig.cc
[643/1289] Compiling x_exten.cc
[644/1289] Compiling x_attrib.cc
[645/1289] Compiling x_crl.cc
[646/1289] Compiling x_algor.cc
[647/1289] Compiling x509rset.cc
[648/1289] Compiling x509spki.cc
[649/1289] Compiling x509name.cc
[650/1289] Compiling x509cset.cc
[651/1289] Compiling x_all.cc
[652/1289] Compiling x509_txt.cc
[653/1289] Compiling x509_vpm.cc
[654/1289] Compiling x509_v3.cc
[655/1289] Compiling x509_vfy.cc
[656/1289] Compiling x509_set.cc
[657/1289] Compiling x509_trs.cc
[658/1289] Compiling x509_req.cc
[659/1289] Compiling x509_d2.cc
[660/1289] Compiling x509_def.cc
[661/1289] Compiling x509_obj.cc
[662/1289] Compiling x509_lu.cc
[663/1289] Compiling x509_ext.cc
[664/1289] Compiling v3_purp.cc
[665/1289] Compiling v3_utl.cc
[666/1289] Compiling x509_cmp.cc
[667/1289] Compiling x509_att.cc
[668/1289] Compiling x509.cc
[669/1289] Compiling v3_prn.cc
[670/1289] Compiling v3_skey.cc
[671/1289] Compiling v3_pmaps.cc
[672/1289] Compiling v3_pcons.cc
[673/1289] Compiling v3_ocsp.cc
[674/1289] Compiling v3_info.cc
[675/1289] Compiling v3_int.cc
[676/1289] Compiling v3_lib.cc
[677/1289] Compiling v3_ncons.cc
[678/1289] Compiling v3_enum.cc
[679/1289] Compiling v3_ia5.cc
[680/1289] Compiling v3_genn.cc
[681/1289] Compiling v3_extku.cc
[682/1289] Compiling v3_crld.cc
[683/1289] Compiling v3_conf.cc
[684/1289] Compiling v3_bitst.cc
[685/1289] Compiling v3_cpols.cc
[686/1289] Compiling v3_akeya.cc
[687/1289] Compiling v3_bcons.cc
[688/1289] Compiling v3_alt.cc
[689/1289] Compiling v3_akey.cc
[690/1289] Compiling t_req.cc
[691/1289] Compiling rsa_pss.cc
[692/1289] Compiling t_x509a.cc
[693/1289] Compiling t_x509.cc
[694/1289] Compiling name_print.cc
[695/1289] Compiling i2d_pr.cc
[696/1289] Compiling t_crl.cc
[697/1289] Compiling policy.cc
[698/1289] Compiling algorithm.cc
[699/1289] Compiling by_file.cc
[700/1289] Compiling by_dir.cc
[701/1289] Compiling a_digest.cc
[702/1289] Compiling asn1_gen.cc
[703/1289] Compiling trust_token.cc
[704/1289] Compiling thread_win.cc
[705/1289] Compiling a_sign.cc
[706/1289] Compiling voprf.cc
[707/1289] Compiling a_verify.cc
[708/1289] Compiling thread_none.cc
[709/1289] Compiling thread_pthread.cc
[710/1289] Compiling thread.cc
[711/1289] Compiling pmbtoken.cc
[712/1289] Compiling siphash.cc
[713/1289] Compiling stack.cc
[714/1289] Compiling sha256.cc
[715/1289] Compiling sha512.cc
[716/1289] Compiling slhdsa.cc
[717/1289] Compiling sha1.cc
[718/1289] Compiling spake2plus.cc
[719/1289] Compiling rsa_print.cc
[720/1289] Compiling rsa_extra.cc
[721/1289] Compiling rsa_crypt.cc
[722/1289] Compiling rc4.cc
[723/1289] Compiling windows.cc
[724/1289] Compiling trusty.cc
[725/1289] Compiling urandom.cc
[726/1289] Compiling refcount.cc
[727/1289] Compiling rsa_asn1.cc
[728/1289] Compiling rand.cc
[729/1289] Compiling passive.cc
[730/1289] Compiling poly1305_arm_asm.S
[731/1289] Compiling ios.cc
[732/1289] Compiling forkunsafe.cc
[733/1289] Compiling getentropy.cc
[734/1289] Compiling fork_detect.cc
[735/1289] Compiling deterministic.cc
[736/1289] Compiling poly1305_arm.cc
[737/1289] Compiling poly1305_vec.cc
[738/1289] Compiling pool.cc
[739/1289] Compiling poly1305.cc
[740/1289] Compiling pkcs7.cc
[741/1289] Compiling pkcs8_x509.cc
[742/1289] Compiling pkcs8.cc
[743/1289] Compiling pkcs7_x509.cc
[744/1289] Compiling pem_xaux.cc
[745/1289] Compiling p5_pbev2.cc
[746/1289] Compiling pem_x509.cc
[747/1289] Compiling pem_pkey.cc
[748/1289] Compiling pem_oth.cc
[749/1289] Compiling pem_pk8.cc
[750/1289] Compiling pem_info.cc
[751/1289] Compiling pem_lib.cc
[752/1289] Compiling obj_xref.cc
[753/1289] Compiling mlkem.cc
[754/1289] Compiling pem_all.cc
[755/1289] Compiling mldsa.cc
[756/1289] Compiling poly_rq_mul.S
[757/1289] Compiling mem.cc
[758/1289] Compiling fips_shared_support.cc
[759/1289] Compiling obj.cc
[760/1289] Compiling md5.cc
[761/1289] Compiling md4.cc
[762/1289] Compiling lhash.cc
[763/1289] Compiling kyber.cc
[764/1289] Compiling ex_data.cc
[765/1289] Compiling sign.cc
[766/1289] Compiling hrss.cc
[767/1289] Compiling hpke.cc
[768/1289] Compiling scrypt.cc
[769/1289] Compiling print.cc
[770/1289] Compiling p_x25519.cc
[771/1289] Compiling pbkdf.cc
[772/1289] Compiling p_x25519_asn1.cc
[772/1289] Compiling p_rsa.cc
[774/1289] Compiling p_hkdf.cc
[775/1289] Compiling p_rsa_asn1.cc
[776/1289] Compiling p_ed25519_asn1.cc
[777/1289] Compiling p_ed25519.cc
[778/1289] Compiling p_ec_asn1.cc
[779/1289] Compiling p_dh.cc
[780/1289] Compiling p_ec.cc
[781/1289] Compiling p_dh_asn1.cc
[782/1289] Compiling evp_ctx.cc
[783/1289] Compiling p_dsa_asn1.cc
[784/1289] Compiling evp.cc
[785/1289] Compiling evp_asn1.cc
[786/1289] Compiling err.cc
[787/1289] Compiling ecdh.cc
[788/1289] Compiling engine.cc
[789/1289] Compiling ecdsa_asn1.cc
[790/1289] Compiling ec_derive.cc
[791/1289] Compiling hash_to_curve.cc
[792/1289] Compiling dsa.cc
[793/1289] Compiling ec_asn1.cc
[794/1289] Compiling params.cc
[795/1289] Compiling dsa_asn1.cc
[796/1289] Compiling digest_extra.cc
[797/1289] Compiling bcm.cc
[798/1289] Compiling x25519-asm-arm.S
[799/1289] Compiling des.cc
[800/1289] Compiling curve25519_64_adx.cc
[801/1289] Compiling dh_asn1.cc
[802/1289] Compiling cpu_intel.cc
[803/1289] Compiling crypto.cc
[804/1289] Compiling cpu_arm_freebsd.cc
[805/1289] Compiling cpu_arm_linux.cc
[806/1289] Compiling spake25519.cc
[807/1289] Compiling curve25519.cc
[808/1289] Compiling cpu_aarch64_linux.cc
[809/1289] Compiling cpu_aarch64_openbsd.cc
[810/1289] Compiling cpu_aarch64_sysreg.cc
[811/1289] Compiling cpu_aarch64_win.cc
[812/1289] Compiling cpu_aarch64_apple.cc
[813/1289] Compiling cpu_aarch64_fuchsia.cc
[814/1289] Compiling conf.cc
[815/1289] Compiling tls_cbc.cc
[816/1289] Compiling get_cipher.cc
[817/1289] Compiling e_rc4.cc
[818/1289] Compiling e_tls.cc
[819/1289] Compiling e_null.cc
[820/1289] Compiling e_rc2.cc
[821/1289] Compiling e_aesgcmsiv.cc
[822/1289] Compiling derive_key.cc
[822/1289] Compiling e_chacha20poly1305.cc
[824/1289] Compiling e_des.cc
[825/1289] Compiling e_aesctrhmac.cc
[826/1289] Compiling chacha.cc
[827/1289] Compiling buf.cc
[828/1289] Compiling unicode.cc
[829/1289] Compiling ber.cc
[830/1289] Compiling convert.cc
[831/1289] Compiling asn1_compat.cc
[832/1289] Compiling cbs.cc
[833/1289] Compiling cbb.cc
[834/1289] Compiling bn_asn1.cc
[835/1289] Compiling blake2.cc
[836/1289] Compiling socket_helper.cc
[837/1289] Compiling printf.cc
[838/1289] Compiling socket.cc
[839/1289] Compiling hexdump.cc
[840/1289] Compiling file.cc
[841/1289] Compiling pair.cc
[842/1289] Compiling fd.cc
[843/1289] Compiling errno.cc
[844/1289] Compiling connect.cc
[845/1289] Compiling bio_mem.cc
[846/1289] Compiling base64.cc
[847/1289] Compiling bio.cc
[848/1289] Compiling tasn_typ.cc
[849/1289] Compiling tasn_utl.cc
[850/1289] Compiling tasn_fre.cc
[851/1289] Compiling tasn_enc.cc
[852/1289] Compiling tasn_new.cc
[853/1289] Compiling posix_time.cc
[854/1289] Compiling f_string.cc
[855/1289] Compiling f_int.cc
[856/1289] Compiling asn_pack.cc
[857/1289] Compiling tasn_dec.cc
[858/1289] Compiling asn1_par.cc
[859/1289] Compiling a_utctm.cc
[860/1289] Compiling asn1_lib.cc
[861/1289] Compiling a_type.cc
[862/1289] Compiling a_time.cc
[863/1289] Compiling a_octet.cc
[864/1289] Compiling a_strnid.cc
[865/1289] Compiling a_strex.cc
[866/1289] Compiling a_i2d_fp.cc
[867/1289] Compiling a_object.cc
[868/1289] Compiling a_mbstr.cc
[869/1289] Compiling a_int.cc
[870/1289] Compiling a_gentm.cc
[871/1289] Compiling a_d2i_fp.cc
[872/1289] Compiling fiat_curve25519_adx_square.S
[873/1289] Compiling a_dup.cc
[874/1289] Compiling a_bitstr.cc
[875/1289] Compiling CCryptoBoringSSLShims shims.c
[876/1289] Compiling fiat_curve25519_adx_mul.S
[877/1289] Compiling v3_skey.c
[878/1289] Compiling v3_purp.c
[879/1289] Compiling a_bool.cc
[880/1289] Compiling v3_utl.c
[881/1289] Compiling v3_prn.c
[882/1289] Compiling v3_ncons.c
[883/1289] Compiling v3_ocsp.c
[883/1289] Compiling v3_pcons.c
[885/1289] Compiling v3_pmaps.c
[886/1289] Compiling v3_lib.c
[887/1289] Compiling v3_int.c
[888/1289] Compiling v3_info.c
[889/1289] Compiling v3_ia5.c
[890/1289] Compiling v3_enum.c
[891/1289] Compiling v3_extku.c
[892/1289] Compiling v3_genn.c
[893/1289] Compiling v3_crld.c
[894/1289] Compiling v3_bcons.c
[895/1289] Compiling v3_conf.c
[896/1289] Compiling v3_bitst.c
[897/1289] Compiling v3_cpols.c
[898/1289] Compiling v3_alt.c
[899/1289] Compiling x_val.c
[900/1289] Compiling x_x509a.c
[901/1289] Compiling x_x509.c
[902/1289] Compiling x_spki.c
[903/1289] Compiling v3_akeya.c
[904/1289] Compiling v3_akey.c
[905/1289] Compiling x_sig.c
[906/1289] Compiling x_pubkey.c
[907/1289] Compiling x_pkey.c
[908/1289] Compiling x_req.c
[909/1289] Compiling x_info.c
[910/1289] Compiling x_name.c
[911/1289] Compiling x_exten.c
[911/1289] Compiling x_attrib.c
[913/1289] Compiling x_crl.c
[914/1289] Compiling x_all.c
[915/1289] Compiling x_algor.c
[916/1289] Compiling x509spki.c
[917/1289] Compiling x509name.c
[918/1289] Compiling x509rset.c
[919/1289] Compiling x509cset.c
[920/1289] Compiling x509_vpm.c
[921/1289] Compiling x509_vfy.c
[922/1289] Compiling x509_v3.c
[923/1289] Compiling x509_trs.c
[924/1289] Compiling x509_set.c
[925/1289] Compiling x509_txt.c
[926/1289] Compiling c-nioatomics.c
[927/1289] Compiling x509_ext.c
[928/1289] Compiling x509_def.c
[929/1289] Compiling x509_d2.c
[930/1289] Compiling x509_obj.c
[931/1289] Compiling x509_req.c
[932/1289] Compiling x509_lu.c
[933/1289] Compiling t_x509a.c
[934/1289] Compiling x509_cmp.c
[935/1289] Compiling x509_att.c
[936/1289] Compiling t_req.c
[937/1289] Compiling x509.c
[938/1289] Compiling t_x509.c
[939/1289] Compiling t_crl.c
[940/1289] Compiling i2d_pr.c
[941/1289] Compiling by_dir.c
[942/1289] Compiling by_file.c
[943/1289] Compiling rsa_pss.c
[944/1289] Compiling name_print.c
[945/1289] Compiling policy.c
[946/1289] Compiling algorithm.c
[947/1289] Compiling asn1_gen.c
[948/1289] Compiling a_verify.c
[949/1289] Compiling a_sign.c
[950/1289] Compiling a_digest.c
[951/1289] Compiling trust_token.c
[952/1289] Compiling thread_win.c
[953/1289] Compiling voprf.c
[954/1289] Compiling thread_pthread.c
[955/1289] Compiling thread.c
[956/1289] Compiling rsa_print.c
[957/1289] Compiling siphash.c
[958/1289] Compiling thread_none.c
[959/1289] Compiling stack.c
[960/1289] Compiling pmbtoken.c
[961/1289] Compiling rc4.c
[962/1289] Compiling rsa_asn1.c
[963/1289] Compiling rsa_crypt.c
[964/1289] Compiling windows.c
[965/1289] Compiling rand_extra.c
[966/1289] Compiling refcount.c
[967/1289] Compiling trusty.c
[968/1289] Compiling passive.c
[969/1289] Compiling getentropy.c
[970/1289] Compiling ios.c
[971/1289] Compiling c-atomics.c
[972/1289] Compiling deterministic.c
[973/1289] Compiling poly1305_vec.c
[974/1289] Compiling forkunsafe.c
[975/1289] Compiling poly1305_arm_asm.S
[976/1289] Compiling poly1305_arm.c
[977/1289] Compiling pool.c
[977/1289] Compiling poly1305.c
[979/1289] Compiling pkcs7.c
[980/1291] Compiling p5_pbev2.c
[980/1291] Compiling pkcs8.c
[982/1293] Compiling pem_xaux.c
[983/1294] Compiling pkcs8_x509.c
[984/1295] Compiling pkcs7_x509.c
[985/1295] Compiling pem_lib.c
[986/1295] Compiling pem_info.c
[987/1295] Compiling pem_x509.c
[988/1295] Compiling pem_all.c
[989/1295] Compiling pem_pkey.c
[990/1295] Compiling obj_xref.c
[992/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[992/1295] Compiling lhash.c
[993/1295] Compiling mem.c
[994/1295] Compiling kyber.c
[995/1295] Compiling pem_oth.c
[996/1295] Compiling pem_pk8.c
[996/1295] Compiling keccak.c
[998/1295] Compiling obj.c
[999/1295] Compiling poly_rq_mul.S
[1000/1295] Compiling x86_64-mont5-mac.mac.x86_64.S
[1001/1295] Compiling x86_64-mont5-linux.linux.x86_64.S
[1002/1295] Compiling x86_64-mont-mac.mac.x86_64.S
[1003/1295] Compiling x86-mont-windows.windows.x86.S
[1003/1295] Compiling x86_64-mont-linux.linux.x86_64.S
[1005/1295] Compiling hpke.c
[1006/1295] Compiling vpaes-x86-windows.windows.x86.S
[1007/1295] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1007/1295] Compiling x86-mont-linux.linux.x86.S
[1009/1295] Compiling vpaes-x86-linux.linux.x86.S
[1010/1295] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1012/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[1012/1295] Compiling hrss.c
[1013/1295] Compiling vpaes-armv7-linux.linux.arm.S
[1014/1295] Compiling sha512-x86_64-mac.mac.x86_64.S
[1015/1295] Compiling vpaes-armv8-ios.ios.aarch64.S
[1016/1295] Compiling vpaes-armv7-ios.ios.arm.S
[1017/1295] Compiling kdf.c
[1018/1295] Compiling vpaes-armv8-linux.linux.aarch64.S
[1019/1295] Compiling sha512-armv8-ios.ios.aarch64.S
[1020/1295] Compiling sha512-x86_64-linux.linux.x86_64.S
[1022/1295] Compiling NIOConcurrencyHelpers atomics.swift
[1023/1295] Compiling NIOConcurrencyHelpers lock.swift
[1024/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1024/1295] Compiling sha512-armv4-linux.linux.arm.S
[1025/1295] Compiling sha512-armv8-linux.linux.aarch64.S
[1026/1295] Compiling sha512-armv4-ios.ios.arm.S
[1027/1295] Compiling sha512-586-windows.windows.x86.S
[1028/1295] Compiling sha512-586-linux.linux.x86.S
[1029/1295] Compiling sha256-x86_64-linux.linux.x86_64.S
[1031/1295] Emitting module NIOConcurrencyHelpers
[1031/1295] Compiling sha256-x86_64-mac.mac.x86_64.S
[1032/1296] Compiling sha256-armv8-ios.ios.aarch64.S
[1033/1296] Compiling sha256-armv4-linux.linux.arm.S
[1034/1296] Compiling sha256-armv4-ios.ios.arm.S
[1035/1296] Compiling sha256-armv8-linux.linux.aarch64.S
[1036/1296] Compiling sha256-586-windows.windows.x86.S
[1037/1296] Compiling sha256-586-linux.linux.x86.S
[1038/1296] Compiling sha1-x86_64-mac.mac.x86_64.S
[1039/1296] Compiling sha1-x86_64-linux.linux.x86_64.S
[1041/1296] Compiling sha1-armv8-ios.ios.aarch64.S
[1042/1296] Compiling sha1-586-windows.windows.x86.S
[1043/1296] Compiling sha1-armv4-large-linux.linux.arm.S
[1044/1296] Compiling sha1-armv4-large-ios.ios.arm.S
[1045/1296] Compiling sha1-armv8-linux.linux.aarch64.S
[1046/1296] Compiling sha1-586-linux.linux.x86.S
[1047/1296] Compiling sha512.c
[1048/1296] Compiling sha256.c
[1049/1296] Compiling rsaz-avx2-mac.mac.x86_64.S
[1050/1296] Compiling sha1.c
[1051/1296] Compiling fips.c
[1052/1296] Compiling service_indicator.c
[1053/1296] Compiling rsaz-avx2-linux.linux.x86_64.S
[1054/1296] Compiling self_check.c
[1055/1296] Compiling padding.c
[1056/1296] Compiling rsa_impl.c
[1057/1296] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1057/1296] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1058/1296] Compiling blinding.c
[1060/1301] Compiling urandom.c
[1061/1301] Compiling rsa.c
[1062/1316] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1063/1322] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1064/1322] Compiling rand.c
[1065/1322] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1066/1322] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1067/1322] Compiling fork_detect.c
[1068/1322] Compiling ctrdrbg.c
[1069/1322] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1069/1322] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1071/1322] Compiling polyval.c
[1072/1322] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1073/1322] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1074/1322] Compiling cfb.c
[1075/1322] Compiling ctr.c
[1076/1322] Compiling ofb.c
[1077/1322] Compiling gcm_nohw.c
[1078/1322] Compiling gcm.c
[1080/1322] Compiling ConsoleKitTerminal Console+Confirm.swift
[1081/1322] Compiling ConsoleKitTerminal Console+Input.swift
[1082/1322] Compiling ConsoleKitTerminal Console+Center.swift
[1083/1322] Compiling ConsoleKitTerminal Console+Output.swift
[1083/1325] Compiling md5.c
[1084/1325] Compiling md5-x86_64-mac.mac.x86_64.S
[1085/1325] Compiling cbc.c
[1086/1325] Compiling hmac.c
[1087/1325] Compiling md4.c
[1088/1325] Compiling hkdf.c
[1090/1325] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1091/1325] Compiling ConsoleKitTerminal ConsoleClear.swift
[1092/1325] Compiling ConsoleKitTerminal Console+Ask.swift
[1093/1325] Compiling ConsoleKitTerminal Console+Choose.swift
[1094/1325] Compiling ConsoleKitTerminal CustomActivity.swift
[1095/1325] Compiling ConsoleKitTerminal LoadingBar.swift
[1096/1325] Compiling ConsoleKitTerminal ProgressBar.swift
[1097/1325] Compiling ConsoleKitTerminal Console+Clear.swift
[1098/1325] Compiling ConsoleKitTerminal ActivityBar.swift
[1099/1325] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1100/1325] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1101/1325] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1101/1325] Compiling md5-586-linux.linux.x86.S
[1103/1325] Emitting module ConsoleKitTerminal
[1103/1325] Compiling md5-x86_64-linux.linux.x86_64.S
[1103/1325] Compiling md5-586-windows.windows.x86.S
[1105/1325] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1106/1325] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1107/1325] Compiling ghashv8-armv7-ios.ios.arm.S
[1108/1325] Compiling ghash-x86_64-linux.linux.x86_64.S
[1109/1325] Compiling ghashv8-armv7-linux.linux.arm.S
[1110/1325] Compiling ghash-x86_64-mac.mac.x86_64.S
[1111/1325] Compiling ghash-x86-linux.linux.x86.S
[1112/1325] Compiling ghash-x86-windows.windows.x86.S
[1113/1325] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1115/1325] Compiling ConsoleKitTerminal Console+Wait.swift
[1116/1325] Compiling ConsoleKitTerminal ConsoleColor.swift
[1117/1325] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1118/1325] Compiling ConsoleKitTerminal Console.swift
[1119/1325] Compiling ConsoleKitTerminal Terminal.swift
[1120/1325] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1121/1325] Compiling ConsoleKitTerminal ConsoleText.swift
[1122/1325] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1123/1325] Compiling ConsoleKitTerminal ANSI.swift
[1123/1325] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1124/1325] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1125/1325] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1126/1325] Compiling fips_shared_support.c
[1127/1325] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1128/1325] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1129/1325] Compiling ecdsa.c
[1130/1325] Compiling ecdh.c
[1131/1325] Compiling wnaf.c
[1132/1325] Compiling util.c
[1133/1325] Compiling simple.c
[1134/1325] Compiling ghash-armv4-linux.linux.arm.S
[1135/1325] Compiling simple_mul.c
[1136/1325] Compiling ghash-armv4-ios.ios.arm.S
[1137/1325] Compiling p256.c
[1138/1325] Compiling scalar.c
[1139/1325] Compiling felem.c
[1140/1325] Compiling oct.c
[1142/1325] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1143/1325] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1144/1325] Compiling ConsoleKitTerminal LoggerFragment.swift
[1144/1326] Compiling p224-64.c
[1144/1326] Compiling ec_montgomery.c
[1146/1326] Compiling digests.c
[1146/1326] Compiling digestsign.c
[1148/1326] Compiling ec_key.c
[1150/1326] Compiling ec.c
[1151/1326] Compiling digest.c
[1152/1326] Compiling dh.c
[1153/1326] Compiling check.c
[1154/1326] Compiling e_aesccm.c
[1155/1326] Compiling cmac.c
[1156/1326] Compiling p256-nistz.c
[1157/1326] Compiling aead.c
[1158/1326] Compiling cipher.c
[1159/1326] Compiling sqrt.c
[1160/1326] Compiling e_aes.c
[1161/1326] Compiling shift.c
[1162/1326] Compiling rsaz_exp.c
[1163/1326] Compiling random.c
[1164/1326] Compiling co-586-windows.windows.x86.S
[1165/1326] Compiling co-586-linux.linux.x86.S
[1166/1326] Compiling bsaes-armv7-linux.linux.arm.S
[1167/1326] Compiling bsaes-armv7-ios.ios.arm.S
[1168/1326] Compiling prime.c
[1169/1326] Compiling montgomery_inv.c
[1169/1326] Compiling jacobi.c
[1171/1326] Compiling mul.c
[1171/1326] Compiling montgomery.c
[1173/1326] Compiling div_extra.c
[1174/1326] Compiling gcd.c
[1175/1326] Compiling exponentiation.c
[1176/1326] Compiling ctx.c
[1177/1326] Compiling gcd_extra.c
[1178/1326] Compiling div.c
[1179/1326] Compiling x86_64-gcc.c
[1180/1326] Compiling generic.c
[1181/1327] Compiling cmp.c
[1182/1333] Compiling bytes.c
[1183/1333] Compiling bn.c
[1184/1348] Compiling add.c
[1185/1348] Compiling bn-armv8-linux.linux.aarch64.S
[1186/1348] Compiling bn-armv8-ios.ios.aarch64.S
[1187/1348] Compiling bn-586-windows.windows.x86.S
[1188/1348] Compiling armv8-mont-ios.ios.aarch64.S
[1188/1348] Compiling bn-586-linux.linux.x86.S
[1190/1348] Compiling armv8-mont-linux.linux.aarch64.S
[1192/1348] Emitting module ConsoleKitCommands
[1192/1350] Compiling armv4-mont-linux.linux.arm.S
[1194/1350] Compiling ConsoleKitCommands CommandSignature.swift
[1195/1350] Compiling ConsoleKitCommands Flag.swift
[1196/1350] Compiling ConsoleKitCommands Option.swift
[1196/1350] Compiling armv4-mont-ios.ios.arm.S
[1198/1350] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1199/1350] Compiling ConsoleKitCommands AsyncCommand.swift
[1200/1350] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1200/1350] Compiling aesv8-armv8-ios.ios.aarch64.S
[1201/1350] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1202/1350] Compiling aesv8-armv8-linux.linux.aarch64.S
[1203/1350] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1204/1350] Compiling aesv8-armv7-linux.linux.arm.S
[1205/1350] Compiling aesv8-armv7-ios.ios.arm.S
[1206/1350] Compiling aesni-x86_64-mac.mac.x86_64.S
[1207/1350] Compiling aesni-x86_64-linux.linux.x86_64.S
[1208/1350] Compiling aesni-x86-windows.windows.x86.S
[1209/1350] Compiling aesni-x86-linux.linux.x86.S
[1211/1350] Compiling ConsoleKitCommands Command.swift
[1212/1350] Compiling ConsoleKitCommands CommandContext.swift
[1213/1350] Compiling ConsoleKitCommands CommandError.swift
[1213/1350] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1215/1350] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1216/1350] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1217/1350] Compiling ConsoleKitCommands Argument.swift
[1217/1350] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1218/1350] Compiling key_wrap.c
[1219/1350] Compiling mode_wrappers.c
[1220/1350] Compiling aes_nohw.c
[1221/1350] Compiling aes.c
[1221/1350] Compiling sign.c
[1224/1350] Compiling ConsoleKitCommands AsyncCommands.swift
[1225/1350] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1226/1350] Compiling ConsoleKitCommands AnyCommand.swift
[1226/1350] Compiling ex_data.c
[1227/1350] Compiling scrypt.c
[1228/1350] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1229/1350] Compiling ConsoleKitCommands Utilities.swift
[1230/1350] Compiling pbkdf.c
[1231/1350] Compiling p_x25519.c
[1232/1350] Compiling p_rsa_asn1.c
[1232/1350] Compiling print.c
[1234/1350] Compiling p_x25519_asn1.c
[1235/1350] Compiling p_rsa.c
[1236/1350] Compiling p_ed25519.c
[1237/1350] Compiling p_ed25519_asn1.c
[1238/1350] Compiling p_ec_asn1.c
[1239/1350] Compiling p_ec.c
[1240/1350] Compiling p_hkdf.c
[1241/1350] Compiling evp_ctx.c
[1242/1350] Compiling err_data.c
[1242/1350] Compiling p_dsa_asn1.c
[1244/1350] Compiling err.c
[1245/1350] Compiling engine.c
[1246/1350] Compiling evp_asn1.c
[1247/1350] Compiling evp.c
[1248/1350] Compiling ecdsa_asn1.c
[1249/1350] Compiling ecdh_extra.c
[1250/1350] Compiling ec_derive.c
[1251/1350] Compiling hash_to_curve.c
[1252/1350] Compiling ec_asn1.c
[1253/1350] Compiling dsa_asn1.c
[1254/1350] Compiling digest_extra.c
[1255/1350] Compiling dsa.c
[1256/1350] Compiling dh_asn1.c
[1257/1350] Compiling params.c
[1258/1350] Compiling curve25519_64_adx.c
[1259/1350] Compiling des.c
[1260/1350] Compiling x25519-asm-arm.S
[1260/1350] Compiling cpu_intel.c
[1262/1350] Compiling cpu_arm_linux.c
[1262/1350] Compiling spake25519.c
[1264/1350] Compiling crypto.c
[1265/1350] Compiling cpu_arm_freebsd.c
[1266/1350] Compiling cpu_arm.c
[1267/1350] Compiling cpu_aarch64_win.c
[1268/1350] Compiling cpu_aarch64_sysreg.c
[1270/1350] Compiling ConsoleKitCommands CommandGroup.swift
[1271/1350] Compiling ConsoleKitCommands CommandInput.swift
[1272/1350] Compiling ConsoleKitCommands Commands.swift
[1273/1350] Compiling ConsoleKitCommands Console+Run.swift
[1274/1350] Compiling ConsoleKitCommands ConsoleError.swift
[1275/1350] Compiling ConsoleKitCommands Completion.swift
[1275/1350] Compiling cpu_aarch64_openbsd.c
[1276/1350] Compiling cpu_aarch64_linux.c
[1277/1351] Compiling cpu_aarch64_fuchsia.c
[1278/1351] Compiling cpu_aarch64_apple.c
[1280/1351] Compiling conf.c
[1281/1351] Compiling e_tls.c
[1282/1351] Compiling tls_cbc.c
[1283/1351] Compiling curve25519.c
[1284/1351] Compiling e_rc4.c
[1285/1351] Compiling e_rc2.c
[1286/1351] Compiling e_chacha20poly1305.c
[1287/1351] Compiling e_null.c
[1288/1351] Compiling derive_key.c
[1289/1351] Compiling e_des.c
[1290/1351] Compiling e_aesctrhmac.c
[1291/1351] Compiling e_aesgcmsiv.c
[1292/1351] Compiling cipher_extra.c
[1293/1351] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1294/1351] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1295/1353] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1296/1353] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1297/1353] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1298/1353] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1299/1353] Compiling chacha-x86_64-mac.mac.x86_64.S
[1300/1353] Compiling chacha-x86-windows.windows.x86.S
[1301/1353] Compiling chacha-x86_64-linux.linux.x86_64.S
[1302/1353] Compiling chacha-x86-linux.linux.x86.S
[1303/1353] Compiling chacha.c
[1304/1353] Compiling chacha-armv8-ios.ios.aarch64.S
[1305/1353] Compiling chacha-armv4-linux.linux.arm.S
[1306/1353] Compiling chacha-armv4-ios.ios.arm.S
[1307/1353] Compiling unicode.c
[1309/1353] Compiling ConsoleKit Exports.swift
[1310/1353] Emitting module ConsoleKit
[1310/1353] Compiling chacha-armv8-linux.linux.aarch64.S
[1311/1354] Compiling asn1_compat.c
[1312/1354] Compiling cbs.c
[1312/1354] Compiling cbb.c
[1314/1354] Compiling buf.c
[1315/1354] Compiling bn_asn1.c
[1316/1354] Compiling blake2.c
[1317/1354] Compiling ber.c
[1319/1354] Compiling printf.c
[1320/1354] Compiling convert.c
[1321/1354] Compiling pair.c
[1322/1354] Compiling hexdump.c
[1323/1354] Compiling errno.c
[1324/1354] Compiling file.c
[1325/1354] Compiling bio_mem.c
[1326/1354] Compiling fd.c
[1327/1354] Compiling base64.c
[1328/1354] Compiling tasn_utl.c
[1329/1354] Compiling tasn_typ.c
[1330/1354] Compiling bio.c
[1331/1354] Compiling tasn_fre.c
[1332/1354] Compiling tasn_new.c
[1333/1354] Compiling f_int.c
[1333/1354] Compiling tasn_enc.c
[1335/1354] Compiling posix_time.c
[1336/1354] Compiling f_string.c
[1337/1354] Compiling asn_pack.c
[1338/1354] Compiling asn1_par.c
[1339/1354] Compiling tasn_dec.c
[1340/1354] Compiling a_utctm.c
[1341/1354] Compiling asn1_lib.c
[1342/1354] Compiling a_type.c
[1343/1354] Write sources
[1344/1354] Compiling a_octet.c
[1345/1354] Write sources
[1346/1354] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1347/1354] Write sources
[1349/1354] Compiling a_strnid.c
[1349/1354] Compiling a_bitstr.c
[1351/1354] Compiling a_object.c
[1352/1354] Compiling a_time.c
[1353/1354] Compiling a_strex.c
[1355/1453] Compiling Atomics UnsafeAtomic.swift
[1356/1453] Compiling Atomics UnsafeAtomicLazyReference.swift
[1357/1453] Compiling Atomics ManagedAtomic.swift
[1358/1453] Compiling Atomics ManagedAtomicLazyReference.swift
[1359/1455] Compiling Atomics AtomicStorage.swift
[1360/1455] Compiling Atomics AtomicValue.swift
[1361/1455] Compiling Algorithms EitherSequence.swift
[1362/1455] Compiling Algorithms FirstNonNil.swift
[1363/1455] Compiling Atomics IntegerOperations.swift
[1364/1455] Compiling Atomics Unmanaged extensions.swift
[1365/1455] Emitting module BitCollections
[1369/1465] Compiling Atomics AtomicInteger.swift
[1370/1465] Compiling Atomics AtomicOptionalWrappable.swift
[1371/1465] Compiling Algorithms Joined.swift
[1372/1465] Compiling Algorithms AdjacentPairs.swift
[1373/1465] Compiling Algorithms Chain.swift
[1374/1465] Compiling Algorithms Chunked.swift
[1375/1465] Compiling Algorithms Combinations.swift
[1376/1465] Compiling Algorithms Compacted.swift
[1377/1465] Compiling Algorithms Cycle.swift
[1380/1465] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1381/1465] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1382/1465] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1383/1465] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1384/1465] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1385/1465] Compiling BitCollections BitSet+SetAlgebra union.swift
[1386/1465] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1387/1465] Compiling BitCollections BitSet.Counted.swift
[1388/1465] Compiling Algorithms Trim.swift
[1389/1465] Compiling Algorithms Unique.swift
[1390/1465] Compiling Algorithms Windows.swift
[1391/1465] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1392/1465] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1393/1465] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1394/1465] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1395/1465] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1396/1465] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1397/1465] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1398/1465] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1399/1465] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1400/1465] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1401/1465] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1402/1465] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1403/1465] Compiling BitCollections BitSet+CustomReflectable.swift
[1404/1465] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1405/1465] Compiling BitCollections BitSet+Equatable.swift
[1406/1465] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1407/1465] Compiling BitCollections BitSet+Extras.swift
[1408/1465] Compiling BitCollections BitSet+Hashable.swift
[1409/1465] Compiling Algorithms Split.swift
[1410/1465] Compiling Algorithms Stride.swift
[1411/1465] Compiling Algorithms Suffix.swift
[1412/1465] Emitting module CryptoBoringWrapper
[1413/1465] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1422/1466] Compiling BitCollections BitSet.Index.swift
[1423/1466] Compiling BitCollections BitSet._UnsafeHandle.swift
[1424/1466] Compiling BitCollections BitSet.swift
[1425/1466] Compiling BitCollections Range+Utilities.swift
[1426/1466] Compiling BitCollections Slice+Utilities.swift
[1427/1466] Compiling BitCollections UInt+Tricks.swift
[1428/1466] Compiling BitCollections _Word.swift
[1440/1466] Compiling Algorithms Permutations.swift
[1441/1466] Compiling Algorithms Product.swift
[1449/1527] Compiling Crypto ASN1BitString.swift
[1450/1527] Compiling Crypto ASN1Boolean.swift
[1451/1527] Compiling Crypto ASN1Identifier.swift
[1452/1527] Compiling Crypto ASN1Integer.swift
[1453/1527] Compiling Crypto ASN1Null.swift
[1454/1527] Compiling Crypto ASN1OctetString.swift
[1455/1527] Compiling Crypto ASN1Strings.swift
[1456/1529] Emitting module Collections
[1457/1529] Compiling Collections Collections.swift
[1459/1530] Compiling Crypto HashFunctions.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)
[1460/1530] Compiling Crypto HashFunctions_SHA2.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)
[1461/1530] Compiling Crypto Insecure.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)
[1462/1530] Compiling Crypto Insecure_HashFunctions.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)
[1463/1530] Compiling Crypto ECDH_boring.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)
[1464/1530] Compiling Crypto DH.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)
[1465/1530] Compiling Crypto ECDH.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)
[1466/1530] Compiling Crypto HKDF.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)
[1467/1538] Emitting module Atomics
[1468/1538] Compiling Crypto AES-GCM.swift
[1469/1538] Compiling Crypto AES-GCM_boring.swift
[1470/1538] Compiling Crypto ChaChaPoly_boring.swift
[1471/1538] Compiling Crypto ChaChaPoly.swift
[1476/1538] Compiling Crypto Cipher.swift
[1477/1538] Compiling Crypto Nonces.swift
[1479/1539] Compiling Crypto ECDSASignature.swift
[1480/1539] Compiling Crypto PEMDocument.swift
[1481/1539] Compiling Crypto PKCS8PrivateKey.swift
[1482/1539] Compiling Crypto SEC1PrivateKey.swift
[1483/1539] Compiling Crypto SubjectPublicKeyInfo.swift
[1484/1539] Compiling Crypto CryptoKitErrors.swift
[1485/1539] Compiling Crypto Digest_boring.swift
[1486/1539] Compiling Crypto Digest.swift
[1487/1539] Compiling Crypto Digests.swift
[1488/1539] Compiling Crypto Ed25519.swift
[1489/1539] Compiling Crypto NISTCurvesKeys.swift
[1490/1539] Compiling Crypto X25519Keys.swift
[1491/1539] Compiling Crypto SymmetricKeys.swift
[1492/1539] Compiling Crypto HMAC.swift
[1493/1539] Compiling Crypto MACFunctions.swift
[1494/1539] Compiling Crypto MessageAuthenticationCode.swift
[1495/1539] Compiling Crypto AES.swift
[1496/1539] Compiling Crypto ECDSASignature_boring.swift
[1497/1539] Compiling Crypto ECDSA_boring.swift
[1498/1539] Compiling Crypto EdDSA_boring.swift
[1499/1539] Compiling Crypto ECDSA.swift
[1500/1539] Compiling Crypto EdDSA.swift
[1501/1539] Compiling Crypto Signature.swift
[1502/1539] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[1503/1539] Compiling Crypto CryptoKitErrors_boring.swift
[1504/1539] Emitting module Algorithms
[1506/1600] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[1507/1600] Compiling Crypto RNG_boring.swift
[1508/1600] Compiling Crypto SafeCompare_boring.swift
[1509/1600] Compiling Crypto Zeroization_boring.swift
[1510/1600] Compiling Crypto PrettyBytes.swift
[1511/1600] Compiling Crypto SafeCompare.swift
[1512/1600] Compiling Crypto SecureBytes.swift
[1513/1600] Compiling Crypto Zeroization.swift
[1514/1600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1515/1600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1516/1600] Compiling NIOCore EventLoopFuture.swift
[1517/1600] Compiling NIOCore FileDescriptor.swift
[1518/1600] Compiling NIOCore FileHandle.swift
[1519/1600] Compiling NIOCore FileRegion.swift
[1520/1600] Compiling NIOCore GlobalSingletons.swift
[1521/1600] Compiling NIOCore ByteBuffer-multi-int.swift
[1522/1600] Emitting module Crypto
[1523/1600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1524/1600] Compiling NIOCore BSDSocketAPI.swift
[1525/1600] Compiling NIOCore ByteBuffer-aux.swift
[1526/1600] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1527/1600] Compiling NIOCore ByteBuffer-conversions.swift
[1528/1600] Compiling NIOCore ByteBuffer-core.swift
[1529/1600] Compiling NIOCore ByteBuffer-hex.swift
[1530/1600] Compiling NIOCore ByteBuffer-int.swift
[1531/1600] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1532/1600] Compiling NIOCore AddressedEnvelope.swift
[1533/1600] Compiling NIOCore AsyncAwaitSupport.swift
[1534/1600] Compiling NIOCore AsyncChannel.swift
[1535/1600] Compiling NIOCore AsyncChannelHandler.swift
[1536/1600] Compiling NIOCore AsyncChannelInboundStream.swift
[1537/1600] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1538/1600] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1539/1600] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1540/1600] Compiling NIOCore NIOAsyncWriter.swift
[1541/1600] Compiling NIOCore MulticastChannel.swift
[1542/1600] Compiling NIOCore NIOAny.swift
[1543/1600] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1544/1600] Compiling NIOCore NIOLoopBound.swift
[1545/1600] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1546/1600] Compiling NIOCore NIOScheduledCallback.swift
[1547/1600] Compiling NIOCore NIOSendable.swift
[1548/1600] Compiling NIOCore RecvByteBufferAllocator.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/71] Compiling Haystack Filter.swift
[3/71] Compiling Haystack Grid.swift
[4/72] Compiling ServiceContextModule ServiceContextKey.swift
[5/72] Compiling RealModule ElementaryFunctions.swift
[6/73] Compiling Haystack ZincReader.swift
[7/73] Compiling Haystack ZincToken.swift
[8/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/73] Compiling RealModule RealFunctions.swift
[11/73] Emitting module CoreMetrics
[12/73] Compiling ServiceContextModule ServiceContext.swift
[13/73] Compiling Haystack HisReadRange.swift
[14/73] Compiling Haystack Bool.swift
[15/73] Compiling Haystack API.swift
[16/73] Compiling Haystack HisItem.swift
[17/73] Emitting module ServiceContextModule
[18/74] Compiling RealModule Float80+Real.swift
[19/74] Compiling RealModule Real.swift
[20/74] Compiling NIOConcurrencyHelpers atomics.swift
[21/74] Compiling NIOConcurrencyHelpers lock.swift
[22/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/74] Compiling RealModule Float16+Real.swift
[24/74] Compiling RealModule Float+Real.swift
[28/74] Emitting module _NIODataStructures
[29/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/74] 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
[32/74] Compiling Haystack Character+isIdChar.swift
[33/74] Compiling Haystack GridBuilder.swift
[34/74] Compiling Haystack String+tagName.swift
[35/77] Emitting module RealModule
[36/78] Compiling _NIODataStructures Heap.swift
[37/78] Compiling _NIODataStructures PriorityQueue.swift
[38/78] Compiling _NIODataStructures _TinyArray.swift
[39/79] Compiling Haystack DateTime.swift
[40/79] Compiling Haystack Dict.swift
[43/79] Compiling Haystack Coord.swift
[44/79] Compiling Haystack Date.swift
[45/79] Emitting module InternalCollectionsUtilities
[46/79] Compiling Haystack Val.swift
[47/79] Compiling Haystack ValError.swift
[48/79] Compiling Haystack XStr.swift
[49/89] Emitting module NIOConcurrencyHelpers
[51/93] Compiling Haystack String.swift
[52/93] Compiling Haystack Symbol.swift
[53/93] Compiling Haystack Time.swift
[54/93] Compiling Haystack Uri.swift
[55/109] Emitting module _NIOBase64
[56/109] Compiling _NIOBase64 Base64.swift
[57/109] Compiling SystemPackage Mocking.swift
[58/109] Compiling SystemPackage RawBuffer.swift
[59/109] Compiling SystemPackage Syscalls.swift
[60/109] Compiling SystemPackage WindowsSyscallAdapters.swift
[65/179] Emitting module Instrumentation
[66/179] Compiling Instrumentation NoOpInstrument.swift
[67/179] Compiling Logging MetadataProvider.swift
[68/179] Compiling Instrumentation Instrument.swift
[69/179] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[70/247] Emitting module Logging
[71/247] Compiling Instrumentation MultiplexInstrument.swift
[72/247] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[73/247] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[74/247] Compiling _RopeModule BigString+Sequence.swift
[75/247] Compiling _RopeModule BigString+TextOutputStream.swift
[76/247] Compiling _RopeModule BigString+Builder.swift
[77/247] Compiling _RopeModule BigString+Contents.swift
[78/247] Compiling _RopeModule BigString+Debugging.swift
[79/247] Compiling CoreMetrics Locks.swift
[80/247] Compiling CoreMetrics Metrics.swift
[81/255] Emitting module CryptoBoringWrapper
[82/255] Compiling Instrumentation InstrumentationSystem.swift
[83/255] Compiling Instrumentation Locks.swift
[84/255] Emitting module SystemPackage
[86/259] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[88/260] Compiling _RopeModule BigString+CustomStringConvertible.swift
[89/260] Compiling _RopeModule BigString+Equatable.swift
[90/260] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[91/260] Compiling _RopeModule BigString+Hashing.swift
[101/260] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[102/260] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[103/260] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[104/260] Compiling _RopeModule BigString+Chunk+Splitting.swift
[105/260] Compiling _RopeModule BigString+Chunk+Append and Insert.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
[106/260] Compiling _RopeModule BigString+Chunk+Breaks.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
[107/260] Compiling _RopeModule BigString+Chunk+Counts.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
[108/260] Compiling _RopeModule BigString+Chunk+Description.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
[109/260] Compiling _RopeModule BigString+Chunk.swift
[110/260] Compiling _RopeModule BigString+BidirectionalCollection.swift
[111/260] Compiling _RopeModule BigString+Comparable.swift
[112/260] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[113/276] Compiling _RopeModule Rope+Insert.swift
[114/276] Compiling _RopeModule BigString+UnicodeScalarView.swift
[115/276] Compiling _RopeModule BigSubstring+UTF16View.swift
[116/276] Compiling _RopeModule BigSubstring+UTF8View.swift
[117/276] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[118/276] Compiling _RopeModule BigSubstring.swift
[119/276] Compiling _RopeModule Rope+Builder.swift
[120/276] Compiling _RopeModule BigString+Ingester.swift
[121/276] Compiling _RopeModule BigString+Invariants.swift
[122/276] Compiling _RopeModule BigString+Iterators.swift
[126/276] Compiling _RopeModule BigString+Index.swift
[128/276] Compiling HeapModule Heap+Descriptions.swift
[137/278] Compiling Tracing InstrumentationSystem+Tracing.swift
[138/278] Compiling _RopeModule _RopeVersion.swift
[139/278] Compiling _RopeModule Rope+Collection.swift
[140/278] Compiling _RopeModule Rope+Index.swift
[141/278] Compiling _RopeModule Rope+Sequence.swift
[142/278] Compiling _RopeModule Rope+Append.swift
[143/278] Compiling _RopeModule Rope+Extract.swift
[144/278] Compiling _RopeModule Rope+Find.swift
[145/278] Compiling _RopeModule Rope+ForEachWhile.swift
[151/287] Compiling SystemPackage Util+StringArray.swift
[152/287] Compiling SystemPackage Util.swift
[153/287] Compiling SystemPackage UtilConsumers.swift
[154/287] Compiling _RopeModule Rope+_Storage.swift
[163/287] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[164/287] Compiling _RopeModule Rope+_UnsafeHandle.swift
[165/287] Compiling _RopeModule Rope.swift
[166/287] Compiling _RopeModule RopeElement.swift
[167/287] Compiling _RopeModule RopeMetric.swift
[168/287] Compiling _RopeModule RopeSummary.swift
[169/287] Compiling _RopeModule _RopeItem.swift
[170/287] Compiling _RopeModule _RopePath.swift
[171/287] Compiling HeapModule Heap.swift
[172/287] Compiling Logging LogHandler.swift
[173/287] Compiling Logging Locks.swift
[174/287] Compiling Logging Logging.swift
[178/288] Compiling HeapModule _HeapNode.swift
[187/288] Compiling Tracing TracingTime.swift
[188/288] Emitting module Tracing
[197/288] Compiling Tracing TracerProtocol.swift
[198/288] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/288] Compiling OrderedCollections OrderedSet+SubSequence.swift
[200/288] Compiling OrderedCollections OrderedSet+Testing.swift
[201/288] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[202/288] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[203/288] Compiling OrderedCollections OrderedSet.swift
[204/288] Compiling OrderedCollections _UnsafeBitset.swift
[205/288] Compiling HeapModule Heap+Invariants.swift
[206/288] Compiling HeapModule Heap+UnsafeHandle.swift
[207/288] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[212/289] Compiling Metrics Metrics.swift
[215/289] Compiling Tracing Tracer.swift
[216/289] Compiling Tracing TracerProtocol+Legacy.swift
[217/289] Emitting module Metrics
[218/366] Emitting module HeapModule
[221/372] Compiling HashTreeCollections _HashNodeHeader.swift
[222/372] Compiling HashTreeCollections _HashSlot.swift
[223/372] Compiling HashTreeCollections _HashStack.swift
[224/372] Compiling HashTreeCollections _HashTreeIterator.swift
[225/372] Compiling HashTreeCollections _HashTreeStatistics.swift
[226/372] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[227/372] Compiling HashTreeCollections _RawHashNode.swift
[228/372] Compiling HashTreeCollections _UnmanagedHashNode.swift
[229/372] Compiling HashTreeCollections _UnsafePath.swift
[230/381] Compiling HaystackServer WatchStore.swift
[231/381] Compiling HaystackServer HistoryStore.swift
[232/381] Compiling HaystackServer RecordStore.swift
[233/383] Compiling Tracing NoOpTracer.swift
[234/383] Compiling Tracing SpanProtocol.swift
[235/388] Compiling HashTreeCollections TreeSet+Hashable.swift
[236/388] Compiling HashTreeCollections TreeSet+Sendable.swift
[237/388] Compiling HashTreeCollections TreeSet+Sequence.swift
[238/388] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[239/388] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[240/388] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[241/388] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[242/388] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[243/388] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[244/388] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[245/400] Compiling DequeModule Deque+Codable.swift
[246/400] Compiling DequeModule Deque+Collection.swift
[247/400] Compiling DequeModule Deque+CustomReflectable.swift
[248/400] Compiling DequeModule Deque+Descriptions.swift
[249/400] Compiling DequeModule Deque+Equatable.swift
[250/400] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[251/400] Compiling DequeModule Deque+Extras.swift
[252/400] Compiling DequeModule Deque+Hashable.swift
[253/400] Compiling DequeModule Deque+Testing.swift
[254/400] Compiling DequeModule Deque._Storage.swift
[258/406] Emitting module HaystackServer
[259/406] Compiling HaystackServer HaystackServer.swift
[261/467] Compiling Crypto ECDSA.swift
[262/467] Compiling Crypto EdDSA.swift
[263/467] Compiling Crypto Signature.swift
[264/467] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[265/467] Compiling Crypto CryptoKitErrors_boring.swift
[266/467] Compiling HashTreeCollections TreeDictionary+Keys.swift
[267/467] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[268/467] Compiling HashTreeCollections TreeDictionary+Merge.swift
[269/467] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[270/467] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[271/467] Compiling HashTreeCollections TreeDictionary+Values.swift
[272/467] Compiling Crypto NISTCurvesKeys.swift
[273/467] Compiling Crypto X25519Keys.swift
[274/467] Compiling Crypto SymmetricKeys.swift
[275/467] Compiling Crypto HMAC.swift
[276/467] Compiling Crypto MACFunctions.swift
[277/467] Compiling Crypto MessageAuthenticationCode.swift
[278/467] Compiling Crypto AES.swift
[279/467] Compiling Crypto ECDSASignature_boring.swift
[280/467] Compiling Crypto ECDSA_boring.swift
[281/467] Compiling Crypto EdDSA_boring.swift
[282/467] Compiling Crypto DH.swift
[283/467] Compiling Crypto ECDH.swift
[284/467] Compiling Crypto HashFunctions_SHA2.swift
[285/467] Compiling Crypto Insecure.swift
[286/467] Compiling Crypto Cipher.swift
[287/467] Compiling Crypto Nonces.swift
[288/467] Compiling Crypto ASN1.swift
[289/467] Compiling Crypto ASN1Any.swift
[290/493] Emitting module RoutingKit
[291/493] Compiling RoutingKit AnyRouter.swift
[292/493] Compiling RoutingKit Parameters.swift
[301/497] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[302/546] Compiling RoutingKit Router.swift
[303/546] Compiling RoutingKit PathComponent.swift
[304/546] Compiling RoutingKit TrieRouter.swift
[305/547] Emitting module OrderedCollections
[307/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[308/548] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[309/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[310/548] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[311/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[312/548] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[313/548] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[314/548] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[315/548] Compiling HashTreeCollections TreeSet.swift
[318/548] Emitting module _RopeModule
[319/548] Compiling BitCollections BitArray+BitwiseOperations.swift
[320/548] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[321/548] Compiling BitCollections BitArray+Codable.swift
[322/548] Compiling BitCollections BitArray+Collection.swift
[323/548] Compiling BitCollections BitArray+Copy.swift
[324/548] Compiling BitCollections BitArray+CustomReflectable.swift
[325/548] Compiling BitCollections BitArray+Descriptions.swift
[326/548] Compiling BitCollections BitArray+Equatable.swift
[327/548] Compiling BitCollections BitArray+RandomBits.swift
[328/548] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[329/548] Compiling BitCollections BitArray+Shifts.swift
[330/548] Compiling BitCollections BitArray+Testing.swift
[331/551] Emitting module DequeModule
[334/569] Compiling Atomics AtomicReference.swift
[335/569] Compiling Atomics AtomicStorage.swift
[336/569] Compiling Atomics DoubleWord.swift
[337/569] Compiling Atomics ManagedAtomic.swift
[338/571] Emitting module ConsoleKitTerminal
[340/595] Compiling BitCollections BitSet+Extras.swift
[341/595] Compiling BitCollections BitSet+Hashable.swift
[342/595] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[343/595] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[344/595] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[345/595] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[346/595] Compiling BitCollections BitSet+SetAlgebra union.swift
[347/595] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[348/603] Compiling Algorithms Compacted.swift
[349/603] Compiling Algorithms Cycle.swift
[350/603] Compiling Algorithms EitherSequence.swift
[351/603] Compiling Algorithms FirstNonNil.swift
[352/603] Compiling Algorithms FlattenCollection.swift
[353/603] Compiling Algorithms Grouped.swift
[354/603] Compiling Algorithms Indexed.swift
[355/603] Compiling Algorithms Intersperse.swift
[356/603] Compiling Algorithms AdjacentPairs.swift
[357/603] Compiling Algorithms Chain.swift
[358/603] Compiling Algorithms Chunked.swift
[365/603] Compiling BitCollections BitSet.Counted.swift
[366/610] Compiling Algorithms RandomSample.swift
[367/610] Compiling Algorithms Reductions.swift
[368/612] Compiling Algorithms Permutations.swift
[369/612] Compiling Algorithms Product.swift
[372/612] Compiling Algorithms Combinations.swift
[373/612] Compiling Algorithms Partition.swift
[374/612] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[375/612] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[376/612] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[377/612] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[378/612] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[379/612] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[380/612] Compiling BitCollections BitSet+CustomReflectable.swift
[381/612] Compiling BitCollections BitSet+CustomStringConvertible.swift
[382/612] Compiling BitCollections BitSet+Equatable.swift
[383/612] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[385/612] Compiling BitCollections BitSet+Initializers.swift
[386/612] Compiling ConsoleKitTerminal AnySendableHashable.swift
[387/612] Compiling ConsoleKitTerminal ConsoleLogger.swift
[388/612] Compiling ConsoleKitTerminal LoggerFragment.swift
[389/612] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[390/612] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[391/612] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[399/612] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[400/612] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[406/612] Compiling Algorithms Keyed.swift
[407/612] Compiling Algorithms MinMax.swift
[419/612] Compiling Atomics IntegerOperations.swift
[420/612] Compiling Atomics Unmanaged extensions.swift
[427/612] Compiling Algorithms Stride.swift
[428/612] Compiling Algorithms Suffix.swift
[429/612] Compiling Algorithms Joined.swift
[442/612] Compiling BitCollections BitSet.Index.swift
[443/612] Compiling BitCollections BitSet._UnsafeHandle.swift
[444/612] Compiling BitCollections BitSet.swift
[445/612] Compiling BitCollections Range+Utilities.swift
[446/612] Compiling BitCollections Slice+Utilities.swift
[447/612] Compiling BitCollections UInt+Tricks.swift
[448/612] Compiling BitCollections _Word.swift
[462/612] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[463/612] Compiling Crypto RNG_boring.swift
[464/612] Compiling Crypto SafeCompare_boring.swift
[465/612] Compiling Crypto Zeroization_boring.swift
[466/612] Compiling Crypto PrettyBytes.swift
[467/612] Compiling Crypto SafeCompare.swift
[468/612] Compiling Crypto SecureBytes.swift
[469/612] Compiling Crypto Zeroization.swift
[496/615] Emitting module BitCollections
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
[505/616] Compiling Algorithms Windows.swift
[556/616] Compiling Algorithms Unique.swift
[568/618] Emitting module Crypto
[585/640] Compiling Algorithms Trim.swift
[588/640] Emitting module HashTreeCollections
[590/641] Compiling ConsoleKitCommands CommandError.swift
[591/641] Compiling ConsoleKitCommands Console+Run.swift
[592/641] Compiling ConsoleKitCommands ConsoleError.swift
[593/641] Compiling ConsoleKitCommands Completion.swift
[594/641] Compiling ConsoleKitCommands CommandSignature.swift
[595/641] Compiling ConsoleKitCommands Flag.swift
[596/641] Compiling ConsoleKitCommands Option.swift
[597/643] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[598/643] Compiling ConsoleKitCommands AsyncCommand.swift
[599/643] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[600/645] Emitting module ConsoleKitCommands
[601/645] Emitting module Collections
[602/645] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[603/645] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[604/645] Compiling ConsoleKitCommands Argument.swift
[605/645] Compiling ConsoleKitCommands AsyncCommands.swift
[606/645] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[607/645] Compiling ConsoleKitCommands AnyCommand.swift
[608/645] Compiling ConsoleKitCommands Command.swift
[609/645] Compiling ConsoleKitCommands CommandContext.swift
[611/645] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[612/645] Compiling ConsoleKitCommands Utilities.swift
[613/645] Compiling Collections Collections.swift
[617/645] Compiling ConsoleKitCommands CommandGroup.swift
[618/645] Compiling ConsoleKitCommands CommandInput.swift
[619/645] Compiling ConsoleKitCommands Commands.swift
[628/647] Emitting module Atomics
BUILD FAILURE 6.1 android