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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 0.8.4
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
 * tag               0.8.4      -> FETCH_HEAD
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 0.8.4
========================================
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-2":/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/apple/swift-collections
Fetching https://github.com/vapor/postgres-kit
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/postgres-nio.git
[1/1710] Fetching swift-atomics
[532/7065] Fetching swift-atomics, postgres-kit
[5568/23656] Fetching swift-atomics, postgres-kit, swift-collections
[7730/35927] Fetching swift-atomics, postgres-kit, swift-collections, postgres-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.32s)
Fetched https://github.com/vapor/postgres-kit from cache (1.32s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.32s)
Fetched https://github.com/apple/swift-collections from cache (1.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.05s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.61s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.34s)
[1/5983] Fetching sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.54s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.89s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[1344/9795] Fetching swift-log, swift-algorithms
[9796/85903] Fetching swift-log, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
[6721/82067] Fetching swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
[1523/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.76s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.08s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.86s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.90s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[1015/5093] Fetching swift-nio-transport-services, swift-service-lifecycle
[1195/7299] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics
[5521/21235] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics, swift-crypto
[7579/36078] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (2.74s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.96s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.98s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.92s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.17s)
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.59s)
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.40s)
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.76s)
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.61s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.13s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
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.70s)
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-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/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.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-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-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-kit
Working copy of https://github.com/vapor/postgres-kit resolved at 2.14.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/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-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-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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/810] Write sources
[27/810] Write swift-version-24593BA9C3E375BF.txt
[28/810] Compiling _AtomicsShims.c
[29/810] Compiling _NumericsShims _NumericsShims.c
[30/810] Compiling curve25519_64_adx.cc
[31/810] Compiling des.cc
[32/810] Write sources
[42/810] Compiling CNIOWindows shim.c
[43/811] Compiling spake25519.cc
[44/813] Compiling a_bitstr.cc
[45/871] Compiling curve25519.cc
[46/871] Compiling a_strex.cc
[48/884] Compiling Logging LogHandler.swift
[49/884] Emitting module _NIOBase64
[50/884] Compiling _NIOBase64 Base64.swift
[51/884] Compiling RealModule ElementaryFunctions.swift
[52/885] Emitting module _NIODataStructures
[53/885] Emitting module RealModule
[54/885] Compiling _NIODataStructures Heap.swift
[55/885] Compiling RealModule AlgebraicField.swift
[56/885] Compiling RealModule ApproximateEquality.swift
[57/886] Compiling RealModule Float+Real.swift
[58/886] Compiling _NIODataStructures PriorityQueue.swift
[59/886] Compiling RealModule AugmentedArithmetic.swift
[60/886] Compiling RealModule Double+Real.swift
[61/886] Compiling _NIODataStructures _TinyArray.swift
[62/887] Compiling RealModule Real.swift
[63/888] Compiling SwiftASN1 ObjectIdentifier.swift
[64/888] Compiling SwiftASN1 PEMDocument.swift
[65/890] Compiling RealModule Float16+Real.swift
[66/890] Compiling RealModule Float80+Real.swift
[67/890] Compiling SwiftASN1 ASN1Null.swift
[68/890] Compiling SwiftASN1 ASN1BitString.swift
[69/890] Compiling SwiftASN1 TimeUtilities.swift
[70/890] Compiling SwiftASN1 UTCTime.swift
[71/890] Compiling SwiftASN1 ASN1Strings.swift
[72/890] Compiling SwiftASN1 ArraySliceBigint.swift
[73/890] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/890] Compiling Atomics AtomicMemoryOrderings.swift
[77/890] Compiling Atomics DoubleWord.swift
[78/890] Compiling SwiftASN1 GeneralizedTime.swift
[79/890] Compiling SwiftASN1 ASN1Integer.swift
[82/890] Compiling SwiftASN1 ASN1Boolean.swift
[83/890] Compiling SwiftASN1 ASN1Identifier.swift
[90/890] Emitting module InternalCollectionsUtilities
[94/890] Compiling RealModule RealFunctions.swift
[95/890] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/892] Compiling CNIOWindows WSAStartup.c
[102/892] Compiling CNIOWASI CNIOWASI.c
[104/892] Compiling CNIOLinux liburing_shims.c
[105/892] Compiling CNIOLinux shim.c
[106/892] Compiling CNIODarwin shim.c
[108/895] Compiling Atomics IntegerOperations.swift
[109/895] Compiling Atomics Unmanaged extensions.swift
[110/979] Compiling ConcurrencyHelpers LockedValueBox.swift
[111/1025] Compiling HeapModule Heap+Descriptions.swift
[112/1025] Compiling HeapModule Heap.swift
[113/1025] Compiling CoreMetrics Metrics.swift
[114/1025] Compiling HeapModule _HeapNode.swift
[115/1025] Emitting module Atomics
[117/1026] Compiling _RopeModule _RopeVersion.swift
[118/1026] Compiling _RopeModule Rope+Collection.swift
[119/1026] Compiling _RopeModule Rope+Index.swift
[120/1026] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[121/1026] Compiling _RopeModule Rope+Append.swift
[122/1026] Compiling _RopeModule Rope+Extract.swift
[123/1026] Compiling _RopeModule Rope+Find.swift
[124/1026] Compiling HeapModule Heap+UnsafeHandle.swift
[125/1026] Compiling HeapModule Heap+Invariants.swift
[126/1026] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/1109] Emitting module HeapModule
[128/1110] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[129/1110] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[130/1110] Compiling HashTreeCollections TreeDictionary+Keys.swift
[131/1110] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[132/1110] Compiling HashTreeCollections TreeDictionary+Merge.swift
[133/1110] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[134/1110] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[136/1110] Compiling HashTreeCollections _HashNode+Structural union.swift
[137/1110] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[138/1110] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[139/1110] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[140/1110] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[141/1110] Compiling HashTreeCollections _HashNode.swift
[142/1110] Compiling HashTreeCollections _HashNodeHeader.swift
[143/1110] Compiling HashTreeCollections _HashSlot.swift
[144/1112] Compiling HashTreeCollections _HashStack.swift
[145/1112] Compiling HashTreeCollections _HashTreeIterator.swift
[146/1112] Compiling HashTreeCollections _HashTreeStatistics.swift
[147/1112] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[148/1112] Compiling HashTreeCollections _RawHashNode.swift
[149/1112] Compiling HashTreeCollections _UnmanagedHashNode.swift
[150/1112] Compiling HashTreeCollections _UnsafePath.swift
[151/1112] Compiling HashTreeCollections TreeDictionary+Codable.swift
[152/1115] Compiling HashTreeCollections _HashNode+Builder.swift
[153/1115] Compiling HashTreeCollections _HashNode+Debugging.swift
[154/1115] Compiling HashTreeCollections _HashNode+Initializers.swift
[155/1115] Compiling HashTreeCollections _HashNode+Invariants.swift
[156/1115] Compiling HashTreeCollections _HashNode+Lookups.swift
[157/1115] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[158/1115] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[159/1115] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[160/1125] Compiling DequeModule Deque+Testing.swift
[161/1125] Compiling DequeModule Deque._Storage.swift
[162/1125] Compiling DequeModule Deque._UnsafeHandle.swift
[163/1125] Compiling DequeModule Deque.swift
[164/1125] Compiling DequeModule _DequeBuffer.swift
[165/1125] Compiling DequeModule _DequeBufferHeader.swift
[166/1125] Compiling HashTreeCollections _Hash.swift
[167/1125] Compiling HashTreeCollections _HashLevel.swift
[168/1125] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[169/1125] Compiling DequeModule Deque+Extras.swift
[172/1129] Compiling DequeModule Deque+CustomReflectable.swift
[173/1129] Compiling DequeModule Deque+Descriptions.swift
[174/1129] Compiling HashTreeCollections TreeSet+Hashable.swift
[175/1129] Compiling HashTreeCollections TreeSet+Sendable.swift
[176/1129] Compiling HashTreeCollections TreeSet+Sequence.swift
[177/1129] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[178/1129] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[179/1129] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[180/1129] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[181/1129] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[182/1129] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[183/1129] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[184/1139] Compiling DequeModule _DequeSlot.swift
[185/1139] Compiling DequeModule _UnsafeWrappedBuffer.swift
[186/1139] Compiling DequeModule Deque+Collection.swift
[187/1139] Compiling DequeModule Deque+Equatable.swift
[190/1139] Compiling Logging MetadataProvider.swift
[191/1139] Emitting module Logging
[192/1139] Compiling Logging Locks.swift
[193/1139] Emitting module CoreMetrics
[194/1139] Compiling CoreMetrics Locks.swift
[195/1140] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[196/1140] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[197/1140] Compiling HashTreeCollections TreeDictionary+Filter.swift
[205/1140] Compiling HashTreeCollections TreeDictionary+Values.swift
[206/1140] Emitting module ConcurrencyHelpers
[207/1140] Compiling ConcurrencyHelpers Lock.swift
[209/1141] Compiling DequeModule Deque+Hashable.swift
[215/1141] Compiling Logging Logging.swift
[216/1142] Compiling HashTreeCollections TreeDictionary.swift
[217/1142] Compiling HashTreeCollections TreeSet+Codable.swift
[218/1142] Compiling HashTreeCollections TreeSet+Collection.swift
[219/1142] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[220/1142] Compiling HashTreeCollections TreeSet+Debugging.swift
[221/1142] Compiling HashTreeCollections TreeSet+Descriptions.swift
[222/1142] Compiling HashTreeCollections TreeSet+Equatable.swift
[223/1142] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[224/1142] Compiling HashTreeCollections TreeSet+Extras.swift
[225/1142] Compiling HashTreeCollections TreeSet+Filter.swift
[229/1142] Compiling DequeModule Deque+Codable.swift
[247/1147] Compiling HashTreeCollections TreeDictionary+Collection.swift
[248/1147] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[249/1147] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[250/1147] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[256/1209] Compiling _RopeModule _CharacterRecognizer.swift
[257/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[258/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[259/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[260/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[261/1209] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[262/1209] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[263/1209] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[264/1209] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[265/1209] Compiling HashTreeCollections TreeSet.swift
[273/1209] Emitting module UnixSignals
[274/1209] Compiling BitCollections BitArray+Codable.swift
[275/1209] Compiling BitCollections BitArray+Collection.swift
[276/1209] Compiling BitCollections BitArray+BitwiseOperations.swift
[277/1209] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[279/1209] Emitting module DequeModule
[284/1209] Compiling BitCollections BitArray+Copy.swift
[285/1209] Compiling BitCollections BitArray+CustomReflectable.swift
[286/1209] Compiling BitCollections BitArray+Descriptions.swift
[287/1209] Compiling BitCollections BitArray+Equatable.swift
[288/1209] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[289/1209] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[290/1210] Compiling BitCollections BitSet+SetAlgebra basics.swift
[291/1210] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[292/1210] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[293/1210] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[294/1210] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[295/1210] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[296/1210] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[297/1210] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[298/1210] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[299/1210] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[300/1210] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[301/1210] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[302/1210] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[304/1210] Emitting module SwiftASN1
[308/1210] Compiling BitCollections BitArray+Extras.swift
[309/1210] Compiling BitCollections BitArray+Fill.swift
[310/1210] Compiling BitCollections BitArray+Hashable.swift
[311/1210] Compiling BitCollections BitArray+Initializers.swift
[312/1211] Compiling UnixSignals UnixSignal.swift
[313/1211] Compiling UnixSignals UnixSignalsSequence.swift
[315/1212] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[316/1212] Compiling BitCollections BitSet+CustomReflectable.swift
[317/1212] Compiling BitCollections BitSet+CustomStringConvertible.swift
[318/1212] Compiling BitCollections BitSet+Equatable.swift
[319/1212] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[320/1212] Compiling BitCollections BitSet+Extras.swift
[321/1212] Compiling BitCollections BitSet+Hashable.swift
[322/1233] Compiling fiat_p256_adx_sqr.S
[323/1233] Compiling fiat_p256_adx_mul.S
[324/1233] Compiling fiat_curve25519_adx_square.S
[325/1233] Compiling fiat_curve25519_adx_mul.S
[327/1233] Emitting module BitCollections
[328/1233] Emitting module _RopeModule
[329/1233] Emitting module OrderedCollections
[330/1234] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[331/1234] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[332/1234] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[333/1234] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[336/1234] Compiling BitCollections BitArray+Invariants.swift
[337/1234] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[340/1234] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[341/1234] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[342/1234] Compiling BitCollections BitSet+SetAlgebra union.swift
[343/1234] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[344/1234] Compiling BitCollections BitSet.Counted.swift
[345/1234] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[346/1234] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[347/1235] Compiling CNIOBoringSSLShims shims.c
[349/1235] Compiling BitCollections BitSet+Initializers.swift
[350/1235] Compiling BitCollections BitSet+Invariants.swift
[351/1235] Compiling BitCollections BitSet+Random.swift
[356/1235] Compiling _ConnectionPoolModule ConnectionRequest.swift
[357/1235] Compiling _ConnectionPoolModule Max2Sequence.swift
[358/1235] Compiling _ConnectionPoolModule TinyFastSequence.swift
[359/1235] 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 }
[359/1235] Compiling tls_record.cc
[361/1235] Emitting module Metrics
[362/1235] Compiling Metrics Metrics.swift
[363/1236] Emitting module HashTreeCollections
[364/1236] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[365/1236] Compiling _ConnectionPoolModule ConnectionPool.swift
[370/1236] Compiling _ConnectionPoolModule NIOLock.swift
[371/1236] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[380/1236] Compiling BitCollections BitArray+RandomBits.swift
[381/1236] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[382/1236] Compiling BitCollections BitArray+Shifts.swift
[383/1236] Compiling BitCollections BitArray+Testing.swift
[384/1236] Compiling BitCollections BitArray._UnsafeHandle.swift
[385/1236] Compiling BitCollections BitArray.swift
[386/1236] Compiling BitCollections BitSet+BidirectionalCollection.swift
[387/1236] Compiling BitCollections BitSet+Codable.swift
[388/1236] Compiling BitCollections BitSet.Index.swift
[389/1236] Compiling BitCollections BitSet._UnsafeHandle.swift
[390/1236] Compiling BitCollections BitSet.swift
[391/1236] Compiling BitCollections Range+Utilities.swift
[392/1236] Compiling BitCollections Slice+Utilities.swift
[393/1236] Compiling BitCollections UInt+Tricks.swift
[394/1236] Compiling BitCollections _Word.swift
[429/1238] Compiling _RopeModule Rope+Join.swift
[430/1238] Compiling _RopeModule Rope+MutatingForEach.swift
[431/1238] Compiling _RopeModule Rope+Remove.swift
[432/1238] Compiling _RopeModule Rope+RemoveSubrange.swift
[433/1238] Compiling _RopeModule Rope+Split.swift
[434/1238] Compiling _RopeModule Optional Utilities.swift
[435/1238] Compiling _RopeModule String Utilities.swift
[436/1238] Compiling _RopeModule String.Index+ABI.swift
[438/1238] Emitting module _ConnectionPoolModule
[441/1238] Compiling tls13_enc.cc
[448/1238] Compiling t1_enc.cc
[448/1238] Compiling tls13_client.cc
[448/1238] Compiling tls13_server.cc
[448/1238] Compiling tls13_both.cc
[448/1238] Compiling ssl_x509.cc
[468/1238] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/751] Write sources
[2/752] Compiling tls_method.cc
[3/752] Compiling ssl_x509.cc
[4/752] Write swift-version-24593BA9C3E375BF.txt
[5/752] Compiling tls13_both.cc
[6/752] Compiling t1_enc.cc
[7/756] Compiling tls13_client.cc
[8/758] Compiling tls13_server.cc
[9/775] Compiling ssl_versions.cc
[11/785] Compiling _NIODataStructures Heap.swift
[12/785] Compiling _NIODataStructures PriorityQueue.swift
[13/785] Emitting module _NIODataStructures
[14/785] Compiling _NIODataStructures _TinyArray.swift
[15/791] Compiling _NIOBase64 Base64.swift
[16/791] Emitting module _NIOBase64
[19/792] Compiling RealModule Float80+Real.swift
[20/793] Compiling RealModule Real.swift
[21/793] Compiling RealModule Float16+Real.swift
[22/793] Compiling RealModule ElementaryFunctions.swift
[23/793] Compiling RealModule Float+Real.swift
[24/793] Compiling RealModule RealFunctions.swift
[25/793] Compiling Logging MetadataProvider.swift
[26/796] Compiling RealModule AlgebraicField.swift
[27/796] Compiling RealModule ApproximateEquality.swift
[28/796] Emitting module RealModule
[29/796] Compiling RealModule AugmentedArithmetic.swift
[30/796] Compiling RealModule Double+Real.swift
[32/811] Emitting module Logging
[33/811] Compiling Logging Locks.swift
[34/811] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/812] Compiling InternalCollectionsUtilities Descriptions.swift
[36/812] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/812] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/812] Compiling InternalCollectionsUtilities Debugging.swift
[39/815] Compiling SwiftASN1 TimeUtilities.swift
[40/815] Compiling SwiftASN1 UTCTime.swift
[41/817] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/817] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/817] Compiling c-atomics.c
[44/817] Compiling ConcurrencyHelpers LockedValueBox.swift
[45/817] Emitting module CoreMetrics
[46/834] Compiling Atomics OptionalRawRepresentable.swift
[47/834] Compiling Atomics RawRepresentable.swift
[48/836] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/836] Compiling ssl_transcript.cc
[50/836] Compiling ConcurrencyHelpers Lock.swift
[51/836] Emitting module InternalCollectionsUtilities
[52/836] Compiling Atomics Primitives.shims.swift
[53/836] Compiling Atomics AtomicInteger.swift
[54/836] Compiling Atomics AtomicOptionalWrappable.swift
[55/836] Compiling Atomics AtomicReference.swift
[56/836] Compiling Atomics AtomicStorage.swift
[57/836] Compiling Atomics AtomicValue.swift
[58/836] Compiling Atomics AtomicMemoryOrderings.swift
[59/836] Compiling Atomics DoubleWord.swift
[60/836] Compiling Atomics Primitives.native.swift
[63/836] Emitting module ConcurrencyHelpers
[65/862] Compiling Algorithms MinMax.swift
[66/862] Compiling Algorithms Partition.swift
[67/862] Compiling Algorithms Permutations.swift
[68/862] Compiling Algorithms Product.swift
[69/864] Compiling Algorithms Joined.swift
[70/864] Compiling Algorithms Keyed.swift
[71/864] Compiling Algorithms Chunked.swift
[72/864] Compiling Algorithms Combinations.swift
[73/864] Compiling Algorithms Compacted.swift
[74/864] Compiling Algorithms Cycle.swift
[75/865] Emitting module SwiftASN1
[76/865] Compiling Algorithms AdjacentPairs.swift
[77/865] Compiling Algorithms Chain.swift
[79/865] Compiling Logging LogHandler.swift
[80/865] Compiling Logging Logging.swift
[83/869] Compiling UnixSignals UnixSignal.swift
[84/869] Compiling Atomics IntegerOperations.swift
[85/869] Compiling Atomics Unmanaged extensions.swift
[86/869] Compiling UnixSignals UnixSignalsSequence.swift
[87/869] Emitting module UnixSignals
[88/870] Compiling Algorithms EitherSequence.swift
[89/870] Compiling Algorithms FirstNonNil.swift
[90/870] Compiling Algorithms FlattenCollection.swift
[91/870] Compiling Algorithms Grouped.swift
[92/870] Compiling Algorithms Indexed.swift
[93/870] Compiling Algorithms Intersperse.swift
[96/871] Compiling c-nioatomics.c
[99/994] Compiling OrderedCollections OrderedDictionary.swift
[100/994] Compiling OrderedCollections OrderedSet+Codable.swift
[101/994] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[102/994] Compiling OrderedCollections OrderedSet+Descriptions.swift
[103/994] Compiling OrderedCollections OrderedSet+Diffing.swift
[104/994] Compiling OrderedCollections OrderedSet+Equatable.swift
[105/994] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[106/994] Compiling OrderedCollections OrderedSet+Hashable.swift
[107/1007] Compiling CoreMetrics Locks.swift
[108/1007] Compiling CoreMetrics Metrics.swift
[109/1015] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[110/1015] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[111/1015] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[113/1018] Compiling HeapModule Heap+Descriptions.swift
[114/1018] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[115/1025] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/1081] Compiling HeapModule _HeapNode.swift
[117/1081] Compiling HeapModule Heap.swift
[118/1096] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[119/1096] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[120/1096] Compiling HashTreeCollections TreeDictionary+Keys.swift
[121/1096] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[122/1096] Compiling HashTreeCollections TreeDictionary+Merge.swift
[123/1096] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[124/1096] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[125/1096] Compiling HashTreeCollections _HashNode+Structural merge.swift
[126/1096] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[127/1096] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[128/1096] Compiling NIOConcurrencyHelpers NIOLock.swift
[129/1096] Emitting module HeapModule
[130/1096] Emitting module Atomics
[131/1096] Compiling HashTreeCollections _HashStack.swift
[132/1096] Compiling HashTreeCollections _HashTreeIterator.swift
[133/1096] Compiling HashTreeCollections _HashTreeStatistics.swift
[134/1096] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[135/1096] Compiling HashTreeCollections _RawHashNode.swift
[136/1096] Compiling HashTreeCollections _UnmanagedHashNode.swift
[137/1096] Compiling HashTreeCollections _UnsafePath.swift
[138/1096] Compiling HashTreeCollections TreeDictionary+Codable.swift
[139/1096] Compiling HashTreeCollections TreeDictionary+Collection.swift
[140/1096] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[141/1096] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[142/1096] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[143/1096] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[144/1096] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[145/1096] Compiling HashTreeCollections TreeDictionary+Filter.swift
[146/1096] Compiling HeapModule Heap+Invariants.swift
[147/1096] Compiling HeapModule Heap+UnsafeHandle.swift
[148/1097] Compiling HashTreeCollections _HashLevel.swift
[149/1097] Compiling HashTreeCollections _HashNode+Builder.swift
[150/1097] Compiling HashTreeCollections _HashNode+Debugging.swift
[151/1097] Compiling HashTreeCollections _HashNode+Initializers.swift
[152/1097] Compiling HashTreeCollections _HashNode+Invariants.swift
[153/1097] Compiling HashTreeCollections _HashNode+Lookups.swift
[154/1097] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[155/1097] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[156/1097] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[157/1097] Compiling HashTreeCollections _HashNode+Storage.swift
[158/1097] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[159/1097] Compiling HashTreeCollections _HashNode+Structural filter.swift
[160/1097] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[161/1097] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[162/1097] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[163/1097] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[164/1097] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[168/1097] Compiling NIOConcurrencyHelpers lock.swift
[169/1097] Emitting module Metrics
[170/1097] Compiling Metrics Metrics.swift
[172/1098] Compiling HashTreeCollections TreeSet+Hashable.swift
[173/1098] Compiling HashTreeCollections TreeSet+Sendable.swift
[174/1098] Compiling HashTreeCollections TreeSet+Sequence.swift
[175/1098] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[176/1098] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[177/1098] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[178/1098] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[179/1098] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[180/1098] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[181/1098] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[189/1108] Compiling HashTreeCollections TreeDictionary+Values.swift
[190/1108] Compiling HashTreeCollections TreeDictionary.swift
[191/1108] Compiling HashTreeCollections TreeSet+Codable.swift
[192/1108] Compiling HashTreeCollections TreeSet+Collection.swift
[193/1108] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[194/1108] Compiling HashTreeCollections TreeSet+Debugging.swift
[195/1108] Compiling HashTreeCollections TreeSet+Descriptions.swift
[196/1108] Compiling HashTreeCollections _HashNode+Structural union.swift
[197/1108] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[198/1108] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[199/1108] Compiling NIOConcurrencyHelpers atomics.swift
[200/1108] Emitting module NIOConcurrencyHelpers
[201/1108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[208/1109] Compiling HashTreeCollections TreeSet+Equatable.swift
[209/1109] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[210/1109] Compiling HashTreeCollections TreeSet+Extras.swift
[211/1109] Compiling HashTreeCollections TreeSet+Filter.swift
[230/1124] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[231/1124] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[232/1124] Compiling HashTreeCollections _HashNode.swift
[234/1133] Compiling DequeModule Deque._UnsafeHandle.swift
[235/1133] Compiling DequeModule Deque.swift
[236/1133] Compiling DequeModule _DequeBuffer.swift
[237/1133] Compiling DequeModule _DequeBufferHeader.swift
[238/1186] Compiling _RopeModule _CharacterRecognizer.swift
[239/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[240/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[241/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[242/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[243/1186] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[244/1186] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[245/1186] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[246/1186] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[247/1186] Compiling HashTreeCollections TreeSet.swift
[248/1186] Compiling BitCollections BitArray+Shifts.swift
[249/1186] Compiling BitCollections BitArray+Testing.swift
[250/1188] Compiling BitCollections BitArray+Extras.swift
[251/1188] Compiling BitCollections BitArray+Fill.swift
[252/1188] Compiling BitCollections BitArray+Hashable.swift
[253/1188] Compiling BitCollections BitArray+Initializers.swift
[254/1188] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[255/1188] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[262/1188] Compiling BitCollections BitArray+Invariants.swift
[263/1188] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[273/1188] Compiling BitCollections BitSet+SetAlgebra union.swift
[274/1188] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[275/1188] Compiling BitCollections BitSet.Counted.swift
[282/1188] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[283/1188] Compiling BitCollections BitSet+CustomReflectable.swift
[284/1188] Compiling BitCollections BitSet+CustomStringConvertible.swift
[285/1188] Compiling BitCollections BitSet+Equatable.swift
[286/1188] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[287/1188] Compiling BitCollections BitSet+Extras.swift
[288/1188] Compiling BitCollections BitSet+Hashable.swift
[291/1195] Compiling BitCollections BitArray._UnsafeHandle.swift
[292/1195] Compiling BitCollections BitArray.swift
[293/1195] Compiling DequeModule _DequeSlot.swift
[294/1195] Compiling DequeModule _UnsafeWrappedBuffer.swift
[295/1195] Compiling BitCollections BitArray+BitwiseOperations.swift
[296/1195] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[297/1195] Compiling BitCollections BitArray+Codable.swift
[298/1195] Compiling BitCollections BitArray+Collection.swift
[305/1195] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[306/1195] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[307/1195] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[308/1195] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[309/1195] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[310/1195] Compiling BitCollections BitSet+Initializers.swift
[311/1195] Compiling BitCollections BitSet+Invariants.swift
[312/1195] Compiling BitCollections BitSet+Random.swift
[313/1195] Compiling BitCollections BitSet+SetAlgebra basics.swift
[314/1195] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[315/1195] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[322/1196] Emitting module OrderedCollections
[325/1197] Emitting module BitCollections
[326/1197] Emitting module DequeModule
[329/1197] Compiling BitCollections BitArray+RandomBits.swift
[330/1197] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[331/1197] Emitting module Algorithms
[333/1199] Compiling ssl_stat.cc
[335/1199] Emitting module _RopeModule
[336/1199] Compiling BitCollections BitSet.Index.swift
[337/1199] Compiling BitCollections BitSet._UnsafeHandle.swift
[338/1199] Compiling BitCollections BitSet.swift
[339/1199] Compiling BitCollections Range+Utilities.swift
[340/1199] Compiling BitCollections Slice+Utilities.swift
[341/1199] Compiling BitCollections UInt+Tricks.swift
[342/1199] Compiling BitCollections _Word.swift
[343/1199] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[344/1199] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[356/1199] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[357/1199] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[358/1199] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[359/1199] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[360/1199] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[376/1199] Compiling BitCollections BitArray+Copy.swift
[377/1199] Compiling BitCollections BitArray+CustomReflectable.swift
[378/1199] Compiling BitCollections BitArray+Descriptions.swift
[379/1199] Compiling BitCollections BitArray+Equatable.swift
[411/1199] Compiling _RopeModule Rope+Join.swift
[412/1199] Compiling _RopeModule Rope+MutatingForEach.swift
[414/1199] Compiling _RopeModule Rope+Remove.swift
[416/1199] Compiling _RopeModule Rope+RemoveSubrange.swift
[418/1199] Compiling _RopeModule Rope+Split.swift
[420/1199] Compiling _RopeModule Optional Utilities.swift
[422/1199] Compiling _RopeModule String Utilities.swift
[424/1199] Compiling _RopeModule String.Index+ABI.swift
[443/1274] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[444/1274] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[445/1275] Emitting module HashTreeCollections
[446/1276] Compiling _ConnectionPoolModule ConnectionRequest.swift
[447/1276] Compiling _ConnectionPoolModule Max2Sequence.swift
[449/1276] Compiling NIOCore DeadChannel.swift
[450/1276] Compiling NIOCore DispatchQueue+WithFuture.swift
[451/1276] Compiling NIOCore EventLoop+Deprecated.swift
[452/1276] Compiling NIOCore EventLoop+SerialExecutor.swift
[453/1276] Compiling NIOCore EventLoop.swift
[454/1276] Compiling NIOCore IO.swift
[455/1276] Compiling NIOCore IOData.swift
[456/1276] Compiling NIOCore IPProtocol.swift
[457/1276] Compiling NIOCore IntegerBitPacking.swift
[458/1276] Compiling NIOCore IntegerTypes.swift
[459/1276] Compiling NIOCore Interfaces.swift
[460/1276] Compiling NIOCore Linux.swift
[461/1276] Compiling NIOCore MarkedCircularBuffer.swift
[462/1276] Compiling NIOCore MulticastChannel.swift
[463/1276] Compiling NIOCore NIOAny.swift
[464/1276] Compiling NIOCore NIOCloseOnErrorHandler.swift
[465/1276] Compiling NIOCore NIOLoopBound.swift
[466/1276] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[467/1276] Compiling NIOCore NIOScheduledCallback.swift
[468/1276] 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 }
[470/1277] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[471/1277] Compiling _ConnectionPoolModule ConnectionPool.swift
[472/1277] Compiling _ConnectionPoolModule TinyFastSequence.swift
[472/1322] Compiling ssl_privkey.cc
[473/1324] Compiling ssl_session.cc
[475/1324] Compiling AsyncAlgorithms Rethrow.swift
[481/1324] Compiling NIOCore NIOSendable.swift
[482/1324] Compiling NIOCore RecvByteBufferAllocator.swift
[483/1332] Compiling Collections Collections.swift
[484/1332] Emitting module Collections
[485/1333] Emitting module _ConnectionPoolModule
[487/1333] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[488/1333] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[488/1333] Compiling ssl_key_share.cc
[490/1333] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[491/1333] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[492/1333] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[493/1333] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[493/1333] Compiling ssl_credential.cc
[493/1333] Compiling ssl_cipher.cc
[493/1333] Compiling ssl_lib.cc
[493/1333] Compiling ssl_cert.cc
[493/1333] Compiling ssl_file.cc
BUILD FAILURE 6.1 android