Build Information
Failed to build postgres-kit, reference 2.14.0 (f4d4b9
), with Swift 6.1 for Android on 30 May 2025 14:29:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-kit.git
Reference: 2.14.0
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
* tag 2.14.0 -> FETCH_HEAD
HEAD is now at f4d4b9e Sendable cleanup (#271)
Cloned https://github.com/vapor/postgres-kit.git
Revision (git rev-parse @):
f4d4b9e8db9a907644d67d6a7ecb5f0314eec1ad
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-kit.git at 2.14.0
========================================
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.21.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.29.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.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" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[49/8353] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.34s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.35s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.69s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.53s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5959] Fetching swift-algorithms
[776/9795] Fetching swift-algorithms, swift-log
[5304/26386] Fetching swift-algorithms, swift-log, swift-collections
[11953/102505] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.10s)
[64577/96546] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
[48747/79955] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.02s)
Fetched https://github.com/apple/swift-nio.git from cache (8.15s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (9.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.10s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.08s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (7.24s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[55/4873] Fetching swift-nio-transport-services, swift-metrics
[568/7299] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle
[961/9009] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-atomics
[8121/23852] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-atomics, swift-nio-ssl
[8122/37788] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-atomics, swift-nio-ssl, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.10s)
[9044/35362] Fetching swift-nio-transport-services, swift-metrics, swift-atomics, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (3.80s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.26s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.26s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.40s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.91s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.61s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.95s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.94s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.74s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.40s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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.0.3
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.8.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.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/809] Write sources
[30/809] Compiling CNIODarwin shim.c
[31/809] Compiling CNIOWindows WSAStartup.c
[31/809] Write sources
[38/809] Compiling CNIOLinux liburing_shims.c
[39/809] Compiling CNIOWindows shim.c
[40/809] Compiling CNIOWASI CNIOWASI.c
[41/809] Compiling _AtomicsShims.c
[42/809] Compiling _NumericsShims _NumericsShims.c
[43/809] Compiling fiat_p256_adx_mul.S
[44/809] Compiling CNIOLinux shim.c
[45/809] Compiling fiat_p256_adx_sqr.S
[46/809] Compiling fiat_curve25519_adx_mul.S
[47/809] Compiling fiat_curve25519_adx_square.S
[48/809] Write swift-version-24593BA9C3E375BF.txt
[49/809] Compiling CNIOBoringSSLShims shims.c
[50/813] Compiling tls13_enc.cc
[51/813] Compiling tls_method.cc
[52/815] Compiling tls_record.cc
[53/815] Compiling t1_enc.cc
[54/815] Compiling tls13_server.cc
[55/815] Compiling tls13_both.cc
[56/815] Compiling tls13_client.cc
[58/867] Compiling ConcurrencyHelpers LockedValueBox.swift
[59/867] Compiling RealModule Float16+Real.swift
[60/867] Emitting module _NIOBase64
[61/867] Compiling _NIOBase64 Base64.swift
[62/869] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/869] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/869] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/869] Compiling InternalCollectionsUtilities Debugging.swift
[66/869] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/869] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/869] Compiling InternalCollectionsUtilities Descriptions.swift
[69/869] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/870] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/870] Compiling RealModule Float80+Real.swift
[72/870] Compiling RealModule Real.swift
[73/870] Emitting module RealModule
[74/870] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/870] Compiling InternalCollectionsUtilities Integer rank.swift
[76/870] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/870] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/870] Emitting module InternalCollectionsUtilities
[83/870] Compiling _NIODataStructures PriorityQueue.swift
[84/870] Compiling _NIODataStructures _TinyArray.swift
[85/870] Compiling RealModule ElementaryFunctions.swift
[86/870] Compiling RealModule Float+Real.swift
[87/870] Compiling CoreMetrics Metrics.swift
[88/870] Compiling _NIODataStructures Heap.swift
[89/870] Emitting module _NIODataStructures
[91/871] Compiling RealModule RealFunctions.swift
[94/891] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/892] Compiling Atomics PointerConformances.swift
[97/892] Compiling Atomics Primitives.native.swift
[98/894] Compiling Atomics Primitives.shims.swift
[99/894] Compiling Atomics AtomicInteger.swift
[100/894] Compiling Atomics AtomicOptionalWrappable.swift
[101/894] Compiling Atomics ManagedAtomic.swift
[102/894] Compiling Atomics ManagedAtomicLazyReference.swift
[103/894] Compiling SwiftASN1 DER.swift
[104/894] Compiling SwiftASN1 Errors.swift
[105/896] Compiling Atomics AtomicReference.swift
[106/896] Compiling Atomics AtomicStorage.swift
[107/896] Compiling Atomics AtomicBool.swift
[108/896] Compiling Atomics AtomicMemoryOrderings.swift
[110/896] Compiling Atomics DoubleWord.swift
[111/921] Compiling Algorithms Compacted.swift
[112/921] Compiling Algorithms Cycle.swift
[113/921] Compiling Algorithms EitherSequence.swift
[114/921] Compiling Algorithms FirstNonNil.swift
[115/921] Compiling Algorithms AdjacentPairs.swift
[116/921] Compiling Algorithms Chain.swift
[117/921] Compiling Algorithms RandomSample.swift
[118/921] Compiling Algorithms Reductions.swift
[120/921] Compiling Algorithms Chunked.swift
[121/921] Compiling Algorithms Combinations.swift
[122/921] Emitting module SwiftASN1
[123/921] Compiling Algorithms Keyed.swift
[124/921] Compiling Algorithms MinMax.swift
[128/924] Compiling ssl_versions.cc
[129/924] Compiling ssl_x509.cc
[131/924] Compiling Logging MetadataProvider.swift
[132/924] Emitting module Logging
[133/924] Emitting module CoreMetrics
[134/924] Compiling CoreMetrics Locks.swift
[135/924] Emitting module ConcurrencyHelpers
[136/924] Compiling ConcurrencyHelpers Lock.swift
[137/926] Compiling Logging LogHandler.swift
[138/926] Compiling Logging Logging.swift
[139/926] Compiling Logging Locks.swift
[140/927] Compiling Algorithms Indexed.swift
[141/927] Compiling Algorithms Intersperse.swift
[142/927] Compiling Algorithms Product.swift
[143/927] Compiling Algorithms Joined.swift
[144/928] Compiling Algorithms Partition.swift
[145/928] Compiling Algorithms Permutations.swift
[150/969] Compiling _RopeModule BigString+Chunk.swift
[151/969] Compiling _RopeModule BigString+BidirectionalCollection.swift
[152/969] Compiling _RopeModule BigString+Comparable.swift
[153/969] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[154/969] Compiling _RopeModule BigString+CustomStringConvertible.swift
[155/969] Compiling _RopeModule BigString+Equatable.swift
[157/1063] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[158/1070] Emitting module UnixSignals
[159/1097] Compiling HashTreeCollections _HashNode+Storage.swift
[160/1097] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[161/1097] Compiling HashTreeCollections _HashNode+Structural filter.swift
[162/1119] Compiling HeapModule Heap+Descriptions.swift
[163/1139] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[164/1139] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[165/1139] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[166/1139] Compiling HeapModule Heap.swift
[167/1139] Compiling HashTreeCollections _HashNode+Invariants.swift
[168/1139] Compiling HashTreeCollections _HashNode+Lookups.swift
[169/1139] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[170/1139] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[171/1139] Compiling HashTreeCollections _HashLevel.swift
[172/1139] Compiling HashTreeCollections _HashNode+Builder.swift
[173/1139] Compiling HashTreeCollections _HashNode+Debugging.swift
[174/1139] Compiling HashTreeCollections _HashNode+Initializers.swift
[175/1139] Compiling HeapModule Heap+Invariants.swift
[176/1139] Compiling HeapModule Heap+UnsafeHandle.swift
[177/1139] Compiling HeapModule _HeapNode.swift
[178/1139] Emitting module Atomics
[179/1139] Compiling UnixSignals UnixSignalsSequence.swift
[180/1139] Emitting module HeapModule
[181/1140] Compiling UnixSignals UnixSignal.swift
[182/1141] Compiling HashTreeCollections TreeDictionary+Collection.swift
[183/1141] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[184/1141] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[185/1141] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[186/1141] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[187/1141] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[188/1141] Compiling HashTreeCollections TreeDictionary+Filter.swift
[189/1141] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[190/1141] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[191/1141] Compiling HashTreeCollections TreeDictionary+Keys.swift
[192/1141] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[193/1141] Compiling HashTreeCollections TreeDictionary+Merge.swift
[194/1141] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[195/1141] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[201/1148] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[202/1148] Compiling HashTreeCollections _HashNode+Structural union.swift
[205/1149] Compiling HashTreeCollections TreeSet+Hashable.swift
[206/1149] Compiling HashTreeCollections TreeSet+Sendable.swift
[207/1149] Compiling HashTreeCollections TreeSet+Sequence.swift
[208/1149] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[209/1149] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[210/1149] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[211/1149] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[212/1149] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[213/1149] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[214/1149] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[221/1168] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[226/1174] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[227/1174] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[228/1174] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[229/1174] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[230/1174] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[233/1174] Compiling HashTreeCollections _HashNode.swift
[234/1174] Compiling HashTreeCollections _HashNodeHeader.swift
[235/1174] Compiling HashTreeCollections _HashSlot.swift
[236/1174] Compiling HashTreeCollections _HashStack.swift
[237/1174] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[238/1174] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[239/1174] Compiling HashTreeCollections _HashNode+Structural merge.swift
[240/1174] Compiling HashTreeCollections _HashTreeIterator.swift
[241/1174] Compiling HashTreeCollections _HashTreeStatistics.swift
[242/1174] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[243/1174] Compiling HashTreeCollections _RawHashNode.swift
[244/1174] Compiling HashTreeCollections _UnmanagedHashNode.swift
[245/1174] Compiling HashTreeCollections _UnsafePath.swift
[246/1174] Compiling HashTreeCollections TreeDictionary+Codable.swift
[247/1174] Compiling DequeModule Deque+CustomReflectable.swift
[248/1174] Compiling DequeModule Deque+Descriptions.swift
[249/1176] Compiling DequeModule _DequeBuffer.swift
[250/1176] Compiling DequeModule _DequeBufferHeader.swift
[261/1176] Compiling OrderedCollections OrderedSet+Sendable.swift
[262/1176] Compiling OrderedCollections OrderedSet+SubSequence.swift
[263/1176] Compiling OrderedCollections OrderedSet+Testing.swift
[264/1176] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[265/1176] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[266/1176] Compiling OrderedCollections OrderedSet.swift
[267/1176] Compiling OrderedCollections _UnsafeBitset.swift
[268/1176] Compiling HashTreeCollections TreeSet+Equatable.swift
[269/1176] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[270/1176] Compiling HashTreeCollections TreeSet+Extras.swift
[271/1176] Compiling HashTreeCollections TreeSet+Filter.swift
[272/1176] Compiling DequeModule Deque+Equatable.swift
[273/1176] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[274/1176] Compiling DequeModule Deque+Extras.swift
[275/1176] Compiling DequeModule Deque+Hashable.swift
[276/1176] Emitting module Metrics
[277/1176] Compiling Metrics Metrics.swift
[280/1177] Compiling DequeModule Deque+Testing.swift
[281/1177] Compiling DequeModule Deque._Storage.swift
[282/1177] Compiling DequeModule _DequeSlot.swift
[283/1177] Compiling DequeModule _UnsafeWrappedBuffer.swift
[291/1186] Compiling _RopeModule _CharacterRecognizer.swift
[292/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[293/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[294/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[295/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[296/1186] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[297/1186] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[298/1186] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[299/1186] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[300/1186] Compiling HashTreeCollections TreeSet.swift
[301/1186] Compiling DequeModule Deque+Codable.swift
[302/1186] Compiling DequeModule Deque+Collection.swift
[309/1186] Compiling DequeModule Deque._UnsafeHandle.swift
[310/1186] Compiling DequeModule Deque.swift
[342/1186] Emitting module Algorithms
[352/1187] Compiling ssl_transcript.cc
[357/1187] Emitting module OrderedCollections
[376/1188] Emitting module DequeModule
[378/1189] Compiling ssl_stat.cc
[380/1189] Emitting module _RopeModule
[381/1189] Emitting module HashTreeCollections
[381/1189] Compiling ssl_privkey.cc
[404/1204] Compiling ssl_session.cc
[406/1204] Compiling _RopeModule Rope+Join.swift
[407/1204] Compiling _RopeModule Rope+MutatingForEach.swift
[408/1204] Compiling _RopeModule Rope+Remove.swift
[409/1204] Compiling _RopeModule Rope+RemoveSubrange.swift
[410/1204] Compiling _RopeModule Rope+Split.swift
[411/1204] Compiling _RopeModule Optional Utilities.swift
[412/1204] Compiling _RopeModule String Utilities.swift
[413/1204] Compiling _RopeModule String.Index+ABI.swift
[445/1205] Compiling _ConnectionPoolModule NIOLock.swift
[446/1205] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[447/1205] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[448/1205] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[449/1205] Compiling _ConnectionPoolModule ConnectionRequest.swift
[450/1205] Compiling _ConnectionPoolModule Max2Sequence.swift
[451/1206] Compiling ssl_key_share.cc
[453/1206] Compiling _ConnectionPoolModule PoolStateMachine.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 }
[454/1206] Compiling _ConnectionPoolModule TinyFastSequence.swift
[455/1206] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[456/1206] Compiling _ConnectionPoolModule ConnectionPool.swift
[457/1206] Emitting module _ConnectionPoolModule
[457/1206] Compiling ssl_lib.cc
[458/1206] Compiling ssl_file.cc
[459/1206] Compiling ssl_credential.cc
[461/1206] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[462/1206] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[463/1206] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[464/1206] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[464/1206] Compiling ssl_aead_ctx.cc
[464/1206] Compiling ssl_buffer.cc
[464/1206] Compiling ssl_asn1.cc
[464/1206] Compiling ssl_cert.cc
[464/1206] Compiling s3_pkt.cc
[464/1206] Compiling ssl_cipher.cc
[464/1206] Compiling s3_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/743] Compiling ssl_aead_ctx.cc
[1/743] Write swift-version-24593BA9C3E375BF.txt
[2/743] Compiling handshake_server.cc
[3/747] Compiling s3_pkt.cc
[4/749] Compiling s3_lib.cc
[5/749] Compiling ssl_buffer.cc
[7/749] Compiling _NIODataStructures Heap.swift
[7/749] Compiling ssl_asn1.cc
[8/752] Compiling s3_both.cc
[9/758] Compiling ssl_cert.cc
[11/759] Emitting module _NIODataStructures
[12/759] Compiling _NIODataStructures _TinyArray.swift
[13/759] Compiling _NIODataStructures PriorityQueue.swift
[13/760] Compiling ssl_cipher.cc
[15/777] Emitting module _NIOBase64
[16/777] Compiling _NIOBase64 Base64.swift
[18/778] Compiling RealModule Float80+Real.swift
[20/804] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/804] Compiling InternalCollectionsUtilities Integer rank.swift
[22/804] Compiling RealModule Real.swift
[23/804] Compiling RealModule RealFunctions.swift
[24/804] Compiling RealModule Float16+Real.swift
[25/804] Compiling RealModule Float+Real.swift
[26/804] Compiling RealModule ElementaryFunctions.swift
[27/804] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/805] Compiling Logging LogHandler.swift
[29/805] Compiling ConcurrencyHelpers LockedValueBox.swift
[30/805] Compiling InternalCollectionsUtilities Descriptions.swift
[31/805] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/805] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/805] Compiling InternalCollectionsUtilities Debugging.swift
[34/806] Compiling Logging MetadataProvider.swift
[35/824] Compiling Atomics AtomicBool.swift
[36/824] Compiling Atomics IntegerConformances.swift
[37/824] Emitting module RealModule
[38/825] Compiling CoreMetrics Locks.swift
[39/825] Compiling ConcurrencyHelpers Lock.swift
[41/825] Emitting module ConcurrencyHelpers
[42/826] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/826] Emitting module Logging
[44/826] Compiling Logging Locks.swift
[46/826] Compiling Atomics OptionalRawRepresentable.swift
[47/826] Compiling Atomics RawRepresentable.swift
[48/826] Compiling Atomics ManagedAtomic.swift
[49/826] Compiling Atomics ManagedAtomicLazyReference.swift
[50/826] Compiling Atomics UnsafeAtomic.swift
[51/826] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/828] Compiling Atomics AtomicMemoryOrderings.swift
[53/828] Compiling Atomics DoubleWord.swift
[54/828] Emitting module CoreMetrics
[55/828] Emitting module InternalCollectionsUtilities
[56/828] Compiling Atomics AtomicOptionalWrappable.swift
[57/828] Compiling Atomics AtomicReference.swift
[58/830] Compiling Atomics PointerConformances.swift
[59/830] Compiling Atomics Primitives.native.swift
[60/830] Compiling Atomics Primitives.shims.swift
[61/830] Compiling Atomics AtomicInteger.swift
[70/831] Compiling Atomics AtomicStorage.swift
[71/831] Compiling Atomics AtomicValue.swift
[78/856] Compiling Algorithms RandomSample.swift
[79/856] Compiling Algorithms Reductions.swift
[80/859] Compiling Algorithms EitherSequence.swift
[81/859] Compiling Algorithms FirstNonNil.swift
[82/859] Compiling Algorithms Joined.swift
[83/859] Compiling Algorithms Keyed.swift
[84/859] Compiling CoreMetrics Metrics.swift
[85/859] Compiling Logging Logging.swift
[87/861] Emitting module UnixSignals
[89/861] Compiling UnixSignals UnixSignal.swift
[90/861] Compiling UnixSignals UnixSignalsSequence.swift
[91/861] Compiling Algorithms Combinations.swift
[92/861] Compiling Algorithms FlattenCollection.swift
[93/861] Compiling Algorithms Grouped.swift
[95/862] Compiling Algorithms Permutations.swift
[96/862] Compiling Algorithms Product.swift
[97/895] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[98/895] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[99/895] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[100/920] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[101/920] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[102/920] Compiling OrderedCollections OrderedDictionary+Values.swift
[102/922] Compiling handshake_client.cc
[104/997] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[105/997] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[106/997] Compiling _RopeModule BigString+Chunk+Splitting.swift
[107/997] Compiling Metrics Metrics.swift
[108/997] Emitting module Metrics
[109/998] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[110/998] Emitting module SwiftASN1
[111/999] Compiling HeapModule Heap+Descriptions.swift
[112/999] Compiling _RopeModule BigString+RemoveSubrange.swift
[113/999] Compiling _RopeModule BigString+ReplaceSubrange.swift
[114/999] Compiling _RopeModule BigString+Split.swift
[115/999] Compiling _RopeModule BigString+TextOutputStream.swift
[116/999] Compiling _RopeModule BigString+UnicodeScalarView.swift
[117/999] Compiling _RopeModule BigSubstring+UTF16View.swift
[118/999] Compiling _RopeModule BigSubstring+UTF8View.swift
[119/999] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[120/999] Compiling _RopeModule BigSubstring.swift
[121/999] Compiling _RopeModule Rope+Builder.swift
[122/999] Compiling _RopeModule BigString+CustomStringConvertible.swift
[123/999] Compiling _RopeModule BigString+Equatable.swift
[124/999] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[125/999] Compiling _RopeModule BigString+Hashing.swift
[126/999] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[127/999] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[128/999] Compiling _RopeModule BigString+Sequence.swift
[129/1006] Compiling _RopeModule BigString+Ingester.swift
[130/1006] Compiling _RopeModule BigString+Invariants.swift
[131/1006] Compiling _RopeModule BigString+Iterators.swift
[132/1006] Compiling _RopeModule BigString+Metrics.swift
[133/1006] Compiling _RopeModule BigString+Chunk+Counts.swift
[134/1006] Compiling _RopeModule BigString+Chunk+Description.swift
[135/1006] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[136/1006] Compiling _RopeModule BigString+Summary.swift
[137/1006] Compiling _RopeModule BigString.swift
[138/1006] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[139/1006] Compiling _RopeModule BigString+Chunk+Breaks.swift
[142/1006] Compiling HeapModule _HeapNode.swift
[146/1006] Compiling _RopeModule Range+BigString.swift
[147/1006] Compiling _RopeModule BigString+UTF16View.swift
[148/1006] Compiling _RopeModule BigString+UTF8View.swift
[149/1006] Compiling _RopeModule BigString+Comparable.swift
[150/1006] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[151/1006] Compiling _RopeModule BigString+Builder.swift
[152/1006] Compiling _RopeModule BigString+Contents.swift
[153/1006] Compiling _RopeModule BigString+Debugging.swift
[154/1006] Compiling _RopeModule BigString+Index.swift
[161/1006] Compiling _RopeModule BigString+Chunk.swift
[162/1006] Compiling _RopeModule BigString+BidirectionalCollection.swift
[163/1006] Compiling _RopeModule BigString+Append.swift
[164/1006] Compiling _RopeModule BigString+Initializers.swift
[165/1006] Compiling _RopeModule BigString+Insert.swift
[166/1006] Compiling _RopeModule BigString+Managing Breaks.swift
[167/1006] Compiling HeapModule Heap.swift
[173/1006] Compiling handshake.cc
[175/1006] Compiling HeapModule Heap+UnsafeHandle.swift
[176/1006] Compiling HeapModule Heap+Invariants.swift
[177/1006] Compiling _RopeModule Rope+Debugging.swift
[178/1006] Compiling _RopeModule Rope+Invariants.swift
[179/1006] Compiling _RopeModule Rope+_Node.swift
[180/1006] Compiling _RopeModule Rope+_Storage.swift
[181/1006] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[182/1006] Compiling _RopeModule Rope+_UnsafeHandle.swift
[183/1006] Compiling _RopeModule Rope.swift
[184/1006] Compiling _RopeModule RopeElement.swift
[185/1006] Emitting module Atomics
[186/1007] Emitting module HeapModule
[189/1099] Compiling HashTreeCollections TreeDictionary+Keys.swift
[190/1099] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[191/1099] Compiling HashTreeCollections TreeDictionary+Merge.swift
[192/1099] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[193/1099] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[194/1099] Compiling HashTreeCollections TreeDictionary+Values.swift
[195/1099] Compiling HashTreeCollections TreeDictionary.swift
[196/1099] Compiling HashTreeCollections TreeSet+Codable.swift
[197/1099] Compiling HashTreeCollections TreeSet+Collection.swift
[198/1108] Compiling DequeModule Deque+CustomReflectable.swift
[199/1108] Compiling DequeModule Deque+Descriptions.swift
[200/1108] Compiling DequeModule Deque+Equatable.swift
[201/1108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[206/1108] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[207/1108] Compiling HashTreeCollections TreeSet+Debugging.swift
[208/1108] Compiling HashTreeCollections TreeSet+Descriptions.swift
[209/1108] Compiling DequeModule _DequeBuffer.swift
[210/1108] Compiling DequeModule _DequeBufferHeader.swift
[213/1110] Compiling DequeModule Deque+Testing.swift
[214/1110] Compiling DequeModule Deque._Storage.swift
[215/1110] Compiling DequeModule Deque._UnsafeHandle.swift
[216/1110] Compiling DequeModule Deque.swift
[219/1110] Compiling DequeModule _DequeSlot.swift
[220/1110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[223/1110] Compiling DequeModule Deque+Extras.swift
[224/1110] Compiling DequeModule Deque+Hashable.swift
[227/1110] Compiling HashTreeCollections TreeSet+Hashable.swift
[228/1110] Compiling HashTreeCollections TreeSet+Sendable.swift
[229/1110] Compiling _RopeModule Rope+Join.swift
[230/1110] Compiling _RopeModule Rope+MutatingForEach.swift
[231/1110] Compiling _RopeModule Rope+Remove.swift
[232/1110] Compiling _RopeModule Rope+RemoveSubrange.swift
[233/1110] Compiling _RopeModule Rope+Split.swift
[234/1110] Compiling _RopeModule Optional Utilities.swift
[235/1110] Compiling _RopeModule String Utilities.swift
[236/1110] Compiling _RopeModule String.Index+ABI.swift
[241/1120] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[242/1120] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[243/1120] Compiling HashTreeCollections TreeDictionary+Filter.swift
[244/1120] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[245/1120] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[258/1120] Compiling HashTreeCollections TreeSet+Equatable.swift
[259/1120] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[260/1120] Compiling HashTreeCollections TreeSet+Extras.swift
[261/1120] Compiling HashTreeCollections TreeSet+Filter.swift
[277/1120] Compiling DequeModule Deque+Codable.swift
[278/1120] Compiling DequeModule Deque+Collection.swift
[287/1120] Compiling HashTreeCollections _HashNode+Builder.swift
[288/1120] Compiling HashTreeCollections _HashNode+Debugging.swift
[289/1120] Compiling HashTreeCollections _HashNode+Initializers.swift
[290/1120] Compiling HashTreeCollections _HashNode+Invariants.swift
[291/1120] Emitting module Algorithms
[292/1121] Emitting module OrderedCollections
[294/1122] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[295/1122] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[296/1122] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[297/1122] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[298/1122] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[299/1122] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[300/1122] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[301/1122] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[302/1122] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[303/1122] Compiling HashTreeCollections TreeSet.swift
[306/1122] Compiling HashTreeCollections _HashTreeIterator.swift
[307/1122] Compiling HashTreeCollections _HashTreeStatistics.swift
[308/1122] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[309/1122] Compiling HashTreeCollections _RawHashNode.swift
[310/1122] Compiling HashTreeCollections _UnmanagedHashNode.swift
[311/1122] Compiling HashTreeCollections _UnsafePath.swift
[312/1122] Compiling HashTreeCollections TreeDictionary+Codable.swift
[313/1122] Compiling HashTreeCollections TreeDictionary+Collection.swift
[314/1122] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[315/1122] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[316/1122] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[318/1122] Emitting module DequeModule
[329/1123] Emitting module _RopeModule
[339/1123] Compiling HashTreeCollections _HashNode+Lookups.swift
[340/1123] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[352/1123] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[353/1123] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[354/1123] Compiling HashTreeCollections _HashNode+Structural union.swift
[355/1123] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[356/1123] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[357/1123] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[358/1123] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[359/1123] Compiling HashTreeCollections _HashNode.swift
[360/1123] Compiling HashTreeCollections _HashNodeHeader.swift
[361/1123] Compiling HashTreeCollections _HashSlot.swift
[362/1123] Compiling HashTreeCollections _HashStack.swift
[362/1123] Compiling encrypted_client_hello.cc
[363/1123] Compiling handoff.cc
[393/1138] Compiling extensions.cc
[396/1138] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[397/1138] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[398/1138] Compiling _ConnectionPoolModule ConnectionRequest.swift
[399/1138] Compiling _ConnectionPoolModule Max2Sequence.swift
[400/1139] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[401/1139] Compiling _ConnectionPoolModule ConnectionPool.swift
[401/1139] Compiling dtls_record.cc
[403/1139] Compiling _ConnectionPoolModule PoolStateMachine.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 }
[403/1139] Compiling d1_pkt.cc
[404/1139] Compiling md5-x86_64-linux.S
[405/1139] Compiling d1_srtp.cc
[406/1139] Compiling dtls_method.cc
[407/1139] Compiling md5-x86_64-apple.S
[408/1139] Compiling md5-586-linux.S
[409/1139] Compiling md5-586-apple.S
[411/1139] Compiling _ConnectionPoolModule TinyFastSequence.swift
[412/1139] Emitting module HashTreeCollections
[412/1140] Compiling chacha20_poly1305_x86_64-linux.S
[414/1140] Emitting module _ConnectionPoolModule
[414/1140] Compiling chacha20_poly1305_x86_64-apple.S
[415/1140] Compiling chacha20_poly1305_armv8-win.S
[417/1140] Compiling bio_ssl.cc
[418/1140] Compiling d1_both.cc
[418/1140] Compiling err_data.cc
[418/1140] Compiling chacha20_poly1305_armv8-linux.S
[422/1140] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[423/1140] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[424/1140] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[425/1140] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[425/1140] Compiling chacha20_poly1305_armv8-apple.S
[426/1140] Compiling d1_lib.cc
[428/1140] Compiling _ConnectionPoolModule NIOLock.swift
[429/1140] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[429/1140] Compiling chacha-armv8-win.S
[430/1140] Compiling chacha-x86_64-linux.S
[431/1140] Compiling chacha-x86_64-apple.S
[432/1140] Compiling chacha-x86-linux.S
[433/1140] Compiling chacha-x86-apple.S
[434/1140] Compiling chacha-armv8-linux.S
[435/1140] Compiling chacha-armv4-linux.S
[436/1140] Compiling x86_64-mont5-linux.S
[437/1140] Compiling chacha-armv8-apple.S
[437/1140] Compiling aes128gcmsiv-x86_64-linux.S
[439/1140] Compiling aes128gcmsiv-x86_64-apple.S
[440/1140] Compiling x86_64-mont-apple.S
[441/1140] Compiling x86_64-mont-linux.S
[442/1140] Compiling x86-mont-apple.S
[443/1140] Compiling x86_64-mont5-apple.S
[444/1140] Compiling x86-mont-linux.S
[445/1140] Compiling vpaes-x86_64-apple.S
[446/1140] Compiling vpaes-x86_64-linux.S
[447/1140] Compiling vpaes-armv8-win.S
[448/1140] Compiling vpaes-x86-apple.S
[449/1140] Compiling vpaes-x86-linux.S
[450/1140] Compiling vpaes-armv8-linux.S
[451/1140] Compiling vpaes-armv7-linux.S
[452/1140] Compiling vpaes-armv8-apple.S
[453/1140] Compiling sha512-x86_64-linux.S
[454/1140] Compiling sha512-x86_64-apple.S
[455/1140] Compiling sha512-armv8-win.S
[456/1140] Compiling sha512-armv8-linux.S
[457/1140] Compiling sha512-armv8-apple.S
[458/1140] Compiling sha512-armv4-linux.S
[459/1140] Compiling sha512-586-apple.S
[460/1140] Compiling sha512-586-linux.S
[461/1140] Compiling sha256-x86_64-apple.S
[462/1140] Compiling sha256-armv8-win.S
[462/1140] Compiling sha256-x86_64-linux.S
[464/1140] Compiling sha256-armv4-linux.S
[465/1140] Compiling sha256-armv8-apple.S
[466/1140] Compiling sha256-armv8-linux.S
[467/1140] Compiling sha256-586-linux.S
[468/1140] Compiling sha1-x86_64-apple.S
[469/1140] Compiling sha256-586-apple.S
[470/1140] Compiling sha1-x86_64-linux.S
[471/1140] Compiling sha1-armv8-win.S
[472/1140] Compiling sha1-armv8-apple.S
[473/1140] Compiling sha1-armv4-large-linux.S
[474/1140] Compiling sha1-armv8-linux.S
[475/1140] Compiling rsaz-avx2-linux.S
[475/1140] Compiling sha1-586-apple.S
[477/1140] Compiling sha1-586-linux.S
[478/1140] Compiling rsaz-avx2-apple.S
[479/1140] Compiling rdrand-x86_64-linux.S
[480/1140] Compiling p256_beeu-x86_64-asm-apple.S
[481/1140] Compiling rdrand-x86_64-apple.S
[482/1140] Compiling p256_beeu-x86_64-asm-linux.S
[483/1140] Compiling p256_beeu-armv8-asm-linux.S
[484/1140] Compiling p256_beeu-armv8-asm-apple.S
[485/1140] Compiling p256_beeu-armv8-asm-win.S
[486/1140] Compiling p256-x86_64-asm-linux.S
[487/1140] Compiling p256-armv8-asm-win.S
[488/1140] Compiling p256-x86_64-asm-apple.S
[489/1140] Compiling p256-armv8-asm-apple.S
[490/1140] Compiling ghashv8-armv8-win.S
[491/1140] Compiling p256-armv8-asm-linux.S
[492/1140] Compiling ghashv8-armv8-linux.S
[493/1140] Compiling ghashv8-armv8-apple.S
[494/1140] Compiling ghashv8-armv7-linux.S
[495/1140] Compiling ghash-x86_64-linux.S
[496/1140] Compiling ghash-x86_64-apple.S
[497/1140] Compiling ghash-x86-apple.S
[498/1140] Compiling ghash-ssse3-x86_64-linux.S
[499/1140] Compiling ghash-x86-linux.S
[500/1140] Compiling ghash-ssse3-x86_64-apple.S
[501/1140] Compiling ghash-ssse3-x86-linux.S
[502/1140] Compiling ghash-ssse3-x86-apple.S
[503/1140] Compiling ghash-neon-armv8-win.S
[504/1140] Compiling ghash-neon-armv8-linux.S
[505/1140] Compiling ghash-neon-armv8-apple.S
[506/1140] Compiling ghash-armv4-linux.S
[507/1140] Compiling co-586-apple.S
[508/1140] Compiling co-586-linux.S
[509/1140] Compiling bsaes-armv7-linux.S
[510/1140] Compiling bn-armv8-linux.S
[511/1140] Compiling bn-armv8-win.S
[512/1140] Compiling bn-armv8-apple.S
[513/1140] Compiling bn-586-apple.S
[514/1140] Compiling bn-586-linux.S
[515/1140] Compiling armv8-mont-win.S
[516/1140] Compiling armv8-mont-apple.S
[517/1140] Compiling armv8-mont-linux.S
[518/1140] Compiling armv4-mont-linux.S
[519/1140] Compiling aesv8-gcm-armv8-win.S
[520/1140] Compiling aesv8-gcm-armv8-apple.S
[521/1140] Compiling aesv8-armv8-win.S
[522/1140] Compiling aesv8-armv8-linux.S
[523/1140] Compiling aesv8-gcm-armv8-linux.S
[524/1140] Compiling aesv8-armv8-apple.S
[525/1140] Compiling aesv8-armv7-linux.S
[526/1140] Compiling aesni-x86_64-apple.S
[526/1140] Compiling aesni-x86_64-linux.S
[528/1140] Compiling aesni-x86-linux.S
[529/1140] Compiling aesni-x86-apple.S
[530/1140] Compiling aesni-gcm-x86_64-apple.S
[530/1140] Compiling aesni-gcm-x86_64-linux.S
[532/1140] Compiling aes-gcm-avx2-x86_64-apple.S
[533/1140] Compiling aes-gcm-avx2-x86_64-linux.S
[534/1140] Compiling aes-gcm-avx10-x86_64-linux.S
[535/1140] Compiling aes-gcm-avx10-x86_64-apple.S
[536/1140] Compiling x_spki.cc
[537/1140] Compiling x_x509a.cc
[538/1140] Compiling x_val.cc
[539/1140] Compiling x_x509.cc
[540/1140] Compiling x_sig.cc
[541/1140] Compiling x_attrib.cc
[541/1140] Compiling x_crl.cc
[541/1140] Compiling x_exten.cc
[541/1140] Compiling x_all.cc
[541/1140] Compiling x_pubkey.cc
[541/1140] Compiling x_name.cc
[541/1140] Compiling x_req.cc
BUILD FAILURE 6.1 android