The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build PostgresBridge, reference 1.0.0-rc.4.6.1 (ca7be7), with Swift 6.1 for Android on 29 May 2025 06:44:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/PostgresBridge.git
Reference: 1.0.0-rc.4.6.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwifQL/PostgresBridge
 * tag               1.0.0-rc.4.6.1 -> FETCH_HEAD
HEAD is now at ca7be7f Syntax fix #6 by @tierracero
Cloned https://github.com/SwifQL/PostgresBridge.git
Revision (git rev-parse @):
ca7be7f2c2d3d76e3826a11156e735ff219fcb14
SUCCESS checkout https://github.com/SwifQL/PostgresBridge.git at 1.0.0-rc.4.6.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwifQL/PostgresBridge.git
https://github.com/SwifQL/PostgresBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "bridges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifQL/Bridges.git"
    }
  ],
  "manifest_display_name" : "PostgresBridge",
  "name" : "PostgresBridge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PostgresBridge",
      "targets" : [
        "PostgresBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridgeTests",
      "path" : "Tests/PostgresBridgeTests",
      "sources" : [
        "PostgresBridgeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PostgresBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresBridge",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridge",
      "path" : "Sources/PostgresBridge",
      "product_dependencies" : [
        "PostgresNIO",
        "Bridges"
      ],
      "product_memberships" : [
        "PostgresBridge"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bridges+Application.swift",
        "Extensions/DatabaseHost+Initialization.swift",
        "Extensions/DatabaseIdentifier+Initialization.swift",
        "Extensions/PostgresConnection+Bridge.swift",
        "Extensions/Row+Decode.swift",
        "Extensions/SwifQLable+Execute.swift",
        "PostgresBridge.swift",
        "PostgresConnectionSource.swift",
        "PostgresDataDecoder.swift",
        "PostgresDataEncoder.swift",
        "PostgresMigration.swift",
        "PostgresRow+SQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/SwifQL/Bridges.git
[1/631] Fetching bridges
[632/12902] Fetching bridges, postgres-nio
Fetched https://github.com/SwifQL/Bridges.git from cache (1.16s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.17s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (1.93s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2426] Fetching swift-service-lifecycle
[705/4632] Fetching swift-service-lifecycle, swift-metrics
[1217/8468] Fetching swift-service-lifecycle, swift-metrics, swift-log
[4158/11135] Fetching swift-service-lifecycle, swift-metrics, swift-log, swift-nio-transport-services
[6966/25071] Fetching swift-service-lifecycle, swift-metrics, swift-log, swift-nio-transport-services, swift-crypto
[13924/39914] Fetching swift-service-lifecycle, swift-metrics, swift-log, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.60s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.60s)
[10454/34821] Fetching swift-metrics, swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[4551/28779] Fetching swift-crypto, swift-nio-ssl
[7858/30489] Fetching swift-crypto, swift-nio-ssl, swift-atomics
[11443/47080] Fetching swift-crypto, swift-nio-ssl, swift-atomics, swift-collections
[20752/123173] Fetching swift-crypto, swift-nio-ssl, swift-atomics, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
[20333/121463] Fetching swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.78s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.40s)
[76333/90029] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.41s)
[63919/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.18s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.22s)
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.70s)
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.56s)
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.56s)
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 (1.99s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.99s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.97s)
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.72s)
Computing version for https://github.com/SwifQL/Bridges.git
Computed https://github.com/SwifQL/Bridges.git at 1.0.0-rc.4.13.6 (0.76s)
Fetching https://github.com/SwifQL/SwifQL.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[689/4736] Fetching async-kit, swifql
Fetched https://github.com/vapor/async-kit.git from cache (0.45s)
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.45s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.40s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.21s)
Computing version for https://github.com/SwifQL/SwifQL.git
Computed https://github.com/SwifQL/SwifQL.git at 2.0.0-beta.4.0.2 (0.61s)
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/SwifQL/Bridges.git
Working copy of https://github.com/SwifQL/Bridges.git resolved at 1.0.0-rc.4.13.6
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/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/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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/SwifQL/SwifQL.git
Working copy of https://github.com/SwifQL/SwifQL.git resolved at 2.0.0-beta.4.0.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/810] Write sources
[28/810] Compiling _AtomicsShims.c
[28/810] Compiling CNIOWindows shim.c
[29/810] Write sources
[37/810] Compiling CNIOWASI CNIOWASI.c
[38/810] Compiling CNIOWindows WSAStartup.c
[39/810] Compiling x86_64-mont5-apple.S
[40/810] Compiling _NumericsShims _NumericsShims.c
[40/810] Compiling vpaes-x86_64-apple.S
[42/810] Compiling CNIODarwin shim.c
[43/810] Compiling CNIOLinux liburing_shims.c
[44/810] Compiling fiat_curve25519_adx_mul.S
[45/810] Compiling CNIOLinux shim.c
[46/810] Compiling fiat_curve25519_adx_square.S
[47/810] Compiling fiat_p256_adx_sqr.S
[48/810] Compiling fiat_p256_adx_mul.S
[49/810] Write swift-version-24593BA9C3E375BF.txt
[50/810] Compiling CNIOBoringSSLShims shims.c
[51/814] Compiling t1_enc.cc
[52/816] Compiling tls_record.cc
[53/816] Compiling tls_method.cc
[54/833] Compiling tls13_client.cc
[55/833] Compiling tls13_both.cc
[56/833] Compiling tls13_enc.cc
[57/833] Compiling tls13_server.cc
[59/1026] Emitting module Logging
[60/1026] Emitting module CoreMetrics
[61/1026] Emitting module InternalCollectionsUtilities
[62/1027] Compiling RealModule ElementaryFunctions.swift
[63/1027] Compiling RealModule Float+Real.swift
[64/1028] Emitting module _NIOBase64
[65/1028] Compiling _NIOBase64 Base64.swift
[66/1029] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/1029] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/1029] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/1029] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/1029] Compiling RealModule Real.swift
[71/1029] Compiling RealModule Float80+Real.swift
[72/1029] Compiling _NIODataStructures PriorityQueue.swift
[73/1029] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/1029] Compiling _NIODataStructures _TinyArray.swift
[75/1029] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[76/1029] Compiling InternalCollectionsUtilities Integer rank.swift
[77/1029] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[78/1029] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/1029] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/1029] Emitting module RealModule
[88/1029] Compiling InternalCollectionsUtilities Descriptions.swift
[89/1029] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/1029] Compiling InternalCollectionsUtilities Debugging.swift
[92/1031] Compiling RealModule Float16+Real.swift
[93/1031] Compiling CoreMetrics Metrics.swift
[94/1031] Compiling RealModule RealFunctions.swift
[96/1032] Emitting module _NIODataStructures
[97/1032] Compiling _NIODataStructures Heap.swift
[98/1033] Compiling SwifQL HybridOperatorPart.swift
[99/1033] Compiling SwifQL KeyPathPart.swift
[102/1033] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[109/1034] Emitting module SwifQL
[113/1056] Compiling SwiftASN1 DER.swift
[114/1056] Compiling SwiftASN1 Errors.swift
[115/1128] Compiling ConcurrencyHelpers LockedValueBox.swift
[116/1146] Compiling Atomics Primitives.shims.swift
[117/1146] Compiling Atomics AtomicInteger.swift
[118/1146] Compiling Atomics AtomicOptionalWrappable.swift
[119/1148] Emitting module SwiftASN1
[120/1148] Compiling Atomics UnsafeAtomic.swift
[121/1148] Compiling Atomics UnsafeAtomicLazyReference.swift
[122/1148] Compiling Atomics ManagedAtomic.swift
[123/1148] Compiling Atomics ManagedAtomicLazyReference.swift
[124/1148] Compiling Atomics AtomicMemoryOrderings.swift
[125/1148] Compiling Atomics DoubleWord.swift
[126/1148] Compiling Atomics OptionalRawRepresentable.swift
[127/1148] Compiling Atomics RawRepresentable.swift
[128/1148] Compiling Atomics AtomicBool.swift
[129/1148] Compiling Atomics AtomicReference.swift
[130/1148] Compiling Atomics AtomicStorage.swift
[131/1148] Compiling Atomics AtomicValue.swift
[132/1148] Emitting module ConcurrencyHelpers
[133/1148] Compiling ConcurrencyHelpers Lock.swift
[134/1149] Compiling Atomics IntegerOperations.swift
[135/1149] Compiling Atomics Unmanaged extensions.swift
[136/1149] Compiling Logging Locks.swift
[137/1149] Compiling CoreMetrics Locks.swift
[139/1150] Compiling Atomics IntegerConformances.swift
[142/1151] Compiling Logging LogHandler.swift
[143/1151] Compiling Logging Logging.swift
[144/1151] Compiling Logging MetadataProvider.swift
[147/1152] Compiling SwifQL SwifQLable+Offset.swift
[148/1152] Compiling SwifQL SwifQLable+On.swift
[149/1152] Compiling SwifQL SwifQLable+Or.swift
[150/1152] Compiling SwifQL SwifQLable+OrderBy.swift
[151/1152] Compiling SwifQL SwifQLable+Over.swift
[152/1152] Compiling SwifQL SwifQLable+Overlaps.swift
[153/1152] Compiling SwifQL SwifQLable+Owner.swift
[154/1152] Compiling SwifQL SwifQLable+PartitionBy.swift
[155/1152] Compiling SwifQL SwifQLable+Primary.swift
[156/1152] Compiling SwifQL SwifQLable+Raw.swift
[157/1152] Compiling SwifQL SwifQLable+References.swift
[158/1152] Compiling SwifQL SwifQLable+Rename.swift
[159/1152] Compiling SwifQL SwifQLable+Restrict.swift
[160/1152] Compiling SwifQL SwifQLable+Return.swift
[161/1152] Compiling SwifQL SwifQLable+Returning.swift
[162/1152] Compiling SwifQL SwifQLable+Rollback.swift
[163/1152] Compiling SwifQL SwifQLable+Schema.swift
[164/1152] Compiling SwifQL SwifQLable+Select.swift
[165/1152] Compiling SwifQL SwifQLable+Semicolon.swift
[166/1152] Compiling SwifQL SwifQLable+Set.swift
[167/1152] Compiling SwifQL SwifQLable+Space.swift
[168/1152] Compiling SwifQL SwifQLable+Subscript.swift
[169/1152] Compiling SwifQL SwifQLable+Asterisk.swift
[170/1152] Compiling SwifQL SwifQLable+Before.swift
[171/1152] Compiling SwifQL SwifQLable+Begin.swift
[172/1152] Compiling SwifQL SwifQLable+Between.swift
[173/1152] Compiling SwifQL SwifQLable+Cascade.swift
[174/1152] Compiling SwifQL SwifQLable+Check.swift
[175/1152] Compiling SwifQL SwifQLable+Column.swift
[176/1152] Compiling SwifQL SwifQLable+Commit.swift
[177/1152] Compiling SwifQL SwifQLable+Conflict.swift
[178/1152] Compiling SwifQL SwifQLable+Constraint.swift
[179/1152] Compiling SwifQL SwifQLable+Create.swift
[180/1152] Compiling SwifQL SwifQLable+Default.swift
[181/1152] Compiling SwifQL SwifQLable+Delete.swift
[182/1152] Compiling SwifQL SwifQLable+Distinct.swift
[183/1152] Compiling SwifQL SwifQLable+Do.swift
[184/1152] Compiling SwifQL SwifQLable+Drop.swift
[185/1152] Compiling SwifQL SwifQLable+End.swift
[186/1152] Compiling SwifQL SwifQLable+Epoch.swift
[187/1152] Compiling SwifQL SwifQLable+Exists.swift
[188/1152] Compiling SwifQL SwifQLable+Filter.swift
[189/1152] Compiling SwifQL SwifQLable+From.swift
[190/1152] Compiling SwifQL SwifQLable+Fulltext.swift
[191/1152] Compiling SwifQL SwifQLable+Function.swift
[192/1152] Compiling SwifQL Path+SchemaWithTableAndColumn.swift
[193/1152] Compiling SwifQL Path+Table.swift
[194/1152] Compiling SwifQL Path+TableWithColumn.swift
[195/1152] Compiling SwifQL Path.swift
[196/1152] Compiling SwifQL Predicates.swift
[197/1152] Compiling SwifQL Prepared.swift
[198/1152] Compiling SwifQL QueryBuilderable.swift
[199/1152] Compiling SwifQL QueryParts.swift
[200/1152] Compiling SwifQL ReferentialAction.swift
[201/1152] Compiling SwifQL SwifQLableResultBuilder.swift
[202/1152] Compiling SwifQL Schema.swift
[203/1152] Compiling SwifQL Schemable.swift
[204/1152] Compiling SwifQL SplittedQuery.swift
[205/1152] Compiling SwifQL SwifQL.swift
[206/1152] Compiling SwifQL SwifQLable+Action.swift
[207/1152] Compiling SwifQL SwifQLable+Add.swift
[208/1152] Compiling SwifQL SwifQLable+AddQuery.swift
[209/1152] Compiling SwifQL SwifQLable+After.swift
[210/1152] Compiling SwifQL SwifQLable+All.swift
[211/1152] Compiling SwifQL SwifQLable+Alter.swift
[212/1152] Compiling SwifQL SwifQLable+And.swift
[213/1152] Compiling SwifQL SwifQLable+Any.swift
[214/1152] Compiling SwifQL SwifQLable+As.swift
[215/1152] Compiling SwifQL SwifQLable+GroupBy.swift
[216/1152] Compiling SwifQL SwifQLable+Having.swift
[217/1152] Compiling SwifQL SwifQLable+ILike.swift
[218/1152] Compiling SwifQL SwifQLable+If.swift
[219/1152] Compiling SwifQL SwifQLable+In.swift
[220/1152] Compiling SwifQL SwifQLable+InsertInto.swift
[221/1152] Compiling SwifQL SwifQLable+Interval.swift
[222/1152] Compiling SwifQL SwifQLable+IsNotNull.swift
[223/1152] Compiling SwifQL SwifQLable+IsNull.swift
[224/1152] Compiling SwifQL SwifQLable+Items.swift
[225/1152] Compiling SwifQL SwifQLable+Join.swift
[226/1152] Compiling SwifQL SwifQLable+Key.swift
[227/1152] Compiling SwifQL SwifQLable+Like.swift
[228/1152] Compiling SwifQL SwifQLable+Limit.swift
[229/1152] Compiling SwifQL SwifQLable+No.swift
[230/1152] Compiling SwifQL SwifQLable+Not.swift
[231/1152] Compiling SwifQL SwifQLable+NotBetween.swift
[232/1152] Compiling SwifQL SwifQLable+NotExists.swift
[233/1152] Compiling SwifQL SwifQLable+NotILike.swift
[234/1152] Compiling SwifQL SwifQLable+NotIn.swift
[235/1152] Compiling SwifQL SwifQLable+NotLike.swift
[236/1152] Compiling SwifQL SwifQLable+Nothing.swift
[237/1152] Compiling SwifQL SwifQLable+Null.swift
[254/1155] Compiling Atomics PointerConformances.swift
[255/1155] Compiling Atomics Primitives.native.swift
[258/1155] Compiling _RopeModule BigString+Comparable.swift
[259/1155] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[260/1155] Compiling _RopeModule BigString+CustomStringConvertible.swift
[261/1219] Compiling SwifQL SwifQLable+Table.swift
[262/1219] Compiling SwifQL SwifQLable+Timestamp.swift
[263/1219] Compiling SwifQL SwifQLable+To.swift
[264/1219] Compiling SwifQL SwifQLable+Type.swift
[265/1219] Compiling SwifQL SwifQLable+Union.swift
[266/1219] Compiling SwifQL SwifQLable+Unique.swift
[267/1219] Compiling SwifQL SwifQLable+Update.swift
[268/1219] Compiling SwifQL SwifQLable+Value.swift
[269/1219] Compiling SwifQL SwifQLable+Values.swift
[270/1219] Compiling SwifQL SwifQLable+Where.swift
[271/1219] Compiling SwifQL SwifQLable+WhereExists.swift
[272/1219] Compiling SwifQL SwifQLable+WhereNotExists.swift
[273/1219] Compiling SwifQL SwifQLable+Window.swift
[274/1219] Compiling SwifQL SwifQLable+With.swift
[275/1219] Compiling SwifQL SwifQLable.swift
[276/1219] Compiling SwifQL SwifQLableArraySeparator.swift
[277/1219] Compiling SwifQL Table.swift
[278/1219] Compiling SwifQL TableAlias.swift
[279/1219] Compiling SwifQL Type+Autodetect.swift
[280/1219] Compiling SwifQL Type+SwifQLable.swift
[281/1219] Compiling SwifQL Type.swift
[282/1219] Compiling SwifQL _Todo.swift
[283/1219] Emitting module Atomics
[284/1219] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[285/1219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[286/1219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[287/1219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[288/1219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[289/1219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[290/1219] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[291/1219] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[292/1219] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[293/1219] Compiling _RopeModule RopeMetric.swift
[294/1219] Compiling _RopeModule RopeSummary.swift
[295/1219] Compiling _RopeModule _RopeItem.swift
[296/1219] Compiling _RopeModule _RopePath.swift
[297/1219] Compiling _RopeModule _RopeVersion.swift
[298/1219] Compiling _RopeModule Rope+Collection.swift
[299/1219] Compiling _RopeModule Rope+Index.swift
[300/1219] Compiling _RopeModule Rope+Sequence.swift
[301/1219] Compiling _RopeModule Rope+Append.swift
[302/1219] Compiling _RopeModule Rope+Extract.swift
[303/1219] Compiling _RopeModule Rope+Find.swift
[304/1219] Compiling _RopeModule Rope+ForEachWhile.swift
[305/1219] Compiling _RopeModule Rope+Insert.swift
[306/1219] Compiling SwifQL Functions+TextSearch.swift
[307/1219] Compiling SwifQL Functions+Window.swift
[308/1219] Compiling UnixSignals UnixSignal.swift
[309/1219] Compiling HeapModule Heap+Descriptions.swift
[310/1219] Compiling HeapModule _HeapNode.swift
[311/1219] Compiling Metrics Metrics.swift
[312/1219] Emitting module Metrics
[313/1220] Compiling HeapModule Heap.swift
[314/1220] Emitting module UnixSignals
[315/1220] Compiling UnixSignals UnixSignalsSequence.swift
[315/1221] Compiling ssl_x509.cc
[317/1221] Emitting module HeapModule
[318/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[319/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[320/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[321/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[322/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[323/1221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[337/1228] Compiling OrderedCollections OrderedSet+Sendable.swift
[338/1228] Compiling OrderedCollections OrderedSet+SubSequence.swift
[339/1228] Compiling OrderedCollections OrderedSet+Testing.swift
[340/1228] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[341/1228] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[342/1228] Compiling OrderedCollections OrderedSet.swift
[343/1228] Compiling OrderedCollections _UnsafeBitset.swift
[350/1237] Compiling OrderedCollections OrderedDictionary+Values.swift
[351/1237] Compiling OrderedCollections OrderedDictionary.swift
[352/1237] Compiling OrderedCollections OrderedSet+Codable.swift
[353/1237] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[354/1237] Compiling OrderedCollections OrderedSet+Descriptions.swift
[355/1237] Compiling OrderedCollections OrderedSet+Diffing.swift
[356/1237] Compiling OrderedCollections OrderedSet+Equatable.swift
[357/1237] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[358/1237] Compiling OrderedCollections OrderedSet+Hashable.swift
[359/1237] Compiling OrderedCollections OrderedSet+Initializers.swift
[360/1237] Compiling OrderedCollections OrderedSet+Insertions.swift
[361/1237] Compiling OrderedCollections OrderedSet+Invariants.swift
[362/1237] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[363/1237] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[364/1237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[365/1237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[366/1237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[374/1237] Compiling HeapModule Heap+Invariants.swift
[376/1238] Compiling HeapModule Heap+UnsafeHandle.swift
[379/1254] Compiling DequeModule Deque+CustomReflectable.swift
[380/1254] Compiling DequeModule Deque+Descriptions.swift
[381/1254] Compiling DequeModule Deque+Equatable.swift
[382/1254] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[383/1254] Compiling DequeModule Deque+Extras.swift
[384/1254] Compiling DequeModule Deque+Hashable.swift
[385/1254] Compiling DequeModule Deque+Codable.swift
[386/1254] Compiling DequeModule Deque+Collection.swift
[387/1254] Compiling DequeModule Deque._UnsafeHandle.swift
[388/1254] Compiling DequeModule Deque.swift
[389/1266] Compiling HashTreeCollections TreeDictionary+Values.swift
[390/1266] Compiling DequeModule _DequeBufferHeader.swift
[391/1332] Compiling DequeModule _UnsafeWrappedBuffer.swift
[392/1332] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[393/1332] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[394/1333] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[395/1333] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[396/1333] Compiling HashTreeCollections TreeDictionary+Filter.swift
[397/1333] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[398/1333] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[399/1333] Compiling HashTreeCollections TreeDictionary+Keys.swift
[400/1333] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[401/1333] Compiling HashTreeCollections TreeDictionary+Merge.swift
[402/1333] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[403/1333] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[405/1333] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[406/1333] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[407/1333] Compiling HashTreeCollections _HashNode+Structural union.swift
[408/1333] Compiling DequeModule _DequeSlot.swift
[412/1333] Compiling HashTreeCollections _HashNode.swift
[413/1333] Compiling HashTreeCollections _HashNodeHeader.swift
[414/1333] Compiling HashTreeCollections _HashSlot.swift
[415/1333] Compiling HashTreeCollections _HashStack.swift
[416/1333] Compiling HashTreeCollections _HashTreeIterator.swift
[417/1333] Compiling HashTreeCollections _HashTreeStatistics.swift
[419/1333] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[420/1333] Compiling HashTreeCollections _RawHashNode.swift
[421/1333] Compiling HashTreeCollections _UnmanagedHashNode.swift
[422/1333] Compiling HashTreeCollections _UnsafePath.swift
[423/1333] Compiling HashTreeCollections TreeDictionary+Codable.swift
[424/1333] Compiling HashTreeCollections TreeDictionary+Collection.swift
[425/1333] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[426/1333] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[427/1333] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[428/1333] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[429/1333] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[430/1333] Compiling HashTreeCollections _HashNode+Storage.swift
[431/1333] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[432/1333] Compiling HashTreeCollections _HashNode+Structural filter.swift
[433/1333] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[434/1333] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[441/1333] Emitting module _RopeModule
[442/1333] Compiling HashTreeCollections TreeSet+Hashable.swift
[443/1333] Compiling HashTreeCollections TreeSet+Sendable.swift
[444/1333] Compiling HashTreeCollections TreeSet+Sequence.swift
[445/1333] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[446/1333] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[447/1333] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[448/1333] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[449/1333] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[450/1333] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[451/1333] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[458/1343] Emitting module OrderedCollections
[459/1343] Compiling HashTreeCollections TreeDictionary.swift
[460/1343] Compiling HashTreeCollections TreeSet+Codable.swift
[461/1343] Compiling HashTreeCollections TreeSet+Collection.swift
[462/1343] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[463/1343] Compiling HashTreeCollections TreeSet+Debugging.swift
[464/1343] Compiling HashTreeCollections TreeSet+Descriptions.swift
[465/1343] Compiling HashTreeCollections TreeSet+Equatable.swift
[466/1343] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[467/1343] Compiling HashTreeCollections TreeSet+Extras.swift
[468/1343] Compiling HashTreeCollections TreeSet+Filter.swift
[471/1343] Compiling HashTreeCollections _AncestorHashSlots.swift
[472/1343] Compiling HashTreeCollections _Bitmap.swift
[473/1343] Compiling HashTreeCollections _Bucket.swift
[474/1343] Compiling HashTreeCollections _Hash.swift
[475/1343] Compiling HashTreeCollections _HashLevel.swift
[476/1343] Compiling HashTreeCollections _HashNode+Builder.swift
[477/1343] Compiling HashTreeCollections _HashNode+Debugging.swift
[477/1344] Compiling ssl_versions.cc
[480/1344] Emitting module DequeModule
[481/1345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[482/1345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[483/1345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[484/1345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[485/1345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[486/1345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[487/1345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[488/1345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[489/1345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[490/1345] Compiling HashTreeCollections TreeSet.swift
[500/1345] Compiling ssl_stat.cc
[501/1345] Compiling ssl_transcript.cc
[523/1345] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[524/1345] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[525/1345] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[526/1345] Compiling HashTreeCollections _HashNode+Structural merge.swift
[574/1345] Compiling ssl_session.cc
[576/1360] Compiling ssl_privkey.cc
[585/1360] Compiling HashTreeCollections _HashNode+Initializers.swift
[586/1360] Compiling HashTreeCollections _HashNode+Invariants.swift
[587/1360] Compiling HashTreeCollections _HashNode+Lookups.swift
[588/1360] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[589/1360] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[600/1360] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[601/1360] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[602/1360] Compiling _ConnectionPoolModule ConnectionRequest.swift
[603/1360] Compiling _ConnectionPoolModule Max2Sequence.swift
[604/1360] Compiling _ConnectionPoolModule NIOLock.swift
[605/1360] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[605/1361] Compiling ssl_key_share.cc
[606/1361] Compiling ssl_file.cc
[606/1361] Compiling ssl_credential.cc
[609/1361] Compiling _ConnectionPoolModule TinyFastSequence.swift
[610/1361] Emitting module HashTreeCollections
[611/1362] Compiling ssl_lib.cc
[613/1362] Emitting module _ConnectionPoolModule
[614/1362] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[615/1362] Compiling _ConnectionPoolModule ConnectionPool.swift
[615/1362] Compiling ssl_cipher.cc
[617/1362] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[619/1362] 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 }
[619/1362] Compiling ssl_cert.cc
[621/1362] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[622/1362] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[622/1362] Compiling handshake_server.cc
[622/1362] Compiling s3_both.cc
[622/1362] Compiling ssl_buffer.cc
[622/1362] Compiling ssl_aead_ctx.cc
[622/1362] Compiling s3_pkt.cc
[622/1362] Compiling ssl_asn1.cc
[622/1362] Compiling s3_lib.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/740] Write sources
[3/741] Compiling ssl_buffer.cc
[4/741] Write swift-version-24593BA9C3E375BF.txt
[5/741] Compiling s3_pkt.cc
[6/741] Compiling ssl_asn1.cc
[7/741] Compiling s3_both.cc
[8/741] Compiling s3_lib.cc
[9/747] Compiling ssl_aead_ctx.cc
[11/774] Compiling _NIODataStructures PriorityQueue.swift
[12/774] Compiling _NIODataStructures _TinyArray.swift
[13/774] Compiling _NIODataStructures Heap.swift
[14/913] Emitting module _NIODataStructures
[15/936] Compiling RealModule Float80+Real.swift
[16/936] Compiling RealModule Real.swift
[17/936] Emitting module RealModule
[18/937] Compiling SwifQL Alias.swift
[19/937] Compiling SwifQL CaseWhen.swift
[20/937] Compiling SwifQL Distinct.swift
[21/937] Compiling SwifQL GenericTableSelector.swift
[23/937] Compiling RealModule ElementaryFunctions.swift
[24/937] Compiling RealModule Float+Real.swift
[25/937] Compiling RealModule Float16+Real.swift
[26/937] Compiling RealModule RealFunctions.swift
[28/938] Emitting module _NIOBase64
[29/938] Compiling _NIOBase64 Base64.swift
[31/958] Compiling InternalCollectionsUtilities UInt+reversed.swift
[32/958] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[33/958] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/958] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[35/958] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/960] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/960] Compiling InternalCollectionsUtilities Debugging.swift
[38/963] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/964] Compiling c-nioatomics.c
[43/964] Compiling InternalCollectionsUtilities Descriptions.swift
[44/964] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/964] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/964] Compiling Logging MetadataProvider.swift
[47/967] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/967] Compiling SwifQL CreateTableBuilder.swift
[49/967] Compiling SwifQL DropTableBuilder.swift
[50/967] Compiling SwifQL SwifQLJoinBuilder.swift
[51/967] Compiling SwifQL SwifQLSelectBuilder.swift
[54/967] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/967] Compiling InternalCollectionsUtilities Integer rank.swift
[56/967] Emitting module Logging
[57/967] Compiling Logging Locks.swift
[58/967] Emitting module CoreMetrics
[58/967] Compiling handshake_server.cc
[64/967] Compiling SwifQL SwifQLable+Asterisk.swift
[65/967] Compiling SwifQL SwifQLable+Before.swift
[66/967] Compiling SwifQL SwifQLable+Begin.swift
[67/967] Compiling SwifQL SwifQLable+Between.swift
[68/967] Compiling SwifQL SwifQLable+Cascade.swift
[69/967] Compiling SwifQL SwifQLable+Check.swift
[70/967] Compiling SwifQL SwifQLable+Column.swift
[71/967] Compiling SwifQL SwifQLable+Commit.swift
[72/967] Compiling SwifQL SwifQLable+Conflict.swift
[73/967] Compiling SwifQL SwifQLable+Constraint.swift
[74/967] Compiling SwifQL SwifQLable+Create.swift
[75/967] Compiling SwifQL SwifQLable+Default.swift
[76/967] Compiling SwifQL SwifQLable+Delete.swift
[77/967] Compiling SwifQL SwifQLable+Distinct.swift
[78/967] Compiling SwifQL SwifQLable+Do.swift
[79/967] Compiling SwifQL SwifQLable+Drop.swift
[80/967] Compiling SwifQL SwifQLable+End.swift
[81/967] Compiling SwifQL SwifQLable+Epoch.swift
[82/967] Compiling SwifQL SwifQLable+Exists.swift
[83/967] Compiling SwifQL SwifQLable+Filter.swift
[84/967] Compiling SwifQL SwifQLable+From.swift
[85/967] Compiling SwifQL SwifQLable+Fulltext.swift
[86/967] Compiling SwifQL SwifQLable+Function.swift
[87/989] Compiling SwiftASN1 DER.swift
[88/989] Compiling SwiftASN1 Errors.swift
[89/989] Compiling ConcurrencyHelpers LockedValueBox.swift
[90/989] Emitting module InternalCollectionsUtilities
[91/990] Emitting module ConcurrencyHelpers
[92/990] Compiling SwifQL SwifQLable+GroupBy.swift
[93/990] Compiling SwifQL SwifQLable+Having.swift
[94/990] Compiling SwifQL SwifQLable+ILike.swift
[95/990] Compiling SwifQL SwifQLable+If.swift
[96/990] Compiling SwifQL SwifQLable+In.swift
[97/990] Compiling SwifQL SwifQLable+InsertInto.swift
[98/990] Compiling SwifQL SwifQLable+Interval.swift
[99/990] Compiling SwifQL SwifQLable+IsNotNull.swift
[100/990] Compiling SwifQL SwifQLable+IsNull.swift
[101/990] Compiling SwifQL SwifQLable+Items.swift
[102/990] Compiling SwifQL SwifQLable+Join.swift
[103/990] Compiling SwifQL SwifQLable+Key.swift
[104/990] Compiling SwifQL SwifQLable+Like.swift
[105/990] Compiling SwifQL SwifQLable+Limit.swift
[106/990] Compiling SwifQL SwifQLable+No.swift
[107/990] Compiling SwifQL SwifQLable+Not.swift
[108/990] Compiling SwifQL SwifQLable+NotBetween.swift
[109/990] Compiling SwifQL SwifQLable+NotExists.swift
[110/990] Compiling SwifQL SwifQLable+NotILike.swift
[111/990] Compiling SwifQL SwifQLable+NotIn.swift
[112/990] Compiling SwifQL SwifQLable+NotLike.swift
[113/990] Compiling SwifQL SwifQLable+Nothing.swift
[114/990] Compiling SwifQL SwifQLable+Null.swift
[115/990] Compiling SwifQL SwifQLable+Offset.swift
[116/990] Compiling SwifQL SwifQLable+On.swift
[117/990] Compiling SwifQL SwifQLable+Or.swift
[118/990] Compiling SwifQL SwifQLable+OrderBy.swift
[119/990] Compiling SwifQL SwifQLable+Over.swift
[120/990] Compiling SwifQL SwifQLable+Overlaps.swift
[121/990] Compiling SwifQL SwifQLable+Owner.swift
[122/990] Compiling SwifQL SwifQLable+PartitionBy.swift
[123/990] Compiling SwifQL SwifQLable+Primary.swift
[124/990] Compiling SwifQL SwifQLable+Raw.swift
[125/990] Compiling SwifQL SwifQLable+References.swift
[126/990] Compiling SwifQL SwifQLable+Rename.swift
[127/990] Compiling SwifQL SwifQLable+Restrict.swift
[128/990] Compiling SwifQL SwifQLable+Return.swift
[129/990] Compiling SwifQL SwifQLable+Returning.swift
[130/990] Compiling SwifQL SwifQLable+Rollback.swift
[131/990] Compiling SwifQL SwifQLable+Schema.swift
[132/990] Compiling SwifQL SwifQLable+Select.swift
[133/990] Compiling SwifQL SwifQLable+Semicolon.swift
[134/990] Compiling SwifQL SwifQLable+Set.swift
[135/990] Compiling SwifQL SwifQLable+Space.swift
[136/990] Compiling SwifQL SwifQLable+Subscript.swift
[138/991] Compiling ConcurrencyHelpers Lock.swift
[139/1005] Emitting module SwiftASN1
[140/1005] Compiling Atomics Primitives.shims.swift
[141/1005] Compiling Atomics AtomicInteger.swift
[142/1005] Compiling Atomics AtomicOptionalWrappable.swift
[143/1011] Compiling SwifQL Path+SchemaWithTableAndColumn.swift
[144/1011] Compiling SwifQL Path+Table.swift
[145/1011] Compiling SwifQL Path+TableWithColumn.swift
[146/1011] Compiling SwifQL Path.swift
[147/1011] Compiling SwifQL Predicates.swift
[148/1011] Compiling SwifQL Prepared.swift
[149/1011] Compiling SwifQL QueryBuilderable.swift
[150/1011] Compiling SwifQL QueryParts.swift
[151/1011] Compiling SwifQL ReferentialAction.swift
[152/1011] Compiling SwifQL SwifQLableResultBuilder.swift
[153/1011] Compiling SwifQL Schema.swift
[154/1011] Compiling SwifQL Schemable.swift
[155/1011] Compiling SwifQL SplittedQuery.swift
[156/1011] Compiling SwifQL SwifQL.swift
[157/1011] Compiling SwifQL SwifQLable+Action.swift
[158/1011] Compiling SwifQL SwifQLable+Add.swift
[159/1011] Compiling SwifQL SwifQLable+AddQuery.swift
[160/1011] Compiling SwifQL SwifQLable+After.swift
[161/1011] Compiling SwifQL SwifQLable+All.swift
[162/1011] Compiling SwifQL SwifQLable+Alter.swift
[163/1011] Compiling SwifQL SwifQLable+And.swift
[164/1011] Compiling SwifQL SwifQLable+Any.swift
[165/1011] Compiling SwifQL SwifQLable+As.swift
[168/1011] Compiling Logging LogHandler.swift
[169/1011] Compiling Logging Logging.swift
[170/1015] Compiling Atomics AtomicMemoryOrderings.swift
[171/1015] Compiling Atomics DoubleWord.swift
[172/1017] Compiling Atomics ManagedAtomic.swift
[173/1017] Compiling Atomics ManagedAtomicLazyReference.swift
[174/1017] Compiling Atomics UnsafeAtomic.swift
[175/1017] Compiling Atomics UnsafeAtomicLazyReference.swift
[176/1017] Compiling c-atomics.c
[181/1017] Compiling Atomics AtomicReference.swift
[182/1017] Compiling Atomics AtomicStorage.swift
[183/1017] Compiling Atomics AtomicValue.swift
[184/1017] Compiling CoreMetrics Locks.swift
[185/1017] Compiling CoreMetrics Metrics.swift
[186/1018] Compiling UnixSignals UnixSignalsSequence.swift
[187/1044] Emitting module UnixSignals
[188/1044] Compiling UnixSignals UnixSignal.swift
[191/1093] Compiling _RopeModule BigString+Sequence.swift
[192/1093] Compiling _RopeModule BigString+TextOutputStream.swift
[193/1175] Compiling NIOConcurrencyHelpers lock.swift
[194/1231] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[195/1231] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[196/1231] Compiling HashTreeCollections TreeDictionary+Keys.swift
[197/1231] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[198/1231] Compiling HashTreeCollections TreeDictionary+Merge.swift
[199/1231] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[200/1231] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[201/1238] Compiling HeapModule Heap+Descriptions.swift
[202/1238] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[203/1238] Compiling SwifQL SwifQLable+Table.swift
[204/1238] Compiling SwifQL SwifQLable+Timestamp.swift
[205/1238] Compiling SwifQL SwifQLable+To.swift
[206/1238] Compiling SwifQL SwifQLable+Type.swift
[207/1238] Compiling SwifQL SwifQLable+Union.swift
[208/1238] Compiling SwifQL SwifQLable+Unique.swift
[209/1238] Compiling SwifQL SwifQLable+Update.swift
[210/1238] Compiling SwifQL SwifQLable+Value.swift
[211/1238] Compiling SwifQL SwifQLable+Values.swift
[212/1238] Compiling SwifQL SwifQLable+Where.swift
[213/1238] Compiling SwifQL SwifQLable+WhereExists.swift
[214/1238] Compiling SwifQL SwifQLable+WhereNotExists.swift
[215/1238] Compiling SwifQL SwifQLable+Window.swift
[216/1238] Compiling SwifQL SwifQLable+With.swift
[217/1238] Compiling SwifQL SwifQLable.swift
[218/1238] Compiling SwifQL SwifQLableArraySeparator.swift
[219/1238] Compiling SwifQL Table.swift
[220/1238] Compiling SwifQL TableAlias.swift
[221/1238] Compiling SwifQL Type+Autodetect.swift
[222/1238] Compiling SwifQL Type+SwifQLable.swift
[223/1238] Compiling SwifQL Type.swift
[224/1238] Compiling SwifQL _Todo.swift
[225/1238] Compiling HashTreeCollections TreeDictionary+Collection.swift
[226/1238] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[227/1238] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[228/1238] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[229/1238] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[230/1238] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[231/1238] Compiling HashTreeCollections TreeDictionary+Filter.swift
[232/1238] Compiling NIOConcurrencyHelpers NIOLock.swift
[233/1238] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[234/1238] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[235/1238] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[236/1238] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[237/1238] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[238/1238] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[239/1238] Compiling SwifQL Operators.swift
[240/1238] Compiling SwifQL AliasPart.swift
[241/1238] Compiling SwifQL ArrayPart.swift
[242/1238] Compiling SwifQL BoolPart.swift
[243/1238] Compiling SwifQL ColumnPart.swift
[244/1238] Compiling SwifQL DatePart.swift
[245/1238] Compiling SwifQL HybridOperatorPart.swift
[246/1238] Compiling SwifQL KeyPathPart.swift
[247/1238] Compiling SwifQL NullPart.swift
[248/1238] Compiling SwifQL OperatorPart.swift
[249/1238] Compiling SwifQL SafeValuePart.swift
[250/1238] Compiling SwifQL TablePart.swift
[251/1238] Compiling SwifQL TableWithAliasPart.swift
[252/1238] Compiling SwifQL UnsafeValuePart.swift
[253/1238] Compiling SwifQL Path+Column.swift
[254/1238] Compiling SwifQL Path+Schema.swift
[255/1238] Compiling SwifQL Path+SchemaWithTable.swift
[256/1238] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[257/1238] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[258/1238] Compiling HashTreeCollections _HashNode+Storage.swift
[259/1238] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[260/1238] Compiling HashTreeCollections _HashNode+Structural filter.swift
[261/1238] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[262/1238] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[263/1238] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[264/1238] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[265/1238] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[266/1238] Compiling HashTreeCollections _HashNode+Structural merge.swift
[267/1238] Compiling HashTreeCollections _AncestorHashSlots.swift
[268/1238] Compiling HashTreeCollections _Bitmap.swift
[269/1238] Compiling HashTreeCollections _Bucket.swift
[270/1238] Compiling HashTreeCollections _Hash.swift
[271/1238] Compiling HashTreeCollections _HashLevel.swift
[272/1238] Compiling HashTreeCollections _HashNode+Builder.swift
[273/1238] Compiling HashTreeCollections _HashNode+Debugging.swift
[274/1238] Compiling HashTreeCollections _HashNode+Initializers.swift
[275/1238] Compiling HashTreeCollections _HashNode+Invariants.swift
[276/1238] Compiling HashTreeCollections _HashNode+Lookups.swift
[277/1238] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[278/1238] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[286/1238] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[287/1238] Compiling HeapModule _HeapNode.swift
[288/1238] Compiling HashTreeCollections _HashNode+Structural union.swift
[289/1238] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[290/1238] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[291/1238] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[292/1238] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[293/1238] Compiling HashTreeCollections _HashNode.swift
[294/1238] Compiling HashTreeCollections _HashNodeHeader.swift
[295/1238] Compiling HashTreeCollections _HashSlot.swift
[296/1238] Compiling HashTreeCollections _HashStack.swift
[297/1238] Compiling HashTreeCollections _HashTreeIterator.swift
[298/1238] Compiling HashTreeCollections _HashTreeStatistics.swift
[299/1238] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[300/1238] Compiling HashTreeCollections _RawHashNode.swift
[301/1238] Compiling HashTreeCollections _UnmanagedHashNode.swift
[302/1238] Compiling HashTreeCollections _UnsafePath.swift
[303/1238] Compiling HashTreeCollections TreeDictionary+Codable.swift
[304/1238] Compiling HeapModule Heap.swift
[328/1238] Emitting module SwifQL
[329/1238] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[330/1238] Compiling OrderedCollections OrderedSet.swift
[331/1238] Compiling OrderedCollections _UnsafeBitset.swift
[332/1238] Compiling HashTreeCollections TreeSet+Equatable.swift
[333/1238] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[334/1238] Compiling HashTreeCollections TreeSet+Extras.swift
[335/1238] Compiling HashTreeCollections TreeSet+Filter.swift
[336/1238] Compiling HashTreeCollections TreeSet+Hashable.swift
[337/1238] Compiling HashTreeCollections TreeSet+Sendable.swift
[338/1248] Compiling HeapModule Heap+Invariants.swift
[339/1248] Compiling HeapModule Heap+UnsafeHandle.swift
[354/1248] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[355/1248] Compiling NIOConcurrencyHelpers atomics.swift
[357/1248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[360/1248] Compiling _RopeModule Rope+Join.swift
[361/1248] Compiling _RopeModule Rope+MutatingForEach.swift
[362/1248] Compiling _RopeModule Rope+Remove.swift
[363/1248] Compiling _RopeModule Rope+RemoveSubrange.swift
[364/1248] Compiling _RopeModule Rope+Split.swift
[365/1248] Compiling _RopeModule Optional Utilities.swift
[366/1248] Compiling _RopeModule String Utilities.swift
[367/1248] Compiling _RopeModule String.Index+ABI.swift
[368/1258] Emitting module HeapModule
[369/1258] Emitting module NIOConcurrencyHelpers
[381/1260] Compiling OrderedCollections OrderedSet+SubSequence.swift
[382/1260] Compiling OrderedCollections OrderedSet+Testing.swift
[383/1260] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[401/1260] Compiling OrderedCollections OrderedSet+Sendable.swift
[401/1260] Compiling handshake_client.cc
[410/1260] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[411/1260] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[412/1260] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[413/1260] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[414/1260] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[415/1260] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[416/1260] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[417/1260] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[418/1260] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[419/1260] Compiling HashTreeCollections TreeSet.swift
[420/1260] Emitting module OrderedCollections
[421/1260] Emitting module Atomics
[453/1332] Compiling BitCollections BitArray+Hashable.swift
[454/1332] Compiling BitCollections BitArray+Initializers.swift
[455/1334] Compiling BitCollections BitArray+Codable.swift
[456/1334] Compiling BitCollections BitArray+Collection.swift
[457/1334] Emitting module Metrics
[458/1334] Compiling Metrics Metrics.swift
[469/1335] Compiling BitCollections BitArray+Copy.swift
[470/1335] Compiling BitCollections BitArray+CustomReflectable.swift
[471/1335] Compiling BitCollections BitArray+BitwiseOperations.swift
[472/1335] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[477/1335] Compiling BitCollections BitArray+Descriptions.swift
[478/1335] Compiling BitCollections BitArray+Equatable.swift
[479/1335] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[480/1335] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[483/1335] Compiling DequeModule _DequeSlot.swift
[484/1335] Compiling DequeModule _UnsafeWrappedBuffer.swift
[495/1335] Compiling BitCollections BitArray+Extras.swift
[496/1335] Compiling BitCollections BitArray+Fill.swift
[501/1335] Compiling BitCollections BitArray+RandomBits.swift
[502/1335] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[503/1335] Compiling BitCollections BitArray+Shifts.swift
[504/1335] Compiling BitCollections BitArray+Testing.swift
[505/1335] Compiling BitCollections BitArray._UnsafeHandle.swift
[506/1335] Compiling BitCollections BitArray.swift
[507/1335] Compiling BitCollections BitSet+BidirectionalCollection.swift
[508/1335] Compiling BitCollections BitSet+Codable.swift
[509/1335] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[510/1335] Compiling BitCollections BitSet+CustomReflectable.swift
[511/1335] Compiling BitCollections BitSet+CustomStringConvertible.swift
[512/1335] Compiling BitCollections BitSet+Equatable.swift
[513/1335] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[514/1335] Compiling BitCollections BitSet+Extras.swift
[515/1335] Compiling BitCollections BitSet+Hashable.swift
[516/1335] Compiling BitCollections BitSet+Initializers.swift
[517/1335] Compiling BitCollections BitSet+Invariants.swift
[518/1335] Emitting module BitCollections
[540/1342] Compiling BitCollections BitSet+Random.swift
[541/1342] Compiling BitCollections BitSet+SetAlgebra basics.swift
[542/1342] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[543/1342] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[544/1342] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[544/1342] Compiling extensions.cc
[548/1342] Emitting module _RopeModule
[559/1342] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[560/1342] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[561/1342] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[562/1342] Compiling BitCollections BitSet+SetAlgebra union.swift
[563/1342] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[564/1342] Compiling BitCollections BitSet.Counted.swift
[565/1342] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[566/1342] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[567/1342] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[568/1342] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[569/1342] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[570/1342] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[571/1342] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[572/1342] Compiling BitCollections BitSet.Index.swift
[573/1342] Compiling BitCollections BitSet._UnsafeHandle.swift
[574/1342] Compiling BitCollections BitSet.swift
[575/1342] Compiling BitCollections Range+Utilities.swift
[576/1342] Compiling BitCollections Slice+Utilities.swift
[577/1342] Compiling BitCollections UInt+Tricks.swift
[585/1342] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[600/1343] Emitting module DequeModule
[602/1344] Compiling handshake.cc
[604/1344] Emitting module HashTreeCollections
[613/1345] Compiling handoff.cc
[615/1464] Compiling NIOCore NIOAny.swift
[616/1464] Compiling NIOCore NIOCloseOnErrorHandler.swift
[617/1464] Compiling NIOCore NIOLoopBound.swift
[618/1464] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[619/1464] Compiling NIOCore NIOScheduledCallback.swift
[620/1464] Compiling NIOCore NIOSendable.swift
[621/1464] Compiling NIOCore RecvByteBufferAllocator.swift
[623/1465] 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 }
[623/1466] Compiling encrypted_client_hello.cc
[625/1466] Compiling NIOCore AsyncChannel.swift
[626/1466] Compiling NIOCore AsyncChannelHandler.swift
[626/1468] Compiling dtls_record.cc
[628/1468] Compiling NIOCore AddressedEnvelope.swift
[629/1468] Compiling NIOCore AsyncAwaitSupport.swift
[630/1468] Emitting module Collections
[631/1468] Compiling Collections Collections.swift
[631/1469] Compiling dtls_method.cc
[633/1469] Compiling _ConnectionPoolModule TinyFastSequence.swift
[635/1469] Emitting module AsyncAlgorithms
[635/1475] Compiling d1_srtp.cc
[636/1475] Compiling md5-x86_64-linux.S
[638/1475] Compiling NIOCore MulticastChannel.swift
[646/1483] Compiling NIOCore NIOAsyncWriter.swift
[647/1483] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[647/1483] Compiling md5-x86_64-apple.S
[649/1483] Compiling NIOCore NIOAsyncSequenceProducer.swift
[650/1483] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[651/1483] Compiling NIOCore BSDSocketAPI.swift
[652/1483] Compiling NIOCore ByteBuffer-aux.swift
[653/1483] Compiling NIOCore AsyncChannelInboundStream.swift
[654/1483] Compiling NIOCore AsyncChannelOutboundWriter.swift
[654/1483] Compiling md5-586-linux.S
[662/1483] Emitting module _ConnectionPoolModule
[663/1483] Compiling NIOCore ChannelInvoker.swift
[664/1483] Compiling NIOCore ChannelOption.swift
[665/1483] Compiling NIOCore ChannelPipeline.swift
[666/1483] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[667/1483] Compiling NIOCore EventLoopFuture+Deprecated.swift
[668/1483] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[669/1483] Compiling NIOCore EventLoopFuture.swift
[670/1483] Compiling NIOCore FileDescriptor.swift
[671/1483] Compiling NIOCore FileHandle.swift
[672/1483] Compiling NIOCore FileRegion.swift
[673/1483] Compiling NIOCore GlobalSingletons.swift
[674/1483] Compiling NIOCore IO.swift
[674/1483] Compiling bio_ssl.cc
[674/1483] Compiling d1_both.cc
[674/1483] Compiling md5-586-apple.S
[674/1483] Compiling d1_pkt.cc
[674/1483] Compiling d1_lib.cc
BUILD FAILURE 6.1 android