Build Information
Failed to build postgres-kit, reference main (2fc0af), with Swift 6.1 for Android on 21 Nov 2025 18:08:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/postgres-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2fc0afb Bump actions/checkout from 5 to 6 in the dependencies group (#276)
Cloned https://github.com/vapor/postgres-kit.git
Revision (git rev-parse @):
2fc0afb72de1c66e63b3b103c732612ef0396ee8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-kit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/postgres-kit.git
https://github.com/vapor/postgres-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.27.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.33.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
}
],
"manifest_display_name" : "postgres-kit",
"name" : "postgres-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresKit",
"targets" : [
"PostgresKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresKitTests",
"module_type" : "SwiftTarget",
"name" : "PostgresKitTests",
"path" : "Tests/PostgresKitTests",
"product_dependencies" : [
"SQLKitBenchmark"
],
"sources" : [
"PostgresKitTests.swift",
"SQLPostgresConfigurationTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"PostgresKit"
],
"type" : "test"
},
{
"c99name" : "PostgresKit",
"module_type" : "SwiftTarget",
"name" : "PostgresKit",
"path" : "Sources/PostgresKit",
"product_dependencies" : [
"AsyncKit",
"PostgresNIO",
"SQLKit"
],
"product_memberships" : [
"PostgresKit"
],
"sources" : [
"ConnectionPool+Postgres.swift",
"Deprecations/PostgresColumnType.swift",
"Deprecations/PostgresConfiguration.swift",
"Deprecations/PostgresConnectionSource+PostgresConfiguration.swift",
"Deprecations/PostgresDataDecoder.swift",
"Deprecations/PostgresDataEncoder.swift",
"Deprecations/PostgresDatabase+SQL+Deprecated.swift",
"Exports.swift",
"PostgresConnectionSource.swift",
"PostgresDataTranslation.swift",
"PostgresDatabase+SQL.swift",
"PostgresDialect.swift",
"PostgresRow+SQL.swift",
"SQLPostgresConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2439] Fetching async-kit
[1831/8532] Fetching async-kit, sql-kit
[8533/21433] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.48s)
[7342/15340] Fetching async-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.82s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.83s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.47s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5067] Fetching swift-log
[2/11096] Fetching swift-log, swift-algorithms
[11097/29410] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.57s)
[11294/23381] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[7326/18314] Fetching swift-collections
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
[1/80438] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.98s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.2 (9.17s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.29.0 (1.09s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
[1/2809] Fetching swift-nio-transport-services
[310/5377] Fetching swift-nio-transport-services, swift-service-lifecycle
[5378/7864] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics
[5577/9684] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics, swift-atomics
[8684/27137] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics, swift-atomics, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.51s)
[7815/24569] Fetching swift-nio-transport-services, swift-metrics, swift-atomics, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
[5502/22082] Fetching swift-nio-transport-services, swift-atomics, swift-crypto
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
[3857/20262] Fetching swift-nio-transport-services, swift-crypto
[4556/35550] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.70s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.44s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.0 (1.09s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.83s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.56s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5701] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.54s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.58s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.77s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (4.33s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.12s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.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.4
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.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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.90.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.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.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/823] Write sources
[32/823] Compiling CNIOWASI CNIOWASI.c
[33/823] Compiling CNIOWindows shim.c
[33/823] Write sources
[38/823] Compiling CNIOWindows WSAStartup.c
[39/823] Compiling CNIOPosix event_loop_id.c
[40/823] Compiling _AtomicsShims.c
[41/823] Compiling _NumericsShims _NumericsShims.c
[42/823] Compiling SimpleFIPS202.c
[42/823] Compiling KeccakSponge.c
[44/823] Compiling CNIOLinux liburing_shims.c
[44/823] Compiling KeccakHash.c
[46/823] Compiling CXKCPShims shims.c
[47/823] Compiling CNIODarwin shim.c
[48/823] Compiling CNIOLinux shim.c
[49/823] Compiling fiat_p256_adx_mul.S
[50/823] Compiling fiat_p256_adx_sqr.S
[51/823] Compiling fiat_curve25519_adx_square.S
[52/823] Compiling fiat_curve25519_adx_mul.S
[53/823] Write swift-version-24593BA9C3E375BF.txt
[54/823] Compiling CNIOBoringSSLShims shims.c
[55/823] Compiling KeccakP-1600-opt64.c
[56/829] Compiling tls_method.cc
[57/829] Compiling tls13_enc.cc
[58/849] Compiling tls13_server.cc
[59/856] Compiling tls13_both.cc
[60/857] Compiling tls_record.cc
[61/881] Compiling tls13_client.cc
[63/881] Emitting module RealModule
[64/885] Emitting module InternalCollectionsUtilities
[65/887] Emitting module ConcurrencyHelpers
[66/887] Compiling ConcurrencyHelpers LockedValueBox.swift
[67/887] Emitting module _NIOBase64
[68/887] Compiling _NIOBase64 Base64.swift
[69/888] Compiling _NIODataStructures _TinyArray.swift
[70/888] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/888] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[74/888] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[75/888] Emitting module _NIODataStructures
[76/888] Compiling _NIODataStructures Heap.swift
[77/888] Compiling _NIODataStructures PriorityQueue.swift
[78/889] Compiling RealModule Float16+Real.swift
[79/889] Compiling RealModule Float80+Real.swift
[80/889] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/889] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/889] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[83/889] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/889] Compiling InternalCollectionsUtilities Debugging.swift
[85/889] Compiling InternalCollectionsUtilities Descriptions.swift
[86/889] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/889] Compiling InternalCollectionsUtilities Integer rank.swift
[88/889] Compiling RealModule RelaxedArithmetic.swift
[89/889] Compiling InternalCollectionsUtilities _SortedCollection.swift
[90/889] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[95/889] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/889] Compiling RealModule Real.swift
[97/889] Compiling RealModule RealFunctions.swift
[98/890] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[99/890] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[105/905] Compiling CoreMetrics Metrics.swift
[106/907] Compiling _RopeModule BigString+Summary.swift
[107/907] Compiling _RopeModule BigString.swift
[108/961] Compiling _RopeModule BigSubstring+UTF8View.swift
[109/961] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[110/961] Compiling _RopeModule BigString+Builder.swift
[111/961] Compiling _RopeModule BigString+Contents.swift
[112/961] Compiling _RopeModule BigString+Debugging.swift
[113/961] Compiling _RopeModule BigString+Iterators.swift
[114/961] Compiling _RopeModule BigString+Metrics.swift
[115/961] Compiling _RopeModule BigString+Index.swift
[116/961] Compiling _RopeModule BigString+Ingester.swift
[117/961] Compiling _RopeModule BigString+Invariants.swift
[117/961] Compiling ssl_versions.cc
[118/961] Compiling t1_enc.cc
[120/961] Compiling SwiftASN1 DER.swift
[121/961] Compiling SwiftASN1 Errors.swift
[122/1023] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[123/1023] Compiling Logging MetadataProvider.swift
[124/1023] Emitting module Logging
[125/1023] Compiling Logging Locks.swift
[126/1023] Compiling ConcurrencyHelpers Lock.swift
[127/1023] Emitting module CoreMetrics
[128/1023] Compiling CoreMetrics Locks.swift
[129/1025] Compiling Logging LogHandler.swift
[130/1025] Compiling Logging Logging.swift
[131/1025] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[132/1025] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[133/1026] Compiling HeapModule Heap+Descriptions.swift
[134/1026] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[135/1026] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[136/1026] Emitting module SwiftASN1
[137/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[138/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[139/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[140/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[141/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[142/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[143/1027] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[146/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[147/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[148/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[149/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[150/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[151/1034] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[152/1034] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[155/1034] Compiling HeapModule Heap.swift
[156/1034] Compiling HeapModule _HeapNode.swift
[157/1034] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[158/1034] Compiling OrderedCollections OrderedSet.swift
[159/1034] Compiling OrderedCollections _UnsafeBitset.swift
[160/1034] Compiling _RopeModule Rope.swift
[161/1034] Compiling _RopeModule RopeElement.swift
[162/1034] Compiling _RopeModule RopeMetric.swift
[163/1034] Compiling _RopeModule RopeSummary.swift
[164/1034] Compiling _RopeModule _RopeItem.swift
[165/1034] Compiling _RopeModule _RopePath.swift
[171/1034] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/1034] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/1034] Compiling OrderedCollections OrderedSet+Testing.swift
[174/1034] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/1043] Emitting module HeapModule
[176/1043] Compiling HeapModule Heap+Invariants.swift
[177/1043] Compiling HeapModule Heap+UnsafeHandle.swift
[178/1140] Compiling ssl_x509.cc
[180/1140] Compiling HashTreeCollections _AncestorHashSlots.swift
[181/1140] Compiling HashTreeCollections _Bitmap.swift
[182/1140] Compiling HashTreeCollections _Bucket.swift
[183/1140] Compiling HashTreeCollections _Hash.swift
[184/1140] Compiling HashTreeCollections _HashLevel.swift
[185/1140] Compiling HashTreeCollections _HashNode+Builder.swift
[186/1140] Compiling HashTreeCollections _HashNode+Debugging.swift
[187/1140] Compiling HashTreeCollections _HashNode+Initializers.swift
[188/1140] Compiling HashTreeCollections _HashNode+Invariants.swift
[189/1140] Compiling HashTreeCollections _HashNode+Lookups.swift
[190/1149] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[191/1149] Compiling HashTreeCollections _HashNode+Storage.swift
[192/1158] Compiling Algorithms FlattenCollection.swift
[193/1158] Compiling Algorithms Grouped.swift
[194/1158] Compiling Algorithms Indexed.swift
[195/1158] Compiling Algorithms Intersperse.swift
[196/1158] Compiling Algorithms Joined.swift
[197/1158] Compiling Algorithms Keyed.swift
[198/1158] Compiling Algorithms MinMax.swift
[199/1158] Compiling DequeModule _UnsafeWrappedBuffer.swift
[200/1161] Compiling Algorithms Permutations.swift
[201/1161] Compiling Algorithms Product.swift
[202/1161] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[203/1161] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[204/1161] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[205/1161] Compiling HashTreeCollections _HashNode+Structural merge.swift
[206/1161] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[207/1161] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[208/1167] Compiling HashTreeCollections _HashNode+Structural union.swift
[209/1167] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[210/1167] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[211/1167] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[212/1167] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[213/1167] Compiling HashTreeCollections _HashNode.swift
[214/1167] Compiling HashTreeCollections _HashNodeHeader.swift
[215/1167] Compiling HashTreeCollections _HashSlot.swift
[216/1167] Compiling HashTreeCollections _HashStack.swift
[217/1167] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[218/1167] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[219/1167] Compiling HashTreeCollections TreeDictionary+Filter.swift
[220/1167] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[221/1167] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[222/1167] Compiling HashTreeCollections TreeDictionary+Keys.swift
[223/1167] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[224/1167] Compiling Algorithms Chunked.swift
[225/1167] Compiling Algorithms Combinations.swift
[226/1167] Compiling Algorithms AdjacentPairs.swift
[227/1167] Compiling Algorithms Chain.swift
[230/1167] Compiling Algorithms Compacted.swift
[231/1167] Compiling Algorithms Cycle.swift
[232/1167] Compiling Algorithms EitherSequence.swift
[233/1167] Compiling Algorithms FirstNonNil.swift
[234/1167] Compiling UnixSignals UnixSignal.swift
[235/1167] Emitting module UnixSignals
[236/1167] Compiling UnixSignals UnixSignalsSequence.swift
[238/1168] Compiling HashTreeCollections TreeSet+Hashable.swift
[239/1168] Compiling HashTreeCollections TreeSet+Sendable.swift
[240/1168] Compiling HashTreeCollections TreeSet+Sequence.swift
[241/1168] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[242/1168] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[243/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[244/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[245/1168] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[246/1168] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[247/1168] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[257/1178] Compiling Algorithms Partition.swift
[260/1178] Compiling HashTreeCollections TreeDictionary.swift
[261/1178] Compiling HashTreeCollections TreeSet+Codable.swift
[262/1178] Compiling HashTreeCollections TreeSet+Collection.swift
[263/1178] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[264/1178] Compiling HashTreeCollections TreeSet+Debugging.swift
[265/1178] Compiling HashTreeCollections TreeSet+Descriptions.swift
[266/1178] Compiling HashTreeCollections TreeSet+Equatable.swift
[267/1178] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[268/1178] Compiling HashTreeCollections TreeSet+Extras.swift
[269/1178] Compiling HashTreeCollections TreeSet+Filter.swift
[270/1178] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[276/1178] Compiling ssl_transcript.cc
[285/1178] Compiling HashTreeCollections TreeDictionary+Merge.swift
[286/1178] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[287/1178] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[288/1178] Compiling HashTreeCollections TreeDictionary+Values.swift
[289/1178] Emitting module DequeModule
[290/1179] Compiling Algorithms RandomSample.swift
[291/1179] Compiling Algorithms Reductions.swift
[292/1179] Compiling Algorithms Rotate.swift
[298/1182] Compiling Algorithms Split.swift
[299/1182] Compiling Algorithms Stride.swift
[300/1182] Compiling Algorithms Suffix.swift
[307/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[308/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[309/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[310/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[311/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[312/1182] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[313/1182] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[314/1182] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[315/1182] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[316/1182] Compiling HashTreeCollections TreeSet.swift
[321/1182] Emitting module OrderedCollections
[337/1183] Compiling HashTreeCollections _HashTreeIterator.swift
[338/1183] Compiling HashTreeCollections _HashTreeStatistics.swift
[339/1183] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[340/1183] Compiling HashTreeCollections _RawHashNode.swift
[341/1183] Compiling HashTreeCollections _UnmanagedHashNode.swift
[347/1183] Compiling Algorithms Trim.swift
[348/1183] Compiling Algorithms Unique.swift
[349/1183] Compiling Algorithms Windows.swift
[371/1183] Emitting module _RopeModule
[377/1183] Compiling HashTreeCollections _UnsafePath.swift
[378/1183] Compiling HashTreeCollections TreeDictionary+Codable.swift
[379/1183] Compiling HashTreeCollections TreeDictionary+Collection.swift
[380/1183] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[381/1183] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[382/1184] Compiling ssl_stat.cc
[388/1184] Emitting module Metrics
[426/1184] Compiling Metrics Metrics.swift
[426/1185] Compiling ssl_session.cc
[428/1185] Compiling ssl_privkey.cc
[430/1185] Emitting module Algorithms
[430/1186] Compiling ssl_key_share.cc
[433/1186] Emitting module HashTreeCollections
[433/1187] Compiling ssl_file.cc
[435/1187] Compiling ssl_lib.cc
[436/1187] Compiling ssl_cert.cc
[437/1187] Compiling ssl_cipher.cc
[438/1187] Compiling ssl_credential.cc
[439/1187] Compiling ssl_buffer.cc
[440/1187] Compiling ssl_asn1.cc
[441/1187] Compiling s3_lib.cc
[442/1187] Compiling ssl_aead_ctx.cc
[443/1187] Compiling s3_pkt.cc
[444/1187] Compiling s3_both.cc
[445/1187] Compiling handshake_server.cc
[446/1187] Compiling handoff.cc
[447/1187] Compiling handshake.cc
[448/1187] Compiling handshake_client.cc
[449/1187] Compiling dtls_record.cc
[450/1187] Compiling encrypted_client_hello.cc
[451/1187] Compiling md5-x86_64-linux.S
[452/1187] Compiling md5-x86_64-apple.S
[453/1187] Compiling extensions.cc
[454/1187] Compiling md5-586-linux.S
[455/1187] Compiling md5-586-apple.S
[456/1187] Compiling chacha20_poly1305_x86_64-linux.S
[457/1187] Compiling chacha20_poly1305_x86_64-apple.S
[458/1187] Compiling chacha20_poly1305_armv8-win.S
[459/1187] Compiling chacha20_poly1305_armv8-linux.S
[460/1187] Compiling chacha20_poly1305_armv8-apple.S
[461/1187] Compiling chacha-x86_64-linux.S
[462/1187] Compiling dtls_method.cc
[463/1187] Compiling chacha-x86_64-apple.S
[464/1187] Compiling chacha-x86-linux.S
[465/1187] Compiling err_data.cc
[466/1187] Compiling d1_srtp.cc
[467/1187] Compiling d1_pkt.cc
[468/1187] Compiling bio_ssl.cc
[469/1187] Compiling d1_lib.cc
[470/1187] Compiling chacha-x86-apple.S
[471/1187] Compiling d1_both.cc
[472/1187] Compiling chacha-armv8-win.S
[473/1187] Compiling chacha-armv8-apple.S
[474/1187] Compiling chacha-armv4-linux.S
[475/1187] Compiling aes128gcmsiv-x86_64-linux.S
[475/1187] Compiling aes128gcmsiv-x86_64-apple.S
[477/1187] Compiling chacha-armv8-linux.S
[478/1187] Compiling x86_64-mont5-apple.S
[479/1187] Compiling x86_64-mont5-linux.S
[480/1187] Compiling x86_64-mont-linux.S
[481/1187] Compiling x86-mont-linux.S
[482/1187] Compiling vpaes-x86-apple.S
[483/1187] Compiling x86_64-mont-apple.S
[483/1187] Compiling vpaes-armv8-win.S
[483/1187] Compiling vpaes-armv8-linux.S
[483/1187] Compiling vpaes-x86-linux.S
[487/1187] Compiling x86-mont-apple.S
[487/1187] Compiling vpaes-x86_64-linux.S
[487/1187] Compiling vpaes-x86_64-apple.S
[490/1187] Compiling sha512-armv8-win.S
[491/1187] Compiling sha512-armv4-linux.S
[491/1187] Compiling sha512-x86_64-apple.S
[493/1187] Compiling sha512-armv8-apple.S
[494/1187] Compiling vpaes-armv8-apple.S
[495/1187] Compiling vpaes-armv7-linux.S
[496/1187] Compiling sha512-x86_64-linux.S
[497/1187] Compiling sha512-armv8-linux.S
[498/1187] Compiling sha256-armv8-win.S
[499/1187] Compiling sha512-586-apple.S
[499/1187] Compiling sha512-586-linux.S
[501/1187] Compiling sha256-x86_64-apple.S
[501/1187] Compiling sha256-armv8-apple.S
[503/1187] Compiling sha256-x86_64-linux.S
[504/1187] Compiling sha256-armv8-linux.S
[505/1187] Compiling sha256-armv4-linux.S
[506/1187] Compiling sha256-586-linux.S
[507/1187] Compiling sha1-x86_64-apple.S
[508/1187] Compiling sha256-586-apple.S
[509/1187] Compiling sha1-armv8-win.S
[510/1187] Compiling sha1-x86_64-linux.S
[511/1187] Compiling sha1-armv4-large-linux.S
[512/1187] Compiling sha1-armv8-linux.S
[512/1187] Compiling sha1-armv8-apple.S
[514/1187] Compiling sha1-586-linux.S
[515/1187] Compiling rsaz-avx2-apple.S
[516/1187] Compiling rdrand-x86_64-linux.S
[517/1187] Compiling rsaz-avx2-linux.S
[518/1187] Compiling sha1-586-apple.S
[519/1187] Compiling p256_beeu-x86_64-asm-linux.S
[520/1187] Compiling rdrand-x86_64-apple.S
[521/1187] Compiling p256_beeu-armv8-asm-win.S
[522/1187] Compiling p256_beeu-x86_64-asm-apple.S
[523/1187] Compiling p256_beeu-armv8-asm-apple.S
[524/1187] Compiling p256-x86_64-asm-apple.S
[525/1187] Compiling p256_beeu-armv8-asm-linux.S
[526/1187] Compiling p256-x86_64-asm-linux.S
[527/1187] Compiling p256-armv8-asm-win.S
[528/1187] Compiling p256-armv8-asm-apple.S
[529/1187] Compiling ghashv8-armv8-win.S
[530/1187] Compiling p256-armv8-asm-linux.S
[531/1187] Compiling ghashv8-armv7-linux.S
[532/1187] Compiling ghashv8-armv8-apple.S
[533/1187] Compiling ghash-x86_64-linux.S
[534/1187] Compiling ghashv8-armv8-linux.S
[535/1187] Compiling ghash-x86_64-apple.S
[536/1187] Compiling ghash-x86-linux.S
[537/1187] Compiling ghash-x86-apple.S
[538/1187] Compiling ghash-ssse3-x86_64-linux.S
[539/1187] Compiling ghash-ssse3-x86_64-apple.S
[540/1187] Compiling ghash-ssse3-x86-linux.S
[541/1187] Compiling ghash-ssse3-x86-apple.S
[542/1187] Compiling ghash-neon-armv8-win.S
[543/1187] Compiling ghash-neon-armv8-linux.S
[544/1187] Compiling ghash-armv4-linux.S
[545/1187] Compiling ghash-neon-armv8-apple.S
[546/1187] Compiling co-586-apple.S
[547/1187] Compiling co-586-linux.S
[548/1187] Compiling bsaes-armv7-linux.S
[549/1187] Compiling bn-armv8-linux.S
[550/1187] Compiling bn-armv8-apple.S
[551/1187] Compiling bn-armv8-win.S
[552/1187] Compiling bn-586-linux.S
[553/1187] Compiling bn-586-apple.S
[554/1187] Compiling armv8-mont-win.S
[555/1187] Compiling armv8-mont-apple.S
[556/1187] Compiling armv8-mont-linux.S
[557/1187] Compiling armv4-mont-linux.S
[558/1187] Compiling aesv8-gcm-armv8-win.S
[559/1187] Compiling aesv8-gcm-armv8-apple.S
[560/1187] Compiling aesv8-gcm-armv8-linux.S
[561/1187] Compiling aesv8-armv8-win.S
[562/1187] Compiling aesv8-armv8-linux.S
[563/1187] Compiling aesv8-armv7-linux.S
[564/1187] Compiling aesv8-armv8-apple.S
[565/1187] Compiling aesni-x86_64-apple.S
[566/1187] Compiling aesni-x86_64-linux.S
[567/1187] Compiling aesni-x86-linux.S
[568/1187] Compiling aesni-gcm-x86_64-linux.S
[569/1187] Compiling aes-gcm-avx2-x86_64-linux.S
[569/1187] Compiling aesni-x86-apple.S
[571/1187] Compiling aes-gcm-avx10-x86_64-apple.S
[572/1187] Compiling aesni-gcm-x86_64-apple.S
[573/1187] Compiling aes-gcm-avx2-x86_64-apple.S
[574/1187] Compiling aes-gcm-avx10-x86_64-linux.S
[575/1187] Compiling x_sig.cc
[576/1187] Compiling x_x509a.cc
[577/1187] Compiling x_spki.cc
[578/1187] Compiling x_req.cc
[579/1187] Compiling x_val.cc
[580/1187] Compiling x_x509.cc
[581/1187] Compiling x_name.cc
[582/1187] Compiling x_pubkey.cc
[583/1187] Compiling x_exten.cc
[584/1187] Compiling x_attrib.cc
[585/1187] Compiling x_crl.cc
[586/1187] Compiling x_algor.cc
[587/1187] Compiling x509spki.cc
[587/1187] Compiling x_all.cc
[589/1187] Compiling x509rset.cc
[590/1187] Compiling x509name.cc
[591/1187] Compiling x509cset.cc
[592/1187] Compiling x509_v3.cc
[593/1187] Compiling x509_vpm.cc
[594/1187] Compiling x509_txt.cc
[595/1187] Compiling x509_vfy.cc
[596/1187] Compiling x509_set.cc
[596/1187] Compiling x509_trs.cc
[598/1187] Compiling x509_req.cc
[599/1187] Compiling x509_obj.cc
[600/1187] Compiling x509_def.cc
[601/1187] Compiling x509_ext.cc
[602/1187] Compiling x509_lu.cc
[603/1187] Compiling x509_d2.cc
[604/1187] Compiling x509_cmp.cc
[605/1187] Compiling x509_att.cc
[606/1187] Compiling x509.cc
[607/1187] Compiling v3_skey.cc
[608/1187] Compiling v3_prn.cc
[609/1187] Compiling v3_utl.cc
[610/1187] Compiling v3_purp.cc
[611/1187] Compiling v3_pmaps.cc
[612/1187] Compiling v3_pcons.cc
[613/1187] Compiling v3_ocsp.cc
[614/1187] Compiling v3_ncons.cc
[615/1187] Compiling v3_int.cc
[616/1187] Compiling v3_ia5.cc
[617/1187] Compiling v3_lib.cc
[618/1187] Compiling v3_info.cc
[619/1187] Compiling v3_genn.cc
[620/1187] Compiling v3_extku.cc
[621/1187] Compiling v3_enum.cc
[622/1187] Compiling v3_crld.cc
[623/1187] Compiling v3_cpols.cc
[624/1187] Compiling v3_bitst.cc
[625/1187] Compiling v3_conf.cc
[626/1187] Compiling v3_bcons.cc
[627/1187] Compiling v3_alt.cc
[628/1187] Compiling v3_akeya.cc
[629/1187] Compiling v3_akey.cc
[630/1187] Compiling t_crl.cc
[631/1187] Compiling t_x509.cc
[632/1187] Compiling t_req.cc
[633/1187] Compiling t_x509a.cc
[634/1187] Compiling rsa_pss.cc
[635/1187] Compiling policy.cc
[636/1187] Compiling name_print.cc
[637/1187] Compiling i2d_pr.cc
[638/1187] Compiling by_file.cc
[639/1187] Compiling by_dir.cc
[640/1187] Compiling a_verify.cc
[641/1187] Compiling asn1_gen.cc
[642/1187] Compiling algorithm.cc
[643/1187] Compiling a_sign.cc
[644/1187] Compiling a_digest.cc
[645/1187] Compiling voprf.cc
[646/1187] Compiling thread_win.cc
[647/1187] Compiling thread_pthread.cc
[648/1187] Compiling thread.cc
[649/1187] Compiling stack.cc
[650/1187] Compiling thread_none.cc
[651/1187] Compiling trust_token.cc
[652/1187] Compiling pmbtoken.cc
[653/1187] Compiling siphash.cc
[654/1187] Compiling sha512.cc
[655/1187] Compiling slhdsa.cc
[656/1187] Compiling sha256.cc
[657/1187] Compiling sha1.cc
[658/1187] Compiling rsa_print.cc
[659/1187] Compiling rsa_extra.cc
[660/1187] Compiling spake2plus.cc
[661/1187] Compiling rsa_crypt.cc
[662/1187] Compiling refcount.cc
[663/1187] Compiling rc4.cc
[664/1187] Compiling urandom.cc
[665/1187] Compiling trusty.cc
[666/1187] Compiling windows.cc
[667/1187] Compiling rsa_asn1.cc
[668/1187] Compiling rand.cc
[669/1187] Compiling passive.cc
[670/1187] Compiling poly1305_arm_asm.S
[671/1187] Compiling ios.cc
[672/1187] Compiling getentropy.cc
[673/1187] Compiling forkunsafe.cc
[674/1187] Compiling fork_detect.cc
[675/1187] Compiling deterministic.cc
[676/1187] Compiling poly1305_vec.cc
[677/1187] Compiling poly1305_arm.cc
[678/1187] Compiling pool.cc
[679/1187] Compiling poly1305.cc
[680/1187] Compiling pkcs8_x509.cc
[681/1187] Compiling p5_pbev2.cc
[682/1187] Compiling pkcs8.cc
[683/1187] Compiling pkcs7.cc
[684/1187] Compiling pkcs7_x509.cc
[685/1187] Compiling pem_xaux.cc
[686/1187] Compiling pem_x509.cc
[687/1187] Compiling pem_pkey.cc
[688/1187] Compiling mlkem.cc
[689/1187] Compiling pem_pk8.cc
[690/1187] Compiling pem_oth.cc
[691/1187] Compiling pem_lib.cc
[692/1187] Compiling obj_xref.cc
[693/1187] Compiling obj.cc
[694/1187] Compiling pem_info.cc
[695/1187] Compiling pem_all.cc
[696/1187] Compiling mldsa.cc
[697/1187] Compiling poly_rq_mul.S
[698/1187] Compiling fips_shared_support.cc
[699/1187] Compiling mem.cc
[700/1187] Compiling md5.cc
[701/1187] Compiling md4.cc
[702/1187] Compiling lhash.cc
[703/1187] Compiling ex_data.cc
[704/1187] Compiling kyber.cc
[705/1187] Compiling sign.cc
[706/1187] Compiling scrypt.cc
[707/1187] Compiling print.cc
[708/1187] Compiling hpke.cc
[709/1187] Compiling hrss.cc
[710/1187] Compiling pbkdf.cc
[711/1187] Compiling p_x25519.cc
[712/1187] Compiling p_x25519_asn1.cc
[713/1187] Compiling p_rsa_asn1.cc
[714/1187] Compiling p_rsa.cc
[715/1187] Compiling p_hkdf.cc
[716/1187] Compiling p_ed25519.cc
[717/1187] Compiling p_ed25519_asn1.cc
[718/1187] Compiling p_ec_asn1.cc
[719/1187] Compiling p_ec.cc
[720/1187] Compiling p_dh.cc
[721/1187] Compiling p_dh_asn1.cc
[722/1187] Compiling evp_ctx.cc
[723/1187] Compiling p_dsa_asn1.cc
[724/1187] Compiling evp.cc
[725/1187] Compiling err.cc
[726/1187] Compiling engine.cc
[727/1187] Compiling ecdh.cc
[728/1187] Compiling evp_asn1.cc
[729/1187] Compiling hash_to_curve.cc
[730/1187] Compiling ecdsa_asn1.cc
[731/1187] Compiling ec_derive.cc
[732/1187] Compiling ec_asn1.cc
[733/1187] Compiling dsa.cc
[734/1187] Compiling params.cc
[735/1187] Compiling dsa_asn1.cc
[736/1187] Compiling x25519-asm-arm.S
[737/1187] Compiling dh_asn1.cc
[738/1187] Compiling des.cc
[739/1187] Compiling bcm.cc
[740/1187] Compiling digest_extra.cc
[741/1187] Compiling curve25519_64_adx.cc
[742/1187] Compiling crypto.cc
[743/1187] Compiling cpu_intel.cc
[744/1187] Compiling curve25519.cc
[745/1187] Compiling spake25519.cc
[746/1187] Compiling cpu_arm_linux.cc
[747/1187] Compiling cpu_arm_freebsd.cc
[748/1187] Compiling cpu_aarch64_win.cc
[749/1187] Compiling cpu_aarch64_sysreg.cc
[750/1187] Compiling cpu_aarch64_openbsd.cc
[751/1187] Compiling cpu_aarch64_linux.cc
[752/1187] Compiling cpu_aarch64_fuchsia.cc
[753/1187] Compiling cpu_aarch64_apple.cc
[754/1187] Compiling conf.cc
[755/1187] Compiling tls_cbc.cc
[756/1187] Compiling get_cipher.cc
[757/1187] Compiling e_tls.cc
[758/1187] Compiling e_rc4.cc
[759/1187] Compiling e_rc2.cc
[760/1187] Compiling e_null.cc
[761/1187] Compiling e_des.cc
[762/1187] Compiling e_chacha20poly1305.cc
[763/1187] Compiling derive_key.cc
[764/1187] Compiling chacha.cc
[765/1187] Compiling e_aesgcmsiv.cc
[766/1187] Compiling e_aesctrhmac.cc
[767/1187] Compiling unicode.cc
[768/1187] Compiling cbb.cc
[769/1187] Compiling buf.cc
[770/1187] Compiling cbs.cc
[771/1187] Compiling ber.cc
[772/1187] Compiling asn1_compat.cc
[773/1187] Compiling bn_asn1.cc
[774/1187] Compiling convert.cc
[775/1187] Compiling blake2.cc
[776/1187] Compiling printf.cc
[777/1187] Compiling socket.cc
[778/1187] Compiling socket_helper.cc
[779/1187] Compiling pair.cc
[780/1187] Compiling hexdump.cc
[781/1187] Compiling file.cc
[782/1187] Compiling errno.cc
[783/1187] Compiling fd.cc
[784/1187] Compiling bio_mem.cc
[785/1187] Compiling base64.cc
[785/1187] Compiling connect.cc
[787/1187] Compiling bio.cc
[788/1187] Compiling tasn_fre.cc
[789/1187] Compiling tasn_typ.cc
[790/1187] Compiling tasn_utl.cc
[791/1187] Compiling posix_time.cc
[792/1187] Compiling tasn_enc.cc
[793/1187] Compiling f_string.cc
[794/1187] Compiling tasn_new.cc
[795/1187] Compiling tasn_dec.cc
[796/1187] Compiling f_int.cc
[797/1187] Compiling asn_pack.cc
[798/1187] Compiling asn1_par.cc
[799/1187] Compiling a_utctm.cc
[800/1187] Compiling asn1_lib.cc
[801/1187] Compiling a_type.cc
[802/1187] Compiling a_time.cc
[803/1187] Compiling a_octet.cc
[804/1187] Compiling a_strnid.cc
[805/1187] Compiling a_strex.cc
[806/1187] Compiling a_object.cc
[807/1187] Compiling a_i2d_fp.cc
[808/1187] Compiling a_dup.cc
[809/1187] Compiling a_mbstr.cc
[810/1187] Compiling a_int.cc
[811/1187] Compiling a_d2i_fp.cc
[812/1187] Compiling a_gentm.cc
[813/1187] Compiling fiat_p256_adx_sqr.S
[814/1187] Compiling fiat_p256_adx_mul.S
[815/1187] Compiling fiat_curve25519_adx_square.S
[816/1187] Compiling fiat_curve25519_adx_mul.S
[817/1187] Compiling md5-x86_64-linux.S
[818/1187] Compiling md5-x86_64-apple.S
[819/1187] Compiling md5-586-linux.S
[820/1187] Compiling md5-586-apple.S
[821/1187] Compiling chacha20_poly1305_x86_64-linux.S
[822/1187] Compiling chacha20_poly1305_x86_64-apple.S
[823/1187] Compiling a_bitstr.cc
[824/1187] Compiling chacha20_poly1305_armv8-win.S
[825/1187] Compiling chacha20_poly1305_armv8-apple.S
[826/1187] Compiling chacha-x86_64-linux.S
[827/1187] Compiling chacha20_poly1305_armv8-linux.S
[828/1187] Compiling CCryptoBoringSSLShims shims.c
[829/1187] Compiling chacha-x86_64-apple.S
[830/1187] Compiling chacha-x86-linux.S
[831/1187] Compiling chacha-x86-apple.S
[832/1187] Compiling chacha-armv8-win.S
[833/1187] Compiling a_bool.cc
[834/1187] Compiling chacha-armv8-apple.S
[835/1187] Compiling chacha-armv4-linux.S
[836/1187] Compiling aes128gcmsiv-x86_64-linux.S
[837/1187] Compiling chacha-armv8-linux.S
[838/1187] Compiling aes128gcmsiv-x86_64-apple.S
[839/1187] Compiling x86_64-mont5-linux.S
[840/1187] Compiling x86_64-mont5-apple.S
[841/1187] Compiling x86_64-mont-linux.S
[842/1187] Compiling x86_64-mont-apple.S
[843/1187] Compiling x86-mont-linux.S
[844/1187] Compiling x86-mont-apple.S
[845/1187] Compiling vpaes-x86_64-linux.S
[846/1187] Compiling vpaes-x86_64-apple.S
[847/1187] Compiling vpaes-x86-linux.S
[848/1187] Compiling vpaes-x86-apple.S
[849/1187] Compiling vpaes-armv8-win.S
[850/1187] Compiling vpaes-armv8-linux.S
[851/1187] Compiling vpaes-armv8-apple.S
[852/1187] Compiling vpaes-armv7-linux.S
[853/1187] Compiling sha512-x86_64-linux.S
[854/1187] Compiling sha512-x86_64-apple.S
[855/1187] Compiling sha512-armv8-win.S
[856/1187] Compiling sha512-armv8-apple.S
[857/1187] Compiling sha512-armv4-linux.S
[858/1187] Compiling sha512-586-linux.S
[859/1187] Compiling sha512-armv8-linux.S
[860/1187] Compiling sha512-586-apple.S
[861/1187] Compiling err_data.cc
[862/1187] Compiling sha256-x86_64-linux.S
[863/1187] Compiling sha256-x86_64-apple.S
[864/1187] Compiling sha256-armv8-win.S
[865/1187] Compiling sha256-armv8-apple.S
[866/1187] Compiling sha256-armv4-linux.S
[867/1187] Compiling sha256-586-linux.S
[868/1187] Compiling sha256-armv8-linux.S
[869/1187] Compiling sha256-586-apple.S
[870/1187] Compiling sha1-x86_64-linux.S
[871/1187] Compiling sha1-x86_64-apple.S
[872/1187] Compiling sha1-armv8-win.S
[873/1187] Compiling sha1-armv8-apple.S
[874/1187] Compiling sha1-armv4-large-linux.S
[875/1187] Compiling sha1-586-linux.S
[876/1187] Compiling sha1-armv8-linux.S
[877/1187] Compiling sha1-586-apple.S
[878/1187] Compiling rsaz-avx2-linux.S
[879/1187] Compiling rsaz-avx2-apple.S
[880/1187] Compiling rdrand-x86_64-linux.S
[881/1187] Compiling rdrand-x86_64-apple.S
[882/1187] Compiling p256_beeu-x86_64-asm-linux.S
[883/1187] Compiling p256_beeu-armv8-asm-win.S
[884/1187] Compiling p256_beeu-x86_64-asm-apple.S
[885/1187] Compiling p256_beeu-armv8-asm-apple.S
[886/1187] Compiling p256_beeu-armv8-asm-linux.S
[887/1187] Compiling p256-x86_64-asm-linux.S
[888/1187] Compiling p256-x86_64-asm-apple.S
[889/1187] Compiling p256-armv8-asm-win.S
[890/1187] Compiling ghashv8-armv8-win.S
[891/1187] Compiling p256-armv8-asm-apple.S
[892/1187] Compiling p256-armv8-asm-linux.S
[893/1187] Compiling ghashv8-armv8-linux.S
[894/1187] Compiling ghashv8-armv8-apple.S
[895/1187] Compiling ghashv8-armv7-linux.S
[896/1187] Compiling ghash-x86_64-linux.S
[897/1187] Compiling ghash-x86_64-apple.S
[898/1187] Compiling ghash-x86-linux.S
[899/1187] Compiling ghash-ssse3-x86_64-linux.S
[900/1187] Compiling ghash-x86-apple.S
[901/1187] Compiling ghash-ssse3-x86_64-apple.S
[902/1187] Compiling ghash-ssse3-x86-linux.S
[903/1187] Compiling ghash-ssse3-x86-apple.S
[904/1187] Compiling ghash-neon-armv8-win.S
[905/1187] Compiling ghash-neon-armv8-linux.S
[906/1187] Compiling ghash-neon-armv8-apple.S
[907/1187] Compiling ghash-armv4-linux.S
[908/1187] Compiling co-586-linux.S
[909/1187] Compiling co-586-apple.S
[910/1187] Compiling bsaes-armv7-linux.S
[911/1187] Compiling bn-armv8-win.S
[912/1187] Compiling bn-armv8-linux.S
[913/1187] Compiling bn-armv8-apple.S
[914/1187] Compiling bn-586-linux.S
[915/1187] Compiling bn-586-apple.S
[916/1187] Compiling armv8-mont-win.S
[917/1187] Compiling armv8-mont-apple.S
[918/1187] Compiling armv4-mont-linux.S
[919/1187] Compiling armv8-mont-linux.S
[920/1187] Compiling aesv8-gcm-armv8-win.S
[921/1187] Compiling aesv8-gcm-armv8-linux.S
[922/1187] Compiling aesv8-gcm-armv8-apple.S
[923/1187] Compiling aesv8-armv8-win.S
[924/1187] Compiling aesv8-armv8-apple.S
[925/1187] Compiling aesv8-armv8-linux.S
[926/1187] Compiling aesv8-armv7-linux.S
[927/1187] Compiling aesni-x86_64-linux.S
[928/1187] Compiling aesni-x86_64-apple.S
[929/1187] Compiling aesni-x86-linux.S
[930/1187] Compiling aesni-x86-apple.S
[931/1187] Compiling aesni-gcm-x86_64-linux.S
[932/1187] Compiling aesni-gcm-x86_64-apple.S
[933/1187] Compiling aes-gcm-avx512-x86_64-linux.S
[934/1187] Compiling aes-gcm-avx512-x86_64-apple.S
[935/1187] Compiling aes-gcm-avx2-x86_64-linux.S
[936/1187] Compiling aes-gcm-avx2-x86_64-apple.S
[937/1187] Compiling xwing.cc
[938/1187] Compiling x_spki.cc
[939/1187] Compiling x_sig.cc
[940/1187] Compiling x_x509a.cc
[941/1187] Compiling x_req.cc
[942/1187] Compiling x_x509.cc
[943/1187] Compiling c-nioatomics.c
[944/1187] Compiling x_pubkey.cc
[945/1187] Compiling x_exten.cc
[946/1187] Compiling x_attrib.cc
[947/1187] Compiling x_crl.cc
[948/1187] Compiling x_name.cc
[949/1187] Compiling x_all.cc
[950/1187] Compiling c-atomics.c
[951/1193] Compiling x_algor.cc
[953/1193] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[953/1193] Compiling x509spki.cc
[954/1193] Compiling x509rset.cc
[956/1193] Compiling NIOConcurrencyHelpers lock.swift
[957/1193] Compiling NIOConcurrencyHelpers NIOLock.swift
[958/1193] Compiling NIOConcurrencyHelpers atomics.swift
[958/1193] Compiling x509cset.cc
[960/1193] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[961/1193] Emitting module NIOConcurrencyHelpers
[962/1194] Compiling x509name.cc
[963/1194] Compiling x509_vfy.cc
[964/1194] Compiling x509_vpm.cc
[965/1194] Compiling x509_v3.cc
[966/1194] Compiling x509_txt.cc
[967/1194] Compiling x509_trs.cc
[968/1194] Compiling x509_set.cc
[969/1194] Compiling x509_req.cc
[970/1194] Compiling x509_obj.cc
[971/1194] Compiling x509_ext.cc
[972/1194] Compiling x509_lu.cc
[973/1194] Compiling x509_def.cc
[974/1194] Compiling x509_d2.cc
[975/1194] Compiling x509_cmp.cc
[976/1194] Compiling x509_att.cc
[977/1194] Compiling x509.cc
[978/1194] Compiling v3_skey.cc
[979/1194] Compiling v3_purp.cc
[980/1194] Compiling v3_utl.cc
[981/1194] Compiling v3_prn.cc
[982/1194] Compiling v3_pmaps.cc
[983/1194] Compiling v3_pcons.cc
[984/1194] Compiling v3_ocsp.cc
[985/1194] Compiling v3_ncons.cc
[986/1194] Compiling v3_lib.cc
[987/1194] Compiling v3_int.cc
[988/1194] Compiling v3_info.cc
[989/1194] Compiling v3_ia5.cc
[990/1194] Compiling v3_genn.cc
[991/1194] Compiling v3_extku.cc
[992/1194] Compiling v3_enum.cc
[993/1194] Compiling v3_crld.cc
[994/1194] Compiling v3_conf.cc
[995/1194] Compiling v3_bitst.cc
[996/1194] Compiling v3_cpols.cc
[997/1194] Compiling v3_bcons.cc
[998/1194] Compiling v3_akeya.cc
[999/1194] Compiling v3_alt.cc
[1000/1194] Compiling v3_akey.cc
[1001/1194] Compiling t_x509a.cc
[1002/1194] Compiling t_x509.cc
[1003/1194] Compiling t_req.cc
[1004/1194] Compiling t_crl.cc
[1005/1194] Compiling rsa_pss.cc
[1006/1194] Compiling i2d_pr.cc
[1007/1194] Compiling name_print.cc
[1008/1194] Compiling policy.cc
[1009/1194] Compiling by_file.cc
[1010/1194] Compiling by_dir.cc
[1011/1194] Compiling asn1_gen.cc
[1012/1194] Compiling algorithm.cc
[1013/1194] Compiling a_verify.cc
[1014/1194] Compiling a_sign.cc
[1015/1194] Compiling voprf.cc
[1016/1194] Compiling a_digest.cc
[1017/1194] Compiling thread_win.cc
[1018/1194] Compiling thread_pthread.cc
[1019/1194] Compiling thread_none.cc
[1020/1194] Compiling trust_token.cc
[1021/1194] Compiling thread.cc
[1022/1194] Compiling pmbtoken.cc
[1023/1194] Compiling stack.cc
[1024/1194] Compiling siphash.cc
[1025/1194] Compiling sha512.cc
[1026/1194] Compiling sha256.cc
[1027/1194] Compiling slhdsa.cc
[1028/1194] Compiling spake2plus.cc
[1029/1194] Compiling sha1.cc
[1030/1194] Compiling rsa_print.cc
[1031/1194] Compiling rsa_extra.cc
[1032/1194] Compiling rsa_crypt.cc
[1033/1194] Compiling rc4.cc
[1033/1194] Compiling refcount.cc
[1035/1194] Compiling windows.cc
[1036/1194] Compiling urandom.cc
[1037/1194] Compiling trusty.cc
[1038/1194] Compiling rand.cc
[1039/1194] Compiling rsa_asn1.cc
[1040/1194] Compiling passive.cc
[1041/1194] Compiling poly1305_arm_asm.S
[1042/1194] Compiling getentropy.cc
[1042/1194] Compiling ios.cc
[1044/1194] Compiling forkunsafe.cc
[1045/1194] Compiling deterministic.cc
[1046/1194] Compiling fork_detect.cc
[1047/1194] Compiling poly1305_vec.cc
[1048/1194] Compiling pool.cc
[1049/1194] Compiling poly1305_arm.cc
[1050/1194] Compiling poly1305.cc
[1051/1194] Compiling p5_pbev2.cc
[1051/1194] Compiling pkcs8_x509.cc
[1053/1194] Compiling pkcs8.cc
[1054/1194] Compiling pkcs7_x509.cc
[1055/1194] Compiling pkcs7.cc
[1056/1194] Compiling pem_xaux.cc
[1057/1194] Compiling pem_x509.cc
[1058/1194] Compiling pem_pkey.cc
[1059/1194] Compiling pem_oth.cc
[1060/1194] Compiling pem_pk8.cc
[1061/1194] Compiling mlkem.cc
[1062/1194] Compiling pem_lib.cc
[1063/1194] Compiling obj_xref.cc
[1064/1194] Compiling pem_info.cc
[1065/1194] Compiling pem_all.cc
[1066/1194] Compiling obj.cc
[1067/1194] Compiling poly_rq_mul.S
[1068/1194] Compiling mldsa.cc
[1069/1194] Compiling mem.cc
[1070/1194] Compiling fips_shared_support.cc
[1071/1194] Compiling lhash.cc
[1072/1194] Compiling md5.cc
[1073/1194] Compiling md4.cc
[1074/1194] Compiling fuzzer_mode.cc
[1075/1194] Compiling kyber.cc
[1076/1194] Compiling ex_data.cc
[1077/1194] Compiling hpke.cc
[1078/1194] Compiling hrss.cc
[1079/1194] Compiling scrypt.cc
[1080/1194] Compiling pbkdf.cc
[1081/1194] Compiling print.cc
[1082/1194] Compiling sign.cc
[1083/1194] Compiling p_x25519_asn1.cc
[1083/1194] Compiling p_x25519.cc
[1085/1194] Compiling p_rsa_asn1.cc
[1086/1194] Compiling p_rsa.cc
[1087/1194] Compiling p_hkdf.cc
[1087/1194] Compiling p_ed25519_asn1.cc
[1089/1194] Compiling p_ed25519.cc
[1090/1194] Compiling p_ec.cc
[1091/1194] Compiling p_ec_asn1.cc
[1092/1194] Compiling p_dsa_asn1.cc
[1093/1194] Compiling evp_ctx.cc
[1094/1194] Compiling p_dh_asn1.cc
[1095/1194] Compiling p_dh.cc
[1096/1194] Compiling evp_asn1.cc
[1097/1194] Compiling err.cc
[1098/1194] Compiling engine.cc
[1099/1194] Compiling ecdsa_p1363.cc
[1100/1194] Compiling evp.cc
[1101/1194] Compiling ecdh.cc
[1102/1194] Compiling ecdsa_asn1.cc
[1103/1194] Compiling ec_derive.cc
[1104/1194] Compiling hash_to_curve.cc
[1105/1194] Compiling dsa.cc
[1106/1194] Compiling dsa_asn1.cc
[1107/1194] Compiling ec_asn1.cc
[1108/1194] Compiling digest_extra.cc
[1109/1194] Compiling x25519-asm-arm.S
[1110/1194] Compiling des.cc
[1111/1194] Compiling params.cc
[1112/1194] Compiling dh_asn1.cc
[1113/1194] Compiling curve25519_64_adx.cc
[1114/1194] Compiling spake25519.cc
[1115/1194] Compiling crypto.cc
[1116/1194] Compiling cpu_intel.cc
[1116/1194] Compiling curve25519.cc
[1118/1194] Compiling cpu_arm_linux.cc
[1119/1194] Compiling cpu_arm_freebsd.cc
[1120/1194] Compiling cpu_aarch64_win.cc
[1121/1194] Compiling cpu_aarch64_sysreg.cc
[1122/1194] Compiling cpu_aarch64_openbsd.cc
[1123/1194] Compiling cpu_aarch64_fuchsia.cc
[1124/1194] Compiling cpu_aarch64_linux.cc
[1125/1194] Compiling cpu_aarch64_apple.cc
[1126/1194] Compiling conf.cc
[1127/1194] Compiling get_cipher.cc
[1127/1194] Compiling tls_cbc.cc
[1129/1194] Compiling cms.cc
[1130/1194] Compiling e_rc4.cc
[1130/1194] Compiling e_tls.cc
[1132/1194] Compiling e_rc2.cc
[1133/1194] Compiling e_null.cc
[1134/1194] Compiling e_des.cc
[1135/1194] Compiling e_chacha20poly1305.cc
[1136/1194] Compiling e_aesgcmsiv.cc
[1137/1194] Compiling e_aesctrhmac.cc
[1138/1194] Compiling e_aeseax.cc
[1139/1194] Compiling derive_key.cc
[1140/1194] Compiling chacha.cc
[1141/1194] Compiling buf.cc
[1141/1194] Compiling unicode.cc
[1143/1194] Compiling sqrt.cc
[1144/1194] Compiling cbs.cc
[1145/1194] Compiling cbb.cc
[1146/1194] Compiling ber.cc
[1146/1194] Compiling asn1_compat.cc
[1148/1194] Compiling div.cc
[1149/1194] Compiling exponentiation.cc
[1150/1194] Compiling blake2.cc
[1151/1194] Compiling printf.cc
[1152/1194] Compiling pair.cc
[1153/1194] Compiling bn_asn1.cc
[1154/1194] Compiling convert.cc
[1155/1194] Compiling hexdump.cc
[1156/1194] Compiling file.cc
[1157/1194] Compiling fd.cc
[1158/1194] Compiling errno.cc
[1159/1194] Compiling bio_mem.cc
[1160/1194] Compiling base64.cc
[1161/1194] Compiling bio.cc
[1162/1194] Compiling tasn_typ.cc
[1163/1194] Compiling tasn_fre.cc
[1164/1194] Compiling tasn_enc.cc
[1165/1194] Compiling tasn_utl.cc
[1166/1194] Compiling posix_time.cc
[1167/1194] Compiling tasn_new.cc
[1168/1194] Compiling tasn_dec.cc
[1169/1194] Compiling f_string.cc
[1170/1194] Compiling f_int.cc
[1171/1194] Compiling asn1_par.cc
[1172/1194] Compiling asn_pack.cc
[1173/1194] Compiling asn1_lib.cc
[1174/1194] Compiling a_utctm.cc
[1175/1194] Compiling a_octet.cc
[1176/1194] Compiling a_time.cc
[1177/1194] Compiling a_type.cc
[1178/1194] Compiling a_strnid.cc
[1179/1194] Compiling bcm.cc
[1180/1194] Compiling a_strex.cc
[1181/1194] Compiling a_i2d_fp.cc
[1182/1194] Compiling a_object.cc
[1183/1194] Compiling a_mbstr.cc
[1184/1194] Write sources
[1185/1194] Compiling a_dup.cc
[1186/1194] Write sources
[1187/1194] Compiling a_d2i_fp.cc
[1188/1194] Write sources
[1189/1194] Compiling a_gentm.cc
[1190/1203] Compiling a_int.cc
[1191/1314] Compiling aes.cc
[1192/1314] Compiling a_bool.cc
[1194/1314] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1195/1314] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1196/1316] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1197/1316] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1198/1316] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1199/1316] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1200/1316] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1201/1316] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1202/1316] Emitting module BitCollections
[1203/1323] Compiling Atomics IntegerOperations.swift
[1204/1323] Compiling Atomics Unmanaged extensions.swift
[1205/1323] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1206/1323] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1207/1323] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1207/1323] Compiling a_bitstr.cc
[1209/1323] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1210/1323] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1211/1323] Compiling AsyncAlgorithms Rethrow.swift
[1212/1323] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1213/1323] Compiling BitCollections BitSet+SetAlgebra union.swift
[1214/1323] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1215/1323] Compiling BitCollections BitSet.Counted.swift
[1216/1323] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1217/1323] Compiling AsyncAlgorithms Locking.swift
[1218/1323] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1219/1323] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1220/1323] Compiling AsyncAlgorithms MergeStateMachine.swift
[1221/1323] Compiling AsyncAlgorithms MergeStorage.swift
[1222/1323] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1223/1323] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1224/1323] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1225/1323] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1226/1323] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1227/1323] Compiling AsyncAlgorithms DebounceStorage.swift
[1228/1323] Compiling AsyncAlgorithms Dictionary.swift
[1229/1323] Compiling AsyncAlgorithms _TinyArray.swift
[1233/1323] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1234/1323] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1235/1323] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1236/1323] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1237/1331] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1238/1331] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1239/1331] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1243/1331] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1244/1331] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1245/1331] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1246/1331] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1247/1331] Compiling AsyncAlgorithms AsyncChannel.swift
[1248/1331] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1249/1331] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1250/1331] Compiling AsyncAlgorithms ChannelStorage.swift
[1251/1331] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1252/1331] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1253/1331] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1275/1337] Compiling AsyncAlgorithms ZipStateMachine.swift
[1276/1337] Compiling AsyncAlgorithms ZipStorage.swift
[1277/1337] Compiling BitCollections BitSet.swift
[1278/1337] Compiling BitCollections Range+Utilities.swift
[1279/1337] Compiling BitCollections Slice+Utilities.swift
[1280/1337] Compiling BitCollections UInt+Tricks.swift
[1281/1337] Compiling BitCollections _Word.swift
[1290/1338] Emitting module AsyncAlgorithms
[1291/1340] Compiling Collections Collections.swift
[1292/1340] Emitting module Collections
[1294/1341] Compiling CryptoBoringWrapper RandomBytes.swift
[1295/1341] Emitting module CryptoBoringWrapper
[1296/1341] Emitting module Atomics
[1303/1342] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1311/1342] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1312/1342] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1314/1342] Compiling CryptoBoringWrapper EllipticCurve.swift
[1315/1342] Compiling AsyncAlgorithms SetAlgebra.swift
[1316/1342] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1317/1342] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1318/1342] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1321/1342] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1322/1342] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1324/1421] Compiling NIOCore AsyncChannelInboundStream.swift
[1325/1421] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1326/1505] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1327/1505] Compiling Crypto ASN1Strings.swift
[1328/1505] Compiling Crypto ArraySliceBigint.swift
[1329/1505] Compiling Crypto ECDSASignature.swift
[1330/1505] Compiling Crypto PEMDocument.swift
[1331/1505] Compiling Crypto AES-GCM.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1332/1505] Compiling Crypto AES-GCM_boring.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1333/1505] Compiling Crypto HPKE.swift
[1334/1505] Compiling Crypto HPKE-Context.swift
[1335/1505] Compiling Crypto HPKE-KeySchedule.swift
[1336/1505] Compiling Crypto HPKE-Modes.swift
[1337/1505] Compiling Crypto Insecure.swift
[1338/1505] Compiling Crypto Insecure_HashFunctions.swift
[1339/1505] Compiling Crypto MLKEM_boring.swift
[1340/1505] Compiling Crypto MLKEM_wrapper.swift
[1341/1513] Compiling Crypto ASN1Null.swift
[1342/1513] Compiling Crypto ASN1OctetString.swift
[1343/1513] Compiling Crypto PKCS8PrivateKey.swift
[1344/1513] Compiling Crypto SEC1PrivateKey.swift
[1345/1513] Emitting module _ConnectionPoolModule
[1346/1513] Compiling Crypto HKDF.swift
[1347/1513] Compiling Crypto AESWrap.swift
[1348/1513] Compiling Crypto AESWrap_boring.swift
[1349/1513] Compiling Crypto Ed25519_boring.swift
[1350/1513] Compiling Crypto NISTCurvesKeys_boring.swift
[1351/1513] Compiling Crypto X25519Keys_boring.swift
[1352/1513] Compiling Crypto Curve25519.swift
[1353/1513] Compiling Crypto Ed25519Keys.swift
[1354/1513] Compiling Crypto NISTCurvesKeys.swift
[1355/1513] Compiling Crypto X25519Keys.swift
[1356/1513] Compiling Crypto SymmetricKeys.swift
[1366/1524] Compiling Crypto SubjectPublicKeyInfo.swift
[1367/1524] Compiling Crypto CryptoError_boring.swift
[1368/1524] Compiling Crypto HPKE-KexKeyDerivation.swift
[1375/1524] Compiling Crypto HashFunctions.swift
[1376/1524] Compiling Crypto HashFunctions_SHA2.swift
[1377/1524] Compiling Crypto HashFunctions_SHA3.swift
[1378/1524] Compiling Crypto Digest_xkcp.swift
[1379/1524] Compiling Crypto HPKE-AEAD.swift
[1380/1524] Compiling Crypto HPKE-Ciphersuite.swift
[1381/1524] Compiling Crypto HPKE-KDF.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
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/66] Compiling RealModule RealFunctions.swift
[3/67] Compiling Atomics UnsafeAtomic.swift
[4/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/69] Compiling Logging MetadataProvider.swift
[6/69] Compiling Atomics AtomicStorage.swift
[7/69] Compiling Atomics AtomicValue.swift
[8/71] Compiling RealModule Float80+Real.swift
[9/71] Compiling RealModule Real.swift
[10/71] Compiling Atomics ManagedAtomic.swift
[11/71] Compiling Atomics ManagedAtomicLazyReference.swift
[14/71] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/71] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[16/71] Compiling RealModule RelaxedArithmetic.swift
[19/71] Compiling RealModule Float16+Real.swift
[20/71] Compiling Atomics RawRepresentable.swift
[21/71] Compiling Atomics AtomicBool.swift
[22/71] Compiling Logging Locks.swift
[27/71] Compiling Atomics AtomicOptionalWrappable.swift
[28/71] Compiling Atomics AtomicReference.swift
[29/71] Emitting module _NIOBase64
[30/71] Compiling _NIOBase64 Base64.swift
[31/72] Compiling NIOConcurrencyHelpers lock.swift
[32/72] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[33/72] Compiling NIOConcurrencyHelpers NIOLock.swift
[34/72] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[35/72] Compiling NIOConcurrencyHelpers atomics.swift
[36/72] Compiling Atomics IntegerConformances.swift
[37/72] Compiling Atomics PointerConformances.swift
[38/72] Compiling Atomics Primitives.native.swift
[39/72] Compiling Atomics OptionalRawRepresentable.swift
[40/72] Compiling _NIODataStructures Heap.swift
[41/72] Compiling Atomics AtomicInteger.swift
[44/72] Emitting module _NIODataStructures
[46/72] Emitting module RealModule
[47/73] Compiling Atomics IntegerOperations.swift
[48/73] Compiling Atomics Unmanaged extensions.swift
[49/73] Compiling _NIODataStructures PriorityQueue.swift
[50/73] Compiling _NIODataStructures _TinyArray.swift
[51/74] Emitting module NIOConcurrencyHelpers
[59/75] Emitting module InternalCollectionsUtilities
[63/87] Compiling Logging LogHandler.swift
[64/87] Emitting module Logging
[65/87] Compiling Logging Logging.swift
[67/130] Compiling CoreMetrics Locks.swift
[68/130] Emitting module CoreMetrics
[69/130] Compiling CoreMetrics Metrics.swift
[72/131] Compiling ConcurrencyHelpers LockedValueBox.swift
[73/131] Emitting module ConcurrencyHelpers
[74/133] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[75/133] Compiling CryptoBoringWrapper RandomBytes.swift
[76/148] Compiling ConcurrencyHelpers Lock.swift
[77/181] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[78/227] Compiling CryptoBoringWrapper EllipticCurve.swift
[79/257] Emitting module CryptoBoringWrapper
[81/257] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[82/257] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[83/257] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[84/257] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[85/257] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[86/257] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[87/257] Emitting module Metrics
[88/257] Compiling Metrics Metrics.swift
[89/258] Compiling OrderedCollections OrderedDictionary+Elements.swift
[90/258] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[91/258] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[92/261] Compiling OrderedCollections _Hashtable+Header.swift
[93/261] Compiling OrderedCollections OrderedDictionary+Codable.swift
[94/261] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[95/265] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[96/265] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[97/265] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[100/269] Compiling HeapModule Heap+Invariants.swift
[102/269] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[103/269] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/269] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[107/271] Compiling HeapModule Heap+Descriptions.swift
[108/271] Compiling OrderedCollections _HashTable.swift
[110/274] Compiling HeapModule Heap.swift
[111/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/274] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/274] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/281] Compiling HeapModule _HeapNode.swift
[126/281] Emitting module Atomics
[131/282] Compiling OrderedCollections _HashTable+Bucket.swift
[132/282] Compiling OrderedCollections _HashTable+BucketIterator.swift
[133/282] Compiling OrderedCollections _HashTable+Constants.swift
[134/282] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/282] Compiling OrderedCollections _HashTable+Testing.swift
[136/282] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/282] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[139/282] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[140/282] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[149/282] Compiling HeapModule Heap+UnsafeHandle.swift
[150/282] Compiling SwiftASN1 DER.swift
[151/282] Compiling SwiftASN1 Errors.swift
[158/282] Compiling Algorithms Trim.swift
[159/282] Compiling Algorithms Unique.swift
[160/282] Compiling Algorithms Windows.swift
[161/282] Compiling UnixSignals UnixSignal.swift
[162/282] Compiling OrderedCollections OrderedDictionary.swift
[163/282] Compiling OrderedCollections OrderedSet+Codable.swift
[164/282] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[165/282] Compiling OrderedCollections OrderedSet+Descriptions.swift
[166/282] Compiling OrderedCollections OrderedSet+Diffing.swift
[167/282] Compiling OrderedCollections OrderedSet+Equatable.swift
[168/282] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[169/282] Compiling OrderedCollections OrderedSet+Hashable.swift
[173/282] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[174/282] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[175/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[176/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[177/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[185/282] Emitting module UnixSignals
[186/282] Emitting module HeapModule
[187/330] Compiling UnixSignals UnixSignalsSequence.swift
[189/360] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[190/360] Compiling HashTreeCollections _HashNode+Structural merge.swift
[191/360] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[192/360] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[193/360] Compiling HashTreeCollections _HashNode+Structural union.swift
[194/360] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[195/360] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[196/360] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[197/360] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[198/360] Compiling HashTreeCollections _HashNode.swift
[200/369] Compiling HashTreeCollections _AncestorHashSlots.swift
[201/369] Compiling HashTreeCollections _Bitmap.swift
[202/369] Compiling HashTreeCollections _Bucket.swift
[206/369] Compiling HashTreeCollections _Hash.swift
[207/384] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[208/384] Compiling HashTreeCollections TreeSet+Debugging.swift
[209/384] Compiling HashTreeCollections TreeSet+Descriptions.swift
[210/384] Compiling HashTreeCollections TreeSet+Equatable.swift
[211/384] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[212/384] Compiling HashTreeCollections TreeSet+Extras.swift
[213/384] Compiling HashTreeCollections TreeSet+Filter.swift
[214/384] Compiling HashTreeCollections TreeSet+Hashable.swift
[215/384] Compiling HashTreeCollections TreeSet+Sendable.swift
[216/384] Compiling HashTreeCollections TreeDictionary+Keys.swift
[217/384] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[218/384] Compiling HashTreeCollections TreeDictionary+Merge.swift
[219/384] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[220/384] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[221/384] Compiling HashTreeCollections TreeDictionary+Values.swift
[222/384] Compiling HashTreeCollections TreeDictionary.swift
[223/384] Compiling HashTreeCollections TreeSet+Codable.swift
[224/384] Compiling HashTreeCollections TreeSet+Collection.swift
[225/409] Compiling HashTreeCollections _HashNodeHeader.swift
[226/409] Compiling HashTreeCollections _HashSlot.swift
[227/409] Compiling HashTreeCollections _HashStack.swift
[228/409] Compiling HashTreeCollections _HashTreeIterator.swift
[229/409] Compiling HashTreeCollections _HashTreeStatistics.swift
[230/409] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[231/409] Compiling HashTreeCollections _RawHashNode.swift
[232/409] Compiling HashTreeCollections _UnmanagedHashNode.swift
[233/409] Compiling HashTreeCollections _UnsafePath.swift
[234/409] Compiling HashTreeCollections TreeDictionary+Codable.swift
[235/467] Compiling Crypto ASN1BitString.swift
[236/467] Compiling Crypto ASN1Boolean.swift
[237/467] Compiling Crypto ASN1Identifier.swift
[238/467] Compiling Crypto ASN1Integer.swift
[239/467] Compiling Crypto ASN1Null.swift
[240/467] Compiling Crypto ASN1OctetString.swift
[241/467] Compiling Crypto ASN1Strings.swift
[242/467] Compiling Crypto ArraySliceBigint.swift
[243/492] Compiling Crypto X25519Keys_boring.swift
[244/492] Compiling Crypto Curve25519.swift
[245/492] Compiling Crypto Ed25519Keys.swift
[246/492] Compiling Crypto NISTCurvesKeys.swift
[247/492] Compiling Crypto X25519Keys.swift
[248/492] Compiling Crypto SymmetricKeys.swift
[249/492] Compiling Crypto HMAC.swift
[250/492] Compiling Crypto MACFunctions.swift
[251/492] Compiling Crypto MessageAuthenticationCode.swift
[252/492] Compiling Crypto AES.swift
[253/530] Compiling BitCollections BitArray+RandomBits.swift
[254/530] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[255/530] Compiling BitCollections BitArray+Hashable.swift
[256/530] Compiling BitCollections BitArray+Initializers.swift
[257/532] Compiling Crypto MLKEM.swift
[258/532] Compiling Crypto XWing.swift
[259/532] Compiling Crypto ECDH_boring.swift
[260/532] Compiling Crypto DH.swift
[261/532] Compiling Crypto ECDH.swift
[262/532] Compiling Crypto ANSIx963.swift
[263/532] Compiling Crypto HKDF.swift
[264/532] Compiling BitCollections BitArray+Extras.swift
[265/532] Compiling BitCollections BitArray+Fill.swift
[268/532] Compiling DequeModule _DequeSlot.swift
[269/532] Compiling DequeModule _UnsafeWrappedBuffer.swift
[272/532] Compiling BitCollections BitArray+Shifts.swift
[273/532] Compiling BitCollections BitArray+Testing.swift
[274/532] Compiling BitCollections BitArray+BitwiseOperations.swift
[275/532] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[276/532] Compiling BitCollections BitArray+Codable.swift
[277/532] Compiling BitCollections BitArray+Collection.swift
[278/532] Compiling BitCollections BitArray+Copy.swift
[279/532] Compiling BitCollections BitArray+CustomReflectable.swift
[280/532] Compiling BitCollections BitArray+Descriptions.swift
[281/532] Compiling BitCollections BitArray+Equatable.swift
[282/532] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[283/532] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[290/532] Compiling Crypto AESWrap.swift
[291/532] Compiling Crypto AESWrap_boring.swift
[292/532] Compiling Crypto Ed25519_boring.swift
[293/532] Compiling Crypto NISTCurvesKeys_boring.swift
[294/532] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[295/532] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[296/532] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[297/532] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[298/532] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[299/532] Compiling BitCollections BitSet+SetAlgebra union.swift
[300/532] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[301/532] Compiling BitCollections BitSet.Counted.swift
[302/532] Compiling Crypto KEM-Errors.swift
[303/532] Compiling Crypto KEM.swift
[313/532] Emitting module SwiftASN1
[321/533] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[322/533] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[323/533] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[324/533] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[325/533] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[326/533] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[327/533] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[328/533] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[329/533] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[330/533] Compiling HashTreeCollections TreeSet.swift
[331/533] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[332/533] Compiling BitCollections BitSet+CustomReflectable.swift
[333/533] Compiling BitCollections BitSet+CustomStringConvertible.swift
[334/533] Compiling BitCollections BitSet+Equatable.swift
[335/533] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[336/533] Compiling BitCollections BitSet+Extras.swift
[337/533] Compiling BitCollections BitSet+Hashable.swift
[338/533] Compiling BitCollections BitSet+Initializers.swift
[339/533] Compiling BitCollections BitSet+Invariants.swift
[340/533] Compiling BitCollections BitSet+Random.swift
[341/533] Compiling BitCollections BitSet+SetAlgebra basics.swift
[342/533] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[343/533] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[344/533] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[352/540] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[353/540] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[354/540] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[355/540] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[356/540] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[357/540] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[368/540] Compiling BitCollections BitArray._UnsafeHandle.swift
[369/540] Compiling BitCollections BitArray.swift
[370/540] Emitting module BitCollections
[379/540] Emitting module OrderedCollections
[389/541] Emitting module DequeModule
[390/542] Emitting module _RopeModule
[427/543] Compiling BitCollections BitSet+BidirectionalCollection.swift
[428/543] Compiling BitCollections BitSet+Codable.swift
[429/543] Emitting module Algorithms
[477/682] Compiling NIOCore NIOAny.swift
[478/682] Compiling NIOCore NIOCloseOnErrorHandler.swift
[479/682] Compiling NIOCore NIOCoreSendableMetatype.swift
[480/682] Compiling NIOCore NIODecodedAsyncSequence.swift
[481/682] Compiling NIOCore NIOLoopBound.swift
[482/682] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[483/682] Compiling NIOCore NIOScheduledCallback.swift
[484/683] Compiling NIOCore AsyncChannelInboundStream.swift
[485/683] Compiling NIOCore AsyncChannelOutboundWriter.swift
[487/684] Compiling NIOCore NIOAsyncSequenceProducer.swift
[488/684] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[489/684] Compiling _ConnectionPoolModule TinyFastSequence.swift
[490/684] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[491/684] Compiling NIOCore ByteBuffer-conversions.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[492/684] Compiling NIOCore AsyncChannel.swift
[493/684] Compiling NIOCore AsyncChannelHandler.swift
[494/684] Compiling NIOCore AddressedEnvelope.swift
[495/684] Compiling NIOCore AsyncAwaitSupport.swift
[497/684] Compiling NIOCore NIOAsyncWriter.swift
[498/684] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[499/684] Compiling NIOCore BSDSocketAPI.swift
[500/684] Compiling NIOCore ByteBuffer-aux.swift
[515/690] Compiling NIOCore NIOSendable.swift
[516/690] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[517/690] Compiling NIOCore RecvByteBufferAllocator.swift
[518/698] Compiling NIOCore ChannelInvoker.swift
[519/698] Compiling NIOCore ChannelOption.swift
[520/698] Compiling NIOCore ChannelPipeline.swift
[521/698] Compiling NIOCore CircularBuffer.swift
[522/698] Compiling NIOCore Codec.swift
[523/698] Compiling NIOCore ConvenienceOptionSupport.swift
[524/698] Compiling NIOCore DeadChannel.swift
[525/698] Compiling NIOCore DispatchQueue+WithFuture.swift
[526/698] Compiling NIOCore EventLoop+Deprecated.swift
[527/698] Compiling NIOCore EventLoop+SerialExecutor.swift
[528/698] Compiling NIOCore EventLoop.swift
[529/698] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[530/698] Emitting module HashTreeCollections
[532/699] Compiling NIOCore ByteBuffer-core.swift
[533/699] Compiling NIOCore ByteBuffer-hex.swift
[534/699] Compiling NIOCore ByteBuffer-int.swift
[535/699] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[536/699] Compiling NIOCore ByteBuffer-multi-int.swift
[537/699] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[538/699] Compiling NIOCore ByteBuffer-views.swift
[539/699] Compiling NIOCore Channel.swift
[540/699] Compiling NIOCore ChannelHandler.swift
[541/699] Compiling NIOCore ChannelHandlers.swift
[555/699] Compiling AsyncAlgorithms SetAlgebra.swift
[556/699] Compiling AsyncAlgorithms UnsafeTransfer.swift
[557/699] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[558/699] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[559/699] Compiling AsyncAlgorithms ZipStateMachine.swift
[560/699] Compiling AsyncAlgorithms ZipStorage.swift
[563/699] Emitting module _ConnectionPoolModule
[564/699] Emitting module Crypto
[589/699] Compiling NIOCore IPProtocol.swift
[590/699] Compiling NIOCore IntegerBitPacking.swift
[591/699] Compiling NIOCore IntegerTypes.swift
[598/699] Compiling Crypto MLDSA.swift
[599/699] Compiling Crypto Signature.swift
[600/699] Compiling Crypto CryptoKitErrors_boring.swift
[601/699] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[602/699] Compiling Crypto RNG_boring.swift
[603/699] Compiling Crypto SafeCompare_boring.swift
[604/699] Compiling Crypto Zeroization_boring.swift
[605/699] Compiling Crypto PrettyBytes.swift
[606/699] Compiling Crypto SafeCompare.swift
[607/699] Compiling Crypto SecureBytes.swift
[608/699] Compiling Crypto Zeroization.swift
[609/699] Emitting module AsyncAlgorithms
[611/699] Compiling NIOCore EventLoopFuture+Deprecated.swift
[612/699] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[613/699] Compiling NIOCore EventLoopFuture.swift
[614/699] Compiling NIOCore FileDescriptor.swift
[615/699] Compiling NIOCore FileHandle.swift
[616/699] Compiling NIOCore FileRegion.swift
BUILD FAILURE 6.1 android