Build Information
Failed to build postgres-kit, reference main (7c0795), with Swift 6.1 for Android on 30 Dec 2025 22:43:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 7c07955 Ensure error messages thrown by data decoding provide useful information (#277)
Cloned https://github.com/vapor/postgres-kit.git
Revision (git rev-parse @):
7c079553e9cda74811e627775bf22e40a9405ad9
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-3":/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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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/sql-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2465] Fetching async-kit
[1776/8613] Fetching async-kit, sql-kit
[7914/21931] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.28s)
Fetched https://github.com/vapor/sql-kit.git from cache (1.28s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.29s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (2.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/5759] Fetching swift-log
[1211/11811] Fetching swift-log, swift-algorithms
[1393/30218] Fetching swift-log, swift-algorithms, swift-collections
[13061/111345] Fetching swift-log, swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
[14561/105586] Fetching swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (10.16s)
Fetched https://github.com/apple/swift-collections.git from cache (10.22s)
Fetched https://github.com/apple/swift-nio.git from cache (10.37s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.34.0 (11.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.12s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.30.1 (2.34s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2809] Fetching swift-nio-transport-services
[30/5377] Fetching swift-nio-transport-services, swift-service-lifecycle
[939/7882] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics
[5650/9702] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics, swift-atomics
[8259/27162] 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.69s)
[6657/24594] Fetching swift-nio-transport-services, swift-metrics, swift-atomics, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.87s)
[5503/37385] Fetching swift-nio-transport-services, swift-atomics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.01s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.02s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.09s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.49s)
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.95s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5860] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (2.12s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.0 (1.80s)
Fetching https://github.com/apple/swift-system.git
[1/5237] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.93s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.07s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (9.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1692] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.51s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.30.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
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.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.34.0
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.1
Building for debugging...
[0/824] Write sources
[30/824] Compiling CNIOWindows WSAStartup.c
[30/824] Write sources
[38/824] Compiling CNIOWindows shim.c
[39/824] Compiling _AtomicsShims.c
[40/824] Compiling CNIOOpenBSD shim.c
[41/824] Compiling CNIOWASI CNIOWASI.c
[42/824] Compiling CNIOPosix event_loop_id.c
[43/824] Compiling _NumericsShims _NumericsShims.c
[44/824] Compiling KeccakSponge.c
[45/824] Compiling CNIOLinux liburing_shims.c
[45/824] Compiling CXKCPShims shims.c
[47/824] Compiling KeccakHash.c
[48/824] Compiling SimpleFIPS202.c
[49/824] Compiling CNIODarwin shim.c
[50/824] Compiling fiat_p256_adx_sqr.S
[51/824] Compiling fiat_p256_adx_mul.S
[52/824] Compiling fiat_curve25519_adx_square.S
[53/824] Compiling fiat_curve25519_adx_mul.S
[54/824] Compiling CNIOLinux shim.c
[55/824] Write swift-version-24593BA9C3E375BF.txt
[56/824] Compiling KeccakP-1600-opt64.c
[57/824] Compiling CNIOBoringSSLShims shims.c
[58/830] Compiling tls_method.cc
[59/830] Compiling tls_record.cc
[60/830] Compiling tls13_both.cc
[62/863] Compiling _NIODataStructures PriorityQueue.swift
[63/863] Compiling _NIOBase64 Base64.swift
[64/863] Emitting module _NIOBase64
[64/864] Compiling tls13_client.cc
[66/864] Compiling RealModule Float80+Real.swift
[66/864] Compiling tls13_enc.cc
[68/865] Compiling RealModule RealFunctions.swift
[69/865] Compiling _NIODataStructures _TinyArray.swift
[69/865] Compiling tls13_server.cc
[71/865] Emitting module _NIODataStructures
[72/865] Compiling _NIODataStructures Heap.swift
[74/866] Compiling RealModule RelaxedArithmetic.swift
[75/866] Compiling RealModule Real.swift
[76/866] Compiling SwiftASN1 ASN1OctetString.swift
[77/866] Compiling SwiftASN1 ASN1Strings.swift
[79/887] Compiling RealModule Float16+Real.swift
[80/887] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/887] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/900] Compiling Atomics Primitives.native.swift
[83/900] Compiling Atomics OptionalRawRepresentable.swift
[84/906] Emitting module RealModule
[86/907] Compiling Atomics AtomicOptionalWrappable.swift
[87/907] Compiling Atomics AtomicReference.swift
[88/907] Compiling Atomics AtomicStorage.swift
[89/907] Compiling Atomics AtomicValue.swift
[90/909] Compiling Atomics AtomicMemoryOrderings.swift
[91/909] Compiling Atomics DoubleWord.swift
[92/909] Compiling Atomics UnsafeAtomic.swift
[93/909] Compiling Atomics UnsafeAtomicLazyReference.swift
[100/909] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[101/909] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[105/911] Compiling Atomics RawRepresentable.swift
[106/911] Compiling Atomics AtomicBool.swift
[107/936] Compiling Algorithms Indexed.swift
[108/936] Compiling Algorithms Intersperse.swift
[109/936] Compiling Algorithms Joined.swift
[110/936] Emitting module InternalCollectionsUtilities
[111/936] Compiling Algorithms Product.swift
[112/936] Compiling Algorithms RandomSample.swift
[113/936] Compiling Algorithms Grouped.swift
[115/936] Compiling Algorithms FirstNonNil.swift
[116/936] Compiling Algorithms FlattenCollection.swift
[117/936] Compiling Algorithms Compacted.swift
[118/936] Compiling Algorithms Cycle.swift
[119/936] Compiling Algorithms EitherSequence.swift
[121/937] Compiling Algorithms Split.swift
[122/937] Compiling Algorithms Stride.swift
[123/937] Compiling Algorithms Suffix.swift
[124/940] Compiling ConcurrencyHelpers LockedValueBox.swift
[124/940] Compiling t1_enc.cc
[126/940] Emitting module ConcurrencyHelpers
[128/940] Compiling Algorithms Reductions.swift
[129/940] Compiling Algorithms Rotate.swift
[130/940] Compiling Algorithms Partition.swift
[131/940] Compiling Algorithms Permutations.swift
[134/940] Compiling Algorithms Keyed.swift
[135/940] Compiling Algorithms MinMax.swift
[144/940] Compiling Algorithms Trim.swift
[145/940] Compiling Algorithms Unique.swift
[146/940] Compiling Algorithms Windows.swift
[150/940] Emitting module Atomics
[154/943] Compiling CoreMetrics Metrics.swift
[155/943] Compiling Logging MetadataProvider.swift
[156/943] Compiling Logging Locks.swift
[157/943] Emitting module Logging
[158/943] Compiling Logging LogHandler.swift
[159/943] Compiling Logging Logging.swift
[160/944] Compiling CoreMetrics Locks.swift
[161/944] Emitting module CoreMetrics
[162/944] Compiling ConcurrencyHelpers Lock.swift
[171/946] Compiling Algorithms AdjacentPairs.swift
[172/946] Compiling Algorithms Chain.swift
[173/946] Compiling Algorithms Chunked.swift
[174/946] Compiling Algorithms Combinations.swift
[175/967] Compiling _RopeModule BigString+Chunk+Splitting.swift
[176/967] Compiling _RopeModule BigString+Chunk.swift
[177/972] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[178/972] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[179/972] Compiling _RopeModule BigString+Contents.swift
[180/972] Compiling _RopeModule BigString+Debugging.swift
[181/1072] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[182/1072] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[182/1072] Compiling ssl_x509.cc
[184/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[185/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[186/1072] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[187/1074] Emitting module Algorithms
[189/1082] Emitting module UnixSignals
[190/1082] Compiling UnixSignals UnixSignal.swift
[191/1082] Compiling HeapModule _HeapNode.swift
[192/1082] Compiling UnixSignals UnixSignalsSequence.swift
[193/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[194/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[195/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[196/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[197/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[198/1083] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[199/1083] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[200/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[201/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[202/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[203/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[204/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[205/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[206/1083] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[207/1090] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[208/1090] Compiling HeapModule Heap+Descriptions.swift
[209/1090] Compiling ssl_versions.cc
[211/1090] Compiling HeapModule Heap.swift
[212/1090] Emitting module SwiftASN1
[215/1091] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[216/1091] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[217/1091] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[218/1091] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[219/1091] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[220/1091] Compiling OrderedCollections OrderedDictionary+Values.swift
[221/1091] Compiling OrderedCollections OrderedDictionary.swift
[222/1091] Compiling OrderedCollections OrderedSet+Codable.swift
[223/1091] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[224/1091] Compiling OrderedCollections OrderedSet+Descriptions.swift
[225/1091] Compiling OrderedCollections OrderedSet+Diffing.swift
[226/1091] Compiling OrderedCollections OrderedSet+Equatable.swift
[227/1091] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[228/1091] Compiling OrderedCollections OrderedSet+Hashable.swift
[229/1091] Compiling OrderedCollections OrderedDictionary+Codable.swift
[230/1091] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[231/1091] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[232/1091] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[233/1091] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[234/1091] Compiling OrderedCollections OrderedDictionary+Elements.swift
[235/1091] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[236/1091] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[237/1091] Compiling OrderedCollections OrderedSet+Initializers.swift
[238/1091] Compiling OrderedCollections OrderedSet+Insertions.swift
[239/1091] Compiling OrderedCollections OrderedSet+Invariants.swift
[240/1091] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[241/1091] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[245/1091] Compiling HeapModule Heap+Invariants.swift
[246/1091] Compiling HeapModule Heap+UnsafeHandle.swift
[247/1091] Emitting module HeapModule
[250/1183] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[251/1183] Compiling HashTreeCollections _HashNode+Structural merge.swift
[252/1183] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[253/1183] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[254/1183] Compiling HashTreeCollections _HashNode+Structural union.swift
[255/1183] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[256/1183] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[257/1183] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[258/1183] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[259/1183] Compiling HashTreeCollections _HashNode.swift
[260/1192] Compiling HashTreeCollections _HashLevel.swift
[261/1192] Compiling HashTreeCollections _HashNode+Builder.swift
[262/1192] Compiling HashTreeCollections _AncestorHashSlots.swift
[263/1192] Compiling HashTreeCollections _Bitmap.swift
[264/1194] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[265/1194] Compiling HashTreeCollections _HashNode+Storage.swift
[266/1194] Compiling HashTreeCollections _HashNode+Debugging.swift
[267/1194] Compiling HashTreeCollections _HashNode+Initializers.swift
[267/1194] Compiling ssl_transcript.cc
[269/1194] Compiling HashTreeCollections TreeSet+Hashable.swift
[270/1194] Compiling HashTreeCollections TreeSet+Sendable.swift
[271/1194] Compiling _RopeModule Rope+Join.swift
[272/1194] Compiling _RopeModule Rope+MutatingForEach.swift
[273/1194] Compiling _RopeModule Rope+Remove.swift
[274/1194] Compiling _RopeModule Rope+RemoveSubrange.swift
[275/1194] Compiling _RopeModule Rope+Split.swift
[276/1194] Compiling _RopeModule Optional Utilities.swift
[277/1194] Compiling _RopeModule String Utilities.swift
[278/1194] Compiling _RopeModule String.Index+ABI.swift
[279/1204] Compiling DequeModule _DequeSlot.swift
[280/1204] Compiling DequeModule _UnsafeWrappedBuffer.swift
[283/1204] Compiling HashTreeCollections _Bucket.swift
[284/1204] Compiling HashTreeCollections _Hash.swift
[289/1204] Compiling HashTreeCollections _HashNode+Invariants.swift
[290/1204] Compiling HashTreeCollections _HashNode+Lookups.swift
[291/1204] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[292/1204] Compiling HashTreeCollections TreeSet+Debugging.swift
[293/1204] Compiling HashTreeCollections TreeSet+Descriptions.swift
[294/1204] Compiling HashTreeCollections TreeSet+Equatable.swift
[295/1204] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[296/1204] Compiling HashTreeCollections TreeSet+Extras.swift
[297/1204] Compiling HashTreeCollections TreeSet+Filter.swift
[300/1204] Compiling HashTreeCollections _HashNodeHeader.swift
[301/1204] Compiling HashTreeCollections _HashSlot.swift
[302/1204] Compiling HashTreeCollections _HashStack.swift
[303/1204] Compiling HashTreeCollections _HashTreeIterator.swift
[304/1204] Compiling HashTreeCollections _HashTreeStatistics.swift
[305/1204] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[306/1204] Compiling HashTreeCollections _RawHashNode.swift
[307/1204] Compiling HashTreeCollections _UnmanagedHashNode.swift
[308/1204] Compiling HashTreeCollections _UnsafePath.swift
[319/1204] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[320/1204] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[323/1204] Compiling HashTreeCollections TreeDictionary+Values.swift
[324/1204] Compiling HashTreeCollections TreeDictionary.swift
[325/1204] Compiling HashTreeCollections TreeSet+Codable.swift
[326/1204] Compiling HashTreeCollections TreeSet+Collection.swift
[340/1204] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[341/1204] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[342/1204] Compiling HashTreeCollections TreeDictionary+Filter.swift
[343/1204] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[344/1204] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[345/1204] Compiling HashTreeCollections TreeDictionary+Keys.swift
[346/1204] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[347/1204] Compiling HashTreeCollections TreeDictionary+Merge.swift
[348/1204] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[349/1204] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[351/1204] Emitting module OrderedCollections
[359/1205] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[360/1205] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[361/1205] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[362/1205] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[363/1205] Emitting module DequeModule
[364/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[365/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[366/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[367/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[368/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[369/1206] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[370/1206] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[371/1206] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[372/1206] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[373/1206] Compiling HashTreeCollections TreeSet.swift
[374/1206] Compiling ssl_stat.cc
[382/1206] Compiling HashTreeCollections TreeDictionary+Codable.swift
[383/1206] Compiling HashTreeCollections TreeDictionary+Collection.swift
[384/1206] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[385/1206] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[386/1206] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[387/1206] Emitting module _RopeModule
[388/1206] Compiling Metrics Metrics.swift
[389/1206] Emitting module Metrics
[390/1222] Compiling ssl_session.cc
[400/1222] Compiling ssl_privkey.cc
[402/1222] Compiling _ConnectionPoolModule NIOLock.swift
[403/1222] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[404/1222] Compiling _ConnectionPoolModule PoolStateMachine.swift
[424/1222] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[425/1222] Compiling _ConnectionPoolModule ConnectionLease.swift
[426/1222] Compiling _ConnectionPoolModule ConnectionPool.swift
[427/1222] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[428/1222] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[429/1222] Compiling _ConnectionPoolModule ConnectionRequest.swift
[430/1222] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[431/1222] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[432/1222] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[433/1222] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[434/1222] Compiling _ConnectionPoolModule Max2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 | let start = Double(100_000_000)
831 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
832 |
833 | // 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:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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 }
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 | let start = Double(100_000_000)
831 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
832 |
833 | // 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:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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 }
[458/1224] Compiling ssl_key_share.cc
[464/1224] Compiling _ConnectionPoolModule TinyFastSequence.swift
[465/1224] Emitting module HashTreeCollections
[466/1225] Emitting module _ConnectionPoolModule
[467/1225] Compiling ssl_file.cc
[468/1225] Compiling ssl_cipher.cc
[469/1225] Compiling ssl_lib.cc
[470/1225] Compiling ssl_credential.cc
[471/1225] Compiling ssl_buffer.cc
[478/1225] Compiling s3_both.cc
[478/1225] Compiling handshake_server.cc
[478/1225] Compiling ssl_aead_ctx.cc
[478/1225] Compiling s3_lib.cc
[478/1225] Compiling ssl_cert.cc
[478/1225] Compiling s3_pkt.cc
[478/1225] Compiling ssl_asn1.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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/748] Compiling s3_both.cc
[1/748] Compiling ssl_aead_ctx.cc
[2/748] Compiling s3_lib.cc
[3/748] Write swift-version-24593BA9C3E375BF.txt
[4/748] Compiling ssl_cert.cc
[5/748] Compiling ssl_asn1.cc
[6/748] Compiling handshake_server.cc
[7/748] Compiling s3_pkt.cc
[9/782] Compiling RealModule Float80+Real.swift
[10/783] Compiling RealModule RealFunctions.swift
[11/783] Compiling RealModule Real.swift
[12/783] Compiling RealModule RelaxedArithmetic.swift
[12/783] Compiling c-nioatomics.c
[14/783] Compiling RealModule Float16+Real.swift
[15/783] Compiling RealModule ElementaryFunctions.swift
[16/783] Compiling RealModule Float+Real.swift
[17/783] Compiling SwiftASN1 ASN1Any.swift
[18/783] Compiling SwiftASN1 ASN1BitString.swift
[19/783] Compiling SwiftASN1 ASN1.swift
[20/783] Compiling SwiftASN1 BER.swift
[21/783] Compiling _NIOBase64 Base64.swift
[22/783] Emitting module _NIOBase64
[23/783] Compiling _NIODataStructures _TinyArray.swift
[24/783] Compiling _NIODataStructures Heap.swift
[25/783] Compiling _NIODataStructures PriorityQueue.swift
[26/784] Emitting module _NIODataStructures
[28/785] Emitting module RealModule
[31/791] Compiling SwiftASN1 ASN1OctetString.swift
[32/791] Compiling SwiftASN1 ASN1Strings.swift
[33/793] Compiling Logging LogHandler.swift
[37/793] Compiling SwiftASN1 ASN1Integer.swift
[38/793] Compiling SwiftASN1 ASN1Null.swift
[39/795] Compiling Logging MetadataProvider.swift
[40/812] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/812] Compiling SwiftASN1 UTCTime.swift
[42/815] Emitting module Logging
[43/815] Compiling Logging Locks.swift
[44/815] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/815] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[46/815] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/815] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/815] Compiling InternalCollectionsUtilities Debugging.swift
[49/815] Compiling InternalCollectionsUtilities Descriptions.swift
[50/817] Compiling ConcurrencyHelpers LockedValueBox.swift
[51/817] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/817] Compiling InternalCollectionsUtilities Integer rank.swift
[53/817] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/817] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/817] Emitting module ConcurrencyHelpers
[61/817] Compiling ConcurrencyHelpers Lock.swift
[62/818] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[63/818] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[67/818] Compiling handshake_client.cc
[69/818] Emitting module CoreMetrics
[70/818] Emitting module InternalCollectionsUtilities
[72/818] Compiling SwiftASN1 Errors.swift
[73/861] Compiling Algorithms Intersperse.swift
[74/861] Compiling Algorithms Joined.swift
[75/861] Compiling Algorithms Keyed.swift
[76/861] Compiling Algorithms MinMax.swift
[77/862] Compiling Logging Logging.swift
[77/863] Compiling handoff.cc
[80/863] Compiling Algorithms Chunked.swift
[81/863] Compiling Algorithms Combinations.swift
[82/863] Compiling Algorithms Suffix.swift
[83/863] Compiling Algorithms Partition.swift
[84/863] Compiling Algorithms AdjacentPairs.swift
[85/863] Compiling Algorithms Chain.swift
[86/863] Compiling Algorithms Permutations.swift
[87/863] Compiling Algorithms Product.swift
[88/865] Compiling handshake.cc
[91/868] Compiling Algorithms Split.swift
[92/868] Compiling Algorithms Stride.swift
[93/868] Compiling Atomics IntegerOperations.swift
[94/868] Compiling Atomics Unmanaged extensions.swift
[95/868] Emitting module SwiftASN1
[96/881] Compiling CoreMetrics Locks.swift
[97/881] Compiling CoreMetrics Metrics.swift
[98/901] Emitting module UnixSignals
[99/903] Compiling UnixSignals UnixSignal.swift
[100/903] Compiling UnixSignals UnixSignalsSequence.swift
[104/939] Compiling _RopeModule BigString+Metrics.swift
[105/939] Compiling _RopeModule BigString+Summary.swift
[106/939] Compiling _RopeModule BigString.swift
[107/942] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[108/942] Compiling _RopeModule BigString+CustomStringConvertible.swift
[109/942] Compiling _RopeModule BigString+Equatable.swift
[110/1006] Compiling HeapModule Heap+Descriptions.swift
[111/1006] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[112/1006] Compiling OrderedCollections _HashTable+Testing.swift
[113/1006] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[114/1006] Compiling OrderedCollections _HashTable.swift
[115/1006] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[116/1006] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[117/1006] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[118/1006] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[119/1006] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[120/1006] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[121/1006] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[122/1006] Compiling OrderedCollections _HashTable+Bucket.swift
[123/1006] Compiling OrderedCollections _HashTable+BucketIterator.swift
[124/1006] Compiling OrderedCollections _HashTable+Constants.swift
[125/1006] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[126/1006] Emitting module Metrics
[127/1006] Compiling Metrics Metrics.swift
[128/1007] Compiling HeapModule Heap+Invariants.swift
[129/1007] Compiling HeapModule Heap.swift
[130/1007] Compiling HeapModule Heap+UnsafeHandle.swift
[131/1007] Compiling HeapModule _HeapNode.swift
[133/1007] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/1007] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/1007] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/1007] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[138/1007] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[139/1007] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[140/1007] Compiling OrderedCollections OrderedDictionary+Values.swift
[141/1007] Compiling OrderedCollections OrderedSet+Initializers.swift
[142/1007] Compiling OrderedCollections OrderedSet+Insertions.swift
[143/1007] Compiling OrderedCollections OrderedSet+Invariants.swift
[144/1007] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[145/1007] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[146/1007] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[150/1016] Emitting module HeapModule
[152/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[153/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[154/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[155/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[156/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[157/1064] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[158/1064] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[159/1064] Compiling HashTreeCollections TreeDictionary+Collection.swift
[160/1064] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[161/1064] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[162/1064] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[163/1064] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[164/1064] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[165/1064] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[166/1115] Compiling DequeModule Deque._UnsafeHandle.swift
[167/1115] Compiling DequeModule Deque.swift
[168/1115] Compiling DequeModule Deque+Testing.swift
[169/1115] Compiling DequeModule Deque._Storage.swift
[170/1115] Compiling DequeModule _DequeBuffer.swift
[171/1115] Compiling DequeModule _DequeBufferHeader.swift
[172/1115] Compiling HashTreeCollections _Hash.swift
[173/1115] Compiling HashTreeCollections _HashLevel.swift
[174/1115] Compiling HashTreeCollections _HashNode+Builder.swift
[175/1115] Compiling HashTreeCollections _HashNode+Debugging.swift
[176/1115] Compiling HashTreeCollections _HashNode+Initializers.swift
[177/1115] Compiling HashTreeCollections _HashNode+Invariants.swift
[178/1115] Compiling HashTreeCollections _HashNode+Lookups.swift
[179/1115] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[180/1115] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[181/1115] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[182/1115] Compiling HashTreeCollections _HashStack.swift
[183/1115] Compiling HashTreeCollections _HashTreeIterator.swift
[184/1115] Compiling HashTreeCollections _HashTreeStatistics.swift
[185/1115] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[186/1115] Compiling HashTreeCollections _RawHashNode.swift
[187/1115] Compiling HashTreeCollections _UnmanagedHashNode.swift
[188/1115] Compiling HashTreeCollections _UnsafePath.swift
[189/1115] Compiling HashTreeCollections TreeDictionary+Codable.swift
[190/1115] Compiling HashTreeCollections _HashNode+Structural union.swift
[191/1115] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[192/1115] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[193/1115] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[194/1115] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[195/1115] Compiling HashTreeCollections _HashNode.swift
[196/1115] Compiling HashTreeCollections _HashNodeHeader.swift
[197/1115] Compiling HashTreeCollections _HashSlot.swift
[198/1115] Compiling DequeModule Deque+CustomReflectable.swift
[199/1115] Compiling DequeModule Deque+Descriptions.swift
[202/1117] Compiling DequeModule Deque+Codable.swift
[203/1117] Compiling DequeModule Deque+Collection.swift
[206/1117] Compiling DequeModule Deque+Equatable.swift
[207/1117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[208/1117] Compiling HashTreeCollections TreeDictionary+Keys.swift
[209/1117] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[210/1117] Compiling HashTreeCollections TreeDictionary+Merge.swift
[211/1117] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[212/1117] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[213/1117] Compiling HashTreeCollections TreeDictionary+Values.swift
[214/1117] Compiling HashTreeCollections TreeDictionary.swift
[215/1117] Compiling HashTreeCollections TreeSet+Codable.swift
[216/1117] Compiling HashTreeCollections TreeSet+Collection.swift
[217/1117] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[218/1117] Compiling HashTreeCollections TreeSet+Debugging.swift
[219/1117] Compiling HashTreeCollections TreeSet+Descriptions.swift
[220/1117] Compiling HashTreeCollections TreeSet+Equatable.swift
[221/1117] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[222/1117] Compiling HashTreeCollections TreeSet+Extras.swift
[223/1117] Compiling HashTreeCollections TreeSet+Filter.swift
[224/1117] Compiling HashTreeCollections TreeSet+Hashable.swift
[225/1117] Compiling HashTreeCollections TreeSet+Sendable.swift
[225/1117] Compiling encrypted_client_hello.cc
[229/1117] Compiling HashTreeCollections TreeSet+Sequence.swift
[230/1117] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[231/1117] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[232/1117] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[233/1117] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[234/1117] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[235/1117] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[236/1117] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[241/1127] Compiling DequeModule _DequeSlot.swift
[242/1127] Compiling DequeModule _UnsafeWrappedBuffer.swift
[249/1127] Compiling DequeModule Deque+Extras.swift
[250/1127] Compiling DequeModule Deque+Hashable.swift
[279/1127] Compiling HashTreeCollections TreeDictionary+Filter.swift
[280/1127] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[281/1127] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[288/1127] Emitting module Atomics
[299/1128] Compiling extensions.cc
[301/1128] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[302/1128] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[303/1128] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[304/1128] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[305/1128] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[306/1128] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[307/1128] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[308/1128] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[309/1128] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[310/1128] Compiling HashTreeCollections TreeSet.swift
[311/1128] Emitting module DequeModule
[340/1129] Emitting module Algorithms
[361/1130] Emitting module OrderedCollections
[363/1131] Emitting module _RopeModule
[364/1132] Compiling d1_srtp.cc
[365/1139] Compiling dtls_record.cc
[367/1147] Compiling _ConnectionPoolModule PoolStateMachine.swift
[368/1147] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[369/1147] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[389/1147] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[390/1147] Compiling _ConnectionPoolModule ConnectionLease.swift
[391/1147] Compiling _ConnectionPoolModule ConnectionPool.swift
[392/1147] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[393/1147] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[394/1147] Compiling _ConnectionPoolModule ConnectionRequest.swift
[395/1147] Compiling _ConnectionPoolModule Max2Sequence.swift
[396/1147] Compiling _ConnectionPoolModule NIOLock.swift
[397/1147] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[398/1147] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[399/1147] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[399/1147] Compiling md5-x86_64-linux.S
[400/1147] Compiling md5-x86_64-apple.S
[401/1147] Compiling md5-586-linux.S
[402/1147] Compiling md5-586-apple.S
[402/1147] Compiling dtls_method.cc
[404/1147] Compiling chacha20_poly1305_x86_64-linux.S
[405/1147] Compiling chacha20_poly1305_x86_64-apple.S
[408/1148] Compiling d1_pkt.cc
[409/1148] Compiling chacha20_poly1305_armv8-win.S
[410/1148] Compiling chacha20_poly1305_armv8-linux.S
[411/1148] Compiling chacha20_poly1305_armv8-apple.S
[412/1148] Compiling chacha-x86_64-linux.S
[414/1148] Compiling _ConnectionPoolModule TinyFastSequence.swift
[414/1148] Compiling err_data.cc
[419/1148] Compiling chacha-x86_64-apple.S
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 | let start = Double(100_000_000)
831 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
832 |
833 | // 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:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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 }
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:831:48: error: cannot find 'pow' in scope
829 |
830 | let start = Double(100_000_000)
831 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
832 |
833 | // 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:841:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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:841:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
839 | let jitterRange = (backoffNanoseconds / 100) * 3
840 | // Pick a random element from the range +/- jitter range.
841 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
842 | let jitteredBackoff = backoff + jitter
843 | 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 }
[422/1148] Compiling chacha-x86-linux.S
[422/1148] Compiling chacha-armv8-win.S
[424/1148] Compiling chacha-x86-apple.S
[425/1148] Compiling chacha-armv8-apple.S
[426/1148] Compiling chacha-armv4-linux.S
[427/1148] Compiling chacha-armv8-linux.S
[429/1148] Emitting module _ConnectionPoolModule
[429/1148] Compiling aes128gcmsiv-x86_64-linux.S
[430/1148] Compiling aes128gcmsiv-x86_64-apple.S
[432/1148] Emitting module HashTreeCollections
[432/1149] Compiling x86_64-mont5-linux.S
[433/1149] Compiling x86_64-mont5-apple.S
[434/1149] Compiling bio_ssl.cc
[435/1149] Compiling x86_64-mont-apple.S
[436/1149] Compiling x86_64-mont-linux.S
[438/1149] Compiling x86-mont-linux.S
[439/1149] Compiling vpaes-x86_64-linux.S
[440/1149] Compiling x86-mont-apple.S
[447/1149] Compiling vpaes-x86_64-apple.S
[448/1149] Compiling vpaes-x86-linux.S
[449/1149] Compiling vpaes-x86-apple.S
[449/1149] Compiling vpaes-armv8-linux.S
[449/1149] Compiling vpaes-armv8-win.S
[449/1149] Compiling vpaes-armv7-linux.S
[449/1149] Compiling vpaes-armv8-apple.S
[449/1149] Compiling d1_both.cc
[449/1149] Compiling d1_lib.cc
BUILD FAILURE 6.1 android