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 fluent-postgis, reference 0.5.0 (14a5a6), with Swift 6.1 for Linux on 14 May 2025 01:47:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/fluent-postgis.git
Reference: 0.5.0
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/brokenhandsio/fluent-postgis
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 14a5a68 Merge pull request #7 from fpseverino/update
Cloned https://github.com/brokenhandsio/fluent-postgis.git
Revision (git rev-parse @):
14a5a681187c4802173f658fa7faa6a89a70446d
SUCCESS checkout https://github.com/brokenhandsio/fluent-postgis.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/fluent-postgis.git
https://github.com/brokenhandsio/fluent-postgis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.52.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "wkcodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rabc/WKCodable.git"
    }
  ],
  "manifest_display_name" : "fluent-postgis",
  "name" : "fluent-postgis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentPostGIS",
      "targets" : [
        "FluentPostGIS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentPostGISTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentPostGISTests",
      "path" : "Tests/FluentPostGISTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentPostGISTestCase.swift",
        "GeometryTests.swift",
        "QueryTests.swift",
        "TestModels.swift"
      ],
      "target_dependencies" : [
        "FluentPostGIS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentPostGIS",
      "module_type" : "SwiftTarget",
      "name" : "FluentPostGIS",
      "path" : "Sources/FluentPostGIS",
      "product_dependencies" : [
        "FluentKit",
        "FluentPostgresDriver",
        "WKCodable"
      ],
      "product_memberships" : [
        "FluentPostGIS"
      ],
      "sources" : [
        "Geography/DatabaseSchemaDataType+Geographic.swift",
        "Geography/GeographicGeometryCollection2D.swift",
        "Geography/GeographicLineString2D.swift",
        "Geography/GeographicMultiLineString2D.swift",
        "Geography/GeographicMultiPoint2D.swift",
        "Geography/GeographicMultiPolygon2D.swift",
        "Geography/GeographicPoint2D.swift",
        "Geography/GeographicPolygon2D.swift",
        "Geometry/DatabaseSchemaDataType+Geometric.swift",
        "Geometry/GeometricGeometryCollection2D.swift",
        "Geometry/GeometricLineString2D.swift",
        "Geometry/GeometricMultiLineString2D.swift",
        "Geometry/GeometricMultiPoint2D.swift",
        "Geometry/GeometricMultiPolygon2D.swift",
        "Geometry/GeometricPoint2D.swift",
        "Geometry/GeometricPolygon2D.swift",
        "Geometry/GeometryConvertible.swift",
        "Queries/QueryBuilder+Contains.swift",
        "Queries/QueryBuilder+Crosses.swift",
        "Queries/QueryBuilder+Disjoint.swift",
        "Queries/QueryBuilder+Distance.swift",
        "Queries/QueryBuilder+DistanceWithin.swift",
        "Queries/QueryBuilder+Equals.swift",
        "Queries/QueryBuilder+Helpers.swift",
        "Queries/QueryBuilder+Intersects.swift",
        "Queries/QueryBuilder+Overlaps.swift",
        "Queries/QueryBuilder+Sort.swift",
        "Queries/QueryBuilder+Touches.swift",
        "Queries/QueryBuilder+Within.swift",
        "Support/EnablePostGISMigration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/rabc/WKCodable.git
Fetching https://github.com/vapor/fluent-kit.git
[1/2659] Fetching fluent-postgres-driver
[2581/2945] Fetching fluent-postgres-driver, wkcodable
Fetched https://github.com/rabc/WKCodable.git from cache (0.28s)
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.28s)
[1/13284] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.67s)
Computing version for https://github.com/rabc/WKCodable.git
Computed https://github.com/rabc/WKCodable.git at 0.1.2 (2.87s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.10.1 (0.50s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.31s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.83s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
[1/3836] Fetching swift-log
[654/9819] Fetching swift-log, sql-kit
[9820/85727] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.45s)
[2278/75908] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.77s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.52s)
Fetching https://github.com/apple/swift-collections.git
[1/16384] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.59s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2370] Fetching async-kit
[2371/14540] Fetching async-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.59s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.59s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.79s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.22s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[532/6077] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.75s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.53s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
[1/2206] Fetching swift-metrics
[200/4632] Fetching swift-metrics, swift-service-lifecycle
[4402/7299] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services
[6314/21216] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto
[8414/36052] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.68s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.68s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.68s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.71s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.72s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.23s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4976] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.01s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.52s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.80s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.95s)
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/rabc/WKCodable.git
Working copy of https://github.com/rabc/WKCodable.git resolved at 0.1.2
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/812] Write sources
[20/812] Compiling CNIODarwin shim.c
[21/812] Write sources
[25/812] Compiling CNIOLinux liburing_shims.c
[26/812] Write sources
[38/812] Compiling CNIOWindows WSAStartup.c
[39/812] Compiling _NumericsShims _NumericsShims.c
[40/812] Compiling CNIOWindows shim.c
[41/812] Compiling _AtomicsShims.c
[42/812] Compiling CNIOWASI CNIOWASI.c
[43/812] Compiling fiat_p256_adx_sqr.S
[44/812] Compiling fiat_p256_adx_mul.S
[45/812] Compiling CNIOLinux shim.c
[46/812] Compiling fiat_curve25519_adx_square.S
[47/812] Compiling fiat_curve25519_adx_mul.S
[48/812] Write swift-version-24593BA9C3E375BF.txt
[49/812] Compiling CNIOBoringSSLShims shims.c
[50/816] Compiling tls_method.cc
[51/816] Compiling tls_record.cc
[53/816] Emitting module _NIODataStructures
[53/816] Compiling tls13_enc.cc
[54/829] Compiling tls13_client.cc
[55/834] Compiling tls13_server.cc
[56/856] Compiling c-nioatomics.c
[57/859] Compiling c-atomics.c
[59/862] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/862] Compiling InternalCollectionsUtilities Specialize.swift
[61/864] Compiling RealModule Real.swift
[62/865] Compiling _NIODataStructures PriorityQueue.swift
[63/865] Compiling _NIODataStructures _TinyArray.swift
[64/865] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/865] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/865] Compiling InternalCollectionsUtilities Debugging.swift
[67/865] Compiling InternalCollectionsUtilities Descriptions.swift
[68/865] Emitting module RealModule
[69/865] Compiling _NIOBase64 Base64.swift
[70/865] Emitting module _NIOBase64
[71/865] Emitting module InternalCollectionsUtilities
[72/866] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/866] Compiling InternalCollectionsUtilities Integer rank.swift
[74/866] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/866] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/866] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/866] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/866] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[80/866] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[81/866] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/866] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/866] Compiling RealModule ElementaryFunctions.swift
[87/866] Compiling RealModule Float+Real.swift
[88/866] Compiling RealModule Float80+Real.swift
[89/866] Compiling RealModule Float16+Real.swift
[91/866] Compiling RealModule RealFunctions.swift
[93/867] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/867] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/868] Compiling CoreMetrics Metrics.swift
[97/874] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/874] Compiling Logging MetadataProvider.swift
[99/874] Emitting module Logging
[100/874] Compiling Logging Locks.swift
[101/874] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/874] Compiling _NIODataStructures Heap.swift
[103/874] Compiling CoreMetrics Locks.swift
[104/874] Emitting module CoreMetrics
[105/876] Compiling ConcurrencyHelpers LockedValueBox.swift
[106/876] Emitting module ConcurrencyHelpers
[107/876] Compiling ConcurrencyHelpers Lock.swift
[108/877] Compiling Logging LogHandler.swift
[109/877] Compiling Logging Logging.swift
[110/878] Emitting module NIOConcurrencyHelpers
[113/878] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[114/878] Compiling WKCodable WKTEncoder.swift
[115/878] Emitting module WKCodable
[117/878] Compiling NIOConcurrencyHelpers lock.swift
[119/878] Compiling WKCodable WKTDecoder.swift
[120/878] Compiling WKCodable WKBDecoder.swift
[121/878] Compiling WKCodable Types.swift
[122/878] Compiling WKCodable WKBEncoder.swift
[123/879] Compiling NIOConcurrencyHelpers atomics.swift
[126/1016] Compiling HeapModule _HeapNode.swift
[127/1060] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/1091] Compiling tls13_both.cc
[129/1091] Emitting module UnixSignals
[130/1091] Compiling HeapModule Heap+Descriptions.swift
[131/1091] Compiling HeapModule Heap.swift
[132/1092] Compiling HeapModule Heap+UnsafeHandle.swift
[133/1092] Compiling HeapModule Heap+Invariants.swift
[134/1106] Emitting module HeapModule
[136/1107] Compiling UnixSignals UnixSignal.swift
[137/1107] Compiling UnixSignals UnixSignalsSequence.swift
[138/1108] Compiling t1_enc.cc
[140/1108] Compiling HashTreeCollections _HashStack.swift
[141/1108] Compiling HashTreeCollections _HashTreeIterator.swift
[142/1108] Compiling HashTreeCollections _HashTreeStatistics.swift
[143/1108] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[144/1108] Compiling HashTreeCollections _RawHashNode.swift
[145/1108] Compiling HashTreeCollections _UnmanagedHashNode.swift
[146/1108] Compiling HashTreeCollections _UnsafePath.swift
[147/1108] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[148/1108] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[149/1108] Compiling HashTreeCollections TreeDictionary+Keys.swift
[150/1108] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[151/1108] Compiling HashTreeCollections TreeDictionary+Merge.swift
[152/1108] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[153/1108] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[154/1115] Compiling DequeModule _DequeBuffer.swift
[155/1115] Compiling DequeModule _DequeBufferHeader.swift
[156/1117] Compiling HashTreeCollections TreeSet+Hashable.swift
[157/1117] Compiling HashTreeCollections TreeSet+Sendable.swift
[158/1117] Compiling HashTreeCollections TreeSet+Sequence.swift
[159/1117] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[160/1117] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[161/1117] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[162/1117] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[163/1117] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[164/1117] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[165/1117] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[166/1127] Compiling DequeModule Deque+Equatable.swift
[167/1127] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[168/1127] Compiling DequeModule Deque+CustomReflectable.swift
[169/1127] Compiling DequeModule Deque+Descriptions.swift
[170/1127] Compiling DequeModule Deque+Extras.swift
[171/1127] Compiling DequeModule Deque+Hashable.swift
[172/1127] Compiling HashTreeCollections TreeDictionary+Codable.swift
[173/1127] Compiling HashTreeCollections TreeDictionary+Collection.swift
[174/1127] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[175/1127] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[176/1127] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[177/1127] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/1127] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[179/1127] Compiling HashTreeCollections TreeDictionary+Filter.swift
[180/1127] Compiling HashTreeCollections _HashNode+Structural union.swift
[181/1127] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[182/1127] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[183/1127] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[184/1127] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[185/1127] Compiling HashTreeCollections _HashNode.swift
[186/1127] Compiling HashTreeCollections _HashNodeHeader.swift
[187/1127] Compiling HashTreeCollections _HashSlot.swift
[188/1127] Compiling DequeModule Deque._UnsafeHandle.swift
[189/1127] Compiling DequeModule Deque.swift
[190/1127] Compiling DequeModule Deque+Testing.swift
[191/1127] Compiling DequeModule Deque._Storage.swift
[194/1127] Compiling DequeModule _DequeSlot.swift
[195/1127] Compiling DequeModule _UnsafeWrappedBuffer.swift
[196/1127] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[197/1127] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[198/1127] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[199/1127] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[200/1127] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[201/1127] Compiling HashTreeCollections _HashNode+Structural merge.swift
[202/1127] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[203/1127] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[214/1127] Compiling OrderedCollections OrderedSet+Sendable.swift
[215/1127] Compiling OrderedCollections OrderedSet+SubSequence.swift
[216/1127] Compiling OrderedCollections OrderedSet+Testing.swift
[217/1127] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[218/1127] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[219/1127] Compiling OrderedCollections OrderedSet.swift
[220/1127] Compiling OrderedCollections _UnsafeBitset.swift
[221/1127] Compiling HashTreeCollections TreeSet+Equatable.swift
[222/1127] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[223/1127] Compiling HashTreeCollections TreeSet+Extras.swift
[224/1127] Compiling HashTreeCollections TreeSet+Filter.swift
[225/1127] Compiling DequeModule Deque+Codable.swift
[226/1127] Compiling DequeModule Deque+Collection.swift
[233/1127] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[234/1127] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[235/1127] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[236/1127] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[237/1127] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[238/1127] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[239/1127] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[240/1127] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[241/1127] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[242/1127] Compiling HashTreeCollections TreeSet.swift
[243/1127] Emitting module OrderedCollections
[252/1127] Emitting module DequeModule
[301/1138] Compiling ssl_x509.cc
[322/1138] Compiling Metrics Metrics.swift
[323/1138] Emitting module Metrics
[324/1139] Emitting module _RopeModule
[325/1139] Compiling ssl_versions.cc
[337/1139] Compiling ssl_transcript.cc
[339/1139] Emitting module HashTreeCollections
[362/1140] Compiling ssl_stat.cc
[363/1140] Compiling ssl_privkey.cc
[364/1140] Compiling ssl_session.cc
[366/1140] Compiling _RopeModule Rope+Join.swift
[367/1140] Compiling _RopeModule Rope+MutatingForEach.swift
[368/1140] Compiling _RopeModule Rope+Remove.swift
[369/1140] Compiling _RopeModule Rope+RemoveSubrange.swift
[370/1140] Compiling _RopeModule Rope+Split.swift
[371/1140] Compiling _RopeModule Optional Utilities.swift
[372/1140] Compiling _RopeModule String Utilities.swift
[373/1140] Compiling _RopeModule String.Index+ABI.swift
[374/1140] Compiling _RopeModule _CharacterRecognizer.swift
[374/1140] Compiling ssl_key_share.cc
[375/1140] Compiling ssl_file.cc
[396/1141] Compiling ssl_lib.cc
[397/1141] Compiling ssl_credential.cc
[398/1141] Compiling ssl_buffer.cc
[399/1141] Compiling ssl_cipher.cc
[400/1141] Compiling ssl_cert.cc
[401/1141] Compiling ssl_asn1.cc
[402/1141] Compiling s3_lib.cc
[403/1141] Compiling s3_pkt.cc
[404/1141] Compiling s3_both.cc
[405/1141] Compiling ssl_aead_ctx.cc
[406/1141] Compiling handshake_client.cc
[407/1141] Compiling handshake_server.cc
[408/1141] Compiling handshake.cc
[409/1141] Compiling handoff.cc
[410/1141] Compiling dtls_method.cc
[411/1141] Compiling dtls_record.cc
[412/1141] Compiling md5-x86_64-linux.S
[413/1141] Compiling encrypted_client_hello.cc
[414/1141] Compiling md5-x86_64-apple.S
[415/1141] Compiling md5-586-linux.S
[416/1141] Compiling md5-586-apple.S
[417/1141] Compiling chacha20_poly1305_x86_64-linux.S
[418/1141] Compiling chacha20_poly1305_x86_64-apple.S
[419/1141] Compiling extensions.cc
[420/1141] Compiling err_data.cc
[421/1141] Compiling d1_srtp.cc
[422/1141] Compiling chacha20_poly1305_armv8-win.S
[423/1141] Compiling chacha20_poly1305_armv8-linux.S
[424/1141] Compiling chacha20_poly1305_armv8-apple.S
[425/1141] Compiling chacha-x86_64-linux.S
[426/1141] Compiling chacha-x86_64-apple.S
[427/1141] Compiling chacha-x86-apple.S
[428/1141] Compiling chacha-x86-linux.S
[429/1141] Compiling chacha-armv8-linux.S
[430/1141] Compiling chacha-armv8-win.S
[431/1141] Compiling chacha-armv8-apple.S
[432/1141] Compiling d1_pkt.cc
[433/1141] Compiling d1_lib.cc
[434/1141] Compiling chacha-armv4-linux.S
[435/1141] Compiling aes128gcmsiv-x86_64-apple.S
[436/1141] Compiling bio_ssl.cc
[437/1141] Compiling aes128gcmsiv-x86_64-linux.S
[438/1141] Compiling x86_64-mont5-apple.S
[439/1141] Compiling x86_64-mont5-linux.S
[440/1141] Compiling x86_64-mont-linux.S
[441/1141] Compiling x86-mont-linux.S
[441/1141] Compiling x86_64-mont-apple.S
[443/1141] Compiling x86-mont-apple.S
[444/1141] Compiling vpaes-x86_64-linux.S
[445/1141] Compiling vpaes-x86-linux.S
[446/1141] Compiling vpaes-x86-apple.S
[447/1141] Compiling vpaes-x86_64-apple.S
[448/1141] Compiling vpaes-armv8-win.S
[449/1141] Compiling vpaes-armv8-apple.S
[450/1141] Compiling vpaes-armv7-linux.S
[451/1141] Compiling vpaes-armv8-linux.S
[452/1141] Compiling sha512-x86_64-apple.S
[453/1141] Compiling sha512-armv8-win.S
[454/1141] Compiling sha512-armv8-linux.S
[455/1141] Compiling sha512-x86_64-linux.S
[456/1141] Compiling sha512-armv4-linux.S
[457/1141] Compiling sha512-armv8-apple.S
[458/1141] Compiling sha512-586-linux.S
[459/1141] Compiling sha512-586-apple.S
[460/1141] Compiling sha256-x86_64-apple.S
[461/1141] Compiling sha256-armv8-win.S
[462/1141] Compiling sha256-armv8-apple.S
[463/1141] Compiling sha256-armv4-linux.S
[464/1141] Compiling sha256-armv8-linux.S
[465/1141] Compiling sha256-x86_64-linux.S
[466/1141] Compiling sha256-586-linux.S
[467/1141] Compiling sha1-armv8-win.S
[468/1141] Compiling sha256-586-apple.S
[469/1141] Compiling sha1-armv8-apple.S
[470/1141] Compiling sha1-armv8-linux.S
[471/1141] Compiling sha1-x86_64-apple.S
[472/1141] Compiling sha1-x86_64-linux.S
[473/1141] Compiling sha1-586-linux.S
[474/1141] Compiling sha1-armv4-large-linux.S
[475/1141] Compiling d1_both.cc
[476/1141] Compiling sha1-586-apple.S
[477/1141] Compiling rsaz-avx2-apple.S
[478/1141] Compiling rsaz-avx2-linux.S
[479/1141] Compiling rdrand-x86_64-linux.S
[480/1141] Compiling rdrand-x86_64-apple.S
[481/1141] Compiling p256_beeu-x86_64-asm-linux.S
[482/1141] Compiling p256_beeu-armv8-asm-win.S
[483/1141] Compiling p256_beeu-armv8-asm-linux.S
[484/1141] Compiling p256_beeu-armv8-asm-apple.S
[485/1141] Compiling p256_beeu-x86_64-asm-apple.S
[486/1141] Compiling p256-x86_64-asm-apple.S
[487/1141] Compiling p256-armv8-asm-win.S
[488/1141] Compiling p256-x86_64-asm-linux.S
[489/1141] Compiling p256-armv8-asm-linux.S
[490/1141] Compiling ghashv8-armv8-win.S
[491/1141] Compiling ghashv8-armv8-apple.S
[492/1141] Compiling ghashv8-armv8-linux.S
[493/1141] Compiling p256-armv8-asm-apple.S
[494/1141] Compiling ghashv8-armv7-linux.S
[495/1141] Compiling ghash-x86_64-apple.S
[496/1141] Compiling ghash-x86_64-linux.S
[497/1141] Compiling ghash-x86-linux.S
[497/1141] Compiling ghash-ssse3-x86-linux.S
[499/1141] Compiling ghash-x86-apple.S
[500/1141] Compiling ghash-ssse3-x86_64-apple.S
[500/1141] Compiling ghash-ssse3-x86_64-linux.S
[502/1141] Compiling ghash-neon-armv8-win.S
[503/1141] Compiling ghash-neon-armv8-linux.S
[503/1141] Compiling ghash-armv4-linux.S
[503/1141] Compiling ghash-ssse3-x86-apple.S
[506/1141] Compiling ghash-neon-armv8-apple.S
[507/1141] Compiling co-586-linux.S
[508/1141] Compiling bsaes-armv7-linux.S
[508/1141] Compiling co-586-apple.S
[510/1141] Compiling bn-armv8-apple.S
[511/1141] Compiling bn-586-linux.S
[512/1141] Compiling bn-armv8-win.S
[513/1141] Compiling bn-armv8-linux.S
[514/1141] Compiling bn-586-apple.S
[515/1141] Compiling armv8-mont-win.S
[516/1141] Compiling armv8-mont-apple.S
[517/1141] Compiling armv8-mont-linux.S
[518/1141] Compiling armv4-mont-linux.S
[519/1141] Compiling aesv8-gcm-armv8-linux.S
[520/1141] Compiling aesv8-gcm-armv8-win.S
[521/1141] Compiling aesv8-gcm-armv8-apple.S
[522/1141] Compiling aesv8-armv8-win.S
[523/1141] Compiling aesv8-armv8-linux.S
[524/1141] Compiling aesv8-armv8-apple.S
[525/1141] Compiling aesv8-armv7-linux.S
[526/1141] Compiling aesni-x86_64-apple.S
[527/1141] Compiling aesni-x86_64-linux.S
[528/1141] Compiling aesni-x86-linux.S
[528/1141] Compiling aesni-x86-apple.S
[530/1141] Compiling aesni-gcm-x86_64-apple.S
[531/1141] Compiling aesni-gcm-x86_64-linux.S
[532/1141] Compiling aes-gcm-avx2-x86_64-apple.S
[533/1141] Compiling aes-gcm-avx2-x86_64-linux.S
[534/1141] Compiling aes-gcm-avx10-x86_64-linux.S
[535/1141] Compiling aes-gcm-avx10-x86_64-apple.S
[536/1141] Compiling x_sig.cc
[537/1141] Compiling x_val.cc
[538/1141] Compiling x_req.cc
[539/1141] Compiling x_spki.cc
[540/1141] Compiling x_x509a.cc
[541/1141] Compiling x_pubkey.cc
[542/1141] Compiling x_name.cc
[543/1141] Compiling x_x509.cc
[544/1141] Compiling x_exten.cc
[545/1141] Compiling x_crl.cc
[546/1141] Compiling x_attrib.cc
[547/1141] Compiling x_algor.cc
[548/1141] Compiling x509spki.cc
[549/1141] Compiling x509rset.cc
[550/1141] Compiling x509name.cc
[551/1141] Compiling x_all.cc
[552/1141] Compiling x509_txt.cc
[553/1141] Compiling x509cset.cc
[554/1141] Compiling x509_vpm.cc
[555/1141] Compiling x509_trs.cc
[556/1141] Compiling x509_v3.cc
[557/1141] Compiling x509_set.cc
[558/1141] Compiling x509_vfy.cc
[559/1141] Compiling x509_req.cc
[560/1141] Compiling x509_obj.cc
[561/1141] Compiling x509_ext.cc
[562/1141] Compiling x509_lu.cc
[562/1141] Compiling x509_def.cc
[564/1141] Compiling x509_d2.cc
[565/1141] Compiling x509.cc
[566/1141] Compiling x509_att.cc
[567/1141] Compiling x509_cmp.cc
[568/1141] Compiling v3_prn.cc
[569/1141] Compiling v3_purp.cc
[570/1141] Compiling v3_skey.cc
[571/1141] Compiling v3_pcons.cc
[572/1141] Compiling v3_utl.cc
[573/1141] Compiling v3_pmaps.cc
[574/1141] Compiling v3_ocsp.cc
[575/1141] Compiling v3_ncons.cc
[576/1141] Compiling v3_int.cc
[577/1141] Compiling v3_lib.cc
[578/1141] Compiling v3_info.cc
[579/1141] Compiling v3_ia5.cc
[580/1141] Compiling v3_genn.cc
[581/1141] Compiling v3_extku.cc
[582/1141] Compiling v3_enum.cc
[583/1141] Compiling v3_crld.cc
[584/1141] Compiling v3_cpols.cc
[585/1141] Compiling v3_bitst.cc
[586/1141] Compiling v3_conf.cc
[587/1141] Compiling v3_akey.cc
[588/1141] Compiling v3_bcons.cc
[589/1141] Compiling v3_alt.cc
[590/1141] Compiling v3_akeya.cc
[591/1141] Compiling t_x509a.cc
[592/1141] Compiling t_x509.cc
[593/1141] Compiling i2d_pr.cc
[594/1141] Compiling t_crl.cc
[595/1141] Compiling t_req.cc
[596/1141] Compiling rsa_pss.cc
[597/1141] Compiling name_print.cc
[598/1141] Compiling policy.cc
[599/1141] Compiling by_file.cc
[600/1141] Compiling by_dir.cc
[601/1141] Compiling algorithm.cc
[602/1141] Compiling asn1_gen.cc
[603/1141] Compiling a_verify.cc
[604/1141] Compiling a_sign.cc
[605/1141] Compiling voprf.cc
[606/1141] Compiling a_digest.cc
[607/1141] Compiling thread_win.cc
[608/1141] Compiling thread_none.cc
[609/1141] Compiling thread_pthread.cc
[610/1141] Compiling trust_token.cc
[611/1141] Compiling thread.cc
[612/1141] Compiling stack.cc
[613/1141] Compiling pmbtoken.cc
[614/1141] Compiling sha512.cc
[615/1141] Compiling siphash.cc
[616/1141] Compiling sha1.cc
[616/1141] Compiling sha256.cc
[618/1141] Compiling slhdsa.cc
[619/1141] Compiling spake2plus.cc
[620/1141] Compiling rsa_print.cc
[621/1141] Compiling rsa_extra.cc
[622/1141] Compiling rc4.cc
[623/1141] Compiling refcount.cc
[624/1141] Compiling windows.cc
[624/1141] Compiling rsa_crypt.cc
[626/1141] Compiling trusty.cc
[627/1141] Compiling rand.cc
[628/1141] Compiling urandom.cc
[629/1141] Compiling rsa_asn1.cc
[630/1141] Compiling passive.cc
[631/1141] Compiling ios.cc
[632/1141] Compiling poly1305_arm_asm.S
[633/1141] Compiling getentropy.cc
[634/1141] Compiling forkunsafe.cc
[635/1141] Compiling deterministic.cc
[636/1141] Compiling fork_detect.cc
[637/1141] Compiling poly1305_arm.cc
[638/1141] Compiling poly1305.cc
[639/1141] Compiling poly1305_vec.cc
[640/1141] Compiling pool.cc
[641/1141] Compiling pkcs7.cc
[642/1141] Compiling pkcs8.cc
[643/1141] Compiling p5_pbev2.cc
[644/1141] Compiling pkcs8_x509.cc
[645/1141] Compiling pkcs7_x509.cc
[646/1141] Compiling pem_xaux.cc
[647/1141] Compiling pem_x509.cc
[648/1141] Compiling pem_pkey.cc
[649/1141] Compiling mlkem.cc
[650/1141] Compiling obj_xref.cc
[651/1141] Compiling pem_pk8.cc
[652/1141] Compiling pem_oth.cc
[653/1141] Compiling mldsa.cc
[654/1141] Compiling obj.cc
[655/1141] Compiling pem_info.cc
[656/1141] Compiling pem_lib.cc
[657/1141] Compiling pem_all.cc
[658/1141] Compiling poly_rq_mul.S
[659/1141] Compiling fips_shared_support.cc
[660/1141] Compiling mem.cc
[661/1141] Compiling md5.cc
[662/1141] Compiling md4.cc
[663/1141] Compiling lhash.cc
[664/1141] Compiling ex_data.cc
[665/1141] Compiling hrss.cc
[666/1141] Compiling kyber.cc
[667/1141] Compiling sign.cc
[668/1141] Compiling hpke.cc
[669/1141] Compiling scrypt.cc
[670/1141] Compiling print.cc
[671/1141] Compiling pbkdf.cc
[672/1141] Compiling p_x25519.cc
[673/1141] Compiling p_x25519_asn1.cc
[674/1141] Compiling p_rsa_asn1.cc
[675/1141] Compiling p_ed25519.cc
[676/1141] Compiling p_hkdf.cc
[677/1141] Compiling p_rsa.cc
[678/1141] Compiling p_ed25519_asn1.cc
[679/1141] Compiling p_ec_asn1.cc
[680/1141] Compiling p_ec.cc
[681/1141] Compiling p_dh_asn1.cc
[681/1141] Compiling p_dh.cc
[683/1141] Compiling evp_ctx.cc
[684/1141] Compiling p_dsa_asn1.cc
[685/1141] Compiling evp.cc
[686/1141] Compiling err.cc
[687/1141] Compiling engine.cc
[688/1141] Compiling ecdh.cc
[689/1141] Compiling evp_asn1.cc
[690/1141] Compiling ecdsa_asn1.cc
[691/1141] Compiling hash_to_curve.cc
[692/1141] Compiling ec_derive.cc
[693/1141] Compiling dsa.cc
[694/1141] Compiling ec_asn1.cc
[695/1141] Compiling dsa_asn1.cc
[696/1141] Compiling params.cc
[697/1141] Compiling x25519-asm-arm.S
[698/1141] Compiling des.cc
[699/1141] Compiling digest_extra.cc
[700/1141] Compiling dh_asn1.cc
[701/1141] Compiling crypto.cc
[702/1141] Compiling cpu_arm_linux.cc
[703/1141] Compiling cpu_intel.cc
[704/1141] Compiling spake25519.cc
[705/1141] Compiling curve25519.cc
[706/1141] Compiling cpu_arm_freebsd.cc
[707/1141] Compiling cpu_aarch64_win.cc
[708/1141] Compiling cpu_aarch64_openbsd.cc
[709/1141] Compiling cpu_aarch64_sysreg.cc
[710/1141] Compiling bcm.cc
[711/1141] Compiling cpu_aarch64_linux.cc
[712/1141] Compiling cpu_aarch64_fuchsia.cc
[713/1141] Compiling curve25519_64_adx.cc
[714/1141] Compiling cpu_aarch64_apple.cc
[715/1141] Compiling get_cipher.cc
[715/1141] Compiling tls_cbc.cc
[717/1141] Compiling e_rc4.cc
[718/1141] Compiling conf.cc
[719/1141] Compiling e_tls.cc
[720/1141] Compiling e_rc2.cc
[721/1141] Compiling e_null.cc
[722/1141] Compiling e_des.cc
[723/1141] Compiling derive_key.cc
[724/1141] Compiling e_chacha20poly1305.cc
[725/1141] Compiling e_aesctrhmac.cc
[726/1141] Compiling e_aesgcmsiv.cc
[727/1141] Compiling chacha.cc
[728/1141] Compiling unicode.cc
[729/1141] Compiling buf.cc
[730/1141] Compiling ber.cc
[731/1141] Compiling cbb.cc
[732/1141] Compiling cbs.cc
[733/1141] Compiling bn_asn1.cc
[734/1141] Compiling asn1_compat.cc
[735/1141] Compiling convert.cc
[736/1141] Compiling blake2.cc
[737/1141] Compiling socket_helper.cc
[738/1141] Compiling printf.cc
[739/1141] Compiling socket.cc
[740/1141] Compiling pair.cc
[741/1141] Compiling hexdump.cc
[742/1141] Compiling file.cc
[743/1141] Compiling errno.cc
[744/1141] Compiling fd.cc
[745/1141] Compiling bio_mem.cc
[746/1141] Compiling connect.cc
[747/1141] Compiling bio.cc
[748/1141] Compiling base64.cc
[749/1141] Compiling tasn_typ.cc
[750/1141] Compiling tasn_fre.cc
[751/1141] Compiling tasn_utl.cc
[752/1141] Compiling tasn_enc.cc
[753/1141] Compiling f_string.cc
[754/1141] Compiling posix_time.cc
[755/1141] Compiling tasn_new.cc
[756/1141] Compiling f_int.cc
[757/1141] Compiling asn_pack.cc
[758/1141] Compiling tasn_dec.cc
[759/1141] Compiling asn1_par.cc
[760/1141] Compiling a_utctm.cc
[760/1141] Compiling a_type.cc
[762/1141] Compiling a_time.cc
[762/1141] Compiling a_octet.cc
[763/1141] Compiling asn1_lib.cc
[765/1141] Compiling a_strnid.cc
[766/1141] Compiling a_strex.cc
[767/1141] Compiling a_dup.cc
[768/1141] Compiling a_i2d_fp.cc
[769/1141] Compiling a_object.cc
[770/1141] Compiling fiat_p256_adx_sqr.S
[771/1141] Compiling fiat_p256_adx_mul.S
[772/1141] Compiling a_d2i_fp.cc
[773/1141] Compiling fiat_curve25519_adx_square.S
[774/1141] Compiling fiat_curve25519_adx_mul.S
[775/1141] Compiling a_mbstr.cc
[776/1141] Compiling a_gentm.cc
[777/1141] Compiling md5-x86_64-linux.S
[778/1141] Compiling md5-x86_64-apple.S
[779/1141] Compiling md5-586-linux.S
[780/1141] Compiling a_int.cc
[781/1141] Compiling md5-586-apple.S
[782/1141] Compiling chacha20_poly1305_x86_64-apple.S
[783/1141] Compiling chacha20_poly1305_armv8-win.S
[784/1141] Compiling chacha20_poly1305_armv8-linux.S
[785/1141] Compiling chacha20_poly1305_x86_64-linux.S
[786/1141] Compiling chacha20_poly1305_armv8-apple.S
[787/1141] Compiling chacha-x86_64-linux.S
[788/1141] Compiling CCryptoBoringSSLShims shims.c
[789/1141] Compiling chacha-x86_64-apple.S
[790/1141] Compiling chacha-x86-linux.S
[791/1141] Compiling chacha-x86-apple.S
[792/1141] Compiling chacha-armv8-win.S
[793/1141] Compiling chacha-armv8-apple.S
[794/1141] Compiling chacha-armv8-linux.S
[795/1141] Compiling chacha-armv4-linux.S
[796/1141] Compiling a_bool.cc
[797/1141] Compiling a_bitstr.cc
[798/1141] Compiling aes128gcmsiv-x86_64-linux.S
[799/1141] Compiling aes128gcmsiv-x86_64-apple.S
[800/1141] Compiling x86_64-mont5-apple.S
[801/1141] Compiling x86_64-mont-linux.S
[802/1141] Compiling x86_64-mont5-linux.S
[803/1141] Compiling x86-mont-linux.S
[804/1141] Compiling x86_64-mont-apple.S
[805/1141] Compiling x86-mont-apple.S
[806/1141] Compiling err_data.cc
[807/1141] Compiling vpaes-x86_64-linux.S
[808/1141] Compiling vpaes-x86_64-apple.S
[809/1141] Compiling vpaes-x86-linux.S
[810/1141] Compiling vpaes-x86-apple.S
[811/1141] Compiling vpaes-armv8-win.S
[812/1141] Compiling vpaes-armv8-linux.S
[812/1141] Compiling vpaes-armv8-apple.S
[814/1141] Compiling vpaes-armv7-linux.S
[815/1141] Compiling sha512-x86_64-apple.S
[816/1141] Compiling sha512-x86_64-linux.S
[817/1141] Compiling sha512-armv8-win.S
[818/1141] Compiling sha512-armv8-linux.S
[819/1141] Compiling sha512-armv8-apple.S
[820/1141] Compiling sha512-armv4-linux.S
[821/1141] Compiling sha512-586-linux.S
[822/1141] Compiling sha512-586-apple.S
[823/1141] Compiling sha256-x86_64-apple.S
[824/1141] Compiling sha256-x86_64-linux.S
[825/1141] Compiling sha256-armv8-win.S
[826/1141] Compiling sha256-armv8-linux.S
[827/1141] Compiling sha256-armv8-apple.S
[828/1141] Compiling sha256-586-linux.S
[829/1141] Compiling sha256-armv4-linux.S
[830/1141] Compiling sha256-586-apple.S
[831/1141] Compiling sha1-x86_64-apple.S
[832/1141] Compiling sha1-armv8-win.S
[833/1141] Compiling sha1-armv8-apple.S
[833/1141] Compiling sha1-armv8-linux.S
[835/1141] Compiling sha1-armv4-large-linux.S
[836/1141] Compiling sha1-586-linux.S
[837/1141] Compiling sha1-x86_64-linux.S
[838/1141] Compiling sha1-586-apple.S
[839/1141] Compiling rsaz-avx2-apple.S
[840/1141] Compiling rdrand-x86_64-linux.S
[841/1141] Compiling rsaz-avx2-linux.S
[842/1141] Compiling rdrand-x86_64-apple.S
[843/1141] Compiling p256_beeu-x86_64-asm-linux.S
[843/1141] Compiling p256_beeu-x86_64-asm-apple.S
[845/1141] Compiling p256_beeu-armv8-asm-win.S
[846/1141] Compiling p256_beeu-armv8-asm-linux.S
[847/1141] Compiling p256_beeu-armv8-asm-apple.S
[848/1141] Compiling p256-armv8-asm-linux.S
[849/1141] Compiling p256-armv8-asm-win.S
[850/1141] Compiling p256-armv8-asm-apple.S
[851/1141] Compiling p256-x86_64-asm-apple.S
[852/1141] Compiling ghashv8-armv8-win.S
[853/1141] Compiling ghashv8-armv8-linux.S
[854/1141] Compiling p256-x86_64-asm-linux.S
[855/1141] Compiling ghashv8-armv7-linux.S
[856/1141] Compiling ghashv8-armv8-apple.S
[857/1141] Compiling ghash-x86_64-apple.S
[858/1141] Compiling ghash-x86-linux.S
[859/1141] Compiling ghash-x86_64-linux.S
[860/1141] Compiling ghash-x86-apple.S
[861/1141] Compiling ghash-ssse3-x86_64-linux.S
[862/1141] Compiling ghash-ssse3-x86_64-apple.S
[863/1141] Compiling ghash-ssse3-x86-linux.S
[864/1141] Compiling ghash-ssse3-x86-apple.S
[865/1141] Compiling ghash-neon-armv8-win.S
[866/1141] Compiling ghash-neon-armv8-apple.S
[867/1141] Compiling ghash-neon-armv8-linux.S
[868/1141] Compiling ghash-armv4-linux.S
[869/1141] Compiling co-586-linux.S
[870/1141] Compiling co-586-apple.S
[871/1141] Compiling bsaes-armv7-linux.S
[872/1141] Compiling bn-armv8-win.S
[873/1141] Compiling bn-armv8-linux.S
[874/1141] Compiling bn-586-apple.S
[875/1141] Compiling bn-586-linux.S
[876/1141] Compiling bn-armv8-apple.S
[877/1141] Compiling armv8-mont-win.S
[878/1141] Compiling armv8-mont-linux.S
[879/1141] Compiling armv4-mont-linux.S
[880/1141] Compiling armv8-mont-apple.S
[881/1141] Compiling aesv8-gcm-armv8-win.S
[882/1141] Compiling aesv8-gcm-armv8-linux.S
[883/1141] Compiling aesv8-gcm-armv8-apple.S
[884/1141] Compiling aesv8-armv8-win.S
[885/1141] Compiling aesv8-armv8-linux.S
[886/1141] Compiling aesv8-armv8-apple.S
[887/1141] Compiling aesv8-armv7-linux.S
[888/1141] Compiling aesni-x86_64-apple.S
[889/1141] Compiling aesni-x86_64-linux.S
[890/1141] Compiling aesni-x86-linux.S
[891/1141] Compiling aesni-gcm-x86_64-apple.S
[892/1141] Compiling aesni-x86-apple.S
[893/1141] Compiling aesni-gcm-x86_64-linux.S
[894/1141] Compiling aes-gcm-avx10-x86_64-linux.S
[895/1141] Compiling aes-gcm-avx10-x86_64-apple.S
[896/1141] Compiling x_sig.cc
[897/1141] Compiling x_spki.cc
[898/1141] Compiling x_val.cc
[898/1141] Compiling x_req.cc
[900/1141] Compiling x_x509a.cc
[901/1141] Compiling x_x509.cc
[902/1141] Compiling x_pubkey.cc
[903/1141] Compiling x_name.cc
[904/1141] Compiling x_algor.cc
[905/1141] Compiling x509spki.cc
[906/1141] Compiling x_exten.cc
[907/1141] Compiling x_attrib.cc
[908/1141] Compiling x_crl.cc
[909/1141] Compiling x509rset.cc
[910/1141] Compiling x_all.cc
[911/1141] Compiling x509name.cc
[912/1141] Compiling x509_txt.cc
[913/1141] Compiling x509cset.cc
[914/1141] Compiling x509_vpm.cc
[915/1141] Compiling x509_v3.cc
[916/1141] Compiling x509_trs.cc
[917/1141] Compiling x509_vfy.cc
[918/1141] Compiling x509_set.cc
[919/1141] Compiling x509_req.cc
[920/1141] Compiling x509_obj.cc
[921/1141] Compiling x509_def.cc
[922/1141] Compiling x509_d2.cc
[923/1141] Compiling x509_att.cc
[924/1141] Compiling x509_lu.cc
[925/1141] Compiling x509_cmp.cc
[926/1141] Compiling x509_ext.cc
[927/1141] Compiling x509.cc
[928/1141] Compiling v3_skey.cc
[929/1141] Compiling v3_utl.cc
[930/1141] Compiling v3_prn.cc
[931/1141] Compiling v3_purp.cc
[932/1141] Compiling v3_pmaps.cc
[933/1141] Compiling v3_ocsp.cc
[934/1141] Compiling v3_pcons.cc
[935/1141] Compiling v3_ncons.cc
[936/1141] Compiling v3_lib.cc
[937/1141] Compiling v3_int.cc
[938/1141] Compiling v3_ia5.cc
[939/1141] Compiling v3_genn.cc
[940/1141] Compiling v3_info.cc
[941/1141] Compiling v3_extku.cc
[942/1141] Compiling v3_crld.cc
[943/1141] Compiling v3_enum.cc
[944/1141] Compiling v3_bitst.cc
[945/1141] Compiling v3_bcons.cc
[946/1141] Compiling v3_alt.cc
[947/1141] Compiling v3_cpols.cc
[948/1141] Compiling v3_conf.cc
[949/1141] Compiling v3_akeya.cc
[950/1141] Compiling v3_akey.cc
[951/1141] Compiling t_x509a.cc
[952/1141] Compiling t_x509.cc
[953/1141] Compiling t_crl.cc
[954/1141] Compiling t_req.cc
[955/1141] Compiling policy.cc
[956/1141] Compiling rsa_pss.cc
[957/1141] Compiling name_print.cc
[958/1141] Compiling i2d_pr.cc
[959/1141] Compiling by_dir.cc
[960/1141] Compiling algorithm.cc
[961/1141] Compiling by_file.cc
[962/1141] Compiling voprf.cc
[963/1141] Compiling asn1_gen.cc
[964/1141] Compiling a_digest.cc
[965/1141] Compiling a_sign.cc
[966/1141] Compiling a_verify.cc
[967/1141] Compiling thread_win.cc
[968/1141] Compiling trust_token.cc
[969/1141] Compiling thread_pthread.cc
[970/1141] Compiling thread_none.cc
[971/1141] Compiling pmbtoken.cc
[972/1141] Compiling thread.cc
[973/1141] Compiling stack.cc
[974/1141] Compiling wots.cc
[975/1141] Compiling thash.cc
[976/1141] Compiling slhdsa.cc
[977/1141] Compiling fors.cc
[978/1141] Compiling merkle.cc
[979/1141] Compiling sha512.cc
[980/1141] Compiling siphash.cc
[981/1141] Compiling sha256.cc
[982/1141] Compiling rsa_print.cc
[982/1141] Compiling rsa_extra.cc
[984/1141] Compiling sha1.cc
[985/1141] Compiling rsa_crypt.cc
[986/1141] Compiling rc4.cc
[987/1141] Compiling rsa_asn1.cc
[988/1141] Compiling windows.cc
[989/1141] Compiling trusty.cc
[990/1141] Compiling refcount.cc
[991/1141] Compiling rand_extra.cc
[992/1141] Compiling urandom.cc
[993/1141] Compiling ios.cc
[994/1141] Compiling getentropy.cc
[995/1141] Compiling passive.cc
[996/1141] Compiling poly1305_arm_asm.S
[997/1141] Compiling forkunsafe.cc
[998/1141] Compiling deterministic.cc
[999/1141] Compiling fork_detect.cc
[1000/1141] Compiling poly1305_arm.cc
[1001/1141] Compiling poly1305_vec.cc
[1002/1141] Compiling poly1305.cc
[1003/1141] Compiling pool.cc
[1004/1141] Compiling pkcs7.cc
[1005/1141] Compiling pkcs8.cc
[1006/1141] Compiling p5_pbev2.cc
[1007/1141] Compiling pkcs7_x509.cc
[1008/1141] Compiling pkcs8_x509.cc
[1009/1141] Compiling pem_xaux.cc
[1010/1141] Compiling pem_x509.cc
[1011/1141] Compiling pem_pkey.cc
[1012/1141] Compiling pem_pk8.cc
[1013/1141] Compiling obj_xref.cc
[1014/1141] Compiling pem_oth.cc
[1015/1141] Compiling pem_lib.cc
[1016/1141] Compiling pem_info.cc
[1017/1141] Compiling mldsa.cc
[1018/1141] Compiling mlkem.cc
[1019/1141] Compiling obj.cc
[1020/1141] Compiling pem_all.cc
[1021/1141] Compiling md5.cc
[1022/1141] Compiling md4.cc
[1022/1141] Compiling fips_shared_support.cc
[1024/1141] Compiling mem.cc
[1025/1141] Compiling lhash.cc
[1026/1141] Compiling poly_rq_mul.S
[1027/1141] Compiling kyber.cc
[1028/1141] Compiling hrss.cc
[1029/1141] Compiling ex_data.cc
[1030/1141] Compiling scrypt.cc
[1031/1141] Compiling hpke.cc
[1032/1141] Compiling sign.cc
[1033/1141] Compiling print.cc
[1034/1141] Compiling pbkdf.cc
[1035/1141] Compiling p_x25519_asn1.cc
[1036/1141] Compiling p_x25519.cc
[1037/1141] Compiling p_rsa_asn1.cc
[1038/1141] Compiling p_rsa.cc
[1039/1141] Compiling p_ed25519.cc
[1040/1141] Compiling p_hkdf.cc
[1041/1141] Compiling p_ed25519_asn1.cc
[1042/1141] Compiling p_ec_asn1.cc
[1043/1141] Compiling p_ec.cc
[1044/1141] Compiling p_dh_asn1.cc
[1045/1141] Compiling p_dsa_asn1.cc
[1046/1141] Compiling evp_ctx.cc
[1047/1141] Compiling p_dh.cc
[1048/1141] Compiling evp_asn1.cc
[1049/1141] Compiling evp.cc
[1050/1141] Compiling err.cc
[1051/1141] Compiling engine.cc
[1052/1141] Compiling ecdh_extra.cc
[1053/1141] Compiling ecdsa_asn1.cc
[1054/1141] Compiling hash_to_curve.cc
[1055/1141] Compiling ec_derive.cc
[1056/1141] Compiling ec_asn1.cc
[1057/1141] Compiling dsa_asn1.cc
[1058/1141] Compiling digest_extra.cc
[1059/1141] Compiling params.cc
[1060/1141] Compiling dsa.cc
[1061/1141] Compiling x25519-asm-arm.S
[1062/1141] Compiling dh_asn1.cc
[1063/1141] Compiling des.cc
[1064/1141] Compiling spake25519.cc
[1065/1141] Compiling cpu_arm_linux.cc
[1066/1141] Compiling crypto.cc
[1067/1141] Compiling cpu_arm_freebsd.cc
[1068/1141] Compiling cpu_intel.cc
[1069/1141] Compiling cpu_aarch64_win.cc
[1070/1141] Compiling curve25519.cc
[1071/1141] Compiling cpu_aarch64_sysreg.cc
[1072/1141] Compiling cpu_aarch64_openbsd.cc
[1073/1141] Compiling bcm.cc
[1074/1141] Compiling cpu_aarch64_linux.cc
[1075/1141] Compiling cpu_aarch64_fuchsia.cc
[1076/1141] Compiling cpu_aarch64_apple.cc
[1077/1141] Compiling curve25519_64_adx.cc
[1078/1141] Compiling conf.cc
[1079/1141] Compiling tls_cbc.cc
[1080/1141] Compiling e_tls.cc
[1081/1141] Compiling e_rc4.cc
[1082/1141] Compiling e_null.cc
[1083/1141] Compiling e_rc2.cc
[1084/1141] Compiling e_des.cc
[1085/1141] Compiling e_chacha20poly1305.cc
[1086/1141] Compiling derive_key.cc
[1087/1141] Compiling e_aesgcmsiv.cc
[1088/1141] Compiling cipher_extra.cc
[1089/1141] Compiling chacha.cc
[1089/1141] Compiling e_aesctrhmac.cc
[1091/1141] Compiling unicode.cc
[1092/1141] Compiling cbs.cc
[1093/1141] Compiling cbb.cc
[1094/1141] Compiling buf.cc
[1095/1141] Compiling asn1_compat.cc
[1096/1141] Compiling ber.cc
[1097/1141] Compiling bn_asn1.cc
[1098/1141] Compiling convert.cc
[1099/1141] Compiling blake2.cc
[1100/1141] Compiling printf.cc
[1101/1141] Compiling pair.cc
[1102/1141] Compiling file.cc
[1103/1141] Compiling fd.cc
[1104/1141] Compiling errno.cc
[1105/1141] Compiling hexdump.cc
[1106/1141] Compiling bio.cc
[1107/1141] Compiling bio_mem.cc
[1108/1141] Compiling base64.cc
[1109/1141] Compiling tasn_typ.cc
[1110/1141] Compiling tasn_fre.cc
[1111/1141] Compiling tasn_new.cc
[1112/1141] Compiling tasn_enc.cc
[1113/1141] Compiling tasn_utl.cc
[1114/1141] Compiling posix_time.cc
[1115/1141] Compiling tasn_dec.cc
[1116/1141] Compiling f_string.cc
[1117/1141] Compiling asn_pack.cc
[1118/1141] Compiling f_int.cc
[1119/1141] Compiling asn1_par.cc
[1120/1141] Compiling a_utctm.cc
[1121/1141] Compiling a_type.cc
[1122/1141] Compiling asn1_lib.cc
[1123/1141] Compiling a_time.cc
[1124/1141] Compiling a_strnid.cc
[1125/1141] Compiling a_octet.cc
[1126/1141] Compiling a_strex.cc
[1127/1141] Compiling a_object.cc
[1128/1141] Compiling a_mbstr.cc
[1129/1141] Write sources
[1130/1141] Compiling a_i2d_fp.cc
[1130/1141] Write sources
[1135/1141] Compiling a_dup.cc
[1136/1141] Compiling a_int.cc
[1137/1141] Compiling a_gentm.cc
[1138/1141] Compiling a_d2i_fp.cc
[1139/1141] Compiling a_bool.cc
[1140/1283] Compiling a_bitstr.cc
[1142/1291] Compiling Algorithms Grouped.swift
[1143/1291] Compiling Algorithms Indexed.swift
[1144/1293] Compiling Algorithms Permutations.swift
[1145/1293] Compiling Algorithms Product.swift
[1146/1293] Compiling Algorithms MinMax.swift
[1147/1293] Compiling Algorithms Partition.swift
[1148/1293] Compiling Algorithms AdjacentPairs.swift
[1149/1293] Compiling Algorithms Chain.swift
[1150/1293] Compiling Algorithms Chunked.swift
[1151/1293] Emitting module BitCollections
[1154/1300] Compiling Atomics IntegerOperations.swift
[1155/1300] Compiling Atomics Unmanaged extensions.swift
[1156/1300] Compiling Algorithms Rotate.swift
[1157/1300] Compiling Algorithms Split.swift
[1158/1300] Compiling Algorithms Stride.swift
[1159/1300] Compiling Algorithms Combinations.swift
[1160/1300] Compiling Algorithms Compacted.swift
[1161/1300] Compiling Algorithms Cycle.swift
[1162/1300] Compiling Algorithms EitherSequence.swift
[1163/1300] Compiling Algorithms FirstNonNil.swift
[1164/1300] Compiling Algorithms FlattenCollection.swift
[1167/1300] Emitting module AsyncAlgorithms
[1168/1306] Compiling Algorithms Suffix.swift
[1169/1306] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1170/1306] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1171/1306] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1172/1306] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1173/1306] Compiling AsyncAlgorithms DebounceStorage.swift
[1174/1306] Compiling AsyncAlgorithms Dictionary.swift
[1175/1306] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1176/1306] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1177/1306] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1178/1306] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1179/1306] Compiling AsyncAlgorithms MergeStateMachine.swift
[1180/1306] Compiling AsyncAlgorithms MergeStorage.swift
[1181/1306] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1182/1306] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1183/1306] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1184/1306] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1185/1306] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1186/1306] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1187/1306] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1188/1306] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1195/1309] Compiling CryptoBoringWrapper RandomBytes.swift
[1202/1309] Emitting module CryptoBoringWrapper
[1203/1309] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1208/1309] Compiling Algorithms Intersperse.swift
[1209/1309] Compiling Algorithms Joined.swift
[1210/1309] Compiling Algorithms Keyed.swift
[1224/1309] Compiling BitCollections BitSet.Index.swift
[1225/1309] Compiling BitCollections BitSet._UnsafeHandle.swift
[1226/1309] Compiling BitCollections BitSet.swift
[1227/1309] Compiling BitCollections Range+Utilities.swift
[1228/1309] Compiling BitCollections Slice+Utilities.swift
[1229/1309] Compiling BitCollections UInt+Tricks.swift
[1230/1309] Compiling BitCollections _Word.swift
[1231/1309] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1238/1309] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1239/1309] Compiling CryptoBoringWrapper EllipticCurve.swift
[1240/1309] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1241/1309] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1259/1310] Compiling AsyncAlgorithms SetAlgebra.swift
[1260/1310] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1261/1310] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1262/1310] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1263/1310] Compiling AsyncAlgorithms ZipStateMachine.swift
[1264/1310] Compiling AsyncAlgorithms ZipStorage.swift
[1265/1310] Compiling BitCollections BitArray+Descriptions.swift
[1266/1310] Compiling BitCollections BitArray+Equatable.swift
[1275/1310] Compiling Algorithms Trim.swift
[1276/1310] Compiling Algorithms Unique.swift
[1277/1310] Compiling Algorithms Windows.swift
[1301/1382] Compiling Crypto HPKE-Utils.swift
[1302/1382] Compiling Crypto DHKEM.swift
[1303/1382] Compiling Crypto HPKE-KEM-Curve25519.swift
[1304/1382] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1305/1382] Compiling Crypto HPKE-KEM.swift
[1306/1382] Compiling Crypto HPKE-Errors.swift
[1307/1385] Compiling Crypto SEC1PrivateKey.swift
[1308/1385] Compiling Crypto SubjectPublicKeyInfo.swift
[1309/1385] Compiling Crypto CryptoKitErrors.swift
[1311/1385] Emitting module Atomics
[1313/1386] Emitting module Collections
[1314/1386] Compiling Collections Collections.swift
[1316/1395] Emitting module Algorithms
[1317/1396] Compiling ServiceLifecycle Service.swift
[1319/1471] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1320/1471] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1321/1471] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1322/1471] Compiling ServiceLifecycle ServiceRunnerError.swift
[1323/1471] Emitting module ServiceLifecycle
[1324/1471] Compiling ServiceLifecycle GracefulShutdown.swift
[1325/1471] Compiling ServiceLifecycle CancellationWaiter.swift
[1326/1471] Compiling NIOCore AsyncChannelInboundStream.swift
[1327/1471] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1328/1471] Compiling NIOCore MarkedCircularBuffer.swift
[1329/1471] Compiling NIOCore MulticastChannel.swift
[1330/1471] Compiling NIOCore NIOAny.swift
[1331/1471] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1332/1471] Compiling NIOCore NIOLoopBound.swift
[1333/1471] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1334/1471] Compiling NIOCore NIOScheduledCallback.swift
[1335/1471] Compiling NIOCore NIOSendable.swift
[1336/1471] Compiling NIOCore RecvByteBufferAllocator.swift
[1337/1471] Compiling Crypto X25519Keys.swift
[1338/1481] Compiling NIOCore BSDSocketAPI.swift
[1339/1481] Compiling NIOCore ByteBuffer-aux.swift
[1340/1481] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1341/1481] Compiling NIOCore ByteBuffer-conversions.swift
[1342/1481] Compiling NIOCore ByteBuffer-core.swift
[1343/1481] Compiling NIOCore ByteBuffer-hex.swift
[1344/1481] Compiling NIOCore ByteBuffer-int.swift
[1345/1481] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1346/1481] Compiling NIOCore ByteBuffer-multi-int.swift
[1347/1481] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1348/1481] Compiling NIOCore AsyncChannel.swift
[1349/1481] Compiling NIOCore AsyncChannelHandler.swift
[1350/1481] Emitting module Crypto
[1351/1481] Compiling Crypto SymmetricKeys.swift
[1352/1481] Compiling Crypto HMAC.swift
[1353/1481] Compiling Crypto MACFunctions.swift
[1354/1481] Compiling Crypto MessageAuthenticationCode.swift
[1355/1481] Compiling Crypto AES.swift
[1356/1481] Compiling Crypto ECDSASignature_boring.swift
[1357/1481] Compiling Crypto ECDSA_boring.swift
[1358/1481] Compiling Crypto EdDSA_boring.swift
[1359/1481] Compiling Crypto ECDSA.swift
[1360/1481] Compiling Crypto Ed25519.swift
[1361/1481] Compiling NIOCore DeadChannel.swift
[1362/1481] Compiling NIOCore DispatchQueue+WithFuture.swift
[1363/1481] Compiling NIOCore EventLoop+Deprecated.swift
[1364/1481] Compiling NIOCore EventLoop+SerialExecutor.swift
[1365/1481] Compiling NIOCore EventLoop.swift
[1366/1481] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1367/1481] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1368/1481] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1369/1481] Compiling NIOCore EventLoopFuture.swift
[1370/1481] Compiling NIOCore FileDescriptor.swift
[1371/1481] Compiling NIOCore FileHandle.swift
[1372/1481] Compiling NIOCore FileRegion.swift
[1373/1481] Compiling NIOCore GlobalSingletons.swift
[1374/1481] Compiling NIOCore IO.swift
[1375/1481] Compiling NIOCore IOData.swift
[1376/1481] Compiling NIOCore IPProtocol.swift
[1377/1481] Compiling NIOCore IntegerBitPacking.swift
[1378/1481] Compiling NIOCore IntegerTypes.swift
[1379/1481] Compiling NIOCore Interfaces.swift
[1380/1481] Compiling NIOCore Linux.swift
[1381/1481] Compiling ServiceLifecycle ServiceGroup.swift
[1382/1482] Compiling NIOCore NIOAsyncWriter.swift
[1383/1482] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1384/1482] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1385/1482] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1387/1482] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1388/1482] Compiling NIOCore AddressedEnvelope.swift
[1389/1482] Compiling NIOCore AsyncAwaitSupport.swift
[1398/1490] Compiling NIOCore ByteBuffer-views.swift
[1399/1490] Compiling NIOCore Channel.swift
[1400/1490] Compiling NIOCore ChannelHandler.swift
[1401/1490] Compiling NIOCore ChannelHandlers.swift
[1402/1490] Compiling NIOCore ChannelInvoker.swift
[1403/1490] Compiling NIOCore ChannelOption.swift
[1404/1490] Compiling NIOCore ChannelPipeline.swift
[1405/1490] Compiling NIOCore CircularBuffer.swift
[1406/1490] Compiling NIOCore Codec.swift
[1407/1490] Compiling NIOCore ConvenienceOptionSupport.swift
[1418/1490] Emitting module _ConnectionPoolModule
[1421/1490] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1423/1491] Compiling Crypto Signature.swift
[1424/1491] Compiling Crypto CryptoKitErrors_boring.swift
[1425/1491] Compiling Crypto RNG_boring.swift
[1426/1491] Compiling Crypto SafeCompare_boring.swift
[1427/1491] Compiling Crypto Zeroization_boring.swift
[1428/1491] Compiling Crypto PrettyBytes.swift
[1429/1491] Compiling Crypto SafeCompare.swift
[1430/1491] Compiling Crypto SecureBytes.swift
[1431/1491] Compiling Crypto Zeroization.swift
[1457/1492] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1458/1492] Compiling NIOCore SocketAddresses.swift
[1459/1492] Compiling NIOCore SocketOptionProvider.swift
[1460/1492] Compiling NIOCore SystemCallHelpers.swift
[1461/1492] Compiling NIOCore TimeAmount+Duration.swift
[1462/1492] Compiling NIOCore TypeAssistedChannelHandler.swift
[1463/1492] Compiling NIOCore UniversalBootstrapSupport.swift
[1464/1492] Compiling NIOCore Utilities.swift
[1492/1492] Emitting module NIOCore
[1494/1543] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1495/1543] Emitting module NIOEmbedded
[1496/1543] Compiling NIOEmbedded Embedded.swift
[1497/1543] Compiling NIOEmbedded AsyncTestingChannel.swift
[1499/1544] Emitting module NIOPosix
[1500/1550] Compiling NIOPosix Pool.swift
[1501/1550] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1502/1550] Compiling NIOPosix PosixSingletons.swift
[1503/1550] Compiling NIOPosix RawSocketBootstrap.swift
[1504/1550] Compiling NIOPosix Resolver.swift
[1505/1550] Compiling NIOPosix Selectable.swift
[1506/1550] Compiling NIOPosix SelectableChannel.swift
[1507/1550] Compiling NIOPosix SelectableEventLoop.swift
[1508/1550] Compiling NIOPosix SelectorEpoll.swift
[1509/1550] Compiling NIOPosix SelectorGeneric.swift
[1510/1550] Compiling NIOPosix SelectorKqueue.swift
[1511/1550] Compiling NIOPosix SelectorUring.swift
[1512/1550] Compiling NIOPosix ServerSocket.swift
[1513/1550] Compiling NIOPosix Socket.swift
[1514/1550] Compiling NIOPosix SocketChannel.swift
[1515/1550] Compiling NIOPosix SocketProtocols.swift
[1516/1550] Compiling NIOPosix System.swift
[1517/1550] Compiling NIOPosix Thread.swift
[1518/1550] Compiling NIOPosix ThreadPosix.swift
[1519/1550] Compiling NIOPosix ThreadWindows.swift
[1520/1550] Compiling NIOPosix UnsafeTransfer.swift
[1521/1550] Compiling NIOPosix Utilities.swift
[1522/1550] Compiling NIOPosix VsockAddress.swift
[1523/1550] Compiling NIOPosix VsockChannelEvents.swift
[1524/1550] Compiling NIOPosix BSDSocketAPICommon.swift
[1525/1550] Compiling NIOPosix BSDSocketAPIPosix.swift
[1526/1550] Compiling NIOPosix BSDSocketAPIWindows.swift
[1527/1550] Compiling NIOPosix BaseSocket.swift
[1528/1550] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1529/1550] Compiling NIOPosix BaseSocketChannel.swift
[1530/1550] Compiling NIOPosix BaseStreamSocketChannel.swift
[1531/1550] Compiling NIOPosix NIOThreadPool.swift
[1532/1550] Compiling NIOPosix NonBlockingFileIO.swift
[1533/1550] Compiling NIOPosix PendingDatagramWritesManager.swift
[1534/1550] Compiling NIOPosix PendingWritesManager.swift
[1535/1550] Compiling NIOPosix PipeChannel.swift
[1536/1550] Compiling NIOPosix PipePair.swift
[1537/1550] Compiling NIOPosix IO.swift
[1538/1550] Compiling NIOPosix IntegerBitPacking.swift
[1539/1550] Compiling NIOPosix IntegerTypes.swift
[1540/1550] Compiling NIOPosix Linux.swift
[1541/1550] Compiling NIOPosix LinuxCPUSet.swift
[1542/1550] Compiling NIOPosix LinuxUring.swift
[1543/1550] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1544/1550] Compiling NIOPosix Bootstrap.swift
[1545/1550] Compiling NIOPosix ControlMessage.swift
[1546/1550] Compiling NIOPosix DatagramVectorReadManager.swift
[1547/1550] Compiling NIOPosix Errors+Any.swift
[1548/1550] Compiling NIOPosix FileDescriptor.swift
[1549/1550] Compiling NIOPosix GetaddrinfoResolver.swift
[1550/1550] Compiling NIOPosix HappyEyeballs.swift
[1552/1575] Compiling NIO Exports.swift
[1553/1575] Emitting module NIO
[1554/1576] Compiling AsyncKit ConnectionPoolError.swift
[1555/1576] Compiling AsyncKit ConnectionPoolItem.swift
[1556/1576] Compiling AsyncKit ConnectionPoolSource.swift
[1558/1578] Compiling AsyncKit Future+Miscellaneous.swift
[1559/1578] Compiling AsyncKit Future+Nonempty.swift
[1560/1578] Compiling AsyncKit Future+Optional.swift
[1561/1578] Compiling AsyncKit Future+Transform.swift
[1562/1578] Compiling AsyncKit Future+Try.swift
[1563/1578] Compiling AsyncKit FutureOperators.swift
[1564/1681] Compiling NIOTLS TLSEvents.swift
[1565/1681] Compiling SQLKit SQLDropEnumBuilder.swift
[1566/1681] Compiling SQLKit SQLDropIndexBuilder.swift
[1567/1681] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1568/1681] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1569/1681] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1570/1681] Emitting module NIOFoundationCompat
[1571/1681] Emitting module NIOTLS
[1572/1681] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1573/1681] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1574/1681] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1575/1681] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1576/1682] Compiling NIOTLS SNIHandler.swift
[1579/1683] Compiling SQLKit SQLAlterEnumBuilder.swift
[1580/1683] Compiling SQLKit SQLAlterTableBuilder.swift
[1581/1683] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1582/1683] Compiling SQLKit SQLCreateEnumBuilder.swift
[1583/1683] Compiling SQLKit SQLCreateIndexBuilder.swift
[1584/1683] Compiling SQLKit SQLCreateTableBuilder.swift
[1585/1683] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1586/1683] Compiling SQLKit SQLDeleteBuilder.swift
[1589/1683] Compiling SQLKit SQLDropTableBuilder.swift
[1590/1683] Compiling SQLKit SQLDropTriggerBuilder.swift
[1591/1683] Compiling SQLKit SQLInsertBuilder.swift
[1592/1683] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1593/1683] Compiling SQLKit SQLRawBuilder.swift
[1594/1683] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1595/1683] Compiling SQLKit SQLSelectBuilder.swift
[1596/1683] Compiling SQLKit SQLSubqueryBuilder.swift
[1597/1683] Compiling SQLKit SQLUnionBuilder.swift
[1598/1683] Compiling SQLKit SQLUpdateBuilder.swift
[1599/1683] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1600/1683] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1601/1683] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1602/1683] Compiling SQLKit SQLCommonUnionBuilder.swift
[1603/1683] Compiling SQLKit SQLJoinBuilder.swift
[1604/1683] Compiling SQLKit SQLPartialResultBuilder.swift
[1605/1705] Compiling SQLKit SQLDropIndex.swift
[1606/1705] Compiling SQLKit SQLDropTable.swift
[1607/1705] Compiling SQLKit SQLDropTrigger.swift
[1608/1705] Compiling SQLKit SQLInsert.swift
[1609/1705] Compiling SQLKit SQLSelect.swift
[1610/1705] Compiling SQLKit SQLUnion.swift
[1611/1705] Compiling SQLKit SQLUpdate.swift
[1612/1705] Compiling SQLKit SQLExpression.swift
[1613/1705] Compiling SQLKit SQLSerializer.swift
[1614/1705] Compiling SQLKit SQLStatement.swift
[1615/1705] Compiling SQLKit SQLBinaryExpression.swift
[1616/1705] Compiling SQLKit SQLBinaryOperator.swift
[1617/1705] Compiling SQLKit SQLBind.swift
[1618/1730] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1619/1730] Compiling SQLKit SQLColumnAssignment.swift
[1620/1730] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1621/1730] Compiling SQLKit SQLColumnDefinition.swift
[1622/1730] Compiling SQLKit SQLCommonTableExpression.swift
[1623/1730] Compiling SQLKit SQLConflictAction.swift
[1624/1730] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1625/1730] Compiling SQLKit SQLDropBehaviour.swift
[1626/1730] Compiling SQLKit SQLEnumDataType.swift
[1627/1730] Compiling SQLKit SQLExcludedColumn.swift
[1628/1730] Compiling SQLKit SQLForeignKey.swift
[1629/1730] Compiling SQLKit SQLJoin.swift
[1630/1730] Compiling SQLKit SQLJoinMethod.swift
[1631/1734] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1632/1734] Compiling SQLKit Exports.swift
[1633/1734] Compiling SQLKit SQLAlias.swift
[1634/1734] Compiling SQLKit SQLBetween.swift
[1635/1734] Compiling SQLKit SQLColumn.swift
[1636/1734] Compiling SQLKit SQLConstraint.swift
[1637/1734] Compiling SQLKit SQLDataType.swift
[1638/1734] Compiling SQLKit SQLDirection.swift
[1639/1734] Compiling SQLKit SQLDistinct.swift
[1640/1734] Compiling SQLKit SQLForeignKeyAction.swift
[1641/1734] Compiling SQLKit SQLNestedSubpathExpression.swift
[1642/1734] Compiling SQLKit SQLQualifiedTable.swift
[1643/1734] Compiling SQLKit SQLQueryString.swift
[1644/1734] Compiling SQLKit SQLLockingClause.swift
[1645/1734] Compiling SQLKit SQLOrderBy.swift
[1646/1734] Compiling SQLKit SQLReturning.swift
[1647/1734] Compiling SQLKit SQLSubquery.swift
[1648/1734] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1649/1734] Compiling SQLKit SQLAlterEnum.swift
[1650/1734] Compiling SQLKit SQLAlterTable.swift
[1651/1734] Compiling SQLKit SQLCreateEnum.swift
[1652/1734] Compiling SQLKit SQLCreateIndex.swift
[1653/1734] Compiling SQLKit SQLCreateTable.swift
[1654/1734] Compiling SQLKit SQLCreateTrigger.swift
[1655/1734] Compiling SQLKit SQLDelete.swift
[1656/1734] Compiling SQLKit SQLDropEnum.swift
[1657/1746] Compiling NIOSSL SSLConnection.swift
[1658/1746] Compiling NIOSSL SSLContext.swift
[1659/1746] Compiling NIOSSL SSLErrors.swift
[1660/1748] Compiling NIOSSL ObjectIdentifier.swift
[1661/1748] Compiling NIOSSL PosixPort.swift
[1662/1748] Compiling NIOSSL SSLCallbacks.swift
[1663/1748] Compiling NIOSSL SSLCertificate.swift
[1664/1748] Compiling NIOSSL SSLCertificateExtensions.swift
[1665/1748] Compiling NIOSSL SSLCertificateName.swift
[1666/1748] Compiling NIOSSL SSLInit.swift
[1667/1748] Compiling NIOSSL SSLPKCS12Bundle.swift
[1668/1748] Compiling NIOSSL SSLPrivateKey.swift
[1669/1748] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1670/1748] Compiling NIOSSL NIOSSLHandler.swift
[1671/1748] Compiling NIOSSL NIOSSLServerHandler.swift
[1672/1748] Emitting module NIOTransportServices
[1673/1748] Compiling NIOSSL AndroidCABundle.swift
[1674/1748] Compiling NIOSSL ByteBufferBIO.swift
[1675/1748] Compiling NIOSSL CustomPrivateKey.swift
[1676/1748] Compiling NIOSSL IdentityVerification.swift
[1677/1748] Compiling NIOSSL LinuxCABundle.swift
[1678/1748] Compiling NIOSSL NIOSSLClientHandler.swift
[1679/1748] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1680/1748] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1681/1749] Compiling NIOSSL RNG.swift
[1682/1749] Compiling NIOSSL SafeCompare.swift
[1683/1749] Compiling SQLKit SQLQueryFetcher.swift
[1684/1749] Compiling SQLKit SQLReturningBuilder.swift
[1685/1749] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1686/1749] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1687/1749] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1688/1749] Compiling SQLKit SQLDatabase.swift
[1689/1749] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1690/1749] Compiling SQLKit SQLDialect.swift
[1691/1749] Compiling SQLKit SQLDatabase+Deprecated.swift
[1692/1749] Compiling SQLKit SQLError.swift
[1693/1749] Compiling SQLKit SQLExpressions+Deprecated.swift
[1695/1749] Emitting module SQLKit
[1696/1749] Emitting module NIOSSL
[1700/1753] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1701/1753] Compiling NIOSSL SubjectAlternativeName.swift
[1702/1753] Compiling NIOSSL NIOSSLSecureBytes.swift
[1705/1753] Compiling SQLKit SQLFunction.swift
[1706/1753] Compiling SQLKit SQLGroupExpression.swift
[1707/1753] Compiling SQLKit SQLIdentifier.swift
[1708/1753] Compiling SQLKit SQLList.swift
[1709/1753] Compiling SQLKit SQLLiteral.swift
[1710/1753] Compiling SQLKit SQLRaw.swift
[1711/1753] Compiling SQLKit SQLCodingUtilities.swift
[1712/1753] Compiling SQLKit SQLQueryEncoder.swift
[1713/1753] Compiling SQLKit SQLRow.swift
[1714/1753] Compiling SQLKit SQLRowDecoder.swift
[1715/1753] Compiling SQLKit SomeCodingKey.swift
[1716/1753] Compiling SQLKit StringHandling.swift
[1730/1841] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1731/1841] Compiling FluentKit Fields.swift
[1732/1841] Compiling FluentKit MirrorBypass.swift
[1733/1841] Compiling FluentKit Model+CRUD.swift
[1734/1841] Compiling FluentKit Model.swift
[1735/1841] Compiling FluentKit ModelAlias.swift
[1736/1841] Compiling FluentKit Schema.swift
[1737/1841] Compiling FluentKit FieldOperators.swift
[1738/1841] Compiling FluentKit QueryBuilder+Paginate.swift
[1739/1841] Compiling FluentKit QueryBuilder+Range.swift
[1740/1841] Compiling FluentKit QueryBuilder+Set.swift
[1741/1841] Compiling FluentKit QueryBuilder+Sort.swift
[1743/1945] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1744/1945] Compiling PostgresNIO PostgresData+Set.swift
[1745/1945] Compiling PostgresNIO PostgresData+String.swift
[1746/1945] Compiling PostgresNIO PostgresData+UUID.swift
[1747/1945] Compiling PostgresNIO PostgresData.swift
[1748/1945] Compiling PostgresNIO PostgresDataConvertible.swift
[1749/1945] Compiling PostgresNIO PostgresDataType.swift
[1750/1945] Compiling PostgresNIO PostgresRow.swift
[1751/1945] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1752/1945] Compiling PostgresNIO PostgresData+UInt.swift
[1753/1945] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1754/1945] Compiling PostgresNIO PostgresMessage+Bind.swift
[1755/1945] Compiling PostgresNIO PostgresMessage+Close.swift
[1756/1945] Emitting module FluentKit
[1757/1957] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1758/1957] Compiling PostgresNIO PostgresMessage+Describe.swift
[1759/1957] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1760/1957] Compiling PostgresNIO PostgresConnection.swift
[1761/1957] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1762/1957] Compiling PostgresNIO PostgresData+Array.swift
[1763/1957] Compiling PostgresNIO PostgresData+Bool.swift
[1764/1957] Compiling PostgresNIO PostgresData+Bytes.swift
[1765/1957] Compiling PostgresNIO PostgresData+Date.swift
[1766/1957] Compiling PostgresNIO PostgresData+Decimal.swift
[1767/1957] Compiling PostgresNIO PostgresData+Double.swift
[1768/1957] Compiling PostgresNIO PostgresData+Float.swift
[1769/1957] Compiling PostgresNIO Authentication.swift
[1770/1957] Compiling PostgresNIO BackendKeyData.swift
[1771/1957] Compiling PostgresNIO DataRow.swift
[1772/1957] Compiling PostgresNIO ErrorResponse.swift
[1773/1957] Compiling PostgresNIO NotificationResponse.swift
[1774/1957] Compiling PostgresNIO ParameterDescription.swift
[1775/1957] Compiling PostgresNIO ParameterStatus.swift
[1776/1957] Compiling PostgresNIO ReadyForQuery.swift
[1777/1957] Compiling PostgresNIO RowDescription.swift
[1778/1957] Compiling PostgresNIO NotificationListener.swift
[1779/1957] Compiling PostgresNIO PSQLError.swift
[1780/1957] Compiling PostgresNIO PSQLEventsHandler.swift
[1781/1957] Compiling PostgresNIO PSQLPreparedStatement.swift
[1782/1957] Compiling PostgresNIO PostgresMessage+Execute.swift
[1783/1957] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1784/1957] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1785/1957] Compiling PostgresNIO PostgresMessage+Parse.swift
[1786/1957] Compiling PostgresNIO PostgresMessage+Password.swift
[1787/1957] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1788/1957] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1789/1957] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1790/1957] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1791/1957] Compiling PostgresNIO PostgresMessage+Startup.swift
[1792/1957] Compiling PostgresNIO PostgresMessage+Sync.swift
[1793/1957] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1794/1957] Compiling PostgresNIO PostgresMessageDecoder.swift
[1795/1957] Compiling PostgresNIO PostgresMessageEncoder.swift
[1796/1957] Compiling PostgresNIO PostgresMessage+0.swift
[1797/1971] Compiling FluentKit DatabaseQuery+Join.swift
[1798/1971] Compiling FluentKit DatabaseQuery+Range.swift
[1799/1971] Compiling FluentKit DatabaseQuery+Sort.swift
[1800/1971] Compiling FluentKit DatabaseQuery+Value.swift
[1801/1971] Compiling FluentKit DatabaseQuery.swift
[1802/1971] Compiling FluentKit QueryHistory.swift
[1803/1971] Compiling FluentKit DatabaseSchema.swift
[1804/1971] Compiling FluentKit SchemaBuilder.swift
[1805/1971] Compiling FluentKit OptionalType.swift
[1806/1971] Compiling FluentKit RandomGeneratable.swift
[1807/1971] Compiling FluentKit SomeCodingKey.swift
[1808/1971] Compiling FluentKit UnsafeMutableTransferBox.swift
[1809/1971] Emitting module PostgresNIO
[1810/1971] Compiling PostgresNIO PostgresData+Int.swift
[1811/1971] Compiling PostgresNIO PostgresData+JSON.swift
[1812/1971] Compiling PostgresNIO PostgresData+JSONB.swift
[1813/1971] Compiling PostgresNIO PostgresData+Numeric.swift
[1814/1971] Compiling PostgresNIO PostgresData+Optional.swift
[1830/1971] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1831/1971] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1832/1971] Compiling PostgresNIO PostgresMessage+Error.swift
[1833/1971] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1834/1971] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1835/1971] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1836/1971] Compiling PostgresNIO PostgresMessageType.swift
[1837/1971] Compiling PostgresNIO AuthenticationStateMachine.swift
[1838/1971] Compiling PostgresNIO CloseStateMachine.swift
[1839/1971] Compiling PostgresNIO ConnectionStateMachine.swift
[1840/1971] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1841/1971] Compiling PostgresNIO ListenStateMachine.swift
[1842/1971] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1843/1971] Compiling PostgresNIO RowStreamStateMachine.swift
[1844/1971] Compiling PostgresNIO Array+PostgresCodable.swift
[1845/1971] Compiling PostgresNIO Bool+PostgresCodable.swift
[1846/1971] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1847/1971] Compiling PostgresNIO Date+PostgresCodable.swift
[1848/1971] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1849/1971] Compiling PostgresNIO Float+PostgresCodable.swift
[1850/1971] Compiling PostgresNIO Int+PostgresCodable.swift
[1851/1971] Compiling PostgresNIO JSON+PostgresCodable.swift
[1852/1971] Compiling PostgresNIO Range+PostgresCodable.swift
[1853/1971] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1854/1971] Compiling PostgresNIO String+PostgresCodable.swift
[1855/1971] Compiling PostgresNIO UUID+PostgresCodable.swift
[1856/1971] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1857/1971] Compiling PostgresNIO Logging+PSQL.swift
[1918/1983] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1919/1984] Emitting module FluentSQL
[1920/1984] Compiling FluentSQL ConverterUtilities.swift
[1921/1984] Compiling FluentSQL DatabaseQuery+SQL.swift
[1922/1984] Compiling FluentSQL DatabaseSchema+SQL.swift
[1923/1984] Compiling FluentSQL Exports.swift
[1924/1984] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1925/1984] Compiling FluentSQL SQLDatabase+Model.swift
[1926/1984] Compiling PostgresNIO PostgresClientMetrics.swift
[1927/1984] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1928/1984] Compiling PostgresNIO PostgresDatabase+Query.swift
[1929/1984] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1930/1984] Compiling PostgresNIO PostgresDatabase.swift
[1931/1984] Compiling PostgresNIO PostgresRequest.swift
[1932/1984] Compiling PostgresNIO Exports.swift
[1933/1984] Compiling PostgresNIO NIOUtils.swift
[1934/1984] Compiling PostgresNIO PostgresError+Code.swift
[1935/1984] Compiling PostgresNIO PostgresError.swift
[1936/1984] Compiling PostgresNIO PostgresJSONDecoder.swift
[1937/1984] Compiling PostgresNIO PostgresJSONEncoder.swift
[1938/1984] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1939/1984] Compiling PostgresNIO SASLAuthenticationManager.swift
[1940/1984] Emitting module AsyncKit
[1954/1985] Compiling FluentSQL SQLQueryConverter.swift
[1955/1985] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1956/1985] Compiling FluentSQL SQLList+Deprecated.swift
[1957/1985] Compiling FluentSQL SQLSchemaConverter.swift
[1983/1986] Compiling PostgresNIO PreparedStatement.swift
[1984/1986] Compiling PostgresNIO VariadicGenerics.swift
[1985/1986] Compiling PostgresNIO ConnectionFactory.swift
[1986/1986] Compiling PostgresNIO PostgresClient.swift
[1988/2001] Compiling PostgresKit PostgresRow+SQL.swift
[1989/2002] Compiling PostgresKit PostgresDatabase+SQL.swift
[1990/2002] Compiling PostgresKit PostgresDialect.swift
[1991/2002] Compiling PostgresKit PostgresConfiguration.swift
[1992/2002] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[1993/2002] Compiling PostgresKit ConnectionPool+Postgres.swift
[1994/2002] Compiling PostgresKit PostgresColumnType.swift
[1995/2002] Emitting module PostgresKit
[1996/2002] Compiling PostgresKit SQLPostgresConfiguration.swift
[1997/2002] Compiling PostgresKit PostgresDataDecoder.swift
[1998/2002] Compiling PostgresKit PostgresDataEncoder.swift
[1999/2002] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2000/2002] Compiling PostgresKit Exports.swift
[2001/2002] Compiling PostgresKit PostgresConnectionSource.swift
[2002/2002] Compiling PostgresKit PostgresDataTranslation.swift
[2004/2012] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2005/2012] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2006/2012] Compiling FluentPostgresDriver PostgresError+Database.swift
[2007/2013] Emitting module FluentPostgresDriver
[2008/2013] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2009/2013] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2010/2013] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2011/2013] Compiling FluentPostgresDriver Exports.swift
[2012/2013] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2013/2013] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2015/2042] Emitting module FluentPostGIS
[2016/2045] Compiling FluentPostGIS QueryBuilder+Distance.swift
[2017/2045] Compiling FluentPostGIS QueryBuilder+DistanceWithin.swift
[2018/2045] Compiling FluentPostGIS QueryBuilder+Equals.swift
[2019/2045] Compiling FluentPostGIS QueryBuilder+Helpers.swift
[2020/2045] Compiling FluentPostGIS GeographicMultiPoint2D.swift
[2021/2045] Compiling FluentPostGIS GeographicMultiPolygon2D.swift
[2022/2045] Compiling FluentPostGIS GeographicPoint2D.swift
[2023/2045] Compiling FluentPostGIS GeographicPolygon2D.swift
[2024/2045] Compiling FluentPostGIS GeometricMultiPoint2D.swift
[2025/2045] Compiling FluentPostGIS GeometricMultiPolygon2D.swift
[2026/2045] Compiling FluentPostGIS GeometricPoint2D.swift
[2027/2045] Compiling FluentPostGIS GeometricPolygon2D.swift
[2028/2045] Compiling FluentPostGIS DatabaseSchemaDataType+Geographic.swift
[2029/2045] Compiling FluentPostGIS GeographicGeometryCollection2D.swift
[2030/2045] Compiling FluentPostGIS GeographicLineString2D.swift
[2031/2045] Compiling FluentPostGIS GeographicMultiLineString2D.swift
[2032/2045] Compiling FluentPostGIS QueryBuilder+Intersects.swift
[2033/2045] Compiling FluentPostGIS QueryBuilder+Overlaps.swift
[2034/2045] Compiling FluentPostGIS QueryBuilder+Sort.swift
[2035/2045] Compiling FluentPostGIS GeometryConvertible.swift
[2036/2045] Compiling FluentPostGIS QueryBuilder+Contains.swift
[2037/2045] Compiling FluentPostGIS QueryBuilder+Crosses.swift
[2038/2045] Compiling FluentPostGIS QueryBuilder+Disjoint.swift
[2039/2045] Compiling FluentPostGIS DatabaseSchemaDataType+Geometric.swift
[2040/2045] Compiling FluentPostGIS GeometricGeometryCollection2D.swift
[2041/2045] Compiling FluentPostGIS GeometricLineString2D.swift
[2042/2045] Compiling FluentPostGIS GeometricMultiLineString2D.swift
[2043/2045] Compiling FluentPostGIS QueryBuilder+Touches.swift
[2044/2045] Compiling FluentPostGIS QueryBuilder+Within.swift
[2045/2045] Compiling FluentPostGIS EnablePostGISMigration.swift
Build complete! (187.76s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.52.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "wkcodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/rabc/WKCodable.git"
    }
  ],
  "manifest_display_name" : "fluent-postgis",
  "name" : "fluent-postgis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentPostGIS",
      "targets" : [
        "FluentPostGIS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentPostGISTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentPostGISTests",
      "path" : "Tests/FluentPostGISTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentPostGISTestCase.swift",
        "GeometryTests.swift",
        "QueryTests.swift",
        "TestModels.swift"
      ],
      "target_dependencies" : [
        "FluentPostGIS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentPostGIS",
      "module_type" : "SwiftTarget",
      "name" : "FluentPostGIS",
      "path" : "Sources/FluentPostGIS",
      "product_dependencies" : [
        "FluentKit",
        "FluentPostgresDriver",
        "WKCodable"
      ],
      "product_memberships" : [
        "FluentPostGIS"
      ],
      "sources" : [
        "Geography/DatabaseSchemaDataType+Geographic.swift",
        "Geography/GeographicGeometryCollection2D.swift",
        "Geography/GeographicLineString2D.swift",
        "Geography/GeographicMultiLineString2D.swift",
        "Geography/GeographicMultiPoint2D.swift",
        "Geography/GeographicMultiPolygon2D.swift",
        "Geography/GeographicPoint2D.swift",
        "Geography/GeographicPolygon2D.swift",
        "Geometry/DatabaseSchemaDataType+Geometric.swift",
        "Geometry/GeometricGeometryCollection2D.swift",
        "Geometry/GeometricLineString2D.swift",
        "Geometry/GeometricMultiLineString2D.swift",
        "Geometry/GeometricMultiPoint2D.swift",
        "Geometry/GeometricMultiPolygon2D.swift",
        "Geometry/GeometricPoint2D.swift",
        "Geometry/GeometricPolygon2D.swift",
        "Geometry/GeometryConvertible.swift",
        "Queries/QueryBuilder+Contains.swift",
        "Queries/QueryBuilder+Crosses.swift",
        "Queries/QueryBuilder+Disjoint.swift",
        "Queries/QueryBuilder+Distance.swift",
        "Queries/QueryBuilder+DistanceWithin.swift",
        "Queries/QueryBuilder+Equals.swift",
        "Queries/QueryBuilder+Helpers.swift",
        "Queries/QueryBuilder+Intersects.swift",
        "Queries/QueryBuilder+Overlaps.swift",
        "Queries/QueryBuilder+Sort.swift",
        "Queries/QueryBuilder+Touches.swift",
        "Queries/QueryBuilder+Within.swift",
        "Support/EnablePostGISMigration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.