Build Information
Failed to build postgres-kit, reference main (f4d4b9
), with Swift 6.1 for Android on 30 May 2025 14:29:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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 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 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.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-3":/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/5983] Fetching sql-kit
[2/8353] Fetching sql-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.68s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (1.09s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.09s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.55s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[2994/20427] Fetching swift-log, swift-collections
[4501/26386] Fetching swift-log, swift-collections, swift-algorithms
[13944/102505] Fetching swift-log, swift-collections, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
[11630/98669] Fetching swift-collections, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.52s)
[5837/92710] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.56s)
[49478/76119] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.63s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.04s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.63s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
[1/2667] Fetching swift-nio-transport-services
[1948/4873] Fetching swift-nio-transport-services, swift-metrics
[2739/6583] Fetching swift-nio-transport-services, swift-metrics, swift-atomics
[3548/9009] Fetching swift-nio-transport-services, swift-metrics, swift-atomics, swift-service-lifecycle
[7361/22945] Fetching swift-nio-transport-services, swift-metrics, swift-atomics, swift-service-lifecycle, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
[7077/20278] Fetching swift-metrics, swift-atomics, swift-service-lifecycle, swift-crypto
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
[7559/18568] Fetching swift-metrics, swift-service-lifecycle, swift-crypto
[7560/33411] Fetching swift-metrics, swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.63s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.67s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.97s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.77s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.34s)
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.46s)
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.34s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.89s)
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.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.51s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.75s)
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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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/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/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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/809] Write sources
[30/809] Compiling CNIOWindows WSAStartup.c
[30/809] Compiling CNIOWindows shim.c
[30/809] Write sources
[38/809] Compiling CNIOWASI CNIOWASI.c
[39/809] Compiling CNIOLinux liburing_shims.c
[40/809] Compiling _AtomicsShims.c
[41/809] Compiling _NumericsShims _NumericsShims.c
[42/809] Compiling CNIODarwin shim.c
[43/809] Compiling CNIOLinux shim.c
[44/809] Compiling fiat_p256_adx_sqr.S
[45/809] Compiling fiat_p256_adx_mul.S
[46/809] Compiling fiat_curve25519_adx_square.S
[46/809] Compiling fiat_curve25519_adx_mul.S
[48/809] Write swift-version-24593BA9C3E375BF.txt
[49/809] Compiling CNIOBoringSSLShims shims.c
[50/813] Compiling tls13_both.cc
[51/813] Compiling tls_method.cc
[52/832] Compiling t1_enc.cc
[53/832] Compiling tls13_enc.cc
[55/832] Emitting module _NIOBase64
[55/842] Compiling tls13_server.cc
[56/847] Compiling tls_record.cc
[57/847] Compiling tls13_client.cc
[59/867] Compiling InternalCollectionsUtilities Descriptions.swift
[60/867] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/867] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/868] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/868] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/868] Emitting module InternalCollectionsUtilities
[65/868] Compiling _NIOBase64 Base64.swift
[66/869] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/869] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/869] Emitting module RealModule
[69/869] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/869] Compiling InternalCollectionsUtilities Integer rank.swift
[71/869] Compiling SwiftASN1 TimeUtilities.swift
[72/869] Compiling SwiftASN1 UTCTime.swift
[75/872] Compiling _NIODataStructures PriorityQueue.swift
[76/872] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/872] Compiling InternalCollectionsUtilities Debugging.swift
[79/872] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/872] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/872] Compiling RealModule Float80+Real.swift
[88/872] Compiling RealModule Real.swift
[89/872] Compiling CoreMetrics Metrics.swift
[90/872] Compiling ConcurrencyHelpers LockedValueBox.swift
[94/872] Compiling _NIODataStructures _TinyArray.swift
[95/872] Compiling RealModule ElementaryFunctions.swift
[96/872] Compiling RealModule Float+Real.swift
[97/872] Compiling RealModule Float16+Real.swift
[99/872] Emitting module _NIODataStructures
[100/872] Compiling _NIODataStructures Heap.swift
[101/873] Compiling RealModule RealFunctions.swift
[104/874] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/919] Compiling Algorithms Permutations.swift
[107/919] Compiling Algorithms Product.swift
[108/921] Compiling Algorithms MinMax.swift
[109/921] Compiling Algorithms Partition.swift
[110/921] Compiling Algorithms Grouped.swift
[111/921] Compiling Algorithms Indexed.swift
[112/921] Compiling Algorithms Intersperse.swift
[113/921] Compiling Algorithms Joined.swift
[114/921] Compiling Algorithms Keyed.swift
[115/921] Compiling Algorithms EitherSequence.swift
[116/921] Compiling Algorithms FirstNonNil.swift
[117/921] Compiling Algorithms FlattenCollection.swift
[118/921] Compiling Atomics IntegerOperations.swift
[119/921] Compiling Atomics Unmanaged extensions.swift
[120/921] Compiling Algorithms AdjacentPairs.swift
[121/921] Compiling Algorithms Chain.swift
[122/921] Compiling Algorithms Chunked.swift
[123/921] Emitting module SwiftASN1
[126/921] Compiling Algorithms Split.swift
[127/921] Compiling Algorithms Stride.swift
[128/921] Compiling Algorithms Suffix.swift
[131/921] Compiling Algorithms Rotate.swift
[132/924] Emitting module Atomics
[132/924] Compiling ssl_x509.cc
[133/982] Compiling ssl_versions.cc
[135/992] Compiling _RopeModule Rope+Append.swift
[136/992] Compiling _RopeModule Rope+Extract.swift
[137/992] Compiling _RopeModule Rope+Find.swift
[138/992] Compiling _RopeModule Rope+ForEachWhile.swift
[139/992] Compiling Logging Locks.swift
[140/992] Compiling _RopeModule BigString+Equatable.swift
[141/992] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[142/992] Compiling _RopeModule BigString+Hashing.swift
[143/992] Compiling _RopeModule Rope+Insert.swift
[144/992] Compiling _RopeModule BigString+Comparable.swift
[145/992] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[146/992] Compiling _RopeModule BigString+CustomStringConvertible.swift
[147/992] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[148/992] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[149/992] Compiling _RopeModule BigString+Sequence.swift
[150/992] Compiling ConcurrencyHelpers Lock.swift
[151/992] Emitting module CoreMetrics
[152/992] Compiling CoreMetrics Locks.swift
[153/992] Emitting module ConcurrencyHelpers
[154/993] Compiling _RopeModule RopeMetric.swift
[155/993] Compiling _RopeModule RopeSummary.swift
[156/993] Compiling _RopeModule _RopeItem.swift
[157/993] Compiling Logging LogHandler.swift
[158/993] Emitting module Logging
[159/994] Compiling Logging Logging.swift
[160/995] Compiling Logging MetadataProvider.swift
[161/1004] Emitting module Algorithms
[162/1004] Compiling OrderedCollections _HashTable+Bucket.swift
[163/1004] Compiling OrderedCollections _HashTable+BucketIterator.swift
[164/1004] Compiling OrderedCollections _HashTable+Constants.swift
[165/1004] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[167/1012] Compiling OrderedCollections _HashTable+Testing.swift
[168/1012] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[169/1039] Compiling OrderedCollections OrderedDictionary+Codable.swift
[170/1039] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[171/1048] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[172/1048] Compiling OrderedCollections OrderedDictionary+Elements.swift
[173/1052] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[174/1052] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[181/1062] Compiling HeapModule Heap+Invariants.swift
[182/1062] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[183/1068] Compiling HeapModule Heap+Descriptions.swift
[184/1156] Compiling HeapModule _HeapNode.swift
[185/1156] Compiling HashTreeCollections TreeDictionary+Collection.swift
[186/1156] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[187/1156] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[188/1156] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[189/1156] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[190/1156] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[191/1156] Compiling HashTreeCollections TreeDictionary+Filter.swift
[192/1156] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[193/1156] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[194/1156] Compiling HashTreeCollections TreeDictionary+Keys.swift
[195/1156] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[196/1156] Compiling HashTreeCollections TreeDictionary+Merge.swift
[197/1156] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[198/1156] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[199/1163] Compiling DequeModule _DequeBuffer.swift
[200/1163] Compiling DequeModule _DequeBufferHeader.swift
[201/1165] Compiling DequeModule Deque._UnsafeHandle.swift
[202/1165] Compiling DequeModule Deque.swift
[203/1165] Emitting module HeapModule
[204/1165] Compiling HeapModule Heap+UnsafeHandle.swift
[205/1165] Compiling HeapModule Heap.swift
[207/1166] Compiling DequeModule Deque+CustomReflectable.swift
[208/1166] Compiling DequeModule Deque+Descriptions.swift
[209/1166] Emitting module UnixSignals
[210/1166] Compiling HashTreeCollections _Bucket.swift
[211/1166] Compiling HashTreeCollections _Hash.swift
[212/1166] Compiling HashTreeCollections _HashLevel.swift
[213/1166] Compiling HashTreeCollections _HashNode+Builder.swift
[214/1166] Compiling HashTreeCollections _HashNode+Debugging.swift
[215/1166] Compiling HashTreeCollections _HashNode+Initializers.swift
[216/1166] Compiling HashTreeCollections _HashNode+Invariants.swift
[217/1166] Compiling HashTreeCollections _HashNode+Lookups.swift
[218/1166] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[219/1166] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[220/1166] Compiling HashTreeCollections _HashNode.swift
[221/1166] Compiling HashTreeCollections _HashNodeHeader.swift
[222/1166] Compiling HashTreeCollections _HashSlot.swift
[223/1166] Compiling HashTreeCollections _HashStack.swift
[224/1166] Compiling HashTreeCollections _AncestorHashSlots.swift
[225/1166] Compiling HashTreeCollections _Bitmap.swift
[226/1166] Compiling DequeModule _DequeSlot.swift
[227/1166] Compiling DequeModule _UnsafeWrappedBuffer.swift
[228/1166] Compiling DequeModule Deque+Equatable.swift
[229/1166] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[230/1166] Compiling UnixSignals UnixSignalsSequence.swift
[231/1166] Compiling UnixSignals UnixSignal.swift
[232/1167] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[233/1167] Compiling HashTreeCollections _HashTreeIterator.swift
[234/1167] Compiling HashTreeCollections _HashTreeStatistics.swift
[235/1167] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[236/1167] Compiling HashTreeCollections _RawHashNode.swift
[237/1167] Compiling HashTreeCollections _UnmanagedHashNode.swift
[238/1167] Compiling HashTreeCollections _UnsafePath.swift
[239/1167] Compiling HashTreeCollections TreeDictionary+Codable.swift
[240/1167] Compiling DequeModule Deque+Extras.swift
[241/1167] Compiling DequeModule Deque+Hashable.swift
[242/1167] Compiling DequeModule Deque+Testing.swift
[243/1167] Compiling DequeModule Deque._Storage.swift
[244/1167] Compiling DequeModule Deque+Codable.swift
[245/1167] Compiling DequeModule Deque+Collection.swift
[262/1176] Compiling HashTreeCollections TreeSet+Hashable.swift
[263/1176] Compiling HashTreeCollections TreeSet+Sendable.swift
[264/1176] Compiling _RopeModule Rope+Join.swift
[265/1176] Compiling _RopeModule Rope+MutatingForEach.swift
[266/1176] Compiling _RopeModule Rope+Remove.swift
[267/1176] Compiling _RopeModule Rope+RemoveSubrange.swift
[268/1176] Compiling _RopeModule Rope+Split.swift
[269/1176] Compiling _RopeModule Optional Utilities.swift
[270/1176] Compiling _RopeModule String Utilities.swift
[271/1176] Compiling _RopeModule String.Index+ABI.swift
[284/1186] Compiling OrderedCollections OrderedSet+Sendable.swift
[285/1186] Compiling OrderedCollections OrderedSet+SubSequence.swift
[286/1186] Compiling OrderedCollections OrderedSet+Testing.swift
[287/1186] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[288/1186] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[289/1186] Compiling OrderedCollections OrderedSet.swift
[290/1186] Compiling OrderedCollections _UnsafeBitset.swift
[291/1186] Compiling HashTreeCollections TreeSet+Equatable.swift
[292/1186] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[293/1186] Compiling HashTreeCollections TreeSet+Extras.swift
[294/1186] Compiling HashTreeCollections TreeSet+Filter.swift
[295/1186] Emitting module DequeModule
[296/1187] Emitting module Metrics
[297/1187] Compiling Metrics Metrics.swift
[316/1188] Emitting module OrderedCollections
[335/1188] Compiling ssl_transcript.cc
[337/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[338/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[339/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[340/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[341/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[342/1189] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[343/1189] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[344/1189] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[345/1189] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[346/1189] Compiling HashTreeCollections TreeSet.swift
[367/1189] Compiling ssl_stat.cc
[369/1189] Emitting module _RopeModule
[389/1189] Compiling ssl_session.cc
[442/1190] Emitting module HashTreeCollections
[444/1191] Compiling ssl_privkey.cc
[445/1191] Compiling ssl_lib.cc
[446/1205] Compiling ssl_key_share.cc
[448/1205] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[449/1205] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[450/1206] Compiling _ConnectionPoolModule TinyFastSequence.swift
[451/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 }
[451/1206] Compiling ssl_file.cc
[452/1206] Compiling ssl_cipher.cc
[453/1206] Compiling ssl_buffer.cc
[455/1206] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[456/1206] Compiling _ConnectionPoolModule ConnectionPool.swift
[457/1206] Emitting module _ConnectionPoolModule
[457/1206] Compiling ssl_asn1.cc
[458/1206] Compiling ssl_aead_ctx.cc
[460/1206] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[461/1206] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[462/1206] Compiling _ConnectionPoolModule NIOLock.swift
[463/1206] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[464/1206] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[465/1206] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[466/1206] Compiling _ConnectionPoolModule ConnectionRequest.swift
[467/1206] Compiling _ConnectionPoolModule Max2Sequence.swift
[467/1206] Compiling ssl_cert.cc
[467/1206] Compiling s3_lib.cc
[467/1206] Compiling handshake_server.cc
[467/1206] Compiling s3_both.cc
[467/1206] Compiling s3_pkt.cc
[467/1206] Compiling handshake_client.cc
[467/1206] Compiling ssl_credential.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/739] Write sources
[1/740] Compiling s3_lib.cc
[2/740] Compiling s3_pkt.cc
[3/740] Compiling s3_both.cc
[4/740] Compiling ssl_cert.cc
[5/740] Compiling ssl_credential.cc
[6/740] Write swift-version-24593BA9C3E375BF.txt
[7/740] Compiling handshake_server.cc
[9/744] Emitting module _NIODataStructures
[10/744] Compiling _NIODataStructures Heap.swift
[11/744] Compiling _NIODataStructures PriorityQueue.swift
[12/744] Compiling _NIODataStructures _TinyArray.swift
[13/745] Compiling handshake_client.cc
[14/747] Compiling c-nioatomics.c
[15/747] Compiling c-atomics.c
[16/747] Compiling handshake.cc
[17/747] Compiling handoff.cc
[18/750] Compiling encrypted_client_hello.cc
[20/785] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[21/802] Emitting module _NIOBase64
[22/802] Compiling _NIOBase64 Base64.swift
[23/803] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/804] Compiling RealModule Float80+Real.swift
[25/804] Compiling RealModule Real.swift
[26/804] Compiling RealModule ElementaryFunctions.swift
[27/805] Compiling RealModule Float+Real.swift
[28/805] Compiling RealModule Float16+Real.swift
[29/805] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/805] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/805] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/805] Compiling InternalCollectionsUtilities Integer rank.swift
[33/805] Compiling Logging MetadataProvider.swift
[34/805] Compiling NIOConcurrencyHelpers NIOLock.swift
[35/805] Compiling NIOConcurrencyHelpers lock.swift
[37/805] Compiling RealModule RealFunctions.swift
[38/808] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/808] Compiling InternalCollectionsUtilities Debugging.swift
[40/808] Compiling InternalCollectionsUtilities Descriptions.swift
[41/808] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/808] Compiling extensions.cc
[43/808] Emitting module Logging
[44/808] Compiling Logging Locks.swift
[45/808] Emitting module RealModule
[46/808] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/808] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[48/809] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/809] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/809] Emitting module NIOConcurrencyHelpers
[52/809] Compiling ConcurrencyHelpers LockedValueBox.swift
[53/809] Compiling NIOConcurrencyHelpers atomics.swift
[56/812] Compiling CoreMetrics Metrics.swift
[57/812] Compiling CoreMetrics Locks.swift
[58/812] Compiling SwiftASN1 ArraySliceBigint.swift
[59/812] Compiling SwiftASN1 GeneralizedTime.swift
[60/812] Compiling SwiftASN1 TimeUtilities.swift
[61/812] Compiling SwiftASN1 UTCTime.swift
[65/832] Emitting module CoreMetrics
[66/845] Emitting module ConcurrencyHelpers
[67/848] Compiling ConcurrencyHelpers Lock.swift
[69/855] Compiling Atomics AtomicReference.swift
[70/855] Compiling Atomics AtomicStorage.swift
[71/855] Compiling Atomics AtomicValue.swift
[72/855] Compiling Atomics Primitives.shims.swift
[73/858] Compiling Atomics OptionalRawRepresentable.swift
[74/858] Compiling Atomics RawRepresentable.swift
[75/858] Compiling Atomics AtomicBool.swift
[76/858] Compiling Atomics IntegerConformances.swift
[80/858] Emitting module InternalCollectionsUtilities
[81/859] Compiling Atomics UnsafeAtomic.swift
[82/859] Compiling Atomics UnsafeAtomicLazyReference.swift
[85/861] Compiling Atomics ManagedAtomic.swift
[86/861] Compiling Atomics ManagedAtomicLazyReference.swift
[88/861] Compiling Atomics PointerConformances.swift
[89/861] Compiling Atomics Primitives.native.swift
[90/861] Compiling Atomics AtomicMemoryOrderings.swift
[91/861] Compiling Atomics DoubleWord.swift
[92/866] Compiling Atomics IntegerOperations.swift
[93/866] Compiling Atomics Unmanaged extensions.swift
[98/866] Compiling Atomics AtomicInteger.swift
[99/866] Compiling Atomics AtomicOptionalWrappable.swift
[103/866] Compiling UnixSignals UnixSignalsSequence.swift
[104/866] Emitting module UnixSignals
[105/866] Compiling UnixSignals UnixSignal.swift
[107/867] Compiling Metrics Metrics.swift
[108/867] Emitting module Atomics
[109/867] Compiling Logging LogHandler.swift
[110/867] Compiling Logging Logging.swift
[111/868] Emitting module Metrics
[119/940] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[120/940] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[122/940] Compiling _RopeModule BigString+Sequence.swift
[123/940] Compiling _RopeModule BigString+TextOutputStream.swift
[124/940] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[125/940] Compiling _RopeModule BigString+Ingester.swift
[126/940] Compiling _RopeModule BigString+Invariants.swift
[127/940] Compiling _RopeModule BigString+Iterators.swift
[128/940] Compiling _RopeModule BigString+Metrics.swift
[129/940] Compiling _RopeModule BigString+Summary.swift
[130/940] Compiling _RopeModule BigString.swift
[131/940] Compiling _RopeModule BigString+Comparable.swift
[132/940] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[132/940] Compiling dtls_record.cc
[134/1002] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[135/1002] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[136/1002] Compiling OrderedCollections OrderedDictionary+Values.swift
[137/1002] Compiling OrderedCollections OrderedDictionary.swift
[138/1002] Compiling OrderedCollections OrderedSet+Codable.swift
[139/1002] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/1002] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[141/1002] Emitting module SwiftASN1
[142/1002] Compiling HeapModule Heap+Descriptions.swift
[143/1002] Compiling HeapModule Heap+Invariants.swift
[145/1079] Compiling HeapModule Heap.swift
[146/1079] Compiling HeapModule _HeapNode.swift
[147/1079] Compiling HashTreeCollections _HashNode.swift
[148/1079] Compiling HashTreeCollections _HashNodeHeader.swift
[149/1079] Compiling HashTreeCollections _HashSlot.swift
[150/1079] Compiling HashTreeCollections _HashStack.swift
[151/1079] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[152/1079] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[153/1079] Compiling HashTreeCollections TreeDictionary+Filter.swift
[154/1079] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[155/1079] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[156/1079] Compiling HashTreeCollections TreeDictionary+Keys.swift
[157/1079] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[158/1079] Compiling HashTreeCollections TreeDictionary+Merge.swift
[159/1079] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[160/1079] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[161/1086] Compiling HeapModule Heap+UnsafeHandle.swift
[162/1101] Emitting module HeapModule
[173/1101] Compiling OrderedCollections OrderedSet+Sendable.swift
[173/1112] Compiling dtls_method.cc
[175/1112] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/1112] Compiling OrderedCollections OrderedSet+Testing.swift
[177/1112] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/1112] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/1112] Compiling OrderedCollections OrderedSet.swift
[180/1112] Compiling OrderedCollections _UnsafeBitset.swift
[181/1112] Compiling HashTreeCollections TreeSet+Equatable.swift
[182/1112] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[183/1112] Compiling HashTreeCollections TreeSet+Extras.swift
[184/1112] Compiling HashTreeCollections TreeSet+Filter.swift
[185/1112] Compiling HashTreeCollections TreeSet+Hashable.swift
[186/1112] Compiling HashTreeCollections TreeSet+Sendable.swift
[187/1112] Compiling HashTreeCollections TreeSet+Sequence.swift
[188/1112] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[189/1112] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[190/1112] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[191/1112] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[192/1112] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[193/1112] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[194/1112] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[196/1112] Compiling DequeModule _DequeBuffer.swift
[197/1112] Compiling DequeModule _DequeBufferHeader.swift
[198/1114] Compiling DequeModule Deque+Codable.swift
[199/1114] Compiling DequeModule Deque+Collection.swift
[200/1114] Compiling DequeModule Deque+CustomReflectable.swift
[201/1114] Compiling DequeModule Deque+Descriptions.swift
[202/1143] Compiling BitCollections BitArray+RandomBits.swift
[203/1143] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[204/1143] Compiling BitCollections BitArray+Shifts.swift
[205/1143] Compiling BitCollections BitArray+Testing.swift
[206/1143] Compiling BitCollections BitArray._UnsafeHandle.swift
[207/1143] Compiling BitCollections BitArray.swift
[208/1143] Compiling BitCollections BitSet+BidirectionalCollection.swift
[209/1143] Compiling BitCollections BitSet+Codable.swift
[210/1167] Compiling BitCollections BitArray+Extras.swift
[211/1167] Compiling BitCollections BitArray+Fill.swift
[212/1167] Compiling BitCollections BitArray+Hashable.swift
[213/1167] Compiling BitCollections BitArray+Initializers.swift
[214/1167] Compiling BitCollections BitArray+Invariants.swift
[215/1167] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[216/1167] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[217/1167] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[224/1167] Compiling BitCollections BitSet+SetAlgebra union.swift
[225/1167] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[226/1167] Compiling BitCollections BitSet.Counted.swift
[233/1167] Compiling BitCollections BitSet+Invariants.swift
[234/1167] Compiling BitCollections BitSet+Random.swift
[235/1167] Compiling BitCollections BitSet+SetAlgebra basics.swift
[236/1167] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[237/1167] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[238/1167] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[239/1167] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[240/1167] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[241/1167] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[242/1167] Compiling BitCollections BitSet+CustomReflectable.swift
[243/1167] Compiling BitCollections BitSet+CustomStringConvertible.swift
[244/1167] Compiling BitCollections BitSet+Equatable.swift
[245/1167] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[246/1167] Compiling BitCollections BitSet+Extras.swift
[247/1167] Compiling BitCollections BitSet+Hashable.swift
[248/1167] Compiling BitCollections BitSet+Initializers.swift
[249/1176] Compiling BitCollections BitArray+Codable.swift
[250/1176] Compiling BitCollections BitArray+Collection.swift
[251/1176] Compiling BitCollections BitArray+Copy.swift
[252/1176] Compiling BitCollections BitArray+CustomReflectable.swift
[253/1176] Compiling BitCollections BitArray+Descriptions.swift
[254/1176] Compiling BitCollections BitArray+Equatable.swift
[262/1177] Compiling _RopeModule _CharacterRecognizer.swift
[263/1177] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[264/1177] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[265/1177] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[266/1177] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[267/1177] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[268/1177] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[269/1177] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[270/1177] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[271/1177] Compiling HashTreeCollections TreeSet.swift
[284/1177] Compiling BitCollections BitArray+BitwiseOperations.swift
[285/1177] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[311/1184] Emitting module Algorithms
[341/1185] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[342/1185] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[343/1185] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[344/1185] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[348/1185] Emitting module DequeModule
[351/1185] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[352/1185] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[353/1185] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[354/1185] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[355/1185] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[420/1186] Emitting module OrderedCollections
[421/1187] Emitting module _RopeModule
[421/1187] Compiling d1_srtp.cc
[424/1187] Compiling _RopeModule Rope+Join.swift
[425/1187] Compiling _RopeModule Rope+MutatingForEach.swift
[426/1187] Compiling _RopeModule Rope+Remove.swift
[427/1187] Compiling _RopeModule Rope+RemoveSubrange.swift
[428/1187] Compiling _RopeModule Rope+Split.swift
[429/1187] Compiling _RopeModule Optional Utilities.swift
[430/1187] Compiling _RopeModule String Utilities.swift
[431/1187] Compiling _RopeModule String.Index+ABI.swift
[434/1202] Compiling BitCollections BitSet.Index.swift
[435/1202] Compiling BitCollections BitSet._UnsafeHandle.swift
[436/1202] Compiling BitCollections BitSet.swift
[437/1202] Compiling BitCollections Range+Utilities.swift
[438/1202] Compiling BitCollections Slice+Utilities.swift
[439/1202] Compiling BitCollections UInt+Tricks.swift
[440/1202] Compiling BitCollections _Word.swift
[441/1202] Compiling _ConnectionPoolModule ConnectionRequest.swift
[442/1202] Compiling _ConnectionPoolModule Max2Sequence.swift
[443/1202] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[444/1202] Compiling _ConnectionPoolModule ConnectionPool.swift
[445/1202] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[446/1202] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[447/1202] Compiling _ConnectionPoolModule NIOLock.swift
[448/1202] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[449/1202] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[450/1202] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[451/1202] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[452/1202] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[457/1202] Emitting module BitCollections
[466/1263] Compiling d1_pkt.cc
[468/1263] Compiling NIOCore AsyncChannelInboundStream.swift
[469/1263] Compiling NIOCore AsyncChannelOutboundWriter.swift
[470/1263] Compiling NIOCore AddressedEnvelope.swift
[471/1263] Compiling NIOCore AsyncAwaitSupport.swift
[471/1264] Compiling md5-x86_64-linux.S
[472/1264] Compiling md5-x86_64-apple.S
[474/1264] 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 }
[474/1264] Compiling md5-586-linux.S
[475/1264] Compiling md5-586-apple.S
[477/1264] Compiling NIOCore AsyncChannel.swift
[478/1264] Compiling NIOCore AsyncChannelHandler.swift
[478/1264] Compiling chacha20_poly1305_x86_64-linux.S
[479/1264] Compiling chacha20_poly1305_x86_64-apple.S
[480/1264] Compiling chacha20_poly1305_armv8-win.S
[481/1264] Compiling chacha20_poly1305_armv8-linux.S
[483/1264] Compiling _ConnectionPoolModule TinyFastSequence.swift
[483/1264] Compiling chacha20_poly1305_armv8-apple.S
[485/1264] Emitting module HashTreeCollections
[485/1265] Compiling chacha-x86_64-linux.S
[487/1265] Compiling NIOCore NIOAsyncSequenceProducer.swift
[488/1265] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[489/1265] Compiling NIOCore NIOAsyncWriter.swift
[490/1265] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[490/1265] Compiling err_data.cc
[491/1265] Compiling chacha-x86_64-apple.S
[493/1265] Compiling chacha-x86-linux.S
[494/1265] Compiling bio_ssl.cc
[495/1265] Compiling chacha-x86-apple.S
[496/1265] Compiling chacha-armv8-win.S
[498/1265] Emitting module _ConnectionPoolModule
[498/1265] Compiling d1_lib.cc
[499/1265] Compiling d1_both.cc
[500/1265] Compiling chacha-armv8-apple.S
[501/1265] Compiling chacha-armv4-linux.S
[502/1265] Compiling aes128gcmsiv-x86_64-linux.S
[503/1265] Compiling chacha-armv8-linux.S
[504/1265] Compiling aes128gcmsiv-x86_64-apple.S
[505/1265] Compiling x86_64-mont5-linux.S
[506/1265] Compiling x86_64-mont-linux.S
[507/1265] Compiling x86_64-mont5-apple.S
[508/1265] Compiling x86_64-mont-apple.S
[509/1265] Compiling x86-mont-linux.S
[510/1265] Compiling vpaes-x86_64-linux.S
[511/1265] Compiling x86-mont-apple.S
[512/1265] Compiling vpaes-x86-linux.S
[513/1265] Compiling vpaes-x86_64-apple.S
[514/1265] Compiling vpaes-x86-apple.S
[515/1267] Compiling vpaes-armv8-win.S
[516/1267] Compiling vpaes-armv8-apple.S
[518/1267] Compiling NIOCore MulticastChannel.swift
[519/1267] Compiling NIOCore NIOAny.swift
[520/1267] Compiling NIOCore NIOCloseOnErrorHandler.swift
[521/1267] Compiling NIOCore NIOLoopBound.swift
[522/1267] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[523/1267] Compiling NIOCore NIOScheduledCallback.swift
[524/1267] Compiling NIOCore NIOSendable.swift
[525/1267] Compiling NIOCore RecvByteBufferAllocator.swift
[525/1267] Compiling vpaes-armv8-linux.S
[526/1275] Compiling vpaes-armv7-linux.S
[527/1275] Compiling sha512-x86_64-linux.S
[528/1275] Compiling sha512-armv8-win.S
[530/1275] Compiling Collections Collections.swift
[531/1275] Emitting module Collections
[531/1275] Compiling sha512-x86_64-apple.S
[533/1275] Compiling NIOCore BSDSocketAPI.swift
[534/1275] Compiling NIOCore ByteBuffer-aux.swift
[534/1275] Compiling sha512-armv8-apple.S
[535/1276] Compiling sha512-armv4-linux.S
[536/1276] Compiling sha512-armv8-linux.S
[537/1276] Compiling sha512-586-linux.S
[538/1276] Compiling sha512-586-apple.S
[539/1276] Compiling sha256-x86_64-linux.S
[540/1276] Compiling sha256-armv8-win.S
[541/1276] Compiling sha256-x86_64-apple.S
[543/1276] Compiling sha256-armv4-linux.S
[544/1276] Compiling sha256-armv8-linux.S
[545/1276] Compiling sha256-armv8-apple.S
[546/1276] Compiling sha256-586-linux.S
[547/1276] Compiling sha256-586-apple.S
[548/1276] Compiling sha1-x86_64-linux.S
[549/1276] Compiling sha1-x86_64-apple.S
[550/1276] Compiling sha1-armv8-win.S
[551/1276] Compiling sha1-armv8-apple.S
[552/1276] Compiling sha1-armv8-linux.S
[553/1276] Compiling sha1-586-linux.S
[554/1276] Compiling sha1-armv4-large-linux.S
[555/1276] Compiling rsaz-avx2-linux.S
[556/1276] Compiling sha1-586-apple.S
[557/1276] Compiling rdrand-x86_64-linux.S
[558/1276] Compiling rsaz-avx2-apple.S
[559/1276] Compiling rdrand-x86_64-apple.S
[560/1276] Compiling p256_beeu-x86_64-asm-apple.S
[561/1276] Compiling p256_beeu-x86_64-asm-linux.S
[562/1276] Compiling p256_beeu-armv8-asm-linux.S
[563/1276] Compiling p256_beeu-armv8-asm-win.S
[564/1276] Compiling p256_beeu-armv8-asm-apple.S
[565/1276] Compiling p256-x86_64-asm-linux.S
[566/1276] Compiling p256-armv8-asm-win.S
[567/1276] Compiling p256-armv8-asm-apple.S
[568/1276] Compiling p256-x86_64-asm-apple.S
[569/1276] Compiling p256-armv8-asm-linux.S
[570/1276] Compiling ghashv8-armv8-win.S
[571/1276] Compiling ghashv8-armv8-linux.S
[572/1276] Compiling ghashv8-armv8-apple.S
[573/1276] Compiling ghashv8-armv7-linux.S
[574/1276] Compiling ghash-x86_64-linux.S
[575/1276] Compiling ghash-x86-linux.S
[576/1276] Compiling ghash-x86_64-apple.S
[577/1276] Compiling ghash-x86-apple.S
[578/1276] Compiling ghash-ssse3-x86_64-linux.S
[578/1276] Compiling ghash-ssse3-x86-linux.S
[579/1276] Compiling NIOCore IO.swift
[579/1276] Compiling ghash-neon-armv8-win.S
[580/1276] Compiling NIOCore IOData.swift
[581/1276] Compiling NIOCore IPProtocol.swift
[582/1276] Compiling NIOCore IntegerBitPacking.swift
[583/1276] Compiling NIOCore IntegerTypes.swift
[584/1276] Compiling NIOCore Interfaces.swift
[585/1276] Compiling NIOCore Linux.swift
[586/1276] Compiling NIOCore MarkedCircularBuffer.swift
[586/1276] Compiling ghash-ssse3-x86-apple.S
[586/1276] Compiling ghash-ssse3-x86_64-apple.S
BUILD FAILURE 6.1 android