The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build PostgresBridge, reference master (ca7be7), with Swift 6.1 for Android on 29 May 2025 06:44:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/PostgresBridge.git
Reference: master
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/SwifQL/PostgresBridge
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ca7be7f Syntax fix #6 by @tierracero
Cloned https://github.com/SwifQL/PostgresBridge.git
Revision (git rev-parse @):
ca7be7f2c2d3d76e3826a11156e735ff219fcb14
SUCCESS checkout https://github.com/SwifQL/PostgresBridge.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwifQL/PostgresBridge.git
https://github.com/SwifQL/PostgresBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "bridges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifQL/Bridges.git"
    }
  ],
  "manifest_display_name" : "PostgresBridge",
  "name" : "PostgresBridge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PostgresBridge",
      "targets" : [
        "PostgresBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridgeTests",
      "path" : "Tests/PostgresBridgeTests",
      "sources" : [
        "PostgresBridgeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PostgresBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresBridge",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridge",
      "path" : "Sources/PostgresBridge",
      "product_dependencies" : [
        "PostgresNIO",
        "Bridges"
      ],
      "product_memberships" : [
        "PostgresBridge"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bridges+Application.swift",
        "Extensions/DatabaseHost+Initialization.swift",
        "Extensions/DatabaseIdentifier+Initialization.swift",
        "Extensions/PostgresConnection+Bridge.swift",
        "Extensions/Row+Decode.swift",
        "Extensions/SwifQLable+Execute.swift",
        "PostgresBridge.swift",
        "PostgresConnectionSource.swift",
        "PostgresDataDecoder.swift",
        "PostgresDataEncoder.swift",
        "PostgresMigration.swift",
        "PostgresRow+SQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/SwifQL/Bridges.git
[1/631] Fetching bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.34s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.62s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (1.11s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
[1/2426] Fetching swift-service-lifecycle
[729/4632] Fetching swift-service-lifecycle, swift-metrics
[3067/7299] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services
[3493/11135] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services, swift-log
[6864/25071] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services, swift-log, swift-crypto
[11269/39914] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.74s)
[11232/37708] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[25277/113801] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.13s)
[68763/111375] Fetching swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.17s)
[57110/97439] Fetching swift-nio-transport-services, swift-log, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.44s)
[65857/94772] Fetching swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.45s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.49s)
[47939/76093] Fetching swift-nio
[47957/77803] Fetching swift-nio, swift-atomics
[50087/94394] Fetching swift-nio, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
[54536/92684] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.38s)
[70767/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.97s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
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.62s)
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.50s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.90s)
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.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.13s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.63s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.97s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.49s)
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.56s)
Computing version for https://github.com/SwifQL/Bridges.git
Computed https://github.com/SwifQL/Bridges.git at 1.0.0-rc.4.13.6 (0.53s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/SwifQL/SwifQL.git
[1/2366] Fetching swifql
[72/4736] Fetching swifql, async-kit
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.30s)
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.24s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.86s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.92s)
Computing version for https://github.com/SwifQL/SwifQL.git
Computed https://github.com/SwifQL/SwifQL.git at 2.0.0-beta.4.0.2 (1.34s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/SwifQL/SwifQL.git
Working copy of https://github.com/SwifQL/SwifQL.git resolved at 2.0.0-beta.4.0.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-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/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-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-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/SwifQL/Bridges.git
Working copy of https://github.com/SwifQL/Bridges.git resolved at 1.0.0-rc.4.13.6
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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/810] Write sources
[19/810] Compiling _AtomicsShims.c
[20/810] Write sources
[21/810] Compiling _NumericsShims _NumericsShims.c
[22/810] Write sources
[37/810] Compiling CNIOWindows shim.c
[38/810] Compiling CNIOWindows WSAStartup.c
[39/810] Compiling CNIOWASI CNIOWASI.c
[40/810] Write swift-version-24593BA9C3E375BF.txt
[41/810] Compiling CNIOLinux liburing_shims.c
[42/810] Compiling CNIOLinux shim.c
[43/816] Compiling a_octet.cc
[44/816] Compiling a_object.cc
[45/833] Compiling a_i2d_fp.cc
[45/833] Compiling f_string.cc
[47/833] Compiling e_des.cc
[48/923] Compiling a_bitstr.cc
[50/1026] Emitting module Logging
[51/1026] Compiling _NIODataStructures PriorityQueue.swift
[52/1026] Compiling RealModule Real.swift
[53/1026] Compiling _NIODataStructures _TinyArray.swift
[54/1026] Compiling _NIOBase64 Base64.swift
[55/1026] Emitting module _NIOBase64
[56/1027] Compiling CoreMetrics Metrics.swift
[57/1028] Compiling RealModule Float16+Real.swift
[58/1028] Compiling RealModule Float80+Real.swift
[59/1028] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/1028] Compiling InternalCollectionsUtilities Debugging.swift
[61/1028] Compiling InternalCollectionsUtilities Descriptions.swift
[62/1028] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/1028] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/1029] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/1029] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/1029] Compiling RealModule Float+Real.swift
[67/1029] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/1029] Compiling InternalCollectionsUtilities Integer rank.swift
[69/1029] Emitting module InternalCollectionsUtilities
[70/1029] Compiling RealModule AugmentedArithmetic.swift
[71/1029] Compiling RealModule Double+Real.swift
[74/1029] Compiling RealModule ElementaryFunctions.swift
[75/1029] Emitting module RealModule
[78/1029] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/1029] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/1029] Emitting module _NIODataStructures
[81/1029] Compiling _NIODataStructures Heap.swift
[83/1030] Compiling RealModule RealFunctions.swift
[86/1031] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/1032] Compiling CNIODarwin shim.c
[88/1054] Compiling fiat_p256_adx_sqr.S
[90/1054] Compiling ConcurrencyHelpers LockedValueBox.swift
[91/1054] Compiling Atomics UnsafeAtomic.swift
[92/1054] Compiling Atomics UnsafeAtomicLazyReference.swift
[93/1054] Compiling Atomics AtomicMemoryOrderings.swift
[94/1054] Compiling Atomics DoubleWord.swift
[95/1056] Compiling Atomics ManagedAtomic.swift
[96/1056] Compiling Atomics ManagedAtomicLazyReference.swift
[96/1124] Compiling CNIOBoringSSLShims shims.c
[98/1124] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[99/1124] Compiling _RopeModule BigString+Hashing.swift
[100/1126] Compiling _RopeModule BigString+Iterators.swift
[101/1126] Compiling _RopeModule BigString+Metrics.swift
[102/1126] Compiling _RopeModule BigString+Summary.swift
[103/1126] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[104/1126] Compiling _RopeModule BigString+CustomStringConvertible.swift
[105/1126] Compiling _RopeModule BigString+Equatable.swift
[106/1126] Compiling _RopeModule BigString+Sequence.swift
[107/1126] Compiling _RopeModule BigString+TextOutputStream.swift
[111/1181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[112/1181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[113/1181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[114/1181] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[115/1181] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[116/1181] Compiling _RopeModule RopeMetric.swift
[117/1181] Compiling _RopeModule RopeSummary.swift
[118/1181] Compiling _RopeModule _RopeItem.swift
[119/1181] Compiling _RopeModule _RopePath.swift
[120/1190] Emitting module CoreMetrics
[121/1190] Compiling CoreMetrics Locks.swift
[122/1191] Compiling Logging MetadataProvider.swift
[123/1191] Compiling Logging Locks.swift
[124/1191] Compiling Logging LogHandler.swift
[125/1191] Compiling Logging Logging.swift
[127/1192] Emitting module ConcurrencyHelpers
[128/1192] Compiling ConcurrencyHelpers Lock.swift
[129/1193] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[130/1193] Compiling OrderedCollections _HashTable+Testing.swift
[131/1193] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[132/1193] Compiling OrderedCollections _HashTable.swift
[133/1193] Compiling OrderedCollections _HashTable+Bucket.swift
[134/1193] Compiling OrderedCollections _HashTable+BucketIterator.swift
[135/1193] Compiling OrderedCollections _HashTable+Constants.swift
[136/1193] Compiling OrderedCollections _Hashtable+Header.swift
[137/1193] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[138/1193] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[139/1193] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[140/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[141/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[142/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[143/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[144/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[145/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[146/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[147/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[148/1193] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[155/1200] Compiling OrderedCollections OrderedDictionary+Codable.swift
[156/1200] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[159/1207] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/1207] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/1207] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/1207] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/1207] Compiling OrderedCollections OrderedDictionary+Values.swift
[166/1207] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[167/1207] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[168/1207] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[169/1207] Compiling HeapModule Heap+Descriptions.swift
[190/1209] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[191/1209] Compiling OrderedCollections OrderedDictionary+Elements.swift
[192/1209] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[201/1273] Compiling OrderedCollections OrderedSet+Sendable.swift
[202/1273] Compiling OrderedCollections OrderedSet+SubSequence.swift
[203/1273] Compiling OrderedCollections OrderedSet+Testing.swift
[204/1273] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[205/1273] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[206/1273] Compiling OrderedCollections OrderedSet.swift
[207/1273] Compiling OrderedCollections _UnsafeBitset.swift
[208/1273] Compiling _RopeModule Rope+Sequence.swift
[209/1273] Compiling _RopeModule Rope+Append.swift
[210/1273] Compiling _RopeModule Rope+Extract.swift
[211/1273] Compiling _RopeModule Rope+Find.swift
[212/1273] Compiling _RopeModule Rope+ForEachWhile.swift
[213/1273] Compiling _RopeModule Rope+Insert.swift
[214/1273] Compiling _RopeModule Rope+Join.swift
[215/1273] Compiling _RopeModule Rope+MutatingForEach.swift
[216/1273] Compiling SwifQL SwifQLable+Offset.swift
[217/1273] Compiling SwifQL SwifQLable+On.swift
[218/1273] Compiling SwifQL SwifQLable+Or.swift
[219/1273] Compiling SwifQL SwifQLable+OrderBy.swift
[220/1273] Compiling SwifQL SwifQLable+Over.swift
[221/1273] Compiling SwifQL SwifQLable+Overlaps.swift
[222/1273] Compiling SwifQL SwifQLable+Owner.swift
[223/1273] Compiling SwifQL SwifQLable+PartitionBy.swift
[224/1273] Compiling SwifQL SwifQLable+Primary.swift
[225/1273] Compiling SwifQL SwifQLable+Raw.swift
[226/1273] Compiling SwifQL SwifQLable+References.swift
[227/1273] Compiling SwifQL SwifQLable+Rename.swift
[228/1273] Compiling SwifQL SwifQLable+Restrict.swift
[229/1273] Compiling SwifQL SwifQLable+Return.swift
[230/1273] Compiling SwifQL SwifQLable+Returning.swift
[231/1273] Compiling SwifQL SwifQLable+Rollback.swift
[232/1273] Compiling SwifQL SwifQLable+Schema.swift
[233/1273] Compiling SwifQL SwifQLable+Select.swift
[234/1273] Compiling SwifQL SwifQLable+Semicolon.swift
[235/1273] Compiling SwifQL SwifQLable+Set.swift
[236/1273] Compiling SwifQL SwifQLable+Space.swift
[237/1273] Compiling SwifQL SwifQLable+Subscript.swift
[247/1285] Compiling HashTreeCollections _HashNode+Builder.swift
[248/1285] Compiling HashTreeCollections _HashNode+Debugging.swift
[249/1285] Compiling HashTreeCollections _HashNode+Initializers.swift
[250/1285] Compiling HashTreeCollections _HashNode+Invariants.swift
[251/1285] Compiling HashTreeCollections _HashNode+Lookups.swift
[252/1285] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[253/1285] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[254/1285] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[255/1285] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[256/1285] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[257/1285] Compiling HashTreeCollections _HashNode+Structural merge.swift
[258/1285] Compiling HashTreeCollections _AncestorHashSlots.swift
[259/1285] Compiling HashTreeCollections _Bitmap.swift
[260/1285] Compiling HashTreeCollections _Bucket.swift
[261/1285] Compiling HashTreeCollections _Hash.swift
[262/1285] Compiling HashTreeCollections _HashLevel.swift
[263/1290] Compiling HashTreeCollections _HashNode+Structural union.swift
[264/1290] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[265/1290] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[266/1290] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[267/1290] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[268/1290] Compiling HashTreeCollections _HashNode.swift
[269/1290] Compiling HashTreeCollections _HashNodeHeader.swift
[270/1290] Compiling HashTreeCollections _HashSlot.swift
[271/1290] Compiling HashTreeCollections _HashStack.swift
[272/1290] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[273/1290] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[274/1290] Compiling HashTreeCollections TreeDictionary+Filter.swift
[275/1290] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[276/1290] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[277/1290] Compiling HashTreeCollections TreeDictionary+Keys.swift
[278/1290] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[279/1307] Compiling HeapModule Heap+Invariants.swift
[280/1307] Compiling HeapModule Heap+UnsafeHandle.swift
[281/1307] Emitting module Atomics
[282/1307] Compiling HeapModule _HeapNode.swift
[283/1307] Compiling HeapModule Heap.swift
[284/1307] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[285/1307] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[286/1307] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[287/1307] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[288/1307] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[289/1307] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[290/1307] Compiling _RopeModule _CharacterRecognizer.swift
[291/1307] Compiling SwifQL SwifQLable+Commit.swift
[292/1307] Compiling SwifQL SwifQLable+Conflict.swift
[293/1307] Compiling SwifQL SwifQLable+Constraint.swift
[294/1307] Compiling SwifQL SwifQLable+Create.swift
[295/1307] Compiling SwifQL SwifQLable+Default.swift
[296/1307] Compiling SwifQL SwifQLable+Delete.swift
[297/1307] Compiling SwifQL SwifQLable+Distinct.swift
[298/1307] Compiling SwifQL SwifQLable+Do.swift
[299/1307] Compiling SwifQL SwifQLable+Drop.swift
[300/1307] Compiling SwifQL SwifQLable+End.swift
[301/1307] Compiling SwifQL SwifQLable+Epoch.swift
[302/1307] Compiling SwifQL SwifQLable+Exists.swift
[303/1307] Compiling SwifQL SwifQLable+Filter.swift
[304/1307] Compiling SwifQL SwifQLable+From.swift
[305/1307] Compiling SwifQL SwifQLable+Fulltext.swift
[306/1307] Compiling SwifQL SwifQLable+Function.swift
[307/1307] Emitting module SwifQL
[325/1307] Compiling HashTreeCollections TreeDictionary+Merge.swift
[326/1307] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[327/1307] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[328/1307] Compiling HashTreeCollections TreeDictionary+Values.swift
[329/1307] Compiling HashTreeCollections _HashTreeIterator.swift
[330/1307] Compiling HashTreeCollections _HashTreeStatistics.swift
[331/1307] Emitting module SwiftASN1
[332/1308] Emitting module HeapModule
[333/1309] Emitting module Metrics
[334/1309] Compiling Metrics Metrics.swift
[336/1309] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[337/1309] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[338/1309] Compiling HashTreeCollections _HashNode+Storage.swift
[339/1309] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[340/1309] Compiling HashTreeCollections _HashNode+Structural filter.swift
[341/1309] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[342/1309] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[343/1309] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[358/1313] Compiling HashTreeCollections TreeSet+Hashable.swift
[359/1313] Compiling HashTreeCollections TreeSet+Sendable.swift
[360/1313] Compiling HashTreeCollections TreeSet+Sequence.swift
[361/1313] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[367/1313] Compiling fiat_p256_adx_mul.S
[374/1331] Compiling fiat_curve25519_adx_square.S
[376/1333] Compiling DequeModule Deque+Codable.swift
[377/1333] Compiling DequeModule Deque+Collection.swift
[378/1333] Compiling DequeModule Deque+CustomReflectable.swift
[379/1333] Compiling DequeModule Deque+Descriptions.swift
[380/1333] Compiling DequeModule Deque+Equatable.swift
[381/1333] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[382/1333] Compiling DequeModule Deque+Extras.swift
[383/1333] Compiling DequeModule Deque+Hashable.swift
[383/1339] Compiling fiat_curve25519_adx_mul.S
[386/1339] Compiling HashTreeCollections TreeDictionary.swift
[387/1339] Compiling HashTreeCollections TreeSet+Codable.swift
[388/1339] Compiling HashTreeCollections TreeSet+Collection.swift
[389/1339] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[390/1339] Compiling HashTreeCollections TreeSet+Debugging.swift
[391/1339] Compiling HashTreeCollections TreeSet+Descriptions.swift
[392/1339] Compiling HashTreeCollections TreeSet+Equatable.swift
[393/1339] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[394/1339] Compiling HashTreeCollections TreeSet+Extras.swift
[395/1339] Compiling HashTreeCollections TreeSet+Filter.swift
[396/1339] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[405/1339] Emitting module UnixSignals
[406/1339] Compiling UnixSignals UnixSignal.swift
[407/1341] Compiling DequeModule _DequeBuffer.swift
[408/1341] Compiling DequeModule _DequeBufferHeader.swift
[409/1341] Emitting module _RopeModule
[414/1341] Compiling DequeModule Deque+Testing.swift
[415/1341] Compiling DequeModule Deque._Storage.swift
[416/1341] Compiling UnixSignals UnixSignalsSequence.swift
[418/1342] Compiling DequeModule _DequeSlot.swift
[419/1342] Compiling DequeModule _UnsafeWrappedBuffer.swift
[420/1342] Compiling DequeModule Deque._UnsafeHandle.swift
[421/1342] Compiling DequeModule Deque.swift
[422/1342] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[423/1342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[424/1342] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[425/1342] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[426/1342] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[427/1342] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[428/1342] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[429/1342] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[430/1342] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[431/1342] Compiling HashTreeCollections TreeSet.swift
[443/1342] Emitting module DequeModule
[444/1343] Emitting module OrderedCollections
[447/1344] Compiling SwifQL Alias.swift
[448/1344] Compiling SwifQL CaseWhen.swift
[449/1344] Compiling SwifQL Distinct.swift
[450/1344] Compiling SwifQL GenericTableSelector.swift
[451/1344] Compiling SwifQL NewColumn.swift
[452/1344] Compiling SwifQL PostgresArray.swift
[453/1344] Compiling SwifQL PostgresJsonObject.swift
[454/1344] Compiling SwifQL QueryBuilder.swift
[455/1344] Compiling SwifQL CreateSchemaBuilder.swift
[456/1344] Compiling SwifQL DropSchemaBuilder.swift
[457/1344] Compiling SwifQL UpdateSchemaChangeOwner.swift
[458/1344] Compiling SwifQL UpdateSchemaRename.swift
[459/1344] Compiling SwifQL SwifQLJoinBuilder.swift
[460/1344] Compiling SwifQL SwifQLSelectBuilder.swift
[461/1344] Compiling SwifQL CreateTableBuilder.swift
[462/1344] Compiling SwifQL DropTableBuilder.swift
[463/1344] Compiling SwifQL UpdateTableBuilder.swift
[464/1344] Compiling SwifQL Union.swift
[465/1344] Compiling SwifQL With.swift
[466/1344] Compiling SwifQL Codable.swift
[467/1344] Compiling SwifQL Column.swift
[468/1344] Compiling SwifQL Constraint.swift
[469/1344] Compiling SwifQL Dialect+MySQL.swift
[470/1344] Compiling SwifQL Dialect+Postgres.swift
[471/1344] Compiling SwifQL Dialect.swift
[472/1344] Compiling SwifQL Enum.swift
[473/1344] Compiling SwifQL Array+SwifQLable.swift
[474/1344] Compiling SwifQL Column+AutoType.swift
[475/1344] Compiling SwifQL Decodable+Table.swift
[476/1344] Compiling SwifQL StringExtensions.swift
[477/1344] Compiling SwifQL ExtractFieldValue.swift
[478/1344] Compiling SwifQL FluentKitFieldable.swift
[479/1344] Compiling SwifQL FormattedKeyPath.swift
[480/1344] Compiling SwifQL Formatter.swift
[481/1344] Compiling SwifQL Functions+Array.swift
[482/1344] Compiling SwifQL Functions+General.swift
[483/1344] Compiling SwifQL Functions+MySQL.swift
[484/1344] Compiling SwifQL Functions+Numeric.swift
[485/1344] Compiling SwifQL Functions+PostgresBool.swift
[486/1344] Compiling SwifQL Functions+PostgresJSON.swift
[487/1344] Compiling SwifQL Functions+PostgresJSONB.swift
[488/1344] Compiling SwifQL Functions+PostgresSeries.swift
[489/1344] Compiling SwifQL Functions+PostgresTime.swift
[490/1344] Compiling SwifQL Functions+String.swift
[491/1344] Compiling SwifQL Functions+TextSearch.swift
[492/1344] Compiling SwifQL Functions+Window.swift
[492/1344] Compiling tls_record.cc
[507/1344] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[508/1344] Compiling HashTreeCollections _RawHashNode.swift
[509/1344] Compiling HashTreeCollections _UnmanagedHashNode.swift
[510/1344] Compiling HashTreeCollections _UnsafePath.swift
[511/1344] Compiling HashTreeCollections TreeDictionary+Codable.swift
[512/1344] Compiling HashTreeCollections TreeDictionary+Collection.swift
[513/1344] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[514/1344] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[526/1344] Compiling tls_method.cc
[528/1344] Emitting module HashTreeCollections
[528/1344] Compiling tls13_server.cc
[541/1349] Compiling SwifQL SwifQLable+Table.swift
[542/1349] Compiling SwifQL SwifQLable+Timestamp.swift
[543/1349] Compiling SwifQL SwifQLable+To.swift
[544/1349] Compiling SwifQL SwifQLable+Type.swift
[545/1349] Compiling SwifQL SwifQLable+Union.swift
[546/1349] Compiling SwifQL SwifQLable+Unique.swift
[547/1349] Compiling SwifQL SwifQLable+Update.swift
[548/1349] Compiling SwifQL SwifQLable+Value.swift
[549/1349] Compiling SwifQL SwifQLable+Values.swift
[550/1349] Compiling SwifQL SwifQLable+Where.swift
[551/1349] Compiling SwifQL SwifQLable+WhereExists.swift
[552/1349] Compiling SwifQL SwifQLable+WhereNotExists.swift
[553/1349] Compiling SwifQL SwifQLable+Window.swift
[554/1349] Compiling SwifQL SwifQLable+With.swift
[555/1349] Compiling SwifQL SwifQLable.swift
[556/1349] Compiling SwifQL SwifQLableArraySeparator.swift
[557/1349] Compiling SwifQL Table.swift
[558/1349] Compiling SwifQL TableAlias.swift
[559/1349] Compiling SwifQL Type+Autodetect.swift
[560/1349] Compiling SwifQL Type+SwifQLable.swift
[561/1349] Compiling SwifQL Type.swift
[562/1349] Compiling SwifQL _Todo.swift
[583/1360] Compiling tls13_enc.cc
[585/1360] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[586/1360] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[587/1361] Compiling _ConnectionPoolModule ConnectionRequest.swift
[588/1361] Compiling _ConnectionPoolModule Max2Sequence.swift
[599/1361] Compiling tls13_both.cc
[601/1361] 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 }
[603/1362] Compiling _ConnectionPoolModule TinyFastSequence.swift
[603/1362] Compiling tls13_client.cc
[605/1362] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[606/1362] Compiling _ConnectionPoolModule ConnectionPool.swift
[607/1362] Emitting module _ConnectionPoolModule
[608/1362] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[609/1362] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[609/1362] Compiling t1_enc.cc
[611/1362] Compiling _ConnectionPoolModule NIOLock.swift
[612/1362] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[613/1362] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[614/1362] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[614/1362] Compiling ssl_versions.cc
[615/1362] Compiling ssl_transcript.cc
[616/1362] Compiling ssl_x509.cc
[617/1362] Compiling ssl_stat.cc
[618/1362] Compiling ssl_cipher.cc
[618/1362] Compiling ssl_file.cc
[618/1362] Compiling ssl_credential.cc
[618/1362] Compiling ssl_key_share.cc
[618/1362] Compiling ssl_privkey.cc
[618/1362] Compiling ssl_session.cc
[618/1362] Compiling ssl_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/744] Write sources
[3/745] Compiling ssl_privkey.cc
[4/745] Compiling ssl_file.cc
[5/745] Compiling ssl_key_share.cc
[6/745] Compiling ssl_credential.cc
[7/745] Write swift-version-24593BA9C3E375BF.txt
[8/745] Compiling ssl_session.cc
[9/749] Compiling ssl_lib.cc
[11/751] Compiling _NIODataStructures Heap.swift
[12/751] Compiling _NIODataStructures PriorityQueue.swift
[13/751] Compiling _NIODataStructures _TinyArray.swift
[14/751] Emitting module _NIODataStructures
[15/752] Emitting module _NIOBase64
[15/752] Compiling c-nioatomics.c
[18/761] Compiling _NIOBase64 Base64.swift
[18/770] Compiling ssl_buffer.cc
[19/770] Compiling ssl_cert.cc
[20/770] Compiling c-atomics.c
[21/770] Compiling ssl_cipher.cc
[23/780] Compiling ssl_asn1.cc
[25/896] Compiling RealModule Float80+Real.swift
[26/896] Compiling RealModule Real.swift
[27/920] Compiling SwifQL Alias.swift
[28/920] Compiling SwifQL CaseWhen.swift
[29/973] Compiling RealModule RealFunctions.swift
[30/973] Compiling RealModule Float16+Real.swift
[31/973] Compiling SwifQL CreateSchemaBuilder.swift
[32/973] Compiling SwifQL DropSchemaBuilder.swift
[33/974] Compiling SwifQL UpdateSchemaChangeOwner.swift
[34/974] Compiling SwifQL UpdateSchemaRename.swift
[35/974] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/974] Compiling RealModule ElementaryFunctions.swift
[37/974] Compiling RealModule Float+Real.swift
[38/974] Emitting module RealModule
[39/974] Compiling ConcurrencyHelpers LockedValueBox.swift
[40/974] Compiling Logging MetadataProvider.swift
[41/974] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/974] Compiling SwifQL Distinct.swift
[43/974] Compiling SwifQL GenericTableSelector.swift
[49/977] Emitting module Logging
[50/977] Compiling Logging Locks.swift
[51/977] Compiling SwifQL CreateTableBuilder.swift
[52/977] Compiling SwifQL DropTableBuilder.swift
[56/977] Emitting module CoreMetrics
[59/977] Compiling NIOConcurrencyHelpers NIOLock.swift
[60/977] Compiling NIOConcurrencyHelpers lock.swift
[61/977] Compiling ConcurrencyHelpers Lock.swift
[62/977] Emitting module ConcurrencyHelpers
[65/977] Compiling SwifQL SwifQLJoinBuilder.swift
[66/977] Compiling SwifQL SwifQLSelectBuilder.swift
[67/978] Emitting module InternalCollectionsUtilities
[70/978] Compiling SwifQL NewColumn.swift
[71/978] Compiling SwifQL PostgresArray.swift
[72/978] Compiling SwifQL PostgresJsonObject.swift
[73/978] Compiling SwifQL QueryBuilder.swift
[74/978] Compiling NIOConcurrencyHelpers atomics.swift
[75/978] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[80/979] Compiling SwifQL SwifQLable+Asterisk.swift
[81/979] Compiling SwifQL SwifQLable+Before.swift
[82/979] Compiling SwifQL SwifQLable+Begin.swift
[83/979] Compiling SwifQL SwifQLable+Between.swift
[84/979] Compiling SwifQL SwifQLable+Cascade.swift
[85/979] Compiling SwifQL SwifQLable+Check.swift
[86/979] Compiling SwifQL SwifQLable+Column.swift
[87/979] Compiling SwifQL SwifQLable+Commit.swift
[88/979] Compiling SwifQL SwifQLable+Conflict.swift
[89/979] Compiling SwifQL SwifQLable+Constraint.swift
[90/979] Compiling SwifQL SwifQLable+Create.swift
[91/979] Compiling SwifQL SwifQLable+Default.swift
[92/979] Compiling SwifQL SwifQLable+Delete.swift
[93/979] Compiling SwifQL SwifQLable+Distinct.swift
[94/979] Compiling SwifQL SwifQLable+Do.swift
[95/979] Compiling SwifQL SwifQLable+Drop.swift
[96/979] Compiling SwifQL SwifQLable+End.swift
[97/979] Compiling SwifQL SwifQLable+Epoch.swift
[98/979] Compiling SwifQL SwifQLable+Exists.swift
[99/979] Compiling SwifQL SwifQLable+Filter.swift
[100/979] Compiling SwifQL SwifQLable+From.swift
[101/979] Compiling SwifQL SwifQLable+Fulltext.swift
[102/979] Compiling SwifQL SwifQLable+Function.swift
[103/979] Emitting module NIOConcurrencyHelpers
[104/979] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[107/1021] Compiling SwifQL SwifQLable+Offset.swift
[108/1021] Compiling SwifQL SwifQLable+On.swift
[109/1021] Compiling SwifQL SwifQLable+Or.swift
[110/1021] Compiling SwifQL SwifQLable+OrderBy.swift
[111/1021] Compiling SwifQL SwifQLable+Over.swift
[112/1021] Compiling SwifQL SwifQLable+Overlaps.swift
[113/1021] Compiling SwifQL SwifQLable+Owner.swift
[114/1021] Compiling SwifQL SwifQLable+PartitionBy.swift
[115/1021] Compiling SwifQL SwifQLable+Primary.swift
[116/1021] Compiling SwifQL SwifQLable+Raw.swift
[117/1021] Compiling SwifQL SwifQLable+References.swift
[118/1021] Compiling SwifQL SwifQLable+Rename.swift
[119/1021] Compiling SwifQL SwifQLable+Restrict.swift
[120/1021] Compiling SwifQL SwifQLable+Return.swift
[121/1021] Compiling SwifQL SwifQLable+Returning.swift
[122/1021] Compiling SwifQL SwifQLable+Rollback.swift
[123/1021] Compiling SwifQL SwifQLable+Schema.swift
[124/1021] Compiling SwifQL SwifQLable+Select.swift
[125/1021] Compiling SwifQL SwifQLable+Semicolon.swift
[126/1021] Compiling SwifQL SwifQLable+Set.swift
[127/1021] Compiling SwifQL SwifQLable+Space.swift
[128/1021] Compiling SwifQL SwifQLable+Subscript.swift
[129/1021] Compiling Logging LogHandler.swift
[130/1021] Compiling Logging Logging.swift
[131/1025] Compiling Atomics Primitives.shims.swift
[132/1025] Compiling Atomics AtomicInteger.swift
[133/1025] Compiling Atomics AtomicOptionalWrappable.swift
[134/1027] Compiling SwifQL SwifQLable+GroupBy.swift
[135/1027] Compiling SwifQL SwifQLable+Having.swift
[136/1027] Compiling SwifQL SwifQLable+ILike.swift
[137/1027] Compiling SwifQL SwifQLable+If.swift
[138/1027] Compiling SwifQL SwifQLable+In.swift
[139/1027] Compiling SwifQL SwifQLable+InsertInto.swift
[140/1027] Compiling SwifQL SwifQLable+Interval.swift
[141/1027] Compiling SwifQL SwifQLable+IsNotNull.swift
[142/1027] Compiling SwifQL SwifQLable+IsNull.swift
[143/1027] Compiling SwifQL SwifQLable+Items.swift
[144/1027] Compiling SwifQL SwifQLable+Join.swift
[145/1027] Compiling SwifQL SwifQLable+Key.swift
[146/1027] Compiling SwifQL SwifQLable+Like.swift
[147/1027] Compiling SwifQL SwifQLable+Limit.swift
[148/1027] Compiling SwifQL SwifQLable+No.swift
[149/1027] Compiling SwifQL SwifQLable+Not.swift
[150/1027] Compiling SwifQL SwifQLable+NotBetween.swift
[151/1027] Compiling SwifQL SwifQLable+NotExists.swift
[152/1027] Compiling SwifQL SwifQLable+NotILike.swift
[153/1027] Compiling SwifQL SwifQLable+NotIn.swift
[154/1027] Compiling SwifQL SwifQLable+NotLike.swift
[155/1027] Compiling SwifQL SwifQLable+Nothing.swift
[156/1027] Compiling SwifQL SwifQLable+Null.swift
[158/1027] Compiling Atomics ManagedAtomic.swift
[159/1027] Compiling Atomics ManagedAtomicLazyReference.swift
[160/1027] Compiling Atomics UnsafeAtomic.swift
[161/1027] Compiling Atomics UnsafeAtomicLazyReference.swift
[162/1027] Emitting module SwifQL
[163/1027] Compiling Atomics AtomicReference.swift
[164/1027] Compiling Atomics AtomicStorage.swift
[165/1027] Compiling Atomics AtomicValue.swift
[166/1027] Compiling Atomics AtomicMemoryOrderings.swift
[167/1027] Compiling Atomics DoubleWord.swift
[168/1027] Emitting module UnixSignals
[169/1027] Compiling Atomics IntegerOperations.swift
[170/1027] Compiling Atomics Unmanaged extensions.swift
[171/1027] Compiling CoreMetrics Locks.swift
[172/1027] Compiling CoreMetrics Metrics.swift
[173/1027] Compiling SwifQL Path+SchemaWithTableAndColumn.swift
[174/1027] Compiling SwifQL Path+Table.swift
[175/1027] Compiling SwifQL Path+TableWithColumn.swift
[176/1027] Compiling SwifQL Path.swift
[177/1027] Compiling SwifQL Predicates.swift
[178/1027] Compiling SwifQL Prepared.swift
[179/1027] Compiling SwifQL QueryBuilderable.swift
[180/1027] Compiling SwifQL QueryParts.swift
[181/1027] Compiling SwifQL ReferentialAction.swift
[182/1027] Compiling SwifQL SwifQLableResultBuilder.swift
[183/1027] Compiling SwifQL Schema.swift
[184/1027] Compiling SwifQL Schemable.swift
[185/1027] Compiling SwifQL SplittedQuery.swift
[186/1027] Compiling SwifQL SwifQL.swift
[187/1027] Compiling SwifQL SwifQLable+Action.swift
[188/1027] Compiling SwifQL SwifQLable+Add.swift
[189/1027] Compiling SwifQL SwifQLable+AddQuery.swift
[190/1027] Compiling SwifQL SwifQLable+After.swift
[191/1027] Compiling SwifQL SwifQLable+All.swift
[192/1027] Compiling SwifQL SwifQLable+Alter.swift
[193/1027] Compiling SwifQL SwifQLable+And.swift
[194/1027] Compiling SwifQL SwifQLable+Any.swift
[195/1027] Compiling SwifQL SwifQLable+As.swift
[196/1027] Compiling UnixSignals UnixSignalsSequence.swift
[197/1028] Compiling UnixSignals UnixSignal.swift
[200/1029] Emitting module SwiftASN1
[201/1030] Compiling s3_pkt.cc
[205/1098] Compiling _RopeModule Rope+Debugging.swift
[206/1098] Compiling _RopeModule Rope+Invariants.swift
[207/1098] Compiling _RopeModule Rope+_Node.swift
[208/1098] Compiling _RopeModule Rope+_Storage.swift
[209/1098] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[210/1098] Compiling _RopeModule Rope+_UnsafeHandle.swift
[211/1098] Compiling _RopeModule Rope.swift
[212/1098] Compiling _RopeModule RopeElement.swift
[213/1098] Compiling _RopeModule RopeMetric.swift
[214/1098] Compiling _RopeModule RopeSummary.swift
[215/1098] Compiling _RopeModule _RopeItem.swift
[216/1098] Compiling _RopeModule _RopePath.swift
[217/1098] Compiling _RopeModule _RopeVersion.swift
[218/1098] Compiling _RopeModule Rope+Collection.swift
[219/1098] Compiling _RopeModule Rope+Index.swift
[220/1098] Compiling _RopeModule Rope+Sequence.swift
[221/1098] Compiling _RopeModule Rope+Append.swift
[222/1098] Compiling _RopeModule Rope+Extract.swift
[223/1098] Compiling _RopeModule Rope+Find.swift
[224/1098] Compiling _RopeModule Rope+ForEachWhile.swift
[225/1098] Compiling _RopeModule Rope+Insert.swift
[226/1098] Compiling SwifQL Path+Schema.swift
[227/1098] Compiling SwifQL Path+SchemaWithTable.swift
[227/1098] Compiling ssl_aead_ctx.cc
[229/1104] Compiling SwifQL SwifQLable+Table.swift
[230/1104] Compiling SwifQL SwifQLable+Timestamp.swift
[231/1104] Compiling SwifQL SwifQLable+To.swift
[232/1104] Compiling SwifQL SwifQLable+Type.swift
[233/1104] Compiling SwifQL SwifQLable+Union.swift
[234/1104] Compiling SwifQL SwifQLable+Unique.swift
[235/1104] Compiling SwifQL SwifQLable+Update.swift
[236/1104] Compiling SwifQL SwifQLable+Value.swift
[237/1104] Compiling SwifQL SwifQLable+Values.swift
[238/1104] Compiling SwifQL SwifQLable+Where.swift
[239/1104] Compiling SwifQL SwifQLable+WhereExists.swift
[240/1104] Compiling SwifQL SwifQLable+WhereNotExists.swift
[241/1104] Compiling SwifQL SwifQLable+Window.swift
[242/1104] Compiling SwifQL SwifQLable+With.swift
[243/1104] Compiling SwifQL SwifQLable.swift
[244/1104] Compiling SwifQL SwifQLableArraySeparator.swift
[245/1104] Compiling SwifQL Table.swift
[246/1104] Compiling SwifQL TableAlias.swift
[247/1105] Compiling SwifQL Type+Autodetect.swift
[248/1105] Compiling SwifQL Type+SwifQLable.swift
[249/1105] Compiling SwifQL Type.swift
[250/1105] Compiling SwifQL _Todo.swift
[251/1169] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[252/1169] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[253/1255] Compiling HashTreeCollections TreeDictionary+Collection.swift
[254/1255] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[255/1255] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[256/1255] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[257/1255] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[258/1255] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[259/1255] Compiling HashTreeCollections TreeDictionary+Filter.swift
[260/1262] Compiling HeapModule Heap.swift
[261/1262] Compiling HeapModule _HeapNode.swift
[262/1262] Compiling HashTreeCollections _HashNode+Structural filter.swift
[263/1262] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[264/1262] Compiling HashTreeCollections _HashNode+Storage.swift
[265/1262] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[266/1262] Compiling Metrics Metrics.swift
[267/1262] Emitting module Metrics
[268/1262] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[269/1262] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[270/1262] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[276/1263] Compiling HeapModule Heap+Invariants.swift
[277/1263] Compiling HeapModule Heap+Descriptions.swift
[278/1263] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[279/1263] Compiling HeapModule Heap+UnsafeHandle.swift
[280/1263] Emitting module HeapModule
[281/1264] Compiling HashTreeCollections _Hash.swift
[282/1264] Compiling HashTreeCollections _HashLevel.swift
[283/1264] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[284/1264] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/1264] Compiling HashTreeCollections TreeDictionary+Keys.swift
[286/1264] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[287/1264] Compiling HashTreeCollections TreeDictionary+Merge.swift
[288/1264] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[289/1264] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[291/1264] Compiling OrderedCollections OrderedSet+SubSequence.swift
[292/1264] Compiling OrderedCollections OrderedSet+Testing.swift
[293/1264] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[294/1264] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[295/1264] Compiling OrderedCollections OrderedSet.swift
[296/1264] Compiling OrderedCollections _UnsafeBitset.swift
[297/1264] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[298/1264] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[299/1264] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[300/1264] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[302/1274] Compiling HashTreeCollections _HashNode+Structural union.swift
[303/1274] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[304/1274] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[305/1274] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[306/1274] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[307/1274] Compiling HashTreeCollections _HashNode.swift
[308/1274] Compiling HashTreeCollections _HashNodeHeader.swift
[309/1274] Compiling HashTreeCollections _HashSlot.swift
[310/1274] Compiling HashTreeCollections _HashNode+Structural merge.swift
[311/1274] Compiling HashTreeCollections _AncestorHashSlots.swift
[313/1274] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[314/1274] Compiling HashTreeCollections _HashStack.swift
[315/1274] Compiling HashTreeCollections _HashTreeIterator.swift
[316/1274] Compiling HashTreeCollections _HashTreeStatistics.swift
[317/1274] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[318/1274] Compiling HashTreeCollections _RawHashNode.swift
[319/1274] Compiling HashTreeCollections _UnmanagedHashNode.swift
[320/1274] Compiling HashTreeCollections _UnsafePath.swift
[321/1274] Compiling HashTreeCollections TreeDictionary+Codable.swift
[322/1274] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[323/1274] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[334/1274] Compiling OrderedCollections OrderedSet+Sendable.swift
[335/1274] Compiling HashTreeCollections TreeDictionary.swift
[336/1274] Compiling HashTreeCollections TreeSet+Codable.swift
[337/1274] Compiling HashTreeCollections TreeSet+Collection.swift
[338/1274] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[339/1274] Compiling HashTreeCollections TreeSet+Debugging.swift
[340/1274] Compiling HashTreeCollections TreeSet+Descriptions.swift
[341/1274] Compiling HashTreeCollections TreeSet+Equatable.swift
[342/1274] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[343/1274] Compiling HashTreeCollections TreeSet+Extras.swift
[344/1274] Compiling HashTreeCollections TreeSet+Filter.swift
[345/1274] Compiling HashTreeCollections _HashNode+Builder.swift
[346/1274] Compiling HashTreeCollections _HashNode+Debugging.swift
[347/1274] Compiling HashTreeCollections _HashNode+Initializers.swift
[348/1274] Compiling HashTreeCollections _HashNode+Invariants.swift
[349/1274] Compiling HashTreeCollections _HashNode+Lookups.swift
[350/1274] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[351/1274] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[352/1274] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[357/1274] Compiling HashTreeCollections _Bitmap.swift
[358/1274] Compiling HashTreeCollections _Bucket.swift
[412/1320] Compiling BitCollections BitArray._UnsafeHandle.swift
[413/1320] Compiling BitCollections BitArray.swift
[414/1320] Compiling BitCollections BitSet+BidirectionalCollection.swift
[415/1320] Compiling BitCollections BitSet+Codable.swift
[416/1320] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[417/1320] Compiling BitCollections BitSet+CustomReflectable.swift
[418/1320] Compiling BitCollections BitSet+CustomStringConvertible.swift
[419/1320] Compiling BitCollections BitSet+Equatable.swift
[420/1320] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[421/1320] Compiling BitCollections BitSet+Extras.swift
[422/1322] Emitting module Atomics
[423/1337] Emitting module DequeModule
[424/1338] Compiling _RopeModule _CharacterRecognizer.swift
[425/1338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[426/1338] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[427/1338] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[428/1338] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[429/1338] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[430/1338] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[431/1338] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[432/1338] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[433/1338] Compiling HashTreeCollections TreeSet.swift
[434/1338] Emitting module OrderedCollections
[435/1338] Compiling BitCollections BitArray+BitwiseOperations.swift
[436/1338] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[437/1338] Compiling BitCollections BitArray+Codable.swift
[438/1338] Compiling BitCollections BitArray+Collection.swift
[439/1338] Compiling BitCollections BitArray+Copy.swift
[440/1338] Compiling BitCollections BitArray+CustomReflectable.swift
[441/1338] Compiling BitCollections BitArray+Descriptions.swift
[442/1338] Compiling BitCollections BitArray+Equatable.swift
[443/1338] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[444/1338] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[445/1338] Compiling BitCollections BitArray+Extras.swift
[446/1338] Compiling BitCollections BitArray+Fill.swift
[447/1338] Compiling BitCollections BitArray+Hashable.swift
[448/1338] Compiling BitCollections BitArray+Initializers.swift
[449/1338] Compiling BitCollections BitArray+Invariants.swift
[450/1338] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[451/1338] Compiling BitCollections BitArray+RandomBits.swift
[452/1338] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[453/1338] Compiling BitCollections BitArray+Shifts.swift
[454/1338] Compiling BitCollections BitArray+Testing.swift
[461/1339] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[462/1339] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[463/1339] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[493/1339] Compiling BitCollections BitSet+Hashable.swift
[504/1347] Emitting module BitCollections
[515/1347] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[516/1347] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[517/1361] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[518/1361] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[519/1361] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[520/1361] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[533/1361] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[534/1361] Compiling _ConnectionPoolModule ConnectionPool.swift
[535/1361] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[536/1361] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[537/1361] Compiling _ConnectionPoolModule ConnectionRequest.swift
[538/1361] Compiling _ConnectionPoolModule Max2Sequence.swift
[539/1361] Compiling _ConnectionPoolModule NIOLock.swift
[540/1361] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[557/1361] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[558/1361] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[559/1361] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[560/1361] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[561/1361] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[562/1361] Compiling BitCollections BitSet.Index.swift
[563/1361] Compiling BitCollections BitSet._UnsafeHandle.swift
[564/1361] Compiling BitCollections BitSet.swift
[565/1361] Compiling BitCollections Range+Utilities.swift
[566/1361] Compiling BitCollections Slice+Utilities.swift
[567/1361] Compiling BitCollections UInt+Tricks.swift
[568/1361] Compiling BitCollections _Word.swift
[569/1361] Compiling BitCollections BitSet+Initializers.swift
[570/1361] Compiling BitCollections BitSet+Invariants.swift
[571/1361] Compiling BitCollections BitSet+Random.swift
[572/1361] Compiling BitCollections BitSet+SetAlgebra basics.swift
[576/1361] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[577/1361] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[578/1361] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[579/1361] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[580/1361] Compiling BitCollections BitSet+SetAlgebra union.swift
[581/1361] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[582/1361] Compiling BitCollections BitSet.Counted.swift
[610/1362] Compiling s3_lib.cc
[616/1363] Emitting module _RopeModule
[617/1363] 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 }
[618/1468] Compiling _ConnectionPoolModule TinyFastSequence.swift
[619/1468] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[620/1468] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[621/1468] Compiling _RopeModule Rope+Join.swift
[622/1468] Compiling _RopeModule Rope+MutatingForEach.swift
[623/1468] Compiling _RopeModule Rope+Remove.swift
[624/1468] Compiling _RopeModule Rope+RemoveSubrange.swift
[625/1468] Compiling _RopeModule Rope+Split.swift
[626/1468] Compiling _RopeModule Optional Utilities.swift
[627/1468] Compiling _RopeModule String Utilities.swift
[628/1468] Compiling _RopeModule String.Index+ABI.swift
[630/1469] Compiling s3_both.cc
[631/1469] Compiling handshake_client.cc
[633/1469] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[634/1469] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[635/1469] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[636/1469] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[637/1469] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[638/1469] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[639/1469] Emitting module _ConnectionPoolModule
[639/1469] Compiling handshake.cc
[639/1469] Compiling handoff.cc
[639/1469] Compiling handshake_server.cc
[639/1469] Compiling extensions.cc
BUILD FAILURE 6.1 android