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

Successful build of PostgresBridge, reference 1.0.0-rc.4.6.1 (ca7be7), with Swift 6.1 for Linux on 28 Apr 2025 14:02:58 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/PostgresBridge.git
Reference: 1.0.0-rc.4.6.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwifQL/PostgresBridge
 * tag               1.0.0-rc.4.6.1 -> FETCH_HEAD
HEAD is now at ca7be7f Syntax fix #6 by @tierracero
Cloned https://github.com/SwifQL/PostgresBridge.git
Revision (git rev-parse @):
ca7be7f2c2d3d76e3826a11156e735ff219fcb14
SUCCESS checkout https://github.com/SwifQL/PostgresBridge.git at 1.0.0-rc.4.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwifQL/PostgresBridge.git
https://github.com/SwifQL/PostgresBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "bridges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifQL/Bridges.git"
    }
  ],
  "manifest_display_name" : "PostgresBridge",
  "name" : "PostgresBridge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PostgresBridge",
      "targets" : [
        "PostgresBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridgeTests",
      "path" : "Tests/PostgresBridgeTests",
      "sources" : [
        "PostgresBridgeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PostgresBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresBridge",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridge",
      "path" : "Sources/PostgresBridge",
      "product_dependencies" : [
        "PostgresNIO",
        "Bridges"
      ],
      "product_memberships" : [
        "PostgresBridge"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bridges+Application.swift",
        "Extensions/DatabaseHost+Initialization.swift",
        "Extensions/DatabaseIdentifier+Initialization.swift",
        "Extensions/PostgresConnection+Bridge.swift",
        "Extensions/Row+Decode.swift",
        "Extensions/SwifQLable+Execute.swift",
        "PostgresBridge.swift",
        "PostgresConnectionSource.swift",
        "PostgresDataDecoder.swift",
        "PostgresDataEncoder.swift",
        "PostgresMigration.swift",
        "PostgresRow+SQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/SwifQL/Bridges.git
Fetching https://github.com/vapor/postgres-nio.git
[1/631] Fetching bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.27s)
[1/12117] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.60s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (1.16s)
Fetching https://github.com/apple/swift-log.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-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2390] Fetching swift-service-lifecycle
[503/6226] Fetching swift-service-lifecycle, swift-log
[934/8845] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services
[4397/11045] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services, swift-metrics
[11046/24829] Fetching swift-service-lifecycle, swift-log, swift-nio-transport-services, swift-metrics, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[9483/22439] Fetching swift-log, swift-nio-transport-services, swift-metrics, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
Fetching https://github.com/apple/swift-collections.git
[7001/19820] Fetching swift-log, swift-metrics, swift-crypto
[7416/34613] Fetching swift-log, swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[5314/30777] Fetching swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
Fetching https://github.com/apple/swift-atomics.git
[3686/28577] Fetching swift-crypto, swift-nio-ssl
[5973/44819] Fetching swift-crypto, swift-nio-ssl, swift-collections
[6919/46524] Fetching swift-crypto, swift-nio-ssl, swift-collections, swift-atomics
[8220/122046] Fetching swift-crypto, swift-nio-ssl, swift-collections, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
[26483/120341] Fetching swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
[75401/104099] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.85s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.86s)
[51355/75522] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.72s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.47s)
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.30s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.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.46s)
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.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
Computing version for https://github.com/SwifQL/Bridges.git
Computed https://github.com/SwifQL/Bridges.git at 1.0.0-rc.4.13.6 (0.62s)
Fetching https://github.com/SwifQL/SwifQL.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.25s)
[1/2366] Fetching swifql
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.37s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.88s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] 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 (0.98s)
Computing version for https://github.com/SwifQL/SwifQL.git
Computed https://github.com/SwifQL/SwifQL.git at 2.0.0-beta.4.0.2 (0.60s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/SwifQL/SwifQL.git
Working copy of https://github.com/SwifQL/SwifQL.git resolved at 2.0.0-beta.4.0.2
Creating working copy for https://github.com/apple/swift-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-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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/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/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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/SwifQL/Bridges.git
Working copy of https://github.com/SwifQL/Bridges.git resolved at 1.0.0-rc.4.13.6
Building for debugging...
[0/808] Write sources
[31/808] Compiling CNIOWindows shim.c
[31/808] Compiling CNIOWindows WSAStartup.c
[31/808] Compiling CNIOWASI CNIOWASI.c
[31/808] Compiling _AtomicsShims.c
[35/808] Compiling CNIOLinux liburing_shims.c
[35/808] Compiling _NumericsShims _NumericsShims.c
[35/808] Compiling CNIODarwin shim.c
[38/808] Compiling fiat_p256_adx_sqr.S
[39/808] Compiling CNIOLinux shim.c
[40/808] Compiling fiat_curve25519_adx_square.S
[41/808] Compiling fiat_curve25519_adx_mul.S
[41/808] Compiling fiat_p256_adx_mul.S
[43/808] Write swift-version-24593BA9C3E375BF.txt
[44/808] Compiling CNIOBoringSSLShims shims.c
[45/812] Compiling t1_enc.cc
[46/812] Compiling tls13_both.cc
[47/814] Compiling tls_method.cc
[48/814] Compiling tls_record.cc
[49/814] Compiling tls13_enc.cc
[50/1007] Compiling tls13_client.cc
[51/1007] Compiling tls13_server.cc
[53/1013] Emitting module InternalCollectionsUtilities
[54/1015] Emitting module _NIOBase64
[55/1015] Compiling _NIOBase64 Base64.swift
[56/1016] Compiling ConcurrencyHelpers LockedValueBox.swift
[57/1016] Compiling InternalCollectionsUtilities Debugging.swift
[58/1016] Compiling InternalCollectionsUtilities Descriptions.swift
[59/1016] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/1016] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/1016] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/1016] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/1016] Compiling Logging LogHandler.swift
[64/1016] Compiling RealModule Real.swift
[65/1016] Emitting module RealModule
[66/1016] Compiling RealModule Float80+Real.swift
[67/1016] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/1016] Compiling InternalCollectionsUtilities Specialize.swift
[70/1017] Compiling CoreMetrics Metrics.swift
[71/1017] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[72/1017] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[73/1017] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[74/1017] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/1017] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/1017] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/1017] Compiling InternalCollectionsUtilities Integer rank.swift
[78/1017] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[79/1017] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/1017] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/1017] Compiling RealModule Float16+Real.swift
[82/1017] Compiling RealModule Float+Real.swift
[85/1018] Compiling RealModule ElementaryFunctions.swift
[88/1018] Compiling _NIODataStructures _TinyArray.swift
[89/1018] Compiling _NIODataStructures PriorityQueue.swift
[90/1018] Compiling RealModule RealFunctions.swift
[93/1142] Emitting module ConcurrencyHelpers
[94/1142] Compiling ConcurrencyHelpers Lock.swift
[95/1142] Emitting module Logging
[96/1142] Compiling Logging Locks.swift
[97/1143] Emitting module CoreMetrics
[98/1143] Compiling Logging MetadataProvider.swift
[99/1143] Compiling CoreMetrics Locks.swift
[101/1144] Compiling _NIODataStructures Heap.swift
[102/1144] Emitting module _NIODataStructures
[103/1145] Compiling Logging Logging.swift
[107/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[108/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[109/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[110/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[111/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[112/1151] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[113/1151] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[114/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/1151] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/1241] Compiling HashTreeCollections _UnsafePath.swift
[122/1241] Compiling HashTreeCollections TreeDictionary+Codable.swift
[123/1241] Compiling HashTreeCollections TreeDictionary+Collection.swift
[124/1241] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[125/1241] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[126/1241] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[127/1241] Compiling HashTreeCollections _AncestorHashSlots.swift
[128/1241] Compiling HashTreeCollections _Bitmap.swift
[129/1241] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[130/1241] Compiling HeapModule Heap+Descriptions.swift
[131/1241] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[132/1241] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[133/1241] Compiling HashTreeCollections _HashNode+Structural union.swift
[134/1241] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[135/1241] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[136/1241] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[137/1241] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[138/1241] Compiling HashTreeCollections _HashNode.swift
[139/1241] Compiling HashTreeCollections _Bucket.swift
[140/1241] Compiling HashTreeCollections _Hash.swift
[141/1241] Compiling HashTreeCollections _HashLevel.swift
[142/1241] Compiling HashTreeCollections _HashNode+Builder.swift
[143/1241] Compiling HashTreeCollections _HashNode+Debugging.swift
[144/1241] Compiling HashTreeCollections _HashNode+Initializers.swift
[145/1241] Compiling HashTreeCollections _HashNode+Invariants.swift
[146/1241] Compiling HashTreeCollections _HashNode+Lookups.swift
[147/1241] Compiling HeapModule _HeapNode.swift
[148/1241] Compiling HeapModule Heap.swift
[149/1241] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[150/1241] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[151/1241] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[152/1241] Compiling HashTreeCollections _HashNode+Storage.swift
[153/1241] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[154/1241] Compiling HashTreeCollections _HashNode+Structural filter.swift
[155/1241] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[156/1241] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[157/1241] Emitting module UnixSignals
[158/1241] Emitting module HeapModule
[159/1241] Compiling HeapModule Heap+Invariants.swift
[160/1241] Compiling HeapModule Heap+UnsafeHandle.swift
[162/1242] Compiling HashTreeCollections TreeSet+Descriptions.swift
[163/1242] Compiling HashTreeCollections TreeSet+Equatable.swift
[164/1242] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[165/1242] Compiling HashTreeCollections TreeSet+Extras.swift
[166/1242] Compiling HashTreeCollections TreeSet+Filter.swift
[167/1242] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[168/1242] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[169/1242] Compiling HashTreeCollections TreeDictionary+Filter.swift
[170/1242] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[171/1251] Compiling SwifQL SwifQLable+GroupBy.swift
[172/1251] Compiling SwifQL SwifQLable+Having.swift
[173/1251] Emitting module Metrics
[174/1251] Compiling SwifQL SwifQLable+ILike.swift
[175/1251] Compiling Metrics Metrics.swift
[176/1251] Compiling SwifQL SwifQLable+If.swift
[177/1251] Compiling SwifQL SwifQLable+In.swift
[178/1251] Compiling SwifQL SwifQLable+InsertInto.swift
[179/1251] Compiling SwifQL SwifQLable+Interval.swift
[180/1251] Compiling SwifQL SwifQLable+IsNotNull.swift
[181/1251] Compiling SwifQL SwifQLable+IsNull.swift
[182/1251] Compiling SwifQL SwifQLable+Items.swift
[183/1251] Compiling SwifQL SwifQLable+Join.swift
[184/1251] Compiling SwifQL SwifQLable+Key.swift
[185/1251] Compiling SwifQL SwifQLable+Like.swift
[186/1251] Compiling SwifQL SwifQLable+Limit.swift
[187/1251] Compiling SwifQL SwifQLable+No.swift
[188/1251] Compiling SwifQL SwifQLable+Not.swift
[189/1251] Compiling SwifQL SwifQLable+NotBetween.swift
[190/1251] Compiling SwifQL SwifQLable+NotExists.swift
[191/1251] Compiling SwifQL SwifQLable+NotILike.swift
[192/1251] Compiling SwifQL SwifQLable+NotIn.swift
[193/1251] Compiling SwifQL SwifQLable+NotLike.swift
[194/1251] Compiling SwifQL SwifQLable+Nothing.swift
[195/1251] Compiling SwifQL SwifQLable+Null.swift
[196/1274] Compiling HashTreeCollections TreeSet+Hashable.swift
[197/1274] Compiling HashTreeCollections TreeSet+Sendable.swift
[198/1274] Compiling _RopeModule Rope+Join.swift
[199/1274] Compiling _RopeModule Rope+MutatingForEach.swift
[200/1274] Compiling _RopeModule Rope+Remove.swift
[201/1274] Compiling _RopeModule Rope+RemoveSubrange.swift
[202/1274] Compiling _RopeModule Rope+Split.swift
[203/1274] Compiling _RopeModule Optional Utilities.swift
[204/1274] Compiling _RopeModule String Utilities.swift
[205/1274] Compiling _RopeModule String.Index+ABI.swift
[207/1284] Compiling UnixSignals UnixSignal.swift
[208/1284] Compiling UnixSignals UnixSignalsSequence.swift
[209/1285] Compiling SwifQL SwifQLable+Asterisk.swift
[210/1285] Compiling SwifQL SwifQLable+Before.swift
[211/1285] Compiling SwifQL SwifQLable+Begin.swift
[212/1285] Compiling SwifQL SwifQLable+Between.swift
[213/1285] Compiling SwifQL SwifQLable+Cascade.swift
[214/1285] Compiling SwifQL SwifQLable+Check.swift
[215/1285] Compiling SwifQL SwifQLable+Column.swift
[216/1285] Compiling SwifQL SwifQLable+Commit.swift
[217/1285] Compiling SwifQL SwifQLable+Conflict.swift
[218/1285] Compiling SwifQL SwifQLable+Constraint.swift
[219/1285] Compiling SwifQL SwifQLable+Create.swift
[220/1285] Compiling SwifQL SwifQLable+Default.swift
[221/1285] Compiling SwifQL SwifQLable+Delete.swift
[222/1285] Compiling SwifQL SwifQLable+Distinct.swift
[223/1285] Compiling SwifQL SwifQLable+Do.swift
[224/1285] Compiling SwifQL SwifQLable+Drop.swift
[225/1285] Compiling SwifQL SwifQLable+End.swift
[226/1285] Compiling SwifQL SwifQLable+Epoch.swift
[227/1285] Compiling SwifQL SwifQLable+Exists.swift
[228/1285] Compiling SwifQL SwifQLable+Filter.swift
[229/1285] Compiling SwifQL SwifQLable+From.swift
[230/1285] Compiling SwifQL SwifQLable+Fulltext.swift
[231/1285] Compiling SwifQL SwifQLable+Function.swift
[238/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[239/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[240/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[241/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[242/1285] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[243/1285] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[244/1285] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[245/1285] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[246/1285] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[247/1285] Compiling HashTreeCollections TreeSet.swift
[248/1285] Compiling SwifQL SwifQLable+AddQuery.swift
[249/1285] Compiling SwifQL SwifQLable+After.swift
[250/1285] Compiling SwifQL SwifQLable+All.swift
[251/1285] Compiling SwifQL SwifQLable+Alter.swift
[252/1285] Compiling SwifQL SwifQLable+And.swift
[253/1285] Compiling SwifQL SwifQLable+Any.swift
[254/1285] Compiling SwifQL SwifQLable+As.swift
[256/1286] Compiling SwifQL SwifQLable+Offset.swift
[257/1286] Compiling SwifQL SwifQLable+On.swift
[258/1286] Compiling SwifQL SwifQLable+Or.swift
[259/1286] Compiling SwifQL SwifQLable+OrderBy.swift
[260/1286] Compiling SwifQL SwifQLable+Over.swift
[261/1286] Compiling SwifQL SwifQLable+Overlaps.swift
[262/1286] Compiling SwifQL SwifQLable+Owner.swift
[263/1286] Compiling SwifQL SwifQLable+PartitionBy.swift
[264/1286] Compiling SwifQL SwifQLable+Primary.swift
[265/1286] Compiling SwifQL SwifQLable+Raw.swift
[266/1286] Compiling SwifQL SwifQLable+References.swift
[267/1286] Compiling SwifQL SwifQLable+Rename.swift
[268/1286] Compiling SwifQL SwifQLable+Restrict.swift
[269/1286] Compiling SwifQL SwifQLable+Return.swift
[270/1286] Compiling SwifQL SwifQLable+Returning.swift
[271/1286] Compiling SwifQL SwifQLable+Rollback.swift
[272/1286] Compiling SwifQL SwifQLable+Schema.swift
[273/1286] Compiling SwifQL SwifQLable+Select.swift
[274/1286] Compiling SwifQL SwifQLable+Semicolon.swift
[275/1286] Compiling SwifQL SwifQLable+Set.swift
[276/1286] Compiling SwifQL SwifQLable+Space.swift
[277/1286] Compiling SwifQL SwifQLable+Subscript.swift
[278/1300] Compiling DequeModule _DequeBuffer.swift
[279/1300] Compiling DequeModule _DequeBufferHeader.swift
[280/1300] Compiling DequeModule Deque._UnsafeHandle.swift
[281/1300] Compiling DequeModule Deque.swift
[282/1300] Compiling DequeModule Deque+Equatable.swift
[283/1300] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[284/1300] Compiling HashTreeCollections _RawHashNode.swift
[285/1300] Compiling HashTreeCollections _UnmanagedHashNode.swift
[290/1300] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[291/1300] Compiling HashTreeCollections TreeDictionary+Keys.swift
[292/1300] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[293/1300] Compiling HashTreeCollections TreeDictionary+Merge.swift
[294/1300] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[295/1300] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[296/1300] Compiling HashTreeCollections TreeDictionary+Values.swift
[297/1300] Compiling HashTreeCollections TreeDictionary.swift
[298/1300] Compiling HashTreeCollections TreeSet+Codable.swift
[299/1300] Compiling HashTreeCollections TreeSet+Collection.swift
[300/1300] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[301/1300] Compiling HashTreeCollections TreeSet+Debugging.swift
[341/1302] Compiling ssl_x509.cc
[343/1302] Compiling DequeModule Deque+CustomReflectable.swift
[344/1302] Compiling DequeModule Deque+Descriptions.swift
[354/1302] Compiling DequeModule Deque+Codable.swift
[355/1302] Compiling DequeModule Deque+Collection.swift
[358/1302] Compiling DequeModule Deque+Extras.swift
[359/1302] Compiling DequeModule Deque+Hashable.swift
[360/1302] Compiling DequeModule Deque+Testing.swift
[361/1302] Compiling DequeModule Deque._Storage.swift
[383/1302] Compiling DequeModule _DequeSlot.swift
[384/1302] Compiling DequeModule _UnsafeWrappedBuffer.swift
[419/1302] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[420/1302] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[421/1302] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[422/1302] Compiling HashTreeCollections _HashNode+Structural merge.swift
[425/1302] Emitting module OrderedCollections
[429/1303] Emitting module DequeModule
[453/1304] Emitting module SwifQL
[453/1304] Compiling ssl_transcript.cc
[454/1304] Compiling ssl_versions.cc
[466/1304] Compiling SwifQL SwifQLable+Table.swift
[467/1304] Compiling SwifQL SwifQLable+Timestamp.swift
[468/1304] Compiling SwifQL SwifQLable+To.swift
[469/1304] Compiling SwifQL SwifQLable+Type.swift
[470/1304] Compiling SwifQL SwifQLable+Union.swift
[471/1304] Compiling SwifQL SwifQLable+Unique.swift
[472/1304] Compiling SwifQL SwifQLable+Update.swift
[473/1304] Compiling SwifQL SwifQLable+Value.swift
[474/1304] Compiling SwifQL SwifQLable+Values.swift
[475/1304] Compiling SwifQL SwifQLable+Where.swift
[476/1304] Compiling SwifQL SwifQLable+WhereExists.swift
[477/1304] Compiling SwifQL SwifQLable+WhereNotExists.swift
[478/1304] Compiling SwifQL SwifQLable+Window.swift
[479/1304] Compiling SwifQL SwifQLable+With.swift
[480/1304] Compiling SwifQL SwifQLable.swift
[481/1304] Compiling SwifQL SwifQLableArraySeparator.swift
[482/1304] Compiling SwifQL Table.swift
[483/1304] Compiling SwifQL TableAlias.swift
[484/1304] Compiling SwifQL Type+Autodetect.swift
[485/1304] Compiling SwifQL Type+SwifQLable.swift
[486/1304] Compiling SwifQL Type.swift
[487/1304] Compiling SwifQL _Todo.swift
[488/1305] Emitting module _RopeModule
[489/1305] Compiling ssl_stat.cc
[524/1305] Emitting module HashTreeCollections
[554/1307] Compiling ssl_session.cc
[556/1307] Compiling ssl_privkey.cc
[557/1307] Compiling ssl_key_share.cc
[558/1307] Compiling ssl_file.cc
[559/1307] Compiling ssl_lib.cc
[560/1307] Compiling ssl_credential.cc
[561/1307] Compiling ssl_buffer.cc
[562/1307] Compiling ssl_cipher.cc
[563/1307] Compiling ssl_cert.cc
[564/1307] Compiling ssl_asn1.cc
[565/1307] Compiling s3_both.cc
[566/1307] Compiling ssl_aead_ctx.cc
[567/1307] Compiling s3_pkt.cc
[568/1307] Compiling s3_lib.cc
[569/1307] Compiling handoff.cc
[570/1307] Compiling handshake.cc
[571/1307] Compiling handshake_server.cc
[572/1307] Compiling handshake_client.cc
[573/1307] Compiling dtls_record.cc
[574/1307] Compiling extensions.cc
[575/1307] Compiling encrypted_client_hello.cc
[576/1307] Compiling d1_srtp.cc
[577/1307] Compiling dtls_method.cc
[578/1307] Compiling md5-x86_64-linux.S
[579/1307] Compiling md5-x86_64-apple.S
[580/1307] Compiling md5-586-apple.S
[581/1307] Compiling md5-586-linux.S
[582/1307] Compiling chacha20_poly1305_x86_64-apple.S
[583/1307] Compiling chacha20_poly1305_armv8-win.S
[584/1307] Compiling chacha20_poly1305_x86_64-linux.S
[585/1307] Compiling chacha20_poly1305_armv8-linux.S
[586/1307] Compiling chacha20_poly1305_armv8-apple.S
[587/1307] Compiling chacha-x86_64-apple.S
[588/1307] Compiling chacha-x86_64-linux.S
[589/1307] Compiling chacha-x86-linux.S
[590/1307] Compiling chacha-x86-apple.S
[591/1307] Compiling chacha-armv8-win.S
[592/1307] Compiling chacha-armv8-linux.S
[593/1307] Compiling err_data.cc
[594/1307] Compiling chacha-armv8-apple.S
[595/1307] Compiling chacha-armv4-linux.S
[596/1307] Compiling aes128gcmsiv-x86_64-apple.S
[597/1307] Compiling x86_64-mont5-linux.S
[598/1307] Compiling aes128gcmsiv-x86_64-linux.S
[599/1307] Compiling x86_64-mont5-apple.S
[600/1307] Compiling d1_pkt.cc
[601/1307] Compiling x86_64-mont-linux.S
[602/1307] Compiling x86-mont-apple.S
[603/1307] Compiling x86_64-mont-apple.S
[604/1307] Compiling x86-mont-linux.S
[605/1307] Compiling vpaes-x86_64-linux.S
[606/1307] Compiling vpaes-x86_64-apple.S
[607/1307] Compiling vpaes-x86-linux.S
[608/1307] Compiling vpaes-x86-apple.S
[609/1307] Compiling vpaes-armv8-linux.S
[610/1307] Compiling vpaes-armv8-win.S
[611/1307] Compiling bio_ssl.cc
[612/1307] Compiling vpaes-armv8-apple.S
[613/1307] Compiling vpaes-armv7-linux.S
[614/1307] Compiling sha512-armv8-win.S
[615/1307] Compiling sha512-armv8-apple.S
[615/1307] Compiling sha512-x86_64-apple.S
[617/1307] Compiling sha512-armv8-linux.S
[618/1307] Compiling sha512-x86_64-linux.S
[619/1307] Compiling sha512-armv4-linux.S
[620/1307] Compiling sha256-x86_64-apple.S
[621/1307] Compiling sha512-586-apple.S
[622/1307] Compiling sha256-armv8-win.S
[622/1307] Compiling sha512-586-linux.S
[624/1307] Compiling sha256-armv8-linux.S
[625/1307] Compiling sha256-x86_64-linux.S
[626/1307] Compiling sha256-armv8-apple.S
[627/1307] Compiling sha256-armv4-linux.S
[628/1307] Compiling sha256-586-linux.S
[629/1307] Compiling sha256-586-apple.S
[630/1307] Compiling sha1-armv8-win.S
[631/1307] Compiling sha1-x86_64-apple.S
[632/1307] Compiling sha1-armv4-large-linux.S
[633/1307] Compiling sha1-armv8-linux.S
[634/1307] Compiling sha1-x86_64-linux.S
[635/1307] Compiling sha1-armv8-apple.S
[635/1307] Compiling sha1-586-linux.S
[637/1307] Compiling sha1-586-apple.S
[638/1307] Compiling rsaz-avx2-linux.S
[639/1307] Compiling d1_lib.cc
[640/1307] Compiling rdrand-x86_64-linux.S
[641/1307] Compiling rsaz-avx2-apple.S
[642/1307] Compiling rdrand-x86_64-apple.S
[643/1307] Compiling p256_beeu-x86_64-asm-linux.S
[644/1307] Compiling p256_beeu-x86_64-asm-apple.S
[645/1307] Compiling p256_beeu-armv8-asm-win.S
[646/1307] Compiling p256-armv8-asm-win.S
[647/1307] Compiling d1_both.cc
[648/1307] Compiling p256_beeu-armv8-asm-apple.S
[649/1307] Compiling p256-armv8-asm-apple.S
[649/1307] Compiling p256-x86_64-asm-apple.S
[651/1307] Compiling p256_beeu-armv8-asm-linux.S
[652/1307] Compiling p256-armv8-asm-linux.S
[653/1307] Compiling ghashv8-armv8-linux.S
[654/1307] Compiling p256-x86_64-asm-linux.S
[655/1307] Compiling ghashv8-armv8-win.S
[656/1307] Compiling ghash-x86-apple.S
[657/1307] Compiling ghashv8-armv8-apple.S
[658/1307] Compiling ghashv8-armv7-linux.S
[659/1307] Compiling ghash-x86-linux.S
[660/1307] Compiling ghash-x86_64-apple.S
[661/1307] Compiling ghash-ssse3-x86_64-linux.S
[662/1307] Compiling ghash-x86_64-linux.S
[663/1307] Compiling ghash-ssse3-x86-linux.S
[664/1307] Compiling ghash-ssse3-x86_64-apple.S
[665/1307] Compiling ghash-neon-armv8-apple.S
[666/1307] Compiling ghash-ssse3-x86-apple.S
[667/1307] Compiling ghash-armv4-linux.S
[668/1307] Compiling ghash-neon-armv8-linux.S
[669/1307] Compiling ghash-neon-armv8-win.S
[670/1307] Compiling co-586-apple.S
[671/1307] Compiling co-586-linux.S
[672/1307] Compiling bn-armv8-linux.S
[673/1307] Compiling bn-armv8-apple.S
[674/1307] Compiling bn-armv8-win.S
[674/1307] Compiling bsaes-armv7-linux.S
[676/1307] Compiling bn-586-apple.S
[677/1307] Compiling bn-586-linux.S
[678/1307] Compiling armv8-mont-win.S
[679/1307] Compiling armv4-mont-linux.S
[680/1307] Compiling armv8-mont-linux.S
[681/1307] Compiling armv8-mont-apple.S
[682/1307] Compiling aesv8-gcm-armv8-linux.S
[683/1307] Compiling aesv8-gcm-armv8-win.S
[684/1307] Compiling aesv8-armv8-linux.S
[685/1307] Compiling aesv8-armv8-win.S
[686/1307] Compiling aesv8-gcm-armv8-apple.S
[687/1307] Compiling aesv8-armv7-linux.S
[687/1307] Compiling aesv8-armv8-apple.S
[689/1307] Compiling aesni-x86-apple.S
[690/1307] Compiling aesni-x86_64-apple.S
[691/1307] Compiling aesni-x86_64-linux.S
[692/1307] Compiling aesni-x86-linux.S
[693/1307] Compiling aes-gcm-avx2-x86_64-apple.S
[694/1307] Compiling aesni-gcm-x86_64-linux.S
[695/1307] Compiling aesni-gcm-x86_64-apple.S
[696/1307] Compiling aes-gcm-avx2-x86_64-linux.S
[697/1307] Compiling aes-gcm-avx10-x86_64-linux.S
[698/1307] Compiling aes-gcm-avx10-x86_64-apple.S
[699/1307] Compiling x_req.cc
[700/1307] Compiling x_pubkey.cc
[701/1307] Compiling x_sig.cc
[702/1307] Compiling x_x509.cc
[703/1307] Compiling x_spki.cc
[704/1307] Compiling x_x509a.cc
[705/1307] Compiling x_val.cc
[705/1307] Compiling x_name.cc
[707/1307] Compiling x_crl.cc
[708/1307] Compiling x_exten.cc
[709/1307] Compiling x_attrib.cc
[710/1307] Compiling x_algor.cc
[711/1307] Compiling x509spki.cc
[712/1307] Compiling x_all.cc
[713/1307] Compiling x509rset.cc
[714/1307] Compiling x509name.cc
[715/1307] Compiling x509cset.cc
[716/1307] Compiling x509_txt.cc
[717/1307] Compiling x509_vpm.cc
[718/1307] Compiling x509_trs.cc
[719/1307] Compiling x509_v3.cc
[720/1307] Compiling x509_set.cc
[721/1307] Compiling x509_vfy.cc
[722/1307] Compiling x509_req.cc
[723/1307] Compiling x509_lu.cc
[724/1307] Compiling x509_obj.cc
[725/1307] Compiling x509_d2.cc
[726/1307] Compiling x509_ext.cc
[727/1307] Compiling x509_def.cc
[728/1307] Compiling x509_att.cc
[729/1307] Compiling x509.cc
[730/1307] Compiling x509_cmp.cc
[731/1307] Compiling v3_skey.cc
[732/1307] Compiling v3_utl.cc
[733/1307] Compiling v3_prn.cc
[734/1307] Compiling v3_purp.cc
[735/1307] Compiling v3_pmaps.cc
[736/1307] Compiling v3_ocsp.cc
[737/1307] Compiling v3_pcons.cc
[738/1307] Compiling v3_ncons.cc
[739/1307] Compiling v3_int.cc
[740/1307] Compiling v3_lib.cc
[741/1307] Compiling v3_ia5.cc
[742/1307] Compiling v3_info.cc
[743/1307] Compiling v3_genn.cc
[744/1307] Compiling v3_enum.cc
[745/1307] Compiling v3_crld.cc
[746/1307] Compiling v3_extku.cc
[747/1307] Compiling v3_conf.cc
[748/1307] Compiling v3_cpols.cc
[749/1307] Compiling v3_bitst.cc
[750/1307] Compiling v3_alt.cc
[751/1307] Compiling v3_bcons.cc
[752/1307] Compiling v3_akeya.cc
[753/1307] Compiling v3_akey.cc
[754/1307] Compiling t_x509.cc
[755/1307] Compiling t_x509a.cc
[756/1307] Compiling t_crl.cc
[757/1307] Compiling policy.cc
[758/1307] Compiling t_req.cc
[759/1307] Compiling i2d_pr.cc
[760/1307] Compiling name_print.cc
[761/1307] Compiling rsa_pss.cc
[762/1307] Compiling by_file.cc
[763/1307] Compiling by_dir.cc
[764/1307] Compiling a_sign.cc
[765/1307] Compiling algorithm.cc
[766/1307] Compiling a_verify.cc
[767/1307] Compiling asn1_gen.cc
[768/1307] Compiling a_digest.cc
[769/1307] Compiling voprf.cc
[770/1307] Compiling thread_win.cc
[771/1307] Compiling thread.cc
[772/1307] Compiling thread_pthread.cc
[773/1307] Compiling thread_none.cc
[774/1307] Compiling stack.cc
[775/1307] Compiling trust_token.cc
[776/1307] Compiling sha256.cc
[777/1307] Compiling pmbtoken.cc
[778/1307] Compiling siphash.cc
[779/1307] Compiling spake2plus.cc
[780/1307] Compiling slhdsa.cc
[781/1307] Compiling sha512.cc
[782/1307] Compiling sha1.cc
[783/1307] Compiling rsa_print.cc
[784/1307] Compiling rsa_extra.cc
[785/1307] Compiling rsa_crypt.cc
[786/1307] Compiling rc4.cc
[787/1307] Compiling refcount.cc
[788/1307] Compiling windows.cc
[789/1307] Compiling urandom.cc
[790/1307] Compiling trusty.cc
[791/1307] Compiling rand.cc
[792/1307] Compiling rsa_asn1.cc
[793/1307] Compiling passive.cc
[794/1307] Compiling ios.cc
[795/1307] Compiling getentropy.cc
[796/1307] Compiling poly1305_arm_asm.S
[797/1307] Compiling forkunsafe.cc
[798/1307] Compiling deterministic.cc
[799/1307] Compiling fork_detect.cc
[800/1307] Compiling poly1305.cc
[801/1307] Compiling poly1305_arm.cc
[802/1307] Compiling poly1305_vec.cc
[803/1307] Compiling pool.cc
[804/1307] Compiling pkcs7.cc
[805/1307] Compiling pkcs7_x509.cc
[806/1307] Compiling p5_pbev2.cc
[807/1307] Compiling pkcs8_x509.cc
[808/1307] Compiling pem_xaux.cc
[809/1307] Compiling pkcs8.cc
[810/1307] Compiling pem_x509.cc
[811/1307] Compiling pem_pkey.cc
[812/1307] Compiling pem_pk8.cc
[813/1307] Compiling mlkem.cc
[814/1307] Compiling pem_oth.cc
[815/1307] Compiling obj_xref.cc
[816/1307] Compiling obj.cc
[817/1307] Compiling mldsa.cc
[818/1307] Compiling pem_info.cc
[819/1307] Compiling pem_lib.cc
[820/1307] Compiling mem.cc
[821/1307] Compiling md5.cc
[822/1307] Compiling poly_rq_mul.S
[823/1307] Compiling fips_shared_support.cc
[824/1307] Compiling md4.cc
[825/1307] Compiling lhash.cc
[826/1307] Compiling ex_data.cc
[827/1307] Compiling pem_all.cc
[828/1307] Compiling sign.cc
[829/1307] Compiling hrss.cc
[830/1307] Compiling kyber.cc
[831/1307] Compiling hpke.cc
[832/1307] Compiling scrypt.cc
[833/1307] Compiling pbkdf.cc
[834/1307] Compiling print.cc
[835/1307] Compiling p_x25519.cc
[836/1307] Compiling p_x25519_asn1.cc
[837/1307] Compiling p_ed25519.cc
[838/1307] Compiling p_rsa.cc
[839/1307] Compiling p_rsa_asn1.cc
[840/1307] Compiling p_hkdf.cc
[841/1307] Compiling p_ec_asn1.cc
[842/1307] Compiling p_ed25519_asn1.cc
[843/1307] Compiling p_ec.cc
[844/1307] Compiling evp_ctx.cc
[845/1307] Compiling p_dh.cc
[846/1307] Compiling p_dsa_asn1.cc
[847/1307] Compiling p_dh_asn1.cc
[848/1307] Compiling err.cc
[849/1307] Compiling evp.cc
[850/1307] Compiling engine.cc
[851/1307] Compiling evp_asn1.cc
[852/1307] Compiling ecdh.cc
[853/1307] Compiling ecdsa_asn1.cc
[854/1307] Compiling ec_derive.cc
[855/1307] Compiling hash_to_curve.cc
[856/1307] Compiling bcm.cc
[857/1307] Compiling ec_asn1.cc
[858/1307] Compiling dsa_asn1.cc
[859/1307] Compiling spake25519.cc
[860/1307] Compiling dsa.cc
[861/1307] Compiling params.cc
[862/1307] Compiling x25519-asm-arm.S
[863/1307] Compiling digest_extra.cc
[864/1307] Compiling des.cc
[865/1307] Compiling cpu_arm_linux.cc
[866/1307] Compiling dh_asn1.cc
[867/1307] Compiling cpu_aarch64_sysreg.cc
[868/1307] Compiling crypto.cc
[869/1307] Compiling cpu_arm_freebsd.cc
[870/1307] Compiling cpu_aarch64_openbsd.cc
[871/1307] Compiling curve25519.cc
[872/1307] Compiling cpu_intel.cc
[873/1307] Compiling cpu_aarch64_win.cc
[874/1307] Compiling cpu_aarch64_linux.cc
[875/1307] Compiling cpu_aarch64_apple.cc
[876/1307] Compiling cpu_aarch64_fuchsia.cc
[877/1307] Compiling e_rc4.cc
[878/1307] Compiling conf.cc
[879/1307] Compiling curve25519_64_adx.cc
[880/1307] Compiling get_cipher.cc
[881/1307] Compiling e_tls.cc
[882/1307] Compiling tls_cbc.cc
[883/1307] Compiling e_null.cc
[884/1307] Compiling derive_key.cc
[885/1307] Compiling e_aesctrhmac.cc
[886/1307] Compiling e_des.cc
[887/1307] Compiling chacha.cc
[888/1307] Compiling e_rc2.cc
[889/1307] Compiling e_chacha20poly1305.cc
[890/1307] Compiling e_aesgcmsiv.cc
[891/1307] Compiling unicode.cc
[892/1307] Compiling ber.cc
[893/1307] Compiling cbb.cc
[894/1307] Compiling buf.cc
[895/1307] Compiling convert.cc
[896/1307] Compiling asn1_compat.cc
[897/1307] Compiling blake2.cc
[898/1307] Compiling bn_asn1.cc
[899/1307] Compiling cbs.cc
[900/1307] Compiling printf.cc
[901/1307] Compiling pair.cc
[902/1307] Compiling socket.cc
[903/1307] Compiling fd.cc
[904/1307] Compiling socket_helper.cc
[905/1307] Compiling file.cc
[906/1307] Compiling errno.cc
[907/1307] Compiling hexdump.cc
[908/1307] Compiling bio_mem.cc
[909/1307] Compiling connect.cc
[910/1307] Compiling base64.cc
[911/1307] Compiling tasn_typ.cc
[912/1307] Compiling bio.cc
[913/1307] Compiling tasn_fre.cc
[914/1307] Compiling posix_time.cc
[915/1307] Compiling tasn_enc.cc
[916/1307] Compiling tasn_utl.cc
[917/1307] Compiling tasn_new.cc
[918/1307] Compiling f_int.cc
[919/1307] Compiling f_string.cc
[920/1307] Compiling asn1_par.cc
[921/1307] Compiling tasn_dec.cc
[922/1307] Compiling asn_pack.cc
[923/1307] Compiling a_octet.cc
[924/1307] Compiling asn1_lib.cc
[925/1307] Compiling a_utctm.cc
[926/1307] Compiling a_time.cc
[927/1307] Compiling a_type.cc
[927/1307] Compiling a_strnid.cc
[929/1307] Compiling a_object.cc
[930/1307] Compiling a_i2d_fp.cc
[931/1307] Compiling a_strex.cc
[932/1307] Compiling a_mbstr.cc
[933/1307] Compiling a_dup.cc
[934/1307] Compiling a_d2i_fp.cc
[935/1307] Compiling a_bitstr.cc
[936/1307] Compiling fiat_p256_adx_mul.S
[937/1307] Compiling fiat_p256_adx_sqr.S
[937/1307] Compiling a_gentm.cc
[939/1307] Compiling fiat_curve25519_adx_square.S
[940/1307] Compiling fiat_curve25519_adx_mul.S
[941/1307] Compiling md5-x86_64-linux.S
[942/1307] Compiling a_bool.cc
[943/1307] Compiling a_int.cc
[944/1307] Compiling md5-x86_64-apple.S
[945/1307] Compiling md5-586-apple.S
[946/1307] Compiling md5-586-linux.S
[947/1307] Compiling CCryptoBoringSSLShims shims.c
[948/1307] Compiling chacha20_poly1305_x86_64-apple.S
[949/1307] Compiling chacha20_poly1305_armv8-win.S
[950/1307] Compiling chacha20_poly1305_armv8-linux.S
[951/1307] Compiling chacha20_poly1305_x86_64-linux.S
[952/1307] Compiling chacha-x86_64-apple.S
[952/1307] Compiling chacha20_poly1305_armv8-apple.S
[954/1307] Compiling chacha-x86-linux.S
[955/1307] Compiling chacha-x86_64-linux.S
[956/1307] Compiling chacha-x86-apple.S
[957/1307] Compiling chacha-armv8-apple.S
[958/1307] Compiling chacha-armv8-linux.S
[959/1307] Compiling chacha-armv8-win.S
[960/1307] Compiling chacha-armv4-linux.S
[961/1307] Compiling aes128gcmsiv-x86_64-linux.S
[962/1307] Compiling x86_64-mont5-apple.S
[963/1307] Compiling x86_64-mont5-linux.S
[964/1307] Compiling aes128gcmsiv-x86_64-apple.S
[965/1307] Compiling x86_64-mont-linux.S
[966/1307] Compiling x86_64-mont-apple.S
[967/1307] Compiling x86-mont-linux.S
[968/1307] Compiling x86-mont-apple.S
[969/1307] Compiling vpaes-x86_64-linux.S
[970/1307] Compiling err_data.cc
[971/1307] Compiling vpaes-x86_64-apple.S
[972/1307] Compiling vpaes-x86-apple.S
[973/1307] Compiling vpaes-x86-linux.S
[974/1307] Compiling vpaes-armv8-linux.S
[975/1307] Compiling vpaes-armv8-apple.S
[976/1307] Compiling vpaes-armv8-win.S
[977/1307] Compiling vpaes-armv7-linux.S
[978/1307] Compiling sha512-x86_64-linux.S
[979/1307] Compiling sha512-x86_64-apple.S
[980/1307] Compiling sha512-armv8-win.S
[981/1307] Compiling sha512-armv8-linux.S
[982/1307] Compiling sha512-armv8-apple.S
[983/1307] Compiling sha512-586-apple.S
[983/1307] Compiling sha512-586-linux.S
[985/1307] Compiling sha256-x86_64-apple.S
[986/1307] Compiling sha256-x86_64-linux.S
[987/1307] Compiling sha512-armv4-linux.S
[988/1307] Compiling sha256-armv8-win.S
[989/1307] Compiling sha256-armv8-apple.S
[990/1307] Compiling sha256-armv8-linux.S
[991/1307] Compiling sha256-586-apple.S
[991/1307] Compiling sha256-armv4-linux.S
[991/1307] Compiling sha1-x86_64-apple.S
[994/1307] Compiling sha1-x86_64-linux.S
[995/1307] Compiling sha1-armv8-win.S
[996/1307] Compiling sha256-586-linux.S
[997/1307] Compiling sha1-armv8-apple.S
[998/1307] Compiling sha1-armv8-linux.S
[999/1307] Compiling rsaz-avx2-linux.S
[1000/1307] Compiling sha1-586-linux.S
[1001/1307] Compiling sha1-586-apple.S
[1002/1307] Compiling sha1-armv4-large-linux.S
[1003/1307] Compiling rsaz-avx2-apple.S
[1004/1307] Compiling rdrand-x86_64-apple.S
[1005/1307] Compiling p256_beeu-x86_64-asm-linux.S
[1006/1307] Compiling p256_beeu-armv8-asm-win.S
[1007/1307] Compiling rdrand-x86_64-linux.S
[1007/1307] Compiling p256_beeu-x86_64-asm-apple.S
[1009/1307] Compiling p256_beeu-armv8-asm-linux.S
[1010/1307] Compiling p256_beeu-armv8-asm-apple.S
[1011/1307] Compiling p256-armv8-asm-win.S
[1012/1307] Compiling p256-x86_64-asm-apple.S
[1013/1307] Compiling p256-x86_64-asm-linux.S
[1014/1307] Compiling p256-armv8-asm-linux.S
[1015/1307] Compiling p256-armv8-asm-apple.S
[1016/1307] Compiling ghashv8-armv8-apple.S
[1017/1307] Compiling ghashv8-armv8-win.S
[1018/1307] Compiling ghashv8-armv8-linux.S
[1019/1307] Compiling ghashv8-armv7-linux.S
[1020/1307] Compiling ghash-x86_64-apple.S
[1021/1307] Compiling ghash-x86-apple.S
[1022/1307] Compiling ghash-ssse3-x86_64-linux.S
[1022/1307] Compiling ghash-x86_64-linux.S
[1024/1307] Compiling ghash-x86-linux.S
[1025/1307] Compiling ghash-ssse3-x86_64-apple.S
[1026/1307] Compiling ghash-ssse3-x86-apple.S
[1027/1307] Compiling ghash-neon-armv8-win.S
[1028/1307] Compiling ghash-ssse3-x86-linux.S
[1029/1307] Compiling ghash-neon-armv8-apple.S
[1029/1307] Compiling ghash-neon-armv8-linux.S
[1031/1307] Compiling ghash-armv4-linux.S
[1032/1307] Compiling co-586-linux.S
[1033/1307] Compiling co-586-apple.S
[1034/1307] Compiling bn-armv8-win.S
[1035/1307] Compiling bn-armv8-apple.S
[1036/1307] Compiling bsaes-armv7-linux.S
[1037/1307] Compiling bn-armv8-linux.S
[1038/1307] Compiling armv8-mont-linux.S
[1039/1307] Compiling bn-586-linux.S
[1040/1307] Compiling bn-586-apple.S
[1041/1307] Compiling armv8-mont-win.S
[1042/1307] Compiling armv8-mont-apple.S
[1043/1307] Compiling aesv8-gcm-armv8-apple.S
[1044/1307] Compiling aesv8-gcm-armv8-win.S
[1045/1307] Compiling armv4-mont-linux.S
[1046/1307] Compiling aesv8-gcm-armv8-linux.S
[1047/1307] Compiling aesv8-armv8-win.S
[1048/1307] Compiling aesv8-armv8-linux.S
[1049/1307] Compiling aesv8-armv7-linux.S
[1050/1307] Compiling aesv8-armv8-apple.S
[1051/1307] Compiling aesni-x86_64-linux.S
[1052/1307] Compiling aesni-x86_64-apple.S
[1053/1307] Compiling aesni-x86-linux.S
[1054/1307] Compiling aesni-x86-apple.S
[1055/1307] Compiling aesni-gcm-x86_64-apple.S
[1056/1307] Compiling aes-gcm-avx10-x86_64-linux.S
[1057/1307] Compiling aesni-gcm-x86_64-linux.S
[1058/1307] Compiling aes-gcm-avx10-x86_64-apple.S
[1059/1307] Compiling c-nioatomics.c
[1060/1307] Compiling x_val.cc
[1061/1307] Compiling x_sig.cc
[1062/1307] Compiling x_x509a.cc
[1063/1307] Compiling x_req.cc
[1064/1307] Compiling x_x509.cc
[1065/1307] Compiling x_spki.cc
[1066/1307] Compiling x_name.cc
[1067/1307] Compiling c-atomics.c
[1068/1307] Compiling x_pubkey.cc
[1069/1307] Compiling x_exten.cc
[1070/1309] Compiling x509spki.cc
[1071/1313] Compiling x_algor.cc
[1072/1313] Compiling x_attrib.cc
[1073/1313] Compiling x_crl.cc
[1074/1313] Compiling x_all.cc
[1076/1313] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1076/1313] Compiling x509_v3.cc
[1078/1313] Compiling NIOConcurrencyHelpers lock.swift
[1079/1313] Emitting module NIOConcurrencyHelpers
[1079/1313] Compiling x509rset.cc
[1081/1313] Compiling NIOConcurrencyHelpers atomics.swift
[1082/1313] Compiling NIOConcurrencyHelpers NIOLock.swift
[1083/1313] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1083/1314] Compiling x509_vpm.cc
[1084/1314] Compiling x509name.cc
[1085/1314] Compiling x509cset.cc
[1087/1314] Compiling x509_vfy.cc
[1088/1314] Compiling x509_txt.cc
[1089/1314] Compiling x509_set.cc
[1090/1314] Compiling x509_d2.cc
[1091/1314] Compiling x509_trs.cc
[1092/1314] Compiling x509_def.cc
[1093/1314] Compiling x509_obj.cc
[1094/1314] Compiling x509_lu.cc
[1095/1314] Compiling x509_req.cc
[1096/1314] Compiling x509_ext.cc
[1097/1314] Compiling x509_att.cc
[1098/1314] Compiling v3_prn.cc
[1099/1314] Compiling x509.cc
[1100/1314] Compiling x509_cmp.cc
[1101/1314] Compiling v3_skey.cc
[1102/1314] Compiling v3_utl.cc
[1103/1314] Compiling v3_purp.cc
[1104/1314] Compiling v3_pmaps.cc
[1105/1314] Compiling v3_pcons.cc
[1106/1314] Compiling v3_int.cc
[1107/1314] Compiling v3_ncons.cc
[1108/1314] Compiling v3_ocsp.cc
[1109/1314] Compiling v3_lib.cc
[1110/1314] Compiling v3_ia5.cc
[1111/1314] Compiling v3_extku.cc
[1112/1314] Compiling v3_info.cc
[1113/1314] Compiling v3_genn.cc
[1114/1314] Compiling v3_enum.cc
[1115/1314] Compiling v3_crld.cc
[1116/1314] Compiling v3_akeya.cc
[1117/1314] Compiling t_x509a.cc
[1118/1314] Compiling v3_cpols.cc
[1119/1314] Compiling v3_bitst.cc
[1120/1314] Compiling v3_bcons.cc
[1121/1314] Compiling v3_conf.cc
[1122/1314] Compiling v3_akey.cc
[1123/1314] Compiling v3_alt.cc
[1124/1314] Compiling t_x509.cc
[1125/1314] Compiling t_req.cc
[1126/1314] Compiling i2d_pr.cc
[1127/1314] Compiling t_crl.cc
[1128/1314] Compiling rsa_pss.cc
[1129/1314] Compiling name_print.cc
[1130/1314] Compiling policy.cc
[1131/1314] Compiling by_file.cc
[1132/1314] Compiling by_dir.cc
[1133/1314] Compiling asn1_gen.cc
[1134/1314] Compiling a_verify.cc
[1135/1314] Compiling algorithm.cc
[1136/1314] Compiling a_sign.cc
[1137/1314] Compiling voprf.cc
[1138/1314] Compiling a_digest.cc
[1139/1314] Compiling trust_token.cc
[1140/1314] Compiling thread_win.cc
[1141/1314] Compiling thread.cc
[1142/1314] Compiling thread_none.cc
[1143/1314] Compiling stack.cc
[1144/1314] Compiling thread_pthread.cc
[1145/1314] Compiling thash.cc
[1146/1314] Compiling wots.cc
[1147/1314] Compiling pmbtoken.cc
[1148/1314] Compiling sha256.cc
[1149/1314] Compiling siphash.cc
[1150/1314] Compiling sha512.cc
[1151/1314] Compiling merkle.cc
[1152/1314] Compiling rsa_print.cc
[1153/1314] Compiling fors.cc
[1154/1314] Compiling slhdsa.cc
[1155/1314] Compiling sha1.cc
[1156/1314] Compiling rsa_extra.cc
[1157/1314] Compiling rc4.cc
[1158/1314] Compiling refcount.cc
[1159/1314] Compiling windows.cc
[1160/1314] Compiling urandom.cc
[1161/1314] Compiling rsa_crypt.cc
[1162/1314] Compiling trusty.cc
[1163/1314] Compiling rsa_asn1.cc
[1164/1314] Compiling rand_extra.cc
[1165/1314] Compiling ios.cc
[1166/1314] Compiling passive.cc
[1167/1314] Compiling getentropy.cc
[1168/1314] Compiling poly1305_arm_asm.S
[1169/1314] Compiling deterministic.cc
[1170/1314] Compiling forkunsafe.cc
[1171/1314] Compiling fork_detect.cc
[1172/1314] Compiling pool.cc
[1173/1314] Compiling poly1305_arm.cc
[1174/1314] Compiling poly1305.cc
[1175/1314] Compiling poly1305_vec.cc
[1176/1314] Compiling pkcs7.cc
[1177/1314] Compiling p5_pbev2.cc
[1178/1314] Compiling pkcs7_x509.cc
[1179/1314] Compiling pkcs8.cc
[1180/1314] Compiling pkcs8_x509.cc
[1181/1314] Compiling pem_xaux.cc
[1182/1314] Compiling pem_x509.cc
[1183/1314] Compiling pem_pk8.cc
[1184/1314] Compiling pem_pkey.cc
[1185/1314] Compiling pem_oth.cc
[1186/1314] Compiling pem_info.cc
[1187/1314] Compiling obj_xref.cc
[1188/1314] Compiling mldsa.cc
[1189/1314] Compiling pem_lib.cc
[1190/1314] Compiling pem_all.cc
[1191/1314] Compiling mem.cc
[1192/1314] Compiling obj.cc
[1193/1314] Compiling mlkem.cc
[1194/1314] Compiling md5.cc
[1195/1314] Compiling fips_shared_support.cc
[1196/1314] Compiling poly_rq_mul.S
[1197/1314] Compiling lhash.cc
[1198/1314] Compiling md4.cc
[1199/1314] Compiling kyber.cc
[1200/1314] Compiling ex_data.cc
[1201/1314] Compiling hrss.cc
[1202/1314] Compiling sign.cc
[1203/1314] Compiling hpke.cc
[1204/1314] Compiling scrypt.cc
[1205/1314] Compiling print.cc
[1206/1314] Compiling pbkdf.cc
[1207/1314] Compiling p_rsa_asn1.cc
[1208/1314] Compiling p_x25519.cc
[1209/1314] Compiling p_hkdf.cc
[1210/1314] Compiling p_x25519_asn1.cc
[1211/1314] Compiling p_rsa.cc
[1212/1314] Compiling p_ed25519_asn1.cc
[1213/1314] Compiling p_ec_asn1.cc
[1214/1314] Compiling p_ed25519.cc
[1215/1314] Compiling p_dsa_asn1.cc
[1216/1314] Compiling p_dh_asn1.cc
[1217/1314] Compiling p_dh.cc
[1218/1314] Compiling p_ec.cc
[1219/1314] Compiling evp_ctx.cc
[1220/1314] Compiling evp.cc
[1221/1314] Compiling err.cc
[1222/1314] Compiling evp_asn1.cc
[1223/1314] Compiling ecdh_extra.cc
[1224/1314] Compiling engine.cc
[1225/1314] Compiling ecdsa_asn1.cc
[1226/1314] Compiling ec_derive.cc
[1227/1314] Compiling hash_to_curve.cc
[1228/1314] Compiling ec_asn1.cc
[1229/1314] Compiling dsa_asn1.cc
[1230/1314] Compiling dsa.cc
[1231/1314] Compiling params.cc
[1232/1314] Compiling x25519-asm-arm.S
[1233/1314] Compiling digest_extra.cc
[1234/1314] Compiling des.cc
[1235/1314] Compiling dh_asn1.cc
[1236/1314] Compiling crypto.cc
[1237/1314] Compiling spake25519.cc
[1238/1314] Compiling cpu_intel.cc
[1239/1314] Compiling bcm.cc
[1240/1314] Compiling curve25519_64_adx.cc
[1241/1314] Compiling cpu_arm_freebsd.cc
[1242/1314] Compiling curve25519.cc
[1243/1314] Compiling cpu_arm_linux.cc
[1244/1314] Compiling cpu_aarch64_openbsd.cc
[1245/1314] Compiling cpu_aarch64_win.cc
[1246/1314] Compiling cpu_aarch64_linux.cc
[1247/1314] Compiling cpu_aarch64_sysreg.cc
[1248/1314] Compiling e_rc2.cc
[1249/1314] Compiling cpu_aarch64_apple.cc
[1250/1314] Compiling conf.cc
[1251/1314] Compiling e_rc4.cc
[1252/1314] Compiling e_tls.cc
[1253/1314] Compiling tls_cbc.cc
[1254/1314] Compiling cpu_aarch64_fuchsia.cc
[1255/1314] Compiling e_des.cc
[1256/1314] Compiling e_chacha20poly1305.cc
[1257/1314] Compiling e_null.cc
[1258/1314] Compiling chacha.cc
[1259/1314] Compiling derive_key.cc
[1260/1314] Compiling cipher_extra.cc
[1261/1314] Compiling unicode.cc
[1262/1314] Compiling e_aesctrhmac.cc
[1263/1314] Compiling e_aesgcmsiv.cc
[1264/1314] Compiling asn1_compat.cc
[1265/1314] Compiling cbb.cc
[1266/1314] Compiling ber.cc
[1267/1314] Compiling cbs.cc
[1268/1314] Compiling printf.cc
[1269/1314] Compiling buf.cc
[1270/1314] Compiling convert.cc
[1271/1314] Compiling bn_asn1.cc
[1272/1314] Compiling file.cc
[1273/1314] Compiling blake2.cc
[1274/1314] Compiling pair.cc
[1275/1314] Compiling hexdump.cc
[1276/1314] Compiling bio.cc
[1277/1314] Compiling errno.cc
[1278/1314] Compiling fd.cc
[1279/1314] Compiling bio_mem.cc
[1280/1314] Compiling tasn_new.cc
[1281/1314] Compiling base64.cc
[1282/1314] Compiling tasn_utl.cc
[1283/1314] Compiling tasn_typ.cc
[1284/1314] Compiling tasn_fre.cc
[1285/1314] Compiling tasn_enc.cc
[1286/1314] Compiling f_int.cc
[1287/1314] Compiling posix_time.cc
[1288/1314] Compiling f_string.cc
[1289/1314] Compiling asn_pack.cc
[1290/1314] Compiling tasn_dec.cc
[1291/1314] Compiling asn1_par.cc
[1292/1314] Compiling a_strnid.cc
[1293/1314] Compiling asn1_lib.cc
[1294/1314] Compiling a_utctm.cc
[1295/1314] Compiling a_type.cc
[1296/1314] Compiling a_octet.cc
[1297/1314] Compiling a_time.cc
[1298/1314] Compiling a_mbstr.cc
[1299/1314] Compiling a_strex.cc
[1300/1314] Compiling a_object.cc
[1300/1314] Write sources
[1307/1314] Compiling a_i2d_fp.cc
[1308/1314] Compiling a_gentm.cc
[1309/1314] Compiling a_d2i_fp.cc
[1310/1315] Compiling a_dup.cc
[1311/1358] Compiling a_bool.cc
[1312/1403] Compiling a_int.cc
[1313/1427] Compiling a_bitstr.cc
[1315/1456] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1316/1456] Compiling BitCollections BitArray+Extras.swift
[1317/1456] Compiling BitCollections BitArray+Fill.swift
[1318/1456] Compiling BitCollections BitArray+Hashable.swift
[1319/1466] Compiling BitCollections BitArray+Initializers.swift
[1320/1466] Compiling BitCollections BitArray+Invariants.swift
[1321/1466] Compiling Atomics IntegerOperations.swift
[1322/1466] Compiling Atomics Unmanaged extensions.swift
[1323/1466] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1324/1466] Compiling BitCollections BitArray+RandomBits.swift
[1325/1466] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1326/1466] Compiling BitCollections BitArray+Descriptions.swift
[1327/1466] Compiling BitCollections BitArray+Equatable.swift
[1328/1466] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1329/1466] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1330/1466] Compiling BitCollections BitSet+CustomReflectable.swift
[1331/1466] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1332/1466] Compiling BitCollections BitSet+Equatable.swift
[1333/1466] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1334/1466] Compiling BitCollections BitSet+Extras.swift
[1335/1466] Compiling BitCollections BitSet+Hashable.swift
[1336/1473] Compiling BitCollections BitSet+Initializers.swift
[1337/1473] Compiling BitCollections BitSet+Invariants.swift
[1338/1473] Compiling BitCollections BitSet+Random.swift
[1339/1473] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1340/1473] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1341/1473] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1342/1473] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1343/1473] Compiling BitCollections BitArray.swift
[1344/1473] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1345/1473] Compiling BitCollections BitSet+Codable.swift
[1355/1476] Compiling CryptoBoringWrapper RandomBytes.swift
[1356/1482] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1357/1482] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1358/1482] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1359/1482] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1360/1482] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1361/1482] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1362/1482] Compiling AsyncAlgorithms SetAlgebra.swift
[1363/1482] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1364/1482] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1365/1482] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1366/1482] Compiling AsyncAlgorithms ZipStateMachine.swift
[1367/1482] Compiling AsyncAlgorithms ZipStorage.swift
[1368/1482] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1369/1482] Compiling BitCollections BitSet.Counted.swift
[1370/1482] Emitting module BitCollections
[1380/1482] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1381/1482] Compiling CryptoBoringWrapper EllipticCurve.swift
[1384/1482] Compiling BitCollections BitArray._UnsafeHandle.swift
[1385/1482] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1386/1482] Emitting module AsyncAlgorithms
[1387/1482] Compiling BitCollections BitArray+BitwiseOperations.swift
[1388/1482] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1389/1482] Compiling BitCollections BitArray+Codable.swift
[1390/1482] Compiling BitCollections BitArray+Collection.swift
[1391/1482] Compiling BitCollections BitArray+Copy.swift
[1392/1482] Compiling BitCollections BitArray+CustomReflectable.swift
[1401/1482] Compiling Algorithms Trim.swift
[1402/1482] Compiling Algorithms Unique.swift
[1403/1482] Compiling Algorithms Windows.swift
[1436/1482] Emitting module CryptoBoringWrapper
[1437/1482] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1438/1482] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1439/1482] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1440/1483] Compiling BitCollections BitSet.Index.swift
[1441/1483] Compiling BitCollections BitSet._UnsafeHandle.swift
[1442/1483] Compiling BitCollections BitSet.swift
[1443/1483] Compiling BitCollections Range+Utilities.swift
[1444/1483] Compiling BitCollections Slice+Utilities.swift
[1445/1483] Compiling BitCollections UInt+Tricks.swift
[1446/1483] Compiling BitCollections _Word.swift
[1449/1557] Emitting module Collections
[1450/1557] Compiling Collections Collections.swift
[1451/1557] Compiling Crypto Digests.swift
[1452/1557] Compiling Crypto HashFunctions.swift
[1453/1557] Compiling Crypto HashFunctions_SHA2.swift
[1454/1557] Compiling Crypto HPKE-AEAD.swift
[1455/1557] Compiling Crypto HPKE.swift
[1456/1557] Compiling Crypto HPKE-Context.swift
[1457/1557] Compiling Crypto DH.swift
[1458/1557] Compiling Crypto ECDH.swift
[1459/1557] Compiling Crypto HPKE-Ciphersuite.swift
[1460/1557] Compiling Crypto HPKE-KDF.swift
[1461/1557] Compiling Crypto HPKE-KexKeyDerivation.swift
[1462/1557] Compiling Crypto HPKE-LabeledExtract.swift
[1463/1557] Compiling Crypto PKCS8PrivateKey.swift
[1464/1557] Compiling Crypto SEC1PrivateKey.swift
[1465/1557] Compiling Crypto SubjectPublicKeyInfo.swift
[1466/1557] Compiling Crypto CryptoKitErrors.swift
[1467/1557] Compiling Crypto Digest_boring.swift
[1468/1557] Compiling Crypto Digest.swift
[1469/1558] Compiling Crypto AES-GCM.swift
[1470/1558] Compiling Crypto AES-GCM_boring.swift
[1471/1558] Compiling Crypto ChaChaPoly_boring.swift
[1472/1558] Compiling Crypto ChaChaPoly.swift
[1475/1558] Compiling Crypto Cipher.swift
[1476/1558] Compiling Crypto Nonces.swift
[1480/1558] Compiling Crypto HPKE-Utils.swift
[1481/1558] Compiling Crypto DHKEM.swift
[1482/1558] Compiling Crypto HPKE-KEM-Curve25519.swift
[1483/1558] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1484/1558] Compiling Crypto HPKE-KEM.swift
[1485/1558] Compiling Crypto HPKE-Errors.swift
[1486/1559] Emitting module Atomics
[1489/1641] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1490/1641] Compiling ServiceLifecycle CancellationWaiter.swift
[1491/1642] Emitting module Algorithms
[1492/1643] Compiling NIOCore ChannelPipeline.swift
[1493/1643] Compiling NIOCore CircularBuffer.swift
[1495/1644] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1496/1644] Emitting module ServiceLifecycle
[1497/1644] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1498/1644] Compiling ServiceLifecycle ServiceRunnerError.swift
[1499/1644] Compiling NIOCore DeadChannel.swift
[1500/1644] Compiling NIOCore DispatchQueue+WithFuture.swift
[1501/1644] Emitting module Crypto
[1504/1644] Compiling NIOCore Codec.swift
[1505/1644] Compiling NIOCore ConvenienceOptionSupport.swift
[1508/1644] Compiling NIOCore EventLoop+Deprecated.swift
[1509/1644] Compiling NIOCore EventLoop+SerialExecutor.swift
[1510/1644] Compiling NIOCore AddressedEnvelope.swift
[1511/1644] Compiling NIOCore AsyncAwaitSupport.swift
[1512/1653] Compiling Crypto HKDF.swift
[1513/1653] Compiling Crypto AESWrap.swift
[1514/1653] Compiling Crypto AESWrap_boring.swift
[1515/1653] Compiling Crypto Ed25519_boring.swift
[1516/1653] Compiling Crypto NISTCurvesKeys_boring.swift
[1517/1653] Compiling Crypto X25519Keys_boring.swift
[1518/1653] Compiling Crypto Curve25519.swift
[1519/1653] Compiling Crypto Ed25519Keys.swift
[1520/1653] Compiling Crypto NISTCurvesKeys.swift
[1521/1653] Compiling Crypto X25519Keys.swift
[1522/1653] Compiling NIOCore MarkedCircularBuffer.swift
[1523/1653] Compiling NIOCore MulticastChannel.swift
[1524/1653] Compiling NIOCore NIOAny.swift
[1525/1653] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1526/1653] Compiling NIOCore NIOLoopBound.swift
[1527/1653] Compiling NIOCore NIOScheduledCallback.swift
[1528/1653] Compiling NIOCore NIOSendable.swift
[1529/1653] Compiling NIOCore RecvByteBufferAllocator.swift
[1530/1653] Compiling Crypto ECDSA.swift
[1531/1653] Compiling Crypto Ed25519.swift
[1532/1653] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1533/1653] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1534/1653] Compiling NIOCore ByteBuffer-conversions.swift
[1535/1653] Compiling NIOCore ByteBuffer-core.swift
[1536/1653] Compiling NIOCore ByteBuffer-hex.swift
[1537/1653] Compiling NIOCore ByteBuffer-int.swift
[1538/1653] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1539/1653] Compiling NIOCore ByteBuffer-multi-int.swift
[1540/1653] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1541/1653] Compiling NIOCore ByteBuffer-views.swift
[1542/1653] Compiling NIOCore Channel.swift
[1543/1653] Compiling NIOCore FileHandle.swift
[1544/1653] Compiling NIOCore FileRegion.swift
[1545/1653] Compiling NIOCore GlobalSingletons.swift
[1546/1653] Compiling NIOCore IO.swift
[1547/1653] Compiling NIOCore IOData.swift
[1548/1653] Compiling NIOCore IPProtocol.swift
[1549/1653] Compiling NIOCore IntegerBitPacking.swift
[1550/1653] Compiling NIOCore IntegerTypes.swift
[1551/1653] Compiling NIOCore Interfaces.swift
[1552/1653] Compiling NIOCore Linux.swift
[1553/1653] Compiling NIOCore ChannelHandler.swift
[1554/1653] Compiling NIOCore ChannelHandlers.swift
[1555/1653] Compiling NIOCore ChannelInvoker.swift
[1556/1653] Compiling NIOCore ChannelOption.swift
[1557/1653] Compiling NIOCore EventLoop.swift
[1558/1653] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1559/1653] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1560/1653] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1561/1653] Compiling NIOCore EventLoopFuture.swift
[1562/1653] Compiling NIOCore FileDescriptor.swift
[1565/1653] Compiling NIOCore AsyncChannel.swift
[1566/1653] Compiling NIOCore AsyncChannelHandler.swift
[1579/1661] Compiling ServiceLifecycle GracefulShutdown.swift
[1580/1661] Compiling ServiceLifecycle Service.swift
[1581/1661] Compiling ServiceLifecycle ServiceGroup.swift
[1582/1662] Emitting module _ConnectionPoolModule
[1584/1662] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1588/1663] Compiling NIOCore AsyncChannelInboundStream.swift
[1589/1663] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1590/1663] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1591/1663] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1592/1663] Compiling NIOCore NIOAsyncWriter.swift
[1593/1663] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1594/1663] Compiling NIOCore BSDSocketAPI.swift
[1595/1663] Compiling NIOCore ByteBuffer-aux.swift
[1604/1663] Compiling Crypto Signature.swift
[1605/1663] Compiling Crypto CryptoKitErrors_boring.swift
[1606/1663] Compiling Crypto RNG_boring.swift
[1607/1663] Compiling Crypto SafeCompare_boring.swift
[1608/1663] Compiling Crypto Zeroization_boring.swift
[1609/1663] Compiling Crypto PrettyBytes.swift
[1610/1663] Compiling Crypto SafeCompare.swift
[1611/1663] Compiling Crypto SecureBytes.swift
[1612/1663] Compiling Crypto Zeroization.swift
[1622/1664] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1623/1664] Compiling NIOCore SocketAddresses.swift
[1624/1664] Compiling NIOCore SocketOptionProvider.swift
[1625/1664] Compiling NIOCore SystemCallHelpers.swift
[1626/1664] Compiling NIOCore TimeAmount+Duration.swift
[1627/1664] Compiling NIOCore TypeAssistedChannelHandler.swift
[1628/1664] Compiling NIOCore UniversalBootstrapSupport.swift
[1629/1664] Compiling NIOCore Utilities.swift
[1664/1664] Emitting module NIOCore
[1666/1716] Emitting module NIOEmbedded
[1667/1716] Compiling NIOEmbedded AsyncTestingChannel.swift
[1668/1716] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1669/1716] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1670/1716] Compiling NIOPosix PosixSingletons.swift
[1671/1716] Compiling NIOPosix RawSocketBootstrap.swift
[1672/1716] Compiling NIOPosix Resolver.swift
[1673/1716] Compiling NIOPosix Selectable.swift
[1674/1722] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1675/1722] Compiling NIOEmbedded Embedded.swift
[1677/1723] Compiling NIOPosix ThreadPosix.swift
[1678/1723] Compiling NIOPosix ThreadWindows.swift
[1679/1723] Compiling NIOPosix UnsafeTransfer.swift
[1680/1723] Compiling NIOPosix Utilities.swift
[1681/1723] Compiling NIOPosix VsockAddress.swift
[1682/1723] Compiling NIOPosix VsockChannelEvents.swift
[1683/1723] Emitting module NIOPosix
[1684/1723] Compiling NIOPosix ServerSocket.swift
[1685/1723] Compiling NIOPosix Socket.swift
[1686/1723] Compiling NIOPosix SocketChannel.swift
[1687/1723] Compiling NIOPosix SocketProtocols.swift
[1688/1723] Compiling NIOPosix System.swift
[1689/1723] Compiling NIOPosix Thread.swift
[1690/1723] Compiling NIOPosix SelectableChannel.swift
[1691/1723] Compiling NIOPosix SelectableEventLoop.swift
[1692/1723] Compiling NIOPosix SelectorEpoll.swift
[1693/1723] Compiling NIOPosix SelectorGeneric.swift
[1694/1723] Compiling NIOPosix SelectorKqueue.swift
[1695/1723] Compiling NIOPosix SelectorUring.swift
[1696/1723] Compiling NIOPosix IO.swift
[1697/1723] Compiling NIOPosix IntegerBitPacking.swift
[1698/1723] Compiling NIOPosix IntegerTypes.swift
[1699/1723] Compiling NIOPosix Linux.swift
[1700/1723] Compiling NIOPosix LinuxCPUSet.swift
[1701/1723] Compiling NIOPosix LinuxUring.swift
[1702/1723] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1703/1723] Compiling NIOPosix BSDSocketAPICommon.swift
[1704/1723] Compiling NIOPosix BSDSocketAPIPosix.swift
[1705/1723] Compiling NIOPosix BSDSocketAPIWindows.swift
[1706/1723] Compiling NIOPosix BaseSocket.swift
[1707/1723] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1708/1723] Compiling NIOPosix BaseSocketChannel.swift
[1709/1723] Compiling NIOPosix BaseStreamSocketChannel.swift
[1710/1723] Compiling NIOPosix Bootstrap.swift
[1711/1723] Compiling NIOPosix ControlMessage.swift
[1712/1723] Compiling NIOPosix DatagramVectorReadManager.swift
[1713/1723] Compiling NIOPosix Errors+Any.swift
[1714/1723] Compiling NIOPosix FileDescriptor.swift
[1715/1723] Compiling NIOPosix GetaddrinfoResolver.swift
[1716/1723] Compiling NIOPosix HappyEyeballs.swift
[1717/1723] Compiling NIOPosix NIOThreadPool.swift
[1718/1723] Compiling NIOPosix NonBlockingFileIO.swift
[1719/1723] Compiling NIOPosix PendingDatagramWritesManager.swift
[1720/1723] Compiling NIOPosix PendingWritesManager.swift
[1721/1723] Compiling NIOPosix PipeChannel.swift
[1722/1723] Compiling NIOPosix PipePair.swift
[1723/1723] Compiling NIOPosix Pool.swift
[1725/1748] Compiling NIO Exports.swift
[1726/1748] Emitting module NIO
[1727/1749] Compiling AsyncKit EventLoop+Flatten.swift
[1728/1749] Compiling AsyncKit EventLoop+Future.swift
[1729/1749] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1731/1751] Compiling AsyncKit Future+Transform.swift
[1732/1751] Compiling AsyncKit Future+Try.swift
[1733/1751] Compiling AsyncKit FutureOperators.swift
[1734/1751] Compiling AsyncKit Future+Miscellaneous.swift
[1735/1751] Compiling AsyncKit Future+Nonempty.swift
[1736/1751] Compiling AsyncKit Future+Optional.swift
[1737/1762] Compiling NIOTLS TLSEvents.swift
[1738/1762] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1739/1762] Emitting module NIOTLS
[1740/1762] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1741/1762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1742/1762] Compiling AsyncKit Optional+StrictMap.swift
[1743/1762] Compiling AsyncKit Exports.swift
[1744/1762] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1745/1762] Compiling AsyncKit ConnectionPoolError.swift
[1746/1762] Compiling AsyncKit ConnectionPoolItem.swift
[1747/1762] Compiling AsyncKit ConnectionPoolSource.swift
[1748/1762] Compiling AsyncKit EventLoopConnectionPool.swift
[1749/1762] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1750/1762] Compiling AsyncKit EventLoop+Concurrency.swift
[1751/1762] Emitting module NIOFoundationCompat
[1752/1762] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1753/1762] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1754/1762] Compiling NIOTLS SNIHandler.swift
[1756/1763] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1758/1815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1759/1815] Compiling NIOTransportServices NIOTSErrors.swift
[1760/1815] Compiling NIOTransportServices NIOTSEventLoop.swift
[1761/1817] Compiling NIOTransportServices NIOTSBootstraps.swift
[1762/1817] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1763/1817] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1764/1817] Compiling NIOTransportServices StateManagedChannel.swift
[1765/1817] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1766/1817] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1767/1817] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1768/1817] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1769/1817] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1770/1817] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1771/1817] Compiling NIOTransportServices NIOTSSingletons.swift
[1772/1817] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1773/1817] Emitting module NIOTransportServices
[1774/1817] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1775/1817] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1776/1817] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1777/1817] Compiling NIOTransportServices AcceptHandler.swift
[1778/1817] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1779/1817] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1780/1817] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1781/1817] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1782/1818] Emitting module AsyncKit
[1784/1818] Emitting module NIOSSL
[1785/1821] Compiling NIOSSL NIOSSLSecureBytes.swift
[1786/1821] Compiling NIOSSL RNG.swift
[1787/1821] Compiling NIOSSL SafeCompare.swift
[1788/1821] Compiling NIOSSL Zeroization.swift
[1796/1821] Compiling NIOSSL SubjectAlternativeName.swift
[1813/1821] Compiling NIOSSL TLSConfiguration.swift
[1814/1821] Compiling NIOSSL UniversalBootstrapSupport.swift
[1815/1821] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1817/1925] Compiling PostgresNIO PostgresMessage+Execute.swift
[1818/1925] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1819/1925] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1820/1925] Compiling PostgresNIO PostgresMessage+Parse.swift
[1821/1925] Compiling PostgresNIO PostgresMessage+Password.swift
[1822/1925] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1823/1925] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1824/1925] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1825/1925] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1826/1925] Compiling PostgresNIO PostgresMessage+Startup.swift
[1827/1925] Compiling PostgresNIO PostgresMessage+Sync.swift
[1828/1925] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1829/1925] Compiling PostgresNIO PostgresMessageDecoder.swift
[1830/1925] Compiling PostgresNIO PostgresMessageEncoder.swift
[1831/1925] Compiling PostgresNIO PostgresMessage+0.swift
[1832/1939] Emitting module PostgresNIO
[1833/1939] Compiling PostgresNIO PostgresData+JSONB.swift
[1834/1939] Compiling PostgresNIO PostgresData+Numeric.swift
[1835/1939] Compiling PostgresNIO PostgresData+Optional.swift
[1836/1939] Compiling PostgresNIO PostgresData+Float.swift
[1837/1939] Compiling PostgresNIO PostgresData+Int.swift
[1838/1939] Compiling PostgresNIO PostgresData+JSON.swift
[1839/1940] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1840/1940] Compiling PostgresNIO PostgresData+Set.swift
[1841/1940] Compiling PostgresNIO PostgresData+String.swift
[1842/1940] Compiling PostgresNIO PostgresData+UUID.swift
[1843/1940] Compiling PostgresNIO PostgresData.swift
[1844/1940] Compiling PostgresNIO PostgresDataConvertible.swift
[1845/1940] Compiling PostgresNIO PostgresDataType.swift
[1846/1940] Compiling PostgresNIO PostgresRow.swift
[1847/1940] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1848/1940] Compiling PostgresNIO PostgresData+UInt.swift
[1849/1940] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1850/1940] Compiling PostgresNIO PostgresMessage+Bind.swift
[1851/1940] Compiling PostgresNIO PostgresMessage+Close.swift
[1852/1940] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1853/1940] Compiling PostgresNIO PostgresMessage+Describe.swift
[1854/1940] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1855/1940] Compiling PostgresNIO PostgresConnection.swift
[1856/1940] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1857/1940] Compiling PostgresNIO PostgresData+Array.swift
[1858/1940] Compiling PostgresNIO PostgresData+Bool.swift
[1859/1940] Compiling PostgresNIO PostgresData+Bytes.swift
[1860/1940] Compiling PostgresNIO PostgresData+Date.swift
[1861/1940] Compiling PostgresNIO PostgresData+Decimal.swift
[1862/1940] Compiling PostgresNIO PostgresData+Double.swift
[1870/1980] Emitting module Bridges
[1871/1980] Compiling Bridges EnumMigration.swift
[1872/1980] Compiling Bridges Extension.swift
[1873/1980] Compiling Bridges Function.swift
[1874/1980] Compiling Bridges Migration.swift
[1875/1980] Compiling Bridges PoolSource.swift
[1876/1985] Compiling PostgresNIO PostgresClientMetrics.swift
[1877/1985] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1878/1985] Compiling PostgresNIO PostgresDatabase+Query.swift
[1879/1985] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1880/1985] Compiling PostgresNIO PostgresDatabase.swift
[1881/1985] Compiling PostgresNIO PostgresRequest.swift
[1882/1985] Compiling PostgresNIO Exports.swift
[1883/1985] Compiling PostgresNIO NIOUtils.swift
[1884/1985] Compiling PostgresNIO PostgresError+Code.swift
[1885/1985] Compiling PostgresNIO PostgresError.swift
[1886/1985] Compiling PostgresNIO PostgresJSONDecoder.swift
[1887/1985] Compiling PostgresNIO PostgresJSONEncoder.swift
[1888/1985] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1889/1985] Compiling PostgresNIO SASLAuthenticationManager.swift
[1890/1985] Compiling Bridges AnyBridge.swift
[1891/1985] Compiling Bridges AnyBridgesObject.swift
[1892/1985] Compiling Bridges AnyDatabaseIdentifiable.swift
[1893/1985] Compiling Bridges AnyMigration.swift
[1894/1985] Compiling Bridges AutoCreateTableMigration.swift
[1895/1985] Compiling Bridges Bridgeable.swift
[1896/1985] Compiling Bridges BridgesApplication.swift
[1897/1985] Compiling Bridges BridgesRequest.swift
[1898/1985] Compiling Bridges ConnectionSource.swift
[1899/1985] Compiling Bridges ContextBridgeable.swift
[1900/1985] Compiling Bridges SchemaMigration.swift
[1901/1985] Compiling Bridges TableMigration.swift
[1902/1985] Compiling Bridges Trigger.swift
[1903/1985] Compiling Bridges View.swift
[1904/1985] Compiling Bridges Table.swift
[1905/1985] Compiling Bridges Bridges.swift
[1906/1985] Compiling Bridges BridgesError.swift
[1907/1985] Compiling Bridges BridgesRow.swift
[1908/1985] Compiling Bridges CreateEnumBuilder.swift
[1909/1985] Compiling Bridges DropEnumBuilder.swift
[1910/1985] Compiling Bridges UpdateEnumBuilder.swift
[1911/1985] Compiling Bridges Connection.swift
[1912/1985] Compiling Bridges DatabaseHost.swift
[1913/1985] Compiling Bridges DatabaseIdentifier.swift
[1914/1985] Compiling Bridges DatabaseMigrations.swift
[1915/1985] Compiling Bridges Enum.swift
[1916/1985] Compiling Bridges Exports.swift
[1917/1985] Compiling PostgresNIO BackendKeyData.swift
[1918/1985] Compiling PostgresNIO DataRow.swift
[1919/1985] Compiling PostgresNIO ErrorResponse.swift
[1920/1985] Compiling PostgresNIO NotificationResponse.swift
[1921/1985] Compiling PostgresNIO ParameterDescription.swift
[1922/1985] Compiling PostgresNIO ParameterStatus.swift
[1923/1985] Compiling PostgresNIO ReadyForQuery.swift
[1924/1985] Compiling PostgresNIO RowDescription.swift
[1925/1985] Compiling PostgresNIO NotificationListener.swift
[1926/1985] Compiling PostgresNIO PSQLError.swift
[1927/1985] Compiling PostgresNIO PSQLEventsHandler.swift
[1928/1985] Compiling PostgresNIO PSQLPreparedStatement.swift
[1929/1985] Compiling PostgresNIO PSQLRowStream.swift
[1930/1985] Compiling PostgresNIO PSQLTask.swift
[1931/1985] Compiling PostgresNIO Bool+PostgresCodable.swift
[1932/1985] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1933/1985] Compiling PostgresNIO Date+PostgresCodable.swift
[1934/1985] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1935/1985] Compiling PostgresNIO Float+PostgresCodable.swift
[1936/1985] Compiling PostgresNIO Int+PostgresCodable.swift
[1937/1985] Compiling PostgresNIO JSON+PostgresCodable.swift
[1938/1985] Compiling PostgresNIO Range+PostgresCodable.swift
[1939/1985] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1940/1985] Compiling PostgresNIO String+PostgresCodable.swift
[1941/1985] Compiling PostgresNIO UUID+PostgresCodable.swift
[1942/1985] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1943/1985] Compiling PostgresNIO Logging+PSQL.swift
[1944/1985] Compiling PostgresNIO Authentication.swift
[1945/1985] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1946/1985] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1947/1985] Compiling PostgresNIO PostgresMessage+Error.swift
[1948/1985] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1949/1985] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1950/1985] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1951/1985] Compiling PostgresNIO PostgresMessageType.swift
[1952/1985] Compiling PostgresNIO AuthenticationStateMachine.swift
[1953/1985] Compiling PostgresNIO CloseStateMachine.swift
[1954/1985] Compiling PostgresNIO ConnectionStateMachine.swift
[1955/1985] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1956/1985] Compiling PostgresNIO ListenStateMachine.swift
[1957/1985] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1958/1985] Compiling PostgresNIO RowStreamStateMachine.swift
[1959/1985] Compiling PostgresNIO Array+PostgresCodable.swift
[1960/1985] Compiling PostgresNIO PostgresBackendMessage.swift
[1961/1985] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1962/1985] Compiling PostgresNIO PostgresCell.swift
[1963/1985] Compiling PostgresNIO PostgresChannelHandler.swift
[1964/1985] Compiling PostgresNIO PostgresCodable.swift
[1965/1985] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1966/1985] Compiling PostgresNIO PostgresNotificationSequence.swift
[1967/1985] Compiling PostgresNIO PostgresQuery.swift
[1968/1985] Compiling PostgresNIO PostgresRowSequence.swift
[1969/1985] Compiling PostgresNIO PostgresTransactionError.swift
[1970/1985] Compiling PostgresNIO PreparedStatement.swift
[1971/1985] Compiling PostgresNIO VariadicGenerics.swift
[1972/1985] Compiling PostgresNIO ConnectionFactory.swift
[1973/1985] Compiling PostgresNIO PostgresClient.swift
[1975/1986] Compiling Bridges DateFormatter.swift
[1976/1986] Compiling Bridges Table+AllColumns.swift
[1977/1986] Compiling Bridges TableDelete.swift
[1978/1986] Compiling Bridges TableInsert.swift
[1979/1986] Compiling Bridges TableUpdate.swift
[1980/1986] Compiling Bridges TableUpsert.swift
[1981/1986] Compiling Bridges Bridgeable+Transaction.swift
[1982/1986] Compiling Bridges Dictionary+SwifQLable.swift
[1983/1986] Compiling Bridges Encodable+SwifQLable.swift
[1984/1986] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[1985/1986] Compiling Bridges SwifQLable+Execute.swift
[1986/1986] Compiling Bridges Table+Conveniences.swift
[1988/2000] Compiling PostgresBridge PostgresMigration.swift
[1989/2001] Compiling PostgresBridge PostgresConnection+Bridge.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/PostgresConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
 9 | import NIO
