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 fluent-postgres-driver, reference 2.10.1 (095bc5), with Swift 6.1 for Android on 30 May 2025 19:17:05 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-postgres-driver.git
Reference: 2.10.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/vapor/fluent-postgres-driver
 * tag               2.10.1     -> FETCH_HEAD
HEAD is now at 095bc5a Some minor cleanup (#224)
Cloned https://github.com/vapor/fluent-postgres-driver.git
Revision (git rev-parse @):
095bc5a17ab3363167f4becb270b6f8eb790481c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-postgres-driver.git at 2.10.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/fluent-postgres-driver.git
https://github.com/vapor/fluent-postgres-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "postgres-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.13.4",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-kit.git"
    }
  ],
  "manifest_display_name" : "fluent-postgres-driver",
  "name" : "fluent-postgres-driver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentPostgresDriver",
      "targets" : [
        "FluentPostgresDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentPostgresDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentPostgresDriverTests",
      "path" : "Tests/FluentPostgresDriverTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentPostgresDriverTests.swift",
        "FluentPostgresTransactionControlTests.swift"
      ],
      "target_dependencies" : [
        "FluentPostgresDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentPostgresDriver",
      "module_type" : "SwiftTarget",
      "name" : "FluentPostgresDriver",
      "path" : "Sources/FluentPostgresDriver",
      "product_dependencies" : [
        "FluentKit",
        "FluentSQL",
        "PostgresKit"
      ],
      "product_memberships" : [
        "FluentPostgresDriver"
      ],
      "sources" : [
        "DatabaseID+PostgreSQL.swift",
        "Deprecations/FluentPostgresConfiguration+Deprecated.swift",
        "Exports.swift",
        "FluentPostgresConfiguration.swift",
        "FluentPostgresDatabase.swift",
        "FluentPostgresDriver.swift",
        "PostgresConverterDelegate.swift",
        "PostgresError+Database.swift",
        "PostgresRow+Database.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
[3000/18683] Fetching postgres-kit, fluent-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.47s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.63s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.23s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/5983] Fetching sql-kit
[121/8353] Fetching sql-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.37s)
[1/12271] Fetching postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.81s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.82s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.70s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/5959] Fetching swift-algorithms
[359/9795] Fetching swift-algorithms, swift-log
[9796/26386] Fetching swift-algorithms, swift-log, swift-collections
[13944/102509] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (1.14s)
[60773/96550] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
[46465/79959] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.68s)
Fetched https://github.com/apple/swift-nio.git from cache (4.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.69s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.34s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.11s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[70/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (0.83s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2206] Fetching swift-metrics
[1347/4632] Fetching swift-metrics, swift-service-lifecycle
[2781/18568] Fetching swift-metrics, swift-service-lifecycle, swift-crypto
[3362/33411] Fetching swift-metrics, swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.68s)
[5889/31205] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl
[8890/33872] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.54s)
[10670/31205] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (3.07s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.25s)
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 (4.09s)
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.53s)
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.50s)
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.86s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.90s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.40s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.36s)
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.92s)
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-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-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-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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/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/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-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.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Building for debugging...
[0/812] Write sources
[37/812] Compiling CNIODarwin shim.c
[38/812] Compiling _NumericsShims _NumericsShims.c
[39/812] Compiling CNIOLinux liburing_shims.c
[40/812] Compiling CNIOWindows shim.c
[41/812] Compiling CNIOWASI CNIOWASI.c
[42/812] Compiling _AtomicsShims.c
[42/812] Compiling CNIOWindows WSAStartup.c
[44/812] Compiling fiat_p256_adx_sqr.S
[45/812] Compiling CNIOLinux shim.c
[46/812] Write swift-version-24593BA9C3E375BF.txt
[47/812] Compiling fiat_curve25519_adx_square.S
[48/812] Compiling fiat_p256_adx_mul.S
[49/812] Compiling fiat_curve25519_adx_mul.S
[50/816] Compiling CNIOBoringSSLShims shims.c
[52/845] Emitting module RealModule
[52/846] Compiling tls_method.cc
[53/846] Compiling tls_record.cc
[55/865] Compiling _NIODataStructures PriorityQueue.swift
[56/865] Compiling _NIODataStructures _TinyArray.swift
[57/865] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/866] Compiling RealModule Real.swift
[59/866] Emitting module _NIOBase64
[60/866] Compiling _NIOBase64 Base64.swift
[61/866] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/866] Compiling InternalCollectionsUtilities Integer rank.swift
[63/866] Emitting module InternalCollectionsUtilities
[64/866] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/866] Compiling InternalCollectionsUtilities Debugging.swift
[66/866] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/866] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/867] Compiling InternalCollectionsUtilities Descriptions.swift
[69/867] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/867] Compiling RealModule RealFunctions.swift
[71/867] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/867] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/867] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/867] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/867] Compiling RealModule ElementaryFunctions.swift
[76/867] Compiling RealModule Float80+Real.swift
[77/867] Compiling RealModule Float+Real.swift
[78/867] Emitting module _NIODataStructures
[79/867] Compiling RealModule Float16+Real.swift
[80/867] Compiling _NIODataStructures Heap.swift
[85/869] Compiling c-nioatomics.c
[89/869] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/876] Compiling ConcurrencyHelpers LockedValueBox.swift
[92/944] Emitting module ConcurrencyHelpers
[93/944] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[94/944] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[95/946] Compiling _RopeModule BigString+Builder.swift
[96/946] Compiling _RopeModule BigString+Contents.swift
[97/946] Compiling _RopeModule BigString+Debugging.swift
[97/946] Compiling c-atomics.c
[99/1001] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[100/1001] Compiling OrderedCollections _HashTable+Testing.swift
[101/1001] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[102/1001] Compiling CoreMetrics Metrics.swift
[103/1001] Compiling Logging MetadataProvider.swift
[104/1001] Compiling ConcurrencyHelpers Lock.swift
[105/1002] Compiling CoreMetrics Locks.swift
[106/1002] Emitting module CoreMetrics
[107/1003] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[108/1003] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[109/1003] Emitting module Logging
[110/1003] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[111/1003] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[112/1003] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[113/1003] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[114/1003] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[115/1003] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[116/1003] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[117/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[118/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[119/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[120/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[121/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[122/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[123/1010] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[124/1010] Compiling Logging LogHandler.swift
[125/1010] Compiling Logging Locks.swift
[126/1010] Compiling Logging Logging.swift
[127/1010] Compiling OrderedCollections OrderedDictionary+Codable.swift
[128/1010] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[129/1010] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[130/1010] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[131/1011] Compiling OrderedCollections _HashTable.swift
[132/1011] Compiling OrderedCollections _Hashtable+Header.swift
[133/1011] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[134/1011] Compiling OrderedCollections OrderedDictionary+Elements.swift
[135/1011] Compiling tls13_server.cc
[139/1011] Compiling OrderedCollections OrderedDictionary.swift
[140/1011] Compiling OrderedCollections OrderedSet+Codable.swift
[141/1011] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[142/1011] Compiling OrderedCollections OrderedSet+Descriptions.swift
[143/1011] Compiling OrderedCollections OrderedSet+Diffing.swift
[144/1011] Compiling OrderedCollections OrderedSet+Equatable.swift
[145/1011] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[146/1011] Compiling OrderedCollections OrderedSet+Hashable.swift
[147/1011] Compiling OrderedCollections OrderedSet+Initializers.swift
[148/1011] Compiling OrderedCollections OrderedSet+Insertions.swift
[149/1011] Compiling OrderedCollections OrderedSet+Invariants.swift
[150/1011] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[151/1011] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[152/1011] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[153/1011] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[154/1011] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/1026] Emitting module SwiftASN1
[158/1027] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/1027] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/1027] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/1027] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/1027] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/1027] Compiling OrderedCollections OrderedDictionary+Values.swift
[163/1030] Compiling tls13_enc.cc
[171/1030] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[172/1030] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[174/1030] Compiling HeapModule Heap+Descriptions.swift
[175/1030] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[176/1030] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[177/1030] Compiling OrderedCollections OrderedSet.swift
[178/1030] Compiling OrderedCollections _UnsafeBitset.swift
[179/1030] Compiling _RopeModule Rope+Sequence.swift
[180/1030] Compiling _RopeModule Rope+Append.swift
[181/1030] Compiling _RopeModule Rope+Extract.swift
[182/1030] Compiling _RopeModule Rope+Find.swift
[183/1030] Compiling _RopeModule Rope+ForEachWhile.swift
[184/1030] Compiling _RopeModule Rope+Insert.swift
[194/1115] Compiling HeapModule Heap.swift
[195/1115] Compiling HeapModule _HeapNode.swift
[196/1116] Compiling HashTreeCollections _HashStack.swift
[197/1116] Compiling HashTreeCollections _AncestorHashSlots.swift
[198/1116] Compiling HashTreeCollections _Bitmap.swift
[199/1116] Compiling HashTreeCollections _Bucket.swift
[200/1116] Compiling HashTreeCollections _Hash.swift
[201/1116] Compiling HashTreeCollections _HashLevel.swift
[202/1116] Compiling HashTreeCollections _HashNode+Builder.swift
[203/1116] Compiling HashTreeCollections _HashNode+Debugging.swift
[204/1116] Compiling HashTreeCollections _HashNode+Initializers.swift
[205/1116] Compiling HashTreeCollections _HashNode+Invariants.swift
[206/1130] Compiling HeapModule Heap+Invariants.swift
[207/1130] Compiling HeapModule Heap+UnsafeHandle.swift
[208/1130] Emitting module HeapModule
[209/1131] Compiling NIOConcurrencyHelpers NIOLock.swift
[210/1131] Emitting module UnixSignals
[212/1131] Compiling DequeModule Deque+Codable.swift
[213/1131] Compiling DequeModule Deque+Collection.swift
[214/1131] Compiling DequeModule Deque+CustomReflectable.swift
[215/1131] Compiling DequeModule Deque+Descriptions.swift
[216/1131] Compiling DequeModule Deque+Extras.swift
[217/1131] Compiling DequeModule Deque+Hashable.swift
[218/1131] Compiling DequeModule Deque+Equatable.swift
[219/1131] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[220/1131] Compiling DequeModule Deque._UnsafeHandle.swift
[221/1131] Compiling DequeModule Deque.swift
[222/1131] Compiling NIOConcurrencyHelpers lock.swift
[223/1131] Compiling UnixSignals UnixSignal.swift
[224/1131] Compiling UnixSignals UnixSignalsSequence.swift
[225/1132] Compiling DequeModule _DequeBuffer.swift
[226/1132] Compiling DequeModule _DequeBufferHeader.swift
[238/1134] Compiling NIOConcurrencyHelpers atomics.swift
[239/1134] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[240/1134] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[241/1134] Emitting module NIOConcurrencyHelpers
[244/1135] Compiling HashTreeCollections TreeDictionary+Values.swift
[245/1135] Compiling HashTreeCollections TreeDictionary.swift
[246/1135] Compiling HashTreeCollections TreeSet+Codable.swift
[247/1135] Compiling HashTreeCollections TreeSet+Collection.swift
[248/1135] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[249/1135] Compiling HashTreeCollections TreeSet+Debugging.swift
[250/1135] Compiling HashTreeCollections TreeSet+Descriptions.swift
[252/1135] Compiling HashTreeCollections TreeSet+Hashable.swift
[253/1135] Compiling HashTreeCollections TreeSet+Sendable.swift
[254/1135] Compiling HashTreeCollections TreeSet+Sequence.swift
[255/1135] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[256/1135] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[257/1135] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[258/1135] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[259/1135] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[260/1135] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[261/1135] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[262/1145] Compiling DequeModule _DequeSlot.swift
[263/1145] Compiling DequeModule _UnsafeWrappedBuffer.swift
[270/1145] Compiling HashTreeCollections TreeSet+Equatable.swift
[271/1145] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[272/1145] Compiling HashTreeCollections TreeSet+Extras.swift
[273/1145] Compiling HashTreeCollections TreeSet+Filter.swift
[274/1145] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[275/1145] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[276/1145] Compiling HashTreeCollections TreeDictionary+Filter.swift
[277/1145] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[278/1145] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[279/1145] Compiling HashTreeCollections TreeDictionary+Keys.swift
[280/1145] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[281/1145] Compiling HashTreeCollections TreeDictionary+Merge.swift
[282/1145] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[283/1145] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[285/1145] Emitting module _RopeModule
[290/1145] Compiling DequeModule Deque+Testing.swift
[291/1145] Compiling DequeModule Deque._Storage.swift
[292/1145] Compiling Metrics Metrics.swift
[293/1145] Emitting module Metrics
[297/1146] Emitting module DequeModule
[298/1147] Emitting module OrderedCollections
[299/1148] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[300/1148] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[301/1148] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[302/1148] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[303/1148] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[304/1148] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[305/1148] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[306/1148] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[307/1148] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[308/1148] Compiling HashTreeCollections TreeSet.swift
[311/1148] Compiling HashTreeCollections _HashTreeIterator.swift
[312/1148] Compiling HashTreeCollections _HashTreeStatistics.swift
[313/1148] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[314/1148] Compiling HashTreeCollections _RawHashNode.swift
[315/1148] Compiling HashTreeCollections _UnmanagedHashNode.swift
[316/1148] Compiling HashTreeCollections _UnsafePath.swift
[317/1148] Compiling HashTreeCollections TreeDictionary+Codable.swift
[318/1148] Compiling HashTreeCollections TreeDictionary+Collection.swift
[319/1148] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[320/1148] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[321/1148] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[322/1148] Compiling HashTreeCollections _HashNode+Lookups.swift
[323/1148] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[324/1148] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[325/1148] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[326/1148] Compiling HashTreeCollections _HashNode+Storage.swift
[327/1148] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[328/1148] Compiling HashTreeCollections _HashNode+Structural filter.swift
[329/1148] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[330/1148] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[331/1148] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[341/1148] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[342/1148] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[343/1148] Compiling HashTreeCollections _HashNode+Structural merge.swift
[359/1148] Compiling tls13_client.cc
[361/1149] Compiling tls13_both.cc
[362/1149] Compiling t1_enc.cc
[396/1149] Compiling ssl_versions.cc
[397/1149] Compiling ssl_x509.cc
[398/1149] Compiling ssl_transcript.cc
[399/1149] Compiling ssl_stat.cc
[401/1149] Emitting module HashTreeCollections
[402/1150] Compiling ssl_privkey.cc
[403/1150] Compiling ssl_session.cc
[404/1150] Compiling ssl_lib.cc
[405/1150] Compiling ssl_file.cc
[406/1150] Compiling ssl_credential.cc
[407/1150] Compiling ssl_key_share.cc
[408/1150] Compiling ssl_cipher.cc
[409/1150] Compiling ssl_buffer.cc
[410/1150] Compiling ssl_cert.cc
[411/1150] Compiling ssl_asn1.cc
[412/1150] Compiling ssl_aead_ctx.cc
[413/1150] Compiling s3_pkt.cc
[414/1150] Compiling s3_both.cc
[415/1150] Compiling s3_lib.cc
[416/1150] Compiling handshake_server.cc
[417/1150] Compiling handshake_client.cc
[418/1150] Compiling handshake.cc
[419/1150] Compiling handoff.cc
[420/1150] Compiling encrypted_client_hello.cc
[421/1150] Compiling extensions.cc
[422/1150] Compiling md5-x86_64-linux.S
[423/1150] Compiling md5-x86_64-apple.S
[424/1150] Compiling md5-586-linux.S
[425/1150] Compiling dtls_method.cc
[426/1150] Compiling md5-586-apple.S
[427/1150] Compiling chacha20_poly1305_x86_64-linux.S
[428/1150] Compiling dtls_record.cc
[429/1150] Compiling chacha20_poly1305_armv8-win.S
[430/1150] Compiling chacha20_poly1305_x86_64-apple.S
[431/1150] Compiling d1_srtp.cc
[432/1150] Compiling chacha20_poly1305_armv8-apple.S
[433/1150] Compiling chacha20_poly1305_armv8-linux.S
[434/1150] Compiling chacha-x86_64-linux.S
[435/1150] Compiling chacha-x86_64-apple.S
[436/1150] Compiling chacha-x86-linux.S
[437/1150] Compiling chacha-x86-apple.S
[438/1150] Compiling chacha-armv8-win.S
[439/1150] Compiling chacha-armv8-linux.S
[440/1150] Compiling chacha-armv4-linux.S
[441/1150] Compiling chacha-armv8-apple.S
[442/1150] Compiling d1_pkt.cc
[443/1150] Compiling aes128gcmsiv-x86_64-linux.S
[444/1150] Compiling aes128gcmsiv-x86_64-apple.S
[445/1150] Compiling x86_64-mont5-linux.S
[446/1150] Compiling x86_64-mont5-apple.S
[447/1150] Compiling x86_64-mont-linux.S
[448/1150] Compiling x86_64-mont-apple.S
[449/1150] Compiling x86-mont-linux.S
[450/1150] Compiling x86-mont-apple.S
[451/1150] Compiling vpaes-x86_64-linux.S
[452/1150] Compiling err_data.cc
[453/1150] Compiling vpaes-x86_64-apple.S
[454/1150] Compiling vpaes-x86-linux.S
[455/1150] Compiling vpaes-x86-apple.S
[456/1150] Compiling vpaes-armv8-win.S
[457/1150] Compiling vpaes-armv8-apple.S
[458/1150] Compiling vpaes-armv8-linux.S
[459/1150] Compiling d1_lib.cc
[460/1150] Compiling vpaes-armv7-linux.S
[461/1150] Compiling sha512-x86_64-linux.S
[462/1150] Compiling sha512-x86_64-apple.S
[463/1150] Compiling sha512-armv8-win.S
[464/1150] Compiling sha512-armv8-apple.S
[465/1150] Compiling sha512-armv4-linux.S
[466/1150] Compiling sha512-586-linux.S
[467/1150] Compiling sha512-armv8-linux.S
[468/1150] Compiling sha512-586-apple.S
[469/1150] Compiling sha256-x86_64-apple.S
[470/1150] Compiling sha256-x86_64-linux.S
[471/1150] Compiling sha256-armv8-linux.S
[472/1150] Compiling sha256-armv4-linux.S
[472/1150] Compiling sha256-armv8-win.S
[474/1150] Compiling sha256-armv8-apple.S
[475/1150] Compiling sha256-586-apple.S
[476/1150] Compiling sha256-586-linux.S
[477/1150] Compiling sha1-x86_64-linux.S
[478/1150] Compiling sha1-x86_64-apple.S
[479/1150] Compiling d1_both.cc
[480/1150] Compiling sha1-armv8-win.S
[481/1150] Compiling sha1-586-linux.S
[482/1150] Compiling sha1-armv4-large-linux.S
[482/1150] Compiling sha1-armv8-apple.S
[482/1150] Compiling sha1-armv8-linux.S
[485/1150] Compiling sha1-586-apple.S
[486/1150] Compiling rsaz-avx2-apple.S
[487/1150] Compiling rdrand-x86_64-apple.S
[488/1150] Compiling rsaz-avx2-linux.S
[489/1150] Compiling p256_beeu-x86_64-asm-apple.S
[490/1150] Compiling p256_beeu-x86_64-asm-linux.S
[491/1150] Compiling rdrand-x86_64-linux.S
[492/1150] Compiling p256_beeu-armv8-asm-linux.S
[493/1150] Compiling bio_ssl.cc
[493/1150] Compiling p256_beeu-armv8-asm-win.S
[495/1150] Compiling p256_beeu-armv8-asm-apple.S
[496/1150] Compiling p256-armv8-asm-win.S
[497/1150] Compiling p256-x86_64-asm-linux.S
[498/1150] Compiling p256-x86_64-asm-apple.S
[499/1150] Compiling p256-armv8-asm-linux.S
[500/1150] Compiling p256-armv8-asm-apple.S
[501/1150] Compiling ghashv8-armv8-apple.S
[502/1150] Compiling ghashv8-armv8-win.S
[503/1150] Compiling ghash-x86_64-linux.S
[504/1150] Compiling ghashv8-armv7-linux.S
[505/1150] Compiling ghash-x86_64-apple.S
[506/1150] Compiling ghash-x86-linux.S
[507/1150] Compiling ghashv8-armv8-linux.S
[508/1150] Compiling ghash-x86-apple.S
[509/1150] Compiling ghash-ssse3-x86_64-linux.S
[510/1150] Compiling ghash-ssse3-x86_64-apple.S
[511/1150] Compiling ghash-ssse3-x86-linux.S
[512/1150] Compiling ghash-ssse3-x86-apple.S
[513/1150] Compiling ghash-neon-armv8-apple.S
[514/1150] Compiling ghash-neon-armv8-win.S
[515/1150] Compiling ghash-neon-armv8-linux.S
[516/1150] Compiling ghash-armv4-linux.S
[517/1150] Compiling co-586-linux.S
[518/1150] Compiling co-586-apple.S
[519/1150] Compiling bsaes-armv7-linux.S
[520/1150] Compiling bn-armv8-win.S
[521/1150] Compiling bn-armv8-apple.S
[522/1150] Compiling bn-armv8-linux.S
[523/1150] Compiling bn-586-apple.S
[524/1150] Compiling bn-586-linux.S
[525/1150] Compiling armv8-mont-win.S
[526/1150] Compiling armv4-mont-linux.S
[527/1150] Compiling armv8-mont-linux.S
[528/1150] Compiling armv8-mont-apple.S
[528/1150] Compiling aesv8-gcm-armv8-linux.S
[530/1150] Compiling aesv8-gcm-armv8-win.S
[531/1150] Compiling aesv8-gcm-armv8-apple.S
[532/1150] Compiling aesv8-armv8-win.S
[533/1150] Compiling aesv8-armv7-linux.S
[534/1150] Compiling aesni-x86_64-linux.S
[535/1150] Compiling aesv8-armv8-linux.S
[536/1150] Compiling aesv8-armv8-apple.S
[537/1150] Compiling aesni-x86_64-apple.S
[538/1150] Compiling aesni-x86-apple.S
[539/1150] Compiling aesni-x86-linux.S
[540/1150] Compiling aesni-gcm-x86_64-linux.S
[541/1150] Compiling aes-gcm-avx2-x86_64-linux.S
[542/1150] Compiling aesni-gcm-x86_64-apple.S
[543/1150] Compiling aes-gcm-avx10-x86_64-apple.S
[544/1150] Compiling aes-gcm-avx10-x86_64-linux.S
[545/1150] Compiling aes-gcm-avx2-x86_64-apple.S
[546/1150] Compiling x_val.cc
[547/1150] Compiling x_sig.cc
[548/1150] Compiling x_x509a.cc
[549/1150] Compiling x_spki.cc
[550/1150] Compiling x_req.cc
[551/1150] Compiling x_x509.cc
[552/1150] Compiling x_pubkey.cc
[553/1150] Compiling x_name.cc
[554/1150] Compiling x_exten.cc
[555/1150] Compiling x_crl.cc
[556/1150] Compiling x_attrib.cc
[557/1150] Compiling x509spki.cc
[558/1150] Compiling x_algor.cc
[559/1150] Compiling x509name.cc
[560/1150] Compiling x_all.cc
[560/1150] Compiling x509rset.cc
[562/1150] Compiling x509cset.cc
[563/1150] Compiling x509_vpm.cc
[564/1150] Compiling x509_v3.cc
[565/1150] Compiling x509_txt.cc
[566/1150] Compiling x509_trs.cc
[567/1150] Compiling x509_set.cc
[568/1150] Compiling x509_vfy.cc
[569/1150] Compiling x509_req.cc
[570/1150] Compiling x509_obj.cc
[571/1150] Compiling x509_lu.cc
[572/1150] Compiling x509_def.cc
[573/1150] Compiling x509_d2.cc
[574/1150] Compiling x509_ext.cc
[575/1150] Compiling x509.cc
[576/1150] Compiling x509_att.cc
[577/1150] Compiling x509_cmp.cc
[578/1150] Compiling v3_utl.cc
[579/1150] Compiling v3_purp.cc
[580/1150] Compiling v3_skey.cc
[581/1150] Compiling v3_prn.cc
[582/1150] Compiling v3_pcons.cc
[583/1150] Compiling v3_ocsp.cc
[584/1150] Compiling v3_pmaps.cc
[585/1150] Compiling v3_ncons.cc
[586/1150] Compiling v3_info.cc
[587/1150] Compiling v3_lib.cc
[588/1150] Compiling v3_int.cc
[589/1150] Compiling v3_genn.cc
[590/1150] Compiling v3_ia5.cc
[591/1150] Compiling v3_extku.cc
[592/1150] Compiling v3_enum.cc
[593/1150] Compiling v3_crld.cc
[594/1150] Compiling v3_cpols.cc
[595/1150] Compiling v3_conf.cc
[596/1150] Compiling v3_bitst.cc
[597/1150] Compiling v3_alt.cc
[598/1150] Compiling v3_akeya.cc
[599/1150] Compiling v3_bcons.cc
[600/1150] Compiling v3_akey.cc
[601/1150] Compiling t_x509a.cc
[602/1150] Compiling i2d_pr.cc
[603/1150] Compiling t_x509.cc
[604/1150] Compiling t_crl.cc
[605/1150] Compiling t_req.cc
[606/1150] Compiling policy.cc
[607/1150] Compiling name_print.cc
[608/1150] Compiling rsa_pss.cc
[609/1150] Compiling by_file.cc
[610/1150] Compiling by_dir.cc
[611/1150] Compiling asn1_gen.cc
[612/1150] Compiling a_verify.cc
[613/1150] Compiling algorithm.cc
[614/1150] Compiling a_digest.cc
[615/1150] Compiling trust_token.cc
[616/1150] Compiling voprf.cc
[617/1150] Compiling a_sign.cc
[618/1150] Compiling thread_win.cc
[619/1150] Compiling thread.cc
[620/1150] Compiling thread_none.cc
[621/1150] Compiling thread_pthread.cc
[622/1150] Compiling stack.cc
[623/1150] Compiling pmbtoken.cc
[624/1150] Compiling siphash.cc
[625/1150] Compiling sha256.cc
[626/1150] Compiling sha512.cc
[627/1150] Compiling slhdsa.cc
[628/1150] Compiling sha1.cc
[629/1150] Compiling spake2plus.cc
[630/1150] Compiling rsa_print.cc
[631/1150] Compiling rsa_extra.cc
[632/1150] Compiling urandom.cc
[633/1150] Compiling windows.cc
[634/1150] Compiling rc4.cc
[635/1150] Compiling refcount.cc
[636/1150] Compiling rsa_crypt.cc
[637/1150] Compiling trusty.cc
[638/1150] Compiling rand.cc
[638/1150] Compiling rsa_asn1.cc
[640/1150] Compiling ios.cc
[641/1150] Compiling getentropy.cc
[642/1150] Compiling poly1305_arm_asm.S
[643/1150] Compiling deterministic.cc
[644/1150] Compiling passive.cc
[645/1150] Compiling forkunsafe.cc
[646/1150] Compiling fork_detect.cc
[647/1150] Compiling poly1305_vec.cc
[648/1150] Compiling pool.cc
[649/1150] Compiling poly1305_arm.cc
[650/1150] Compiling poly1305.cc
[651/1150] Compiling pkcs8_x509.cc
[652/1150] Compiling pkcs7.cc
[653/1150] Compiling pkcs8.cc
[654/1150] Compiling p5_pbev2.cc
[655/1150] Compiling pkcs7_x509.cc
[656/1150] Compiling pem_x509.cc
[657/1150] Compiling pem_pkey.cc
[658/1150] Compiling pem_xaux.cc
[659/1150] Compiling pem_info.cc
[660/1150] Compiling pem_lib.cc
[661/1150] Compiling pem_oth.cc
[662/1150] Compiling pem_pk8.cc
[663/1150] Compiling pem_all.cc
[664/1150] Compiling mlkem.cc
[665/1150] Compiling obj_xref.cc
[666/1150] Compiling mldsa.cc
[667/1150] Compiling poly_rq_mul.S
[668/1150] Compiling obj.cc
[669/1150] Compiling fips_shared_support.cc
[670/1150] Compiling mem.cc
[671/1150] Compiling md5.cc
[672/1150] Compiling md4.cc
[673/1150] Compiling lhash.cc
[674/1150] Compiling kyber.cc
[675/1150] Compiling ex_data.cc
[676/1150] Compiling sign.cc
[677/1150] Compiling scrypt.cc
[678/1150] Compiling print.cc
[679/1150] Compiling hrss.cc
[680/1150] Compiling hpke.cc
[681/1150] Compiling pbkdf.cc
[682/1150] Compiling p_x25519.cc
[683/1150] Compiling p_x25519_asn1.cc
[684/1150] Compiling p_rsa_asn1.cc
[685/1150] Compiling p_ed25519.cc
[686/1150] Compiling p_hkdf.cc
[687/1150] Compiling p_rsa.cc
[688/1150] Compiling p_ed25519_asn1.cc
[689/1150] Compiling p_ec_asn1.cc
[690/1150] Compiling p_ec.cc
[691/1150] Compiling p_dh.cc
[692/1150] Compiling p_dh_asn1.cc
[693/1150] Compiling evp_ctx.cc
[694/1150] Compiling p_dsa_asn1.cc
[695/1150] Compiling evp_asn1.cc
[696/1150] Compiling evp.cc
[697/1150] Compiling engine.cc
[698/1150] Compiling err.cc
[699/1150] Compiling ecdh.cc
[700/1150] Compiling ecdsa_asn1.cc
[701/1150] Compiling hash_to_curve.cc
[702/1150] Compiling ec_derive.cc
[703/1150] Compiling dsa.cc
[704/1150] Compiling ec_asn1.cc
[705/1150] Compiling dsa_asn1.cc
[706/1150] Compiling bcm.cc
[707/1150] Compiling x25519-asm-arm.S
[708/1150] Compiling params.cc
[709/1150] Compiling digest_extra.cc
[710/1150] Compiling des.cc
[711/1150] Compiling dh_asn1.cc
[712/1150] Compiling curve25519_64_adx.cc
[713/1150] Compiling spake25519.cc
[714/1150] Compiling cpu_intel.cc
[715/1150] Compiling cpu_arm_linux.cc
[716/1150] Compiling crypto.cc
[717/1150] Compiling curve25519.cc
[718/1150] Compiling cpu_arm_freebsd.cc
[719/1150] Compiling cpu_aarch64_win.cc
[720/1150] Compiling cpu_aarch64_sysreg.cc
[721/1150] Compiling cpu_aarch64_openbsd.cc
[722/1150] Compiling cpu_aarch64_fuchsia.cc
[723/1150] Compiling cpu_aarch64_linux.cc
[724/1150] Compiling cpu_aarch64_apple.cc
[725/1150] Compiling conf.cc
[726/1150] Compiling tls_cbc.cc
[727/1150] Compiling get_cipher.cc
[728/1150] Compiling e_tls.cc
[729/1150] Compiling e_rc2.cc
[730/1150] Compiling e_rc4.cc
[731/1150] Compiling e_null.cc
[732/1150] Compiling e_des.cc
[733/1150] Compiling e_aesgcmsiv.cc
[734/1150] Compiling e_chacha20poly1305.cc
[735/1150] Compiling e_aesctrhmac.cc
[736/1150] Compiling derive_key.cc
[737/1150] Compiling chacha.cc
[738/1150] Compiling unicode.cc
[739/1150] Compiling cbb.cc
[740/1150] Compiling cbs.cc
[741/1150] Compiling buf.cc
[742/1150] Compiling ber.cc
[743/1150] Compiling asn1_compat.cc
[744/1150] Compiling convert.cc
[745/1150] Compiling blake2.cc
[746/1150] Compiling socket_helper.cc
[747/1150] Compiling bn_asn1.cc
[748/1150] Compiling printf.cc
[749/1150] Compiling socket.cc
[750/1150] Compiling pair.cc
[751/1150] Compiling hexdump.cc
[752/1150] Compiling fd.cc
[753/1150] Compiling errno.cc
[754/1150] Compiling file.cc
[755/1150] Compiling bio_mem.cc
[756/1150] Compiling connect.cc
[757/1150] Compiling bio.cc
[758/1150] Compiling base64.cc
[759/1150] Compiling tasn_typ.cc
[760/1150] Compiling tasn_fre.cc
[761/1150] Compiling tasn_enc.cc
[762/1150] Compiling tasn_utl.cc
[763/1150] Compiling posix_time.cc
[764/1150] Compiling tasn_new.cc
[765/1150] Compiling tasn_dec.cc
[766/1150] Compiling f_string.cc
[767/1150] Compiling f_int.cc
[768/1150] Compiling asn_pack.cc
[769/1150] Compiling asn1_par.cc
[770/1150] Compiling asn1_lib.cc
[771/1150] Compiling a_octet.cc
[772/1150] Compiling a_type.cc
[773/1150] Compiling a_utctm.cc
[774/1150] Compiling a_time.cc
[775/1150] Compiling a_strnid.cc
[776/1150] Compiling a_strex.cc
[777/1150] Compiling a_object.cc
[778/1150] Compiling a_i2d_fp.cc
[779/1150] Compiling a_mbstr.cc
[780/1150] Compiling a_dup.cc
[781/1150] Compiling fiat_p256_adx_sqr.S
[782/1150] Compiling fiat_p256_adx_mul.S
[783/1150] Compiling fiat_curve25519_adx_square.S
[784/1150] Compiling a_d2i_fp.cc
[785/1150] Compiling md5-x86_64-linux.S
[786/1150] Compiling fiat_curve25519_adx_mul.S
[787/1150] Compiling md5-x86_64-apple.S
[788/1150] Compiling CCryptoBoringSSLShims shims.c
[789/1150] Compiling a_int.cc
[790/1150] Compiling md5-586-linux.S
[791/1150] Compiling md5-586-apple.S
[792/1150] Compiling chacha20_poly1305_x86_64-linux.S
[793/1150] Compiling chacha20_poly1305_x86_64-apple.S
[794/1150] Compiling a_gentm.cc
[795/1150] Compiling chacha20_poly1305_armv8-win.S
[796/1150] Compiling a_bitstr.cc
[797/1150] Compiling chacha-x86_64-linux.S
[798/1150] Compiling chacha20_poly1305_armv8-apple.S
[799/1150] Compiling chacha-x86-linux.S
[799/1150] Compiling chacha-x86_64-apple.S
[801/1150] Compiling chacha-x86-apple.S
[802/1150] Compiling chacha-armv8-win.S
[803/1150] Compiling chacha20_poly1305_armv8-linux.S
[804/1150] Compiling chacha-armv8-apple.S
[805/1150] Compiling chacha-armv8-linux.S
[806/1150] Compiling chacha-armv4-linux.S
[807/1150] Compiling aes128gcmsiv-x86_64-linux.S
[808/1150] Compiling aes128gcmsiv-x86_64-apple.S
[809/1150] Compiling x86_64-mont5-linux.S
[810/1150] Compiling x86_64-mont-linux.S
[811/1150] Compiling x86-mont-linux.S
[812/1150] Compiling x86_64-mont5-apple.S
[813/1150] Compiling x86-mont-apple.S
[814/1150] Compiling vpaes-x86_64-linux.S
[815/1150] Compiling x86_64-mont-apple.S
[816/1150] Compiling vpaes-x86_64-apple.S
[817/1150] Compiling vpaes-x86-apple.S
[818/1150] Compiling vpaes-x86-linux.S
[819/1150] Compiling a_bool.cc
[820/1150] Compiling vpaes-armv8-win.S
[821/1150] Compiling vpaes-armv8-linux.S
[822/1150] Compiling vpaes-armv8-apple.S
[823/1150] Compiling vpaes-armv7-linux.S
[824/1150] Compiling sha512-armv8-win.S
[825/1150] Compiling sha512-x86_64-linux.S
[826/1150] Compiling sha512-armv8-apple.S
[827/1150] Compiling sha512-x86_64-apple.S
[828/1150] Compiling sha512-586-linux.S
[829/1150] Compiling sha512-armv4-linux.S
[830/1150] Compiling sha256-x86_64-linux.S
[831/1150] Compiling sha512-armv8-linux.S
[832/1150] Compiling sha512-586-apple.S
[833/1150] Compiling sha256-armv8-win.S
[834/1150] Compiling sha256-x86_64-apple.S
[835/1150] Compiling sha256-586-apple.S
[836/1150] Compiling sha256-586-linux.S
[837/1150] Compiling sha256-armv8-apple.S
[838/1150] Compiling sha256-armv4-linux.S
[838/1150] Compiling sha1-x86_64-linux.S
[840/1150] Compiling err_data.cc
[841/1150] Compiling sha256-armv8-linux.S
[842/1150] Compiling sha1-x86_64-apple.S
[843/1150] Compiling sha1-armv8-win.S
[844/1150] Compiling sha1-586-linux.S
[845/1150] Compiling sha1-armv8-apple.S
[846/1150] Compiling sha1-armv4-large-linux.S
[847/1150] Compiling rsaz-avx2-linux.S
[848/1150] Compiling sha1-586-apple.S
[849/1150] Compiling rsaz-avx2-apple.S
[850/1150] Compiling sha1-armv8-linux.S
[851/1150] Compiling rdrand-x86_64-linux.S
[852/1150] Compiling p256_beeu-x86_64-asm-linux.S
[853/1150] Compiling p256_beeu-x86_64-asm-apple.S
[854/1150] Compiling p256_beeu-armv8-asm-linux.S
[855/1150] Compiling rdrand-x86_64-apple.S
[856/1150] Compiling p256_beeu-armv8-asm-win.S
[857/1150] Compiling p256-x86_64-asm-apple.S
[858/1150] Compiling p256_beeu-armv8-asm-apple.S
[859/1150] Compiling p256-x86_64-asm-linux.S
[860/1150] Compiling ghashv8-armv8-linux.S
[861/1150] Compiling p256-armv8-asm-apple.S
[861/1150] Compiling ghashv8-armv8-win.S
[863/1150] Compiling p256-armv8-asm-win.S
[864/1150] Compiling ghashv8-armv8-apple.S
[865/1150] Compiling p256-armv8-asm-linux.S
[866/1150] Compiling ghashv8-armv7-linux.S
[867/1150] Compiling ghash-x86_64-linux.S
[868/1150] Compiling ghash-x86_64-apple.S
[869/1150] Compiling ghash-x86-apple.S
[870/1150] Compiling ghash-x86-linux.S
[871/1150] Compiling ghash-ssse3-x86_64-apple.S
[872/1150] Compiling ghash-ssse3-x86-apple.S
[872/1150] Compiling ghash-ssse3-x86-linux.S
[874/1150] Compiling ghash-ssse3-x86_64-linux.S
[875/1150] Compiling ghash-neon-armv8-win.S
[876/1150] Compiling ghash-armv4-linux.S
[877/1150] Compiling ghash-neon-armv8-linux.S
[878/1150] Compiling ghash-neon-armv8-apple.S
[879/1150] Compiling co-586-apple.S
[880/1150] Compiling co-586-linux.S
[881/1150] Compiling bn-armv8-linux.S
[882/1150] Compiling bn-armv8-win.S
[883/1150] Compiling bn-586-apple.S
[883/1150] Compiling bsaes-armv7-linux.S
[885/1150] Compiling bn-586-linux.S
[885/1150] Compiling bn-armv8-apple.S
[887/1150] Compiling armv8-mont-win.S
[888/1150] Compiling armv8-mont-apple.S
[889/1150] Compiling aesv8-gcm-armv8-win.S
[890/1150] Compiling armv4-mont-linux.S
[891/1150] Compiling armv8-mont-linux.S
[892/1150] Compiling aesv8-gcm-armv8-apple.S
[893/1150] Compiling aesv8-armv8-win.S
[894/1150] Compiling aesv8-armv8-apple.S
[895/1150] Compiling aesv8-armv8-linux.S
[896/1150] Compiling aesv8-armv7-linux.S
[897/1150] Compiling aesv8-gcm-armv8-linux.S
[898/1150] Compiling aesni-x86_64-linux.S
[899/1150] Compiling aesni-x86-linux.S
[900/1150] Compiling aesni-x86_64-apple.S
[901/1150] Compiling aes-gcm-avx10-x86_64-linux.S
[902/1150] Compiling aesni-gcm-x86_64-apple.S
[903/1150] Compiling aes-gcm-avx10-x86_64-apple.S
[904/1150] Compiling aesni-x86-apple.S
[905/1150] Compiling aesni-gcm-x86_64-linux.S
[906/1150] Compiling x_x509a.cc
[907/1150] Compiling x_sig.cc
[908/1150] Compiling x_spki.cc
[909/1150] Compiling x_pubkey.cc
[910/1150] Compiling x_val.cc
[911/1150] Compiling x_x509.cc
[912/1150] Compiling x_req.cc
[913/1150] Compiling x_name.cc
[914/1150] Compiling x_exten.cc
[915/1150] Compiling x_algor.cc
[916/1150] Compiling x_crl.cc
[917/1150] Compiling x_all.cc
[918/1150] Compiling x509rset.cc
[919/1150] Compiling x509name.cc
[920/1150] Compiling x_attrib.cc
[921/1150] Compiling x509spki.cc
[922/1150] Compiling x509_vpm.cc
[923/1150] Compiling x509cset.cc
[924/1150] Compiling x509_vfy.cc
[925/1150] Compiling x509_trs.cc
[926/1150] Compiling x509_v3.cc
[927/1150] Compiling x509_txt.cc
[928/1150] Compiling x509_set.cc
[929/1150] Compiling x509_req.cc
[930/1150] Compiling x509_obj.cc
[931/1150] Compiling x509_def.cc
[932/1150] Compiling x509_lu.cc
[933/1150] Compiling x509_att.cc
[934/1150] Compiling x509.cc
[935/1150] Compiling x509_d2.cc
[936/1150] Compiling x509_ext.cc
[937/1150] Compiling x509_cmp.cc
[938/1150] Compiling v3_utl.cc
[939/1150] Compiling v3_ocsp.cc
[940/1150] Compiling v3_prn.cc
[941/1150] Compiling v3_purp.cc
[942/1150] Compiling v3_pmaps.cc
[943/1150] Compiling v3_skey.cc
[944/1150] Compiling v3_pcons.cc
[945/1150] Compiling v3_ncons.cc
[946/1150] Compiling v3_lib.cc
[947/1150] Compiling v3_int.cc
[948/1150] Compiling v3_ia5.cc
[949/1150] Compiling v3_info.cc
[950/1150] Compiling v3_crld.cc
[951/1150] Compiling v3_genn.cc
[952/1150] Compiling v3_extku.cc
[953/1150] Compiling v3_enum.cc
[954/1150] Compiling v3_conf.cc
[955/1150] Compiling v3_cpols.cc
[956/1150] Compiling v3_bitst.cc
[957/1150] Compiling v3_bcons.cc
[958/1150] Compiling v3_akey.cc
[959/1150] Compiling v3_alt.cc
[960/1150] Compiling v3_akeya.cc
[961/1150] Compiling t_x509a.cc
[962/1150] Compiling t_crl.cc
[963/1150] Compiling t_req.cc
[964/1150] Compiling t_x509.cc
[965/1150] Compiling i2d_pr.cc
[966/1150] Compiling rsa_pss.cc
[967/1150] Compiling policy.cc
[968/1150] Compiling name_print.cc
[969/1150] Compiling by_file.cc
[970/1150] Compiling a_sign.cc
[971/1150] Compiling algorithm.cc
[972/1150] Compiling by_dir.cc
[973/1150] Compiling a_verify.cc
[974/1150] Compiling asn1_gen.cc
[975/1150] Compiling voprf.cc
[976/1150] Compiling a_digest.cc
[977/1150] Compiling trust_token.cc
[978/1150] Compiling thread_win.cc
[979/1150] Compiling thread_pthread.cc
[980/1150] Compiling pmbtoken.cc
[981/1150] Compiling thread_none.cc
[982/1150] Compiling thread.cc
[983/1150] Compiling stack.cc
[984/1150] Compiling wots.cc
[985/1150] Compiling thash.cc
[986/1150] Compiling sha512.cc
[987/1150] Compiling merkle.cc
[988/1150] Compiling slhdsa.cc
[989/1150] Compiling fors.cc
[990/1150] Compiling siphash.cc
[991/1150] Compiling sha256.cc
[992/1150] Compiling sha1.cc
[993/1150] Compiling rsa_print.cc
[994/1150] Compiling refcount.cc
[995/1150] Compiling urandom.cc
[996/1150] Compiling rsa_crypt.cc
[997/1150] Compiling rc4.cc
[998/1150] Compiling rsa_extra.cc
[999/1150] Compiling rsa_asn1.cc
[1000/1150] Compiling windows.cc
[1001/1150] Compiling rand_extra.cc
[1002/1150] Compiling trusty.cc
[1003/1150] Compiling passive.cc
[1004/1150] Compiling ios.cc
[1005/1150] Compiling poly1305_arm_asm.S
[1006/1150] Compiling getentropy.cc
[1007/1150] Compiling forkunsafe.cc
[1008/1150] Compiling fork_detect.cc
[1009/1150] Compiling deterministic.cc
[1010/1150] Compiling pool.cc
[1011/1150] Compiling poly1305_arm.cc
[1012/1150] Compiling poly1305.cc
[1013/1150] Compiling poly1305_vec.cc
[1014/1150] Compiling pkcs8.cc
[1015/1150] Compiling p5_pbev2.cc
[1016/1150] Compiling pem_xaux.cc
[1017/1150] Compiling pkcs7_x509.cc
[1018/1150] Compiling pkcs7.cc
[1019/1150] Compiling pkcs8_x509.cc
[1020/1150] Compiling pem_x509.cc
[1021/1150] Compiling pem_pkey.cc
[1022/1150] Compiling obj_xref.cc
[1023/1150] Compiling pem_pk8.cc
[1024/1150] Compiling pem_lib.cc
[1025/1150] Compiling pem_all.cc
[1026/1150] Compiling pem_oth.cc
[1027/1150] Compiling pem_info.cc
[1028/1150] Compiling mlkem.cc
[1029/1150] Compiling obj.cc
[1030/1150] Compiling poly_rq_mul.S
[1031/1150] Compiling mldsa.cc
[1032/1150] Compiling fips_shared_support.cc
[1033/1150] Compiling md5.cc
[1034/1150] Compiling mem.cc
[1035/1150] Compiling lhash.cc
[1036/1150] Compiling md4.cc
[1037/1150] Compiling kyber.cc
[1038/1150] Compiling ex_data.cc
[1039/1150] Compiling hpke.cc
[1040/1150] Compiling sign.cc
[1041/1150] Compiling scrypt.cc
[1042/1150] Compiling hrss.cc
[1043/1150] Compiling print.cc
[1044/1150] Compiling pbkdf.cc
[1045/1150] Compiling p_x25519.cc
[1046/1150] Compiling p_x25519_asn1.cc
[1047/1150] Compiling p_rsa_asn1.cc
[1048/1150] Compiling p_rsa.cc
[1049/1150] Compiling p_hkdf.cc
[1050/1150] Compiling p_ed25519_asn1.cc
[1051/1150] Compiling p_ed25519.cc
[1052/1150] Compiling p_dh.cc
[1053/1150] Compiling p_ec.cc
[1054/1150] Compiling p_dh_asn1.cc
[1055/1150] Compiling p_ec_asn1.cc
[1056/1150] Compiling p_dsa_asn1.cc
[1057/1150] Compiling evp_ctx.cc
[1058/1150] Compiling evp.cc
[1059/1150] Compiling err.cc
[1060/1150] Compiling engine.cc
[1061/1150] Compiling evp_asn1.cc
[1062/1150] Compiling hash_to_curve.cc
[1063/1150] Compiling ecdh_extra.cc
[1064/1150] Compiling ecdsa_asn1.cc
[1065/1150] Compiling ec_derive.cc
[1066/1150] Compiling ec_asn1.cc
[1067/1150] Compiling dh_asn1.cc
[1068/1150] Compiling bcm.cc
[1069/1150] Compiling dsa.cc
[1070/1150] Compiling x25519-asm-arm.S
[1071/1150] Compiling params.cc
[1072/1150] Compiling dsa_asn1.cc
[1073/1150] Compiling digest_extra.cc
[1074/1150] Compiling des.cc
[1075/1150] Compiling curve25519_64_adx.cc
[1076/1150] Compiling crypto.cc
[1077/1150] Compiling cpu_intel.cc
[1078/1150] Compiling spake25519.cc
[1079/1150] Compiling cpu_arm_freebsd.cc
[1080/1150] Compiling cpu_arm_linux.cc
[1081/1150] Compiling curve25519.cc
[1082/1150] Compiling cpu_aarch64_win.cc
[1083/1150] Compiling cpu_aarch64_sysreg.cc
[1084/1150] Compiling cpu_aarch64_openbsd.cc
[1085/1150] Compiling cpu_aarch64_linux.cc
[1086/1150] Compiling cpu_aarch64_fuchsia.cc
[1087/1150] Compiling cpu_aarch64_apple.cc
[1088/1150] Compiling conf.cc
[1089/1150] Compiling tls_cbc.cc
[1090/1150] Compiling e_rc4.cc
[1091/1150] Compiling e_tls.cc
[1092/1150] Compiling e_rc2.cc
[1093/1150] Compiling e_null.cc
[1094/1150] Compiling e_des.cc
[1095/1150] Compiling e_chacha20poly1305.cc
[1096/1150] Compiling e_aesgcmsiv.cc
[1097/1150] Compiling derive_key.cc
[1098/1150] Compiling cipher_extra.cc
[1099/1150] Compiling e_aesctrhmac.cc
[1100/1150] Compiling chacha.cc
[1101/1150] Compiling unicode.cc
[1102/1150] Compiling buf.cc
[1102/1150] Compiling ber.cc
[1104/1150] Compiling cbb.cc
[1105/1150] Compiling cbs.cc
[1106/1150] Compiling asn1_compat.cc
[1107/1150] Compiling blake2.cc
[1108/1150] Compiling convert.cc
[1109/1150] Compiling bn_asn1.cc
[1110/1150] Compiling printf.cc
[1111/1150] Compiling pair.cc
[1112/1150] Compiling file.cc
[1113/1150] Compiling hexdump.cc
[1114/1150] Compiling fd.cc
[1115/1150] Compiling errno.cc
[1116/1150] Compiling bio_mem.cc
[1117/1150] Compiling bio.cc
[1118/1150] Compiling base64.cc
[1119/1150] Compiling tasn_fre.cc
[1120/1150] Compiling tasn_utl.cc
[1121/1150] Compiling tasn_typ.cc
[1122/1150] Compiling tasn_enc.cc
[1122/1150] Compiling tasn_new.cc
[1124/1150] Compiling posix_time.cc
[1125/1150] Compiling tasn_dec.cc
[1126/1150] Compiling f_string.cc
[1127/1150] Compiling f_int.cc
[1128/1150] Compiling asn_pack.cc
[1129/1150] Compiling asn1_par.cc
[1130/1150] Compiling asn1_lib.cc
[1131/1150] Compiling a_utctm.cc
[1132/1150] Compiling a_type.cc
[1133/1150] Compiling a_time.cc
[1134/1150] Compiling a_octet.cc
[1135/1150] Compiling a_strnid.cc
[1136/1150] Compiling a_strex.cc
[1137/1150] Compiling a_object.cc
[1138/1150] Compiling a_i2d_fp.cc
[1139/1150] Write sources
[1140/1150] Compiling a_mbstr.cc
[1141/1150] Write sources
[1142/1150] Compiling a_int.cc
[1143/1150] Write sources
[1145/1222] Compiling a_dup.cc
[1146/1222] Compiling a_d2i_fp.cc
[1147/1267] Compiling a_gentm.cc
[1149/1267] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1150/1267] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1150/1270] Compiling a_bitstr.cc
[1152/1270] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1153/1270] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1154/1294] Compiling Algorithms MinMax.swift
[1155/1294] Compiling Algorithms Partition.swift
[1155/1294] Compiling a_bool.cc
[1157/1294] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1158/1294] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1159/1294] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1160/1294] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1161/1294] Compiling AsyncAlgorithms DebounceStorage.swift
[1162/1294] Compiling AsyncAlgorithms Dictionary.swift
[1163/1294] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1164/1301] Compiling Algorithms RandomSample.swift
[1165/1301] Compiling Algorithms Reductions.swift
[1166/1309] Compiling Algorithms EitherSequence.swift
[1167/1309] Compiling Algorithms FirstNonNil.swift
[1168/1309] Compiling Algorithms FlattenCollection.swift
[1169/1309] Compiling Algorithms Grouped.swift
[1170/1309] Compiling Algorithms Indexed.swift
[1171/1309] Compiling Algorithms Intersperse.swift
[1172/1309] Emitting module BitCollections
[1173/1309] Compiling AsyncAlgorithms Locking.swift
[1174/1309] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1175/1309] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1176/1309] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1177/1309] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1178/1309] Compiling AsyncAlgorithms AsyncChannel.swift
[1179/1309] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1180/1309] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1181/1309] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1182/1309] Compiling AsyncAlgorithms MergeStateMachine.swift
[1183/1309] Compiling AsyncAlgorithms MergeStorage.swift
[1184/1309] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1185/1309] Compiling AsyncAlgorithms Rethrow.swift
[1186/1309] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1187/1309] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1188/1309] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1189/1309] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1190/1309] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1191/1309] Compiling BitCollections BitSet+SetAlgebra union.swift
[1192/1309] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1193/1309] Compiling BitCollections BitSet.Counted.swift
[1196/1309] Compiling Algorithms Permutations.swift
[1197/1309] Compiling Algorithms Product.swift
[1200/1315] Compiling Algorithms Split.swift
[1201/1315] Compiling Algorithms Stride.swift
[1202/1315] Compiling Algorithms Suffix.swift
[1209/1318] Compiling BitCollections BitSet.Index.swift
[1210/1318] Compiling BitCollections BitSet._UnsafeHandle.swift
[1211/1318] Compiling BitCollections BitSet.swift
[1212/1318] Compiling BitCollections Range+Utilities.swift
[1213/1318] Compiling BitCollections Slice+Utilities.swift
[1214/1318] Compiling BitCollections UInt+Tricks.swift
[1215/1318] Compiling BitCollections _Word.swift
[1216/1318] Compiling CryptoBoringWrapper RandomBytes.swift
[1219/1318] Compiling Algorithms Rotate.swift
[1225/1318] Compiling Algorithms Joined.swift
[1226/1318] Compiling Algorithms Keyed.swift
[1235/1318] Compiling Algorithms AdjacentPairs.swift
[1236/1318] Compiling Algorithms Chain.swift
[1237/1318] Compiling Algorithms Chunked.swift
[1238/1318] Compiling Algorithms Combinations.swift
[1239/1318] Compiling Algorithms Compacted.swift
[1240/1318] Compiling Algorithms Cycle.swift
[1258/1318] Emitting module AsyncAlgorithms
[1260/1319] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1261/1319] Compiling CryptoBoringWrapper EllipticCurve.swift
[1272/1321] Compiling Algorithms Trim.swift
[1273/1321] Compiling Algorithms Unique.swift
[1274/1321] Compiling Algorithms Windows.swift
[1275/1321] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1276/1321] Emitting module CryptoBoringWrapper
[1281/1321] Emitting module Collections
[1282/1321] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1283/1321] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1284/1321] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1285/1322] Compiling Collections Collections.swift
[1310/1394] Compiling Crypto NISTCurvesKeys_boring.swift
[1311/1394] Compiling Crypto X25519Keys_boring.swift
[1312/1394] Compiling Crypto Curve25519.swift
[1313/1394] Compiling Crypto Ed25519Keys.swift
[1314/1394] Compiling Crypto NISTCurvesKeys.swift
[1315/1394] Compiling Crypto X25519Keys.swift
[1316/1395] Emitting module Atomics
[1318/1395] Compiling Crypto HPKE.swift
[1319/1395] Compiling Crypto HPKE-Context.swift
[1320/1395] Compiling Crypto HPKE-KeySchedule.swift
[1321/1395] Compiling Crypto HPKE-Modes.swift
[1322/1395] Compiling Crypto Insecure.swift
[1323/1395] Compiling Crypto Insecure_HashFunctions.swift
[1325/1404] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1326/1404] Emitting module ServiceLifecycle
[1327/1404] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1328/1434] Compiling ServiceLifecycle CancellationWaiter.swift
[1329/1434] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1330/1435] Compiling ServiceLifecycle GracefulShutdown.swift
[1331/1479] Compiling ServiceLifecycle ServiceRunnerError.swift
[1332/1479] Emitting module Algorithms
[1334/1480] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[1335/1480] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[1336/1480] Compiling _ConnectionPoolModule ConnectionRequest.swift
[1337/1480] Compiling _ConnectionPoolModule Max2Sequence.swift
[1338/1481] 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 }
[1339/1481] Emitting module Crypto
[1340/1490] Compiling Crypto SymmetricKeys.swift
[1341/1490] Compiling Crypto HMAC.swift
[1342/1490] Compiling Crypto MACFunctions.swift
[1343/1490] Compiling Crypto MessageAuthenticationCode.swift
[1344/1490] Compiling Crypto AES.swift
[1345/1490] Compiling Crypto ECDSASignature_boring.swift
[1346/1490] Compiling Crypto ECDSA_boring.swift
[1347/1490] Compiling Crypto EdDSA_boring.swift
[1348/1490] Compiling Crypto ECDSA.swift
[1349/1490] Compiling Crypto Ed25519.swift
[1350/1490] Compiling ServiceLifecycle Service.swift
[1351/1490] Compiling ServiceLifecycle ServiceGroup.swift
[1352/1491] Compiling NIOCore DeadChannel.swift
[1353/1491] Compiling NIOCore DispatchQueue+WithFuture.swift
[1354/1491] Compiling NIOCore EventLoop+Deprecated.swift
[1355/1491] Compiling NIOCore EventLoop+SerialExecutor.swift
[1356/1491] Compiling NIOCore EventLoop.swift
[1357/1491] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1358/1491] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1359/1491] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1360/1491] Compiling NIOCore EventLoopFuture.swift
[1361/1491] Compiling NIOCore FileDescriptor.swift
[1362/1491] Compiling NIOCore FileHandle.swift
[1363/1491] Compiling NIOCore FileRegion.swift
[1364/1491] Compiling NIOCore GlobalSingletons.swift
[1365/1491] Compiling NIOCore IO.swift
[1366/1491] Compiling NIOCore IOData.swift
[1367/1491] Compiling NIOCore IPProtocol.swift
[1368/1491] Compiling NIOCore IntegerBitPacking.swift
[1369/1491] Compiling NIOCore IntegerTypes.swift
[1370/1491] Compiling NIOCore Interfaces.swift
[1371/1491] Compiling NIOCore Linux.swift
[1373/1491] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1374/1491] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1375/1491] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1376/1491] Compiling NIOCore AsyncChannelHandler.swift
[1377/1491] Compiling NIOCore AsyncChannelInboundStream.swift
[1378/1491] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1379/1491] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1380/1491] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1381/1491] Compiling NIOCore NIOAsyncWriter.swift
[1382/1491] Compiling NIOCore ByteBuffer-multi-int.swift
[1383/1491] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1384/1491] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[1385/1491] Compiling _ConnectionPoolModule ConnectionPool.swift
[1390/1491] Compiling _ConnectionPoolModule NIOLock.swift
[1391/1491] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1392/1491] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1393/1491] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1396/1491] Compiling NIOCore MulticastChannel.swift
[1397/1491] Compiling NIOCore NIOAny.swift
[1398/1491] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1399/1491] Compiling NIOCore NIOLoopBound.swift
[1400/1491] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1401/1491] Compiling NIOCore NIOScheduledCallback.swift
[1402/1491] Compiling NIOCore NIOSendable.swift
[1403/1491] Compiling NIOCore RecvByteBufferAllocator.swift
[1410/1499] Compiling NIOCore MarkedCircularBuffer.swift
[1419/1499] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1420/1499] Compiling NIOCore ByteBuffer-views.swift
[1421/1499] Compiling NIOCore Channel.swift
[1422/1499] Compiling NIOCore ChannelHandler.swift
[1423/1499] Compiling NIOCore ChannelHandlers.swift
[1424/1499] Compiling NIOCore ChannelInvoker.swift
[1425/1499] Compiling NIOCore ChannelOption.swift
[1426/1499] Compiling NIOCore ChannelPipeline.swift
[1427/1499] Compiling NIOCore CircularBuffer.swift
[1428/1499] Compiling NIOCore Codec.swift
[1429/1499] Compiling NIOCore ConvenienceOptionSupport.swift
[1430/1499] Emitting module _ConnectionPoolModule
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling Logging LogHandler.swift
[3/67] Compiling Logging MetadataProvider.swift
[4/67] Compiling RealModule Float80+Real.swift
[5/67] Compiling RealModule Real.swift
[6/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/69] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/69] Compiling InternalCollectionsUtilities Debugging.swift
[9/69] Compiling InternalCollectionsUtilities Descriptions.swift
[10/69] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/69] Compiling RealModule Float16+Real.swift
[12/69] Compiling RealModule ElementaryFunctions.swift
[13/69] Compiling RealModule Float+Real.swift
[14/69] Compiling RealModule RealFunctions.swift
[15/69] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[16/69] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[17/69] Compiling CryptoBoringWrapper RandomBytes.swift
[18/69] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/69] Emitting module Logging
[20/69] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[21/69] Emitting module CryptoBoringWrapper
[22/69] Emitting module _NIOBase64
[23/69] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/69] Compiling InternalCollectionsUtilities UInt+reversed.swift
[25/69] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/69] Compiling InternalCollectionsUtilities Integer rank.swift
[27/69] Emitting module RealModule
[28/70] Compiling NIOConcurrencyHelpers lock.swift
[29/70] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/70] Compiling NIOConcurrencyHelpers atomics.swift
[31/70] Compiling _NIODataStructures Heap.swift
[32/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[33/70] Compiling NIOConcurrencyHelpers NIOLock.swift
[34/70] Emitting module _NIODataStructures
[36/70] Compiling _NIODataStructures PriorityQueue.swift
[37/70] Compiling _NIODataStructures _TinyArray.swift
[38/70] Compiling _NIOBase64 Base64.swift
[39/72] Emitting module NIOConcurrencyHelpers
[40/73] Emitting module InternalCollectionsUtilities
[42/73] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/73] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/73] Compiling CryptoBoringWrapper EllipticCurve.swift
[46/73] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[47/73] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[53/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/78] Compiling SwiftASN1 TimeUtilities.swift
[56/78] Compiling SwiftASN1 UTCTime.swift
[66/127] Compiling ConcurrencyHelpers LockedValueBox.swift
[67/127] Compiling Algorithms Joined.swift
[68/127] Compiling Algorithms Keyed.swift
[69/127] Compiling Algorithms Chunked.swift
[70/127] Compiling Algorithms Combinations.swift
[71/127] Compiling Logging Locks.swift
[72/127] Compiling Logging Logging.swift
[73/128] Compiling Algorithms MinMax.swift
[74/128] Compiling Algorithms Partition.swift
[75/128] Compiling Algorithms Permutations.swift
[76/128] Compiling Algorithms Product.swift
[79/130] Emitting module ConcurrencyHelpers
[80/253] Compiling OrderedCollections _HashTable+Bucket.swift
[81/253] Compiling OrderedCollections _HashTable+BucketIterator.swift
[82/253] Compiling OrderedCollections _HashTable+Constants.swift
[84/253] Compiling ConcurrencyHelpers Lock.swift
[86/254] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[87/254] Compiling OrderedCollections _HashTable+Testing.swift
[88/254] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[89/254] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[90/254] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[91/254] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[92/261] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[93/261] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/261] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[95/261] Compiling OrderedCollections OrderedDictionary+Codable.swift
[96/261] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[97/261] Compiling HeapModule Heap.swift
[98/261] Compiling HeapModule Heap+Descriptions.swift
[99/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/278] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/278] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/295] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[113/320] Compiling HeapModule _HeapNode.swift
[114/344] Compiling HeapModule Heap+Invariants.swift
[115/344] Compiling HeapModule Heap+UnsafeHandle.swift
[116/344] Compiling HashTreeCollections _HashNode.swift
[117/344] Compiling HashTreeCollections _HashNodeHeader.swift
[118/344] Compiling HashTreeCollections _HashSlot.swift
[119/344] Compiling HashTreeCollections _HashStack.swift
[120/344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[121/344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[122/347] Compiling HashTreeCollections _AncestorHashSlots.swift
[123/347] Compiling HashTreeCollections _Bitmap.swift
[124/347] Compiling HashTreeCollections _Bucket.swift
[125/347] Compiling HashTreeCollections _Hash.swift
[126/347] Compiling HashTreeCollections _HashLevel.swift
[127/347] Compiling HashTreeCollections _HashNode+Builder.swift
[128/347] Compiling HashTreeCollections _HashNode+Debugging.swift
[129/347] Compiling HashTreeCollections _HashNode+Initializers.swift
[130/347] Compiling HashTreeCollections _HashNode+Invariants.swift
[131/347] Compiling HashTreeCollections _HashNode+Lookups.swift
[132/347] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[133/347] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[134/347] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[135/347] Compiling HashTreeCollections _HashNode+Structural union.swift
[136/347] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[137/347] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[138/347] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[139/347] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[146/347] Compiling Algorithms Trim.swift
[147/347] Compiling Algorithms Unique.swift
[148/347] Compiling Algorithms Windows.swift
[149/347] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[150/347] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[151/347] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[152/347] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[153/347] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[154/347] Compiling HashTreeCollections TreeSet+Collection.swift
[155/347] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[156/347] Compiling HashTreeCollections TreeSet+Debugging.swift
[157/347] Compiling HashTreeCollections TreeSet+Descriptions.swift
[158/347] Compiling HashTreeCollections TreeSet+Equatable.swift
[159/347] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[160/347] Compiling HashTreeCollections TreeSet+Extras.swift
[161/347] Compiling HashTreeCollections TreeSet+Filter.swift
[162/347] Emitting module SwiftASN1
[163/348] Emitting module HeapModule
[164/349] Emitting module CoreMetrics
[165/349] Compiling CoreMetrics Locks.swift
[166/349] Compiling CoreMetrics Metrics.swift
[178/352] Compiling HashTreeCollections _HashNode+Structural merge.swift
[179/352] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[180/352] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[181/352] Compiling HashTreeCollections TreeDictionary+Filter.swift
[182/352] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[183/352] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[184/352] Compiling HashTreeCollections TreeDictionary+Keys.swift
[191/377] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[192/377] Compiling HashTreeCollections TreeDictionary+Merge.swift
[193/377] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[194/377] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[195/377] Compiling HashTreeCollections TreeDictionary+Values.swift
[199/387] Compiling HashTreeCollections TreeDictionary.swift
[200/387] Compiling HashTreeCollections TreeSet+Codable.swift
[209/387] Compiling HashTreeCollections TreeSet+Hashable.swift
[210/387] Compiling HashTreeCollections TreeSet+Sendable.swift
[211/387] Compiling _RopeModule Rope+Join.swift
[212/387] Compiling _RopeModule Rope+MutatingForEach.swift
[213/387] Compiling _RopeModule Rope+Remove.swift
[214/387] Compiling _RopeModule Rope+RemoveSubrange.swift
[215/387] Compiling _RopeModule Rope+Split.swift
[216/387] Compiling _RopeModule Optional Utilities.swift
[217/387] Compiling _RopeModule String Utilities.swift
[218/387] Compiling _RopeModule String.Index+ABI.swift
[219/458] Compiling Crypto SubjectPublicKeyInfo.swift
[220/458] Compiling Crypto CryptoKitErrors.swift
[221/458] Compiling UnixSignals UnixSignal.swift
[222/458] Emitting module UnixSignals
[223/460] Compiling Crypto ASN1Identifier.swift
[224/460] Compiling Crypto ASN1Integer.swift
[225/460] Compiling Crypto ASN1Null.swift
[226/460] Compiling Crypto ASN1OctetString.swift
[227/460] Compiling Crypto ASN1Strings.swift
[228/460] Compiling Crypto ArraySliceBigint.swift
[229/460] Compiling Crypto GeneralizedTime.swift
[230/460] Compiling Crypto ObjectIdentifier.swift
[239/460] Compiling Crypto ECDSASignature.swift
[240/460] Compiling Crypto PEMDocument.swift
[241/460] Compiling UnixSignals UnixSignalsSequence.swift
[244/461] Compiling Crypto NISTCurvesKeys.swift
[245/461] Compiling Crypto X25519Keys.swift
[246/461] Compiling Crypto SymmetricKeys.swift
[247/461] Compiling Crypto HMAC.swift
[248/461] Compiling Crypto MACFunctions.swift
[249/461] Compiling Crypto MessageAuthenticationCode.swift
[250/461] Compiling Crypto AES.swift
[251/461] Compiling Crypto ECDSASignature_boring.swift
[252/461] Compiling Crypto ECDSA_boring.swift
[253/461] Compiling Crypto NISTCurvesKeys_boring.swift
[254/461] Compiling Crypto X25519Keys_boring.swift
[255/461] Compiling Crypto Curve25519.swift
[256/461] Compiling Crypto Ed25519Keys.swift
[265/461] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[266/461] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[267/461] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[268/461] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[269/461] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[270/461] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[271/461] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[272/461] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[273/461] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[274/461] Compiling HashTreeCollections TreeSet.swift
[281/463] Compiling DequeModule _DequeSlot.swift
[282/463] Compiling DequeModule _UnsafeWrappedBuffer.swift
[285/463] Compiling Crypto PKCS8PrivateKey.swift
[286/463] Compiling Crypto SEC1PrivateKey.swift
[302/463] Emitting module Atomics
[303/464] Compiling Metrics Metrics.swift
[304/464] Emitting module Metrics
[307/465] Emitting module OrderedCollections
[311/466] Emitting module DequeModule
[313/520] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[314/520] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[315/520] Compiling BitCollections BitArray+Extras.swift
[316/520] Compiling BitCollections BitArray+Fill.swift
[317/520] Compiling BitCollections BitArray+Hashable.swift
[318/520] Compiling BitCollections BitArray+Initializers.swift
[319/520] Compiling BitCollections BitArray+Invariants.swift
[320/520] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[321/520] Compiling BitCollections BitArray+BitwiseOperations.swift
[322/520] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[323/520] Compiling BitCollections BitArray+Codable.swift
[324/520] Compiling BitCollections BitSet+Hashable.swift
[325/520] Compiling BitCollections BitArray+RandomBits.swift
[326/520] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[327/520] Compiling BitCollections BitArray+Shifts.swift
[328/520] Compiling BitCollections BitArray+Testing.swift
[329/520] Compiling BitCollections BitArray._UnsafeHandle.swift
[330/520] Compiling BitCollections BitArray.swift
[331/520] Compiling BitCollections BitSet+BidirectionalCollection.swift
[332/520] Compiling BitCollections BitSet+Codable.swift
[333/520] Compiling BitCollections BitSet+Initializers.swift
[334/520] Compiling BitCollections BitSet+Invariants.swift
[335/520] Compiling BitCollections BitArray+Collection.swift
[336/520] Compiling BitCollections BitArray+Copy.swift
[337/520] Compiling BitCollections BitArray+CustomReflectable.swift
[338/520] Compiling BitCollections BitArray+Descriptions.swift
[339/520] Compiling BitCollections BitArray+Equatable.swift
[340/520] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[341/520] Compiling BitCollections BitSet+CustomReflectable.swift
[342/520] Compiling BitCollections BitSet+CustomStringConvertible.swift
[343/520] Compiling BitCollections BitSet+Equatable.swift
[344/520] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[345/520] Compiling BitCollections BitSet+Extras.swift
[346/520] Emitting module _RopeModule
[347/534] Compiling Crypto EdDSA_boring.swift
[348/534] Compiling Crypto ECDSA.swift
[349/534] Compiling Crypto Ed25519.swift
[356/639] Emitting module Algorithms
[358/640] Emitting module Crypto
[359/649] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[360/649] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[361/650] 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 }
[362/650] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[363/650] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[364/650] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[365/650] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[366/650] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[367/650] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[368/650] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[369/657] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[370/657] Compiling AsyncAlgorithms DebounceStateMachine.swift
[371/657] Compiling AsyncAlgorithms DebounceStorage.swift
[372/657] Compiling AsyncAlgorithms Dictionary.swift
[373/657] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[374/657] Compiling AsyncAlgorithms Locking.swift
[375/657] Compiling NIOCore IOData.swift
[376/657] Compiling AsyncAlgorithms CombineLatestStorage.swift
[377/657] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[378/657] Compiling NIOCore ByteBuffer-int.swift
[379/657] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[380/657] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[381/657] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[382/657] Compiling AsyncAlgorithms Rethrow.swift
[383/657] Compiling NIOCore IPProtocol.swift
[384/657] Compiling NIOCore IntegerBitPacking.swift
[385/657] Compiling NIOCore IntegerTypes.swift
[386/657] Compiling NIOCore Interfaces.swift
[387/657] Compiling NIOCore Linux.swift
[388/657] Compiling NIOCore MarkedCircularBuffer.swift
[389/657] Compiling NIOCore MulticastChannel.swift
[392/657] Compiling BitCollections BitSet.Index.swift
[393/657] Compiling BitCollections BitSet._UnsafeHandle.swift
[394/657] Compiling BitCollections BitSet.swift
[395/657] Compiling BitCollections Range+Utilities.swift
[396/657] Compiling BitCollections Slice+Utilities.swift
[397/657] Compiling BitCollections UInt+Tricks.swift
[398/657] Compiling BitCollections _Word.swift
[410/657] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[411/657] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[422/657] Compiling AsyncAlgorithms AsyncChannel.swift
[423/657] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[424/657] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[425/657] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[426/657] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[427/657] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[432/657] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[445/657] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[446/657] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[447/657] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[448/657] Compiling AsyncAlgorithms ChannelStateMachine.swift
[449/657] Compiling AsyncAlgorithms ChannelStorage.swift
[450/657] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[451/657] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[485/657] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[486/657] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[487/663] Emitting module AsyncAlgorithms
[503/672] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[504/672] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[505/672] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[506/672] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[521/672] Emitting module BitCollections
[535/672] Compiling _ConnectionPoolModule TinyFastSequence.swift
[561/672] Emitting module HashTreeCollections
[566/673] Emitting module _ConnectionPoolModule
BUILD FAILURE 6.1 android