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 PostgresConnectionPool, reference main (8821d3), with Swift 6.1 for Android on 29 May 2025 23:39:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/Outdooractive/PostgresConnectionPool.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/Outdooractive/PostgresConnectionPool
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8821d34 Make some pool variables public
Cloned https://github.com/Outdooractive/PostgresConnectionPool.git
Revision (git rev-parse @):
8821d349fa9b5164bbe2214b893c571ab1c3b2d8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/PostgresConnectionPool.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Outdooractive/PostgresConnectionPool.git
https://github.com/Outdooractive/PostgresConnectionPool.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "postgres-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.13.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-kit"
    }
  ],
  "manifest_display_name" : "PostgresConnectionPool",
  "name" : "PostgresConnectionPool",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresConnectionPool",
      "targets" : [
        "PostgresConnectionPool"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresConnectionPoolTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresConnectionPoolTests",
      "path" : "Tests/PostgresConnectionPoolTests",
      "sources" : [
        "ConnectionErrorTests.swift",
        "ConnectionTests.swift",
        "PostgresHelpers.swift"
      ],
      "target_dependencies" : [
        "PostgresConnectionPool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresConnectionPool",
      "module_type" : "SwiftTarget",
      "name" : "PostgresConnectionPool",
      "path" : "Sources/PostgresConnectionPool",
      "product_dependencies" : [
        "Atomics",
        "Collections",
        "PostgresNIO",
        "PostgresKit"
      ],
      "product_memberships" : [
        "PostgresConnectionPool"
      ],
      "sources" : [
        "Extensions/DoubleExtensions.swift",
        "Extensions/EmptyTestable.swift",
        "Extensions/FloatingPointExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/PSQLError+Description.swift",
        "Extensions/StringExtensions.swift",
        "Extensions/TaskExtensions.swift",
        "PoolConfiguration.swift",
        "PoolConnection.swift",
        "PoolConnectionState.swift",
        "PoolContinuation.swift",
        "PoolError.swift",
        "PoolInfo.swift",
        "PostgresConnectionPool.swift",
        "PostgresConnectionWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/postgres-kit
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-atomics.git
[1/5355] Fetching postgres-kit
[4553/7065] Fetching postgres-kit, swift-atomics
[5989/19336] Fetching postgres-kit, swift-atomics, postgres-nio
[6403/35927] Fetching postgres-kit, swift-atomics, postgres-nio, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
[21284/34217] Fetching postgres-kit, postgres-nio, swift-collections
Fetched https://github.com/vapor/postgres-kit from cache (0.81s)
[19903/28862] Fetching postgres-nio, swift-collections
Fetched https://github.com/vapor/postgres-nio.git from cache (1.45s)
Fetched https://github.com/apple/swift-collections from cache (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.08s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.59s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.42s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.83s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/9795] Fetching swift-log, swift-algorithms
[9796/85903] Fetching swift-log, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
[6120/79944] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.63s)
Fetched https://github.com/apple/swift-nio.git from cache (5.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.23s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.74s)
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 (3.03s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.58s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2206] Fetching swift-metrics
[2207/4632] Fetching swift-metrics, swift-service-lifecycle
[2426/7299] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services
[7300/21235] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto
[9252/36078] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.26s)
[28754/33652] Fetching swift-metrics, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.37s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.39s)
[13021/17049] Fetching swift-metrics, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.28s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.55s)
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.58s)
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.38s)
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.03s)
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.59s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.95s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.08s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.47s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/postgres-kit
Working copy of https://github.com/vapor/postgres-kit resolved at 2.14.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/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-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
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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/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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-nio.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/810] Write sources
[36/810] Compiling CNIOWindows shim.c
[37/810] Compiling _NumericsShims _NumericsShims.c
[38/810] Compiling CNIOWindows WSAStartup.c
[39/810] Compiling CNIOWASI CNIOWASI.c
[40/810] Compiling CNIODarwin shim.c
[41/810] Compiling CNIOLinux liburing_shims.c
[42/810] Compiling _AtomicsShims.c
[43/810] Compiling fiat_curve25519_adx_mul.S
[44/810] Compiling CNIOLinux shim.c
[45/810] Compiling fiat_p256_adx_sqr.S
[46/810] Compiling fiat_p256_adx_mul.S
[47/810] Compiling fiat_curve25519_adx_square.S
[48/810] Write swift-version-24593BA9C3E375BF.txt
[49/810] Compiling CNIOBoringSSLShims shims.c
[50/814] Compiling tls13_both.cc
[51/816] Compiling tls13_client.cc
[52/816] Compiling t1_enc.cc
[53/816] Compiling tls_record.cc
[54/841] Compiling tls13_server.cc
[55/848] Compiling tls_method.cc
[56/848] Compiling tls13_enc.cc
[58/868] Emitting module InternalCollectionsUtilities
[59/869] Compiling ConcurrencyHelpers LockedValueBox.swift
[60/869] Emitting module RealModule
[61/870] Compiling CoreMetrics Metrics.swift
[62/870] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/870] Compiling RealModule ElementaryFunctions.swift
[64/870] Compiling RealModule Float80+Real.swift
[65/870] Compiling RealModule Real.swift
[66/870] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/870] Compiling InternalCollectionsUtilities Integer rank.swift
[68/870] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/870] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/870] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/870] Compiling InternalCollectionsUtilities Descriptions.swift
[74/870] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/870] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/870] Compiling InternalCollectionsUtilities Debugging.swift
[77/870] Emitting module _NIOBase64
[78/870] Compiling _NIOBase64 Base64.swift
[79/870] Compiling _NIODataStructures _TinyArray.swift
[80/870] Compiling _NIODataStructures PriorityQueue.swift
[81/871] Compiling RealModule Float16+Real.swift
[82/871] Compiling RealModule Float+Real.swift
[83/871] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/871] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/871] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/871] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/871] Emitting module _NIODataStructures
[90/871] Compiling _NIODataStructures Heap.swift
[92/873] Compiling RealModule RealFunctions.swift
[96/893] Compiling Atomics IntegerConformances.swift
[97/893] Compiling Atomics PointerConformances.swift
[98/963] Compiling _RopeModule BigString+Ingester.swift
[99/963] Compiling _RopeModule BigString+Invariants.swift
[102/963] Compiling _RopeModule BigString+Iterators.swift
[103/963] Compiling _RopeModule BigString+Metrics.swift
[104/965] Compiling _RopeModule BigString+Debugging.swift
[105/965] Compiling _RopeModule BigString+Index.swift
[106/965] Compiling Atomics IntegerOperations.swift
[107/965] Compiling Atomics Unmanaged extensions.swift
[108/965] Compiling _RopeModule BigString+Chunk.swift
[109/965] Compiling _RopeModule BigString+BidirectionalCollection.swift
[110/965] Compiling _RopeModule BigString+Builder.swift
[111/965] Compiling _RopeModule BigString+Contents.swift
[112/965] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[113/965] Compiling _RopeModule BigString+Chunk+Splitting.swift
[118/965] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[121/965] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[122/965] Compiling _RopeModule BigString+Chunk+Breaks.swift
[123/965] Compiling _RopeModule BigString+Chunk+Counts.swift
[126/965] Compiling Logging Locks.swift
[127/965] Emitting module Logging
[128/965] Compiling Logging MetadataProvider.swift
[129/965] Emitting module ConcurrencyHelpers
[130/965] Compiling ConcurrencyHelpers Lock.swift
[131/965] Emitting module CoreMetrics
[132/965] Compiling CoreMetrics Locks.swift
[133/967] Compiling Logging Logging.swift
[134/967] Compiling Logging LogHandler.swift
[140/1033] Compiling OrderedCollections OrderedDictionary+Codable.swift
[141/1033] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[142/1033] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[143/1033] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[144/1033] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[145/1033] Compiling OrderedCollections OrderedDictionary+Elements.swift
[146/1033] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[147/1033] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[148/1033] Compiling OrderedCollections OrderedDictionary.swift
[149/1033] Compiling OrderedCollections OrderedSet+Codable.swift
[150/1042] Compiling HeapModule Heap+Descriptions.swift
[151/1042] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[151/1042] Compiling ssl_versions.cc
[152/1044] Compiling ssl_x509.cc
[153/1044] Compiling HeapModule Heap+UnsafeHandle.swift
[155/1044] Compiling _RopeModule _RopeVersion.swift
[156/1044] Compiling _RopeModule Rope+Collection.swift
[157/1044] Compiling _RopeModule Rope+Index.swift
[158/1044] Compiling _RopeModule Rope+Sequence.swift
[159/1044] Compiling _RopeModule Rope+Append.swift
[160/1044] Compiling _RopeModule Rope+Extract.swift
[161/1044] Compiling _RopeModule Rope+Find.swift
[162/1044] Compiling _RopeModule Rope+ForEachWhile.swift
[163/1044] Compiling _RopeModule Rope+Insert.swift
[164/1044] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[165/1044] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[166/1044] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[167/1044] Compiling OrderedCollections OrderedDictionary+Values.swift
[168/1044] Compiling OrderedCollections OrderedSet+Initializers.swift
[169/1044] Compiling OrderedCollections OrderedSet+Insertions.swift
[170/1044] Compiling OrderedCollections OrderedSet+Invariants.swift
[171/1044] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[172/1044] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[173/1044] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[174/1044] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[175/1044] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[176/1044] Compiling OrderedCollections _HashTable+Bucket.swift
[177/1044] Compiling OrderedCollections _HashTable+BucketIterator.swift
[178/1044] Compiling OrderedCollections _HashTable+Constants.swift
[179/1044] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[180/1044] Compiling OrderedCollections _HashTable+Testing.swift
[181/1044] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[182/1044] Compiling OrderedCollections _HashTable.swift
[183/1044] Compiling OrderedCollections _Hashtable+Header.swift
[184/1044] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[185/1044] Compiling OrderedCollections OrderedSet+Descriptions.swift
[186/1044] Compiling OrderedCollections OrderedSet+Diffing.swift
[187/1044] Compiling OrderedCollections OrderedSet+Equatable.swift
[188/1044] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[189/1044] Compiling OrderedCollections OrderedSet+Hashable.swift
[190/1044] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[191/1044] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[192/1044] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[193/1044] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[194/1044] Compiling HeapModule Heap+Invariants.swift
[195/1044] Emitting module UnixSignals
[196/1044] Compiling HeapModule Heap.swift
[197/1044] Compiling HeapModule _HeapNode.swift
[198/1044] Emitting module HeapModule
[199/1045] Emitting module SwiftASN1
[200/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[201/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[202/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[203/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[204/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[205/1046] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[206/1046] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[207/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[208/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[209/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[210/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[211/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[212/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[213/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[216/1129] Compiling HashTreeCollections _Bucket.swift
[217/1129] Compiling HashTreeCollections _Hash.swift
[218/1129] Compiling HashTreeCollections _HashLevel.swift
[219/1129] Compiling HashTreeCollections _HashNode+Builder.swift
[220/1129] Compiling HashTreeCollections _HashNode+Debugging.swift
[221/1129] Compiling HashTreeCollections _HashNode+Initializers.swift
[222/1129] Compiling HashTreeCollections _HashNode+Invariants.swift
[223/1129] Compiling HashTreeCollections _HashNode+Lookups.swift
[224/1129] Compiling UnixSignals UnixSignal.swift
[225/1129] Compiling UnixSignals UnixSignalsSequence.swift
[227/1198] Emitting module _RopeModule
[228/1198] Compiling HashTreeCollections TreeSet+Hashable.swift
[229/1198] Compiling HashTreeCollections TreeSet+Sendable.swift
[230/1198] Compiling HashTreeCollections TreeSet+Sequence.swift
[231/1198] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[232/1198] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[233/1198] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[234/1198] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[235/1198] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[236/1198] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[237/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[238/1208] Compiling BitCollections BitArray+Shifts.swift
[239/1208] Compiling BitCollections BitArray+Testing.swift
[240/1210] Compiling BitCollections BitArray+Hashable.swift
[241/1210] Compiling BitCollections BitArray+Initializers.swift
[242/1210] Emitting module Atomics
[243/1210] Emitting module Metrics
[244/1210] Compiling Metrics Metrics.swift
[245/1211] Compiling DequeModule _DequeSlot.swift
[246/1211] Compiling DequeModule _UnsafeWrappedBuffer.swift
[247/1211] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[248/1211] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[249/1211] Compiling BitCollections BitArray._UnsafeHandle.swift
[250/1211] Compiling BitCollections BitArray.swift
[251/1211] Compiling BitCollections BitSet+BidirectionalCollection.swift
[252/1211] Compiling BitCollections BitSet+Codable.swift
[254/1211] Compiling HashTreeCollections TreeDictionary.swift
[255/1211] Compiling HashTreeCollections TreeSet+Codable.swift
[256/1211] Compiling HashTreeCollections TreeSet+Collection.swift
[257/1211] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[258/1211] Compiling HashTreeCollections TreeSet+Debugging.swift
[259/1211] Compiling HashTreeCollections TreeSet+Descriptions.swift
[260/1211] Compiling HashTreeCollections TreeSet+Equatable.swift
[261/1211] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[262/1211] Compiling HashTreeCollections TreeSet+Extras.swift
[263/1211] Compiling HashTreeCollections TreeSet+Filter.swift
[264/1211] Compiling BitCollections BitArray+RandomBits.swift
[265/1211] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[273/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[274/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[275/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[276/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[277/1212] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[278/1212] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[279/1212] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[280/1212] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[281/1212] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[282/1212] Compiling HashTreeCollections TreeSet.swift
[283/1212] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[284/1212] Compiling BitCollections BitSet+Initializers.swift
[285/1212] Compiling BitCollections BitSet+Invariants.swift
[286/1212] Compiling BitCollections BitSet+Random.swift
[287/1212] Compiling BitCollections BitSet+SetAlgebra basics.swift
[288/1212] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[289/1212] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[290/1212] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[291/1212] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[292/1212] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[293/1212] Compiling HashTreeCollections TreeDictionary+Values.swift
[294/1212] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[295/1212] Compiling BitCollections BitSet+CustomReflectable.swift
[296/1212] Compiling BitCollections BitSet+CustomStringConvertible.swift
[297/1212] Compiling BitCollections BitSet+Equatable.swift
[298/1212] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[299/1212] Compiling BitCollections BitSet+Extras.swift
[300/1212] Compiling BitCollections BitSet+Hashable.swift
[301/1219] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[302/1219] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[303/1219] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[304/1219] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[305/1219] Compiling BitCollections BitSet+SetAlgebra union.swift
[306/1219] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[307/1219] Compiling BitCollections BitSet.Counted.swift
[315/1219] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[316/1219] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[317/1219] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[318/1219] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[319/1219] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[320/1219] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[322/1219] Compiling BitCollections BitArray+BitwiseOperations.swift
[323/1219] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[324/1219] Compiling BitCollections BitArray+Codable.swift
[325/1219] Compiling BitCollections BitArray+Collection.swift
[326/1219] Compiling BitCollections BitArray+Copy.swift
[327/1219] Compiling BitCollections BitArray+CustomReflectable.swift
[328/1219] Compiling BitCollections BitArray+Descriptions.swift
[329/1219] Compiling BitCollections BitArray+Equatable.swift
[332/1219] Compiling BitCollections BitArray+Extras.swift
[333/1219] Compiling BitCollections BitArray+Fill.swift
[356/1219] Emitting module BitCollections
[356/1219] Compiling ssl_transcript.cc
[378/1219] Emitting module OrderedCollections
[379/1219] Compiling BitCollections BitSet.swift
[380/1219] Compiling BitCollections Range+Utilities.swift
[381/1219] Compiling BitCollections Slice+Utilities.swift
[382/1219] Compiling BitCollections UInt+Tricks.swift
[383/1219] Compiling BitCollections _Word.swift
[386/1220] Emitting module DequeModule
[389/1221] Emitting module HashTreeCollections
[426/1221] Compiling BitCollections BitSet.Index.swift
[427/1221] Compiling BitCollections BitSet._UnsafeHandle.swift
[438/1229] Compiling ssl_session.cc
[439/1233] Compiling ssl_stat.cc
[443/1237] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[454/1237] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[455/1237] Compiling _ConnectionPoolModule ConnectionPool.swift
[456/1237] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[457/1237] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[458/1237] Compiling _ConnectionPoolModule ConnectionRequest.swift
[459/1237] Compiling _ConnectionPoolModule Max2Sequence.swift
[460/1237] Compiling _ConnectionPoolModule NIOLock.swift
[461/1237] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[462/1237] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[463/1237] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[464/1237] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[480/1239] Compiling ssl_privkey.cc
[482/1239] Compiling _ConnectionPoolModule TinyFastSequence.swift
[485/1241] Emitting module Collections
[486/1241] Compiling Collections Collections.swift
[486/1242] Compiling ssl_key_share.cc
[487/1242] Compiling ssl_file.cc
[490/1242] Emitting module _ConnectionPoolModule
[493/1242] 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 }
[497/1242] Compiling ssl_cipher.cc
[497/1242] Compiling ssl_credential.cc
[497/1242] Compiling ssl_cert.cc
[497/1242] Compiling ssl_aead_ctx.cc
[497/1242] Compiling ssl_asn1.cc
[497/1242] Compiling ssl_buffer.cc
[497/1242] Compiling ssl_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/745] Write sources
[1/746] Compiling ssl_cert.cc
[2/746] Write swift-version-24593BA9C3E375BF.txt
[3/746] Compiling ssl_cipher.cc
[4/750] Compiling ssl_buffer.cc
[5/750] Compiling ssl_asn1.cc
[6/752] Compiling ssl_credential.cc
[8/752] Compiling _NIODataStructures Heap.swift
[9/752] Compiling _NIODataStructures PriorityQueue.swift
[10/752] Compiling _NIODataStructures _TinyArray.swift
[11/752] Emitting module _NIODataStructures
[13/780] Compiling RealModule Float80+Real.swift
[14/780] Compiling RealModule Real.swift
[15/781] Compiling _NIOBase64 Base64.swift
[16/781] Emitting module _NIOBase64
[17/787] Compiling RealModule ElementaryFunctions.swift
[18/787] Compiling ssl_lib.cc
[20/787] Compiling RealModule RealFunctions.swift
[21/787] Compiling SwiftASN1 ASN1.swift
[22/787] Compiling SwiftASN1 BER.swift
[23/787] Compiling RealModule Float16+Real.swift
[24/787] Compiling SwiftASN1 ASN1Any.swift
[25/787] Compiling SwiftASN1 ASN1BitString.swift
[26/787] Compiling RealModule Float+Real.swift
[27/790] Compiling Logging MetadataProvider.swift
[28/790] Compiling SwiftASN1 ASN1OctetString.swift
[29/790] Compiling SwiftASN1 ASN1Strings.swift
[30/792] Emitting module RealModule
[32/807] Compiling Logging Locks.swift
[33/807] Emitting module Logging
[34/810] Compiling CoreMetrics Locks.swift
[35/810] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/811] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[37/811] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/811] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/811] Compiling InternalCollectionsUtilities Debugging.swift
[40/811] Compiling InternalCollectionsUtilities Descriptions.swift
[41/811] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/811] Compiling ssl_aead_ctx.cc
[43/811] Compiling SwiftASN1 TimeUtilities.swift
[44/811] Compiling SwiftASN1 UTCTime.swift
[46/811] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/811] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/811] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/811] Compiling InternalCollectionsUtilities _SortedCollection.swift
[50/811] Emitting module CoreMetrics
[51/811] Compiling ConcurrencyHelpers LockedValueBox.swift
[52/811] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/811] Compiling InternalCollectionsUtilities Integer rank.swift
[56/811] Compiling SwiftASN1 ObjectIdentifier.swift
[57/811] Compiling SwiftASN1 PEMDocument.swift
[58/811] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/811] Emitting module ConcurrencyHelpers
[60/811] Compiling ConcurrencyHelpers Lock.swift
[62/831] Emitting module InternalCollectionsUtilities
[63/831] Compiling Atomics Primitives.shims.swift
[64/831] Compiling Atomics AtomicInteger.swift
[65/831] Compiling Atomics ManagedAtomic.swift
[66/831] Compiling Atomics ManagedAtomicLazyReference.swift
[67/833] Compiling Atomics AtomicMemoryOrderings.swift
[68/833] Compiling Atomics DoubleWord.swift
[69/833] Compiling Atomics UnsafeAtomic.swift
[70/833] Compiling Atomics UnsafeAtomicLazyReference.swift
[71/833] Compiling CoreMetrics Metrics.swift
[74/834] Compiling Atomics OptionalRawRepresentable.swift
[75/834] Compiling Atomics RawRepresentable.swift
[76/834] Compiling Atomics AtomicBool.swift
[77/834] Compiling Atomics PointerConformances.swift
[78/834] Compiling Atomics Primitives.native.swift
[78/835] Compiling s3_pkt.cc
[82/835] Compiling Logging Logging.swift
[83/835] Compiling Logging LogHandler.swift
[86/838] Compiling Atomics AtomicOptionalWrappable.swift
[87/838] Compiling Atomics AtomicReference.swift
[88/838] Compiling Atomics AtomicStorage.swift
[89/838] Compiling Atomics AtomicValue.swift
[91/841] Compiling Atomics IntegerOperations.swift
[92/841] Compiling Atomics Unmanaged extensions.swift
[92/841] Compiling c-nioatomics.c
[94/841] Emitting module Metrics
[95/841] Compiling Metrics Metrics.swift
[96/841] Compiling UnixSignals UnixSignalsSequence.swift
[97/843] Emitting module UnixSignals
[99/877] Compiling UnixSignals UnixSignal.swift
[100/973] Compiling c-atomics.c
[102/973] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[103/973] Compiling HeapModule Heap+Descriptions.swift
[104/973] Compiling HeapModule _HeapNode.swift
[105/974] Compiling HeapModule Heap.swift
[106/1064] Emitting module SwiftASN1
[107/1065] Compiling HeapModule Heap+Invariants.swift
[108/1065] Compiling HeapModule Heap+UnsafeHandle.swift
[109/1071] Emitting module HeapModule
[111/1072] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[112/1072] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[113/1072] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[114/1072] Compiling HashTreeCollections _HashNode+Structural merge.swift
[115/1072] Compiling HashTreeCollections TreeDictionary.swift
[116/1072] Compiling HashTreeCollections TreeSet+Codable.swift
[117/1072] Compiling HashTreeCollections TreeSet+Collection.swift
[119/1072] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[120/1072] Compiling HashTreeCollections TreeSet+Debugging.swift
[121/1072] Compiling HashTreeCollections TreeSet+Descriptions.swift
[122/1072] Compiling HashTreeCollections TreeSet+Equatable.swift
[123/1072] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[124/1072] Compiling HashTreeCollections TreeSet+Extras.swift
[125/1072] Compiling HashTreeCollections TreeSet+Filter.swift
[126/1079] Compiling DequeModule Deque+CustomReflectable.swift
[127/1079] Compiling DequeModule Deque+Descriptions.swift
[128/1081] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[129/1081] Compiling HashTreeCollections _RawHashNode.swift
[130/1081] Compiling HashTreeCollections _UnmanagedHashNode.swift
[131/1081] Compiling HashTreeCollections _UnsafePath.swift
[132/1081] Compiling HashTreeCollections TreeDictionary+Codable.swift
[133/1081] Compiling HashTreeCollections TreeDictionary+Collection.swift
[134/1081] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[135/1081] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[136/1081] Compiling DequeModule _DequeBuffer.swift
[137/1081] Compiling DequeModule _DequeBufferHeader.swift
[138/1081] Compiling DequeModule Deque+Equatable.swift
[139/1081] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/1081] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[141/1081] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[142/1081] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[143/1081] Compiling HashTreeCollections _HashNode+Storage.swift
[144/1081] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[145/1081] Compiling HashTreeCollections _HashNode+Structural filter.swift
[146/1081] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[147/1081] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[148/1134] Compiling HashTreeCollections TreeSet+Hashable.swift
[149/1134] Compiling HashTreeCollections TreeSet+Sendable.swift
[150/1134] Compiling HashTreeCollections TreeSet+Sequence.swift
[151/1134] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[152/1134] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[153/1134] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[154/1134] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[155/1134] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[156/1134] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[157/1134] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[158/1144] Compiling OrderedCollections OrderedSet+Sendable.swift
[159/1144] Compiling OrderedCollections OrderedSet+SubSequence.swift
[160/1144] Compiling OrderedCollections OrderedSet+Testing.swift
[161/1144] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[162/1144] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[163/1144] Compiling OrderedCollections OrderedSet.swift
[164/1144] Compiling OrderedCollections _UnsafeBitset.swift
[165/1144] Compiling HashTreeCollections TreeDictionary+Merge.swift
[166/1144] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[167/1144] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[168/1144] Compiling HashTreeCollections TreeDictionary+Values.swift
[169/1144] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[170/1144] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[171/1144] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[172/1144] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[173/1144] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[174/1144] Compiling BitCollections BitSet+SetAlgebra union.swift
[175/1144] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[176/1144] Compiling BitCollections BitSet.Counted.swift
[188/1153] Compiling BitCollections BitArray+Descriptions.swift
[189/1153] Compiling BitCollections BitArray+Equatable.swift
[190/1153] Compiling NIOConcurrencyHelpers lock.swift
[191/1153] Emitting module NIOConcurrencyHelpers
[192/1153] Compiling BitCollections BitArray+Shifts.swift
[193/1153] Compiling BitCollections BitArray+Testing.swift
[194/1153] Compiling BitCollections BitArray+RandomBits.swift
[195/1153] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[198/1153] Compiling BitCollections BitArray._UnsafeHandle.swift
[199/1153] Compiling BitCollections BitArray.swift
[200/1153] Compiling NIOConcurrencyHelpers NIOLock.swift
[201/1153] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[202/1153] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[203/1153] Compiling NIOConcurrencyHelpers atomics.swift
[205/1154] Emitting module DequeModule
[206/1154] Emitting module BitCollections
[207/1161] Compiling BitCollections BitArray+BitwiseOperations.swift
[208/1161] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[209/1161] Compiling BitCollections BitArray+Codable.swift
[210/1161] Compiling BitCollections BitArray+Collection.swift
[211/1161] Compiling BitCollections BitSet+BidirectionalCollection.swift
[212/1161] Compiling BitCollections BitSet+Codable.swift
[213/1162] Emitting module Atomics
[214/1163] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[215/1163] Compiling BitCollections BitSet+CustomReflectable.swift
[216/1163] Compiling BitCollections BitSet+CustomStringConvertible.swift
[217/1163] Compiling BitCollections BitSet+Equatable.swift
[218/1163] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[219/1163] Compiling BitCollections BitSet+Extras.swift
[220/1163] Compiling BitCollections BitSet+Hashable.swift
[228/1163] Compiling _RopeModule _CharacterRecognizer.swift
[229/1163] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[230/1163] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[231/1163] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[232/1163] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[233/1163] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[234/1163] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[235/1163] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[236/1163] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[237/1163] Compiling HashTreeCollections TreeSet.swift
[238/1163] Compiling BitCollections BitArray+Invariants.swift
[239/1163] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[247/1163] Compiling BitCollections BitSet+Initializers.swift
[248/1163] Compiling BitCollections BitSet+Invariants.swift
[251/1163] Compiling BitCollections BitSet+Random.swift
[252/1163] Compiling BitCollections BitSet+SetAlgebra basics.swift
[253/1163] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[254/1163] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[255/1163] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[256/1163] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[257/1163] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[258/1163] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[259/1163] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[260/1163] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[261/1163] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[271/1163] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[272/1163] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[273/1163] Compiling BitCollections BitArray+Extras.swift
[274/1163] Compiling BitCollections BitArray+Fill.swift
[275/1163] Compiling BitCollections BitArray+Hashable.swift
[276/1163] Compiling BitCollections BitArray+Initializers.swift
[283/1163] Compiling BitCollections BitArray+Copy.swift
[284/1163] Compiling BitCollections BitArray+CustomReflectable.swift
[287/1163] Compiling BitCollections _Word.swift
[289/1163] Compiling BitCollections BitSet.swift
[290/1163] Compiling BitCollections Range+Utilities.swift
[291/1163] Compiling BitCollections Slice+Utilities.swift
[292/1163] Compiling BitCollections UInt+Tricks.swift
[324/1177] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[325/1177] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[326/1178] Compiling _ConnectionPoolModule NIOLock.swift
[327/1178] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[328/1178] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[329/1178] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[334/1178] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[335/1178] Compiling _ConnectionPoolModule ConnectionPool.swift
[338/1178] Compiling _ConnectionPoolModule ConnectionRequest.swift
[339/1178] Compiling _ConnectionPoolModule Max2Sequence.swift
[340/1178] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[341/1178] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[364/1178] Emitting module OrderedCollections
[366/1179] Compiling s3_lib.cc
[369/1179] Compiling _RopeModule Rope+Join.swift
[370/1179] Compiling _RopeModule Rope+MutatingForEach.swift
[371/1179] Compiling _RopeModule Rope+Remove.swift
[372/1179] Compiling _RopeModule Rope+RemoveSubrange.swift
[373/1179] Compiling _RopeModule Rope+Split.swift
[374/1179] Compiling _RopeModule Optional Utilities.swift
[375/1179] Compiling _RopeModule String Utilities.swift
[376/1179] Compiling _RopeModule String.Index+ABI.swift
[378/1179] Compiling BitCollections BitSet.Index.swift
[379/1179] Compiling BitCollections BitSet._UnsafeHandle.swift
[385/1180] 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 }
[386/1240] Compiling _ConnectionPoolModule TinyFastSequence.swift
[388/1240] Emitting module _RopeModule
[389/1240] Compiling NIOCore AddressedEnvelope.swift
[390/1240] Compiling NIOCore AsyncAwaitSupport.swift
[390/1240] Compiling s3_both.cc
[392/1240] Compiling NIOCore ConvenienceOptionSupport.swift
[393/1240] Compiling NIOCore DeadChannel.swift
[394/1240] Compiling NIOCore DispatchQueue+WithFuture.swift
[395/1240] Compiling NIOCore EventLoop+Deprecated.swift
[396/1240] Compiling NIOCore EventLoop+SerialExecutor.swift
[397/1240] Compiling NIOCore EventLoop.swift
[398/1240] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[399/1240] Compiling NIOCore EventLoopFuture+Deprecated.swift
[400/1240] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[401/1240] Compiling NIOCore EventLoopFuture.swift
[404/1240] Compiling NIOCore AsyncChannel.swift
[405/1240] Compiling NIOCore AsyncChannelHandler.swift
[406/1240] Compiling NIOCore AsyncChannelInboundStream.swift
[407/1240] Compiling NIOCore AsyncChannelOutboundWriter.swift
[408/1240] Compiling NIOCore NIOAsyncSequenceProducer.swift
[409/1240] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[410/1240] Compiling NIOCore NIOAsyncWriter.swift
[411/1240] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[412/1240] Compiling NIOCore FileDescriptor.swift
[413/1240] Compiling NIOCore FileHandle.swift
[414/1240] Compiling NIOCore FileRegion.swift
[415/1240] Compiling NIOCore GlobalSingletons.swift
[416/1240] Compiling NIOCore MulticastChannel.swift
[417/1240] Compiling NIOCore NIOAny.swift
[418/1240] Compiling NIOCore NIOCloseOnErrorHandler.swift
[419/1240] Compiling NIOCore NIOLoopBound.swift
[420/1240] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[421/1240] Compiling NIOCore NIOScheduledCallback.swift
[422/1240] Compiling NIOCore BSDSocketAPI.swift
[423/1240] Compiling NIOCore ByteBuffer-aux.swift
[424/1240] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[425/1240] Compiling NIOCore ByteBuffer-conversions.swift
[426/1240] Compiling NIOCore ByteBuffer-core.swift
[427/1240] Compiling NIOCore ByteBuffer-hex.swift
[428/1240] Compiling NIOCore ByteBuffer-int.swift
[429/1240] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[430/1240] Compiling NIOCore ByteBuffer-multi-int.swift
[431/1240] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[432/1240] Compiling NIOCore ByteBuffer-views.swift
[433/1240] Compiling NIOCore Channel.swift
[434/1240] Compiling NIOCore ChannelHandler.swift
[435/1240] Compiling NIOCore ChannelHandlers.swift
[436/1240] Compiling NIOCore ChannelInvoker.swift
[437/1240] Compiling NIOCore ChannelOption.swift
[438/1240] Compiling NIOCore ChannelPipeline.swift
[439/1240] Compiling NIOCore CircularBuffer.swift
[440/1240] Compiling NIOCore Codec.swift
[448/1241] Emitting module _ConnectionPoolModule
[448/1241] Compiling extensions.cc
[448/1241] Compiling handshake.cc
[448/1241] Compiling handoff.cc
[448/1241] Compiling handshake_server.cc
[448/1241] Compiling handshake_client.cc
BUILD FAILURE 6.1 android