10 |
11 | extension PostgresConnection: BridgeConnection {
   | |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var dialect: SQLDialect { .psql }
13 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
 9 | import Bridges
10 |
11 | extension PostgresRow: BridgesRow {
   | |- warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func decode<D>(model type: D.Type, prefix: String?) throws -> D where D : Decodable {
13 |         try sql().decode(model: type, prefix: prefix)
[1990/2001] Compiling PostgresBridge Row+Decode.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/PostgresConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
 9 | import NIO
10 |
11 | extension PostgresConnection: BridgeConnection {
   | |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var dialect: SQLDialect { .psql }
13 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
 9 | import Bridges
10 |
11 | extension PostgresRow: BridgesRow {
   | |- warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func decode<D>(model type: D.Type, prefix: String?) throws -> D where D : Decodable {
13 |         try sql().decode(model: type, prefix: prefix)
[1991/2001] Compiling PostgresBridge SwifQLable+Execute.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:84:9: warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
 82 |
 83 | private struct _ConnectionPoolPostgresDatabase {
 84 |     let pool: EventLoopConnectionPool<PostgresConnectionSource>
    |         `- warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
 85 |     let logger: Logger
 86 | }
/host/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift:22:20: note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
 20 | ///         // use conn
 21 | ///     }
 22 | public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolSource {
    |                    `- note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
 23 |     private typealias WaitlistItem = (logger: Logger, promise: EventLoopPromise<Source.Connection>, timeoutTask: Scheduled<Void>)
 24 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
  1 | import NIO
  2 | import PostgresNIO
  3 | import AsyncKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
  4 | import Bridges
  5 | import Logging
[1992/2001] Compiling PostgresBridge PostgresBridge.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:84:9: warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
 82 |
 83 | private struct _ConnectionPoolPostgresDatabase {
 84 |     let pool: EventLoopConnectionPool<PostgresConnectionSource>
    |         `- warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
 85 |     let logger: Logger
 86 | }
/host/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift:22:20: note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
 20 | ///         // use conn
 21 | ///     }
 22 | public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolSource {
    |                    `- note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
 23 |     private typealias WaitlistItem = (logger: Logger, promise: EventLoopPromise<Source.Connection>, timeoutTask: Scheduled<Void>)
 24 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
  1 | import NIO
  2 | import PostgresNIO
  3 | import AsyncKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
  4 | import Bridges
  5 | import Logging
[1993/2001] Compiling PostgresBridge Exports.swift
[1994/2001] Compiling PostgresBridge Bridges+Application.swift
[1995/2001] Emitting module PostgresBridge
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/PostgresConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
 9 | import NIO
10 |
11 | extension PostgresConnection: BridgeConnection {
   | |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var dialect: SQLDialect { .psql }
13 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
 9 | import Bridges
10 |
11 | extension PostgresRow: BridgesRow {
   | |- warning: extension declares a conformance of imported type 'PostgresRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public func decode<D>(model type: D.Type, prefix: String?) throws -> D where D : Decodable {
13 |         try sql().decode(model: type, prefix: prefix)
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:84:9: warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
 82 |
 83 | private struct _ConnectionPoolPostgresDatabase {
 84 |     let pool: EventLoopConnectionPool<PostgresConnectionSource>
    |         `- warning: stored property 'pool' of 'Sendable'-conforming struct '_ConnectionPoolPostgresDatabase' has non-sendable type 'EventLoopConnectionPool<PostgresConnectionSource>'; this is an error in the Swift 6 language mode
 85 |     let logger: Logger
 86 | }
/host/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift:22:20: note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
 20 | ///         // use conn
 21 | ///     }
 22 | public final class EventLoopConnectionPool<Source> where Source: ConnectionPoolSource {
    |                    `- note: generic class 'EventLoopConnectionPool' does not conform to the 'Sendable' protocol
 23 |     private typealias WaitlistItem = (logger: Logger, promise: EventLoopPromise<Source.Connection>, timeoutTask: Scheduled<Void>)
 24 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresBridge.swift:3:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
  1 | import NIO
  2 | import PostgresNIO
  3 | import AsyncKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncKit'
  4 | import Bridges
  5 | import Logging
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
35 | }
36 |
37 | extension PostgresConnection: ConnectionPoolItem {}
   | |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |
[1996/2001] Compiling PostgresBridge DatabaseHost+Initialization.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:22:138: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
20 |             sslRequired = ["1", "true", "require"].contains(tls.lowercased())
21 |         }
22 |         return .init(hostname: host, port: port ?? 5432, username: user, password: pwd, tlsConfiguration: sslRequired ? TLSConfiguration.forClient() : nil)
   |                                                                                                                                          |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
   |                                                                                                                                          `- note: use 'makeClientConfiguration()' instead
23 |     }
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:44:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
42 |         let tlsConfiguration: TLSConfiguration?
43 |         if url.query?.contains("ssl=true") == true || url.query?.contains("sslmode=require") == true {
44 |             tlsConfiguration = TLSConfiguration.forClient()
   |                                                 |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
   |                                                 `- note: use 'makeClientConfiguration()' instead
45 |         } else {
46 |             tlsConfiguration = nil
[1997/2001] Compiling PostgresBridge DatabaseIdentifier+Initialization.swift
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:22:138: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
20 |             sslRequired = ["1", "true", "require"].contains(tls.lowercased())
21 |         }
22 |         return .init(hostname: host, port: port ?? 5432, username: user, password: pwd, tlsConfiguration: sslRequired ? TLSConfiguration.forClient() : nil)
   |                                                                                                                                          |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
   |                                                                                                                                          `- note: use 'makeClientConfiguration()' instead
23 |     }
24 |
/host/spi-builder-workspace/Sources/PostgresBridge/Extensions/DatabaseHost+Initialization.swift:44:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
42 |         let tlsConfiguration: TLSConfiguration?
43 |         if url.query?.contains("ssl=true") == true || url.query?.contains("sslmode=require") == true {
44 |             tlsConfiguration = TLSConfiguration.forClient()
   |                                                 |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
   |                                                 `- note: use 'makeClientConfiguration()' instead
45 |         } else {
46 |             tlsConfiguration = nil
[1998/2001] Compiling PostgresBridge PostgresRow+SQL.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:26:18: warning: 'rowDescription' is deprecated: Will be removed from public API.
24 |
25 |     var allColumns: [String] {
26 |         self.row.rowDescription.fields.map { $0.name }
   |                  `- warning: 'rowDescription' is deprecated: Will be removed from public API.
27 |     }
28 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:30:18: warning: 'rowDescription' is deprecated: Will be removed from public API.
28 |
29 |     func contains(column: String) -> Bool {
30 |         self.row.rowDescription.fields
   |                  `- warning: 'rowDescription' is deprecated: Will be removed from public API.
31 |             .contains { $0.name == column }
32 |     }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:35:18: warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
33 |
34 |     func decodeNil(column: String) throws -> Bool {
35 |         self.row.column(column)?.value == nil
   |                  `- warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
36 |     }
37 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresRow+SQL.swift:39:35: warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
37 |
38 |     func decode<D>(column: String, as type: D.Type) throws -> D where D : Decodable {
39 |         guard let data = self.row.column(column) else {
   |                                   `- warning: 'column' is deprecated: This call is O(n) where n is the number of cells in the row. For random access to cells
in a row create a PostgresRandomAccessRow from the row first and use its subscript
methods. (see `makeRandomAccess()`)
40 |             throw _Error.missingColumn(column)
41 |         }
[1999/2001] Compiling PostgresBridge PostgresConnectionSource.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
35 | }
36 |
37 | extension PostgresConnection: ConnectionPoolItem {}
   | |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:18:35: warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
16 |             return eventLoop.makeFailedFuture(error)
17 |         }
18 |         return PostgresConnection.connect(
   |                                   |- warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
   |                                   `- note: use 'connect(on:configuration:id:logger:)' instead
19 |             to: address,
20 |             tlsConfiguration: self.db.host.tlsConfiguration,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:24:18: warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
22 |             on: eventLoop
23 |         ).flatMap { conn in
24 |             conn.authenticate(
   |                  |- warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
   |                  `- note: use 'connect(on:configuration:id:logger:)' instead
25 |                 username: self.db.host.username,
26 |                 database: self.db.name,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:25:27: warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
 2 | import Bridges
 3 |
 4 | public struct PostgresConnectionSource: BridgesPoolSource {
   |               `- note: consider making struct 'PostgresConnectionSource' conform to the 'Sendable' protocol
 5 |     public let db: DatabaseIdentifier
 6 |
   :
23 |         ).flatMap { conn in
24 |             conn.authenticate(
25 |                 username: self.db.host.username,
   |                           `- warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
26 |                 database: self.db.name,
27 |                 password: self.db.host.password,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:107:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
105 |                 throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
106 |                     codingPath: columns.map { PostgresCodingKey($0) },
107 |                     debugDescription: "Could not convert to \(T.self): \(data)"
    |                                                                         `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
108 |                 ))
109 |             }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:112:41: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
110 |             return value as! T
111 |         }
112 |         if let convertible = T.self as? PostgresDataConvertible.Type {
    |                                         `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
113 |             guard let value = convertible.init(postgresData: data) else {
114 |                 throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:116:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
114 |                 throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
115 |                     codingPath: columns.map { PostgresCodingKey($0) },
116 |                     debugDescription: "Could not convert to \(T.self): \(data)"
    |                                                                         `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
117 |                 ))
118 |             }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:248:45: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
246 |
247 |         func decode<T>(_ type: T.Type) throws -> T where T : Decodable {
248 |             if let convertible = T.self as? PostgresDataConvertible.Type {
    |                                             `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
249 |                 guard let value = convertible.init(postgresData: data) else {
250 |                     throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:252:77: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
250 |                     throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
251 |                         codingPath: [],
252 |                         debugDescription: "Could not convert to \(T.self): \(data)"
    |                                                                             `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
253 |                     ))
254 |                 }
[2000/2001] Compiling PostgresBridge PostgresDataDecoder.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
35 | }
36 |
37 | extension PostgresConnection: ConnectionPoolItem {}
   | |- warning: extension declares a conformance of imported type 'PostgresConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'PostgresNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:18:35: warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
16 |             return eventLoop.makeFailedFuture(error)
17 |         }
18 |         return PostgresConnection.connect(
   |                                   |- warning: 'connect(to:tlsConfiguration:serverHostname:logger:on:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
   |                                   `- note: use 'connect(on:configuration:id:logger:)' instead
19 |             to: address,
20 |             tlsConfiguration: self.db.host.tlsConfiguration,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:24:18: warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
22 |             on: eventLoop
23 |         ).flatMap { conn in
24 |             conn.authenticate(
   |                  |- warning: 'authenticate(username:database:password:logger:)' is deprecated: Use the new connect method that allows you to connect and authenticate in a single step
   |                  `- note: use 'connect(on:configuration:id:logger:)' instead
25 |                 username: self.db.host.username,
26 |                 database: self.db.name,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresConnectionSource.swift:25:27: warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
 2 | import Bridges
 3 |
 4 | public struct PostgresConnectionSource: BridgesPoolSource {
   |               `- note: consider making struct 'PostgresConnectionSource' conform to the 'Sendable' protocol
 5 |     public let db: DatabaseIdentifier
 6 |
   :
23 |         ).flatMap { conn in
24 |             conn.authenticate(
25 |                 username: self.db.host.username,
   |                           `- warning: capture of 'self' with non-sendable type 'PostgresConnectionSource' in a '@Sendable' closure
26 |                 database: self.db.name,
27 |                 password: self.db.host.password,
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:107:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
105 |                 throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
106 |                     codingPath: columns.map { PostgresCodingKey($0) },
107 |                     debugDescription: "Could not convert to \(T.self): \(data)"
    |                                                                         `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
108 |                 ))
109 |             }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:112:41: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
110 |             return value as! T
111 |         }
112 |         if let convertible = T.self as? PostgresDataConvertible.Type {
    |                                         `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
113 |             guard let value = convertible.init(postgresData: data) else {
114 |                 throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:116:73: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
114 |                 throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
115 |                     codingPath: columns.map { PostgresCodingKey($0) },
116 |                     debugDescription: "Could not convert to \(T.self): \(data)"
    |                                                                         `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
117 |                 ))
118 |             }
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:248:45: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
246 |
247 |         func decode<T>(_ type: T.Type) throws -> T where T : Decodable {
248 |             if let convertible = T.self as? PostgresDataConvertible.Type {
    |                                             `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
249 |                 guard let value = convertible.init(postgresData: data) else {
250 |                     throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataDecoder.swift:252:77: warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
250 |                     throw DecodingError.typeMismatch(T.self, DecodingError.Context.init(
251 |                         codingPath: [],
252 |                         debugDescription: "Could not convert to \(T.self): \(data)"
    |                                                                             `- warning: conformance of 'PostgresData' to 'CustomStringConvertible' is deprecated: Deprecating conformance to `CustomStringConvertible` as a first step of deprecating `PostgresData`. Please use `PostgresBindings` or `PostgresCell` instead.
253 |                     ))
254 |                 }
[2001/2001] Compiling PostgresBridge PostgresDataEncoder.swift
/host/spi-builder-workspace/Sources/PostgresBridge/PostgresDataEncoder.swift:15:35: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 13 |
 14 |     public func encode(_ value: Encodable) throws -> PostgresData {
 15 |         if let custom = value as? PostgresDataConvertible {
    |                                   `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 16 |             return custom.postgresData!
 17 |         } else {
Build complete! (292.51s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "bridges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifQL/Bridges.git"
    }
  ],
  "manifest_display_name" : "PostgresBridge",
  "name" : "PostgresBridge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PostgresBridge",
      "targets" : [
        "PostgresBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridgeTests",
      "path" : "Tests/PostgresBridgeTests",
      "sources" : [
        "PostgresBridgeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PostgresBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresBridge",
      "module_type" : "SwiftTarget",
      "name" : "PostgresBridge",
      "path" : "Sources/PostgresBridge",
      "product_dependencies" : [
        "PostgresNIO",
        "Bridges"
      ],
      "product_memberships" : [
        "PostgresBridge"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bridges+Application.swift",
        "Extensions/DatabaseHost+Initialization.swift",
        "Extensions/DatabaseIdentifier+Initialization.swift",
        "Extensions/PostgresConnection+Bridge.swift",
        "Extensions/Row+Decode.swift",
        "Extensions/SwifQLable+Execute.swift",
        "PostgresBridge.swift",
        "PostgresConnectionSource.swift",
        "PostgresDataDecoder.swift",
        "PostgresDataEncoder.swift",
        "PostgresMigration.swift",
        "PostgresRow+SQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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.