The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of fluent-postgres-driver, reference 2.10.1 (095bc5), with Swift 6.1 for Linux on 1 May 2025 08:25:37 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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:         linux
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
[1233/18599] Fetching postgres-kit, fluent-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.60s)
[6755/13244] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.99s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.99s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2370] Fetching async-kit
[1732/8353] Fetching async-kit, sql-kit
[8354/20470] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.60s)
Fetched https://github.com/vapor/sql-kit.git from cache (1.60s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (5.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[2226/9754] Fetching swift-log, swift-algorithms
[5199/26060] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
[8854/22224] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
[3588/16306] Fetching swift-collections
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-collections.git from cache (2.12s)
[1/75577] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.30s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.72s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.96s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (2.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.90s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4367] Fetching swift-system
[89/6072] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.91s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.89s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2394] Fetching swift-service-lifecycle
[648/5013] Fetching swift-service-lifecycle, swift-nio-transport-services
[1324/7219] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics
[6338/21077] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics, swift-crypto
[7498/35886] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
[7061/33267] Fetching swift-service-lifecycle, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (3.19s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.20s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.23s)
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.18s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
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 (0.96s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.85s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.62s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.36s)
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.30.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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/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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/810] Write sources
[34/810] Compiling CNIOWASI CNIOWASI.c
[35/810] Compiling _NumericsShims _NumericsShims.c
[36/810] Compiling CNIOWindows shim.c
[37/810] Compiling CNIOWindows WSAStartup.c
[38/810] Compiling _AtomicsShims.c
[39/810] Compiling CNIODarwin shim.c
[40/810] Compiling CNIOLinux liburing_shims.c
[41/810] Compiling fiat_p256_adx_sqr.S
[42/810] Compiling fiat_p256_adx_mul.S
[43/810] Compiling fiat_curve25519_adx_mul.S
[44/810] Compiling fiat_curve25519_adx_square.S
[45/810] Compiling CNIOLinux shim.c
[46/810] Write swift-version-24593BA9C3E375BF.txt
[47/810] Compiling CNIOBoringSSLShims shims.c
[48/814] Compiling tls_method.cc
[49/814] Compiling tls_record.cc
[50/814] Compiling tls13_both.cc
[51/814] Compiling tls13_client.cc
[52/814] Compiling tls13_enc.cc
[53/815] Compiling t1_enc.cc
[54/831] Compiling tls13_server.cc
[56/854] Emitting module _NIOBase64
[57/854] Emitting module InternalCollectionsUtilities
[57/856] Compiling ssl_x509.cc
[59/856] Emitting module RealModule
[60/856] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[61/856] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[62/857] Compiling ConcurrencyHelpers LockedValueBox.swift
[63/857] Compiling InternalCollectionsUtilities Debugging.swift
[64/857] Compiling InternalCollectionsUtilities Descriptions.swift
[65/857] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/857] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/857] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/857] Compiling InternalCollectionsUtilities Specialize.swift
[69/857] Compiling RealModule Float+Real.swift
[70/857] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/857] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/857] Compiling _NIOBase64 Base64.swift
[75/858] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[76/858] Compiling RealModule Real.swift
[77/858] Compiling RealModule RealFunctions.swift
[78/858] Compiling RealModule Float16+Real.swift
[79/858] Compiling RealModule ElementaryFunctions.swift
[81/858] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/858] Compiling RealModule Float80+Real.swift
[84/858] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/858] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/858] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/858] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/858] Compiling InternalCollectionsUtilities Integer rank.swift
[89/858] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/858] Compiling _NIODataStructures _TinyArray.swift
[91/858] Compiling _NIODataStructures PriorityQueue.swift
[92/860] Compiling CoreMetrics Metrics.swift
[96/928] Compiling Logging MetadataProvider.swift
[97/928] Emitting module CoreMetrics
[98/928] Compiling CoreMetrics Locks.swift
[99/928] Emitting module ConcurrencyHelpers
[100/928] Compiling ConcurrencyHelpers Lock.swift
[101/930] Emitting module Logging
[102/930] Compiling Logging LogHandler.swift
[103/930] Compiling Logging Locks.swift
[104/930] Compiling Logging Logging.swift
[105/930] Compiling _NIODataStructures Heap.swift
[106/930] Emitting module _NIODataStructures
[106/932] Compiling ssl_transcript.cc
[107/932] Compiling ssl_versions.cc
[111/932] Compiling ssl_stat.cc
[114/981] Compiling HeapModule Heap+Descriptions.swift
[115/981] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[116/1090] Compiling HeapModule _HeapNode.swift
[117/1090] Compiling HeapModule Heap+Invariants.swift
[118/1090] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[119/1090] Compiling OrderedCollections OrderedDictionary+Elements.swift
[120/1092] Compiling HeapModule Heap+UnsafeHandle.swift
[121/1092] Compiling HeapModule Heap.swift
[122/1092] Emitting module HeapModule
[124/1093] Emitting module UnixSignals
[125/1093] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[126/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[127/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[128/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[129/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[130/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[131/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[132/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[133/1093] Compiling OrderedCollections OrderedDictionary.swift
[134/1093] Compiling OrderedCollections OrderedSet+Codable.swift
[135/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[136/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[137/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[138/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[140/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[141/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[142/1093] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[143/1093] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[144/1093] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[145/1093] Compiling OrderedCollections OrderedSet+Descriptions.swift
[146/1093] Compiling OrderedCollections OrderedSet+Diffing.swift
[147/1093] Compiling OrderedCollections OrderedSet+Equatable.swift
[148/1093] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[149/1093] Compiling OrderedCollections OrderedSet+Hashable.swift
[150/1093] Compiling HashTreeCollections TreeDictionary+Values.swift
[151/1093] Compiling HashTreeCollections TreeDictionary.swift
[152/1093] Compiling HashTreeCollections TreeSet+Codable.swift
[153/1093] Compiling HashTreeCollections TreeSet+Collection.swift
[154/1093] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[155/1093] Compiling HashTreeCollections TreeSet+Debugging.swift
[156/1093] Compiling HashTreeCollections TreeSet+Descriptions.swift
[157/1093] Compiling HashTreeCollections TreeSet+Equatable.swift
[158/1093] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[159/1093] Compiling HashTreeCollections TreeSet+Extras.swift
[160/1093] Compiling HashTreeCollections TreeSet+Filter.swift
[161/1093] Compiling HashTreeCollections TreeSet+Hashable.swift
[162/1093] Compiling HashTreeCollections TreeSet+Sendable.swift
[163/1102] Compiling OrderedCollections _HashTable+Constants.swift
[164/1102] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[165/1102] Compiling UnixSignals UnixSignal.swift
[166/1102] Compiling UnixSignals UnixSignalsSequence.swift
[167/1103] Compiling OrderedCollections _HashTable.swift
[168/1103] Compiling OrderedCollections _Hashtable+Header.swift
[169/1103] Compiling OrderedCollections OrderedDictionary+Codable.swift
[170/1103] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[171/1103] Compiling OrderedCollections _HashTable+Testing.swift
[172/1103] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[174/1103] Compiling OrderedCollections _HashTable+Bucket.swift
[175/1103] Compiling OrderedCollections _HashTable+BucketIterator.swift
[186/1103] Compiling _RopeModule Rope+Join.swift
[187/1103] Compiling _RopeModule Rope+MutatingForEach.swift
[188/1103] Compiling _RopeModule Rope+Remove.swift
[189/1103] Compiling _RopeModule Rope+RemoveSubrange.swift
[190/1103] Compiling _RopeModule Rope+Split.swift
[191/1103] Compiling _RopeModule Optional Utilities.swift
[192/1103] Compiling _RopeModule String Utilities.swift
[193/1103] Compiling _RopeModule String.Index+ABI.swift
[194/1113] Compiling DequeModule _DequeSlot.swift
[195/1113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[210/1120] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[211/1120] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[212/1120] Compiling OrderedCollections OrderedSet+SubSequence.swift
[213/1120] Compiling OrderedCollections OrderedSet+Testing.swift
[214/1120] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[215/1120] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[216/1120] Compiling OrderedCollections OrderedSet.swift
[217/1120] Compiling OrderedCollections _UnsafeBitset.swift
[232/1120] Compiling OrderedCollections OrderedSet+Sendable.swift
[243/1120] Compiling OrderedCollections OrderedSet+Initializers.swift
[244/1120] Compiling OrderedCollections OrderedSet+Insertions.swift
[245/1120] Compiling OrderedCollections OrderedSet+Invariants.swift
[246/1120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[247/1120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[259/1120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[260/1120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[261/1120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[262/1120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[263/1120] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[264/1120] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[265/1120] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[266/1120] Compiling OrderedCollections OrderedDictionary+Values.swift
[267/1120] Emitting module DequeModule
[268/1121] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[269/1121] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[270/1121] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[271/1121] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[272/1121] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[273/1121] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[274/1121] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[275/1121] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[276/1121] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[277/1121] Compiling HashTreeCollections TreeSet.swift
[279/1121] Emitting module _RopeModule
[298/1121] Compiling ssl_session.cc
[299/1121] Compiling ssl_privkey.cc
[307/1121] Compiling ssl_lib.cc
[309/1121] Emitting module OrderedCollections
[340/1123] Emitting module Metrics
[341/1123] Compiling Metrics Metrics.swift
[341/1124] Compiling ssl_key_share.cc
[376/1124] Compiling ssl_file.cc
[378/1124] Emitting module HashTreeCollections
[378/1125] Compiling ssl_cipher.cc
[380/1125] Compiling ssl_credential.cc
[381/1125] Compiling ssl_buffer.cc
[382/1125] Compiling ssl_cert.cc
[383/1125] Compiling s3_lib.cc
[384/1125] Compiling ssl_asn1.cc
[385/1125] Compiling ssl_aead_ctx.cc
[386/1125] Compiling s3_pkt.cc
[387/1125] Compiling s3_both.cc
[388/1125] Compiling handshake_client.cc
[389/1125] Compiling handshake_server.cc
[390/1125] Compiling dtls_method.cc
[391/1125] Compiling handoff.cc
[392/1125] Compiling handshake.cc
[393/1125] Compiling encrypted_client_hello.cc
[394/1125] Compiling dtls_record.cc
[395/1125] Compiling extensions.cc
[396/1125] Compiling md5-x86_64-apple.S
[397/1125] Compiling md5-586-linux.S
[397/1125] Compiling d1_srtp.cc
[397/1125] Compiling md5-x86_64-linux.S
[400/1125] Compiling chacha20_poly1305_x86_64-apple.S
[401/1125] Compiling md5-586-apple.S
[402/1125] Compiling chacha20_poly1305_armv8-win.S
[403/1125] Compiling chacha20_poly1305_x86_64-linux.S
[404/1125] Compiling chacha20_poly1305_armv8-linux.S
[405/1125] Compiling chacha20_poly1305_armv8-apple.S
[406/1125] Compiling chacha-x86_64-linux.S
[407/1125] Compiling chacha-x86-linux.S
[408/1125] Compiling chacha-x86_64-apple.S
[409/1125] Compiling chacha-x86-apple.S
[410/1125] Compiling err_data.cc
[411/1125] Compiling chacha-armv8-win.S
[412/1125] Compiling chacha-armv8-apple.S
[413/1125] Compiling bio_ssl.cc
[414/1125] Compiling chacha-armv8-linux.S
[415/1125] Compiling chacha-armv4-linux.S
[416/1125] Compiling aes128gcmsiv-x86_64-linux.S
[417/1125] Compiling aes128gcmsiv-x86_64-apple.S
[418/1125] Compiling x86_64-mont5-apple.S
[419/1125] Compiling x86_64-mont-linux.S
[420/1125] Compiling x86_64-mont5-linux.S
[421/1125] Compiling x86-mont-apple.S
[422/1125] Compiling x86-mont-linux.S
[423/1125] Compiling x86_64-mont-apple.S
[424/1125] Compiling vpaes-x86_64-apple.S
[425/1125] Compiling vpaes-x86_64-linux.S
[426/1125] Compiling vpaes-x86-linux.S
[427/1125] Compiling vpaes-x86-apple.S
[427/1125] Compiling vpaes-armv8-win.S
[429/1125] Compiling vpaes-armv8-apple.S
[430/1125] Compiling sha512-x86_64-apple.S
[431/1125] Compiling vpaes-armv8-linux.S
[432/1125] Compiling vpaes-armv7-linux.S
[433/1125] Compiling d1_pkt.cc
[434/1125] Compiling sha512-x86_64-linux.S
[435/1125] Compiling sha512-armv8-linux.S
[436/1125] Compiling sha512-armv8-apple.S
[437/1125] Compiling sha512-586-linux.S
[438/1125] Compiling sha512-armv8-win.S
[439/1125] Compiling sha512-armv4-linux.S
[440/1125] Compiling sha512-586-apple.S
[441/1125] Compiling sha256-armv8-linux.S
[442/1125] Compiling sha256-armv8-win.S
[443/1125] Compiling sha256-x86_64-apple.S
[444/1125] Compiling sha256-armv8-apple.S
[445/1125] Compiling sha256-x86_64-linux.S
[446/1125] Compiling sha256-armv4-linux.S
[447/1125] Compiling sha256-586-linux.S
[448/1125] Compiling sha256-586-apple.S
[449/1125] Compiling sha1-armv8-linux.S
[450/1125] Compiling sha1-armv8-win.S
[450/1125] Compiling sha1-x86_64-apple.S
[452/1125] Compiling sha1-armv8-apple.S
[453/1125] Compiling sha1-x86_64-linux.S
[454/1125] Compiling sha1-armv4-large-linux.S
[455/1125] Compiling sha1-586-linux.S
[456/1125] Compiling sha1-586-apple.S
[456/1125] Compiling rsaz-avx2-apple.S
[458/1125] Compiling rsaz-avx2-linux.S
[459/1125] Compiling rdrand-x86_64-linux.S
[460/1125] Compiling d1_lib.cc
[461/1125] Compiling rdrand-x86_64-apple.S
[462/1125] Compiling p256_beeu-armv8-asm-win.S
[463/1125] Compiling p256_beeu-x86_64-asm-linux.S
[464/1125] Compiling p256_beeu-x86_64-asm-apple.S
[465/1125] Compiling p256_beeu-armv8-asm-linux.S
[466/1125] Compiling p256_beeu-armv8-asm-apple.S
[467/1125] Compiling p256-x86_64-asm-linux.S
[468/1125] Compiling p256-x86_64-asm-apple.S
[469/1125] Compiling p256-armv8-asm-win.S
[470/1125] Compiling p256-armv8-asm-linux.S
[471/1125] Compiling p256-armv8-asm-apple.S
[472/1125] Compiling ghashv8-armv8-win.S
[473/1125] Compiling d1_both.cc
[474/1125] Compiling ghashv8-armv8-linux.S
[475/1125] Compiling ghashv8-armv8-apple.S
[476/1125] Compiling ghash-x86-linux.S
[477/1125] Compiling ghash-x86_64-linux.S
[478/1125] Compiling ghash-x86-apple.S
[479/1125] Compiling ghashv8-armv7-linux.S
[479/1125] Compiling ghash-x86_64-apple.S
[481/1125] Compiling ghash-ssse3-x86-linux.S
[481/1125] Compiling ghash-ssse3-x86_64-linux.S
[483/1125] Compiling ghash-ssse3-x86_64-apple.S
[484/1125] Compiling ghash-ssse3-x86-apple.S
[485/1125] Compiling ghash-neon-armv8-win.S
[486/1125] Compiling ghash-neon-armv8-apple.S
[487/1125] Compiling bsaes-armv7-linux.S
[488/1125] Compiling co-586-apple.S
[489/1125] Compiling ghash-neon-armv8-linux.S
[490/1125] Compiling co-586-linux.S
[490/1125] Compiling ghash-armv4-linux.S
[492/1125] Compiling bn-armv8-win.S
[493/1125] Compiling bn-armv8-linux.S
[493/1125] Compiling bn-586-linux.S
[495/1125] Compiling bn-armv8-apple.S
[496/1125] Compiling bn-586-apple.S
[497/1125] Compiling armv8-mont-apple.S
[498/1125] Compiling armv8-mont-win.S
[498/1125] Compiling armv8-mont-linux.S
[500/1125] Compiling armv4-mont-linux.S
[501/1125] Compiling aesv8-gcm-armv8-apple.S
[502/1125] Compiling aesv8-gcm-armv8-win.S
[503/1125] Compiling aesv8-gcm-armv8-linux.S
[504/1125] Compiling aesv8-armv8-win.S
[505/1125] Compiling aesv8-armv8-apple.S
[506/1125] Compiling aesv8-armv8-linux.S
[507/1125] Compiling aesv8-armv7-linux.S
[508/1125] Compiling aesni-x86-linux.S
[509/1125] Compiling aesni-x86_64-linux.S
[510/1125] Compiling aesni-x86_64-apple.S
[511/1125] Compiling aesni-gcm-x86_64-linux.S
[512/1125] Compiling aesni-x86-apple.S
[513/1125] Compiling aes-gcm-avx2-x86_64-linux.S
[514/1125] Compiling aesni-gcm-x86_64-apple.S
[515/1125] Compiling aes-gcm-avx2-x86_64-apple.S
[516/1125] Compiling aes-gcm-avx10-x86_64-apple.S
[517/1125] Compiling aes-gcm-avx10-x86_64-linux.S
[518/1125] Compiling x_sig.cc
[519/1125] Compiling x_pubkey.cc
[520/1125] Compiling x_spki.cc
[521/1125] Compiling x_x509a.cc
[522/1125] Compiling x_val.cc
[523/1125] Compiling x_x509.cc
[524/1125] Compiling x_req.cc
[525/1125] Compiling x_name.cc
[526/1125] Compiling x509spki.cc
[527/1125] Compiling x_exten.cc
[528/1125] Compiling x_algor.cc
[529/1125] Compiling x_attrib.cc
[530/1125] Compiling x_crl.cc
[531/1125] Compiling x_all.cc
[532/1125] Compiling x509rset.cc
[533/1125] Compiling x509name.cc
[534/1125] Compiling x509_vpm.cc
[535/1125] Compiling x509cset.cc
[536/1125] Compiling x509_txt.cc
[537/1125] Compiling x509_v3.cc
[538/1125] Compiling x509_set.cc
[539/1125] Compiling x509_vfy.cc
[540/1125] Compiling x509_trs.cc
[541/1125] Compiling x509_req.cc
[542/1125] Compiling x509_d2.cc
[543/1125] Compiling x509_obj.cc
[544/1125] Compiling x509_lu.cc
[545/1125] Compiling x509_ext.cc
[546/1125] Compiling x509_att.cc
[547/1125] Compiling x509_cmp.cc
[548/1125] Compiling x509_def.cc
[549/1125] Compiling x509.cc
[550/1125] Compiling v3_skey.cc
[551/1125] Compiling v3_utl.cc
[552/1125] Compiling v3_pmaps.cc
[553/1125] Compiling v3_ocsp.cc
[554/1125] Compiling v3_prn.cc
[555/1125] Compiling v3_purp.cc
[556/1125] Compiling v3_ncons.cc
[557/1125] Compiling v3_pcons.cc
[558/1125] Compiling v3_ia5.cc
[559/1125] Compiling v3_genn.cc
[560/1125] Compiling v3_int.cc
[561/1125] Compiling v3_info.cc
[562/1125] Compiling v3_lib.cc
[563/1125] Compiling v3_extku.cc
[564/1125] Compiling v3_enum.cc
[565/1125] Compiling v3_crld.cc
[566/1125] Compiling v3_cpols.cc
[567/1125] Compiling v3_bitst.cc
[568/1125] Compiling v3_akeya.cc
[569/1125] Compiling v3_conf.cc
[570/1125] Compiling v3_alt.cc
[571/1125] Compiling v3_akey.cc
[572/1125] Compiling v3_bcons.cc
[573/1125] Compiling t_req.cc
[574/1125] Compiling t_x509.cc
[575/1125] Compiling t_x509a.cc
[576/1125] Compiling i2d_pr.cc
[577/1125] Compiling t_crl.cc
[578/1125] Compiling rsa_pss.cc
[579/1125] Compiling name_print.cc
[580/1125] Compiling policy.cc
[581/1125] Compiling by_file.cc
[582/1125] Compiling by_dir.cc
[583/1125] Compiling asn1_gen.cc
[584/1125] Compiling algorithm.cc
[585/1125] Compiling a_verify.cc
[586/1125] Compiling voprf.cc
[587/1125] Compiling a_sign.cc
[588/1125] Compiling a_digest.cc
[589/1125] Compiling thread_win.cc
[590/1125] Compiling thread_pthread.cc
[591/1125] Compiling thread.cc
[592/1125] Compiling thread_none.cc
[593/1125] Compiling trust_token.cc
[594/1125] Compiling stack.cc
[595/1125] Compiling sha256.cc
[595/1125] Compiling sha512.cc
[597/1125] Compiling siphash.cc
[598/1125] Compiling rsa_print.cc
[599/1125] Compiling slhdsa.cc
[600/1125] Compiling spake2plus.cc
[601/1125] Compiling pmbtoken.cc
[602/1125] Compiling rc4.cc
[603/1125] Compiling sha1.cc
[604/1125] Compiling rsa_extra.cc
[605/1125] Compiling refcount.cc
[606/1125] Compiling windows.cc
[607/1125] Compiling urandom.cc
[608/1125] Compiling trusty.cc
[609/1125] Compiling rsa_crypt.cc
[610/1125] Compiling rand.cc
[611/1125] Compiling rsa_asn1.cc
[612/1125] Compiling ios.cc
[613/1125] Compiling getentropy.cc
[614/1125] Compiling passive.cc
[615/1125] Compiling poly1305_arm_asm.S
[616/1125] Compiling deterministic.cc
[617/1125] Compiling forkunsafe.cc
[618/1125] Compiling fork_detect.cc
[619/1125] Compiling poly1305_arm.cc
[620/1125] Compiling poly1305.cc
[621/1125] Compiling poly1305_vec.cc
[622/1125] Compiling pool.cc
[623/1125] Compiling pkcs7.cc
[624/1125] Compiling pkcs8_x509.cc
[625/1125] Compiling pkcs8.cc
[626/1125] Compiling p5_pbev2.cc
[627/1125] Compiling pkcs7_x509.cc
[628/1125] Compiling pem_x509.cc
[629/1125] Compiling pem_xaux.cc
[630/1125] Compiling pem_pkey.cc
[631/1125] Compiling pem_pk8.cc
[632/1125] Compiling pem_oth.cc
[633/1125] Compiling mlkem.cc
[634/1125] Compiling obj_xref.cc
[635/1125] Compiling pem_info.cc
[636/1125] Compiling pem_all.cc
[637/1125] Compiling mldsa.cc
[638/1125] Compiling pem_lib.cc
[639/1125] Compiling md5.cc
[640/1125] Compiling mem.cc
[641/1125] Compiling obj.cc
[642/1125] Compiling poly_rq_mul.S
[643/1125] Compiling fips_shared_support.cc
[643/1125] Compiling lhash.cc
[645/1125] Compiling md4.cc
[646/1125] Compiling hrss.cc
[647/1125] Compiling sign.cc
[648/1125] Compiling ex_data.cc
[649/1125] Compiling scrypt.cc
[650/1125] Compiling kyber.cc
[651/1125] Compiling print.cc
[652/1125] Compiling hpke.cc
[653/1125] Compiling pbkdf.cc
[654/1125] Compiling p_x25519.cc
[655/1125] Compiling p_ed25519.cc
[656/1125] Compiling p_rsa_asn1.cc
[657/1125] Compiling p_x25519_asn1.cc
[658/1125] Compiling p_hkdf.cc
[659/1125] Compiling p_rsa.cc
[660/1125] Compiling p_ec_asn1.cc
[661/1125] Compiling p_dh.cc
[662/1125] Compiling p_ed25519_asn1.cc
[663/1125] Compiling p_dh_asn1.cc
[664/1125] Compiling p_ec.cc
[665/1125] Compiling err.cc
[666/1125] Compiling engine.cc
[667/1125] Compiling evp_ctx.cc
[668/1125] Compiling evp_asn1.cc
[669/1125] Compiling evp.cc
[670/1125] Compiling p_dsa_asn1.cc
[671/1125] Compiling ecdh.cc
[672/1125] Compiling ecdsa_asn1.cc
[673/1125] Compiling dsa.cc
[674/1125] Compiling ec_asn1.cc
[675/1125] Compiling hash_to_curve.cc
[676/1125] Compiling ec_derive.cc
[677/1125] Compiling params.cc
[678/1125] Compiling dsa_asn1.cc
[679/1125] Compiling digest_extra.cc
[680/1125] Compiling des.cc
[681/1125] Compiling x25519-asm-arm.S
[682/1125] Compiling dh_asn1.cc
[683/1125] Compiling cpu_arm_linux.cc
[684/1125] Compiling crypto.cc
[685/1125] Compiling curve25519.cc
[686/1125] Compiling spake25519.cc
[687/1125] Compiling cpu_aarch64_sysreg.cc
[688/1125] Compiling cpu_arm_freebsd.cc
[689/1125] Compiling cpu_aarch64_win.cc
[690/1125] Compiling cpu_intel.cc
[691/1125] Compiling curve25519_64_adx.cc
[692/1125] Compiling cpu_aarch64_openbsd.cc
[693/1125] Compiling cpu_aarch64_linux.cc
[694/1125] Compiling cpu_aarch64_fuchsia.cc
[695/1125] Compiling cpu_aarch64_apple.cc
[696/1125] Compiling tls_cbc.cc
[697/1125] Compiling bcm.cc
[698/1125] Compiling conf.cc
[699/1125] Compiling get_cipher.cc
[700/1125] Compiling e_rc4.cc
[701/1125] Compiling e_tls.cc
[702/1125] Compiling e_rc2.cc
[703/1125] Compiling e_null.cc
[704/1125] Compiling e_des.cc
[705/1125] Compiling e_aesctrhmac.cc
[706/1125] Compiling derive_key.cc
[707/1125] Compiling e_chacha20poly1305.cc
[708/1125] Compiling e_aesgcmsiv.cc
[709/1125] Compiling chacha.cc
[710/1125] Compiling buf.cc
[711/1125] Compiling ber.cc
[712/1125] Compiling cbs.cc
[713/1125] Compiling asn1_compat.cc
[714/1125] Compiling unicode.cc
[715/1125] Compiling blake2.cc
[716/1125] Compiling convert.cc
[717/1125] Compiling cbb.cc
[718/1125] Compiling bn_asn1.cc
[719/1125] Compiling socket_helper.cc
[720/1125] Compiling pair.cc
[721/1125] Compiling printf.cc
[722/1125] Compiling socket.cc
[723/1125] Compiling connect.cc
[724/1125] Compiling bio_mem.cc
[725/1125] Compiling hexdump.cc
[726/1125] Compiling errno.cc
[727/1125] Compiling file.cc
[728/1125] Compiling fd.cc
[729/1125] Compiling bio.cc
[730/1125] Compiling base64.cc
[731/1125] Compiling tasn_typ.cc
[732/1125] Compiling tasn_enc.cc
[733/1125] Compiling tasn_fre.cc
[734/1125] Compiling tasn_utl.cc
[735/1125] Compiling posix_time.cc
[736/1125] Compiling f_string.cc
[737/1125] Compiling tasn_new.cc
[738/1125] Compiling tasn_dec.cc
[739/1125] Compiling f_int.cc
[740/1125] Compiling asn_pack.cc
[741/1125] Compiling asn1_par.cc
[742/1125] Compiling a_time.cc
[743/1125] Compiling a_octet.cc
[744/1125] Compiling a_strex.cc
[745/1125] Compiling asn1_lib.cc
[746/1125] Compiling a_strnid.cc
[747/1125] Compiling a_utctm.cc
[748/1125] Compiling a_type.cc
[749/1125] Compiling a_d2i_fp.cc
[750/1125] Compiling a_mbstr.cc
[751/1125] Compiling a_dup.cc
[752/1125] Compiling a_i2d_fp.cc
[753/1125] Compiling a_object.cc
[754/1125] Compiling a_bool.cc
[755/1125] Compiling a_int.cc
[756/1125] Compiling a_gentm.cc
[757/1125] Compiling fiat_p256_adx_sqr.S
[758/1125] Compiling fiat_p256_adx_mul.S
[759/1125] Compiling CCryptoBoringSSLShims shims.c
[760/1125] Compiling a_bitstr.cc
[761/1125] Compiling fiat_curve25519_adx_mul.S
[762/1125] Compiling md5-x86_64-linux.S
[763/1125] Compiling fiat_curve25519_adx_square.S
[764/1125] Compiling err_data.cc
[765/1125] Compiling md5-x86_64-apple.S
[766/1125] Compiling md5-586-linux.S
[767/1125] Compiling md5-586-apple.S
[768/1125] Compiling chacha20_poly1305_armv8-win.S
[769/1125] Compiling chacha20_poly1305_x86_64-apple.S
[770/1125] Compiling chacha20_poly1305_armv8-linux.S
[771/1125] Compiling chacha20_poly1305_armv8-apple.S
[772/1125] Compiling chacha20_poly1305_x86_64-linux.S
[773/1125] Compiling chacha-x86_64-apple.S
[774/1125] Compiling chacha-x86-linux.S
[775/1125] Compiling chacha-x86_64-linux.S
[776/1125] Compiling chacha-x86-apple.S
[777/1125] Compiling chacha-armv8-win.S
[778/1125] Compiling chacha-armv8-apple.S
[779/1125] Compiling chacha-armv8-linux.S
[780/1125] Compiling chacha-armv4-linux.S
[781/1125] Compiling aes128gcmsiv-x86_64-linux.S
[782/1125] Compiling x86_64-mont5-apple.S
[783/1125] Compiling aes128gcmsiv-x86_64-apple.S
[784/1125] Compiling x86_64-mont5-linux.S
[785/1125] Compiling c-nioatomics.c
[786/1125] Compiling x86_64-mont-apple.S
[787/1125] Compiling x86_64-mont-linux.S
[788/1125] Compiling vpaes-x86_64-linux.S
[789/1125] Compiling x86-mont-linux.S
[790/1125] Compiling x86-mont-apple.S
[791/1125] Compiling vpaes-x86-apple.S
[792/1125] Compiling vpaes-x86-linux.S
[793/1125] Compiling vpaes-x86_64-apple.S
[794/1125] Compiling vpaes-armv8-linux.S
[795/1125] Compiling vpaes-armv8-win.S
[796/1125] Compiling vpaes-armv8-apple.S
[797/1125] Compiling vpaes-armv7-linux.S
[798/1125] Compiling sha512-x86_64-apple.S
[799/1125] Compiling sha512-x86_64-linux.S
[800/1125] Compiling sha512-armv8-win.S
[801/1125] Compiling sha512-armv8-linux.S
[802/1125] Compiling sha512-armv8-apple.S
[803/1125] Compiling sha512-586-linux.S
[804/1125] Compiling sha512-armv4-linux.S
[805/1125] Compiling sha512-586-apple.S
[806/1125] Compiling sha256-armv8-linux.S
[807/1125] Compiling sha256-armv8-win.S
[808/1125] Compiling sha256-x86_64-linux.S
[809/1125] Compiling sha256-x86_64-apple.S
[810/1125] Compiling sha256-armv8-apple.S
[811/1125] Compiling sha256-armv4-linux.S
[812/1125] Compiling sha256-586-linux.S
[813/1125] Compiling sha1-armv8-linux.S
[814/1125] Compiling sha1-x86_64-apple.S
[815/1125] Compiling sha1-x86_64-linux.S
[816/1125] Compiling sha256-586-apple.S
[817/1125] Compiling sha1-armv8-apple.S
[818/1125] Compiling sha1-586-linux.S
[818/1125] Compiling sha1-armv8-win.S
[820/1125] Compiling sha1-armv4-large-linux.S
[821/1125] Compiling rsaz-avx2-linux.S
[822/1125] Compiling rsaz-avx2-apple.S
[823/1125] Compiling sha1-586-apple.S
[824/1125] Compiling rdrand-x86_64-apple.S
[825/1125] Compiling c-atomics.c
[826/1125] Compiling p256_beeu-x86_64-asm-apple.S
[827/1125] Compiling rdrand-x86_64-linux.S
[828/1125] Compiling p256_beeu-armv8-asm-linux.S
[829/1125] Compiling p256_beeu-armv8-asm-win.S
[830/1125] Compiling p256_beeu-x86_64-asm-linux.S
[831/1125] Compiling p256-x86_64-asm-apple.S
[832/1125] Compiling p256_beeu-armv8-asm-apple.S
[833/1125] Compiling p256-armv8-asm-win.S
[834/1125] Compiling p256-x86_64-asm-linux.S
[835/1125] Compiling p256-armv8-asm-linux.S
[836/1125] Compiling ghashv8-armv8-linux.S
[837/1125] Compiling p256-armv8-asm-apple.S
[838/1125] Compiling ghashv8-armv8-win.S
[839/1125] Compiling ghashv8-armv7-linux.S
[840/1125] Compiling ghash-x86_64-apple.S
[841/1125] Compiling ghash-x86-apple.S
[842/1125] Compiling ghashv8-armv8-apple.S
[843/1125] Compiling ghash-x86-linux.S
[844/1125] Compiling ghash-ssse3-x86_64-linux.S
[845/1125] Compiling ghash-x86_64-linux.S
[846/1128] Compiling ghash-ssse3-x86_64-apple.S
[847/1130] Compiling ghash-neon-armv8-win.S
[848/1130] Compiling ghash-neon-armv8-linux.S
[849/1130] Compiling ghash-ssse3-x86-linux.S
[849/1130] Compiling ghash-ssse3-x86-apple.S
[851/1131] Compiling co-586-linux.S
[852/1131] Compiling ghash-armv4-linux.S
[853/1131] Compiling ghash-neon-armv8-apple.S
[854/1131] Compiling bn-armv8-linux.S
[855/1131] Compiling bsaes-armv7-linux.S
[856/1131] Compiling bn-armv8-win.S
[856/1131] Compiling co-586-apple.S
[858/1131] Compiling bn-586-apple.S
[858/1131] Compiling bn-586-linux.S
[860/1131] Compiling bn-armv8-apple.S
[861/1131] Compiling armv8-mont-win.S
[862/1131] Compiling armv8-mont-linux.S
[863/1131] Compiling armv8-mont-apple.S
[864/1131] Compiling aesv8-gcm-armv8-win.S
[865/1131] Compiling armv4-mont-linux.S
[866/1131] Compiling aesv8-gcm-armv8-apple.S
[867/1131] Compiling aesv8-armv8-apple.S
[868/1131] Compiling aesv8-gcm-armv8-linux.S
[868/1131] Compiling aesv8-armv8-linux.S
[870/1131] Compiling aesv8-armv8-win.S
[871/1131] Compiling aesv8-armv7-linux.S
[873/1131] Compiling NIOConcurrencyHelpers lock.swift
[873/1131] Compiling aesni-x86_64-apple.S
[874/1131] Compiling aesni-x86_64-linux.S
[875/1131] Compiling aesni-x86-linux.S
[876/1131] Compiling aesni-x86-apple.S
[877/1131] Compiling aes-gcm-avx10-x86_64-apple.S
[878/1131] Compiling aes-gcm-avx10-x86_64-linux.S
[879/1131] Compiling aesni-gcm-x86_64-apple.S
[880/1131] Compiling aesni-gcm-x86_64-linux.S
[882/1131] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[883/1131] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[884/1131] Emitting module NIOConcurrencyHelpers
[885/1131] Compiling NIOConcurrencyHelpers NIOLock.swift
[886/1131] Compiling NIOConcurrencyHelpers atomics.swift
[887/1132] Compiling x_x509a.cc
[888/1132] Compiling x_x509.cc
[889/1132] Compiling x_val.cc
[890/1132] Compiling x_sig.cc
[891/1132] Compiling x_spki.cc
[892/1132] Compiling x_req.cc
[893/1132] Compiling x_pubkey.cc
[894/1132] Compiling x_name.cc
[895/1132] Compiling x_exten.cc
[896/1132] Compiling x_crl.cc
[897/1132] Compiling x_attrib.cc
[898/1132] Compiling x_algor.cc
[899/1132] Compiling x_all.cc
[900/1132] Compiling x509spki.cc
[901/1132] Compiling x509rset.cc
[902/1132] Compiling x509name.cc
[903/1132] Compiling x509_vpm.cc
[904/1132] Compiling x509cset.cc
[905/1132] Compiling x509_txt.cc
[906/1132] Compiling x509_v3.cc
[907/1132] Compiling x509_vfy.cc
[908/1132] Compiling x509_set.cc
[909/1132] Compiling x509_trs.cc
[910/1132] Compiling x509_req.cc
[911/1132] Compiling x509_obj.cc
[912/1132] Compiling x509_def.cc
[913/1132] Compiling x509_ext.cc
[914/1132] Compiling x509_lu.cc
[915/1132] Compiling x509_d2.cc
[916/1132] Compiling x509_att.cc
[917/1132] Compiling x509.cc
[918/1132] Compiling x509_cmp.cc
[919/1132] Compiling v3_utl.cc
[920/1132] Compiling v3_prn.cc
[921/1132] Compiling v3_skey.cc
[922/1132] Compiling v3_purp.cc
[922/1132] Compiling v3_pmaps.cc
[924/1132] Compiling v3_pcons.cc
[925/1132] Compiling v3_ocsp.cc
[926/1132] Compiling v3_ncons.cc
[927/1132] Compiling v3_lib.cc
[928/1132] Compiling v3_int.cc
[929/1132] Compiling v3_ia5.cc
[930/1132] Compiling v3_enum.cc
[931/1132] Compiling v3_info.cc
[932/1132] Compiling v3_crld.cc
[933/1132] Compiling v3_extku.cc
[934/1132] Compiling v3_genn.cc
[935/1132] Compiling v3_conf.cc
[936/1132] Compiling v3_cpols.cc
[937/1132] Compiling v3_bitst.cc
[938/1132] Compiling v3_bcons.cc
[939/1132] Compiling v3_akey.cc
[940/1132] Compiling v3_alt.cc
[941/1132] Compiling v3_akeya.cc
[942/1132] Compiling t_x509a.cc
[943/1132] Compiling t_x509.cc
[944/1132] Compiling t_req.cc
[945/1132] Compiling t_crl.cc
[946/1132] Compiling i2d_pr.cc
[947/1132] Compiling rsa_pss.cc
[948/1132] Compiling policy.cc
[949/1132] Compiling name_print.cc
[950/1132] Compiling by_file.cc
[951/1132] Compiling algorithm.cc
[952/1132] Compiling by_dir.cc
[953/1132] Compiling asn1_gen.cc
[954/1132] Compiling a_verify.cc
[954/1132] Compiling voprf.cc
[956/1132] Compiling a_digest.cc
[957/1132] Compiling a_sign.cc
[958/1132] Compiling trust_token.cc
[959/1132] Compiling thread_win.cc
[960/1132] Compiling thread.cc
[961/1132] Compiling thread_pthread.cc
[962/1132] Compiling thread_none.cc
[963/1132] Compiling pmbtoken.cc
[964/1132] Compiling wots.cc
[965/1132] Compiling stack.cc
[966/1132] Compiling thash.cc
[967/1132] Compiling merkle.cc
[968/1132] Compiling fors.cc
[968/1132] Compiling slhdsa.cc
[970/1132] Compiling siphash.cc
[971/1132] Compiling sha512.cc
[972/1132] Compiling sha1.cc
[973/1132] Compiling sha256.cc
[974/1132] Compiling rsa_print.cc
[975/1132] Compiling rsa_extra.cc
[976/1132] Compiling refcount.cc
[977/1132] Compiling rc4.cc
[978/1132] Compiling rsa_asn1.cc
[979/1132] Compiling rsa_crypt.cc
[980/1132] Compiling windows.cc
[981/1132] Compiling urandom.cc
[982/1132] Compiling trusty.cc
[983/1132] Compiling rand_extra.cc
[984/1132] Compiling ios.cc
[985/1132] Compiling poly1305_arm_asm.S
[986/1132] Compiling passive.cc
[987/1132] Compiling getentropy.cc
[988/1132] Compiling deterministic.cc
[989/1132] Compiling forkunsafe.cc
[990/1132] Compiling fork_detect.cc
[991/1132] Compiling pool.cc
[992/1132] Compiling poly1305.cc
[993/1132] Compiling poly1305_arm.cc
[994/1132] Compiling poly1305_vec.cc
[995/1132] Compiling pkcs7.cc
[996/1132] Compiling pkcs8.cc
[997/1132] Compiling pkcs8_x509.cc
[998/1132] Compiling p5_pbev2.cc
[999/1132] Compiling pkcs7_x509.cc
[1000/1132] Compiling pem_xaux.cc
[1000/1132] Compiling pem_x509.cc
[1002/1132] Compiling pem_pkey.cc
[1003/1132] Compiling pem_pk8.cc
[1004/1132] Compiling obj_xref.cc
[1005/1132] Compiling pem_oth.cc
[1006/1132] Compiling mlkem.cc
[1007/1132] Compiling pem_info.cc
[1008/1132] Compiling mldsa.cc
[1009/1132] Compiling obj.cc
[1010/1132] Compiling pem_lib.cc
[1011/1132] Compiling pem_all.cc
[1012/1132] Compiling poly_rq_mul.S
[1013/1132] Compiling fips_shared_support.cc
[1014/1132] Compiling mem.cc
[1015/1132] Compiling md5.cc
[1016/1132] Compiling md4.cc
[1017/1132] Compiling lhash.cc
[1018/1132] Compiling kyber.cc
[1019/1132] Compiling hrss.cc
[1020/1132] Compiling ex_data.cc
[1021/1132] Compiling hpke.cc
[1022/1132] Compiling sign.cc
[1023/1132] Compiling scrypt.cc
[1024/1132] Compiling pbkdf.cc
[1025/1132] Compiling print.cc
[1026/1132] Compiling p_x25519.cc
[1027/1132] Compiling p_x25519_asn1.cc
[1028/1132] Compiling p_rsa_asn1.cc
[1029/1132] Compiling p_rsa.cc
[1030/1132] Compiling p_hkdf.cc
[1031/1132] Compiling p_ed25519.cc
[1032/1132] Compiling p_ed25519_asn1.cc
[1033/1132] Compiling p_ec_asn1.cc
[1034/1132] Compiling p_ec.cc
[1035/1132] Compiling p_dsa_asn1.cc
[1036/1132] Compiling p_dh.cc
[1037/1132] Compiling p_dh_asn1.cc
[1038/1132] Compiling evp_ctx.cc
[1039/1132] Compiling evp_asn1.cc
[1040/1132] Compiling evp.cc
[1041/1132] Compiling err.cc
[1042/1132] Compiling engine.cc
[1043/1132] Compiling ecdh_extra.cc
[1044/1132] Compiling hash_to_curve.cc
[1045/1132] Compiling ec_derive.cc
[1046/1132] Compiling ecdsa_asn1.cc
[1047/1132] Compiling ec_asn1.cc
[1048/1132] Compiling dsa_asn1.cc
[1049/1132] Compiling params.cc
[1050/1132] Compiling dh_asn1.cc
[1051/1132] Compiling dsa.cc
[1052/1132] Compiling des.cc
[1053/1132] Compiling digest_extra.cc
[1054/1132] Compiling spake25519.cc
[1055/1132] Compiling x25519-asm-arm.S
[1056/1132] Compiling crypto.cc
[1057/1132] Compiling cpu_intel.cc
[1058/1132] Compiling cpu_arm_freebsd.cc
[1058/1132] Compiling cpu_aarch64_win.cc
[1060/1132] Compiling cpu_arm_linux.cc
[1061/1132] Compiling cpu_aarch64_openbsd.cc
[1062/1132] Compiling curve25519_64_adx.cc
[1063/1132] Compiling cpu_aarch64_apple.cc
[1064/1132] Compiling cpu_aarch64_fuchsia.cc
[1065/1132] Compiling cpu_aarch64_sysreg.cc
[1066/1132] Compiling curve25519.cc
[1067/1132] Compiling cpu_aarch64_linux.cc
[1068/1132] Compiling bcm.cc
[1069/1132] Compiling tls_cbc.cc
[1070/1132] Compiling conf.cc
[1071/1132] Compiling e_tls.cc
[1072/1132] Compiling e_rc2.cc
[1073/1132] Compiling e_rc4.cc
[1074/1132] Compiling e_des.cc
[1075/1132] Compiling e_null.cc
[1076/1132] Compiling derive_key.cc
[1077/1132] Compiling e_chacha20poly1305.cc
[1078/1132] Compiling e_aesctrhmac.cc
[1079/1132] Compiling e_aesgcmsiv.cc
[1080/1132] Compiling chacha.cc
[1081/1132] Compiling unicode.cc
[1081/1132] Compiling cipher_extra.cc
[1083/1132] Compiling ber.cc
[1084/1132] Compiling buf.cc
[1085/1132] Compiling cbs.cc
[1086/1132] Compiling asn1_compat.cc
[1087/1132] Compiling cbb.cc
[1088/1132] Compiling blake2.cc
[1089/1132] Compiling bn_asn1.cc
[1090/1132] Compiling convert.cc
[1091/1132] Compiling printf.cc
[1092/1132] Compiling file.cc
[1093/1132] Compiling pair.cc
[1094/1132] Compiling hexdump.cc
[1095/1132] Compiling fd.cc
[1096/1132] Compiling bio_mem.cc
[1097/1132] Compiling errno.cc
[1098/1132] Compiling bio.cc
[1099/1132] Compiling base64.cc
[1100/1132] Compiling tasn_typ.cc
[1101/1132] Compiling tasn_fre.cc
[1102/1132] Compiling tasn_utl.cc
[1103/1132] Compiling tasn_new.cc
[1103/1132] Compiling tasn_enc.cc
[1105/1132] Compiling tasn_dec.cc
[1105/1132] Compiling posix_time.cc
[1107/1132] Compiling f_string.cc
[1108/1132] Compiling f_int.cc
[1109/1132] Compiling asn_pack.cc
[1110/1132] Compiling asn1_par.cc
[1111/1132] Compiling a_utctm.cc
[1112/1132] Compiling asn1_lib.cc
[1113/1132] Compiling a_type.cc
[1114/1132] Compiling a_time.cc
[1115/1132] Compiling a_strnid.cc
[1116/1132] Compiling a_octet.cc
[1117/1132] Compiling a_strex.cc
[1118/1132] Compiling a_object.cc
[1119/1132] Compiling a_mbstr.cc
[1120/1132] Write sources
[1121/1132] Compiling a_i2d_fp.cc
[1122/1132] Write sources
[1123/1132] Compiling a_gentm.cc
[1124/1132] Write sources
[1126/1132] Compiling a_int.cc
[1127/1132] Write sources
[1128/1132] Compiling a_dup.cc
[1129/1132] Compiling a_d2i_fp.cc
[1130/1195] Compiling a_bool.cc
[1131/1274] Compiling a_bitstr.cc
[1133/1282] Compiling Algorithms Permutations.swift
[1134/1282] Compiling Algorithms Product.swift
[1135/1284] Compiling Algorithms AdjacentPairs.swift
[1136/1284] Compiling Algorithms Chain.swift
[1137/1284] Compiling Algorithms MinMax.swift
[1138/1284] Compiling Algorithms Partition.swift
[1139/1284] Compiling Algorithms FirstNonNil.swift
[1140/1284] Compiling Algorithms Joined.swift
[1141/1284] Compiling Algorithms Keyed.swift
[1142/1284] Compiling Algorithms Compacted.swift
[1143/1284] Compiling Algorithms Cycle.swift
[1144/1284] Compiling Algorithms EitherSequence.swift
[1145/1284] Compiling Atomics IntegerOperations.swift
[1146/1284] Compiling Atomics Unmanaged extensions.swift
[1147/1284] Emitting module BitCollections
[1150/1284] Compiling Algorithms Chunked.swift
[1151/1284] Compiling Algorithms Combinations.swift
[1152/1284] Compiling Algorithms FlattenCollection.swift
[1153/1284] Compiling Algorithms Grouped.swift
[1154/1284] Compiling Algorithms Indexed.swift
[1155/1284] Compiling Algorithms Intersperse.swift
[1156/1291] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1157/1291] Compiling BitCollections BitSet+CustomReflectable.swift
[1158/1291] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1159/1291] Compiling BitCollections BitSet+Equatable.swift
[1160/1291] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1161/1291] Compiling BitCollections BitSet+Extras.swift
[1162/1291] Compiling BitCollections BitSet+Hashable.swift
[1163/1291] Compiling BitCollections BitSet+Initializers.swift
[1164/1291] Compiling BitCollections BitSet+Invariants.swift
[1165/1291] Compiling BitCollections BitSet+Random.swift
[1166/1291] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1167/1291] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1168/1291] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1169/1291] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1170/1291] Emitting module AsyncAlgorithms
[1184/1297] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1185/1297] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1186/1297] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1187/1297] Compiling BitCollections BitSet+SetAlgebra union.swift
[1188/1297] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1189/1297] Compiling BitCollections BitSet.Counted.swift
[1190/1297] Compiling CryptoBoringWrapper RandomBytes.swift
[1191/1297] Compiling Algorithms Split.swift
[1192/1297] Compiling Algorithms Stride.swift
[1193/1297] Compiling Algorithms Suffix.swift
[1196/1297] Compiling Algorithms Rotate.swift
[1197/1300] Compiling Algorithms Windows.swift
[1198/1300] Compiling BitCollections BitArray._UnsafeHandle.swift
[1199/1300] Compiling BitCollections BitArray.swift
[1200/1300] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1201/1300] Compiling BitCollections BitSet+Codable.swift
[1202/1300] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1219/1300] Compiling Algorithms Trim.swift
[1220/1300] Compiling Algorithms Unique.swift
[1233/1300] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1234/1300] Emitting module CryptoBoringWrapper
[1235/1300] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1236/1300] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1237/1300] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1238/1300] Compiling CryptoBoringWrapper EllipticCurve.swift
[1253/1300] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1261/1301] Emitting module Atomics
[1269/1301] Compiling BitCollections BitSet.Index.swift
[1270/1301] Compiling BitCollections BitSet._UnsafeHandle.swift
[1271/1301] Compiling BitCollections BitSet.swift
[1272/1301] Compiling BitCollections Range+Utilities.swift
[1273/1301] Compiling BitCollections Slice+Utilities.swift
[1274/1301] Compiling BitCollections UInt+Tricks.swift
[1275/1301] Compiling BitCollections _Word.swift
[1297/1361] Compiling Crypto NISTCurvesKeys_boring.swift
[1298/1361] Compiling Crypto X25519Keys_boring.swift
[1299/1361] Compiling Crypto Curve25519.swift
[1300/1361] Compiling Crypto Ed25519Keys.swift
[1301/1361] Compiling Crypto NISTCurvesKeys.swift
[1302/1361] Compiling Crypto X25519Keys.swift
[1304/1392] Compiling Collections Collections.swift
[1305/1424] Emitting module Collections
[1307/1459] Emitting module Algorithms
[1308/1460] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1310/1461] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1311/1461] Compiling NIOCore ByteBuffer-views.swift
[1312/1461] Compiling NIOCore Channel.swift
[1313/1462] Emitting module ServiceLifecycle
[1314/1462] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1315/1462] Compiling ServiceLifecycle ServiceRunnerError.swift
[1316/1462] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1317/1462] Compiling ServiceLifecycle CancellationWaiter.swift
[1318/1462] Compiling ServiceLifecycle GracefulShutdown.swift
[1319/1462] Compiling NIOCore AsyncChannelInboundStream.swift
[1320/1462] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1321/1462] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1322/1462] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1323/1462] Compiling NIOCore NIOAsyncWriter.swift
[1324/1462] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1325/1462] Compiling NIOCore BSDSocketAPI.swift
[1326/1462] Compiling NIOCore ByteBuffer-aux.swift
[1327/1462] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1328/1462] Compiling NIOCore ByteBuffer-conversions.swift
[1329/1471] Compiling NIOCore ChannelHandler.swift
[1330/1471] Compiling NIOCore ChannelHandlers.swift
[1331/1471] Compiling NIOCore MarkedCircularBuffer.swift
[1332/1471] Compiling NIOCore MulticastChannel.swift
[1333/1471] Compiling NIOCore NIOAny.swift
[1334/1471] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1335/1471] Compiling NIOCore NIOLoopBound.swift
[1336/1471] Compiling NIOCore NIOScheduledCallback.swift
[1337/1471] Compiling NIOCore NIOSendable.swift
[1338/1471] Compiling NIOCore RecvByteBufferAllocator.swift
[1339/1479] Compiling NIOCore ChannelInvoker.swift
[1340/1479] Compiling NIOCore ChannelOption.swift
[1341/1479] Compiling NIOCore ByteBuffer-multi-int.swift
[1342/1479] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1343/1479] Emitting module Crypto
[1344/1479] Emitting module _ConnectionPoolModule
[1345/1479] Compiling ServiceLifecycle ServiceGroup.swift
[1346/1479] Compiling ServiceLifecycle Service.swift
[1347/1480] Compiling NIOCore SocketOptionProvider.swift
[1348/1480] Compiling NIOCore SystemCallHelpers.swift
[1349/1480] Compiling NIOCore TimeAmount+Duration.swift
[1350/1480] Compiling NIOCore TypeAssistedChannelHandler.swift
[1351/1480] Compiling NIOCore UniversalBootstrapSupport.swift
[1352/1480] Compiling NIOCore Utilities.swift
[1353/1480] Compiling Crypto ECDSA_boring.swift
[1354/1480] Compiling Crypto EdDSA_boring.swift
[1355/1480] Compiling Crypto ECDSA.swift
[1356/1480] Compiling Crypto Ed25519.swift
[1357/1480] Compiling NIOCore ChannelPipeline.swift
[1358/1480] Compiling NIOCore CircularBuffer.swift
[1359/1480] Compiling NIOCore Codec.swift
[1360/1480] Compiling NIOCore ConvenienceOptionSupport.swift
[1361/1480] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1363/1481] Compiling NIOCore FileHandle.swift
[1364/1481] Compiling NIOCore FileRegion.swift
[1365/1481] Compiling NIOCore GlobalSingletons.swift
[1366/1481] Compiling NIOCore IO.swift
[1367/1481] Compiling NIOCore IOData.swift
[1368/1481] Compiling NIOCore IPProtocol.swift
[1369/1481] Compiling NIOCore IntegerBitPacking.swift
[1370/1481] Compiling NIOCore IntegerTypes.swift
[1371/1481] Compiling NIOCore Interfaces.swift
[1372/1481] Compiling NIOCore Linux.swift
[1374/1481] Compiling NIOCore ByteBuffer-core.swift
[1375/1481] Compiling NIOCore ByteBuffer-hex.swift
[1376/1481] Compiling NIOCore ByteBuffer-int.swift
[1377/1481] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1378/1481] Compiling NIOCore EventLoop.swift
[1379/1481] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1380/1481] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1381/1481] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1382/1481] Compiling NIOCore EventLoopFuture.swift
[1383/1481] Compiling NIOCore FileDescriptor.swift
[1400/1481] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1401/1481] Compiling NIOCore SocketAddresses.swift
[1404/1481] Compiling NIOCore DeadChannel.swift
[1405/1481] Compiling NIOCore DispatchQueue+WithFuture.swift
[1406/1481] Compiling NIOCore EventLoop+Deprecated.swift
[1407/1481] Compiling NIOCore EventLoop+SerialExecutor.swift
[1408/1481] Compiling NIOCore AddressedEnvelope.swift
[1409/1481] Compiling NIOCore AsyncAwaitSupport.swift
[1410/1481] Compiling NIOCore AsyncChannel.swift
[1411/1481] Compiling NIOCore AsyncChannelHandler.swift
[1422/1481] Compiling Crypto Signature.swift
[1423/1481] Compiling Crypto CryptoKitErrors_boring.swift
[1424/1481] Compiling Crypto RNG_boring.swift
[1425/1481] Compiling Crypto SafeCompare_boring.swift
[1426/1481] Compiling Crypto Zeroization_boring.swift
[1427/1481] Compiling Crypto PrettyBytes.swift
[1428/1481] Compiling Crypto SafeCompare.swift
[1429/1481] Compiling Crypto SecureBytes.swift
[1430/1481] Compiling Crypto Zeroization.swift
[1482/1482] Emitting module NIOCore
[1484/1534] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1485/1534] Compiling NIOEmbedded AsyncTestingChannel.swift
[1486/1534] Compiling NIOEmbedded Embedded.swift
[1487/1534] Emitting module NIOEmbedded
[1489/1535] Emitting module NIOPosix
[1490/1541] Compiling NIOPosix SelectableChannel.swift
[1491/1541] Compiling NIOPosix SelectableEventLoop.swift
[1492/1541] Compiling NIOPosix SelectorEpoll.swift
[1493/1541] Compiling NIOPosix SelectorGeneric.swift
[1494/1541] Compiling NIOPosix SelectorKqueue.swift
[1495/1541] Compiling NIOPosix SelectorUring.swift
[1496/1541] Compiling NIOPosix ThreadPosix.swift
[1497/1541] Compiling NIOPosix ThreadWindows.swift
[1498/1541] Compiling NIOPosix UnsafeTransfer.swift
[1499/1541] Compiling NIOPosix Utilities.swift
[1500/1541] Compiling NIOPosix VsockAddress.swift
[1501/1541] Compiling NIOPosix VsockChannelEvents.swift
[1502/1541] Compiling NIOPosix ServerSocket.swift
[1503/1541] Compiling NIOPosix Socket.swift
[1504/1541] Compiling NIOPosix SocketChannel.swift
[1505/1541] Compiling NIOPosix SocketProtocols.swift
[1506/1541] Compiling NIOPosix System.swift
[1507/1541] Compiling NIOPosix Thread.swift
[1508/1541] Compiling NIOPosix IO.swift
[1509/1541] Compiling NIOPosix IntegerBitPacking.swift
[1510/1541] Compiling NIOPosix IntegerTypes.swift
[1511/1541] Compiling NIOPosix Linux.swift
[1512/1541] Compiling NIOPosix LinuxCPUSet.swift
[1513/1541] Compiling NIOPosix LinuxUring.swift
[1514/1541] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1515/1541] Compiling NIOPosix BSDSocketAPICommon.swift
[1516/1541] Compiling NIOPosix BSDSocketAPIPosix.swift
[1517/1541] Compiling NIOPosix BSDSocketAPIWindows.swift
[1518/1541] Compiling NIOPosix BaseSocket.swift
[1519/1541] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1520/1541] Compiling NIOPosix BaseSocketChannel.swift
[1521/1541] Compiling NIOPosix BaseStreamSocketChannel.swift
[1522/1541] Compiling NIOPosix Bootstrap.swift
[1523/1541] Compiling NIOPosix ControlMessage.swift
[1524/1541] Compiling NIOPosix DatagramVectorReadManager.swift
[1525/1541] Compiling NIOPosix Errors+Any.swift
[1526/1541] Compiling NIOPosix FileDescriptor.swift
[1527/1541] Compiling NIOPosix GetaddrinfoResolver.swift
[1528/1541] Compiling NIOPosix HappyEyeballs.swift
[1529/1541] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1530/1541] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1531/1541] Compiling NIOPosix PosixSingletons.swift
[1532/1541] Compiling NIOPosix RawSocketBootstrap.swift
[1533/1541] Compiling NIOPosix Resolver.swift
[1534/1541] Compiling NIOPosix Selectable.swift
[1535/1541] Compiling NIOPosix NIOThreadPool.swift
[1536/1541] Compiling NIOPosix NonBlockingFileIO.swift
[1537/1541] Compiling NIOPosix PendingDatagramWritesManager.swift
[1538/1541] Compiling NIOPosix PendingWritesManager.swift
[1539/1541] Compiling NIOPosix PipeChannel.swift
[1540/1541] Compiling NIOPosix PipePair.swift
[1541/1541] Compiling NIOPosix Pool.swift
[1543/1566] Compiling NIO Exports.swift
[1544/1566] Emitting module NIO
[1546/1567] Compiling AsyncKit EventLoop+Flatten.swift
[1547/1567] Compiling AsyncKit EventLoop+Future.swift
[1548/1567] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1549/1593] Compiling NIOTLS TLSEvents.swift
[1550/1603] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1551/1605] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1552/1607] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1553/1672] Emitting module NIOTLS
[1554/1672] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1555/1672] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1556/1672] Compiling SQLKit SQLPartialResultBuilder.swift
[1557/1672] Compiling SQLKit SQLAlterEnumBuilder.swift
[1558/1672] Compiling SQLKit SQLAlterTableBuilder.swift
[1559/1672] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1560/1672] Compiling NIOTLS SNIHandler.swift
[1561/1673] Compiling SQLKit SQLDropEnumBuilder.swift
[1562/1673] Compiling SQLKit SQLDropIndexBuilder.swift
[1564/1673] Emitting module NIOFoundationCompat
[1565/1673] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1567/1703] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1568/1703] Compiling SQLKit SQLColumnAssignment.swift
[1569/1703] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1570/1703] Compiling SQLKit SQLColumnDefinition.swift
[1571/1703] Compiling SQLKit SQLCommonTableExpression.swift
[1572/1703] Compiling SQLKit SQLConflictAction.swift
[1573/1703] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1574/1703] Compiling SQLKit SQLDropBehaviour.swift
[1575/1703] Compiling SQLKit SQLEnumDataType.swift
[1576/1703] Compiling SQLKit SQLExcludedColumn.swift
[1577/1703] Compiling SQLKit SQLForeignKey.swift
[1578/1703] Compiling SQLKit SQLJoin.swift
[1579/1703] Compiling SQLKit SQLJoinMethod.swift
[1580/1737] Compiling SQLKit SQLDropIndex.swift
[1581/1737] Compiling SQLKit SQLDropTable.swift
[1582/1737] Compiling SQLKit SQLDropTrigger.swift
[1583/1737] Compiling SQLKit SQLInsert.swift
[1584/1737] Compiling SQLKit SQLSelect.swift
[1585/1737] Compiling SQLKit SQLUnion.swift
[1586/1737] Compiling SQLKit SQLUpdate.swift
[1587/1737] Compiling SQLKit SQLExpression.swift
[1588/1737] Compiling SQLKit SQLSerializer.swift
[1589/1737] Compiling SQLKit SQLStatement.swift
[1590/1737] Compiling SQLKit SQLBinaryExpression.swift
[1591/1737] Compiling SQLKit SQLBinaryOperator.swift
[1592/1737] Compiling SQLKit SQLBind.swift
[1593/1737] Compiling NIOTransportServices NIOTSBootstraps.swift
[1594/1737] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1595/1737] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1596/1737] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1597/1737] Compiling NIOTransportServices NIOTSErrors.swift
[1598/1737] Compiling NIOTransportServices NIOTSEventLoop.swift
[1599/1739] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1600/1739] Compiling NIOTransportServices NIOTSSingletons.swift
[1601/1739] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1602/1739] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1603/1739] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1604/1739] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1605/1739] Compiling NIOTransportServices StateManagedChannel.swift
[1606/1739] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1607/1739] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1608/1739] Emitting module NIOTransportServices
[1609/1739] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1610/1739] Compiling SQLKit Exports.swift
[1611/1739] Compiling SQLKit SQLAlias.swift
[1612/1739] Compiling SQLKit SQLBetween.swift
[1613/1739] Compiling SQLKit SQLColumn.swift
[1614/1739] Compiling SQLKit SQLConstraint.swift
[1615/1739] Compiling SQLKit SQLDataType.swift
[1616/1739] Compiling SQLKit SQLDirection.swift
[1617/1739] Compiling SQLKit SQLDistinct.swift
[1618/1739] Compiling SQLKit SQLForeignKeyAction.swift
[1619/1739] Compiling SQLKit SQLNestedSubpathExpression.swift
[1620/1739] Compiling SQLKit SQLQualifiedTable.swift
[1621/1739] Compiling SQLKit SQLQueryString.swift
[1622/1739] Compiling SQLKit SQLLockingClause.swift
[1623/1739] Compiling SQLKit SQLOrderBy.swift
[1624/1739] Compiling SQLKit SQLReturning.swift
[1625/1739] Compiling SQLKit SQLSubquery.swift
[1626/1739] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1627/1739] Compiling SQLKit SQLAlterEnum.swift
[1628/1739] Compiling SQLKit SQLAlterTable.swift
[1629/1739] Compiling SQLKit SQLCreateEnum.swift
[1630/1739] Compiling SQLKit SQLCreateIndex.swift
[1631/1739] Compiling SQLKit SQLCreateTable.swift
[1632/1739] Compiling SQLKit SQLCreateTrigger.swift
[1633/1739] Compiling SQLKit SQLDelete.swift
[1634/1739] Compiling SQLKit SQLDropEnum.swift
[1635/1739] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1636/1739] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1637/1739] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1638/1739] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1639/1739] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1640/1739] Compiling NIOTransportServices AcceptHandler.swift
[1641/1739] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1642/1739] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1657/1740] Compiling NIOSSL SafeCompare.swift
[1658/1740] Compiling NIOSSL Zeroization.swift
[1659/1740] Compiling SQLKit SQLQueryFetcher.swift
[1660/1740] Compiling SQLKit SQLReturningBuilder.swift
[1661/1740] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1662/1740] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1663/1740] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1664/1740] Compiling SQLKit SQLDatabase.swift
[1665/1740] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1666/1740] Compiling SQLKit SQLDialect.swift
[1667/1740] Compiling SQLKit SQLDatabase+Deprecated.swift
[1668/1740] Compiling SQLKit SQLError.swift
[1669/1740] Compiling SQLKit SQLExpressions+Deprecated.swift
[1680/1740] Compiling NIOSSL SubjectAlternativeName.swift
[1681/1740] Compiling NIOSSL NIOSSLSecureBytes.swift
[1682/1740] Compiling NIOSSL RNG.swift
[1683/1740] Emitting module AsyncKit
[1684/1740] Emitting module SQLKit
[1685/1740] Emitting module NIOSSL
[1698/1743] Compiling SQLKit SQLFunction.swift
[1699/1743] Compiling SQLKit SQLGroupExpression.swift
[1700/1743] Compiling SQLKit SQLIdentifier.swift
[1701/1743] Compiling SQLKit SQLList.swift
[1702/1743] Compiling SQLKit SQLLiteral.swift
[1703/1743] Compiling SQLKit SQLRaw.swift
[1704/1743] Compiling SQLKit SQLCodingUtilities.swift
[1705/1743] Compiling SQLKit SQLQueryEncoder.swift
[1706/1743] Compiling SQLKit SQLRow.swift
[1707/1743] Compiling SQLKit SQLRowDecoder.swift
[1708/1743] Compiling SQLKit SomeCodingKey.swift
[1709/1743] Compiling SQLKit StringHandling.swift
[1711/1831] Compiling FluentKit ValueOperators+Array.swift
[1712/1831] Compiling FluentKit ValueOperators+String.swift
[1713/1831] Compiling FluentKit ValueOperators.swift
[1714/1831] Compiling FluentKit Boolean.swift
[1715/1831] Compiling FluentKit Siblings+Concurrency.swift
[1716/1831] Compiling FluentKit Database+Logging.swift
[1717/1831] Compiling FluentKit Database.swift
[1718/1831] Compiling FluentKit DatabaseID.swift
[1719/1831] Compiling FluentKit Fields.swift
[1720/1831] Compiling FluentKit MirrorBypass.swift
[1721/1831] Compiling FluentKit Model+CRUD.swift
[1722/1831] Compiling FluentKit Model.swift
[1723/1831] Compiling FluentKit ModelAlias.swift
[1724/1831] Compiling FluentKit Schema.swift
[1725/1831] Compiling FluentKit FieldOperators.swift
[1726/1831] Compiling FluentKit Operators.swift
[1727/1831] Compiling FluentKit Database+Concurrency.swift
[1728/1831] Compiling FluentKit EnumBuilder+Concurrency.swift
[1729/1831] Compiling FluentKit Model+Concurrency.swift
[1731/1935] Compiling PostgresNIO ErrorResponse.swift
[1732/1935] Compiling PostgresNIO NotificationResponse.swift
[1733/1935] Compiling PostgresNIO ParameterDescription.swift
[1734/1935] Compiling PostgresNIO ParameterStatus.swift
[1735/1935] Compiling PostgresNIO ReadyForQuery.swift
[1736/1935] Compiling PostgresNIO RowDescription.swift
[1737/1935] Compiling PostgresNIO NotificationListener.swift
[1738/1935] Compiling PostgresNIO PSQLError.swift
[1739/1935] Compiling PostgresNIO PSQLEventsHandler.swift
[1740/1935] Compiling PostgresNIO PSQLPreparedStatement.swift
[1741/1935] Compiling PostgresNIO PSQLRowStream.swift
[1742/1935] Compiling PostgresNIO PSQLTask.swift
[1743/1947] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1744/1947] Compiling PostgresNIO PostgresConnection.swift
[1745/1947] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1746/1947] Compiling PostgresNIO PostgresData+Array.swift
[1747/1947] Compiling PostgresNIO PostgresData+Bool.swift
[1748/1947] Compiling PostgresNIO PostgresData+Bytes.swift
[1749/1947] Compiling PostgresNIO PostgresData+Date.swift
[1750/1947] Compiling PostgresNIO PostgresData+Decimal.swift
[1751/1947] Compiling PostgresNIO PostgresData+Double.swift
[1752/1947] Compiling PostgresNIO PostgresData+Float.swift
[1753/1947] Compiling PostgresNIO PostgresData+Int.swift
[1754/1947] Compiling PostgresNIO PostgresData+JSON.swift
[1755/1947] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1756/1947] Compiling PostgresNIO PostgresMessageType.swift
[1757/1947] Compiling PostgresNIO AuthenticationStateMachine.swift
[1758/1947] Compiling PostgresNIO CloseStateMachine.swift
[1759/1947] Compiling PostgresNIO ConnectionStateMachine.swift
[1760/1947] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1761/1947] Compiling PostgresNIO ListenStateMachine.swift
[1762/1947] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1763/1947] Compiling PostgresNIO RowStreamStateMachine.swift
[1764/1947] Compiling PostgresNIO Array+PostgresCodable.swift
[1765/1947] Compiling PostgresNIO BackendKeyData.swift
[1766/1947] Compiling PostgresNIO DataRow.swift
[1767/1947] Compiling PostgresNIO PostgresData+JSONB.swift
[1768/1947] Compiling PostgresNIO PostgresData+Numeric.swift
[1769/1947] Compiling PostgresNIO PostgresData+Optional.swift
[1770/1947] Compiling PostgresNIO PostgresMessage+Execute.swift
[1771/1947] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1772/1947] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1773/1947] Compiling PostgresNIO PostgresMessage+Parse.swift
[1774/1947] Compiling PostgresNIO PostgresMessage+Password.swift
[1775/1947] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1776/1947] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1777/1947] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1778/1947] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1779/1947] Compiling PostgresNIO PostgresMessage+Startup.swift
[1780/1947] Compiling PostgresNIO PostgresMessage+Sync.swift
[1781/1947] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1782/1947] Compiling PostgresNIO PostgresMessageDecoder.swift
[1783/1947] Compiling PostgresNIO PostgresMessageEncoder.swift
[1784/1947] Compiling PostgresNIO PostgresMessage+0.swift
[1785/1947] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1786/1947] Compiling PostgresNIO PostgresData+Set.swift
[1787/1947] Compiling PostgresNIO PostgresData+String.swift
[1788/1947] Compiling PostgresNIO PostgresData+UUID.swift
[1789/1947] Compiling PostgresNIO PostgresData.swift
[1790/1947] Compiling PostgresNIO PostgresDataConvertible.swift
[1791/1947] Compiling PostgresNIO PostgresDataType.swift
[1792/1947] Compiling PostgresNIO PostgresRow.swift
[1793/1947] Emitting module FluentKit
[1794/1947] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1795/1947] Compiling PostgresNIO PostgresData+UInt.swift
[1796/1947] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1797/1947] Compiling PostgresNIO PostgresMessage+Bind.swift
[1798/1947] Compiling PostgresNIO PostgresMessage+Close.swift
[1799/1947] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1800/1947] Compiling PostgresNIO PostgresMessage+Describe.swift
[1801/1947] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1802/1947] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1803/1947] Compiling PostgresNIO PostgresMessage+Error.swift
[1804/1947] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1805/1947] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1806/1947] Compiling PostgresNIO Bool+PostgresCodable.swift
[1807/1947] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1808/1947] Compiling PostgresNIO Date+PostgresCodable.swift
[1809/1947] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1810/1947] Compiling PostgresNIO Float+PostgresCodable.swift
[1811/1947] Compiling PostgresNIO Int+PostgresCodable.swift
[1812/1947] Compiling PostgresNIO JSON+PostgresCodable.swift
[1813/1947] Compiling PostgresNIO Range+PostgresCodable.swift
[1814/1947] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1815/1947] Compiling PostgresNIO String+PostgresCodable.swift
[1816/1947] Compiling PostgresNIO UUID+PostgresCodable.swift
[1817/1947] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1818/1947] Compiling FluentKit DatabaseQuery+Join.swift
[1819/1947] Compiling FluentKit DatabaseQuery+Range.swift
[1820/1947] Compiling FluentKit DatabaseQuery+Sort.swift
[1821/1947] Compiling FluentKit DatabaseQuery+Value.swift
[1822/1947] Compiling FluentKit DatabaseQuery.swift
[1823/1947] Compiling FluentKit QueryHistory.swift
[1824/1947] Compiling FluentKit DatabaseSchema.swift
[1825/1947] Compiling FluentKit SchemaBuilder.swift
[1826/1947] Compiling FluentKit OptionalType.swift
[1827/1947] Compiling FluentKit RandomGeneratable.swift
[1828/1947] Compiling FluentKit SomeCodingKey.swift
[1829/1947] Compiling FluentKit UnsafeMutableTransferBox.swift
[1831/1948] Emitting module PostgresNIO
[1877/1973] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1878/1974] Emitting module FluentSQL
[1879/1974] Compiling FluentSQL DatabaseSchema+SQL.swift
[1880/1974] Compiling FluentSQL Exports.swift
[1881/1974] Compiling FluentSQL ConverterUtilities.swift
[1882/1974] Compiling FluentSQL DatabaseQuery+SQL.swift
[1883/1974] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1884/1974] Compiling FluentSQL SQLDatabase+Model.swift
[1885/1974] Compiling FluentSQL SQLSchemaConverter.swift
[1886/1974] Compiling FluentSQL SQLQueryConverter.swift
[1887/1974] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1888/1974] Compiling FluentSQL SQLList+Deprecated.swift
[1928/1975] Compiling PostgresNIO PreparedStatement.swift
[1929/1975] Compiling PostgresNIO VariadicGenerics.swift
[1930/1975] Compiling PostgresNIO ConnectionFactory.swift
[1931/1975] Compiling PostgresNIO PostgresClient.swift
[1963/1976] Compiling PostgresNIO PostgresClientMetrics.swift
[1964/1976] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1965/1976] Compiling PostgresNIO PostgresDatabase+Query.swift
[1966/1976] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1967/1976] Compiling PostgresNIO PostgresDatabase.swift
[1968/1976] Compiling PostgresNIO PostgresRequest.swift
[1969/1976] Compiling PostgresNIO Exports.swift
[1970/1976] Compiling PostgresNIO NIOUtils.swift
[1971/1976] Compiling PostgresNIO PostgresError+Code.swift
[1972/1976] Compiling PostgresNIO PostgresError.swift
[1973/1976] Compiling PostgresNIO PostgresJSONDecoder.swift
[1974/1976] Compiling PostgresNIO PostgresJSONEncoder.swift
[1975/1976] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1976/1976] Compiling PostgresNIO SASLAuthenticationManager.swift
[1978/1991] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1979/1991] Compiling PostgresKit Exports.swift
[1980/1992] Compiling PostgresKit PostgresRow+SQL.swift
[1981/1992] Compiling PostgresKit PostgresDatabase+SQL.swift
[1982/1992] Compiling PostgresKit PostgresDialect.swift
[1983/1992] Emitting module PostgresKit
[1984/1992] Compiling PostgresKit SQLPostgresConfiguration.swift
[1985/1992] Compiling PostgresKit ConnectionPool+Postgres.swift
[1986/1992] Compiling PostgresKit PostgresColumnType.swift
[1987/1992] Compiling PostgresKit PostgresConfiguration.swift
[1988/1992] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[1989/1992] Compiling PostgresKit PostgresDataDecoder.swift
[1990/1992] Compiling PostgresKit PostgresDataEncoder.swift
[1991/1992] Compiling PostgresKit PostgresConnectionSource.swift
[1992/1992] Compiling PostgresKit PostgresDataTranslation.swift
[1994/2002] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[1995/2003] Compiling FluentPostgresDriver PostgresError+Database.swift
[1996/2003] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[1997/2003] Compiling FluentPostgresDriver PostgresRow+Database.swift
[1998/2003] Emitting module FluentPostgresDriver
[1999/2003] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2000/2003] Compiling FluentPostgresDriver Exports.swift
[2001/2003] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2002/2003] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2003/2003] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:77:47: warning: type 'T' does not conform to the 'Sendable' protocol
 62 |     }
 63 |
 64 |     func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
    |                      `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 65 |         guard !self.inTransaction else {
 66 |             return closure(self)
    :
 75 |                 )
 76 |             }
 77 |             return sqlConn.raw("BEGIN").run().flatMap {
    |                                               `- warning: type 'T' does not conform to the 'Sendable' protocol
 78 |                 closure(conn).flatMap { result in
 79 |                     sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:78:31: warning: type 'T' does not conform to the 'Sendable' protocol
 62 |     }
 63 |
 64 |     func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
    |                      `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 65 |         guard !self.inTransaction else {
 66 |             return closure(self)
    :
 76 |             }
 77 |             return sqlConn.raw("BEGIN").run().flatMap {
 78 |                 closure(conn).flatMap { result in
    |                               `- warning: type 'T' does not conform to the 'Sendable' protocol
 79 |                     sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
 80 |                 }.flatMapError { error in
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:79:49: warning: type 'T' does not conform to the 'Sendable' protocol
 62 |     }
 63 |
 64 |     func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
    |                      `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 65 |         guard !self.inTransaction else {
 66 |             return closure(self)
    :
 77 |             return sqlConn.raw("BEGIN").run().flatMap {
 78 |                 closure(conn).flatMap { result in
 79 |                     sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
    |                                                 `- warning: type 'T' does not conform to the 'Sendable' protocol
 80 |                 }.flatMapError { error in
 81 |                     sqlConn.raw("ROLLBACK").run().flatMapThrowing { throw error }
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:80:19: warning: type 'T' does not conform to the 'Sendable' protocol
 62 |     }
 63 |
 64 |     func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
    |                      `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
 65 |         guard !self.inTransaction else {
 66 |             return closure(self)
    :
 78 |                 closure(conn).flatMap { result in
 79 |                     sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
 80 |                 }.flatMapError { error in
    |                   `- warning: type 'T' does not conform to the 'Sendable' protocol
 81 |                     sqlConn.raw("ROLLBACK").run().flatMapThrowing { throw error }
 82 |                 }
Build complete! (269.60s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.