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 postgres-kit, reference main (2fc0af), with Swift 6.1 for Linux on 21 Nov 2025 18:13:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/postgres-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2fc0afb Bump actions/checkout from 5 to 6 in the dependencies group (#276)
Cloned https://github.com/vapor/postgres-kit.git
Revision (git rev-parse @):
2fc0afb72de1c66e63b3b103c732612ef0396ee8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-kit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/postgres-kit.git
https://github.com/vapor/postgres-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "sql-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.33.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sql-kit.git"
    },
    {
      "identity" : "async-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/async-kit.git"
    }
  ],
  "manifest_display_name" : "postgres-kit",
  "name" : "postgres-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresKit",
      "targets" : [
        "PostgresKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresKitTests",
      "path" : "Tests/PostgresKitTests",
      "product_dependencies" : [
        "SQLKitBenchmark"
      ],
      "sources" : [
        "PostgresKitTests.swift",
        "SQLPostgresConfigurationTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "PostgresKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresKit",
      "module_type" : "SwiftTarget",
      "name" : "PostgresKit",
      "path" : "Sources/PostgresKit",
      "product_dependencies" : [
        "AsyncKit",
        "PostgresNIO",
        "SQLKit"
      ],
      "product_memberships" : [
        "PostgresKit"
      ],
      "sources" : [
        "ConnectionPool+Postgres.swift",
        "Deprecations/PostgresColumnType.swift",
        "Deprecations/PostgresConfiguration.swift",
        "Deprecations/PostgresConnectionSource+PostgresConfiguration.swift",
        "Deprecations/PostgresDataDecoder.swift",
        "Deprecations/PostgresDataEncoder.swift",
        "Deprecations/PostgresDatabase+SQL+Deprecated.swift",
        "Exports.swift",
        "PostgresConnectionSource.swift",
        "PostgresDataTranslation.swift",
        "PostgresDatabase+SQL.swift",
        "PostgresDialect.swift",
        "PostgresRow+SQL.swift",
        "SQLPostgresConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2439] Fetching async-kit
[671/8532] Fetching async-kit, sql-kit
[7437/21433] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.86s)
[11599/15340] Fetching async-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (1.39s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.41s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (2.54s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/6029] Fetching swift-algorithms
[966/11096] Fetching swift-algorithms, swift-log
[5789/29410] Fetching swift-algorithms, swift-log, swift-collections
[13661/109848] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.63s)
Fetched https://github.com/apple/swift-collections.git from cache (2.69s)
[42312/86467] Fetching swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (10.71s)
Fetched https://github.com/apple/swift-nio.git from cache (10.92s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.2 (12.05s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.29.0 (1.14s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
[1/2487] Fetching swift-metrics
[2488/19940] Fetching swift-metrics, swift-crypto
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[3536/22508] Fetching swift-metrics, swift-crypto, swift-service-lifecycle
[6627/24328] Fetching swift-metrics, swift-crypto, swift-service-lifecycle, swift-atomics
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
[5059/21760] Fetching swift-metrics, swift-crypto, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
[4407/19940] Fetching swift-metrics, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (3.91s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-crypto.git from cache (4.07s)
[1/2809] Fetching swift-nio-transport-services
[2810/18097] Fetching swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
[1376/15288] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.84s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.13s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.0 (1.72s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.06s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5701] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (1.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (1.04s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.14s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (6.56s)
Fetching https://github.com/apple/swift-asn1.git
[17/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.72s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.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.4
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.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.7.1
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.36.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.21.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.25.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/823] Write sources
[25/823] Compiling CNIODarwin shim.c
[25/823] Write sources
[38/823] Compiling CNIOLinux liburing_shims.c
[39/823] Compiling CNIOWindows WSAStartup.c
[40/823] Compiling _NumericsShims _NumericsShims.c
[41/823] Compiling CNIOWindows shim.c
[42/823] Compiling _AtomicsShims.c
[43/823] Compiling CXKCPShims shims.c
[44/823] Compiling SimpleFIPS202.c
[45/823] Compiling KeccakSponge.c
[46/823] Compiling CNIOWASI CNIOWASI.c
[46/823] Compiling KeccakHash.c
[48/823] Compiling CNIOPosix event_loop_id.c
[49/823] Compiling CNIOLinux shim.c
[50/823] Compiling fiat_p256_adx_sqr.S
[51/823] Compiling fiat_curve25519_adx_mul.S
[52/823] Compiling fiat_p256_adx_mul.S
[53/823] Compiling fiat_curve25519_adx_square.S
[54/823] Write swift-version-24593BA9C3E375BF.txt
[55/823] Compiling KeccakP-1600-opt64.c
[56/823] Compiling CNIOBoringSSLShims shims.c
[57/829] Compiling tls_record.cc
[58/829] Compiling tls_method.cc
[59/829] Compiling tls13_server.cc
[60/829] Compiling tls13_client.cc
[61/829] Compiling tls13_enc.cc
[62/829] Compiling tls13_both.cc
[64/884] Emitting module CoreMetrics
[65/884] Compiling ConcurrencyHelpers LockedValueBox.swift
[66/884] Emitting module RealModule
[67/884] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/884] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/885] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[70/885] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/885] Emitting module _NIOBase64
[72/885] Compiling _NIOBase64 Base64.swift
[73/885] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/885] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/887] Compiling InternalCollectionsUtilities Debugging.swift
[76/887] Compiling InternalCollectionsUtilities Descriptions.swift
[77/887] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[78/887] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/888] Compiling Logging LogHandler.swift
[80/888] Emitting module InternalCollectionsUtilities
[81/888] Compiling RealModule RealFunctions.swift
[82/888] Compiling RealModule Float80+Real.swift
[83/888] Compiling RealModule Float16+Real.swift
[84/888] Compiling RealModule Real.swift
[85/888] Compiling CoreMetrics Metrics.swift
[87/888] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/888] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/888] Compiling InternalCollectionsUtilities Integer rank.swift
[97/888] Compiling _NIODataStructures _TinyArray.swift
[98/888] Compiling _NIODataStructures PriorityQueue.swift
[99/888] Compiling RealModule RelaxedArithmetic.swift
[105/891] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[106/891] Compiling SwiftASN1 DER.swift
[110/910] Compiling Atomics RawRepresentable.swift
[111/910] Compiling Atomics AtomicBool.swift
[112/935] Compiling Algorithms FirstNonNil.swift
[113/935] Compiling Algorithms Joined.swift
[114/937] Compiling Algorithms Split.swift
[115/937] Compiling Algorithms Stride.swift
[116/937] Compiling Algorithms Indexed.swift
[117/937] Compiling Algorithms Intersperse.swift
[118/937] Compiling Algorithms FlattenCollection.swift
[119/937] Compiling Algorithms Grouped.swift
[120/937] Emitting module Logging
[121/937] Compiling Logging Locks.swift
[122/937] Compiling Logging MetadataProvider.swift
[123/937] Compiling CoreMetrics Locks.swift
[124/937] Compiling Atomics IntegerOperations.swift
[125/937] Compiling Atomics Unmanaged extensions.swift
[126/937] Emitting module ConcurrencyHelpers
[127/938] Compiling ConcurrencyHelpers Lock.swift
[128/939] Emitting module _NIODataStructures
[129/939] Compiling _NIODataStructures Heap.swift
[130/940] Compiling Logging Logging.swift
[131/941] Compiling Algorithms Compacted.swift
[132/941] Compiling Algorithms Cycle.swift
[133/941] Compiling Algorithms EitherSequence.swift
[134/941] Compiling Algorithms Chain.swift
[135/941] Compiling Algorithms Chunked.swift
[136/941] Compiling Algorithms Combinations.swift
[149/1069] Compiling OrderedCollections _HashTable+Bucket.swift
[150/1069] Compiling OrderedCollections _HashTable+BucketIterator.swift
[151/1069] Compiling OrderedCollections _HashTable+Constants.swift
[152/1069] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[153/1072] Compiling OrderedCollections OrderedDictionary+Values.swift
[154/1072] Compiling OrderedCollections OrderedDictionary+Codable.swift
[155/1072] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[156/1072] Emitting module SwiftASN1
[158/1073] Compiling UnixSignals UnixSignal.swift
[159/1073] Emitting module UnixSignals
[160/1073] Compiling UnixSignals UnixSignalsSequence.swift
[161/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[162/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[163/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[164/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[165/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[166/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[167/1074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[168/1081] Compiling OrderedCollections _HashTable+Testing.swift
[169/1081] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[170/1081] Compiling OrderedCollections _HashTable.swift
[171/1081] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[172/1081] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[173/1081] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[174/1081] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[175/1081] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[176/1081] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[177/1081] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[179/1081] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[180/1081] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[181/1081] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[182/1081] Compiling OrderedCollections OrderedDictionary+Elements.swift
[183/1081] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[184/1081] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[184/1088] Compiling t1_enc.cc
[186/1088] Compiling HeapModule Heap+Descriptions.swift
[187/1119] Compiling HashTreeCollections _AncestorHashSlots.swift
[188/1119] Compiling HashTreeCollections _Bitmap.swift
[189/1119] Compiling HashTreeCollections _Bucket.swift
[190/1119] Compiling HashTreeCollections _Hash.swift
[191/1125] Compiling HashTreeCollections _HashNode+Storage.swift
[192/1125] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[193/1125] Compiling HashTreeCollections _HashNode+Structural filter.swift
[194/1125] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[195/1125] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[196/1125] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[197/1125] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[198/1125] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[199/1125] Compiling HashTreeCollections _HashNode+Structural merge.swift
[200/1125] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[201/1125] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[202/1125] Compiling HashTreeCollections _HashNode+Structural union.swift
[203/1125] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[204/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[205/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[206/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[207/1164] Compiling HashTreeCollections _HashNode+Builder.swift
[208/1164] Compiling HashTreeCollections _HashNode+Debugging.swift
[209/1164] Compiling HashTreeCollections _HashNode+Initializers.swift
[210/1164] Compiling HashTreeCollections _HashNode+Invariants.swift
[211/1164] Compiling HashTreeCollections _HashNode+Lookups.swift
[212/1164] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[213/1164] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[214/1164] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[215/1164] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[216/1164] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[217/1164] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[222/1164] Compiling HashTreeCollections _HashLevel.swift
[223/1179] Compiling HeapModule _HeapNode.swift
[227/1179] Compiling HeapModule Heap.swift
[228/1179] Compiling HeapModule Heap+Invariants.swift
[229/1179] Compiling HeapModule Heap+UnsafeHandle.swift
[230/1179] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[231/1179] Emitting module HeapModule
[232/1180] Compiling DequeModule _DequeBuffer.swift
[233/1180] Compiling DequeModule _DequeBufferHeader.swift
[235/1182] Compiling DequeModule Deque+Equatable.swift
[236/1182] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[237/1182] Compiling DequeModule Deque+CustomReflectable.swift
[238/1182] Compiling DequeModule Deque+Descriptions.swift
[239/1182] Compiling DequeModule Deque+Extras.swift
[240/1182] Compiling DequeModule Deque+Hashable.swift
[241/1182] Compiling HashTreeCollections TreeSet+Hashable.swift
[242/1182] Compiling HashTreeCollections TreeSet+Sendable.swift
[243/1182] Compiling HashTreeCollections TreeSet+Sequence.swift
[244/1182] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[245/1182] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[246/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[247/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[248/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[249/1182] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[250/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[252/1192] Compiling DequeModule Deque+Testing.swift
[253/1192] Compiling DequeModule Deque._Storage.swift
[254/1192] Compiling DequeModule Deque._UnsafeHandle.swift
[255/1192] Compiling DequeModule Deque+Codable.swift
[256/1192] Compiling DequeModule Deque+Collection.swift
[273/1201] Compiling DequeModule _DequeSlot.swift
[274/1201] Compiling DequeModule _UnsafeWrappedBuffer.swift
[275/1201] Compiling HashTreeCollections TreeDictionary+Keys.swift
[276/1201] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[277/1201] Compiling HashTreeCollections TreeDictionary+Merge.swift
[278/1201] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[279/1201] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[280/1201] Compiling HashTreeCollections TreeDictionary+Values.swift
[281/1201] Compiling HashTreeCollections TreeDictionary.swift
[282/1201] Compiling HashTreeCollections TreeSet+Codable.swift
[283/1201] Compiling HashTreeCollections TreeSet+Collection.swift
[284/1201] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[285/1201] Compiling HashTreeCollections TreeSet+Debugging.swift
[286/1201] Compiling HashTreeCollections TreeSet+Descriptions.swift
[287/1201] Compiling HashTreeCollections TreeSet+Equatable.swift
[288/1201] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[289/1201] Compiling HashTreeCollections TreeSet+Extras.swift
[290/1201] Compiling HashTreeCollections TreeSet+Filter.swift
[309/1201] Emitting module Atomics
[313/1202] Compiling DequeModule Deque.swift
[314/1202] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[315/1202] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[316/1202] Compiling HashTreeCollections TreeDictionary+Filter.swift
[317/1202] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[318/1202] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[335/1202] Compiling _RopeModule _CharacterRecognizer.swift
[336/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[337/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[338/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[339/1202] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[340/1202] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[341/1202] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[342/1202] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[343/1202] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[344/1202] Compiling HashTreeCollections TreeSet.swift
[345/1202] Emitting module DequeModule
[346/1203] Emitting module OrderedCollections
[349/1204] Emitting module Algorithms
[362/1220] Emitting module Metrics
[363/1220] Compiling Metrics Metrics.swift
[364/1221] Emitting module _RopeModule
[366/1221] Compiling _ConnectionPoolModule Max2Sequence.swift
[367/1221] Compiling _ConnectionPoolModule NIOLock.swift
[367/1222] Compiling ssl_x509.cc
[369/1222] Compiling _RopeModule Rope+Join.swift
[370/1222] Compiling _RopeModule Rope+MutatingForEach.swift
[371/1222] Compiling _RopeModule Rope+Remove.swift
[372/1222] Compiling _RopeModule Rope+RemoveSubrange.swift
[373/1222] Compiling _RopeModule Rope+Split.swift
[374/1222] Compiling _RopeModule Optional Utilities.swift
[375/1222] Compiling _RopeModule String Utilities.swift
[376/1222] Compiling _RopeModule String.Index+ABI.swift
[377/1222] Compiling ssl_versions.cc
[379/1222] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[380/1222] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[381/1222] Compiling _ConnectionPoolModule PoolStateMachine.swift
[404/1222] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[405/1222] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[406/1222] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[407/1222] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[408/1222] Compiling HashTreeCollections _HashNode.swift
[409/1222] Compiling HashTreeCollections _HashNodeHeader.swift
[410/1222] Compiling HashTreeCollections _HashSlot.swift
[411/1222] Compiling HashTreeCollections _HashStack.swift
[412/1222] Compiling _ConnectionPoolModule TinyFastSequence.swift
[442/1222] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[452/1222] Compiling _ConnectionPoolModule ConnectionPool.swift
[453/1222] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[454/1222] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[455/1222] Compiling _ConnectionPoolModule ConnectionLease.swift
[457/1223] Emitting module _ConnectionPoolModule
[457/1223] Compiling ssl_stat.cc
[458/1223] Compiling ssl_transcript.cc
[462/1223] Emitting module HashTreeCollections
[463/1224] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[464/1224] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[467/1224] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[468/1224] Compiling _ConnectionPoolModule ConnectionRequest.swift
[469/1225] Compiling ssl_session.cc
[471/1225] Compiling ssl_privkey.cc
[472/1225] Compiling ssl_file.cc
[473/1225] Compiling ssl_credential.cc
[474/1225] Compiling ssl_key_share.cc
[475/1225] Compiling ssl_lib.cc
[476/1225] Compiling ssl_cipher.cc
[477/1225] Compiling ssl_buffer.cc
[478/1225] Compiling ssl_cert.cc
[479/1225] Compiling ssl_asn1.cc
[480/1225] Compiling ssl_aead_ctx.cc
[481/1225] Compiling s3_pkt.cc
[482/1225] Compiling s3_lib.cc
[483/1225] Compiling s3_both.cc
[484/1225] Compiling handshake_client.cc
[485/1225] Compiling handshake_server.cc
[486/1225] Compiling handshake.cc
[487/1225] Compiling handoff.cc
[488/1225] Compiling encrypted_client_hello.cc
[489/1225] Compiling dtls_method.cc
[490/1225] Compiling dtls_record.cc
[491/1225] Compiling md5-x86_64-linux.S
[492/1225] Compiling md5-x86_64-apple.S
[493/1225] Compiling md5-586-linux.S
[494/1225] Compiling md5-586-apple.S
[495/1225] Compiling extensions.cc
[496/1225] Compiling chacha20_poly1305_x86_64-apple.S
[497/1225] Compiling chacha20_poly1305_armv8-win.S
[498/1225] Compiling chacha20_poly1305_x86_64-linux.S
[499/1225] Compiling chacha20_poly1305_armv8-linux.S
[500/1225] Compiling chacha20_poly1305_armv8-apple.S
[501/1225] Compiling chacha-x86_64-linux.S
[502/1225] Compiling chacha-x86_64-apple.S
[503/1225] Compiling err_data.cc
[504/1225] Compiling chacha-x86-linux.S
[505/1225] Compiling chacha-x86-apple.S
[506/1225] Compiling chacha-armv8-win.S
[507/1225] Compiling chacha-armv8-linux.S
[508/1225] Compiling chacha-armv8-apple.S
[509/1225] Compiling aes128gcmsiv-x86_64-linux.S
[510/1225] Compiling chacha-armv4-linux.S
[511/1225] Compiling aes128gcmsiv-x86_64-apple.S
[512/1225] Compiling x86_64-mont5-apple.S
[513/1225] Compiling x86_64-mont-linux.S
[514/1225] Compiling x86_64-mont5-linux.S
[515/1225] Compiling x86_64-mont-apple.S
[516/1225] Compiling x86-mont-linux.S
[517/1225] Compiling x86-mont-apple.S
[518/1225] Compiling vpaes-x86_64-linux.S
[519/1225] Compiling vpaes-x86-apple.S
[520/1225] Compiling vpaes-x86-linux.S
[521/1225] Compiling vpaes-x86_64-apple.S
[522/1225] Compiling vpaes-armv8-win.S
[523/1225] Compiling vpaes-armv8-linux.S
[524/1225] Compiling vpaes-armv8-apple.S
[525/1225] Compiling vpaes-armv7-linux.S
[526/1225] Compiling d1_srtp.cc
[527/1225] Compiling sha512-x86_64-apple.S
[528/1225] Compiling sha512-x86_64-linux.S
[529/1225] Compiling sha512-armv8-linux.S
[530/1225] Compiling sha512-armv8-win.S
[531/1225] Compiling bio_ssl.cc
[532/1225] Compiling sha512-586-linux.S
[533/1225] Compiling sha512-armv8-apple.S
[534/1225] Compiling sha512-armv4-linux.S
[535/1225] Compiling sha512-586-apple.S
[536/1225] Compiling sha256-x86_64-linux.S
[537/1225] Compiling sha256-armv8-linux.S
[538/1225] Compiling sha256-armv8-win.S
[539/1225] Compiling sha256-x86_64-apple.S
[540/1225] Compiling sha256-armv4-linux.S
[541/1225] Compiling sha256-armv8-apple.S
[542/1225] Compiling sha256-586-linux.S
[543/1225] Compiling sha256-586-apple.S
[544/1225] Compiling d1_pkt.cc
[545/1225] Compiling sha1-armv8-win.S
[546/1225] Compiling sha1-x86_64-linux.S
[547/1225] Compiling sha1-armv8-linux.S
[548/1225] Compiling sha1-x86_64-apple.S
[549/1225] Compiling sha1-armv8-apple.S
[550/1225] Compiling sha1-armv4-large-linux.S
[551/1225] Compiling sha1-586-linux.S
[552/1225] Compiling sha1-586-apple.S
[553/1225] Compiling rsaz-avx2-apple.S
[554/1225] Compiling rdrand-x86_64-apple.S
[555/1225] Compiling rdrand-x86_64-linux.S
[556/1225] Compiling p256_beeu-x86_64-asm-linux.S
[557/1225] Compiling rsaz-avx2-linux.S
[558/1225] Compiling p256_beeu-x86_64-asm-apple.S
[559/1225] Compiling p256_beeu-armv8-asm-win.S
[560/1225] Compiling p256_beeu-armv8-asm-linux.S
[561/1225] Compiling p256_beeu-armv8-asm-apple.S
[562/1225] Compiling d1_lib.cc
[563/1225] Compiling p256-x86_64-asm-apple.S
[564/1225] Compiling p256-armv8-asm-win.S
[565/1225] Compiling p256-armv8-asm-apple.S
[566/1225] Compiling ghashv8-armv8-win.S
[567/1225] Compiling p256-armv8-asm-linux.S
[568/1225] Compiling ghashv8-armv8-apple.S
[569/1225] Compiling p256-x86_64-asm-linux.S
[570/1225] Compiling ghash-x86_64-linux.S
[571/1225] Compiling ghashv8-armv8-linux.S
[572/1225] Compiling ghashv8-armv7-linux.S
[573/1225] Compiling ghash-x86-linux.S
[574/1225] Compiling ghash-x86_64-apple.S
[575/1225] Compiling ghash-x86-apple.S
[576/1225] Compiling ghash-ssse3-x86_64-linux.S
[577/1225] Compiling ghash-ssse3-x86_64-apple.S
[578/1225] Compiling ghash-ssse3-x86-linux.S
[579/1225] Compiling ghash-neon-armv8-apple.S
[580/1225] Compiling ghash-ssse3-x86-apple.S
[580/1225] Compiling ghash-neon-armv8-win.S
[582/1225] Compiling ghash-armv4-linux.S
[583/1225] Compiling ghash-neon-armv8-linux.S
[584/1225] Compiling bn-armv8-linux.S
[585/1225] Compiling co-586-apple.S
[585/1225] Compiling bsaes-armv7-linux.S
[587/1225] Compiling co-586-linux.S
[588/1225] Compiling bn-armv8-apple.S
[589/1225] Compiling bn-armv8-win.S
[590/1225] Compiling armv8-mont-win.S
[591/1225] Compiling bn-586-apple.S
[591/1225] Compiling bn-586-linux.S
[593/1225] Compiling armv8-mont-linux.S
[594/1225] Compiling armv4-mont-linux.S
[595/1225] Compiling aesv8-gcm-armv8-win.S
[596/1225] Compiling aesv8-gcm-armv8-apple.S
[596/1225] Compiling armv8-mont-apple.S
[598/1225] Compiling aesv8-gcm-armv8-linux.S
[599/1225] Compiling aesv8-armv8-win.S
[600/1225] Compiling aesv8-armv8-linux.S
[601/1225] Compiling aesv8-armv8-apple.S
[602/1225] Compiling aesv8-armv7-linux.S
[603/1225] Compiling aesni-x86_64-apple.S
[604/1225] Compiling aesni-x86-linux.S
[605/1225] Compiling aesni-x86_64-linux.S
[606/1225] Compiling aesni-x86-apple.S
[607/1225] Compiling aesni-gcm-x86_64-apple.S
[608/1225] Compiling aesni-gcm-x86_64-linux.S
[609/1225] Compiling aes-gcm-avx2-x86_64-linux.S
[610/1225] Compiling aes-gcm-avx2-x86_64-apple.S
[611/1225] Compiling aes-gcm-avx10-x86_64-apple.S
[612/1225] Compiling aes-gcm-avx10-x86_64-linux.S
[613/1225] Compiling d1_both.cc
[614/1225] Compiling x_x509a.cc
[615/1225] Compiling x_spki.cc
[616/1225] Compiling x_sig.cc
[617/1225] Compiling x_val.cc
[618/1225] Compiling x_x509.cc
[619/1225] Compiling x_pubkey.cc
[620/1225] Compiling x_req.cc
[621/1225] Compiling x_name.cc
[622/1225] Compiling x_exten.cc
[623/1225] Compiling x_algor.cc
[624/1225] Compiling x_attrib.cc
[625/1225] Compiling x509spki.cc
[626/1225] Compiling x_all.cc
[627/1225] Compiling x_crl.cc
[628/1225] Compiling x509name.cc
[629/1225] Compiling x509rset.cc
[630/1225] Compiling x509_vpm.cc
[631/1225] Compiling x509cset.cc
[632/1225] Compiling x509_txt.cc
[633/1225] Compiling x509_v3.cc
[634/1225] Compiling x509_vfy.cc
[635/1225] Compiling x509_trs.cc
[636/1225] Compiling x509_set.cc
[637/1225] Compiling x509_req.cc
[638/1225] Compiling x509_lu.cc
[639/1225] Compiling x509_def.cc
[640/1225] Compiling x509_obj.cc
[641/1225] Compiling x509_d2.cc
[642/1225] Compiling x509_ext.cc
[643/1225] Compiling x509_cmp.cc
[644/1225] Compiling x509.cc
[645/1225] Compiling x509_att.cc
[646/1225] Compiling v3_pmaps.cc
[647/1225] Compiling v3_utl.cc
[648/1225] Compiling v3_skey.cc
[649/1225] Compiling v3_prn.cc
[650/1225] Compiling v3_purp.cc
[651/1225] Compiling v3_pcons.cc
[652/1225] Compiling v3_ocsp.cc
[653/1225] Compiling v3_lib.cc
[654/1225] Compiling v3_int.cc
[655/1225] Compiling v3_ncons.cc
[656/1225] Compiling v3_genn.cc
[657/1225] Compiling v3_info.cc
[658/1225] Compiling v3_ia5.cc
[659/1225] Compiling v3_extku.cc
[660/1225] Compiling v3_enum.cc
[661/1225] Compiling v3_cpols.cc
[662/1225] Compiling v3_crld.cc
[663/1225] Compiling v3_conf.cc
[664/1225] Compiling v3_bitst.cc
[665/1225] Compiling v3_bcons.cc
[666/1225] Compiling v3_alt.cc
[667/1225] Compiling v3_akeya.cc
[668/1225] Compiling t_x509a.cc
[669/1225] Compiling v3_akey.cc
[670/1225] Compiling t_req.cc
[671/1225] Compiling t_x509.cc
[672/1225] Compiling t_crl.cc
[673/1225] Compiling rsa_pss.cc
[674/1225] Compiling i2d_pr.cc
[675/1225] Compiling policy.cc
[676/1225] Compiling name_print.cc
[677/1225] Compiling by_file.cc
[678/1225] Compiling by_dir.cc
[679/1225] Compiling asn1_gen.cc
[680/1225] Compiling pmbtoken.cc
[681/1225] Compiling algorithm.cc
[682/1225] Compiling a_verify.cc
[683/1225] Compiling thread_pthread.cc
[684/1225] Compiling thread_win.cc
[685/1225] Compiling a_sign.cc
[686/1225] Compiling a_digest.cc
[687/1225] Compiling thread_none.cc
[688/1225] Compiling voprf.cc
[689/1225] Compiling thread.cc
[690/1225] Compiling stack.cc
[691/1225] Compiling trust_token.cc
[692/1225] Compiling sha512.cc
[693/1225] Compiling siphash.cc
[694/1225] Compiling sha256.cc
[695/1225] Compiling slhdsa.cc
[696/1225] Compiling rsa_extra.cc
[697/1225] Compiling sha1.cc
[698/1225] Compiling rsa_print.cc
[699/1225] Compiling rc4.cc
[700/1225] Compiling spake2plus.cc
[701/1225] Compiling refcount.cc
[702/1225] Compiling rsa_crypt.cc
[703/1225] Compiling windows.cc
[704/1225] Compiling trusty.cc
[705/1225] Compiling rand.cc
[706/1225] Compiling passive.cc
[707/1225] Compiling rsa_asn1.cc
[708/1225] Compiling urandom.cc
[709/1225] Compiling ios.cc
[710/1225] Compiling poly1305_arm_asm.S
[711/1225] Compiling getentropy.cc
[712/1225] Compiling forkunsafe.cc
[713/1225] Compiling fork_detect.cc
[714/1225] Compiling deterministic.cc
[715/1225] Compiling poly1305_arm.cc
[716/1225] Compiling poly1305.cc
[717/1225] Compiling poly1305_vec.cc
[718/1225] Compiling pool.cc
[719/1225] Compiling pkcs8_x509.cc
[720/1225] Compiling pkcs7.cc
[721/1225] Compiling p5_pbev2.cc
[722/1225] Compiling pkcs7_x509.cc
[723/1225] Compiling pkcs8.cc
[724/1225] Compiling pem_xaux.cc
[725/1225] Compiling pem_x509.cc
[726/1225] Compiling pem_pkey.cc
[727/1225] Compiling obj.cc
[728/1225] Compiling pem_pk8.cc
[729/1225] Compiling pem_oth.cc
[730/1225] Compiling mldsa.cc
[731/1225] Compiling obj_xref.cc
[732/1225] Compiling pem_info.cc
[733/1225] Compiling pem_lib.cc
[734/1225] Compiling mlkem.cc
[735/1225] Compiling poly_rq_mul.S
[736/1225] Compiling md5.cc
[737/1225] Compiling pem_all.cc
[738/1225] Compiling md4.cc
[739/1225] Compiling fips_shared_support.cc
[740/1225] Compiling mem.cc
[741/1225] Compiling lhash.cc
[742/1225] Compiling kyber.cc
[743/1225] Compiling hrss.cc
[744/1225] Compiling ex_data.cc
[745/1225] Compiling sign.cc
[746/1225] Compiling scrypt.cc
[747/1225] Compiling print.cc
[748/1225] Compiling hpke.cc
[749/1225] Compiling pbkdf.cc
[750/1225] Compiling p_x25519.cc
[751/1225] Compiling p_x25519_asn1.cc
[752/1225] Compiling p_rsa_asn1.cc
[753/1225] Compiling p_rsa.cc
[754/1225] Compiling p_ed25519.cc
[755/1225] Compiling p_hkdf.cc
[756/1225] Compiling p_ec_asn1.cc
[757/1225] Compiling p_ed25519_asn1.cc
[758/1225] Compiling p_dh_asn1.cc
[759/1225] Compiling p_dh.cc
[760/1225] Compiling p_ec.cc
[761/1225] Compiling evp_ctx.cc
[762/1225] Compiling evp.cc
[763/1225] Compiling p_dsa_asn1.cc
[764/1225] Compiling err.cc
[765/1225] Compiling engine.cc
[766/1225] Compiling ecdh.cc
[767/1225] Compiling evp_asn1.cc
[768/1225] Compiling ec_derive.cc
[769/1225] Compiling ecdsa_asn1.cc
[770/1225] Compiling hash_to_curve.cc
[771/1225] Compiling dsa.cc
[772/1225] Compiling params.cc
[773/1225] Compiling dsa_asn1.cc
[774/1225] Compiling ec_asn1.cc
[775/1225] Compiling x25519-asm-arm.S
[776/1225] Compiling des.cc
[777/1225] Compiling digest_extra.cc
[778/1225] Compiling dh_asn1.cc
[779/1225] Compiling spake25519.cc
[780/1225] Compiling cpu_intel.cc
[781/1225] Compiling crypto.cc
[782/1225] Compiling curve25519.cc
[783/1225] Compiling cpu_aarch64_win.cc
[784/1225] Compiling cpu_arm_freebsd.cc
[785/1225] Compiling cpu_arm_linux.cc
[786/1225] Compiling cpu_aarch64_sysreg.cc
[787/1225] Compiling cpu_aarch64_openbsd.cc
[788/1225] Compiling cpu_aarch64_linux.cc
[789/1225] Compiling cpu_aarch64_fuchsia.cc
[790/1225] Compiling cpu_aarch64_apple.cc
[791/1225] Compiling curve25519_64_adx.cc
[792/1225] Compiling bcm.cc
[793/1225] Compiling conf.cc
[794/1225] Compiling tls_cbc.cc
[795/1225] Compiling get_cipher.cc
[796/1225] Compiling e_tls.cc
[797/1225] Compiling e_rc4.cc
[798/1225] Compiling e_des.cc
[799/1225] Compiling e_rc2.cc
[800/1225] Compiling e_null.cc
[801/1225] Compiling e_chacha20poly1305.cc
[802/1225] Compiling e_aesgcmsiv.cc
[803/1225] Compiling e_aesctrhmac.cc
[804/1225] Compiling derive_key.cc
[805/1225] Compiling chacha.cc
[806/1225] Compiling unicode.cc
[807/1225] Compiling buf.cc
[808/1225] Compiling ber.cc
[809/1225] Compiling cbb.cc
[810/1225] Compiling cbs.cc
[811/1225] Compiling asn1_compat.cc
[812/1225] Compiling bn_asn1.cc
[813/1225] Compiling blake2.cc
[814/1225] Compiling convert.cc
[815/1225] Compiling socket_helper.cc
[816/1225] Compiling printf.cc
[816/1225] Compiling socket.cc
[818/1225] Compiling pair.cc
[819/1225] Compiling hexdump.cc
[820/1225] Compiling errno.cc
[821/1225] Compiling file.cc
[822/1225] Compiling fd.cc
[823/1225] Compiling connect.cc
[824/1225] Compiling base64.cc
[825/1225] Compiling bio_mem.cc
[826/1225] Compiling bio.cc
[827/1225] Compiling tasn_fre.cc
[828/1225] Compiling tasn_typ.cc
[829/1225] Compiling tasn_enc.cc
[830/1225] Compiling posix_time.cc
[831/1225] Compiling tasn_utl.cc
[832/1225] Compiling f_string.cc
[833/1225] Compiling tasn_new.cc
[834/1225] Compiling asn_pack.cc
[835/1225] Compiling f_int.cc
[836/1225] Compiling tasn_dec.cc
[837/1225] Compiling asn1_par.cc
[838/1225] Compiling a_octet.cc
[839/1225] Compiling a_type.cc
[840/1225] Compiling asn1_lib.cc
[841/1225] Compiling a_utctm.cc
[842/1225] Compiling a_time.cc
[843/1225] Compiling a_strnid.cc
[844/1225] Compiling a_strex.cc
[845/1225] Compiling a_object.cc
[846/1225] Compiling a_i2d_fp.cc
[847/1225] Compiling a_dup.cc
[848/1225] Compiling a_d2i_fp.cc
[849/1225] Compiling a_gentm.cc
[850/1225] Compiling a_mbstr.cc
[851/1225] Compiling fiat_p256_adx_sqr.S
[852/1225] Compiling fiat_p256_adx_mul.S
[853/1225] Compiling a_int.cc
[854/1225] Compiling fiat_curve25519_adx_square.S
[855/1225] Compiling fiat_curve25519_adx_mul.S
[856/1225] Compiling md5-x86_64-linux.S
[857/1225] Compiling md5-x86_64-apple.S
[858/1225] Compiling md5-586-linux.S
[859/1225] Compiling md5-586-apple.S
[860/1225] Compiling a_bitstr.cc
[861/1225] Compiling chacha20_poly1305_x86_64-apple.S
[862/1225] Compiling chacha20_poly1305_x86_64-linux.S
[863/1225] Compiling chacha20_poly1305_armv8-win.S
[864/1225] Compiling a_bool.cc
[865/1225] Compiling chacha20_poly1305_armv8-linux.S
[866/1225] Compiling chacha20_poly1305_armv8-apple.S
[867/1225] Compiling chacha-x86_64-linux.S
[868/1225] Compiling chacha-x86_64-apple.S
[869/1225] Compiling CCryptoBoringSSLShims shims.c
[869/1225] Compiling chacha-x86-linux.S
[871/1225] Compiling chacha-x86-apple.S
[872/1225] Compiling chacha-armv8-linux.S
[873/1225] Compiling chacha-armv8-apple.S
[874/1225] Compiling chacha-armv8-win.S
[875/1225] Compiling chacha-armv4-linux.S
[876/1225] Compiling x86_64-mont5-linux.S
[877/1225] Compiling aes128gcmsiv-x86_64-linux.S
[878/1225] Compiling x86_64-mont5-apple.S
[879/1225] Compiling aes128gcmsiv-x86_64-apple.S
[880/1225] Compiling x86_64-mont-linux.S
[881/1225] Compiling x86-mont-apple.S
[882/1225] Compiling x86-mont-linux.S
[883/1225] Compiling x86_64-mont-apple.S
[884/1225] Compiling vpaes-x86_64-apple.S
[885/1225] Compiling vpaes-x86_64-linux.S
[886/1225] Compiling err_data.cc
[887/1225] Compiling vpaes-x86-linux.S
[888/1225] Compiling vpaes-x86-apple.S
[889/1225] Compiling vpaes-armv8-linux.S
[890/1225] Compiling vpaes-armv8-win.S
[891/1225] Compiling vpaes-armv7-linux.S
[892/1225] Compiling vpaes-armv8-apple.S
[893/1225] Compiling sha512-x86_64-apple.S
[894/1225] Compiling sha512-armv8-win.S
[895/1225] Compiling sha512-x86_64-linux.S
[896/1225] Compiling sha512-armv8-apple.S
[897/1225] Compiling sha512-armv4-linux.S
[898/1225] Compiling sha512-armv8-linux.S
[899/1225] Compiling sha512-586-apple.S
[900/1225] Compiling sha512-586-linux.S
[901/1225] Compiling sha256-x86_64-apple.S
[902/1225] Compiling sha256-armv8-linux.S
[903/1225] Compiling sha256-armv8-win.S
[904/1225] Compiling sha256-armv8-apple.S
[905/1225] Compiling sha256-586-linux.S
[906/1225] Compiling sha256-x86_64-linux.S
[907/1225] Compiling sha256-armv4-linux.S
[908/1225] Compiling sha1-armv8-win.S
[909/1225] Compiling sha256-586-apple.S
[910/1225] Compiling sha1-armv8-apple.S
[911/1225] Compiling sha1-armv8-linux.S
[912/1225] Compiling sha1-x86_64-apple.S
[913/1225] Compiling sha1-x86_64-linux.S
[914/1225] Compiling sha1-586-linux.S
[915/1225] Compiling sha1-armv4-large-linux.S
[916/1225] Compiling rdrand-x86_64-linux.S
[917/1225] Compiling sha1-586-apple.S
[918/1225] Compiling rsaz-avx2-apple.S
[919/1225] Compiling p256_beeu-x86_64-asm-linux.S
[919/1225] Compiling rdrand-x86_64-apple.S
[921/1225] Compiling rsaz-avx2-linux.S
[922/1225] Compiling p256_beeu-x86_64-asm-apple.S
[923/1225] Compiling p256_beeu-armv8-asm-linux.S
[924/1225] Compiling p256_beeu-armv8-asm-win.S
[925/1225] Compiling p256_beeu-armv8-asm-apple.S
[926/1225] Compiling p256-x86_64-asm-linux.S
[927/1225] Compiling p256-armv8-asm-win.S
[928/1225] Compiling p256-x86_64-asm-apple.S
[928/1225] Compiling ghashv8-armv8-win.S
[930/1225] Compiling p256-armv8-asm-linux.S
[931/1225] Compiling p256-armv8-asm-apple.S
[932/1225] Compiling ghashv8-armv8-linux.S
[933/1225] Compiling ghashv8-armv8-apple.S
[934/1225] Compiling ghash-x86_64-apple.S
[935/1225] Compiling ghashv8-armv7-linux.S
[936/1225] Compiling ghash-x86_64-linux.S
[937/1225] Compiling ghash-x86-linux.S
[938/1225] Compiling ghash-x86-apple.S
[939/1225] Compiling ghash-ssse3-x86_64-linux.S
[940/1225] Compiling ghash-ssse3-x86_64-apple.S
[941/1225] Compiling ghash-ssse3-x86-apple.S
[942/1225] Compiling ghash-ssse3-x86-linux.S
[943/1225] Compiling ghash-neon-armv8-linux.S
[944/1225] Compiling ghash-neon-armv8-win.S
[945/1225] Compiling ghash-armv4-linux.S
[946/1225] Compiling ghash-neon-armv8-apple.S
[947/1225] Compiling co-586-linux.S
[948/1225] Compiling bn-armv8-win.S
[949/1225] Compiling bsaes-armv7-linux.S
[950/1225] Compiling co-586-apple.S
[951/1225] Compiling bn-armv8-apple.S
[952/1225] Compiling bn-armv8-linux.S
[953/1225] Compiling armv8-mont-win.S
[953/1225] Compiling bn-586-apple.S
[955/1225] Compiling bn-586-linux.S
[956/1225] Compiling armv8-mont-linux.S
[957/1225] Compiling armv8-mont-apple.S
[958/1225] Compiling armv4-mont-linux.S
[959/1225] Compiling aesv8-gcm-armv8-apple.S
[960/1225] Compiling aesv8-gcm-armv8-win.S
[961/1225] Compiling aesv8-armv8-win.S
[962/1225] Compiling aesv8-gcm-armv8-linux.S
[963/1225] Compiling aesv8-armv8-linux.S
[964/1225] Compiling aesv8-armv8-apple.S
[965/1225] Compiling aesv8-armv7-linux.S
[966/1225] Compiling aesni-x86_64-apple.S
[967/1225] Compiling aesni-x86-linux.S
[968/1225] Compiling aesni-x86_64-linux.S
[969/1225] Compiling aesni-x86-apple.S
[970/1225] Compiling aesni-gcm-x86_64-apple.S
[971/1225] Compiling aesni-gcm-x86_64-linux.S
[972/1225] Compiling aes-gcm-avx512-x86_64-linux.S
[973/1225] Compiling aes-gcm-avx512-x86_64-apple.S
[974/1225] Compiling aes-gcm-avx2-x86_64-linux.S
[975/1225] Compiling aes-gcm-avx2-x86_64-apple.S
[976/1225] Compiling xwing.cc
[977/1225] Compiling x_req.cc
[978/1225] Compiling x_sig.cc
[979/1225] Compiling x_spki.cc
[980/1225] Compiling x_x509a.cc
[981/1225] Compiling x_x509.cc
[982/1225] Compiling x_pubkey.cc
[983/1225] Compiling x_name.cc
[984/1225] Compiling x_exten.cc
[985/1225] Compiling x_crl.cc
[986/1225] Compiling c-nioatomics.c
[987/1225] Compiling x_attrib.cc
[988/1225] Compiling x_all.cc
[989/1225] Compiling x_algor.cc
[990/1225] Compiling x509spki.cc
[991/1225] Compiling x509rset.cc
[992/1225] Compiling x509name.cc
[993/1225] Compiling c-atomics.c
[994/1225] Compiling x509cset.cc
[995/1225] Compiling x509_vpm.cc
[996/1225] Compiling x509_vfy.cc
[997/1231] Compiling x509_txt.cc
[998/1231] Compiling x509_v3.cc
[999/1231] Compiling x509_set.cc
[1001/1231] Compiling NIOConcurrencyHelpers lock.swift
[1001/1231] Compiling x509_trs.cc
[1003/1231] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1004/1231] Emitting module NIOConcurrencyHelpers
[1005/1231] Compiling NIOConcurrencyHelpers atomics.swift
[1006/1231] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1007/1231] Compiling NIOConcurrencyHelpers NIOLock.swift
[1007/1232] Compiling x509_lu.cc
[1008/1232] Compiling x509_req.cc
[1009/1232] Compiling x509_obj.cc
[1011/1295] Compiling x509_def.cc
[1012/1295] Compiling x509_ext.cc
[1013/1295] Compiling x509_d2.cc
[1014/1295] Compiling x509_cmp.cc
[1015/1295] Compiling x509_att.cc
[1016/1295] Compiling x509.cc
[1017/1295] Compiling v3_utl.cc
[1018/1295] Compiling v3_prn.cc
[1019/1295] Compiling v3_skey.cc
[1020/1295] Compiling v3_purp.cc
[1022/1295] Compiling NIOCore NIOCoreSendableMetatype.swift
[1023/1295] Compiling NIOCore NIODecodedAsyncSequence.swift
[1024/1295] Compiling NIOCore NIOLoopBound.swift
[1025/1295] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1026/1295] Compiling NIOCore NIOScheduledCallback.swift
[1027/1295] Compiling NIOCore NIOSendable.swift
[1028/1295] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1029/1295] Compiling NIOCore RecvByteBufferAllocator.swift
[1029/1303] Compiling v3_pmaps.cc
[1030/1303] Compiling v3_pcons.cc
[1031/1303] Compiling v3_ocsp.cc
[1032/1303] Compiling v3_ncons.cc
[1033/1303] Compiling v3_int.cc
[1034/1303] Compiling v3_info.cc
[1035/1303] Compiling v3_lib.cc
[1037/1303] Compiling NIOCore IPProtocol.swift
[1038/1303] Compiling NIOCore IntegerBitPacking.swift
[1039/1303] Compiling NIOCore IntegerTypes.swift
[1040/1303] Compiling NIOCore Interfaces.swift
[1041/1303] Compiling NIOCore Linux.swift
[1042/1303] Compiling NIOCore MarkedCircularBuffer.swift
[1043/1303] Compiling NIOCore MulticastChannel.swift
[1044/1303] Compiling NIOCore NIOAny.swift
[1045/1303] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1045/1303] Compiling v3_extku.cc
[1047/1303] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1048/1303] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1049/1303] Compiling NIOCore EventLoopFuture.swift
[1050/1303] Compiling NIOCore FileDescriptor.swift
[1051/1303] Compiling NIOCore FileHandle.swift
[1052/1303] Compiling NIOCore FileRegion.swift
[1053/1303] Compiling NIOCore GlobalSingletons.swift
[1054/1303] Compiling NIOCore IO.swift
[1055/1303] Compiling NIOCore IOData.swift
[1055/1303] Compiling v3_ia5.cc
[1056/1303] Compiling v3_genn.cc
[1057/1303] Compiling v3_crld.cc
[1058/1303] Compiling v3_enum.cc
[1059/1303] Compiling v3_cpols.cc
[1060/1303] Compiling v3_conf.cc
[1061/1303] Compiling v3_bcons.cc
[1063/1303] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1064/1303] Compiling NIOCore SocketAddresses.swift
[1065/1303] Compiling NIOCore SocketOptionProvider.swift
[1066/1303] Compiling NIOCore SystemCallHelpers.swift
[1067/1303] Compiling NIOCore TimeAmount+Duration.swift
[1068/1303] Compiling NIOCore TypeAssistedChannelHandler.swift
[1069/1303] Compiling NIOCore UniversalBootstrapSupport.swift
[1070/1303] Compiling NIOCore Utilities.swift
[1070/1303] Compiling v3_bitst.cc
[1072/1303] Compiling NIOCore CircularBuffer.swift
[1073/1303] Compiling NIOCore Codec.swift
[1074/1303] Compiling NIOCore ConvenienceOptionSupport.swift
[1075/1303] Compiling NIOCore DeadChannel.swift
[1076/1303] Compiling NIOCore DispatchQueue+WithFuture.swift
[1077/1303] Compiling NIOCore EventLoop+Deprecated.swift
[1078/1303] Compiling NIOCore EventLoop+SerialExecutor.swift
[1079/1303] Compiling NIOCore EventLoop.swift
[1080/1303] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1080/1303] Compiling v3_alt.cc
[1081/1303] Compiling v3_akeya.cc
[1082/1303] Compiling v3_akey.cc
[1083/1303] Compiling t_x509a.cc
[1084/1303] Compiling name_print.cc
[1085/1303] Compiling t_x509.cc
[1086/1303] Compiling t_req.cc
[1087/1303] Compiling by_file.cc
[1088/1303] Compiling t_crl.cc
[1089/1303] Compiling i2d_pr.cc
[1090/1303] Compiling rsa_pss.cc
[1091/1303] Compiling policy.cc
[1092/1303] Compiling by_dir.cc
[1093/1303] Compiling asn1_gen.cc
[1094/1303] Compiling algorithm.cc
[1095/1303] Compiling a_sign.cc
[1096/1303] Compiling a_digest.cc
[1097/1303] Compiling voprf.cc
[1098/1303] Compiling a_verify.cc
[1099/1303] Compiling thread_win.cc
[1100/1303] Compiling pmbtoken.cc
[1101/1303] Compiling thread_none.cc
[1102/1303] Compiling thread.cc
[1103/1303] Compiling thread_pthread.cc
[1104/1303] Compiling stack.cc
[1105/1303] Compiling sha512.cc
[1106/1303] Compiling trust_token.cc
[1107/1303] Compiling sha256.cc
[1108/1303] Compiling sha1.cc
[1109/1303] Compiling spake2plus.cc
[1110/1303] Compiling siphash.cc
[1111/1303] Compiling slhdsa.cc
[1113/1303] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1114/1303] Compiling NIOCore BSDSocketAPI.swift
[1115/1303] Compiling NIOCore ByteBuffer-aux.swift
[1116/1303] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1117/1303] Compiling NIOCore ByteBuffer-conversions.swift
[1118/1303] Compiling NIOCore ByteBuffer-core.swift
[1119/1303] Compiling NIOCore ByteBuffer-hex.swift
[1120/1303] Compiling NIOCore ByteBuffer-int.swift
[1121/1303] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1122/1303] Compiling NIOCore ByteBuffer-multi-int.swift
[1123/1303] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1124/1303] Compiling NIOCore ByteBuffer-views.swift
[1125/1303] Compiling NIOCore Channel.swift
[1126/1303] Compiling NIOCore ChannelHandler.swift
[1127/1303] Compiling NIOCore ChannelHandlers.swift
[1128/1303] Compiling NIOCore ChannelInvoker.swift
[1129/1303] Compiling NIOCore ChannelOption.swift
[1130/1303] Compiling NIOCore ChannelPipeline.swift
[1131/1303] Compiling NIOCore AddressedEnvelope.swift
[1132/1303] Compiling NIOCore AsyncAwaitSupport.swift
[1133/1303] Compiling NIOCore AsyncChannel.swift
[1134/1303] Compiling NIOCore AsyncChannelHandler.swift
[1135/1303] Compiling NIOCore AsyncChannelInboundStream.swift
[1136/1303] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1137/1303] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1138/1303] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1139/1303] Compiling NIOCore NIOAsyncWriter.swift
[1139/1303] Compiling refcount.cc
[1140/1303] Compiling rc4.cc
[1141/1303] Compiling rsa_print.cc
[1142/1303] Compiling rsa_extra.cc
[1143/1303] Compiling rsa_crypt.cc
[1145/1303] Emitting module NIOCore
[1145/1304] Compiling windows.cc
[1147/1304] Compiling trusty.cc
[1148/1304] Compiling urandom.cc
[1149/1304] Compiling ios.cc
[1150/1304] Compiling rand.cc
[1151/1304] Compiling passive.cc
[1152/1304] Compiling forkunsafe.cc
[1153/1304] Compiling getentropy.cc
[1154/1308] Compiling poly1305_arm_asm.S
[1155/1308] Compiling fork_detect.cc
[1156/1344] Compiling rsa_asn1.cc
[1157/1358] Compiling deterministic.cc
[1158/1358] Compiling poly1305.cc
[1159/1358] Compiling poly1305_arm.cc
[1161/1358] Emitting module NIOEmbedded
[1161/1358] Compiling poly1305_vec.cc
[1162/1358] Compiling pool.cc
[1163/1358] Compiling pkcs7_x509.cc
[1164/1358] Compiling pkcs7.cc
[1165/1358] Compiling pkcs8.cc
[1166/1358] Compiling pkcs8_x509.cc
[1167/1358] Compiling p5_pbev2.cc
[1168/1358] Compiling pem_x509.cc
[1170/1358] Compiling NIOEmbedded AsyncTestingChannel.swift
[1171/1358] Compiling NIOPosix IO.swift
[1172/1358] Compiling NIOPosix IntegerBitPacking.swift
[1173/1358] Compiling NIOPosix IntegerTypes.swift
[1174/1358] Compiling NIOPosix Linux.swift
[1175/1358] Compiling NIOPosix LinuxCPUSet.swift
[1176/1358] Compiling NIOPosix LinuxUring.swift
[1177/1358] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1178/1358] Compiling NIOEmbedded Embedded.swift
[1179/1358] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1180/1365] Compiling pem_xaux.cc
[1181/1365] Compiling pem_pk8.cc
[1182/1365] Compiling pem_pkey.cc
[1183/1365] Compiling pem_info.cc
[1185/1365] Compiling NIOPosix Socket.swift
[1186/1365] Compiling NIOPosix SocketChannel.swift
[1187/1365] Compiling NIOPosix SocketProtocols.swift
[1188/1365] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1189/1365] Compiling NIOPosix System.swift
[1190/1365] Compiling NIOPosix Thread.swift
[1191/1365] Compiling NIOPosix ThreadPosix.swift
[1191/1365] Compiling mlkem.cc
[1193/1365] Compiling NIOPosix ThreadWindows.swift
[1194/1365] Compiling NIOPosix UnsafeTransfer.swift
[1195/1365] Compiling NIOPosix Utilities.swift
[1196/1365] Compiling NIOPosix VsockAddress.swift
[1197/1365] Compiling NIOPosix VsockChannelEvents.swift
[1198/1365] Compiling NIOPosix Windows.swift
[1198/1365] Compiling obj_xref.cc
[1199/1365] Compiling pem_oth.cc
[1200/1365] Compiling pem_all.cc
[1201/1365] Compiling pem_lib.cc
[1202/1365] Compiling mldsa.cc
[1203/1365] Compiling mem.cc
[1204/1365] Compiling lhash.cc
[1205/1365] Compiling md4.cc
[1206/1365] Compiling poly_rq_mul.S
[1207/1365] Compiling fips_shared_support.cc
[1208/1365] Compiling obj.cc
[1209/1365] Compiling hpke.cc
[1211/1365] Compiling NIOPosix SelectableEventLoop.swift
[1212/1365] Compiling NIOPosix SelectorEpoll.swift
[1213/1365] Compiling NIOPosix SelectorGeneric.swift
[1214/1365] Compiling NIOPosix SelectorKqueue.swift
[1215/1365] Compiling NIOPosix SelectorUring.swift
[1216/1365] Compiling NIOPosix SelectorWSAPoll.swift
[1217/1365] Compiling NIOPosix ServerSocket.swift
[1218/1365] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1219/1365] Compiling NIOPosix NIOThreadPool.swift
[1220/1365] Compiling NIOPosix NonBlockingFileIO.swift
[1221/1365] Compiling NIOPosix PendingDatagramWritesManager.swift
[1222/1365] Compiling NIOPosix PendingWritesManager.swift
[1223/1365] Compiling NIOPosix PipeChannel.swift
[1224/1365] Compiling NIOPosix PipePair.swift
[1225/1365] Compiling NIOPosix Pool.swift
[1226/1365] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1227/1365] Compiling NIOPosix PosixSingletons.swift
[1228/1365] Compiling NIOPosix RawSocketBootstrap.swift
[1229/1365] Compiling NIOPosix Resolver.swift
[1230/1365] Compiling NIOPosix Selectable.swift
[1231/1365] Compiling NIOPosix SelectableChannel.swift
[1231/1365] Compiling md5.cc
[1232/1365] Compiling kyber.cc
[1233/1365] Compiling fuzzer_mode.cc
[1235/1365] Emitting module NIOPosix
[1235/1365] Compiling scrypt.cc
[1236/1365] Compiling ex_data.cc
[1237/1365] Compiling hrss.cc
[1238/1365] Compiling pbkdf.cc
[1239/1365] Compiling sign.cc
[1240/1365] Compiling print.cc
[1241/1365] Compiling p_x25519_asn1.cc
[1243/1365] Compiling NIOPosix BSDSocketAPICommon.swift
[1244/1365] Compiling NIOPosix BSDSocketAPIPosix.swift
[1245/1365] Compiling NIOPosix BSDSocketAPIWindows.swift
[1246/1365] Compiling NIOPosix BaseSocket.swift
[1247/1365] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1248/1365] Compiling NIOPosix BaseSocketChannel.swift
[1249/1365] Compiling NIOPosix BaseStreamSocketChannel.swift
[1250/1365] Compiling NIOPosix Bootstrap.swift
[1251/1365] Compiling NIOPosix ControlMessage.swift
[1252/1365] Compiling NIOPosix DatagramVectorReadManager.swift
[1253/1365] Compiling NIOPosix Errors+Any.swift
[1254/1365] Compiling NIOPosix FileDescriptor.swift
[1255/1365] Compiling NIOPosix GetaddrinfoResolver.swift
[1256/1365] Compiling NIOPosix HappyEyeballs.swift
[1256/1365] Compiling p_x25519.cc
[1257/1365] Compiling p_hkdf.cc
[1258/1366] Compiling p_rsa_asn1.cc
[1260/1366] Compiling p_rsa.cc
[1261/1366] Compiling p_ed25519_asn1.cc
[1263/1368] Compiling NIO Exports.swift
[1264/1368] Emitting module NIO
[1264/1368] Compiling p_ec.cc
[1265/1369] Compiling p_ed25519.cc
[1267/1369] Compiling p_dsa_asn1.cc
[1268/1369] Compiling p_dh.cc
[1269/1369] Compiling p_dh_asn1.cc
[1270/1369] Compiling p_ec_asn1.cc
[1272/1380] Compiling NIOTLS TLSEvents.swift
[1273/1380] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1273/1380] Compiling evp_ctx.cc
[1275/1380] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1275/1380] Compiling evp.cc
[1276/1380] Compiling engine.cc
[1277/1380] Compiling err.cc
[1279/1380] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1280/1380] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1281/1380] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1282/1380] Emitting module NIOTLS
[1283/1380] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1284/1380] Compiling NIOTLS SNIHandler.swift
[1285/1381] Compiling ecdh.cc
[1286/1381] Compiling ecdsa_p1363.cc
[1287/1381] Compiling evp_asn1.cc
[1288/1381] Compiling ecdsa_asn1.cc
[1289/1381] Compiling hash_to_curve.cc
[1291/1381] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1292/1381] Emitting module NIOFoundationCompat
[1293/1411] Compiling dsa.cc
[1294/1411] Compiling ec_derive.cc
[1295/1411] Compiling params.cc
[1296/1411] Compiling digest_extra.cc
[1297/1433] Compiling dsa_asn1.cc
[1298/1433] Compiling ec_asn1.cc
[1299/1433] Compiling des.cc
[1301/1433] Compiling NIOTransportServices StateManagedChannel.swift
[1302/1433] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1303/1433] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1304/1433] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1305/1433] Compiling NIOTransportServices NIOTSSingletons.swift
[1306/1433] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1307/1435] Compiling NIOTransportServices NIOTSBootstraps.swift
[1308/1435] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1309/1435] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1310/1435] Compiling NIOTransportServices AcceptHandler.swift
[1311/1435] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1312/1435] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1313/1435] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1314/1435] Compiling NIOTransportServices NIOTSErrors.swift
[1315/1435] Compiling NIOTransportServices NIOTSEventLoop.swift
[1316/1435] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1317/1435] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1318/1435] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1318/1435] Compiling x25519-asm-arm.S
[1320/1435] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1321/1435] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1322/1435] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1323/1435] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1324/1435] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1325/1435] Emitting module NIOTransportServices
[1325/1436] Compiling dh_asn1.cc
[1327/1436] Compiling crypto.cc
[1328/1436] Compiling curve25519.cc
[1329/1436] Compiling spake25519.cc
[1330/1436] Compiling curve25519_64_adx.cc
[1331/1436] Compiling cpu_arm_freebsd.cc
[1332/1436] Compiling cpu_intel.cc
[1333/1436] Compiling cpu_aarch64_win.cc
[1334/1436] Compiling cpu_arm_linux.cc
[1335/1436] Compiling cpu_aarch64_openbsd.cc
[1336/1436] Compiling cpu_aarch64_sysreg.cc
[1341/1436] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1342/1440] Emitting module NIOSSL
[1342/1440] Compiling cpu_aarch64_fuchsia.cc
[1343/1440] Compiling cpu_aarch64_linux.cc
[1344/1440] Compiling cpu_aarch64_apple.cc
[1345/1440] Compiling tls_cbc.cc
[1346/1440] Compiling conf.cc
[1347/1440] Compiling get_cipher.cc
[1349/1440] Compiling NIOSSL SubjectAlternativeName.swift
[1350/1440] Compiling NIOSSL NIOSSLSecureBytes.swift
[1351/1440] Compiling NIOSSL RNG.swift
[1352/1440] Compiling NIOSSL SafeCompare.swift
[1360/1440] Compiling e_tls.cc
[1361/1440] Compiling e_rc4.cc
[1362/1440] Compiling cms.cc
[1363/1440] Compiling e_rc2.cc
[1364/1440] Compiling e_des.cc
[1365/1440] Compiling e_null.cc
[1378/1440] Compiling derive_key.cc
[1379/1440] Compiling e_aeseax.cc
[1381/1440] Compiling NIOSSL Zeroization.swift
[1382/1440] Compiling NIOSSL TLSConfiguration.swift
[1383/1440] Compiling NIOSSL UniversalBootstrapSupport.swift
[1384/1440] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1384/1441] Compiling chacha.cc
[1385/1441] Compiling e_chacha20poly1305.cc
[1387/1441] Compiling e_aesctrhmac.cc
[1388/1441] Compiling e_aesgcmsiv.cc
[1389/1441] Compiling unicode.cc
[1390/1441] Compiling cbb.cc
[1391/1441] Compiling buf.cc
[1392/1441] Compiling sqrt.cc
[1393/1441] Compiling ber.cc
[1394/1441] Compiling cbs.cc
[1395/1441] Compiling asn1_compat.cc
[1396/1441] Compiling exponentiation.cc
[1397/1441] Compiling div.cc
[1398/1441] Compiling printf.cc
[1399/1441] Compiling pair.cc
[1400/1441] Compiling hexdump.cc
[1401/1441] Compiling convert.cc
[1402/1441] Compiling bn_asn1.cc
[1403/1441] Compiling blake2.cc
[1404/1441] Compiling file.cc
[1405/1441] Compiling fd.cc
[1406/1441] Compiling errno.cc
[1407/1441] Compiling bio.cc
[1408/1441] Compiling bio_mem.cc
[1409/1441] Compiling base64.cc
[1410/1441] Compiling tasn_typ.cc
[1411/1441] Compiling tasn_fre.cc
[1412/1441] Compiling posix_time.cc
[1413/1441] Compiling tasn_utl.cc
[1414/1441] Compiling tasn_enc.cc
[1415/1441] Compiling tasn_new.cc
[1416/1441] Compiling f_string.cc
[1417/1441] Compiling f_int.cc
[1418/1441] Compiling asn1_par.cc
[1419/1441] Compiling asn_pack.cc
[1420/1441] Compiling tasn_dec.cc
[1421/1441] Compiling a_utctm.cc
[1422/1441] Compiling asn1_lib.cc
[1423/1441] Compiling a_time.cc
[1424/1441] Compiling a_octet.cc
[1425/1441] Compiling a_type.cc
[1426/1441] Compiling a_strex.cc
[1427/1441] Compiling a_strnid.cc
[1428/1441] Compiling a_i2d_fp.cc
[1429/1441] Compiling a_mbstr.cc
[1430/1441] Compiling a_int.cc
[1431/1441] Compiling a_object.cc
[1432/1441] Write sources
[1433/1441] Compiling a_dup.cc
[1433/1441] Compiling a_d2i_fp.cc
[1435/1441] Write sources
[1436/1441] Compiling a_gentm.cc
[1437/1450] Compiling aes.cc
[1438/1543] Compiling a_bool.cc
[1439/1543] Compiling a_bitstr.cc
[1440/1543] Compiling bcm.cc
[1442/1551] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1443/1551] Compiling AsyncAlgorithms Locking.swift
[1444/1551] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1445/1551] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1446/1551] Compiling AsyncAlgorithms MergeStateMachine.swift
[1447/1551] Compiling AsyncAlgorithms MergeStorage.swift
[1448/1551] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1449/1551] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1450/1551] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1451/1551] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1452/1551] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1453/1551] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1454/1551] Compiling AsyncAlgorithms ChannelStorage.swift
[1455/1551] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1456/1551] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1457/1551] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1458/1551] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1459/1551] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1460/1551] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1461/1551] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1462/1551] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1463/1551] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1464/1558] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1465/1558] Compiling AsyncAlgorithms AsyncChannel.swift
[1466/1558] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1467/1558] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1468/1558] Compiling AsyncAlgorithms DebounceStorage.swift
[1469/1558] Compiling AsyncAlgorithms Dictionary.swift
[1470/1558] Compiling AsyncAlgorithms _TinyArray.swift
[1471/1558] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1472/1558] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1473/1558] Compiling AsyncAlgorithms Rethrow.swift
[1474/1558] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1475/1558] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1476/1558] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1477/1558] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1478/1558] Emitting module BitCollections
[1486/1564] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1487/1564] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1488/1564] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1489/1564] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1490/1564] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1491/1564] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1492/1564] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1493/1564] Compiling AsyncAlgorithms ZipStateMachine.swift
[1494/1564] Compiling AsyncAlgorithms ZipStorage.swift
[1495/1564] Compiling BitCollections BitSet.swift
[1496/1564] Compiling BitCollections Range+Utilities.swift
[1497/1564] Compiling BitCollections Slice+Utilities.swift
[1498/1564] Compiling BitCollections UInt+Tricks.swift
[1499/1564] Compiling BitCollections _Word.swift
[1500/1564] Compiling CryptoBoringWrapper RandomBytes.swift
[1501/1564] Emitting module CryptoBoringWrapper
[1509/1564] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1510/1564] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1511/1564] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1512/1564] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1513/1564] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1514/1564] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1515/1564] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1516/1564] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1517/1564] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1525/1565] Compiling CryptoBoringWrapper EllipticCurve.swift
[1527/1565] Emitting module AsyncAlgorithms
[1528/1565] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1529/1565] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1530/1565] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1531/1565] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1532/1565] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1555/1568] Emitting module Collections
[1556/1568] Compiling Collections Collections.swift
[1557/1569] Compiling AsyncAlgorithms SetAlgebra.swift
[1558/1569] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1559/1569] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1560/1569] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1564/1766] Compiling AsyncKit Future+Miscellaneous.swift
[1565/1766] Compiling AsyncKit Future+Nonempty.swift
[1566/1766] Compiling AsyncKit Future+Optional.swift
[1567/1768] Compiling SQLKit SQLUpdateBuilder.swift
[1568/1768] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1569/1768] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1570/1768] Compiling SQLKit SQLAlterEnum.swift
[1571/1768] Compiling SQLKit SQLAlterTable.swift
[1572/1768] Compiling SQLKit SQLCreateEnum.swift
[1573/1768] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1574/1768] Compiling SQLKit SQLRawBuilder.swift
[1575/1768] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1576/1768] Compiling SQLKit SQLSelectBuilder.swift
[1577/1768] Compiling SQLKit SQLSubqueryBuilder.swift
[1578/1768] Compiling SQLKit SQLUnionBuilder.swift
[1579/1768] Compiling AsyncKit Optional+StrictMap.swift
[1580/1768] Compiling AsyncKit Exports.swift
[1581/1768] Compiling SQLKit SQLLockingClause.swift
[1582/1768] Compiling SQLKit SQLOrderBy.swift
[1583/1768] Compiling SQLKit SQLReturning.swift
[1584/1768] Compiling SQLKit SQLSubquery.swift
[1585/1768] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1591/1768] Compiling SQLKit SQLCreateTrigger.swift
[1592/1768] Compiling SQLKit SQLDelete.swift
[1593/1768] Compiling SQLKit SQLDropEnum.swift
[1594/1780] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1595/1780] Compiling SQLKit SQLColumnAssignment.swift
[1596/1780] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1597/1780] Compiling SQLKit SQLColumnDefinition.swift
[1598/1780] Compiling SQLKit SQLCommonTableExpression.swift
[1599/1780] Compiling SQLKit SQLConflictAction.swift
[1600/1780] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1601/1780] Compiling SQLKit SQLDropBehaviour.swift
[1602/1780] Compiling SQLKit SQLEnumDataType.swift
[1603/1780] Compiling SQLKit SQLExcludedColumn.swift
[1604/1780] Compiling SQLKit SQLForeignKey.swift
[1605/1780] Compiling SQLKit SQLJoin.swift
[1606/1780] Compiling SQLKit SQLJoinMethod.swift
[1619/1780] Compiling SQLKit SQLPartialResultBuilder.swift
[1620/1780] Compiling SQLKit SQLDropIndex.swift
[1621/1780] Compiling SQLKit SQLDropTable.swift
[1622/1780] Compiling SQLKit SQLDropTrigger.swift
[1623/1780] Compiling SQLKit SQLInsert.swift
[1624/1780] Compiling SQLKit SQLSelect.swift
[1625/1780] Compiling SQLKit SQLUnion.swift
[1626/1780] Compiling SQLKit SQLUpdate.swift
[1627/1780] Compiling SQLKit SQLExpression.swift
[1628/1780] Compiling SQLKit SQLSerializer.swift
[1629/1780] Compiling SQLKit SQLStatement.swift
[1630/1780] Compiling SQLKit SQLBinaryExpression.swift
[1631/1780] Compiling SQLKit SQLBinaryOperator.swift
[1632/1780] Compiling SQLKit SQLBind.swift
[1633/1780] Compiling SQLKit SQLAlterEnumBuilder.swift
[1634/1780] Compiling SQLKit SQLAlterTableBuilder.swift
[1635/1780] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1636/1780] Compiling SQLKit SQLCreateEnumBuilder.swift
[1637/1780] Compiling SQLKit SQLCreateIndexBuilder.swift
[1638/1780] Compiling SQLKit SQLCreateTableBuilder.swift
[1639/1780] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1640/1780] Compiling SQLKit SQLDeleteBuilder.swift
[1641/1780] Compiling SQLKit SQLDropEnumBuilder.swift
[1642/1780] Compiling SQLKit SQLDropIndexBuilder.swift
[1643/1780] Compiling SQLKit SQLDropTableBuilder.swift
[1644/1780] Compiling SQLKit SQLDropTriggerBuilder.swift
[1645/1780] Compiling SQLKit SQLInsertBuilder.swift
[1646/1780] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1647/1780] Compiling SQLKit Exports.swift
[1648/1780] Compiling SQLKit SQLAlias.swift
[1649/1780] Compiling SQLKit SQLBetween.swift
[1650/1780] Compiling SQLKit SQLColumn.swift
[1651/1780] Compiling SQLKit SQLConstraint.swift
[1652/1780] Compiling SQLKit SQLDataType.swift
[1653/1780] Compiling SQLKit SQLDirection.swift
[1654/1780] Compiling SQLKit SQLDistinct.swift
[1655/1780] Compiling SQLKit SQLForeignKeyAction.swift
[1656/1780] Compiling SQLKit SQLNestedSubpathExpression.swift
[1657/1780] Compiling SQLKit SQLQualifiedTable.swift
[1658/1780] Compiling SQLKit SQLQueryString.swift
[1659/1780] Emitting module Crypto
[1660/1791] Emitting module SQLKit
[1680/1791] Compiling SQLKit SQLPredicateBuilder.swift
[1681/1791] Compiling SQLKit SQLQueryBuilder.swift
[1682/1791] Compiling SQLKit SQLQueryFetcher.swift
[1683/1791] Compiling SQLKit SQLReturningBuilder.swift
[1688/1791] Compiling Crypto MLDSA.swift
[1689/1791] Compiling Crypto Signature.swift
[1690/1791] Compiling Crypto CryptoKitErrors_boring.swift
[1691/1791] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[1692/1791] Compiling Crypto RNG_boring.swift
[1693/1791] Compiling Crypto SafeCompare_boring.swift
[1694/1791] Compiling Crypto Zeroization_boring.swift
[1695/1791] Compiling Crypto PrettyBytes.swift
[1696/1791] Compiling Crypto SafeCompare.swift
[1697/1791] Emitting module AsyncKit
[1717/1800] Compiling Crypto SecureBytes.swift
[1718/1800] Compiling Crypto Zeroization.swift
[1719/1800] Compiling SQLKit SQLIdentifier.swift
[1720/1800] Compiling SQLKit SQLList.swift
[1721/1800] Compiling SQLKit SQLLiteral.swift
[1722/1800] Compiling SQLKit SQLRaw.swift
[1723/1800] Compiling SQLKit SQLCodingUtilities.swift
[1724/1800] Compiling SQLKit SQLQueryEncoder.swift
[1725/1800] Compiling SQLKit SQLRow.swift
[1726/1800] Compiling SQLKit SQLRowDecoder.swift
[1727/1800] Compiling SQLKit SomeCodingKey.swift
[1728/1800] Compiling SQLKit StringHandling.swift
[1729/1801] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1742/1802] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1743/1802] Compiling ServiceLifecycle CancellationWaiter.swift
[1744/1802] Compiling ServiceLifecycle GracefulShutdown.swift
[1745/1802] Emitting module ServiceLifecycle
[1746/1802] Compiling ServiceLifecycle ServiceRunnerError.swift
[1771/1802] Compiling ServiceLifecycle Service.swift
[1772/1802] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1773/1802] Compiling ServiceLifecycle ServiceGroup.swift
[1799/1860] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1800/1860] Compiling CryptoExtras ECToolbox_boring.swift
[1801/1860] Compiling CryptoExtras ECToolbox.swift
[1802/1860] Compiling CryptoExtras HashToField.swift
[1803/1860] Compiling CryptoExtras KDF.swift
[1804/1860] Compiling CryptoExtras PBKDF2_boring.swift
[1805/1860] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1806/1860] Compiling CryptoExtras PBKDF2.swift
[1807/1867] Compiling CryptoExtras Error.swift
[1808/1867] Compiling CryptoExtras I2OSP.swift
[1809/1867] Compiling CryptoExtras IntegerEncoding.swift
[1810/1867] Compiling CryptoExtras PEMDocument.swift
[1811/1867] Compiling CryptoExtras PrettyBytes.swift
[1812/1867] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1813/1867] Compiling CryptoExtras ThreadOps.swift
[1814/1867] Emitting module CryptoExtras
[1815/1867] Compiling CryptoExtras ThreadPosix.swift
[1816/1867] Compiling CryptoExtras ThreadSpecific.swift
[1817/1867] Compiling CryptoExtras ThreadWindows.swift
[1818/1867] Compiling CryptoExtras DLEQ.swift
[1819/1867] Compiling CryptoExtras Prover.swift
[1820/1867] Compiling CryptoExtras Verifier.swift
[1821/1867] Compiling CryptoExtras ZKPToolbox.swift
[1822/1867] Compiling CryptoExtras Scrypt_boring.swift
[1823/1867] Compiling CryptoExtras Scrypt.swift
[1824/1867] Compiling CryptoExtras OPRF.swift
[1825/1867] Compiling CryptoExtras OPRFClient.swift
[1826/1867] Compiling CryptoExtras OPRFServer.swift
[1827/1867] Compiling CryptoExtras VOPRF+API.swift
[1828/1867] Compiling CryptoExtras VOPRFClient.swift
[1829/1867] Compiling CryptoExtras VOPRFServer.swift
[1830/1867] Compiling CryptoExtras CMAC.swift
[1831/1867] Compiling CryptoExtras ARC+API.swift
[1832/1867] Compiling CryptoExtras ARC.swift
[1833/1867] Compiling CryptoExtras ARCCredential.swift
[1834/1867] Compiling CryptoExtras ARCEncoding.swift
[1835/1867] Compiling CryptoExtras ARCPrecredential.swift
[1836/1867] Compiling CryptoExtras ARCPresentation.swift
[1837/1867] Compiling CryptoExtras ARCRequest.swift
[1838/1867] Compiling CryptoExtras ARCResponse.swift
[1839/1867] Compiling CryptoExtras ARCServer.swift
[1840/1867] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1841/1867] Compiling CryptoExtras ChaCha20CTR.swift
[1842/1867] Compiling CryptoExtras Curve25519+PEM.swift
[1843/1867] Compiling CryptoExtras ObjectIdentifier.swift
[1844/1867] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1845/1867] Compiling CryptoExtras PKCS8PrivateKey.swift
[1846/1867] Compiling CryptoExtras RSA+BlindSigning.swift
[1847/1867] Compiling CryptoExtras RSA.swift
[1848/1867] Compiling CryptoExtras RSA_boring.swift
[1849/1867] Compiling CryptoExtras Reexport.swift
[1850/1867] Compiling CryptoExtras BoringSSLHelpers.swift
[1851/1867] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1852/1867] Compiling CryptoExtras Data+Extensions.swift
[1853/1867] Compiling CryptoExtras DigestType.swift
[1854/1867] Compiling CryptoExtras AES_CBC.swift
[1855/1867] Compiling CryptoExtras AES_CFB.swift
[1856/1867] Compiling CryptoExtras AES_CTR.swift
[1857/1867] Compiling CryptoExtras AES_GCM_SIV.swift
[1858/1867] Compiling CryptoExtras Block Function.swift
[1859/1867] Compiling CryptoExtras AES_CFB_boring.swift
[1860/1867] Compiling CryptoExtras AES_CTR_boring.swift
[1861/1867] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1870/1871] Emitting module _CryptoExtras
[1871/1871] Compiling _CryptoExtras Exports.swift
[1873/1976] Compiling PostgresNIO PostgresMessage+Execute.swift
[1874/1976] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1875/1976] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1876/1976] Compiling PostgresNIO PostgresMessage+Parse.swift
[1877/1976] Compiling PostgresNIO PostgresMessage+Password.swift
[1878/1976] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1879/1976] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1880/1976] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1881/1976] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1882/1976] Compiling PostgresNIO PostgresMessage+Startup.swift
[1883/1976] Compiling PostgresNIO PostgresMessage+Sync.swift
[1884/1976] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1885/1976] Compiling PostgresNIO PostgresMessageDecoder.swift
[1886/1976] Compiling PostgresNIO PostgresMessageEncoder.swift
[1887/1976] Compiling PostgresNIO PostgresMessage+0.swift
[1888/1990] Compiling PostgresNIO Bool+PostgresCodable.swift
[1889/1990] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1890/1990] Compiling PostgresNIO Date+PostgresCodable.swift
[1891/1990] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1892/1990] Compiling PostgresNIO Float+PostgresCodable.swift
[1893/1990] Compiling PostgresNIO Int+PostgresCodable.swift
[1894/1990] Compiling PostgresNIO JSON+PostgresCodable.swift
[1895/1990] Compiling PostgresNIO Range+PostgresCodable.swift
[1896/1990] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1897/1990] Compiling PostgresNIO String+PostgresCodable.swift
[1898/1990] Compiling PostgresNIO UUID+PostgresCodable.swift
[1899/1990] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1900/1990] Compiling PostgresNIO Logging+PSQL.swift
[1901/1990] Compiling PostgresNIO Authentication.swift
[1902/1990] Compiling PostgresNIO BackendKeyData.swift
[1903/1990] Emitting module PostgresNIO
[1904/1990] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1905/1990] Compiling PostgresNIO PostgresData+Set.swift
[1906/1990] Compiling PostgresNIO PostgresData+String.swift
[1907/1990] Compiling PostgresNIO PostgresData+UUID.swift
[1908/1990] Compiling PostgresNIO PostgresData.swift
[1909/1990] Compiling PostgresNIO PostgresDataConvertible.swift
[1910/1990] Compiling PostgresNIO PostgresDataType.swift
[1911/1990] Compiling PostgresNIO PostgresRow.swift
[1912/1990] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1913/1990] Compiling PostgresNIO PostgresData+UInt.swift
[1914/1990] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1915/1990] Compiling PostgresNIO PostgresMessage+Bind.swift
[1916/1990] Compiling PostgresNIO PostgresMessage+Close.swift
[1917/1990] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1918/1990] Compiling PostgresNIO PostgresMessage+Describe.swift
[1919/1990] Compiling PostgresNIO CopyInMessage.swift
[1920/1990] Compiling PostgresNIO DataRow.swift
[1921/1990] Compiling PostgresNIO ErrorResponse.swift
[1922/1990] Compiling PostgresNIO NotificationResponse.swift
[1923/1990] Compiling PostgresNIO ParameterDescription.swift
[1924/1990] Compiling PostgresNIO ParameterStatus.swift
[1925/1990] Compiling PostgresNIO ReadyForQuery.swift
[1926/1990] Compiling PostgresNIO RowDescription.swift
[1927/1990] Compiling PostgresNIO NotificationListener.swift
[1928/1990] Compiling PostgresNIO PSQLError.swift
[1929/1990] Compiling PostgresNIO PSQLEventsHandler.swift
[1930/1990] Compiling PostgresNIO PSQLPreparedStatement.swift
[1931/1990] Compiling PostgresNIO PSQLRowStream.swift
[1932/1990] Compiling PostgresNIO PSQLTask.swift
[1933/1990] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1934/1990] Compiling PostgresNIO PostgresConnection.swift
[1935/1990] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1936/1990] Compiling PostgresNIO PostgresData+Array.swift
[1937/1990] Compiling PostgresNIO PostgresData+Bool.swift
[1938/1990] Compiling PostgresNIO PostgresData+Bytes.swift
[1939/1990] Compiling PostgresNIO PostgresData+Date.swift
[1940/1990] Compiling PostgresNIO PostgresData+Decimal.swift
[1941/1990] Compiling PostgresNIO PostgresData+Double.swift
[1942/1990] Compiling PostgresNIO PostgresData+Float.swift
[1943/1990] Compiling PostgresNIO PostgresData+Int.swift
[1944/1990] Compiling PostgresNIO PostgresData+JSON.swift
[1945/1990] Compiling PostgresNIO PostgresData+JSONB.swift
[1946/1990] Compiling PostgresNIO PostgresData+Numeric.swift
[1947/1990] Compiling PostgresNIO PostgresData+Optional.swift
[1948/1990] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1949/1990] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1950/1990] Compiling PostgresNIO PostgresMessage+Error.swift
[1951/1990] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1952/1990] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1953/1990] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1954/1990] Compiling PostgresNIO PostgresMessageType.swift
[1955/1990] Compiling PostgresNIO AuthenticationStateMachine.swift
[1956/1990] Compiling PostgresNIO CloseStateMachine.swift
[1957/1990] Compiling PostgresNIO ConnectionStateMachine.swift
[1958/1990] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1959/1990] Compiling PostgresNIO ListenStateMachine.swift
[1960/1990] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1961/1990] Compiling PostgresNIO RowStreamStateMachine.swift
[1962/1990] Compiling PostgresNIO Array+PostgresCodable.swift
[1963/1990] Compiling PostgresNIO PostgresClientMetrics.swift
[1964/1990] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1965/1990] Compiling PostgresNIO PostgresDatabase+Query.swift
[1966/1990] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1967/1990] Compiling PostgresNIO PostgresDatabase.swift
[1968/1990] Compiling PostgresNIO PostgresRequest.swift
[1969/1990] Compiling PostgresNIO Exports.swift
[1970/1990] Compiling PostgresNIO NIOUtils.swift
[1971/1990] Compiling PostgresNIO PostgresError+Code.swift
[1972/1990] Compiling PostgresNIO PostgresError.swift
[1973/1990] Compiling PostgresNIO PostgresJSONDecoder.swift
[1974/1990] Compiling PostgresNIO PostgresJSONEncoder.swift
[1975/1990] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1976/1990] Compiling PostgresNIO SASLAuthenticationManager.swift
[1977/1990] Compiling PostgresNIO PostgresBackendMessage.swift
[1978/1990] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1979/1990] Compiling PostgresNIO PostgresCell.swift
[1980/1990] Compiling PostgresNIO PostgresChannelHandler.swift
[1981/1990] Compiling PostgresNIO PostgresCodable.swift
[1982/1990] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1983/1990] Compiling PostgresNIO PostgresNotificationSequence.swift
[1984/1990] Compiling PostgresNIO PostgresQuery.swift
[1985/1990] Compiling PostgresNIO PostgresRowSequence.swift
[1986/1990] Compiling PostgresNIO PostgresTransactionError.swift
[1987/1990] Compiling PostgresNIO PreparedStatement.swift
[1988/1990] Compiling PostgresNIO VariadicGenerics.swift
[1989/1990] Compiling PostgresNIO ConnectionFactory.swift
[1990/1990] Compiling PostgresNIO PostgresClient.swift
[1992/2005] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1993/2005] Compiling PostgresKit Exports.swift
[1994/2006] Compiling PostgresKit PostgresRow+SQL.swift
[1995/2006] Compiling PostgresKit SQLPostgresConfiguration.swift
/host/spi-builder-workspace/Sources/PostgresKit/SQLPostgresConfiguration.swift:23:48: warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 21 |     public init(url: String) throws {
 22 |         guard let url = URL(string: url) else {
 23 |             throw URLError(.badURL, userInfo: [NSURLErrorFailingURLStringErrorKey: url])
    |                                                `- warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 24 |         }
 25 |         try self.init(url: url)
/host/spi-builder-workspace/Sources/PostgresKit/SQLPostgresConfiguration.swift:82:83: warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 80 |     public init(url: URL) throws {
 81 |         guard let comp = URLComponents(url: url, resolvingAgainstBaseURL: true), let username = comp.user else {
 82 |             throw URLError(.badURL, userInfo: [NSURLErrorFailingURLErrorKey: url, NSURLErrorFailingURLStringErrorKey: url.absoluteString])
    |                                                                                   `- warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 83 |         }
 84 |
/host/spi-builder-workspace/Sources/PostgresKit/SQLPostgresConfiguration.swift:94:87: warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 92 |                 return .disable
 93 |             default:
 94 |                 throw URLError(.badURL, userInfo: [NSURLErrorFailingURLErrorKey: url, NSURLErrorFailingURLStringErrorKey: url.absoluteString])
    |                                                                                       `- warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 95 |             }
 96 |         }
/host/spi-builder-workspace/Sources/PostgresKit/SQLPostgresConfiguration.swift:101:87: warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
 99 |         case "postgres", "postgres+tcp", "postgresql", "postgresql+tcp":
100 |             guard let hostname = comp.host, !hostname.isEmpty else {
101 |                 throw URLError(.badURL, userInfo: [NSURLErrorFailingURLErrorKey: url, NSURLErrorFailingURLStringErrorKey: url.absoluteString])
    |                                                                                       `- warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
102 |             }
103 |             self.init(
/host/spi-builder-workspace/Sources/PostgresKit/SQLPostgresConfiguration.swift:111:87: warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
109 |         case "postgres+uds", "postgresql+uds":
110 |             guard (comp.host?.isEmpty ?? true || comp.host == "localhost"), comp.port == nil, !comp.path.isEmpty, comp.path != "/" else {
111 |                 throw URLError(.badURL, userInfo: [NSURLErrorFailingURLErrorKey: url, NSURLErrorFailingURLStringErrorKey: url.absoluteString])
    |                                                                                       `- warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
112 |             }
113 |             var coreConfig = PostgresConnection.Configuration(unixSocketPath: comp.path, username: username, password: comp.password, database: comp.fragment)
/host/spi-builder-workspace/Sources/PostgresKit/SQLPostgresConfiguration.swift:117:83: warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
115 |             self.init(coreConfiguration: coreConfig)
116 |         default:
117 |             throw URLError(.badURL, userInfo: [NSURLErrorFailingURLErrorKey: url, NSURLErrorFailingURLStringErrorKey: url.absoluteString])
    |                                                                                   `- warning: 'NSURLErrorFailingURLStringErrorKey' is deprecated: Use NSURLErrorFailingURLErrorKey instead
118 |         }
119 |     }
[1996/2006] Compiling PostgresKit ConnectionPool+Postgres.swift
[1997/2006] Compiling PostgresKit PostgresColumnType.swift
[1998/2006] Compiling PostgresKit PostgresDataDecoder.swift
[1999/2006] Compiling PostgresKit PostgresDataEncoder.swift
[2000/2006] Compiling PostgresKit PostgresConfiguration.swift
[2001/2006] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2002/2006] Emitting module PostgresKit
/host/spi-builder-workspace/Sources/PostgresKit/PostgresDataTranslation.swift:63:59: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 61 |     /// This typealias serves to limit the deprecation noise caused by `PostgresDataConvertible` to a single
 62 |     /// warning, down from what would otherwise be a minimum of two. It has no other purpose.
 63 |     fileprivate typealias PostgresLegacyDataConvertible = PostgresDataConvertible
    |                                                           `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 64 |
 65 |     static func decode<T: Decodable, D: PostgresJSONDecoder>(
[2003/2006] Compiling PostgresKit PostgresConnectionSource.swift
/host/spi-builder-workspace/Sources/PostgresKit/PostgresDataTranslation.swift:63:59: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 61 |     /// This typealias serves to limit the deprecation noise caused by `PostgresDataConvertible` to a single
 62 |     /// warning, down from what would otherwise be a minimum of two. It has no other purpose.
 63 |     fileprivate typealias PostgresLegacyDataConvertible = PostgresDataConvertible
    |                                                           `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 64 |
 65 |     static func decode<T: Decodable, D: PostgresJSONDecoder>(
[2004/2006] Compiling PostgresKit PostgresDataTranslation.swift
/host/spi-builder-workspace/Sources/PostgresKit/PostgresDataTranslation.swift:63:59: warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 61 |     /// This typealias serves to limit the deprecation noise caused by `PostgresDataConvertible` to a single
 62 |     /// warning, down from what would otherwise be a minimum of two. It has no other purpose.
 63 |     fileprivate typealias PostgresLegacyDataConvertible = PostgresDataConvertible
    |                                                           `- warning: 'PostgresDataConvertible' is deprecated: This protocol is going to be replaced with ``PostgresEncodable`` and ``PostgresDecodable``
 64 |
 65 |     static func decode<T: Decodable, D: PostgresJSONDecoder>(
[2005/2006] Compiling PostgresKit PostgresDatabase+SQL.swift
[2006/2006] Compiling PostgresKit PostgresDialect.swift
Build complete! (489.68s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.27.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "sql-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.33.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sql-kit.git"
    },
    {
      "identity" : "async-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/async-kit.git"
    }
  ],
  "manifest_display_name" : "postgres-kit",
  "name" : "postgres-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresKit",
      "targets" : [
        "PostgresKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresKitTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresKitTests",
      "path" : "Tests/PostgresKitTests",
      "product_dependencies" : [
        "SQLKitBenchmark"
      ],
      "sources" : [
        "PostgresKitTests.swift",
        "SQLPostgresConfigurationTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "PostgresKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresKit",
      "module_type" : "SwiftTarget",
      "name" : "PostgresKit",
      "path" : "Sources/PostgresKit",
      "product_dependencies" : [
        "AsyncKit",
        "PostgresNIO",
        "SQLKit"
      ],
      "product_memberships" : [
        "PostgresKit"
      ],
      "sources" : [
        "ConnectionPool+Postgres.swift",
        "Deprecations/PostgresColumnType.swift",
        "Deprecations/PostgresConfiguration.swift",
        "Deprecations/PostgresConnectionSource+PostgresConfiguration.swift",
        "Deprecations/PostgresDataDecoder.swift",
        "Deprecations/PostgresDataEncoder.swift",
        "Deprecations/PostgresDatabase+SQL+Deprecated.swift",
        "Exports.swift",
        "PostgresConnectionSource.swift",
        "PostgresDataTranslation.swift",
        "PostgresDatabase+SQL.swift",
        "PostgresDialect.swift",
        "PostgresRow+SQL.swift",
        "SQLPostgresConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.