Build Information
Failed to build Haystack, reference v0.2.2 (b33d0e
), with Swift 6.1 for Android on 21 Jun 2025 12:12:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NeedleInAJayStack/swift-haystack.git
Reference: v0.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/NeedleInAJayStack/swift-haystack
* tag v0.2.2 -> FETCH_HEAD
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 v0.2.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/NeedleInAJayStack/swift-haystack.git
https://github.com/NeedleInAJayStack/swift-haystack.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "Haystack",
"name" : "Haystack",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Haystack",
"targets" : [
"Haystack"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HaystackClientNIO",
"targets" : [
"HaystackClient",
"HaystackClientNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HaystackServer",
"targets" : [
"HaystackServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HaystackServerVapor",
"targets" : [
"HaystackServerVapor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HaystackTests",
"module_type" : "SwiftTarget",
"name" : "HaystackTests",
"path" : "Tests/HaystackTests",
"sources" : [
"BoolTests.swift",
"CoordTests.swift",
"DateTests.swift",
"DateTimeTests.swift",
"DictTests.swift",
"FilterTests.swift",
"GridTests.swift",
"IO/ZincReaderTests.swift",
"IO/ZincTokenizerTests.swift",
"ListTests.swift",
"MarkerTests.swift",
"NATests.swift",
"NullTests.swift",
"NumberTests.swift",
"RefTests.swift",
"RemoveTests.swift",
"StringTests.swift",
"SymbolTests.swift",
"TimeTests.swift",
"UriTests.swift",
"XStrTests.swift"
],
"target_dependencies" : [
"Haystack"
],
"type" : "test"
},
{
"c99name" : "HaystackServerVaporTests",
"module_type" : "SwiftTarget",
"name" : "HaystackServerVaporTests",
"path" : "Tests/HaystackServerVaporTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"HaystackServerVaporTests.swift"
],
"target_dependencies" : [
"HaystackServerVapor"
],
"type" : "test"
},
{
"c99name" : "HaystackServerVapor",
"module_type" : "SwiftTarget",
"name" : "HaystackServerVapor",
"path" : "Sources/HaystackServerVapor",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"HaystackServerVapor"
],
"sources" : [
"HTTPMediaType+zinc.swift",
"HaystackRouteCollection.swift",
"Request+Grid.swift"
],
"target_dependencies" : [
"Haystack",
"HaystackServer"
],
"type" : "library"
},
{
"c99name" : "HaystackServerTests",
"module_type" : "SwiftTarget",
"name" : "HaystackServerTests",
"path" : "Tests/HaystackServerTests",
"sources" : [
"HaystackServerTests.swift"
],
"target_dependencies" : [
"HaystackServer"
],
"type" : "test"
},
{
"c99name" : "HaystackServer",
"module_type" : "SwiftTarget",
"name" : "HaystackServer",
"path" : "Sources/HaystackServer",
"product_memberships" : [
"HaystackServer",
"HaystackServerVapor"
],
"sources" : [
"HaystackServer.swift",
"Stores/HistoryStore.swift",
"Stores/RecordStore.swift",
"Stores/WatchStore.swift"
],
"target_dependencies" : [
"Haystack"
],
"type" : "library"
},
{
"c99name" : "HaystackClientTests",
"module_type" : "SwiftTarget",
"name" : "HaystackClientTests",
"path" : "Tests/HaystackClientTests",
"sources" : [
"SCRAMTests.swift",
"UrlSafeBase64Tests.swift"
],
"target_dependencies" : [
"HaystackClient"
],
"type" : "test"
},
{
"c99name" : "HaystackClientNIOIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "HaystackClientNIOIntegrationTests",
"path" : "Tests/HaystackClientNIOIntegrationTests",
"sources" : [
"HaystackClientNIOIntegrationTests.swift"
],
"target_dependencies" : [
"HaystackClientNIO"
],
"type" : "test"
},
{
"c99name" : "HaystackClientNIO",
"module_type" : "SwiftTarget",
"name" : "HaystackClientNIO",
"path" : "Sources/HaystackClientNIO",
"product_dependencies" : [
"AsyncHTTPClient"
],
"product_memberships" : [
"HaystackClientNIO"
],
"sources" : [
"Client+HTTPClient.swift",
"Exports.swift",
"HTTPClientFetcher.swift"
],
"target_dependencies" : [
"Haystack",
"HaystackClient"
],
"type" : "library"
},
{
"c99name" : "HaystackClient",
"module_type" : "SwiftTarget",
"name" : "HaystackClient",
"path" : "Sources/HaystackClient",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"HaystackClientNIO"
],
"sources" : [
"Authentication/AuthHash.swift",
"Authentication/AuthMessage.swift",
"Authentication/Authenticator.swift",
"Authentication/ScramAuthenticator.swift",
"Authentication/ScramClient.swift",
"Authentication/String+Base64.swift",
"Client.swift",
"DataFormat.swift",
"Fetcher.swift"
],
"target_dependencies" : [
"Haystack"
],
"type" : "library"
},
{
"c99name" : "Haystack",
"module_type" : "SwiftTarget",
"name" : "Haystack",
"path" : "Sources/Haystack",
"product_memberships" : [
"Haystack",
"HaystackClientNIO",
"HaystackServer",
"HaystackServerVapor"
],
"sources" : [
"API/API.swift",
"API/HisItem.swift",
"API/HisReadRange.swift",
"Bool.swift",
"Coord.swift",
"Date.swift",
"DateTime.swift",
"Dict.swift",
"Filter.swift",
"Grid.swift",
"IO/ZincReader.swift",
"IO/ZincToken.swift",
"IO/ZincTokenizer.swift",
"List.swift",
"Marker.swift",
"NA.swift",
"Null.swift",
"Number.swift",
"Ref.swift",
"Remove.swift",
"String.swift",
"Symbol.swift",
"Time.swift",
"Uri.swift",
"Utils/Character+isIdChar.swift",
"Utils/GridBuilder.swift",
"Utils/String+tagName.swift",
"Val.swift",
"ValError.swift",
"XStr.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/vapor.git
[1/14014] Fetching async-http-client
[1823/29433] Fetching async-http-client, swift-crypto
[1824/103979] Fetching async-http-client, swift-crypto, vapor
Fetched https://github.com/swift-server/async-http-client.git from cache (4.43s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.51s)
Fetched https://github.com/vapor/vapor.git from cache (4.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (5.60s)
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.56s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[1/5942] Fetching swift-nio-extras
[2/7739] Fetching swift-nio-extras, swift-atomics
[79/11575] Fetching swift-nio-extras, swift-atomics, swift-log
[2130/17534] Fetching swift-nio-extras, swift-atomics, swift-log, swift-algorithms
[4638/20201] Fetching swift-nio-extras, swift-atomics, swift-log, swift-algorithms, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.81s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.81s)
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio.git
[1/11532] Fetching swift-nio-http2
[2539/26422] Fetching swift-nio-http2, swift-nio-ssl
[4441/102761] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.73s)
[51945/91229] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.29s)
[54201/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.95s)
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.68s)
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.33s)
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.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4436] Fetching swift-system
[3861/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.64s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.09s)
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.72s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1169] Fetching swift-http-structured-headers
[715/2073] Fetching swift-http-structured-headers, swift-http-types
[2074/8257] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[3064/9873] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1
[6519/14858] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-async-algorithms
[11868/17284] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-asn1, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.70s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.71s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.27s)
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.67s)
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 (1.10s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.01s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.01s)
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.01s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.03s)
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.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.77s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.71s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/3468] Fetching multipart-kit
[973/8461] Fetching multipart-kit, swift-distributed-tracing
[1839/11070] Fetching multipart-kit, swift-distributed-tracing, websocket-kit
[5291/31922] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, routing-kit
[5631/34128] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, routing-kit, swift-metrics
[7604/35209] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, routing-kit, swift-metrics, swift-service-context
Fetched https://github.com/apple/swift-metrics.git from cache (0.51s)
[20531/33003] Fetching multipart-kit, swift-distributed-tracing, websocket-kit, routing-kit, swift-service-context
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.55s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
[17099/25401] Fetching multipart-kit, routing-kit, swift-service-context
Fetching https://github.com/vapor/async-kit.git
[18977/31419] Fetching multipart-kit, routing-kit, swift-service-context, console-kit
[22797/33789] Fetching multipart-kit, routing-kit, swift-service-context, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.48s)
Fetched https://github.com/vapor/console-kit.git from cache (0.55s)
[23582/25401] Fetching multipart-kit, routing-kit, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (2.12s)
Fetched https://github.com/vapor/routing-kit.git from cache (2.14s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.19s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.25s)
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.90s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.90s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.04s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (1.11s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.30s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.73s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.68s)
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-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-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/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-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/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-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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/889] Write sources
[7/889] Compiling a_bitstr.c
[7/889] Write sources
[9/889] Compiling a_bool.c
[10/889] Write sources
[14/889] Compiling a_mbstr.c
[14/889] Write sources
[49/889] Compiling a_d2i_fp.c
[50/889] Write sources
[54/889] Compiling _NumericsShims _NumericsShims.c
[55/889] Compiling cmac.c
[56/889] Compiling montgomery.c
[57/889] Compiling _AtomicsShims.c
[58/889] Compiling CNIOWindows shim.c
[59/889] Compiling CNIOWindows WSAStartup.c
[60/889] Compiling CNIOWASI CNIOWASI.c
[61/889] Compiling CNIOSHA1 c_nio_sha1.c
[62/889] Compiling CVaporBcrypt blf.c
[63/889] Compiling CNIOLinux liburing_shims.c
[64/889] Compiling CSystem shims.c
[65/889] Compiling CVaporBcrypt bcrypt.c
[66/889] Compiling CNIOLinux shim.c
[67/889] Compiling CNIOExtrasZlib empty.c
[68/889] Compiling CNIODarwin shim.c
[69/889] Compiling CNIOLLHTTP c_nio_http.c
[70/889] Compiling a_dup.c
[71/889] Write swift-version-24593BA9C3E375BF.txt
[72/889] Compiling CNIOLLHTTP c_nio_api.c
[73/889] Compiling fiat_p256_adx_sqr.S
[74/889] Compiling fiat_p256_adx_mul.S
[74/889] Compiling fiat_curve25519_adx_square.S
[76/889] Compiling fiat_curve25519_adx_mul.S
[77/933] Compiling CNIOBoringSSLShims shims.c
[78/936] Compiling CNIOLLHTTP c_nio_llhttp.c
[80/955] Emitting module RealModule
[81/956] Emitting module _NIODataStructures
[82/956] Emitting module SystemPackage
[82/959] Compiling tls_record.cc
[84/987] Compiling _NIODataStructures _TinyArray.swift
[85/987] Compiling Haystack String.swift
[86/987] Compiling Haystack Symbol.swift
[87/987] Compiling Haystack Time.swift
[88/987] Compiling RealModule Float80+Real.swift
[89/987] Compiling RealModule RealFunctions.swift
[90/987] Compiling SystemPackage Util+StringArray.swift
[91/987] Compiling SystemPackage Util.swift
[92/987] Compiling SystemPackage UtilConsumers.swift
[93/987] Compiling ServiceContextModule ServiceContextKey.swift
[94/987] Compiling ServiceContextModule ServiceContext.swift
[95/987] Emitting module ServiceContextModule
[96/988] Compiling Haystack Marker.swift
[97/988] Compiling Haystack NA.swift
[98/988] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/988] Compiling RealModule Float+Real.swift
[100/988] Compiling RealModule Float16+Real.swift
[101/988] Compiling Haystack API.swift
[102/988] Compiling Haystack HisItem.swift
[103/988] Compiling Haystack HisReadRange.swift
[104/988] Compiling Haystack Bool.swift
[105/988] Compiling RealModule Real.swift
[106/989] Compiling _NIOBase64 Base64.swift
[107/989] Emitting module _NIOBase64
[108/989] Compiling Haystack ZincTokenizer.swift
[109/989] Compiling Haystack List.swift
[115/990] Compiling Haystack DateTime.swift
[116/990] Compiling Haystack Dict.swift
[117/990] Emitting module InternalCollectionsUtilities
[118/990] Compiling Haystack Coord.swift
[119/990] Compiling Haystack Date.swift
[120/990] Compiling RealModule ElementaryFunctions.swift
[122/991] Compiling _NIODataStructures Heap.swift
[123/991] Compiling _NIODataStructures PriorityQueue.swift
[126/992] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[128/1002] Emitting module Instrumentation
[129/1002] Compiling Instrumentation MultiplexInstrument.swift
[130/1002] Compiling Instrumentation NoOpInstrument.swift
[131/1002] Compiling CoreMetrics Metrics.swift
[131/1002] Compiling tls_method.cc
[132/1070] Compiling tls13_server.cc
[133/1070] Compiling tls13_enc.cc
[135/1070] Emitting module Logging
[136/1070] Compiling Instrumentation Instrument.swift
[137/1070] Compiling Instrumentation InstrumentationSystem.swift
[138/1070] Compiling Instrumentation Locks.swift
[139/1071] Compiling Logging MetadataProvider.swift
[140/1071] Emitting module CoreMetrics
[141/1071] Compiling _RopeModule BigString+CustomStringConvertible.swift
[142/1071] Compiling _RopeModule BigString+Equatable.swift
[143/1071] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[144/1071] Compiling _RopeModule BigString+Hashing.swift
[145/1071] Compiling CoreMetrics Locks.swift
[146/1072] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[147/1072] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[148/1072] Compiling _RopeModule BigString+Sequence.swift
[149/1072] Compiling _RopeModule BigString+TextOutputStream.swift
[150/1072] Compiling _RopeModule BigString+Summary.swift
[151/1072] Compiling _RopeModule BigString.swift
[152/1072] Compiling _RopeModule BigString+Comparable.swift
[153/1072] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[154/1072] Compiling _RopeModule BigString+Builder.swift
[155/1072] Compiling _RopeModule BigString+Contents.swift
[156/1072] Compiling _RopeModule BigString+Debugging.swift
[157/1072] Compiling _RopeModule BigString+Index.swift
[158/1072] Compiling _RopeModule BigString+Ingester.swift
[159/1072] Compiling _RopeModule BigString+Invariants.swift
[160/1072] Compiling _RopeModule BigString+Iterators.swift
[161/1072] Compiling _RopeModule BigString+Metrics.swift
[162/1072] Compiling _RopeModule BigString+Chunk+Description.swift
[163/1072] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[164/1072] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[165/1072] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[166/1131] Compiling Logging Logging.swift
[167/1131] Compiling Logging LogHandler.swift
[168/1131] Compiling Logging Locks.swift
[172/1136] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[174/1136] Compiling HeapModule Heap+Descriptions.swift
[175/1136] Compiling HeapModule _HeapNode.swift
[176/1150] Compiling HeapModule Heap.swift
[177/1199] Compiling HeapModule Heap+Invariants.swift
[178/1199] Compiling HeapModule Heap+UnsafeHandle.swift
[179/1228] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[180/1228] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[181/1228] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[182/1228] Compiling HashTreeCollections _HashNode+Structural union.swift
[183/1228] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[184/1228] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[185/1228] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[186/1228] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[187/1228] Compiling HashTreeCollections _HashNode.swift
[188/1228] Compiling HashTreeCollections _HashNodeHeader.swift
[189/1237] Emitting module HeapModule
[190/1237] Compiling RoutingKit Router.swift
[191/1238] Compiling Tracing InstrumentationSystem+Tracing.swift
[192/1238] Compiling HashTreeCollections _HashSlot.swift
[193/1238] Compiling HashTreeCollections _HashStack.swift
[194/1238] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[195/1238] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[196/1238] Compiling HashTreeCollections _HashNode+Storage.swift
[197/1238] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[198/1238] Compiling HashTreeCollections _HashNode+Structural filter.swift
[199/1241] Emitting module Metrics
[200/1241] Compiling Tracing TracingTime.swift
[201/1241] Compiling HashTreeCollections _HashLevel.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
[202/1241] Compiling HashTreeCollections _HashNode+Builder.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
[203/1241] Compiling HashTreeCollections _HashNode+Debugging.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
[204/1241] Compiling HashTreeCollections _HashNode+Initializers.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
[209/1241] Compiling HashTreeCollections _HashNode+Invariants.swift
[210/1241] Compiling HashTreeCollections _HashNode+Lookups.swift
[213/1241] 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
[214/1241] Compiling HashTreeCollections _AncestorHashSlots.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
[215/1241] Compiling HashTreeCollections _Bitmap.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
[216/1241] Compiling HashTreeCollections _Bucket.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
[217/1241] Compiling HashTreeCollections _Hash.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
[222/1241] Compiling RoutingKit PathComponent.swift
[224/1241] Compiling RoutingKit AnyRouter.swift
[225/1241] Compiling RoutingKit Parameters.swift
[226/1241] Emitting module RoutingKit
[227/1241] Compiling Metrics Metrics.swift
[228/1241] Compiling HashTreeCollections _HashNode+Structural merge.swift
[229/1241] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[230/1241] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[231/1241] Compiling HashTreeCollections TreeDictionary+Filter.swift
[232/1241] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[233/1241] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[234/1241] Compiling HashTreeCollections TreeDictionary+Keys.swift
[235/1249] Compiling RoutingKit TrieRouter.swift
[236/1250] Compiling Tracing TracerProtocol.swift
[246/1250] Compiling Tracing TracerProtocol+Legacy.swift
[247/1250] Compiling Tracing Tracer.swift
[249/1265] Emitting module Tracing
[253/1265] Compiling Haystack Val.swift
[254/1265] Compiling Haystack ValError.swift
[255/1265] Compiling Haystack XStr.swift
[256/1265] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[257/1265] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[258/1265] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[259/1265] Compiling HashTreeCollections TreeDictionary+Merge.swift
[260/1265] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[261/1265] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[262/1265] Compiling HashTreeCollections TreeDictionary+Values.swift
[263/1265] Compiling HashTreeCollections TreeSet+Hashable.swift
[264/1265] Compiling HashTreeCollections TreeSet+Sendable.swift
[265/1265] Compiling HashTreeCollections TreeSet+Sequence.swift
[266/1265] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[267/1265] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[268/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[269/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[270/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[271/1265] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[272/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[273/1265] Compiling DequeModule Deque+CustomReflectable.swift
[274/1265] Compiling DequeModule Deque+Descriptions.swift
[285/1277] Compiling HashTreeCollections TreeDictionary.swift
[286/1277] Compiling HashTreeCollections TreeSet+Codable.swift
[287/1277] Compiling _RopeModule Rope+Join.swift
[288/1277] Compiling _RopeModule Rope+MutatingForEach.swift
[289/1277] Compiling _RopeModule Rope+Remove.swift
[290/1277] Compiling _RopeModule Rope+RemoveSubrange.swift
[291/1277] Compiling _RopeModule Rope+Split.swift
[292/1277] Compiling _RopeModule Optional Utilities.swift
[293/1277] Compiling _RopeModule String Utilities.swift
[294/1277] Compiling _RopeModule String.Index+ABI.swift
[305/1277] Compiling DequeModule Deque+Codable.swift
[306/1277] Compiling DequeModule Deque+Collection.swift
[309/1277] Compiling DequeModule Deque+Equatable.swift
[310/1277] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[311/1277] Compiling DequeModule Deque+Extras.swift
[312/1277] Compiling DequeModule Deque+Hashable.swift
[313/1277] Compiling DequeModule Deque+Testing.swift
[314/1277] Compiling DequeModule Deque._Storage.swift
[317/1277] Compiling DequeModule _DequeBuffer.swift
[318/1277] Compiling DequeModule _DequeBufferHeader.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
/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
/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
[322/1278] Compiling Tracing NoOpTracer.swift
[323/1278] Compiling Tracing SpanProtocol.swift
[340/1279] Compiling OrderedCollections OrderedSet+Sendable.swift
[341/1279] Compiling OrderedCollections OrderedSet+SubSequence.swift
[342/1279] Compiling OrderedCollections OrderedSet+Testing.swift
[343/1279] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[344/1279] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[345/1279] Compiling OrderedCollections OrderedSet.swift
[346/1279] Compiling OrderedCollections _UnsafeBitset.swift
[347/1279] Compiling HashTreeCollections TreeDictionary+Collection.swift
[348/1279] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[349/1279] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[350/1279] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[357/1279] Compiling DequeModule _DequeSlot.swift
[358/1279] Compiling DequeModule _UnsafeWrappedBuffer.swift
[359/1279] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[360/1279] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[361/1279] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[362/1279] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[363/1279] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[364/1279] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[365/1279] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[366/1279] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[367/1279] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[368/1279] Compiling HashTreeCollections TreeSet.swift
[381/1279] Compiling DequeModule Deque._UnsafeHandle.swift
[382/1279] Compiling DequeModule Deque.swift
[385/1284] Compiling HaystackServer WatchStore.swift
[386/1284] Compiling HaystackServer RecordStore.swift
[387/1284] Compiling HaystackServer HistoryStore.swift
[394/1284] Emitting module DequeModule
[423/1285] Emitting module OrderedCollections
[424/1285] Emitting module HaystackServer
[425/1285] Compiling HaystackServer HaystackServer.swift
[426/1287] Emitting module _RopeModule
[428/1287] Compiling tls13_both.cc
[462/1287] Compiling tls13_client.cc
[463/1287] Compiling t1_enc.cc
[465/1287] Emitting module HashTreeCollections
[485/1289] Compiling ssl_versions.cc
[487/1289] Compiling ssl_stat.cc
[488/1289] Compiling ssl_x509.cc
[489/1289] Compiling ssl_transcript.cc
[490/1289] Compiling ssl_privkey.cc
[491/1289] Compiling ssl_file.cc
[492/1289] Compiling ssl_session.cc
[493/1289] Compiling ssl_key_share.cc
[494/1289] Compiling ssl_cert.cc
[495/1289] Compiling ssl_credential.cc
[496/1289] Compiling ssl_lib.cc
[497/1289] Compiling ssl_buffer.cc
[498/1289] Compiling ssl_cipher.cc
[499/1289] Compiling s3_lib.cc
[500/1289] Compiling s3_both.cc
[501/1289] Compiling s3_pkt.cc
[502/1289] Compiling ssl_aead_ctx.cc
[503/1289] Compiling ssl_asn1.cc
[504/1289] Compiling handshake_client.cc
[505/1289] Compiling handshake_server.cc
[506/1289] Compiling extensions.cc
[507/1289] Compiling handshake.cc
[508/1289] Compiling d1_srtp.cc
[509/1289] Compiling encrypted_client_hello.cc
[510/1289] Compiling md5-x86_64-linux.S
[511/1289] Compiling md5-x86_64-apple.S
[512/1289] Compiling md5-586-linux.S
[513/1289] Compiling md5-586-apple.S
[514/1289] Compiling handoff.cc
[515/1289] Compiling chacha20_poly1305_x86_64-linux.S
[516/1289] Compiling chacha20_poly1305_x86_64-apple.S
[517/1289] Compiling d1_both.cc
[518/1289] Compiling chacha20_poly1305_armv8-win.S
[519/1289] Compiling d1_pkt.cc
[520/1289] Compiling chacha20_poly1305_armv8-linux.S
[521/1289] Compiling chacha20_poly1305_armv8-apple.S
[522/1289] Compiling dtls_method.cc
[523/1289] Compiling chacha-x86_64-linux.S
[524/1289] Compiling dtls_record.cc
[525/1289] Compiling chacha-x86_64-apple.S
[526/1289] Compiling chacha-x86-linux.S
[527/1289] Compiling err_data.cc
[527/1289] Compiling chacha-armv8-win.S
[529/1289] Compiling chacha-x86-apple.S
[530/1289] Compiling chacha-armv8-apple.S
[531/1289] Compiling chacha-armv4-linux.S
[532/1289] Compiling chacha-armv8-linux.S
[533/1289] Compiling x86_64-mont5-linux.S
[534/1289] Compiling aes128gcmsiv-x86_64-apple.S
[535/1289] Compiling aes128gcmsiv-x86_64-linux.S
[536/1289] Compiling x86_64-mont5-apple.S
[537/1289] Compiling x86_64-mont-linux.S
[538/1289] Compiling x86_64-mont-apple.S
[539/1289] Compiling x86-mont-apple.S
[540/1289] Compiling d1_lib.cc
[541/1289] Compiling bio_ssl.cc
[542/1289] Compiling x86-mont-linux.S
[543/1289] Compiling vpaes-x86_64-linux.S
[544/1289] Compiling vpaes-x86-linux.S
[545/1289] Compiling vpaes-x86_64-apple.S
[546/1289] Compiling vpaes-x86-apple.S
[547/1289] Compiling vpaes-armv8-win.S
[548/1289] Compiling vpaes-armv8-linux.S
[549/1289] Compiling vpaes-armv8-apple.S
[550/1289] Compiling vpaes-armv7-linux.S
[551/1289] Compiling sha512-x86_64-apple.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
[556/1289] Compiling sha512-armv8-linux.S
[557/1289] Compiling sha512-586-linux.S
[558/1289] Compiling sha512-586-apple.S
[559/1289] Compiling sha256-x86_64-apple.S
[560/1289] Compiling sha256-x86_64-linux.S
[561/1289] Compiling sha256-armv8-win.S
[562/1289] Compiling sha256-armv4-linux.S
[563/1289] Compiling sha256-armv8-apple.S
[564/1289] Compiling sha256-586-linux.S
[565/1289] Compiling sha256-armv8-linux.S
[566/1289] Compiling sha256-586-apple.S
[567/1289] Compiling sha1-x86_64-linux.S
[568/1289] Compiling sha1-armv8-win.S
[569/1289] Compiling sha1-x86_64-apple.S
[570/1289] Compiling sha1-armv8-apple.S
[571/1289] Compiling sha1-586-linux.S
[572/1289] Compiling sha1-armv4-large-linux.S
[573/1289] Compiling sha1-586-apple.S
[574/1289] Compiling rsaz-avx2-linux.S
[575/1289] Compiling rsaz-avx2-apple.S
[575/1289] Compiling sha1-armv8-linux.S
[577/1289] Compiling rdrand-x86_64-linux.S
[578/1289] Compiling rdrand-x86_64-apple.S
[579/1289] Compiling p256-x86_64-asm-linux.S
[580/1289] Compiling p256_beeu-x86_64-asm-apple.S
[581/1289] Compiling p256_beeu-armv8-asm-win.S
[582/1289] Compiling p256_beeu-x86_64-asm-linux.S
[582/1289] Compiling p256_beeu-armv8-asm-apple.S
[584/1289] Compiling p256-x86_64-asm-apple.S
[585/1289] Compiling p256_beeu-armv8-asm-linux.S
[586/1289] Compiling p256-armv8-asm-win.S
[587/1289] Compiling ghashv8-armv8-win.S
[587/1289] Compiling p256-armv8-asm-apple.S
[589/1289] Compiling ghashv8-armv7-linux.S
[590/1289] Compiling ghash-x86_64-linux.S
[591/1289] Compiling p256-armv8-asm-linux.S
[591/1289] Compiling ghashv8-armv8-linux.S
[593/1289] Compiling ghashv8-armv8-apple.S
[593/1289] Compiling ghash-x86_64-apple.S
[595/1289] Compiling ghash-ssse3-x86_64-linux.S
[596/1289] Compiling ghash-ssse3-x86_64-apple.S
[597/1289] Compiling ghash-x86-apple.S
[598/1289] Compiling ghash-ssse3-x86-apple.S
[598/1289] Compiling ghash-x86-linux.S
[600/1289] Compiling ghash-ssse3-x86-linux.S
[601/1289] Compiling ghash-neon-armv8-win.S
[602/1289] Compiling ghash-neon-armv8-linux.S
[603/1289] Compiling ghash-neon-armv8-apple.S
[604/1289] Compiling ghash-armv4-linux.S
[605/1289] Compiling co-586-apple.S
[605/1289] Compiling co-586-linux.S
[607/1289] Compiling bsaes-armv7-linux.S
[608/1289] Compiling bn-armv8-win.S
[609/1289] Compiling bn-armv8-linux.S
[609/1289] Compiling bn-586-linux.S
[611/1289] Compiling bn-armv8-apple.S
[612/1289] Compiling bn-586-apple.S
[613/1289] Compiling armv8-mont-win.S
[614/1289] Compiling armv8-mont-linux.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 aesv8-armv8-win.S
[619/1289] Compiling aesv8-gcm-armv8-apple.S
[620/1289] Compiling aesv8-gcm-armv8-linux.S
[621/1289] Compiling aesv8-armv8-linux.S
[622/1289] Compiling aesv8-armv8-apple.S
[623/1289] Compiling aesv8-armv7-linux.S
[624/1289] Compiling aesni-x86-apple.S
[625/1289] Compiling aesni-x86_64-linux.S
[626/1289] Compiling aesni-x86_64-apple.S
[627/1289] Compiling aesni-x86-linux.S
[628/1289] Compiling aesni-gcm-x86_64-linux.S
[629/1289] Compiling aesni-gcm-x86_64-apple.S
[630/1289] Compiling aes-gcm-avx2-x86_64-linux.S
[631/1289] Compiling aes-gcm-avx2-x86_64-apple.S
[632/1289] Compiling aes-gcm-avx10-x86_64-apple.S
[633/1289] Compiling aes-gcm-avx10-x86_64-linux.S
[634/1289] Compiling x_val.cc
[634/1289] Compiling x_x509a.cc
[636/1289] Compiling x_sig.cc
[637/1289] Compiling x_req.cc
[638/1289] Compiling x_x509.cc
[639/1289] Compiling x_spki.cc
[639/1289] Compiling x_name.cc
[641/1289] Compiling x_pubkey.cc
[642/1289] Compiling x_exten.cc
[643/1289] Compiling x_algor.cc
[644/1289] Compiling x_crl.cc
[644/1289] Compiling x_attrib.cc
[646/1289] Compiling x509spki.cc
[647/1289] Compiling x_all.cc
[648/1289] Compiling x509rset.cc
[649/1289] Compiling x509name.cc
[650/1289] Compiling x509_txt.cc
[651/1289] Compiling x509cset.cc
[652/1289] Compiling x509_v3.cc
[653/1289] Compiling x509_trs.cc
[654/1289] Compiling x509_set.cc
[655/1289] Compiling x509_vpm.cc
[656/1289] Compiling x509_req.cc
[657/1289] Compiling x509_vfy.cc
[658/1289] Compiling x509_def.cc
[659/1289] Compiling x509_ext.cc
[660/1289] Compiling x509_obj.cc
[661/1289] Compiling x509_att.cc
[662/1289] Compiling x509_cmp.cc
[663/1289] Compiling x509_lu.cc
[664/1289] Compiling x509_d2.cc
[665/1289] Compiling x509.cc
[666/1289] Compiling v3_utl.cc
[667/1289] Compiling v3_pcons.cc
[668/1289] Compiling v3_prn.cc
[669/1289] Compiling v3_ocsp.cc
[670/1289] Compiling v3_pmaps.cc
[671/1289] Compiling v3_purp.cc
[672/1289] Compiling v3_ncons.cc
[673/1289] Compiling v3_skey.cc
[674/1289] Compiling v3_lib.cc
[675/1289] Compiling v3_extku.cc
[676/1289] Compiling v3_info.cc
[677/1289] Compiling v3_enum.cc
[678/1289] Compiling v3_crld.cc
[679/1289] Compiling v3_ia5.cc
[680/1289] Compiling v3_genn.cc
[681/1289] Compiling v3_int.cc
[682/1289] Compiling v3_conf.cc
[683/1289] Compiling v3_alt.cc
[684/1289] Compiling v3_cpols.cc
[685/1289] Compiling v3_akey.cc
[686/1289] Compiling v3_bitst.cc
[687/1289] Compiling v3_akeya.cc
[688/1289] Compiling v3_bcons.cc
[689/1289] Compiling t_x509a.cc
[690/1289] Compiling i2d_pr.cc
[691/1289] Compiling t_req.cc
[692/1289] Compiling t_x509.cc
[693/1289] Compiling rsa_pss.cc
[694/1289] Compiling name_print.cc
[695/1289] Compiling t_crl.cc
[696/1289] Compiling policy.cc
[697/1289] Compiling by_dir.cc
[698/1289] Compiling by_file.cc
[699/1289] Compiling asn1_gen.cc
[700/1289] Compiling a_sign.cc
[701/1289] Compiling a_digest.cc
[702/1289] Compiling voprf.cc
[703/1289] Compiling a_verify.cc
[704/1289] Compiling algorithm.cc
[705/1289] Compiling thread_win.cc
[706/1289] Compiling trust_token.cc
[707/1289] Compiling pmbtoken.cc
[708/1289] Compiling thread_none.cc
[709/1289] Compiling thread.cc
[710/1289] Compiling thread_pthread.cc
[711/1289] Compiling stack.cc
[712/1289] Compiling siphash.cc
[713/1289] Compiling sha512.cc
[714/1289] Compiling slhdsa.cc
[715/1289] Compiling spake2plus.cc
[716/1289] Compiling sha1.cc
[717/1289] Compiling sha256.cc
[718/1289] Compiling rsa_print.cc
[719/1289] Compiling rsa_extra.cc
[720/1289] Compiling rsa_crypt.cc
[721/1289] Compiling rc4.cc
[722/1289] Compiling windows.cc
[723/1289] Compiling rand.cc
[724/1289] Compiling urandom.cc
[724/1289] Compiling refcount.cc
[726/1289] Compiling passive.cc
[727/1289] Compiling trusty.cc
[728/1289] Compiling rsa_asn1.cc
[729/1289] Compiling ios.cc
[730/1289] Compiling poly1305_arm_asm.S
[731/1289] Compiling getentropy.cc
[732/1289] Compiling forkunsafe.cc
[733/1289] Compiling poly1305_arm.cc
[733/1289] Compiling deterministic.cc
[735/1289] Compiling poly1305_vec.cc
[736/1289] Compiling fork_detect.cc
[737/1289] Compiling poly1305.cc
[738/1289] Compiling pool.cc
[739/1289] Compiling pkcs8_x509.cc
[740/1289] Compiling pkcs8.cc
[741/1289] Compiling pkcs7.cc
[742/1289] Compiling pkcs7_x509.cc
[743/1289] Compiling p5_pbev2.cc
[744/1289] Compiling pem_xaux.cc
[745/1289] Compiling pem_pkey.cc
[746/1289] Compiling pem_x509.cc
[747/1289] Compiling obj_xref.cc
[748/1289] Compiling pem_oth.cc
[749/1289] Compiling mlkem.cc
[750/1289] Compiling pem_pk8.cc
[751/1289] Compiling pem_all.cc
[752/1289] Compiling pem_info.cc
[753/1289] Compiling obj.cc
[754/1289] Compiling mldsa.cc
[755/1289] Compiling poly_rq_mul.S
[756/1289] Compiling pem_lib.cc
[757/1289] Compiling lhash.cc
[758/1289] Compiling fips_shared_support.cc
[759/1289] Compiling md5.cc
[760/1289] Compiling mem.cc
[761/1289] Compiling md4.cc
[762/1289] Compiling scrypt.cc
[763/1289] Compiling kyber.cc
[763/1289] Compiling sign.cc
[765/1289] Compiling print.cc
[766/1289] Compiling ex_data.cc
[767/1289] Compiling hpke.cc
[768/1289] Compiling pbkdf.cc
[769/1289] Compiling p_x25519_asn1.cc
[770/1289] Compiling hrss.cc
[771/1289] Compiling p_x25519.cc
[772/1289] Compiling p_rsa.cc
[773/1289] Compiling p_ed25519.cc
[774/1289] Compiling p_rsa_asn1.cc
[775/1289] Compiling p_hkdf.cc
[776/1289] Compiling p_ec.cc
[777/1289] Compiling p_ed25519_asn1.cc
[778/1289] Compiling p_ec_asn1.cc
[779/1289] Compiling p_dh_asn1.cc
[780/1289] Compiling p_dsa_asn1.cc
[781/1289] Compiling p_dh.cc
[782/1289] Compiling evp.cc
[783/1289] Compiling evp_ctx.cc
[784/1289] Compiling err.cc
[785/1289] Compiling evp_asn1.cc
[786/1289] Compiling engine.cc
[787/1289] Compiling ecdh.cc
[788/1289] Compiling hash_to_curve.cc
[789/1289] Compiling bcm.cc
[790/1289] Compiling ecdsa_asn1.cc
[791/1289] Compiling ec_derive.cc
[792/1289] Compiling dsa.cc
[793/1289] Compiling dsa_asn1.cc
[794/1289] Compiling params.cc
[795/1289] Compiling ec_asn1.cc
[796/1289] Compiling x25519-asm-arm.S
[797/1289] Compiling digest_extra.cc
[798/1289] Compiling des.cc
[799/1289] Compiling curve25519_64_adx.cc
[800/1289] Compiling dh_asn1.cc
[801/1289] Compiling cpu_intel.cc
[802/1289] Compiling spake25519.cc
[803/1289] Compiling crypto.cc
[804/1289] Compiling cpu_arm_linux.cc
[805/1289] Compiling cpu_aarch64_sysreg.cc
[806/1289] Compiling cpu_aarch64_fuchsia.cc
[807/1289] Compiling cpu_aarch64_linux.cc
[808/1289] Compiling cpu_arm_freebsd.cc
[809/1289] Compiling cpu_aarch64_win.cc
[810/1289] Compiling cpu_aarch64_openbsd.cc
[811/1289] Compiling curve25519.cc
[812/1289] Compiling conf.cc
[813/1289] Compiling get_cipher.cc
[814/1289] Compiling tls_cbc.cc
[815/1289] Compiling cpu_aarch64_apple.cc
[816/1289] Compiling e_des.cc
[817/1289] Compiling e_tls.cc
[818/1289] Compiling e_null.cc
[819/1289] Compiling e_rc4.cc
[820/1289] Compiling e_aesgcmsiv.cc
[821/1289] Compiling e_rc2.cc
[822/1289] Compiling chacha.cc
[823/1289] Compiling e_aesctrhmac.cc
[824/1289] Compiling e_chacha20poly1305.cc
[825/1289] Compiling derive_key.cc
[826/1289] Compiling unicode.cc
[827/1289] Compiling ber.cc
[828/1289] Compiling cbb.cc
[829/1289] Compiling cbs.cc
[830/1289] Compiling buf.cc
[831/1289] Compiling blake2.cc
[832/1289] Compiling asn1_compat.cc
[833/1289] Compiling convert.cc
[834/1289] Compiling pair.cc
[835/1289] Compiling socket_helper.cc
[836/1289] Compiling bn_asn1.cc
[837/1289] Compiling file.cc
[838/1289] Compiling hexdump.cc
[839/1289] Compiling socket.cc
[840/1289] Compiling printf.cc
[841/1289] Compiling fd.cc
[842/1289] Compiling connect.cc
[843/1289] Compiling bio.cc
[844/1289] Compiling errno.cc
[845/1289] Compiling bio_mem.cc
[846/1289] Compiling base64.cc
[847/1289] Compiling tasn_typ.cc
[848/1289] Compiling tasn_new.cc
[849/1289] Compiling posix_time.cc
[850/1289] Compiling f_string.cc
[851/1289] Compiling tasn_fre.cc
[852/1289] Compiling tasn_utl.cc
[853/1289] Compiling asn_pack.cc
[854/1289] Compiling f_int.cc
[855/1289] Compiling asn1_par.cc
[855/1289] Compiling tasn_enc.cc
[857/1289] Compiling tasn_dec.cc
[858/1289] Compiling a_type.cc
[859/1289] Compiling a_strnid.cc
[860/1289] Compiling asn1_lib.cc
[861/1289] Compiling a_object.cc
[862/1289] Compiling a_utctm.cc
[863/1289] Compiling a_octet.cc
[864/1289] Compiling a_time.cc
[865/1289] Compiling a_i2d_fp.cc
[866/1289] Compiling a_strex.cc
[867/1289] Compiling a_dup.cc
[868/1289] Compiling a_mbstr.cc
[869/1289] Compiling a_gentm.cc
[870/1289] Compiling fiat_curve25519_adx_square.S
[871/1289] Compiling fiat_curve25519_adx_mul.S
[872/1289] Compiling a_d2i_fp.cc
[873/1289] Compiling CCryptoBoringSSLShims shims.c
[874/1289] Compiling a_int.cc
[875/1289] Compiling a_bitstr.cc
[876/1289] Compiling v3_utl.c
[877/1289] Compiling a_bool.cc
[878/1289] Compiling v3_skey.c
[879/1289] Compiling v3_prn.c
[880/1289] Compiling v3_pcons.c
[880/1289] Compiling v3_ocsp.c
[882/1289] Compiling v3_pmaps.c
[883/1289] Compiling v3_purp.c
[884/1289] Compiling v3_ncons.c
[885/1289] Compiling v3_lib.c
[886/1289] Compiling v3_int.c
[887/1289] Compiling v3_ia5.c
[888/1289] Compiling v3_info.c
[889/1289] Compiling v3_genn.c
[890/1289] Compiling v3_extku.c
[891/1289] Compiling v3_crld.c
[892/1289] Compiling v3_enum.c
[893/1289] Compiling v3_conf.c
[894/1289] Compiling v3_bitst.c
[895/1289] Compiling v3_bcons.c
[896/1289] Compiling v3_alt.c
[897/1289] Compiling v3_cpols.c
[898/1289] Compiling v3_akeya.c
[899/1289] Compiling v3_akey.c
[900/1289] Compiling x_sig.c
[901/1289] Compiling x_x509a.c
[902/1289] Compiling x_spki.c
[903/1289] Compiling x_val.c
[904/1289] Compiling x_req.c
[905/1289] Compiling x_x509.c
[906/1289] Compiling x_pkey.c
[907/1289] Compiling x_exten.c
[908/1289] Compiling x_name.c
[909/1289] Compiling x_info.c
[910/1289] Compiling x_pubkey.c
[911/1289] Compiling x_crl.c
[912/1289] Compiling x509rset.c
[912/1289] Compiling x_all.c
[914/1289] Compiling x_attrib.c
[915/1289] Compiling x_algor.c
[916/1289] Compiling x509spki.c
[917/1289] Compiling x509name.c
[918/1289] Compiling x509_txt.c
[919/1289] Compiling x509_vpm.c
[920/1289] Compiling x509cset.c
[921/1289] Compiling c-nioatomics.c
[922/1289] Compiling x509_v3.c
[923/1289] Compiling x509_vfy.c
[924/1289] Compiling x509_set.c
[925/1289] Compiling x509_req.c
[926/1289] Compiling x509_trs.c
[927/1289] Compiling x509_ext.c
[928/1289] Compiling x509_def.c
[928/1289] Compiling x509_obj.c
[930/1289] Compiling x509_d2.c
[931/1289] Compiling x509_lu.c
[932/1289] Compiling x509_att.c
[933/1289] Compiling x509_cmp.c
[934/1289] Compiling x509.c
[935/1289] Compiling t_x509.c
[936/1289] Compiling t_x509a.c
[937/1289] Compiling rsa_pss.c
[938/1289] Compiling t_req.c
[939/1289] Compiling t_crl.c
[940/1289] Compiling i2d_pr.c
[941/1289] Compiling name_print.c
[942/1289] Compiling policy.c
[943/1289] Compiling by_dir.c
[944/1289] Compiling by_file.c
[945/1289] Compiling algorithm.c
[946/1289] Compiling c-atomics.c
[947/1289] Compiling asn1_gen.c
[948/1289] Compiling a_sign.c
[949/1289] Compiling a_verify.c
[950/1289] Compiling a_digest.c
[951/1289] Compiling thread_win.c
[952/1289] Compiling thread_pthread.c
[953/1289] Compiling voprf.c
[954/1289] Compiling thread.c
[955/1289] Compiling thread_none.c
[956/1289] Compiling trust_token.c
[957/1295] Compiling rsa_print.c
[957/1295] Compiling siphash.c
[959/1295] Compiling pmbtoken.c
[960/1295] Compiling rsa_asn1.c
[961/1295] Compiling rc4.c
[962/1295] Compiling refcount.c
[963/1295] Compiling rand_extra.c
[964/1295] Compiling stack.c
[965/1295] Compiling trusty.c
[966/1295] Compiling windows.c
[967/1295] Compiling passive.c
[968/1295] Compiling rsa_crypt.c
[969/1295] Compiling ios.c
[970/1295] Compiling deterministic.c
[971/1295] Compiling getentropy.c
[972/1295] Compiling poly1305_vec.c
[973/1295] Compiling poly1305_arm.c
[974/1295] Compiling poly1305.c
[975/1295] Compiling forkunsafe.c
[976/1295] Compiling pool.c
[978/1295] Compiling NIOConcurrencyHelpers lock.swift
[978/1295] Compiling poly1305_arm_asm.S
[980/1295] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[981/1295] Emitting module NIOConcurrencyHelpers
[982/1295] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[983/1295] Compiling NIOConcurrencyHelpers atomics.swift
[984/1295] Compiling NIOConcurrencyHelpers NIOLock.swift
[984/1296] Compiling pkcs7.c
[985/1296] Compiling pkcs8_x509.c
[986/1296] Compiling pem_xaux.c
[987/1296] Compiling p5_pbev2.c
[988/1296] Compiling pkcs8.c
[989/1296] Compiling pkcs7_x509.c
[991/1296] Compiling pem_x509.c
[992/1296] Compiling obj_xref.c
[993/1296] Compiling pem_pk8.c
[994/1296] Compiling pem_oth.c
[995/1296] Compiling pem_pkey.c
[996/1296] Compiling pem_lib.c
[997/1296] Compiling pem_info.c
[998/1296] Compiling pem_all.c
[999/1296] Compiling keccak.c
[1000/1296] Compiling lhash.c
[1001/1296] Compiling mem.c
[1002/1296] Compiling poly_rq_mul.S
[1003/1296] Compiling kyber.c
[1004/1296] Compiling x86_64-mont5-linux.linux.x86_64.S
[1005/1296] Compiling x86_64-mont5-mac.mac.x86_64.S
[1006/1296] Compiling x86_64-mont-mac.mac.x86_64.S
[1007/1296] Compiling obj.c
[1008/1319] Compiling hpke.c
[1009/1322] Compiling x86-mont-linux.linux.x86.S
[1010/1322] Compiling x86-mont-windows.windows.x86.S
[1011/1322] Compiling hrss.c
[1012/1322] Compiling vpaes-x86-linux.linux.x86.S
[1012/1322] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1014/1322] Compiling vpaes-x86-windows.windows.x86.S
[1014/1322] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1016/1322] Compiling x86_64-mont-linux.linux.x86_64.S
[1017/1322] Compiling vpaes-armv8-linux.linux.aarch64.S
[1018/1322] Compiling vpaes-armv8-ios.ios.aarch64.S
[1020/1322] Compiling ConsoleKitTerminal Console+Wait.swift
[1021/1322] Compiling ConsoleKitTerminal ConsoleColor.swift
[1022/1322] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1022/1325] Compiling vpaes-armv7-ios.ios.arm.S
[1023/1325] Compiling vpaes-armv7-linux.linux.arm.S
[1024/1325] Compiling sha512-x86_64-mac.mac.x86_64.S
[1025/1325] Compiling sha512-x86_64-linux.linux.x86_64.S
[1026/1325] Compiling sha512-armv8-ios.ios.aarch64.S
[1027/1325] Compiling sha512-armv8-linux.linux.aarch64.S
[1028/1325] Compiling kdf.c
[1029/1325] Compiling sha512-armv4-linux.linux.arm.S
[1029/1325] Compiling sha512-586-windows.windows.x86.S
[1032/1325] Emitting module ConsoleKitTerminal
[1032/1325] Compiling sha512-armv4-ios.ios.arm.S
[1032/1325] Compiling sha512-586-linux.linux.x86.S
[1034/1325] Compiling sha256-x86_64-mac.mac.x86_64.S
[1035/1325] Compiling sha256-x86_64-linux.linux.x86_64.S
[1036/1325] Compiling sha256-armv8-ios.ios.aarch64.S
[1037/1325] Compiling sha256-armv4-linux.linux.arm.S
[1038/1325] Compiling sha256-586-windows.windows.x86.S
[1039/1325] Compiling sha256-armv4-ios.ios.arm.S
[1040/1325] Compiling sha256-armv8-linux.linux.aarch64.S
[1041/1325] Compiling sha1-x86_64-linux.linux.x86_64.S
[1042/1325] Compiling sha256-586-linux.linux.x86.S
[1043/1325] Compiling ConsoleKitTerminal CustomActivity.swift
[1044/1325] Compiling ConsoleKitTerminal LoadingBar.swift
[1046/1325] Compiling ConsoleKitTerminal ProgressBar.swift
[1047/1325] Compiling ConsoleKitTerminal Console+Clear.swift
[1047/1325] Compiling sha1-x86_64-mac.mac.x86_64.S
[1049/1325] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1050/1325] Compiling ConsoleKitTerminal ConsoleClear.swift
[1051/1325] Compiling ConsoleKitTerminal Console+Ask.swift
[1052/1325] Compiling ConsoleKitTerminal Console+Choose.swift
[1053/1325] Compiling ConsoleKitTerminal ActivityBar.swift
[1054/1325] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1055/1325] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1056/1325] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1057/1325] Compiling ConsoleKitTerminal Console+Confirm.swift
[1058/1325] Compiling ConsoleKitTerminal Console+Input.swift
[1059/1325] Compiling ConsoleKitTerminal Console+Center.swift
[1060/1325] Compiling ConsoleKitTerminal Console+Output.swift
[1061/1325] Compiling ConsoleKitTerminal ConsoleText.swift
[1062/1325] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1063/1325] Compiling ConsoleKitTerminal ANSI.swift
[1063/1325] Compiling sha1-armv8-ios.ios.aarch64.S
[1064/1325] Compiling sha1-armv4-large-linux.linux.arm.S
[1065/1325] Compiling sha1-586-windows.windows.x86.S
[1066/1325] Compiling sha1-armv4-large-ios.ios.arm.S
[1067/1325] Compiling sha1-armv8-linux.linux.aarch64.S
[1068/1325] Compiling sha1-586-linux.linux.x86.S
[1069/1325] Compiling sha512.c
[1070/1325] Compiling sha256.c
[1071/1325] Compiling fips.c
[1072/1325] Compiling sha1.c
[1073/1325] Compiling service_indicator.c
[1074/1325] Compiling self_check.c
[1075/1325] Compiling blinding.c
[1076/1325] Compiling rsa_impl.c
[1078/1325] Compiling ConsoleKitTerminal Console.swift
[1079/1325] Compiling ConsoleKitTerminal Terminal.swift
[1080/1325] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1080/1325] Compiling padding.c
[1081/1325] Compiling rsa.c
[1082/1325] Compiling urandom.c
[1083/1325] Compiling rsaz-avx2-mac.mac.x86_64.S
[1084/1325] Compiling rand.c
[1085/1325] Compiling rsaz-avx2-linux.linux.x86_64.S
[1086/1325] Compiling fork_detect.c
[1087/1325] Compiling ctrdrbg.c
[1088/1325] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1089/1325] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1089/1325] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1091/1325] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1092/1325] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1092/1325] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1092/1325] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1095/1325] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1096/1325] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1097/1325] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1098/1325] Compiling polyval.c
[1099/1325] Compiling ctr.c
[1099/1325] Compiling ofb.c
[1099/1325] Compiling gcm_nohw.c
[1099/1325] Compiling gcm.c
[1100/1325] Compiling cfb.c
[1104/1325] Compiling cbc.c
[1106/1325] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1107/1325] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1108/1325] Compiling ConsoleKitTerminal LoggerFragment.swift
[1108/1326] Compiling md5-586-linux.linux.x86.S
[1108/1326] Compiling md5-x86_64-linux.linux.x86_64.S
[1108/1326] Compiling md5-x86_64-mac.mac.x86_64.S
[1111/1326] Compiling md5-586-windows.windows.x86.S
[1113/1326] Compiling hmac.c
[1114/1326] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1115/1326] Compiling hkdf.c
[1116/1326] Compiling md4.c
[1117/1326] Compiling md5.c
[1118/1326] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1119/1326] Compiling ghashv8-armv7-linux.linux.arm.S
[1120/1326] Compiling ghash-x86_64-mac.mac.x86_64.S
[1121/1326] Compiling ghashv8-armv7-ios.ios.arm.S
[1122/1326] Compiling ghash-x86-linux.linux.x86.S
[1123/1326] Compiling ghash-x86_64-linux.linux.x86_64.S
[1124/1326] Compiling ghash-x86-windows.windows.x86.S
[1125/1326] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1126/1326] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1127/1326] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1128/1326] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1129/1326] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1130/1326] Compiling ghash-armv4-linux.linux.arm.S
[1131/1326] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1132/1326] Compiling fips_shared_support.c
[1133/1326] Compiling ghash-armv4-ios.ios.arm.S
[1134/1326] Compiling util.c
[1135/1326] Compiling ecdsa.c
[1136/1326] Compiling wnaf.c
[1137/1326] Compiling simple.c
[1138/1326] Compiling scalar.c
[1139/1326] Compiling ecdh.c
[1140/1326] Compiling simple_mul.c
[1141/1340] Compiling oct.c
[1142/1345] Compiling felem.c
[1143/1348] Compiling p224-64.c
[1144/1348] Compiling ec_montgomery.c
[1145/1348] Compiling p256.c
[1146/1348] Compiling ec_key.c
[1147/1348] Compiling digests.c
[1148/1348] Compiling digestsign.c
[1149/1348] Compiling check.c
[1150/1348] Compiling digest.c
[1151/1348] Compiling dh.c
[1152/1348] Compiling ec.c
[1153/1348] Compiling co-586-windows.windows.x86.S
[1154/1348] Compiling co-586-linux.linux.x86.S
[1155/1348] Compiling bsaes-armv7-linux.linux.arm.S
[1156/1348] Compiling p256-nistz.c
[1157/1348] Compiling aead.c
[1158/1348] Compiling e_aes.c
[1159/1348] Compiling e_aesccm.c
[1160/1348] Compiling cipher.c
[1161/1348] Compiling bsaes-armv7-ios.ios.arm.S
[1163/1348] Compiling ConsoleKitCommands CommandSignature.swift
[1164/1348] Compiling ConsoleKitCommands Flag.swift
[1165/1348] Compiling ConsoleKitCommands Option.swift
[1165/1348] Compiling rsaz_exp.c
[1166/1348] Compiling sqrt.c
[1167/1350] Compiling shift.c
[1168/1350] Compiling jacobi.c
[1169/1350] Compiling random.c
[1170/1350] Compiling mul.c
[1170/1350] Compiling montgomery_inv.c
[1171/1350] Compiling prime.c
[1174/1350] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1175/1350] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1176/1350] Compiling ConsoleKitCommands Argument.swift
[1177/1350] Compiling ConsoleKitCommands AsyncCommands.swift
[1178/1350] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1179/1350] Compiling ConsoleKitCommands AnyCommand.swift
[1179/1350] Compiling gcd_extra.c
[1180/1350] Compiling generic.c
[1182/1350] Compiling ConsoleKitCommands Command.swift
[1183/1350] Compiling ConsoleKitCommands CommandContext.swift
[1184/1350] Compiling ConsoleKitCommands CommandError.swift
[1185/1350] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1186/1350] Compiling ConsoleKitCommands AsyncCommand.swift
[1187/1350] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1188/1350] Compiling ConsoleKitCommands CommandGroup.swift
[1189/1350] Compiling ConsoleKitCommands CommandInput.swift
[1190/1350] Compiling ConsoleKitCommands Commands.swift
[1191/1350] Emitting module ConsoleKitCommands
[1191/1350] Compiling ctx.c
[1191/1350] Compiling bytes.c
[1192/1350] Compiling div_extra.c
[1194/1350] Compiling gcd.c
[1195/1350] Compiling exponentiation.c
[1196/1350] Compiling cmp.c
[1197/1350] Compiling div.c
[1199/1350] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1200/1350] Compiling ConsoleKitCommands Utilities.swift
[1200/1350] Compiling x86_64-gcc.c
[1201/1350] Compiling bn-armv8-ios.ios.aarch64.S
[1201/1350] Compiling bn-586-linux.linux.x86.S
[1201/1350] Compiling bn-586-windows.windows.x86.S
[1201/1350] Compiling bn-armv8-linux.linux.aarch64.S
[1205/1350] Compiling add.c
[1206/1350] Compiling bn.c
[1207/1350] Compiling armv4-mont-ios.ios.arm.S
[1208/1350] Compiling armv4-mont-linux.linux.arm.S
[1209/1350] Compiling armv8-mont-linux.linux.aarch64.S
[1210/1350] Compiling armv8-mont-ios.ios.aarch64.S
[1211/1350] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1212/1350] Compiling aesv8-armv7-ios.ios.arm.S
[1213/1350] Compiling aesv8-armv7-linux.linux.arm.S
[1214/1350] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1215/1350] Compiling aesv8-armv8-linux.linux.aarch64.S
[1216/1350] Compiling aesv8-armv8-ios.ios.aarch64.S
[1217/1350] Compiling aesni-x86_64-mac.mac.x86_64.S
[1218/1350] Compiling aesni-x86_64-linux.linux.x86_64.S
[1219/1350] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1220/1350] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1221/1350] Compiling aesni-x86-windows.windows.x86.S
[1222/1350] Compiling aesni-x86-linux.linux.x86.S
[1223/1350] Compiling mode_wrappers.c
[1224/1350] Compiling key_wrap.c
[1225/1350] Compiling sign.c
[1226/1350] Compiling aes.c
[1227/1350] Compiling ex_data.c
[1228/1350] Compiling scrypt.c
[1229/1350] Compiling aes_nohw.c
[1230/1350] Compiling p_x25519.c
[1230/1350] Compiling pbkdf.c
[1232/1350] Compiling print.c
[1233/1350] Compiling p_x25519_asn1.c
[1234/1350] Compiling p_rsa_asn1.c
[1235/1350] Compiling p_hkdf.c
[1236/1350] Compiling p_ed25519.c
[1237/1350] Compiling p_rsa.c
[1238/1350] Compiling p_ec.c
[1239/1350] Compiling p_ec_asn1.c
[1239/1350] Compiling p_ed25519_asn1.c
[1241/1350] Compiling p_dsa_asn1.c
[1242/1350] Compiling evp_ctx.c
[1243/1350] Compiling err_data.c
[1244/1350] Compiling evp_asn1.c
[1245/1350] Compiling engine.c
[1246/1350] Compiling err.c
[1247/1350] Compiling evp.c
[1248/1350] Compiling ecdh_extra.c
[1249/1350] Compiling ecdsa_asn1.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 params.c
[1255/1350] Compiling digest_extra.c
[1256/1350] Compiling dh_asn1.c
[1257/1350] Compiling curve25519_64_adx.c
[1258/1350] Compiling dsa.c
[1259/1350] Compiling spake25519.c
[1260/1350] Compiling des.c
[1261/1350] Compiling crypto.c
[1262/1350] Compiling x25519-asm-arm.S
[1263/1350] Compiling cpu_intel.c
[1265/1350] Compiling ConsoleKitCommands Console+Run.swift
[1266/1350] Compiling ConsoleKitCommands ConsoleError.swift
[1267/1350] Compiling ConsoleKitCommands Completion.swift
[1267/1351] Compiling cpu_arm_freebsd.c
[1268/1351] Compiling cpu_aarch64_openbsd.c
[1269/1351] Compiling cpu_arm_linux.c
[1270/1351] Compiling cpu_aarch64_win.c
[1271/1351] Compiling cpu_arm.c
[1272/1351] Compiling cpu_aarch64_sysreg.c
[1273/1351] Compiling curve25519.c
[1275/1351] Compiling cpu_aarch64_linux.c
[1276/1351] Compiling cpu_aarch64_fuchsia.c
[1277/1351] Compiling cpu_aarch64_apple.c
[1278/1351] Compiling e_rc4.c
[1279/1351] Compiling tls_cbc.c
[1280/1351] Compiling e_null.c
[1281/1351] Compiling conf.c
[1281/1351] Compiling e_des.c
[1281/1351] Compiling e_rc2.c
[1282/1351] Compiling e_tls.c
[1285/1351] Compiling derive_key.c
[1285/1351] Compiling e_chacha20poly1305.c
[1287/1351] Compiling cipher_extra.c
[1287/1351] Compiling e_aesgcmsiv.c
[1287/1351] Compiling e_aesctrhmac.c
[1290/1351] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1291/1351] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1292/1351] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1292/1351] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1294/1351] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1295/1351] Compiling chacha-x86_64-mac.mac.x86_64.S
[1296/1351] Compiling chacha-x86_64-linux.linux.x86_64.S
[1297/1353] Compiling chacha.c
[1298/1353] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1299/1353] Compiling chacha-armv8-ios.ios.aarch64.S
[1300/1353] Compiling chacha-x86-linux.linux.x86.S
[1301/1353] Compiling chacha-x86-windows.windows.x86.S
[1303/1353] Emitting module ConsoleKit
[1304/1353] Compiling ConsoleKit Exports.swift
[1304/1354] Compiling chacha-armv8-linux.linux.aarch64.S
[1305/1354] Compiling unicode.c
[1306/1354] Compiling ber.c
[1307/1354] Compiling chacha-armv4-ios.ios.arm.S
[1308/1354] Compiling chacha-armv4-linux.linux.arm.S
[1309/1354] Compiling asn1_compat.c
[1310/1354] Compiling blake2.c
[1312/1354] Compiling bn_asn1.c
[1312/1354] Compiling printf.c
[1314/1354] Compiling buf.c
[1315/1354] Compiling cbb.c
[1316/1354] Compiling convert.c
[1317/1354] Compiling cbs.c
[1318/1354] Compiling errno.c
[1319/1354] Compiling fd.c
[1320/1354] Compiling hexdump.c
[1321/1354] Compiling pair.c
[1322/1354] Compiling bio_mem.c
[1323/1354] Compiling file.c
[1324/1354] Compiling base64.c
[1325/1354] Compiling bio.c
[1326/1354] Compiling tasn_fre.c
[1327/1354] Compiling tasn_typ.c
[1328/1354] Compiling tasn_new.c
[1329/1354] Compiling tasn_utl.c
[1330/1354] Compiling tasn_enc.c
[1331/1354] Compiling tasn_dec.c
[1332/1354] Compiling f_string.c
[1333/1354] Compiling posix_time.c
[1334/1354] Compiling f_int.c
[1335/1354] Compiling asn_pack.c
[1336/1354] Compiling asn1_par.c
[1337/1354] Compiling a_type.c
[1338/1354] Compiling a_time.c
[1339/1354] Compiling a_strnid.c
[1339/1354] Compiling a_utctm.c
[1341/1354] Compiling a_octet.c
[1342/1354] Compiling asn1_lib.c
[1343/1354] Write sources
[1345/1354] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1345/1354] Write sources
[1349/1354] Compiling a_object.c
[1350/1354] Compiling a_strex.c
[1351/1354] Compiling a_i2d_fp.c
[1352/1354] Compiling a_gentm.c
[1353/1354] Compiling a_int.c
[1355/1453] Compiling Algorithms Grouped.swift
[1356/1453] Compiling Algorithms Indexed.swift
[1357/1455] Compiling Algorithms Combinations.swift
[1358/1455] Compiling Algorithms FlattenCollection.swift
[1359/1455] Compiling Algorithms Intersperse.swift
[1360/1455] Compiling Algorithms Compacted.swift
[1361/1455] Compiling Algorithms Cycle.swift
[1362/1455] Compiling Algorithms EitherSequence.swift
[1363/1455] Compiling Algorithms FirstNonNil.swift
[1364/1455] Compiling Algorithms Partition.swift
[1365/1455] Compiling Algorithms Permutations.swift
[1366/1455] Compiling Algorithms Joined.swift
[1367/1455] Compiling Algorithms Keyed.swift
[1368/1455] Compiling Algorithms MinMax.swift
[1369/1455] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1370/1455] Compiling BitCollections BitSet+CustomReflectable.swift
[1371/1455] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1372/1455] Compiling BitCollections BitSet+Equatable.swift
[1373/1455] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1374/1455] Compiling BitCollections BitSet+Extras.swift
[1375/1455] Compiling BitCollections BitSet+Hashable.swift
[1376/1455] Compiling BitCollections BitSet+Initializers.swift
[1377/1455] Compiling BitCollections BitSet+Invariants.swift
[1378/1455] Compiling BitCollections BitSet+Random.swift
[1379/1455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1380/1455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1381/1455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1382/1455] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1383/1455] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1384/1455] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1385/1455] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1386/1455] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1387/1455] Compiling BitCollections BitSet+SetAlgebra union.swift
[1388/1455] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1389/1455] Compiling BitCollections BitSet.Counted.swift
[1390/1462] Compiling Atomics IntegerOperations.swift
[1391/1462] Compiling Atomics Unmanaged extensions.swift
[1392/1462] Compiling Algorithms Split.swift
[1393/1462] Compiling Algorithms Stride.swift
[1394/1462] Compiling Algorithms Suffix.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
[1403/1465] Compiling Algorithms Reductions.swift
[1404/1465] Compiling Algorithms Rotate.swift
[1408/1465] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1409/1465] Emitting module CryptoBoringWrapper
[1410/1465] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1431/1466] Compiling Algorithms AdjacentPairs.swift
[1432/1466] Compiling Algorithms Chain.swift
[1433/1466] Compiling Algorithms Chunked.swift
[1439/1466] Emitting module BitCollections
[1440/1466] Compiling Algorithms Trim.swift
[1441/1466] Compiling Algorithms Unique.swift
[1442/1466] Compiling Algorithms Windows.swift
[1451/1466] Compiling BitCollections BitSet.Index.swift
[1452/1466] Compiling BitCollections BitSet._UnsafeHandle.swift
[1453/1466] Compiling BitCollections BitSet.swift
[1454/1466] Compiling BitCollections Range+Utilities.swift
[1455/1466] Compiling BitCollections Slice+Utilities.swift
[1456/1466] Compiling BitCollections UInt+Tricks.swift
[1457/1466] Compiling BitCollections _Word.swift
[1459/1467] Emitting module Atomics
[1467/1468] Emitting module Algorithms
[1470/1535] Emitting module Collections
[1471/1535] Compiling Collections Collections.swift
[1473/1592] Compiling NIOCore RecvByteBufferAllocator.swift
[1474/1592] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1475/1592] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1476/1592] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1477/1592] Compiling NIOCore EventLoopFuture.swift
[1478/1592] Compiling NIOCore FileDescriptor.swift
[1479/1592] Compiling NIOCore FileHandle.swift
[1480/1592] Compiling NIOCore FileRegion.swift
[1481/1592] Compiling NIOCore GlobalSingletons.swift
[1482/1592] Compiling NIOCore IO.swift
[1483/1592] Compiling NIOCore IOData.swift
[1484/1592] Compiling NIOCore IPProtocol.swift
[1485/1592] Compiling NIOCore IntegerBitPacking.swift
[1486/1592] Compiling NIOCore IntegerTypes.swift
[1487/1592] Compiling NIOCore Interfaces.swift
[1488/1592] Compiling NIOCore Linux.swift
[1489/1600] Emitting module Crypto
[1490/1600] Compiling NIOCore AddressedEnvelope.swift
[1491/1600] Compiling NIOCore AsyncAwaitSupport.swift
[1492/1600] Compiling NIOCore AsyncChannel.swift
[1493/1600] Compiling NIOCore AsyncChannelHandler.swift
[1494/1600] Compiling NIOCore AsyncChannelInboundStream.swift
[1495/1600] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1496/1600] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1497/1600] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1498/1600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1499/1600] Compiling NIOCore BSDSocketAPI.swift
[1500/1600] Compiling NIOCore ByteBuffer-aux.swift
[1501/1600] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1502/1600] Compiling NIOCore ByteBuffer-conversions.swift
[1503/1600] Compiling NIOCore ByteBuffer-core.swift
[1504/1600] Compiling NIOCore ByteBuffer-hex.swift
[1505/1600] Compiling NIOCore ByteBuffer-int.swift
[1506/1600] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1507/1600] Compiling NIOCore ChannelOption.swift
[1508/1600] Compiling NIOCore ChannelPipeline.swift
[1509/1600] Compiling NIOCore MulticastChannel.swift
[1510/1600] Compiling NIOCore NIOAny.swift
[1511/1600] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1512/1600] Compiling NIOCore NIOLoopBound.swift
[1513/1600] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1514/1600] Compiling NIOCore NIOScheduledCallback.swift
[1515/1600] Compiling NIOCore NIOSendable.swift
[1516/1600] Compiling NIOCore MarkedCircularBuffer.swift
[1517/1600] Compiling NIOCore CircularBuffer.swift
[1518/1600] Compiling NIOCore Codec.swift
[1519/1600] Compiling NIOCore ConvenienceOptionSupport.swift
[1520/1600] Compiling NIOCore DeadChannel.swift
[1521/1600] Compiling NIOCore DispatchQueue+WithFuture.swift
[1522/1600] Compiling NIOCore EventLoop+Deprecated.swift
[1523/1600] Compiling NIOCore EventLoop+SerialExecutor.swift
[1524/1600] Compiling NIOCore EventLoop.swift
[1525/1600] Compiling NIOCore NIOAsyncWriter.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)
[1526/1600] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1527/1600] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1528/1600] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1529/1600] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1530/1600] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1531/1600] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1532/1600] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 | /// - Returns: The expanded key bytes.
109 | public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 | let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
| `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 | var output = SecureBytes()
112 | let key = SymmetricKey(data: prk)
[1562/1600] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[1564/1600] Compiling Crypto RNG_boring.swift
[1565/1600] Compiling Crypto SafeCompare_boring.swift
[1567/1600] Compiling Crypto Zeroization_boring.swift
[1569/1600] Compiling Crypto PrettyBytes.swift
[1570/1600] Compiling Crypto SafeCompare.swift
[1571/1600] Compiling Crypto SecureBytes.swift
[1572/1600] Compiling Crypto Zeroization.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/73] Emitting module ServiceContextModule
[3/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/74] Compiling ServiceContextModule ServiceContextKey.swift
[5/74] Compiling ServiceContextModule ServiceContext.swift
[6/75] Compiling Logging MetadataProvider.swift
[7/75] Compiling RealModule Float80+Real.swift
[8/75] Compiling RealModule Real.swift
[9/76] Compiling RealModule Float16+Real.swift
[10/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/76] Compiling InternalCollectionsUtilities Debugging.swift
[12/76] Compiling InternalCollectionsUtilities Descriptions.swift
[13/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/76] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[16/76] Compiling RealModule AlgebraicField.swift
[17/76] Compiling RealModule ApproximateEquality.swift
[18/76] Emitting module RealModule
[19/76] Compiling RealModule AugmentedArithmetic.swift
[20/76] Compiling RealModule Double+Real.swift
[21/76] Compiling RealModule RealFunctions.swift
[22/76] Emitting module Logging
[23/76] Emitting module NIOConcurrencyHelpers
[24/76] Compiling RealModule ElementaryFunctions.swift
[25/76] Compiling RealModule Float+Real.swift
[26/76] Compiling NIOConcurrencyHelpers lock.swift
[27/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/77] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/77] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/77] Compiling NIOConcurrencyHelpers atomics.swift
[31/78] Compiling _NIODataStructures Heap.swift
[32/78] Compiling _NIODataStructures PriorityQueue.swift
[33/78] Emitting module _NIODataStructures
[34/78] Compiling _NIODataStructures _TinyArray.swift
[35/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[36/79] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/83] Emitting module _NIOBase64
[42/83] Compiling _NIOBase64 Base64.swift
[45/84] Compiling Logging Locks.swift
[46/84] Compiling Logging Logging.swift
[47/84] Compiling Logging LogHandler.swift
[48/105] Compiling SystemPackage FileDescriptor.swift
[49/105] Compiling SystemPackage FileHelpers.swift
[50/105] Compiling SystemPackage Errno.swift
[51/105] Compiling SystemPackage ErrnoWindows.swift
[52/105] Compiling SystemPackage Syscalls.swift
[53/105] Compiling SystemPackage WindowsSyscallAdapters.swift
[54/105] Emitting module InternalCollectionsUtilities
[55/113] Compiling SystemPackage Exports.swift
[56/113] Compiling SystemPackage MachPort.swift
[57/113] Compiling SystemPackage PlatformString.swift
[58/113] Compiling SystemPackage SystemString.swift
[59/113] Compiling SystemPackage FilePathTemp.swift
[60/113] Compiling SystemPackage Backcompat.swift
[61/113] Compiling SystemPackage CInterop.swift
[62/113] Compiling SystemPackage Constants.swift
[65/113] Compiling Haystack Val.swift
[66/113] Compiling Haystack ValError.swift
[67/113] Compiling Haystack XStr.swift
[73/134] Compiling SystemPackage FilePathComponents.swift
[74/134] Compiling SystemPackage FilePathParsing.swift
[75/134] Compiling SystemPackage FilePathString.swift
[76/134] Compiling SystemPackage FilePathSyntax.swift
[77/135] Emitting module SystemPackage
[78/135] Compiling Instrumentation NoOpInstrument.swift
[79/135] Emitting module Instrumentation
[80/167] Compiling Instrumentation MultiplexInstrument.swift
[81/175] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[82/229] Compiling Instrumentation Locks.swift
[83/229] Compiling _RopeModule BigString+Ingester.swift
[84/229] Compiling _RopeModule BigString+Invariants.swift
[85/229] Compiling _RopeModule BigString+Iterators.swift
[86/229] Compiling _RopeModule BigString+Metrics.swift
[87/229] Compiling _RopeModule BigString+Builder.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
[88/229] Compiling _RopeModule BigString+Contents.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
[89/229] Compiling _RopeModule BigString+Debugging.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
[90/229] Compiling _RopeModule BigString+Index.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
[91/229] 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
[92/229] Compiling _RopeModule BigString+Chunk+Breaks.swift
[93/229] Compiling _RopeModule BigString+Chunk+Counts.swift
[94/229] Compiling _RopeModule BigString+Chunk+Description.swift
[95/229] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[96/239] Compiling Instrumentation Instrument.swift
[97/239] Compiling Instrumentation InstrumentationSystem.swift
[99/259] Compiling RoutingKit Router.swift
[104/259] Emitting module RoutingKit
[105/259] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[106/259] Emitting module CryptoBoringWrapper
[107/259] Compiling RoutingKit AnyRouter.swift
[108/259] Compiling RoutingKit Parameters.swift
[110/260] Compiling RoutingKit PathComponent.swift
[112/273] Compiling RoutingKit TrieRouter.swift
[113/281] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[114/281] Compiling _RopeModule BigString+Hashing.swift
[115/281] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[116/281] Compiling _RopeModule BigString+Summary.swift
[117/281] Compiling _RopeModule BigString.swift
[118/281] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[120/281] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[121/281] Compiling _RopeModule BigString+Chunk+Splitting.swift
[122/281] Compiling _RopeModule BigString+Chunk.swift
[123/281] Compiling _RopeModule BigString+BidirectionalCollection.swift
[124/281] Compiling HeapModule Heap+Invariants.swift
[125/281] Compiling _RopeModule BigString+UnicodeScalarView.swift
[126/281] Compiling _RopeModule BigSubstring+UTF16View.swift
[127/281] Compiling _RopeModule BigSubstring+UTF8View.swift
[128/281] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[129/281] Compiling _RopeModule BigSubstring.swift
[130/281] Compiling _RopeModule Rope+Builder.swift
[131/281] Compiling _RopeModule Rope+Debugging.swift
[132/288] Compiling _RopeModule Rope+Invariants.swift
[133/288] Compiling _RopeModule Rope+_Node.swift
[134/288] Compiling _RopeModule Rope+_Storage.swift
[135/288] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[136/288] Compiling _RopeModule Rope+_UnsafeHandle.swift
[137/288] Compiling _RopeModule Rope.swift
[138/288] Compiling _RopeModule RopeElement.swift
[140/288] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[141/288] Compiling HaystackServer HistoryStore.swift
[149/288] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[150/288] Compiling HeapModule Heap+Descriptions.swift
[151/288] Compiling HaystackServer RecordStore.swift
[152/288] Compiling HaystackServer WatchStore.swift
[153/288] Compiling Tracing InstrumentationSystem+Tracing.swift
[154/288] Compiling Tracing NoOpTracer.swift
[167/288] Compiling _RopeModule BigString+Comparable.swift
[168/288] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[169/288] Compiling _RopeModule BigString+CustomStringConvertible.swift
[170/288] Compiling _RopeModule BigString+Equatable.swift
[174/288] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[175/288] Compiling _RopeModule BigString+Sequence.swift
[176/288] Compiling _RopeModule BigString+TextOutputStream.swift
[177/288] Compiling _RopeModule BigString+Append.swift
[178/288] Compiling _RopeModule BigString+Initializers.swift
[179/288] Emitting module Tracing
[180/288] Emitting module HaystackServer
[184/288] Compiling HaystackServer HaystackServer.swift
[185/288] Compiling HeapModule Heap.swift
[186/288] Compiling HeapModule _HeapNode.swift
[187/290] Compiling Tracing TracerProtocol+Legacy.swift
[188/290] Compiling Tracing TracerProtocol.swift
[189/290] Compiling HeapModule Heap+UnsafeHandle.swift
[190/290] Compiling Tracing Tracer.swift
[191/290] Compiling Tracing TracingTime.swift
[194/290] Emitting module HeapModule
[196/382] Compiling CoreMetrics Metrics.swift
[197/382] Compiling CoreMetrics Locks.swift
[198/382] Emitting module CoreMetrics
[199/383] Compiling HashTreeCollections _HashNodeHeader.swift
[200/383] Compiling HashTreeCollections _HashSlot.swift
[201/383] Compiling HashTreeCollections _HashStack.swift
[202/383] Compiling HashTreeCollections _HashTreeIterator.swift
[203/383] Compiling HashTreeCollections _HashTreeStatistics.swift
[204/383] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[205/383] Compiling HashTreeCollections _RawHashNode.swift
[206/383] Compiling HashTreeCollections _UnmanagedHashNode.swift
[207/383] Compiling HashTreeCollections _UnsafePath.swift
[208/383] Compiling HashTreeCollections TreeDictionary+Codable.swift
[209/392] Compiling DequeModule Deque+Testing.swift
[210/392] Compiling DequeModule Deque._Storage.swift
[211/392] Compiling DequeModule Deque._UnsafeHandle.swift
[212/392] Compiling DequeModule Deque.swift
[213/392] Compiling DequeModule _DequeBuffer.swift
[214/392] Compiling DequeModule _DequeBufferHeader.swift
[215/392] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[216/392] Compiling HashTreeCollections _HashNode+Structural filter.swift
[225/436] Compiling Tracing SpanProtocol.swift
[228/453] Compiling Crypto ASN1Null.swift
[229/453] Compiling Crypto ASN1OctetString.swift
[230/474] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[231/474] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[232/474] Compiling ConsoleKitTerminal CustomActivity.swift
[233/474] Compiling ConsoleKitTerminal LoadingBar.swift
[234/474] Compiling ConsoleKitTerminal ProgressBar.swift
[235/474] Compiling ConsoleKitTerminal Console+Clear.swift
[236/481] Compiling ConsoleKitTerminal ConsoleText.swift
[237/481] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[238/481] Compiling Crypto EdDSA.swift
[239/481] Compiling Crypto Signature.swift
[240/481] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[241/481] Compiling Crypto CryptoKitErrors_boring.swift
[242/481] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[243/481] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[244/481] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[245/481] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[246/481] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[247/481] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[248/491] Compiling Crypto MessageAuthenticationCode.swift
[249/491] Compiling Crypto AES.swift
[250/491] Compiling Crypto ECDSASignature_boring.swift
[251/491] Compiling Crypto ECDSA_boring.swift
[252/491] Compiling Crypto EdDSA_boring.swift
[253/491] Compiling Crypto ECDSA.swift
[264/491] Compiling HashTreeCollections TreeDictionary.swift
[265/491] Compiling HashTreeCollections TreeSet+Codable.swift
[275/493] Compiling _RopeModule Rope+Join.swift
[276/493] Compiling _RopeModule Rope+MutatingForEach.swift
[277/493] Compiling _RopeModule Rope+Remove.swift
[278/493] Compiling _RopeModule Rope+RemoveSubrange.swift
[279/493] Compiling _RopeModule Rope+Split.swift
[280/493] Compiling _RopeModule Optional Utilities.swift
[281/493] Compiling _RopeModule String Utilities.swift
[282/493] Compiling _RopeModule String.Index+ABI.swift
[283/493] Compiling Crypto NISTCurvesKeys.swift
[284/493] Compiling Crypto X25519Keys.swift
[285/493] Compiling Crypto SymmetricKeys.swift
[286/493] Compiling Crypto HMAC.swift
[287/493] Compiling Crypto MACFunctions.swift
[294/524] Emitting module OrderedCollections
[295/547] Compiling BitCollections BitArray+Copy.swift
[296/547] Compiling BitCollections BitArray+CustomReflectable.swift
[297/547] Compiling BitCollections BitArray+Descriptions.swift
[298/547] Compiling BitCollections BitArray+Equatable.swift
[299/547] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[300/547] Compiling BitCollections BitSet+CustomReflectable.swift
[301/547] Compiling BitCollections BitSet+CustomStringConvertible.swift
[302/547] Compiling BitCollections BitSet+Equatable.swift
[303/547] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[304/547] Compiling BitCollections BitSet+Extras.swift
[305/547] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[306/547] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[307/547] Compiling BitCollections BitArray+Extras.swift
[308/547] Compiling BitCollections BitArray+Fill.swift
[309/547] Compiling BitCollections BitArray+Hashable.swift
[310/547] Compiling BitCollections BitArray+Initializers.swift
[311/547] Compiling BitCollections BitArray+Invariants.swift
[312/547] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[313/547] Compiling BitCollections BitArray+RandomBits.swift
[314/547] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[315/547] Compiling BitCollections BitArray+Shifts.swift
[316/547] Compiling BitCollections BitArray+Testing.swift
[317/547] Compiling BitCollections BitArray._UnsafeHandle.swift
[318/547] Compiling BitCollections BitArray.swift
[319/547] Compiling BitCollections BitSet+BidirectionalCollection.swift
[320/547] Compiling BitCollections BitSet+Codable.swift
[321/547] Compiling BitCollections BitArray+BitwiseOperations.swift
[322/547] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[323/547] Compiling BitCollections BitArray+Codable.swift
[324/547] Compiling BitCollections BitArray+Collection.swift
[328/547] Emitting module ConsoleKitTerminal
[331/559] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[332/559] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[333/559] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[334/559] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[335/559] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[336/559] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[337/559] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[338/559] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[339/559] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[340/559] Compiling HashTreeCollections TreeSet.swift
[341/568] Compiling Atomics PointerConformances.swift
[342/568] Compiling Atomics Primitives.native.swift
[343/568] Compiling Atomics UnsafeAtomic.swift
[344/568] Compiling Atomics UnsafeAtomicLazyReference.swift
[345/568] Emitting module Metrics
[346/568] Compiling Metrics Metrics.swift
[347/569] Compiling Atomics ManagedAtomic.swift
[348/569] Compiling Atomics ManagedAtomicLazyReference.swift
[350/569] Compiling Atomics AtomicStorage.swift
[351/569] Compiling Atomics AtomicValue.swift
[352/569] Compiling Atomics IntegerConformances.swift
[353/569] Compiling Atomics AtomicMemoryOrderings.swift
[354/569] Compiling Atomics DoubleWord.swift
[355/571] Compiling Atomics IntegerOperations.swift
[356/571] Compiling Atomics Unmanaged extensions.swift
[357/571] Compiling BitCollections BitSet+Random.swift
[358/571] Compiling BitCollections BitSet+SetAlgebra basics.swift
[359/571] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[360/571] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[361/571] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[362/571] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[363/571] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[364/571] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[365/571] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[366/571] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[367/571] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[374/571] Compiling Atomics OptionalRawRepresentable.swift
[375/571] Compiling Atomics RawRepresentable.swift
[376/571] Compiling Atomics AtomicBool.swift
[377/571] Compiling Atomics AtomicInteger.swift
[378/571] Compiling Atomics AtomicOptionalWrappable.swift
[379/571] Compiling Atomics AtomicReference.swift
[382/571] Emitting module _RopeModule
[395/571] Emitting module DequeModule
[406/572] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[407/572] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[408/572] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[409/572] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[410/572] Compiling BitCollections BitSet+SetAlgebra union.swift
[411/572] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[412/572] Compiling BitCollections BitSet.Counted.swift
[413/579] Compiling ConsoleKitTerminal ConsoleLogger.swift
[414/579] Compiling ConsoleKitTerminal LoggerFragment.swift
[417/579] Compiling BitCollections BitSet+Hashable.swift
[418/579] Compiling BitCollections BitSet+Initializers.swift
[419/579] Compiling BitCollections BitSet+Invariants.swift
[422/587] Compiling ConsoleKitTerminal AnySendableHashable.swift
[441/612] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[442/612] Compiling Algorithms RandomSample.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)
[443/612] Compiling Algorithms Reductions.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)
[444/612] Compiling Algorithms Rotate.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)
[445/612] Compiling Algorithms Split.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)
[446/612] Compiling Algorithms Stride.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)
[447/612] Compiling Algorithms Suffix.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)
/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)
[450/612] Compiling Algorithms AdjacentPairs.swift
[451/612] Compiling Algorithms Chain.swift
[452/612] Compiling Algorithms Chunked.swift
[453/612] Compiling Algorithms Combinations.swift
[454/612] Compiling Algorithms Compacted.swift
[455/612] Compiling Algorithms Cycle.swift
[456/612] Compiling Algorithms EitherSequence.swift
[457/612] Compiling Algorithms FirstNonNil.swift
[458/612] Compiling Algorithms FlattenCollection.swift
[459/612] Compiling Algorithms Grouped.swift
[460/612] Compiling Algorithms Indexed.swift
[464/612] Emitting module BitCollections
[483/612] Emitting module HashTreeCollections
[484/612] Emitting module Crypto
[497/613] Compiling BitCollections BitSet.Index.swift
[498/613] Compiling BitCollections BitSet._UnsafeHandle.swift
[499/613] Compiling BitCollections BitSet.swift
[500/613] Compiling BitCollections Range+Utilities.swift
[501/613] Compiling BitCollections Slice+Utilities.swift
[502/613] Compiling BitCollections UInt+Tricks.swift
[503/613] Compiling BitCollections _Word.swift
[530/614] Compiling Algorithms Permutations.swift
[531/614] Compiling Algorithms Product.swift
[541/614] Compiling Algorithms Intersperse.swift
[542/614] Compiling Algorithms Joined.swift
[543/614] Compiling Algorithms Keyed.swift
[544/614] Compiling Algorithms MinMax.swift
[545/614] Compiling Algorithms Partition.swift
[547/615] Emitting module Atomics
[557/640] Compiling ConsoleKitCommands CommandSignature.swift
[558/640] Compiling ConsoleKitCommands Flag.swift
[559/640] Compiling ConsoleKitCommands Option.swift
[563/640] Compiling ConsoleKitCommands AsyncCommands.swift
[564/640] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[565/640] Compiling ConsoleKitCommands AnyCommand.swift
[566/640] Compiling ConsoleKitCommands CommandError.swift
[567/640] Compiling ConsoleKitCommands Console+Run.swift
[568/640] Compiling ConsoleKitCommands ConsoleError.swift
[569/640] Compiling ConsoleKitCommands Completion.swift
[570/640] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[571/640] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[572/640] Compiling ConsoleKitCommands Argument.swift
[585/642] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[586/642] Compiling ConsoleKitCommands AsyncCommand.swift
[587/642] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[594/644] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[595/644] Compiling Crypto RNG_boring.swift
[596/644] Compiling Crypto SafeCompare_boring.swift
[597/644] Compiling Crypto Zeroization_boring.swift
[598/644] Compiling Crypto PrettyBytes.swift
[599/644] Compiling Crypto SafeCompare.swift
[600/644] Compiling Crypto SecureBytes.swift
[601/644] Compiling Crypto Zeroization.swift
[605/644] Compiling ConsoleKitCommands CommandGroup.swift
[610/644] Compiling ConsoleKitCommands CommandInput.swift
[611/644] Compiling ConsoleKitCommands Commands.swift
[612/644] Compiling ConsoleKitCommands Command.swift
[613/644] Compiling ConsoleKitCommands CommandContext.swift
[624/644] Compiling Algorithms Trim.swift
[625/644] Compiling Algorithms Unique.swift
[626/644] Compiling Algorithms Windows.swift
BUILD FAILURE 6.1 android