Build Information
Failed to build postgres-kit, reference main (d2fd31
), with Swift 6.1 for Android on 26 Aug 2025 20:44:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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 d2fd317 Minor cleanups (#273)
Cloned https://github.com/vapor/postgres-kit.git
Revision (git rev-parse @):
d2fd3172c2e318bd292a4c1297e4c65a418cf6f3
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.1",
"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" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2439] Fetching async-kit
[2440/8459] Fetching async-kit, sql-kit
[8460/21054] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.74s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.74s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.75s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.47s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3897] Fetching swift-log
[2379/9865] Fetching swift-log, swift-algorithms
[7718/27219] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
[7704/23322] Fetching swift-algorithms, swift-collections
[8399/101028] Fetching swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (2.07s)
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
[49732/77706] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.60s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (8.75s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.27.0 (0.92s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2701] Fetching swift-nio-transport-services
[353/5134] Fetching swift-nio-transport-services, swift-service-lifecycle
[489/6942] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-atomics
[1946/9277] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-atomics, swift-metrics
[7751/25553] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-atomics, swift-metrics, swift-crypto
[8664/40628] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-atomics, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.99s)
Fetched https://github.com/apple/swift-metrics.git from cache (4.00s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.01s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.07s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.46s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.91s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (2.10s)
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.05s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.00s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5133] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.87s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.15s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (3.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (2.80s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (3.13s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.76s)
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.27.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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.33.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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/818] Write sources
[24/818] Compiling CNIOWindows WSAStartup.c
[25/818] Compiling CNIOLinux liburing_shims.c
[26/818] Write sources
[38/818] Compiling CNIODarwin shim.c
[39/818] Compiling CNIOWindows shim.c
[40/818] Compiling CNIOWASI CNIOWASI.c
[41/818] Compiling _NumericsShims _NumericsShims.c
[42/818] Compiling _AtomicsShims.c
[43/818] Compiling CNIOLinux shim.c
[44/818] Compiling CNIOPosix event_loop_id.c
[45/818] Compiling fiat_p256_adx_sqr.S
[46/818] Compiling fiat_curve25519_adx_mul.S
[47/818] Compiling fiat_p256_adx_mul.S
[48/818] Compiling fiat_curve25519_adx_square.S
[49/818] Write swift-version-24593BA9C3E375BF.txt
[50/818] Compiling CNIOBoringSSLShims shims.c
[51/822] Compiling tls_record.cc
[52/822] Compiling tls_method.cc
[53/822] Compiling t1_enc.cc
[54/844] Compiling tls13_both.cc
[55/850] Compiling tls13_server.cc
[56/851] Compiling tls13_client.cc
[57/851] Compiling tls13_enc.cc
[59/876] Emitting module Logging
[60/876] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/876] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/876] Compiling RealModule Real.swift
[65/879] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/879] Compiling InternalCollectionsUtilities Debugging.swift
[67/879] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/879] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[69/879] Compiling RealModule Float80+Real.swift
[70/880] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/880] Emitting module _NIOBase64
[72/880] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/880] Compiling _NIOBase64 Base64.swift
[74/881] Compiling RealModule ElementaryFunctions.swift
[75/881] Emitting module RealModule
[76/881] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/881] Compiling InternalCollectionsUtilities Integer rank.swift
[78/881] Compiling RealModule Float16+Real.swift
[81/881] Compiling RealModule Float+Real.swift
[82/881] Compiling ConcurrencyHelpers LockedValueBox.swift
[83/881] Compiling InternalCollectionsUtilities Descriptions.swift
[84/881] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/881] Emitting module InternalCollectionsUtilities
[86/881] Compiling _NIODataStructures PriorityQueue.swift
[87/881] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/881] Compiling _NIODataStructures _TinyArray.swift
[91/881] Compiling CoreMetrics Metrics.swift
[92/881] Compiling _NIODataStructures Heap.swift
[93/881] Emitting module _NIODataStructures
[94/882] Compiling RealModule RealFunctions.swift
[97/883] Compiling SwiftASN1 TimeUtilities.swift
[98/883] Compiling SwiftASN1 UTCTime.swift
[105/883] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[107/927] Compiling Algorithms Keyed.swift
[108/927] Compiling Algorithms MinMax.swift
[109/927] Compiling Algorithms Split.swift
[110/927] Compiling Algorithms Stride.swift
[111/927] Compiling Algorithms Intersperse.swift
[112/927] Compiling Algorithms Joined.swift
[113/929] Compiling Algorithms Grouped.swift
[114/929] Compiling Algorithms Indexed.swift
[115/929] Compiling Algorithms AdjacentPairs.swift
[116/929] Compiling Algorithms Chain.swift
[117/929] Compiling Algorithms Chunked.swift
[119/929] Compiling Atomics IntegerOperations.swift
[121/929] Compiling Atomics Unmanaged extensions.swift
[122/929] Compiling Algorithms EitherSequence.swift
[123/929] Compiling Algorithms FirstNonNil.swift
[124/929] Compiling Algorithms FlattenCollection.swift
[125/929] Emitting module SwiftASN1
[129/929] Compiling Algorithms RandomSample.swift
[130/929] Compiling Algorithms Reductions.swift
[131/929] Compiling Algorithms Rotate.swift
[132/932] Compiling Logging Locks.swift
[133/932] Emitting module CoreMetrics
[134/932] Compiling CoreMetrics Locks.swift
[135/932] Compiling Logging MetadataProvider.swift
[136/933] Compiling Logging LogHandler.swift
[137/933] Emitting module ConcurrencyHelpers
[138/933] Compiling ConcurrencyHelpers Lock.swift
[139/934] Compiling Logging Logging.swift
[152/936] Compiling Algorithms Permutations.swift
[153/936] Compiling Algorithms Product.swift
[154/1064] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[155/1064] Compiling _RopeModule BigString+Hashing.swift
[156/1064] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[157/1064] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[158/1064] Compiling _RopeModule BigString+Sequence.swift
[159/1064] Compiling _RopeModule BigString+TextOutputStream.swift
[160/1064] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[161/1064] Compiling _RopeModule BigString+Chunk+Breaks.swift
[161/1064] Compiling ssl_x509.cc
[162/1064] Compiling ssl_versions.cc
[164/1064] Compiling _RopeModule BigString+Ingester.swift
[165/1064] Compiling _RopeModule BigString+Invariants.swift
[166/1064] Compiling _RopeModule BigString+Iterators.swift
[167/1071] Emitting module UnixSignals
[168/1106] Compiling _RopeModule BigString+Initializers.swift
[169/1106] Compiling _RopeModule BigString+Insert.swift
[170/1106] Compiling _RopeModule BigString+Managing Breaks.swift
[171/1106] Compiling _RopeModule BigString+RemoveSubrange.swift
[172/1106] Compiling _RopeModule BigString+ReplaceSubrange.swift
[173/1106] Compiling _RopeModule BigString+Split.swift
[174/1106] Compiling _RopeModule Range+BigString.swift
[175/1114] Compiling _RopeModule BigString+UTF16View.swift
[176/1114] Compiling _RopeModule BigString+UTF8View.swift
[177/1114] Compiling _RopeModule _RopeVersion.swift
[178/1114] Compiling _RopeModule Rope+Collection.swift
[179/1114] Compiling _RopeModule Rope+Index.swift
[180/1114] Compiling _RopeModule Rope+Sequence.swift
[181/1114] Compiling _RopeModule Rope+Append.swift
[182/1119] Compiling HashTreeCollections _AncestorHashSlots.swift
[183/1119] Compiling HashTreeCollections _Bitmap.swift
[184/1119] Compiling HashTreeCollections _Bucket.swift
[185/1119] Compiling HashTreeCollections _Hash.swift
[186/1128] Compiling UnixSignals UnixSignal.swift
[187/1128] Compiling UnixSignals UnixSignalsSequence.swift
[189/1155] Compiling HeapModule Heap+Descriptions.swift
[190/1155] Compiling HeapModule _HeapNode.swift
[191/1170] Compiling DequeModule Deque+Codable.swift
[192/1170] Compiling DequeModule Deque+Collection.swift
[193/1170] Compiling DequeModule Deque+CustomReflectable.swift
[194/1170] Compiling DequeModule Deque+Descriptions.swift
[195/1170] Compiling DequeModule Deque+Equatable.swift
[196/1170] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[197/1170] Compiling DequeModule Deque+Testing.swift
[198/1170] Compiling DequeModule Deque._Storage.swift
[199/1170] Compiling HeapModule Heap.swift
[200/1170] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[201/1170] Compiling HashTreeCollections _RawHashNode.swift
[202/1170] Compiling HashTreeCollections _UnmanagedHashNode.swift
[203/1170] Compiling HashTreeCollections _UnsafePath.swift
[204/1170] Compiling HashTreeCollections TreeDictionary+Codable.swift
[205/1170] Compiling HashTreeCollections TreeDictionary+Collection.swift
[206/1170] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[207/1170] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[208/1170] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[209/1170] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[210/1170] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[211/1170] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[212/1170] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[213/1170] Compiling HashTreeCollections _HashNode+Structural merge.swift
[214/1170] Compiling HashTreeCollections _HashTreeIterator.swift
[215/1170] Compiling HashTreeCollections _HashTreeStatistics.swift
[216/1170] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[217/1170] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[218/1170] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[219/1170] Compiling HashTreeCollections _HashNode+Structural union.swift
[220/1170] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[221/1170] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[222/1170] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[223/1170] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[224/1170] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[225/1170] Compiling HeapModule Heap+Invariants.swift
[226/1170] Compiling HeapModule Heap+UnsafeHandle.swift
[227/1170] Emitting module HeapModule
[228/1171] Compiling DequeModule _DequeBuffer.swift
[229/1171] Compiling DequeModule _DequeBufferHeader.swift
[230/1173] Compiling HashTreeCollections TreeSet+Hashable.swift
[231/1173] Compiling HashTreeCollections TreeSet+Sendable.swift
[232/1173] Compiling HashTreeCollections TreeSet+Sequence.swift
[233/1173] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[234/1173] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[235/1173] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[236/1173] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[237/1173] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[238/1173] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[239/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[247/1183] Emitting module Atomics
[255/1184] Compiling DequeModule Deque+Extras.swift
[256/1184] Compiling DequeModule Deque+Hashable.swift
[257/1184] Compiling HashTreeCollections TreeDictionary.swift
[258/1184] Compiling HashTreeCollections TreeSet+Codable.swift
[259/1184] Compiling HashTreeCollections TreeSet+Collection.swift
[260/1184] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[261/1184] Compiling HashTreeCollections TreeSet+Debugging.swift
[262/1184] Compiling HashTreeCollections TreeSet+Descriptions.swift
[263/1184] Compiling HashTreeCollections TreeSet+Equatable.swift
[264/1184] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[265/1184] Compiling HashTreeCollections TreeSet+Extras.swift
[266/1184] Compiling HashTreeCollections TreeSet+Filter.swift
[267/1184] Emitting module Algorithms
[268/1185] Emitting module Metrics
[269/1185] Compiling Metrics Metrics.swift
[270/1186] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[271/1186] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[272/1186] Compiling HashTreeCollections TreeDictionary+Filter.swift
[273/1186] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[274/1186] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[275/1186] Compiling HashTreeCollections TreeDictionary+Keys.swift
[276/1186] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[277/1186] Compiling HashTreeCollections TreeDictionary+Merge.swift
[278/1186] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[279/1186] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[280/1186] Compiling HashTreeCollections TreeDictionary+Values.swift
[281/1186] Compiling DequeModule _DequeSlot.swift
[282/1186] Compiling DequeModule _UnsafeWrappedBuffer.swift
[287/1186] Compiling DequeModule Deque._UnsafeHandle.swift
[288/1186] Compiling DequeModule Deque.swift
[295/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[296/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[297/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[298/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[299/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[300/1186] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[301/1186] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[302/1186] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[303/1186] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[304/1186] Compiling HashTreeCollections TreeSet.swift
[314/1186] Emitting module DequeModule
[316/1187] Compiling HashTreeCollections _HashNode.swift
[317/1187] Compiling HashTreeCollections _HashNodeHeader.swift
[318/1187] Compiling HashTreeCollections _HashSlot.swift
[319/1187] Compiling HashTreeCollections _HashStack.swift
[344/1196] Emitting module OrderedCollections
[357/1212] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[358/1212] Compiling _ConnectionPoolModule ConnectionRequest.swift
[359/1213] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.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 }
[360/1213] 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 }
[360/1213] Compiling ssl_transcript.cc
[361/1213] Compiling ssl_stat.cc
[363/1213] Compiling _ConnectionPoolModule Max2Sequence.swift
[364/1213] Compiling _ConnectionPoolModule NIOLock.swift
[365/1213] Emitting module _RopeModule
[366/1213] Compiling _ConnectionPoolModule TinyFastSequence.swift
[367/1213] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[368/1213] Compiling _ConnectionPoolModule ConnectionLease.swift
[373/1213] Compiling _ConnectionPoolModule ConnectionPool.swift
[374/1213] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[375/1213] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[376/1213] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[377/1213] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[389/1213] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[399/1213] Compiling ssl_privkey.cc
[400/1213] Compiling ssl_session.cc
[406/1213] Emitting module _ConnectionPoolModule
[407/1213] Compiling _RopeModule Rope+Join.swift
[408/1213] Compiling _RopeModule Rope+MutatingForEach.swift
[409/1213] Compiling _RopeModule Rope+Remove.swift
[410/1213] Compiling _RopeModule Rope+RemoveSubrange.swift
[411/1213] Compiling _RopeModule Rope+Split.swift
[412/1213] Compiling _RopeModule Optional Utilities.swift
[413/1213] Compiling _RopeModule String Utilities.swift
[414/1213] Compiling _RopeModule String.Index+ABI.swift
[415/1213] Compiling _RopeModule _CharacterRecognizer.swift
[455/1214] Emitting module HashTreeCollections
[455/1214] Compiling ssl_lib.cc
[457/1215] Compiling ssl_key_share.cc
[463/1215] Compiling ssl_asn1.cc
[463/1215] Compiling ssl_buffer.cc
[463/1215] Compiling ssl_aead_ctx.cc
[463/1215] Compiling ssl_credential.cc
[463/1215] Compiling ssl_cert.cc
[463/1215] Compiling ssl_cipher.cc
[463/1215] Compiling ssl_file.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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/753] Compiling ssl_cipher.cc
[1/753] Compiling ssl_file.cc
[2/753] Compiling ssl_credential.cc
[3/753] Compiling ssl_buffer.cc
[4/753] Write swift-version-24593BA9C3E375BF.txt
[5/753] Compiling ssl_cert.cc
[6/753] Compiling ssl_asn1.cc
[6/753] Compiling ssl_aead_ctx.cc
[8/753] Compiling s3_pkt.cc
[10/786] Compiling RealModule ElementaryFunctions.swift
[11/787] Compiling RealModule RealFunctions.swift
[12/787] Compiling RealModule Real.swift
[13/787] Compiling RealModule Float80+Real.swift
[14/787] Compiling RealModule Float16+Real.swift
[15/787] Emitting module _NIOBase64
[16/787] Compiling RealModule Float+Real.swift
[17/787] Compiling SwiftASN1 ASN1Identifier.swift
[18/787] Compiling SwiftASN1 ASN1.swift
[19/787] Compiling SwiftASN1 ASN1BitString.swift
[20/787] Compiling SwiftASN1 ASN1Boolean.swift
[21/787] Emitting module RealModule
[22/788] Emitting module _NIODataStructures
[23/788] Compiling _NIOBase64 Base64.swift
[24/789] Compiling _NIODataStructures PriorityQueue.swift
[25/789] Compiling _NIODataStructures Heap.swift
[26/789] Compiling _NIODataStructures _TinyArray.swift
[30/809] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/809] Compiling InternalCollectionsUtilities Debugging.swift
[32/814] Compiling SwiftASN1 TimeUtilities.swift
[33/814] Compiling SwiftASN1 UTCTime.swift
[34/814] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/814] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/814] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[37/814] Compiling InternalCollectionsUtilities Integer rank.swift
[38/814] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/814] Compiling SwiftASN1 ObjectIdentifier.swift
[40/814] Compiling SwiftASN1 PEMDocument.swift
[41/814] Compiling InternalCollectionsUtilities Descriptions.swift
[42/814] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/814] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/815] Compiling Logging MetadataProvider.swift
[49/815] Compiling Logging Locks.swift
[50/815] Emitting module Logging
[53/815] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/815] Compiling s3_lib.cc
[55/815] Emitting module InternalCollectionsUtilities
[56/818] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/818] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/818] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/819] Compiling s3_both.cc
[66/819] Compiling ConcurrencyHelpers LockedValueBox.swift
[67/819] Compiling handshake_client.cc
[68/819] Compiling handshake_server.cc
[70/819] Compiling SwiftASN1 DER.swift
[71/819] Compiling SwiftASN1 Errors.swift
[72/837] Emitting module ConcurrencyHelpers
[73/837] Compiling ConcurrencyHelpers Lock.swift
[75/863] Compiling Algorithms Grouped.swift
[76/863] Compiling Algorithms Indexed.swift
[77/863] Compiling Algorithms Combinations.swift
[78/863] Compiling Algorithms FlattenCollection.swift
[79/865] Compiling Algorithms Chain.swift
[80/865] Compiling Algorithms Chunked.swift
[81/865] Compiling Logging LogHandler.swift
[82/865] Compiling Logging Logging.swift
[83/866] Compiling CoreMetrics Locks.swift
[84/866] Compiling CoreMetrics Metrics.swift
[85/866] Emitting module CoreMetrics
[86/866] Emitting module SwiftASN1
[90/894] Compiling _RopeModule BigString+Summary.swift
[91/894] Compiling _RopeModule BigString.swift
[92/894] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[93/894] Compiling _RopeModule BigString+Iterators.swift
[94/894] Compiling _RopeModule BigString+Metrics.swift
[95/939] Compiling _RopeModule BigString+Chunk+Splitting.swift
[96/939] Compiling _RopeModule BigString+Chunk.swift
[97/996] Emitting module UnixSignals
[98/996] Compiling UnixSignals UnixSignal.swift
[99/996] Compiling UnixSignals UnixSignalsSequence.swift
[100/997] Compiling Metrics Metrics.swift
[101/997] Emitting module Metrics
[102/998] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[103/998] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[104/998] Compiling OrderedCollections OrderedDictionary+Values.swift
[105/998] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[106/998] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[107/998] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[110/1001] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[111/1001] Compiling OrderedCollections _HashTable+Bucket.swift
[112/1001] Compiling OrderedCollections _HashTable+BucketIterator.swift
[113/1008] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[114/1008] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[115/1008] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[116/1008] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[117/1008] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[118/1008] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[119/1008] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[120/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[121/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[122/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[123/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[124/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[125/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[126/1015] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[127/1015] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[128/1035] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[129/1035] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[130/1035] Compiling HashTreeCollections _HashNode+Structural union.swift
[131/1035] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[132/1035] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[133/1035] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[134/1035] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[135/1035] Compiling HashTreeCollections _HashNode.swift
[136/1051] Compiling HeapModule Heap+Descriptions.swift
[137/1083] Compiling HashTreeCollections _HashNode+Storage.swift
[138/1083] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[139/1083] Compiling HashTreeCollections _HashNode+Structural filter.swift
[140/1091] Compiling HashTreeCollections _HashNode+Builder.swift
[141/1091] Compiling HashTreeCollections _HashNode+Debugging.swift
[142/1091] Compiling HashTreeCollections _HashNode+Initializers.swift
[143/1091] Compiling HashTreeCollections _HashNode+Invariants.swift
[144/1091] Compiling HashTreeCollections _HashNode+Lookups.swift
[145/1091] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[146/1091] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[147/1091] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[151/1091] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[152/1091] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[153/1091] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[154/1091] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[155/1091] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[156/1091] Compiling HashTreeCollections _HashNode+Structural merge.swift
[157/1091] Compiling HashTreeCollections _HashTreeIterator.swift
[158/1091] Compiling HashTreeCollections _HashTreeStatistics.swift
[159/1091] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[160/1091] Compiling HashTreeCollections _RawHashNode.swift
[161/1091] Compiling HashTreeCollections _UnmanagedHashNode.swift
[162/1091] Compiling HashTreeCollections _UnsafePath.swift
[163/1091] Compiling HashTreeCollections TreeDictionary+Codable.swift
[164/1091] Compiling HeapModule _HeapNode.swift
[165/1091] Compiling HeapModule Heap.swift
[166/1091] Compiling HeapModule Heap+Invariants.swift
[167/1091] Compiling HeapModule Heap+UnsafeHandle.swift
[168/1091] Emitting module HeapModule
[168/1092] Compiling handshake.cc
[171/1092] Compiling HashTreeCollections TreeSet+Hashable.swift
[172/1092] Compiling HashTreeCollections TreeSet+Sendable.swift
[173/1092] Compiling HashTreeCollections TreeSet+Sequence.swift
[174/1092] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[175/1092] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[176/1092] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[177/1092] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[178/1092] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[179/1092] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[180/1092] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[180/1102] Compiling handoff.cc
[182/1117] Compiling DequeModule Deque+CustomReflectable.swift
[183/1117] Compiling DequeModule Deque+Descriptions.swift
[184/1117] Compiling DequeModule Deque._UnsafeHandle.swift
[185/1117] Compiling DequeModule Deque.swift
[186/1117] Compiling DequeModule _DequeBuffer.swift
[187/1117] Compiling DequeModule _DequeBufferHeader.swift
[188/1117] Compiling HashTreeCollections _Hash.swift
[189/1117] Compiling HashTreeCollections _HashLevel.swift
[190/1117] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[191/1117] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[192/1117] Compiling HashTreeCollections TreeDictionary+Filter.swift
[193/1117] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[194/1117] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[195/1117] Compiling HashTreeCollections TreeDictionary+Keys.swift
[196/1117] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[197/1117] Compiling HashTreeCollections TreeDictionary+Merge.swift
[198/1117] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[199/1117] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[200/1117] Compiling HashTreeCollections TreeDictionary+Values.swift
[201/1117] Compiling HashTreeCollections TreeDictionary.swift
[202/1117] Compiling HashTreeCollections TreeSet+Codable.swift
[203/1117] Compiling HashTreeCollections TreeSet+Collection.swift
[204/1117] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[205/1117] Compiling HashTreeCollections TreeSet+Debugging.swift
[206/1117] Compiling HashTreeCollections TreeSet+Descriptions.swift
[207/1117] Compiling HashTreeCollections TreeSet+Equatable.swift
[208/1117] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[209/1117] Compiling HashTreeCollections TreeSet+Extras.swift
[210/1117] Compiling HashTreeCollections TreeSet+Filter.swift
[211/1117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[212/1117] Compiling DequeModule Deque+Testing.swift
[213/1117] Compiling DequeModule Deque._Storage.swift
[214/1117] Compiling DequeModule Deque+Codable.swift
[215/1117] Compiling DequeModule Deque+Collection.swift
[216/1117] Compiling DequeModule Deque+Equatable.swift
[241/1126] Compiling DequeModule Deque+Extras.swift
[257/1126] Emitting module Atomics
[261/1129] Compiling _RopeModule _CharacterRecognizer.swift
[262/1129] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[263/1129] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[264/1129] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[265/1129] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[266/1129] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[267/1129] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[268/1129] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[269/1129] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[270/1129] Compiling HashTreeCollections TreeSet.swift
[275/1129] Compiling DequeModule _DequeSlot.swift
[276/1129] Compiling DequeModule _UnsafeWrappedBuffer.swift
[290/1129] Compiling DequeModule Deque+Hashable.swift
[303/1129] Emitting module OrderedCollections
[312/1130] Compiling HashTreeCollections TreeDictionary+Collection.swift
[313/1130] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[314/1130] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[315/1130] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[329/1130] Emitting module _RopeModule
[330/1130] Emitting module Algorithms
[331/1131] Emitting module DequeModule
[385/1132] Compiling _RopeModule Rope+Join.swift
[386/1132] Compiling _RopeModule Rope+MutatingForEach.swift
[387/1132] Compiling _RopeModule Rope+Remove.swift
[388/1132] Compiling _RopeModule Rope+RemoveSubrange.swift
[389/1132] Compiling _RopeModule Rope+Split.swift
[390/1132] Compiling _RopeModule Optional Utilities.swift
[391/1132] Compiling _RopeModule String Utilities.swift
[392/1132] Compiling _RopeModule String.Index+ABI.swift
[394/1133] Compiling encrypted_client_hello.cc
[395/1133] Compiling extensions.cc
[396/1148] Compiling dtls_record.cc
[398/1148] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[399/1148] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[400/1149] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[401/1149] Compiling _ConnectionPoolModule ConnectionLease.swift
[401/1149] Compiling dtls_method.cc
[402/1149] Compiling md5-x86_64-linux.S
[403/1149] Compiling md5-x86_64-apple.S
[404/1149] Compiling md5-586-linux.S
[405/1149] Compiling md5-586-apple.S
[407/1149] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[408/1149] Compiling _ConnectionPoolModule ConnectionRequest.swift
[409/1149] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.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 }
[410/1149] 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 }
[411/1149] Compiling _ConnectionPoolModule TinyFastSequence.swift
[412/1149] Compiling _ConnectionPoolModule ConnectionPool.swift
[413/1149] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[414/1149] Emitting module HashTreeCollections
[414/1150] Compiling d1_srtp.cc
[416/1150] Compiling chacha20_poly1305_x86_64-linux.S
[417/1150] Compiling chacha20_poly1305_x86_64-apple.S
[418/1150] Compiling chacha20_poly1305_armv8-win.S
[419/1150] Compiling err_data.cc
[420/1150] Compiling d1_pkt.cc
[421/1150] Compiling chacha-x86_64-linux.S
[422/1150] Compiling chacha20_poly1305_armv8-apple.S
[423/1150] Compiling chacha20_poly1305_armv8-linux.S
[424/1150] Compiling chacha-x86_64-apple.S
[425/1150] Compiling chacha-x86-apple.S
[426/1150] Compiling chacha-armv8-win.S
[427/1150] Compiling chacha-x86-linux.S
[428/1150] Compiling chacha-armv8-apple.S
[429/1150] Compiling chacha-armv8-linux.S
[430/1150] Compiling chacha-armv4-linux.S
[431/1150] Compiling aes128gcmsiv-x86_64-linux.S
[432/1150] Compiling aes128gcmsiv-x86_64-apple.S
[433/1150] Compiling x86_64-mont5-linux.S
[434/1150] Compiling x86_64-mont5-apple.S
[435/1150] Compiling x86_64-mont-apple.S
[436/1150] Compiling bio_ssl.cc
[437/1150] Compiling x86_64-mont-linux.S
[438/1150] Compiling x86-mont-linux.S
[439/1150] Compiling vpaes-x86_64-linux.S
[440/1150] Compiling vpaes-x86_64-apple.S
[441/1150] Compiling vpaes-x86-linux.S
[442/1150] Compiling vpaes-x86-apple.S
[443/1150] Compiling x86-mont-apple.S
[444/1150] Compiling vpaes-armv8-win.S
[445/1150] Compiling sha512-x86_64-linux.S
[446/1150] Compiling vpaes-armv7-linux.S
[447/1150] Compiling vpaes-armv8-apple.S
[448/1150] Compiling vpaes-armv8-linux.S
[450/1150] Emitting module _ConnectionPoolModule
[450/1150] Compiling sha512-armv8-win.S
[451/1150] Compiling sha512-x86_64-apple.S
[452/1150] Compiling sha512-armv8-apple.S
[453/1150] Compiling sha512-armv4-linux.S
[454/1150] Compiling sha512-armv8-linux.S
[455/1150] Compiling sha512-586-apple.S
[456/1150] Compiling sha256-x86_64-linux.S
[457/1150] Compiling sha512-586-linux.S
[458/1150] Compiling sha256-x86_64-apple.S
[459/1150] Compiling sha256-armv8-win.S
[460/1150] Compiling d1_lib.cc
[461/1150] Compiling sha256-armv8-linux.S
[462/1150] Compiling sha256-armv8-apple.S
[463/1150] Compiling sha256-armv4-linux.S
[464/1150] Compiling sha256-586-linux.S
[465/1150] Compiling sha256-586-apple.S
[466/1150] Compiling sha1-x86_64-linux.S
[467/1150] Compiling d1_both.cc
[468/1150] Compiling sha1-armv8-win.S
[469/1150] Compiling sha1-x86_64-apple.S
[470/1150] Compiling sha1-armv8-apple.S
[471/1150] Compiling sha1-armv4-large-linux.S
[472/1150] Compiling sha1-586-linux.S
[473/1150] Compiling sha1-armv8-linux.S
[474/1150] Compiling sha1-586-apple.S
[475/1150] Compiling rsaz-avx2-linux.S
[476/1150] Compiling rsaz-avx2-apple.S
[477/1150] Compiling rdrand-x86_64-linux.S
[478/1150] Compiling p256_beeu-x86_64-asm-linux.S
[479/1150] Compiling p256_beeu-x86_64-asm-apple.S
[480/1150] Compiling p256_beeu-armv8-asm-win.S
[480/1150] Compiling rdrand-x86_64-apple.S
[482/1150] Compiling p256_beeu-armv8-asm-linux.S
[483/1150] Compiling p256-x86_64-asm-linux.S
[484/1150] Compiling p256-armv8-asm-win.S
[485/1150] Compiling p256_beeu-armv8-asm-apple.S
[486/1150] Compiling p256-x86_64-asm-apple.S
[487/1150] Compiling p256-armv8-asm-apple.S
[488/1150] Compiling p256-armv8-asm-linux.S
[489/1150] Compiling ghashv8-armv8-win.S
[490/1150] Compiling ghashv8-armv8-apple.S
[491/1150] Compiling ghash-x86_64-apple.S
[492/1150] Compiling ghashv8-armv8-linux.S
[493/1150] Compiling ghash-x86_64-linux.S
[494/1150] Compiling ghashv8-armv7-linux.S
[495/1150] Compiling ghash-x86-linux.S
[496/1150] Compiling ghash-ssse3-x86_64-apple.S
[497/1150] Compiling ghash-x86-apple.S
[498/1150] Compiling ghash-ssse3-x86_64-linux.S
[499/1150] Compiling ghash-ssse3-x86-linux.S
[500/1150] Compiling ghash-ssse3-x86-apple.S
[501/1150] Compiling ghash-neon-armv8-win.S
[502/1150] Compiling ghash-neon-armv8-linux.S
[503/1150] Compiling co-586-apple.S
[504/1150] Compiling ghash-armv4-linux.S
[505/1150] Compiling ghash-neon-armv8-apple.S
[506/1150] Compiling co-586-linux.S
[507/1150] Compiling bn-armv8-linux.S
[508/1150] Compiling bn-586-linux.S
[509/1150] Compiling bn-armv8-win.S
[510/1150] Compiling bsaes-armv7-linux.S
[511/1150] Compiling armv8-mont-linux.S
[512/1150] Compiling armv8-mont-win.S
[513/1150] Compiling bn-armv8-apple.S
[514/1150] Compiling armv4-mont-linux.S
[515/1150] Compiling bn-586-apple.S
[516/1150] Compiling aesv8-gcm-armv8-win.S
[517/1150] Compiling armv8-mont-apple.S
[518/1150] Compiling aesv8-armv8-apple.S
[519/1150] Compiling aesni-x86_64-apple.S
[520/1150] Compiling aesv8-armv8-win.S
[521/1150] Compiling aesv8-gcm-armv8-apple.S
[522/1150] Compiling aesni-x86_64-linux.S
[523/1150] Compiling aesv8-gcm-armv8-linux.S
[524/1150] Compiling aesv8-armv8-linux.S
[525/1150] Compiling aesv8-armv7-linux.S
[526/1150] Compiling aesni-x86-linux.S
[527/1150] Compiling aes-gcm-avx2-x86_64-apple.S
[528/1150] Compiling aesni-gcm-x86_64-linux.S
[529/1150] Compiling aes-gcm-avx2-x86_64-linux.S
[530/1150] Compiling aes-gcm-avx10-x86_64-linux.S
[531/1150] Compiling aesni-gcm-x86_64-apple.S
[532/1150] Compiling aesni-x86-apple.S
[533/1150] Compiling aes-gcm-avx10-x86_64-apple.S
[535/1150] Compiling _ConnectionPoolModule Max2Sequence.swift
[536/1150] Compiling _ConnectionPoolModule NIOLock.swift
[537/1150] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[538/1150] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[538/1150] Compiling x_sig.cc
[538/1150] Compiling x_spki.cc
[538/1150] Compiling x_x509a.cc
[538/1150] Compiling x_x509.cc
[538/1150] Compiling x_pubkey.cc
[538/1150] Compiling x_req.cc
[538/1150] Compiling x_val.cc
BUILD FAILURE 6.1 android