The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of fluent-postgis, reference 0.4.0 (f3a8df), with Swift 6.1 for Linux on 29 Apr 2025 18:02:29 UTC.

Swift 6 data race errors: 1

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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/fluent-postgis.git
Reference: 0.4.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.4.0      -> FETCH_HEAD
HEAD is now at f3a8dfe Merge pull request #6 from bwdmr/main
Cloned https://github.com/brokenhandsio/fluent-postgis.git
Revision (git rev-parse @):
f3a8dfe998338b9d25d9a219fced14f0dd558dbc
SUCCESS checkout https://github.com/brokenhandsio/fluent-postgis.git at 0.4.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.49.0",
            "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.0",
            "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.9"
}
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-kit.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/rabc/WKCodable.git
[1/286] Fetching wkcodable
[267/2945] Fetching wkcodable, fluent-postgres-driver
[1677/16189] Fetching wkcodable, fluent-postgres-driver, fluent-kit
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.35s)
[5961/13530] Fetching wkcodable, fluent-kit
Fetched https://github.com/rabc/WKCodable.git from cache (0.58s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.58s)
Computing version for https://github.com/rabc/WKCodable.git
Computed https://github.com/rabc/WKCodable.git at 0.1.2 (3.18s)
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.53s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.35s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.87s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[1826/8353] Fetching async-kit, sql-kit
[8354/20470] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.47s)
[14950/18100] Fetching sql-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.47s)
[9088/12117] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.04s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.35s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[232/9739] Fetching swift-log, swift-algorithms
[7970/26008] Fetching swift-log, swift-algorithms, swift-collections
[11367/101558] Fetching swift-log, swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.59s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.59s)
Fetched https://github.com/apple/swift-collections.git from cache (4.62s)
Fetched https://github.com/apple/swift-nio.git from cache (4.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.28s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.19s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.82s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/6069] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
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-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2619] Fetching swift-nio-transport-services
[1782/5013] Fetching swift-nio-transport-services, swift-service-lifecycle
[2629/18797] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-crypto
[3477/21003] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-crypto, swift-metrics
[9564/35796] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-crypto, swift-metrics, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.53s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.53s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.57s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.81s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (2.38s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
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.21s)
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.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.73s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.02s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (5.01s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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-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-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/rabc/WKCodable.git
Working copy of https://github.com/rabc/WKCodable.git resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-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/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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/812] Write sources
[36/812] Compiling CNIODarwin shim.c
[37/812] Compiling CNIOLinux liburing_shims.c
[38/812] Compiling CNIOWindows shim.c
[39/812] Compiling _AtomicsShims.c
[40/812] Compiling _NumericsShims _NumericsShims.c
[41/812] Compiling CNIOWindows WSAStartup.c
[42/812] Compiling CNIOWASI CNIOWASI.c
[43/812] Compiling fiat_p256_adx_mul.S
[44/812] Compiling fiat_p256_adx_sqr.S
[45/812] Compiling fiat_curve25519_adx_square.S
[46/812] Compiling CNIOLinux shim.c
[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/818] Compiling tls13_enc.cc
[52/818] Compiling tls_record.cc
[53/824] Compiling tls13_client.cc
[54/839] Compiling tls13_server.cc
[56/856] Emitting module InternalCollectionsUtilities
[56/858] Compiling c-nioatomics.c
[58/861] Compiling RealModule Real.swift
[59/862] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/862] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/862] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/862] Compiling InternalCollectionsUtilities Integer rank.swift
[63/862] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/862] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/862] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/862] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/862] Emitting module RealModule
[68/862] Compiling InternalCollectionsUtilities Debugging.swift
[69/862] Compiling InternalCollectionsUtilities Descriptions.swift
[70/862] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/862] Compiling InternalCollectionsUtilities Specialize.swift
[72/862] Compiling RealModule ElementaryFunctions.swift
[73/862] Compiling RealModule Float+Real.swift
[74/862] Compiling Logging LogHandler.swift
[75/862] Compiling RealModule Float80+Real.swift
[76/862] Compiling _NIODataStructures _TinyArray.swift
[77/862] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/862] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[79/862] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[80/862] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/862] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/862] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[83/862] Emitting module _NIOBase64
[84/862] Compiling _NIOBase64 Base64.swift
[85/862] Compiling RealModule RealFunctions.swift
[90/864] Compiling RealModule Float16+Real.swift
[91/865] Compiling _NIODataStructures PriorityQueue.swift
[94/980] Compiling c-atomics.c
[96/995] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[97/995] Compiling HeapModule Heap+Descriptions.swift
[98/995] Compiling HeapModule Heap.swift
[99/1000] Compiling CoreMetrics Metrics.swift
[100/1001] Compiling HeapModule _HeapNode.swift
[101/1001] Emitting module HeapModule
[102/1001] Compiling WKCodable Types.swift
[103/1001] Emitting module WKCodable
[104/1001] Emitting module Logging
[105/1001] Compiling Logging Locks.swift
[106/1001] Emitting module CoreMetrics
[107/1001] Compiling CoreMetrics Locks.swift
[108/1002] Compiling Logging MetadataProvider.swift
[110/1002] Compiling HeapModule Heap+Invariants.swift
[111/1002] Compiling HeapModule Heap+UnsafeHandle.swift
[112/1002] Emitting module _NIODataStructures
[113/1002] Compiling _NIODataStructures Heap.swift
[114/1003] Compiling Logging Logging.swift
[115/1005] Compiling WKCodable WKTDecoder.swift
[116/1005] Compiling WKCodable WKBEncoder.swift
[118/1005] Compiling _RopeModule BigSubstring+UTF8View.swift
[119/1005] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[120/1005] Compiling _RopeModule BigSubstring.swift
[121/1005] Compiling _RopeModule Rope+Builder.swift
[122/1005] Compiling _RopeModule Rope+Debugging.swift
[123/1005] Compiling _RopeModule Rope+Invariants.swift
[124/1005] Compiling _RopeModule Rope+_Node.swift
[125/1005] Compiling _RopeModule _RopePath.swift
[126/1005] Compiling _RopeModule BigString+Append.swift
[127/1005] Compiling _RopeModule BigString+Initializers.swift
[128/1005] Compiling _RopeModule BigString+Insert.swift
[129/1005] Compiling _RopeModule BigString+Managing Breaks.swift
[130/1005] Compiling _RopeModule BigString+RemoveSubrange.swift
[131/1005] Compiling _RopeModule BigString+ReplaceSubrange.swift
[134/1017] Compiling NIOConcurrencyHelpers lock.swift
[135/1017] Compiling _RopeModule BigString+Builder.swift
[136/1017] Compiling _RopeModule BigString+Contents.swift
[137/1017] Compiling _RopeModule BigString+Debugging.swift
[138/1017] Compiling _RopeModule BigString+Index.swift
[139/1017] Compiling _RopeModule BigString+Ingester.swift
[140/1017] Compiling _RopeModule BigString+Invariants.swift
[141/1017] Compiling _RopeModule BigString+Iterators.swift
[142/1017] Compiling _RopeModule BigString+Metrics.swift
[143/1017] Compiling WKCodable WKTEncoder.swift
[144/1017] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[145/1017] Compiling _RopeModule BigString+Hashing.swift
[146/1017] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[147/1017] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[148/1017] Compiling _RopeModule BigString+Sequence.swift
[149/1017] Compiling _RopeModule BigString+TextOutputStream.swift
[150/1017] Compiling _RopeModule BigString+UnicodeScalarView.swift
[151/1017] Compiling _RopeModule BigSubstring+UTF16View.swift
[152/1017] Compiling WKCodable WKBDecoder.swift
[153/1018] Compiling _RopeModule Rope+_Storage.swift
[154/1018] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[155/1018] Compiling _RopeModule Rope+_UnsafeHandle.swift
[156/1018] Compiling _RopeModule Rope.swift
[157/1018] Compiling _RopeModule RopeElement.swift
[158/1018] Compiling _RopeModule RopeMetric.swift
[159/1018] Compiling _RopeModule RopeSummary.swift
[160/1018] Compiling _RopeModule _RopeItem.swift
[161/1049] Compiling ConcurrencyHelpers LockedValueBox.swift
[162/1109] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[163/1109] Compiling HashTreeCollections TreeDictionary+Keys.swift
[164/1109] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[165/1109] Compiling HashTreeCollections TreeDictionary+Merge.swift
[166/1109] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[167/1109] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[168/1109] Compiling HashTreeCollections TreeDictionary+Values.swift
[169/1109] Compiling HashTreeCollections TreeSet+Hashable.swift
[170/1109] Compiling HashTreeCollections TreeSet+Sendable.swift
[172/1118] Emitting module NIOConcurrencyHelpers
[173/1118] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[174/1118] Emitting module ConcurrencyHelpers
[175/1118] Compiling ConcurrencyHelpers Lock.swift
[176/1119] Compiling HashTreeCollections _UnsafePath.swift
[177/1119] Compiling HashTreeCollections TreeDictionary+Codable.swift
[178/1119] Compiling HashTreeCollections TreeDictionary+Collection.swift
[179/1119] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[180/1119] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[181/1119] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[182/1119] Compiling HashTreeCollections _AncestorHashSlots.swift
[183/1119] Compiling HashTreeCollections _Bitmap.swift
[184/1119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[185/1119] Compiling NIOConcurrencyHelpers NIOLock.swift
[186/1119] Compiling NIOConcurrencyHelpers atomics.swift
[188/1120] Compiling HashTreeCollections _HashNode+Structural union.swift
[189/1120] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[191/1123] Compiling HashTreeCollections _HashTreeStatistics.swift
[192/1123] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[193/1125] Emitting module _RopeModule
[194/1125] Compiling UnixSignals UnixSignal.swift
[195/1125] Compiling UnixSignals UnixSignalsSequence.swift
[196/1125] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[197/1125] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[198/1125] Emitting module UnixSignals
[201/1125] Compiling _RopeModule Rope+Join.swift
[202/1125] Compiling _RopeModule Rope+MutatingForEach.swift
[203/1125] Compiling _RopeModule Rope+Remove.swift
[204/1125] Compiling _RopeModule Rope+RemoveSubrange.swift
[205/1125] Compiling _RopeModule Rope+Split.swift
[206/1125] Compiling _RopeModule Optional Utilities.swift
[207/1125] Compiling _RopeModule String Utilities.swift
[208/1125] Compiling _RopeModule String.Index+ABI.swift
[210/1136] Compiling DequeModule _DequeSlot.swift
[211/1136] Compiling DequeModule _UnsafeWrappedBuffer.swift
[212/1136] Compiling HashTreeCollections TreeSet+Debugging.swift
[213/1136] Compiling HashTreeCollections TreeSet+Descriptions.swift
[214/1136] Compiling HashTreeCollections TreeSet+Equatable.swift
[215/1136] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[216/1136] Compiling HashTreeCollections TreeSet+Extras.swift
[217/1136] Compiling HashTreeCollections TreeSet+Filter.swift
[218/1136] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[219/1136] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[220/1136] Compiling HashTreeCollections TreeDictionary+Filter.swift
[221/1136] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[222/1136] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[223/1136] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[224/1136] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[225/1136] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[226/1136] Compiling HashTreeCollections _HashNode+Structural merge.swift
[227/1136] Compiling HashTreeCollections TreeDictionary.swift
[228/1136] Compiling HashTreeCollections TreeSet+Codable.swift
[229/1136] Compiling HashTreeCollections TreeSet+Collection.swift
[230/1136] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[231/1136] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[232/1136] Compiling HashTreeCollections _HashNode.swift
[233/1136] Compiling HashTreeCollections _HashNodeHeader.swift
[234/1136] Compiling HashTreeCollections _HashSlot.swift
[235/1136] Compiling HashTreeCollections _HashStack.swift
[236/1136] Compiling HashTreeCollections _HashTreeIterator.swift
[254/1136] Compiling t1_enc.cc
[256/1136] Emitting module DequeModule
[257/1136] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[258/1136] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[290/1137] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[291/1137] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[292/1137] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[293/1137] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[294/1137] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[295/1137] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[296/1137] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[297/1137] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[298/1137] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[299/1137] Compiling HashTreeCollections TreeSet.swift
[317/1137] Emitting module OrderedCollections
[317/1138] Compiling tls13_both.cc
[320/1138] Emitting module Metrics
[321/1138] Compiling Metrics Metrics.swift
[325/1139] Compiling HashTreeCollections _Bucket.swift
[326/1139] Compiling HashTreeCollections _Hash.swift
[327/1139] Compiling HashTreeCollections _HashLevel.swift
[328/1139] Compiling HashTreeCollections _HashNode+Builder.swift
[329/1139] Compiling HashTreeCollections _HashNode+Debugging.swift
[330/1139] Compiling HashTreeCollections _HashNode+Initializers.swift
[331/1139] Compiling HashTreeCollections _HashNode+Invariants.swift
[332/1139] Compiling HashTreeCollections _HashNode+Lookups.swift
[333/1139] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[358/1139] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[359/1139] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[360/1139] Compiling HashTreeCollections _HashNode+Storage.swift
[361/1139] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[362/1139] Compiling HashTreeCollections _HashNode+Structural filter.swift
[363/1139] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[364/1140] Compiling ssl_versions.cc
[365/1140] Compiling ssl_transcript.cc
[366/1140] Compiling ssl_x509.cc
[389/1140] Compiling ssl_stat.cc
[390/1140] Compiling ssl_session.cc
[392/1140] Emitting module HashTreeCollections
[392/1141] Compiling ssl_privkey.cc
[394/1141] Compiling ssl_file.cc
[395/1141] Compiling ssl_credential.cc
[396/1141] Compiling ssl_key_share.cc
[397/1141] Compiling ssl_lib.cc
[398/1141] Compiling ssl_cipher.cc
[399/1141] Compiling ssl_buffer.cc
[400/1141] Compiling ssl_cert.cc
[401/1141] Compiling ssl_asn1.cc
[402/1141] Compiling s3_lib.cc
[403/1141] Compiling ssl_aead_ctx.cc
[404/1141] Compiling s3_pkt.cc
[405/1141] Compiling s3_both.cc
[406/1141] Compiling handshake_server.cc
[407/1141] Compiling handshake_client.cc
[408/1141] Compiling handshake.cc
[409/1141] Compiling handoff.cc
[410/1141] Compiling dtls_record.cc
[411/1141] Compiling extensions.cc
[412/1141] Compiling d1_srtp.cc
[413/1141] Compiling dtls_method.cc
[414/1141] Compiling md5-x86_64-linux.S
[415/1141] Compiling md5-x86_64-apple.S
[416/1141] Compiling md5-586-apple.S
[417/1141] Compiling encrypted_client_hello.cc
[418/1141] Compiling md5-586-linux.S
[419/1141] Compiling chacha20_poly1305_armv8-win.S
[420/1141] Compiling chacha20_poly1305_x86_64-apple.S
[421/1141] Compiling chacha20_poly1305_armv8-linux.S
[422/1141] Compiling chacha20_poly1305_armv8-apple.S
[423/1141] Compiling chacha20_poly1305_x86_64-linux.S
[424/1141] Compiling chacha-x86_64-apple.S
[425/1141] Compiling chacha-x86_64-linux.S
[426/1141] Compiling err_data.cc
[427/1141] Compiling chacha-x86-linux.S
[428/1141] Compiling d1_pkt.cc
[429/1141] Compiling chacha-x86-apple.S
[430/1141] Compiling chacha-armv8-win.S
[431/1141] Compiling chacha-armv8-linux.S
[432/1141] Compiling chacha-armv4-linux.S
[433/1141] Compiling bio_ssl.cc
[434/1141] Compiling aes128gcmsiv-x86_64-linux.S
[435/1141] Compiling chacha-armv8-apple.S
[436/1141] Compiling aes128gcmsiv-x86_64-apple.S
[437/1141] Compiling x86_64-mont-linux.S
[438/1141] Compiling d1_lib.cc
[439/1141] Compiling x86_64-mont5-linux.S
[440/1141] Compiling x86_64-mont5-apple.S
[441/1141] Compiling x86_64-mont-apple.S
[442/1141] Compiling x86-mont-linux.S
[443/1141] Compiling vpaes-x86_64-linux.S
[444/1141] Compiling x86-mont-apple.S
[445/1141] Compiling vpaes-x86_64-apple.S
[446/1141] Compiling vpaes-armv8-linux.S
[447/1141] Compiling vpaes-armv8-win.S
[448/1141] Compiling vpaes-x86-apple.S
[449/1141] Compiling vpaes-x86-linux.S
[450/1141] Compiling vpaes-armv8-apple.S
[451/1141] Compiling vpaes-armv7-linux.S
[452/1141] Compiling sha512-x86_64-linux.S
[453/1141] Compiling sha512-armv8-win.S
[454/1141] Compiling sha512-armv4-linux.S
[455/1141] Compiling sha512-armv8-linux.S
[456/1141] Compiling sha512-x86_64-apple.S
[457/1141] Compiling sha512-armv8-apple.S
[458/1141] Compiling sha512-586-linux.S
[459/1141] Compiling sha256-armv8-win.S
[460/1141] Compiling sha512-586-apple.S
[461/1141] Compiling sha256-armv8-apple.S
[462/1141] Compiling sha256-x86_64-linux.S
[463/1141] Compiling sha256-x86_64-apple.S
[463/1141] Compiling sha256-armv8-linux.S
[465/1141] Compiling sha256-armv4-linux.S
[466/1141] Compiling sha256-586-apple.S
[467/1141] Compiling sha1-armv8-linux.S
[468/1141] Compiling sha256-586-linux.S
[469/1141] Compiling sha1-x86_64-apple.S
[470/1141] Compiling sha1-armv8-win.S
[471/1141] Compiling sha1-armv4-large-linux.S
[472/1141] Compiling sha1-586-apple.S
[473/1141] Compiling sha1-armv8-apple.S
[474/1141] Compiling sha1-586-linux.S
[475/1141] Compiling sha1-x86_64-linux.S
[476/1141] Compiling rsaz-avx2-linux.S
[477/1141] Compiling rsaz-avx2-apple.S
[478/1141] Compiling rdrand-x86_64-linux.S
[479/1141] Compiling p256_beeu-x86_64-asm-apple.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-apple.S
[484/1141] Compiling p256_beeu-armv8-asm-linux.S
[485/1141] Compiling p256-armv8-asm-win.S
[486/1141] Compiling p256-x86_64-asm-apple.S
[487/1141] Compiling p256-armv8-asm-apple.S
[487/1141] Compiling p256-x86_64-asm-linux.S
[489/1141] Compiling p256-armv8-asm-linux.S
[490/1141] Compiling ghashv8-armv8-linux.S
[490/1141] Compiling ghashv8-armv8-win.S
[492/1141] Compiling d1_both.cc
[493/1141] Compiling ghashv8-armv7-linux.S
[494/1141] Compiling ghashv8-armv8-apple.S
[494/1141] Compiling ghash-x86-linux.S
[496/1141] Compiling ghash-x86_64-apple.S
[497/1141] Compiling ghash-x86_64-linux.S
[498/1141] Compiling ghash-ssse3-x86_64-apple.S
[499/1141] Compiling ghash-ssse3-x86_64-linux.S
[500/1141] Compiling ghash-ssse3-x86-linux.S
[501/1141] Compiling ghash-ssse3-x86-apple.S
[502/1141] Compiling ghash-neon-armv8-linux.S
[503/1141] Compiling ghash-x86-apple.S
[504/1141] Compiling ghash-neon-armv8-win.S
[505/1141] Compiling ghash-neon-armv8-apple.S
[506/1141] Compiling ghash-armv4-linux.S
[507/1141] Compiling bn-armv8-linux.S
[508/1141] Compiling co-586-apple.S
[509/1141] Compiling bn-armv8-win.S
[510/1141] Compiling co-586-linux.S
[511/1141] Compiling bsaes-armv7-linux.S
[512/1141] Compiling bn-586-linux.S
[513/1141] Compiling bn-armv8-apple.S
[514/1141] Compiling bn-586-apple.S
[515/1141] Compiling armv8-mont-linux.S
[515/1141] Compiling armv8-mont-win.S
[517/1141] Compiling armv8-mont-apple.S
[518/1141] Compiling armv4-mont-linux.S
[519/1141] Compiling aesv8-gcm-armv8-linux.S
[520/1141] Compiling aesv8-armv8-win.S
[521/1141] Compiling aesv8-gcm-armv8-win.S
[522/1141] Compiling aesv8-gcm-armv8-apple.S
[523/1141] Compiling aesv8-armv8-apple.S
[524/1141] Compiling aesni-x86_64-linux.S
[525/1141] Compiling aesv8-armv8-linux.S
[526/1141] Compiling aesv8-armv7-linux.S
[527/1141] Compiling aesni-x86_64-apple.S
[528/1141] Compiling aesni-gcm-x86_64-linux.S
[529/1141] Compiling aesni-x86-linux.S
[530/1141] Compiling aesni-x86-apple.S
[531/1141] Compiling aesni-gcm-x86_64-apple.S
[532/1141] Compiling aes-gcm-avx10-x86_64-linux.S
[533/1141] Compiling aes-gcm-avx10-x86_64-apple.S
[534/1141] Compiling aes-gcm-avx2-x86_64-apple.S
[535/1141] Compiling aes-gcm-avx2-x86_64-linux.S
[536/1141] Compiling x_sig.cc
[537/1141] Compiling x_x509a.cc
[538/1141] Compiling x_spki.cc
[539/1141] Compiling x_name.cc
[540/1141] Compiling x_x509.cc
[541/1141] Compiling x_req.cc
[542/1141] Compiling x_pubkey.cc
[543/1141] Compiling x_val.cc
[544/1141] Compiling x509name.cc
[545/1141] Compiling x_exten.cc
[546/1141] Compiling x_crl.cc
[547/1141] Compiling x_all.cc
[548/1141] Compiling x_attrib.cc
[549/1141] Compiling x_algor.cc
[550/1141] Compiling x509rset.cc
[551/1141] Compiling x509spki.cc
[552/1141] Compiling x509_v3.cc
[553/1141] Compiling x509_vpm.cc
[554/1141] Compiling x509_txt.cc
[555/1141] Compiling x509cset.cc
[556/1141] Compiling x509_req.cc
[557/1141] Compiling x509_ext.cc
[558/1141] Compiling x509_vfy.cc
[559/1141] Compiling x509_trs.cc
[560/1141] Compiling x509_set.cc
[561/1141] Compiling x509_d2.cc
[562/1141] Compiling x509_obj.cc
[563/1141] Compiling x509_def.cc
[564/1141] Compiling x509_lu.cc
[565/1141] Compiling x509_cmp.cc
[566/1141] Compiling x509.cc
[567/1141] Compiling x509_att.cc
[568/1141] Compiling v3_skey.cc
[569/1141] Compiling v3_pmaps.cc
[570/1141] Compiling v3_utl.cc
[571/1141] Compiling v3_purp.cc
[572/1141] Compiling v3_prn.cc
[573/1141] Compiling v3_lib.cc
[574/1141] Compiling v3_extku.cc
[575/1141] Compiling v3_pcons.cc
[576/1141] Compiling v3_ia5.cc
[577/1141] Compiling v3_ocsp.cc
[578/1141] Compiling v3_info.cc
[579/1141] Compiling v3_int.cc
[580/1141] Compiling v3_ncons.cc
[581/1141] Compiling v3_enum.cc
[582/1141] Compiling v3_genn.cc
[583/1141] Compiling v3_cpols.cc
[584/1141] Compiling v3_bitst.cc
[585/1141] Compiling v3_conf.cc
[586/1141] Compiling v3_crld.cc
[587/1141] Compiling v3_bcons.cc
[588/1141] Compiling v3_akeya.cc
[589/1141] Compiling v3_alt.cc
[590/1141] Compiling v3_akey.cc
[591/1141] Compiling rsa_pss.cc
[592/1141] Compiling t_x509a.cc
[593/1141] Compiling t_x509.cc
[594/1141] Compiling t_req.cc
[595/1141] Compiling i2d_pr.cc
[596/1141] Compiling name_print.cc
[597/1141] Compiling t_crl.cc
[598/1141] Compiling policy.cc
[599/1141] Compiling by_file.cc
[600/1141] Compiling by_dir.cc
[601/1141] Compiling asn1_gen.cc
[602/1141] Compiling a_verify.cc
[603/1141] Compiling a_sign.cc
[604/1141] Compiling algorithm.cc
[605/1141] Compiling a_digest.cc
[606/1141] Compiling voprf.cc
[607/1141] Compiling thread_pthread.cc
[608/1141] Compiling trust_token.cc
[609/1141] Compiling thread_win.cc
[610/1141] Compiling pmbtoken.cc
[611/1141] Compiling thread_none.cc
[612/1141] Compiling thread.cc
[613/1141] Compiling slhdsa.cc
[614/1141] Compiling siphash.cc
[615/1141] Compiling rsa_print.cc
[616/1141] Compiling sha512.cc
[617/1141] Compiling sha256.cc
[618/1141] Compiling stack.cc
[619/1141] Compiling spake2plus.cc
[620/1141] Compiling sha1.cc
[621/1141] Compiling rsa_extra.cc
[622/1141] Compiling refcount.cc
[623/1141] Compiling rc4.cc
[624/1141] Compiling rsa_crypt.cc
[625/1141] Compiling trusty.cc
[626/1141] Compiling windows.cc
[627/1141] Compiling ios.cc
[628/1141] Compiling getentropy.cc
[628/1141] Compiling rsa_asn1.cc
[630/1141] Compiling urandom.cc
[631/1141] Compiling poly1305_arm_asm.S
[632/1141] Compiling rand.cc
[633/1141] Compiling fork_detect.cc
[634/1141] Compiling passive.cc
[635/1141] Compiling deterministic.cc
[636/1141] Compiling forkunsafe.cc
[637/1141] Compiling poly1305.cc
[638/1141] Compiling pool.cc
[639/1141] Compiling poly1305_arm.cc
[640/1141] Compiling poly1305_vec.cc
[641/1141] Compiling pkcs7.cc
[642/1141] Compiling pkcs7_x509.cc
[643/1141] Compiling pkcs8_x509.cc
[644/1141] Compiling pem_xaux.cc
[645/1141] Compiling p5_pbev2.cc
[646/1141] Compiling pkcs8.cc
[647/1141] Compiling pem_x509.cc
[648/1141] Compiling pem_pkey.cc
[649/1141] Compiling pem_info.cc
[650/1141] Compiling obj_xref.cc
[651/1141] Compiling mlkem.cc
[652/1141] Compiling pem_pk8.cc
[653/1141] Compiling mldsa.cc
[654/1141] Compiling pem_oth.cc
[655/1141] Compiling pem_lib.cc
[656/1141] Compiling mem.cc
[657/1141] Compiling obj.cc
[658/1141] Compiling md4.cc
[659/1141] Compiling lhash.cc
[660/1141] Compiling md5.cc
[661/1141] Compiling fips_shared_support.cc
[662/1141] Compiling poly_rq_mul.S
[663/1141] Compiling pem_all.cc
[664/1141] Compiling ex_data.cc
[665/1141] Compiling sign.cc
[666/1141] Compiling hrss.cc
[667/1141] Compiling scrypt.cc
[668/1141] Compiling kyber.cc
[669/1141] Compiling hpke.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_rsa.cc
[676/1141] Compiling p_ec_asn1.cc
[676/1141] Compiling p_ed25519.cc
[678/1141] Compiling p_ec.cc
[679/1141] Compiling p_hkdf.cc
[680/1141] Compiling p_dh.cc
[681/1141] Compiling p_ed25519_asn1.cc
[682/1141] Compiling evp.cc
[683/1141] Compiling p_dh_asn1.cc
[684/1141] Compiling p_dsa_asn1.cc
[685/1141] Compiling evp_ctx.cc
[686/1141] Compiling engine.cc
[687/1141] Compiling err.cc
[688/1141] Compiling hash_to_curve.cc
[689/1141] Compiling ec_derive.cc
[690/1141] Compiling evp_asn1.cc
[691/1141] Compiling ecdh.cc
[692/1141] Compiling ecdsa_asn1.cc
[693/1141] Compiling dsa.cc
[694/1141] Compiling params.cc
[695/1141] Compiling ec_asn1.cc
[696/1141] Compiling dsa_asn1.cc
[697/1141] Compiling x25519-asm-arm.S
[698/1141] Compiling des.cc
[699/1141] Compiling dh_asn1.cc
[700/1141] Compiling digest_extra.cc
[701/1141] Compiling cpu_intel.cc
[702/1141] Compiling crypto.cc
[703/1141] Compiling cpu_arm_linux.cc
[704/1141] Compiling cpu_arm_freebsd.cc
[705/1141] Compiling spake25519.cc
[706/1141] Compiling cpu_aarch64_win.cc
[707/1141] Compiling cpu_aarch64_sysreg.cc
[708/1141] Compiling curve25519.cc
[709/1141] Compiling cpu_aarch64_linux.cc
[710/1141] Compiling cpu_aarch64_openbsd.cc
[711/1141] Compiling cpu_aarch64_fuchsia.cc
[712/1141] Compiling curve25519_64_adx.cc
[713/1141] Compiling tls_cbc.cc
[714/1141] Compiling get_cipher.cc
[715/1141] Compiling cpu_aarch64_apple.cc
[716/1141] Compiling bcm.cc
[717/1141] Compiling e_rc2.cc
[718/1141] Compiling conf.cc
[719/1141] Compiling e_tls.cc
[720/1141] Compiling e_rc4.cc
[721/1141] Compiling e_chacha20poly1305.cc
[722/1141] Compiling e_aesgcmsiv.cc
[723/1141] Compiling e_null.cc
[724/1141] Compiling derive_key.cc
[725/1141] Compiling e_des.cc
[726/1141] Compiling e_aesctrhmac.cc
[727/1141] Compiling chacha.cc
[728/1141] Compiling buf.cc
[729/1141] Compiling ber.cc
[730/1141] Compiling unicode.cc
[731/1141] Compiling cbb.cc
[732/1141] Compiling asn1_compat.cc
[733/1141] Compiling cbs.cc
[734/1141] Compiling convert.cc
[735/1141] Compiling blake2.cc
[736/1141] Compiling bn_asn1.cc
[737/1141] Compiling socket.cc
[738/1141] Compiling printf.cc
[739/1141] Compiling socket_helper.cc
[740/1141] Compiling pair.cc
[741/1141] Compiling hexdump.cc
[742/1141] Compiling file.cc
[743/1141] Compiling errno.cc
[744/1141] Compiling bio_mem.cc
[745/1141] Compiling fd.cc
[746/1141] Compiling connect.cc
[747/1141] Compiling base64.cc
[748/1141] Compiling bio.cc
[749/1141] Compiling tasn_typ.cc
[750/1141] Compiling tasn_fre.cc
[751/1141] Compiling tasn_utl.cc
[752/1141] Compiling posix_time.cc
[753/1141] Compiling tasn_enc.cc
[754/1141] Compiling f_string.cc
[755/1141] Compiling tasn_new.cc
[756/1141] Compiling f_int.cc
[757/1141] Compiling tasn_dec.cc
[758/1141] Compiling asn_pack.cc
[759/1141] Compiling asn1_par.cc
[760/1141] Compiling asn1_lib.cc
[761/1141] Compiling a_octet.cc
[762/1141] Compiling a_type.cc
[763/1141] Compiling a_utctm.cc
[764/1141] Compiling a_time.cc
[765/1141] Compiling a_strnid.cc
[766/1141] Compiling a_object.cc
[767/1141] Compiling a_strex.cc
[768/1141] Compiling a_i2d_fp.cc
[769/1141] Compiling a_mbstr.cc
[770/1141] Compiling fiat_p256_adx_sqr.S
[771/1141] Compiling a_gentm.cc
[772/1141] Compiling a_dup.cc
[773/1141] Compiling fiat_p256_adx_mul.S
[774/1141] Compiling a_d2i_fp.cc
[775/1141] Compiling fiat_curve25519_adx_mul.S
[776/1141] Compiling fiat_curve25519_adx_square.S
[777/1141] Compiling md5-x86_64-linux.S
[778/1141] Compiling a_bitstr.cc
[779/1141] Compiling md5-x86_64-apple.S
[780/1141] Compiling md5-586-linux.S
[781/1141] Compiling CCryptoBoringSSLShims shims.c
[782/1141] Compiling a_int.cc
[783/1141] Compiling md5-586-apple.S
[784/1141] Compiling chacha20_poly1305_x86_64-apple.S
[785/1141] Compiling chacha20_poly1305_armv8-linux.S
[786/1141] Compiling chacha20_poly1305_armv8-win.S
[787/1141] Compiling chacha20_poly1305_armv8-apple.S
[788/1141] Compiling chacha20_poly1305_x86_64-linux.S
[789/1141] Compiling chacha-x86_64-linux.S
[790/1141] Compiling chacha-x86_64-apple.S
[791/1141] Compiling chacha-x86-linux.S
[792/1141] Compiling chacha-x86-apple.S
[793/1141] Compiling a_bool.cc
[794/1141] Compiling chacha-armv8-linux.S
[795/1141] Compiling chacha-armv8-apple.S
[796/1141] Compiling chacha-armv8-win.S
[797/1141] Compiling chacha-armv4-linux.S
[798/1141] Compiling aes128gcmsiv-x86_64-apple.S
[799/1141] Compiling x86_64-mont-linux.S
[800/1141] Compiling aes128gcmsiv-x86_64-linux.S
[801/1141] Compiling x86_64-mont5-apple.S
[802/1141] Compiling x86_64-mont-apple.S
[803/1141] Compiling x86_64-mont5-linux.S
[804/1141] Compiling x86-mont-linux.S
[805/1141] Compiling x86-mont-apple.S
[806/1141] Compiling vpaes-x86_64-linux.S
[807/1141] Compiling vpaes-x86-linux.S
[808/1141] Compiling vpaes-x86-apple.S
[809/1141] Compiling vpaes-x86_64-apple.S
[810/1141] Compiling vpaes-armv8-win.S
[811/1141] Compiling vpaes-armv8-linux.S
[812/1141] Compiling vpaes-armv8-apple.S
[813/1141] Compiling vpaes-armv7-linux.S
[814/1141] Compiling sha512-x86_64-apple.S
[815/1141] Compiling sha512-armv8-win.S
[815/1141] Compiling sha512-armv8-linux.S
[817/1141] Compiling sha512-armv8-apple.S
[818/1141] Compiling sha512-x86_64-linux.S
[819/1141] Compiling sha512-armv4-linux.S
[820/1141] Compiling sha512-586-linux.S
[821/1141] Compiling sha256-armv8-win.S
[822/1141] Compiling sha512-586-apple.S
[823/1141] Compiling sha256-armv8-linux.S
[824/1141] Compiling err_data.cc
[825/1141] Compiling sha256-x86_64-linux.S
[825/1141] Compiling sha256-x86_64-apple.S
[827/1141] Compiling sha256-armv8-apple.S
[828/1141] Compiling sha256-armv4-linux.S
[829/1141] Compiling sha256-586-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-linux.S
[834/1141] Compiling sha1-586-apple.S
[835/1141] Compiling sha1-armv4-large-linux.S
[836/1141] Compiling sha1-x86_64-linux.S
[837/1141] Compiling sha1-586-linux.S
[838/1141] Compiling sha1-armv8-apple.S
[839/1141] Compiling rdrand-x86_64-linux.S
[840/1141] Compiling p256_beeu-x86_64-asm-linux.S
[841/1141] Compiling rsaz-avx2-apple.S
[842/1141] Compiling rsaz-avx2-linux.S
[843/1141] Compiling rdrand-x86_64-apple.S
[844/1141] Compiling p256_beeu-armv8-asm-win.S
[845/1141] Compiling p256_beeu-x86_64-asm-apple.S
[846/1141] Compiling p256_beeu-armv8-asm-apple.S
[846/1141] Compiling p256_beeu-armv8-asm-linux.S
[848/1141] Compiling p256-armv8-asm-win.S
[849/1141] Compiling p256-x86_64-asm-linux.S
[850/1141] Compiling p256-x86_64-asm-apple.S
[851/1141] Compiling p256-armv8-asm-linux.S
[852/1141] Compiling p256-armv8-asm-apple.S
[853/1141] Compiling ghashv8-armv8-win.S
[854/1141] Compiling ghashv8-armv8-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_64-linux.S
[859/1141] Compiling ghash-x86-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-neon-armv8-win.S
[864/1141] Compiling ghash-neon-armv8-linux.S
[865/1141] Compiling ghash-ssse3-x86-apple.S
[866/1141] Compiling ghash-ssse3-x86-linux.S
[867/1141] Compiling ghash-neon-armv8-apple.S
[868/1141] Compiling ghash-armv4-linux.S
[869/1141] Compiling co-586-linux.S
[870/1141] Compiling bsaes-armv7-linux.S
[871/1141] Compiling co-586-apple.S
[872/1141] Compiling bn-armv8-apple.S
[873/1141] Compiling bn-armv8-win.S
[874/1141] Compiling bn-armv8-linux.S
[875/1141] Compiling bn-586-linux.S
[876/1141] Compiling armv8-mont-win.S
[877/1141] Compiling bn-586-apple.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-linux.S
[882/1141] Compiling aesv8-gcm-armv8-win.S
[883/1141] Compiling aesv8-armv8-win.S
[884/1141] Compiling aesv8-gcm-armv8-apple.S
[885/1141] Compiling aesv8-armv7-linux.S
[886/1141] Compiling aesv8-armv8-apple.S
[887/1141] Compiling aesv8-armv8-linux.S
[888/1141] Compiling aesni-x86_64-linux.S
[889/1141] Compiling aesni-x86-linux.S
[890/1141] Compiling aes-gcm-avx10-x86_64-linux.S
[891/1141] Compiling aesni-x86-apple.S
[892/1141] Compiling aesni-x86_64-apple.S
[893/1141] Compiling aesni-gcm-x86_64-linux.S
[894/1141] Compiling aes-gcm-avx10-x86_64-apple.S
[895/1141] Compiling aesni-gcm-x86_64-apple.S
[896/1141] Compiling x_sig.cc
[897/1141] Compiling x_val.cc
[898/1141] Compiling x_x509a.cc
[899/1141] Compiling x_req.cc
[900/1141] Compiling x_spki.cc
[901/1141] Compiling x_pubkey.cc
[902/1141] Compiling x_x509.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 x509rset.cc
[909/1141] Compiling x_crl.cc
[910/1141] Compiling x_all.cc
[911/1141] Compiling x509name.cc
[912/1141] Compiling x509cset.cc
[913/1141] Compiling x509_txt.cc
[914/1141] Compiling x509_v3.cc
[915/1141] Compiling x509_vpm.cc
[916/1141] Compiling x509_set.cc
[917/1141] Compiling x509_trs.cc
[918/1141] Compiling x509_vfy.cc
[919/1141] Compiling x509_req.cc
[920/1141] Compiling x509_obj.cc
[921/1141] Compiling x509_d2.cc
[922/1141] Compiling x509_def.cc
[923/1141] Compiling x509_lu.cc
[924/1141] Compiling x509_ext.cc
[925/1141] Compiling x509_att.cc
[926/1141] Compiling x509.cc
[927/1141] Compiling x509_cmp.cc
[928/1141] Compiling v3_prn.cc
[929/1141] Compiling v3_skey.cc
[930/1141] Compiling v3_purp.cc
[931/1141] Compiling v3_pmaps.cc
[932/1141] Compiling v3_utl.cc
[933/1141] Compiling v3_ocsp.cc
[934/1141] Compiling v3_pcons.cc
[935/1141] Compiling v3_ncons.cc
[936/1141] Compiling v3_ia5.cc
[937/1141] Compiling v3_int.cc
[938/1141] Compiling v3_genn.cc
[939/1141] Compiling v3_info.cc
[940/1141] Compiling v3_lib.cc
[941/1141] Compiling v3_extku.cc
[942/1141] Compiling v3_enum.cc
[943/1141] Compiling v3_crld.cc
[944/1141] Compiling v3_conf.cc
[945/1141] Compiling v3_akey.cc
[946/1141] Compiling v3_cpols.cc
[947/1141] Compiling v3_bitst.cc
[948/1141] Compiling v3_akeya.cc
[949/1141] Compiling v3_bcons.cc
[950/1141] Compiling v3_alt.cc
[951/1141] Compiling t_x509a.cc
[952/1141] Compiling i2d_pr.cc
[953/1141] Compiling t_req.cc
[954/1141] Compiling t_x509.cc
[955/1141] Compiling t_crl.cc
[956/1141] Compiling name_print.cc
[957/1141] Compiling rsa_pss.cc
[958/1141] Compiling policy.cc
[959/1141] Compiling by_file.cc
[960/1141] Compiling by_dir.cc
[961/1141] Compiling algorithm.cc
[962/1141] Compiling voprf.cc
[963/1141] Compiling a_verify.cc
[964/1141] Compiling asn1_gen.cc
[965/1141] Compiling a_digest.cc
[966/1141] Compiling a_sign.cc
[967/1141] Compiling trust_token.cc
[968/1141] Compiling thread_win.cc
[969/1141] Compiling thread.cc
[970/1141] Compiling thread_none.cc
[971/1141] Compiling thread_pthread.cc
[972/1141] Compiling wots.cc
[973/1141] Compiling stack.cc
[974/1141] Compiling pmbtoken.cc
[975/1141] Compiling thash.cc
[976/1141] Compiling merkle.cc
[977/1141] Compiling siphash.cc
[978/1141] Compiling fors.cc
[979/1141] Compiling slhdsa.cc
[980/1141] Compiling sha256.cc
[981/1141] Compiling sha1.cc
[982/1141] Compiling sha512.cc
[983/1141] Compiling rsa_print.cc
[984/1141] Compiling rsa_extra.cc
[985/1141] Compiling rc4.cc
[986/1141] Compiling refcount.cc
[987/1141] Compiling windows.cc
[988/1141] Compiling trusty.cc
[989/1141] Compiling rsa_asn1.cc
[990/1141] Compiling rsa_crypt.cc
[991/1141] Compiling urandom.cc
[992/1141] Compiling rand_extra.cc
[993/1141] Compiling ios.cc
[994/1141] Compiling passive.cc
[995/1141] Compiling poly1305_arm_asm.S
[996/1141] Compiling getentropy.cc
[997/1141] Compiling deterministic.cc
[998/1141] Compiling forkunsafe.cc
[999/1141] Compiling fork_detect.cc
[1000/1141] Compiling pool.cc
[1001/1141] Compiling poly1305_vec.cc
[1002/1141] Compiling poly1305_arm.cc
[1003/1141] Compiling poly1305.cc
[1004/1141] Compiling pkcs7.cc
[1005/1141] Compiling pem_xaux.cc
[1006/1141] Compiling pkcs8.cc
[1007/1141] Compiling p5_pbev2.cc
[1008/1141] Compiling pkcs8_x509.cc
[1009/1141] Compiling pkcs7_x509.cc
[1010/1141] Compiling pem_x509.cc
[1011/1141] Compiling pem_pkey.cc
[1012/1141] Compiling obj_xref.cc
[1013/1141] Compiling pem_pk8.cc
[1014/1141] Compiling obj.cc
[1015/1141] Compiling pem_oth.cc
[1016/1141] Compiling pem_info.cc
[1017/1141] Compiling mldsa.cc
[1018/1141] Compiling pem_lib.cc
[1019/1141] Compiling mlkem.cc
[1020/1141] Compiling pem_all.cc
[1021/1141] Compiling mem.cc
[1022/1141] Compiling fips_shared_support.cc
[1023/1141] Compiling md5.cc
[1024/1141] Compiling md4.cc
[1025/1141] Compiling poly_rq_mul.S
[1026/1141] Compiling lhash.cc
[1027/1141] Compiling ex_data.cc
[1028/1141] Compiling kyber.cc
[1029/1141] Compiling sign.cc
[1030/1141] Compiling hrss.cc
[1031/1141] Compiling scrypt.cc
[1032/1141] Compiling hpke.cc
[1033/1141] Compiling print.cc
[1034/1141] Compiling p_x25519.cc
[1035/1141] Compiling pbkdf.cc
[1036/1141] Compiling p_rsa_asn1.cc
[1037/1141] Compiling p_hkdf.cc
[1038/1141] Compiling p_x25519_asn1.cc
[1039/1141] Compiling p_rsa.cc
[1040/1141] Compiling p_ed25519.cc
[1041/1141] Compiling p_ed25519_asn1.cc
[1042/1141] Compiling p_dh.cc
[1043/1141] Compiling p_dsa_asn1.cc
[1044/1141] Compiling p_dh_asn1.cc
[1045/1141] Compiling p_ec_asn1.cc
[1046/1141] Compiling p_ec.cc
[1047/1141] Compiling evp_asn1.cc
[1048/1141] Compiling evp_ctx.cc
[1049/1141] Compiling evp.cc
[1050/1141] Compiling ecdh_extra.cc
[1051/1141] Compiling err.cc
[1052/1141] Compiling engine.cc
[1053/1141] Compiling ecdsa_asn1.cc
[1054/1141] Compiling ec_derive.cc
[1055/1141] Compiling hash_to_curve.cc
[1056/1141] Compiling ec_asn1.cc
[1057/1141] Compiling dsa.cc
[1058/1141] Compiling dsa_asn1.cc
[1059/1141] Compiling params.cc
[1060/1141] Compiling digest_extra.cc
[1061/1141] Compiling spake25519.cc
[1062/1141] Compiling dh_asn1.cc
[1063/1141] Compiling x25519-asm-arm.S
[1064/1141] Compiling des.cc
[1065/1141] Compiling crypto.cc
[1066/1141] Compiling cpu_intel.cc
[1067/1141] Compiling cpu_arm_linux.cc
[1068/1141] Compiling bcm.cc
[1069/1141] Compiling curve25519.cc
[1070/1141] Compiling cpu_arm_freebsd.cc
[1070/1141] Compiling cpu_aarch64_sysreg.cc
[1072/1141] Compiling cpu_aarch64_win.cc
[1073/1141] Compiling cpu_aarch64_openbsd.cc
[1074/1141] Compiling curve25519_64_adx.cc
[1075/1141] Compiling cpu_aarch64_linux.cc
[1076/1141] Compiling cpu_aarch64_fuchsia.cc
[1077/1141] Compiling cpu_aarch64_apple.cc
[1078/1141] Compiling e_rc4.cc
[1079/1141] Compiling conf.cc
[1080/1141] Compiling e_tls.cc
[1081/1141] Compiling tls_cbc.cc
[1082/1141] Compiling e_rc2.cc
[1083/1141] Compiling e_null.cc
[1084/1141] Compiling e_des.cc
[1085/1141] Compiling e_chacha20poly1305.cc
[1086/1141] Compiling derive_key.cc
[1087/1141] Compiling e_aesctrhmac.cc
[1088/1141] Compiling e_aesgcmsiv.cc
[1089/1141] Compiling cipher_extra.cc
[1090/1141] Compiling chacha.cc
[1091/1141] Compiling unicode.cc
[1092/1141] Compiling ber.cc
[1093/1141] Compiling asn1_compat.cc
[1094/1141] Compiling buf.cc
[1095/1141] Compiling cbb.cc
[1096/1141] Compiling cbs.cc
[1097/1141] Compiling convert.cc
[1098/1141] Compiling bn_asn1.cc
[1099/1141] Compiling blake2.cc
[1100/1141] Compiling printf.cc
[1101/1141] Compiling pair.cc
[1102/1141] Compiling file.cc
[1103/1141] Compiling hexdump.cc
[1104/1141] Compiling errno.cc
[1105/1141] Compiling fd.cc
[1106/1141] Compiling bio_mem.cc
[1107/1141] Compiling bio.cc
[1108/1141] Compiling base64.cc
[1109/1141] Compiling tasn_fre.cc
[1110/1141] Compiling tasn_typ.cc
[1111/1141] Compiling tasn_new.cc
[1112/1141] Compiling tasn_utl.cc
[1113/1141] Compiling tasn_enc.cc
[1114/1141] Compiling posix_time.cc
[1115/1141] Compiling f_string.cc
[1116/1141] Compiling tasn_dec.cc
[1117/1141] Compiling f_int.cc
[1118/1141] Compiling asn1_par.cc
[1119/1141] Compiling asn_pack.cc
[1120/1141] Compiling a_utctm.cc
[1121/1141] Compiling asn1_lib.cc
[1122/1141] Compiling a_type.cc
[1123/1141] Compiling a_time.cc
[1124/1141] Compiling a_octet.cc
[1125/1141] Compiling a_strex.cc
[1126/1141] Compiling a_strnid.cc
[1127/1141] Compiling a_object.cc
[1128/1141] Compiling a_mbstr.cc
[1128/1141] Write sources
[1134/1141] Compiling a_i2d_fp.cc
[1135/1141] Compiling a_int.cc
[1136/1141] Compiling a_dup.cc
[1137/1213] Compiling a_gentm.cc
[1138/1213] Compiling a_d2i_fp.cc
[1139/1213] Compiling a_bool.cc
[1141/1283] Compiling Algorithms FirstNonNil.swift
[1142/1283] Compiling Algorithms AdjacentPairs.swift
[1143/1283] Compiling Algorithms Chain.swift
[1144/1285] Compiling Algorithms Intersperse.swift
[1145/1285] Compiling Algorithms Partition.swift
[1146/1285] Compiling Algorithms Permutations.swift
[1147/1285] Compiling Algorithms Product.swift
[1147/1285] Compiling a_bitstr.cc
[1149/1285] Compiling Algorithms Grouped.swift
[1150/1285] Compiling Algorithms Indexed.swift
[1151/1293] Compiling Atomics IntegerOperations.swift
[1152/1293] Compiling Atomics Unmanaged extensions.swift
[1153/1293] Compiling Algorithms Keyed.swift
[1154/1293] Compiling Algorithms MinMax.swift
[1155/1293] Compiling Algorithms FlattenCollection.swift
[1156/1293] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1157/1293] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1158/1293] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1159/1293] Compiling AsyncAlgorithms DebounceStorage.swift
[1160/1293] Compiling AsyncAlgorithms Dictionary.swift
[1161/1293] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1162/1293] Compiling AsyncAlgorithms Locking.swift
[1163/1293] Compiling AsyncAlgorithms AsyncChannel.swift
[1164/1293] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1165/1293] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1166/1293] Compiling AsyncAlgorithms ChannelStorage.swift
[1167/1293] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1168/1293] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1169/1293] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1170/1300] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1171/1300] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1172/1300] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1173/1300] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1174/1300] Compiling BitCollections BitSet+SetAlgebra union.swift
[1175/1300] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1176/1300] Compiling BitCollections BitSet.Counted.swift
[1177/1300] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1178/1300] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1179/1300] Compiling AsyncAlgorithms MergeStateMachine.swift
[1180/1300] Compiling AsyncAlgorithms MergeStorage.swift
[1181/1300] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1182/1300] Compiling AsyncAlgorithms Rethrow.swift
[1183/1300] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1184/1300] Emitting module BitCollections
[1185/1300] Compiling Algorithms Compacted.swift
[1186/1300] Compiling Algorithms Cycle.swift
[1187/1300] Compiling Algorithms EitherSequence.swift
[1191/1300] Compiling Algorithms Chunked.swift
[1192/1300] Compiling Algorithms Combinations.swift
[1193/1300] Compiling Algorithms Split.swift
[1194/1300] Compiling Algorithms Stride.swift
[1195/1300] Compiling Algorithms Suffix.swift
[1198/1303] Compiling Algorithms Rotate.swift
[1205/1309] Compiling CryptoBoringWrapper RandomBytes.swift
[1216/1309] Compiling Algorithms Trim.swift
[1217/1309] Compiling Algorithms Unique.swift
[1218/1309] Compiling Algorithms Joined.swift
[1234/1309] Compiling BitCollections BitSet.Index.swift
[1235/1309] Compiling BitCollections BitSet._UnsafeHandle.swift
[1236/1309] Compiling BitCollections BitSet.swift
[1237/1309] Compiling BitCollections Range+Utilities.swift
[1238/1309] Compiling BitCollections Slice+Utilities.swift
[1239/1309] Compiling BitCollections UInt+Tricks.swift
[1240/1309] Compiling BitCollections _Word.swift
[1248/1309] Emitting module AsyncAlgorithms
[1262/1310] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1264/1310] Emitting module CryptoBoringWrapper
[1265/1310] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1266/1310] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1267/1310] Compiling CryptoBoringWrapper EllipticCurve.swift
[1278/1310] Compiling Algorithms Windows.swift
[1279/1310] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1280/1310] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1288/1313] Compiling Collections Collections.swift
[1289/1313] Emitting module Collections
[1291/1314] Emitting module Atomics
[1302/1385] Compiling Crypto ASN1.swift
[1303/1385] Compiling Crypto ASN1Any.swift
[1304/1385] Compiling Crypto ASN1BitString.swift
[1305/1385] Compiling Crypto AES-GCM.swift
[1306/1385] Compiling Crypto AES-GCM_boring.swift
[1307/1385] Compiling Crypto ChaChaPoly_boring.swift
[1308/1386] Compiling Crypto AES.swift
[1309/1386] Compiling Crypto ECDSASignature_boring.swift
[1310/1386] Compiling Crypto ECDSA_boring.swift
[1311/1386] Compiling Crypto EdDSA_boring.swift
[1312/1386] Compiling Crypto ECDSA.swift
[1313/1386] Compiling Crypto Ed25519.swift
[1316/1468] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1317/1469] Compiling NIOCore AsyncChannel.swift
[1318/1469] Compiling NIOCore AsyncChannelHandler.swift
[1319/1470] Emitting module Algorithms
[1320/1471] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1321/1471] Compiling ServiceLifecycle ServiceRunnerError.swift
[1322/1471] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1323/1471] Emitting module ServiceLifecycle
[1325/1471] Compiling NIOCore AsyncChannelInboundStream.swift
[1326/1471] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1327/1471] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1328/1471] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1329/1471] Compiling ServiceLifecycle CancellationWaiter.swift
[1330/1471] Compiling ServiceLifecycle GracefulShutdown.swift
[1331/1471] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1332/1471] Compiling NIOCore FileHandle.swift
[1333/1471] Compiling NIOCore FileRegion.swift
[1334/1471] Compiling NIOCore GlobalSingletons.swift
[1335/1471] Compiling NIOCore IO.swift
[1336/1471] Compiling NIOCore IOData.swift
[1337/1471] Compiling NIOCore IPProtocol.swift
[1338/1471] Compiling NIOCore IntegerBitPacking.swift
[1339/1471] Compiling NIOCore IntegerTypes.swift
[1340/1471] Compiling NIOCore Interfaces.swift
[1341/1471] Compiling NIOCore Linux.swift
[1342/1480] Compiling NIOCore AddressedEnvelope.swift
[1343/1480] Compiling NIOCore AsyncAwaitSupport.swift
[1344/1480] Emitting module Crypto
[1345/1480] Compiling Crypto HKDF.swift
[1346/1480] Compiling Crypto AESWrap.swift
[1347/1480] Compiling Crypto AESWrap_boring.swift
[1348/1480] Compiling Crypto Ed25519_boring.swift
[1349/1480] Compiling Crypto NISTCurvesKeys_boring.swift
[1350/1480] Compiling Crypto X25519Keys_boring.swift
[1351/1480] Compiling Crypto Curve25519.swift
[1352/1480] Compiling Crypto Ed25519Keys.swift
[1353/1480] Compiling Crypto NISTCurvesKeys.swift
[1354/1480] Compiling Crypto X25519Keys.swift
[1363/1480] Compiling NIOCore NIOAsyncWriter.swift
[1364/1480] Compiling NIOCore ByteBuffer-multi-int.swift
[1365/1480] Compiling NIOCore MarkedCircularBuffer.swift
[1366/1480] Compiling NIOCore MulticastChannel.swift
[1367/1480] Compiling NIOCore NIOAny.swift
[1368/1480] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1369/1480] Compiling NIOCore NIOLoopBound.swift
[1370/1480] Compiling NIOCore NIOScheduledCallback.swift
[1371/1480] Compiling NIOCore NIOSendable.swift
[1372/1480] Compiling NIOCore RecvByteBufferAllocator.swift
[1375/1488] Emitting module _ConnectionPoolModule
[1376/1488] Compiling ServiceLifecycle Service.swift
[1377/1488] Compiling ServiceLifecycle ServiceGroup.swift
[1379/1489] Compiling NIOCore DeadChannel.swift
[1380/1489] Compiling NIOCore DispatchQueue+WithFuture.swift
[1381/1489] Compiling NIOCore EventLoop+Deprecated.swift
[1382/1489] Compiling NIOCore EventLoop+SerialExecutor.swift
[1383/1489] Compiling NIOCore EventLoop.swift
[1384/1489] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1385/1489] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1386/1489] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1387/1489] Compiling NIOCore EventLoopFuture.swift
[1388/1489] Compiling NIOCore FileDescriptor.swift
[1389/1489] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1390/1489] Compiling NIOCore ByteBuffer-conversions.swift
[1391/1489] Compiling NIOCore ByteBuffer-core.swift
[1392/1489] Compiling NIOCore ByteBuffer-hex.swift
[1393/1489] Compiling NIOCore ByteBuffer-int.swift
[1394/1489] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1395/1489] Compiling NIOCore ChannelPipeline.swift
[1396/1489] Compiling NIOCore CircularBuffer.swift
[1397/1489] Compiling NIOCore Codec.swift
[1398/1489] Compiling NIOCore ConvenienceOptionSupport.swift
[1399/1489] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1400/1489] Compiling NIOCore ByteBuffer-views.swift
[1401/1489] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1410/1489] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1411/1489] Compiling NIOCore SocketAddresses.swift
[1423/1490] Compiling NIOCore Channel.swift
[1424/1490] Compiling NIOCore ChannelHandler.swift
[1425/1490] Compiling NIOCore ChannelHandlers.swift
[1426/1490] Compiling NIOCore ChannelInvoker.swift
[1427/1490] Compiling NIOCore ChannelOption.swift
[1428/1490] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1429/1490] Compiling NIOCore BSDSocketAPI.swift
[1430/1490] Compiling NIOCore ByteBuffer-aux.swift
[1431/1490] Compiling Crypto Signature.swift
[1432/1490] Compiling Crypto CryptoKitErrors_boring.swift
[1433/1490] Compiling Crypto RNG_boring.swift
[1434/1490] Compiling Crypto SafeCompare_boring.swift
[1435/1490] Compiling Crypto Zeroization_boring.swift
[1436/1490] Compiling Crypto PrettyBytes.swift
[1437/1490] Compiling Crypto SafeCompare.swift
[1438/1490] Compiling Crypto SecureBytes.swift
[1439/1490] Compiling Crypto Zeroization.swift
[1451/1491] Compiling NIOCore SocketOptionProvider.swift
[1452/1491] Compiling NIOCore SystemCallHelpers.swift
[1453/1491] Compiling NIOCore TimeAmount+Duration.swift
[1454/1491] Compiling NIOCore TypeAssistedChannelHandler.swift
[1455/1491] Compiling NIOCore UniversalBootstrapSupport.swift
[1456/1491] Compiling NIOCore Utilities.swift
[1491/1491] Emitting module NIOCore
[1493/1543] Compiling NIOEmbedded AsyncTestingChannel.swift
[1494/1543] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1495/1543] Emitting module NIOEmbedded
[1496/1543] Compiling NIOEmbedded Embedded.swift
[1498/1544] Emitting module NIOPosix
[1499/1550] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1500/1550] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1501/1550] Compiling NIOPosix PosixSingletons.swift
[1502/1550] Compiling NIOPosix RawSocketBootstrap.swift
[1503/1550] Compiling NIOPosix Resolver.swift
[1504/1550] Compiling NIOPosix Selectable.swift
[1505/1550] Compiling NIOPosix SelectableChannel.swift
[1506/1550] Compiling NIOPosix SelectableEventLoop.swift
[1507/1550] Compiling NIOPosix SelectorEpoll.swift
[1508/1550] Compiling NIOPosix SelectorGeneric.swift
[1509/1550] Compiling NIOPosix SelectorKqueue.swift
[1510/1550] Compiling NIOPosix SelectorUring.swift
[1511/1550] Compiling NIOPosix ServerSocket.swift
[1512/1550] Compiling NIOPosix Socket.swift
[1513/1550] Compiling NIOPosix SocketChannel.swift
[1514/1550] Compiling NIOPosix SocketProtocols.swift
[1515/1550] Compiling NIOPosix System.swift
[1516/1550] Compiling NIOPosix Thread.swift
[1517/1550] Compiling NIOPosix Bootstrap.swift
[1518/1550] Compiling NIOPosix ControlMessage.swift
[1519/1550] Compiling NIOPosix DatagramVectorReadManager.swift
[1520/1550] Compiling NIOPosix Errors+Any.swift
[1521/1550] Compiling NIOPosix FileDescriptor.swift
[1522/1550] Compiling NIOPosix GetaddrinfoResolver.swift
[1523/1550] Compiling NIOPosix HappyEyeballs.swift
[1524/1550] Compiling NIOPosix ThreadPosix.swift
[1525/1550] Compiling NIOPosix ThreadWindows.swift
[1526/1550] Compiling NIOPosix UnsafeTransfer.swift
[1527/1550] Compiling NIOPosix Utilities.swift
[1528/1550] Compiling NIOPosix VsockAddress.swift
[1529/1550] Compiling NIOPosix VsockChannelEvents.swift
[1530/1550] Compiling NIOPosix BSDSocketAPICommon.swift
[1531/1550] Compiling NIOPosix BSDSocketAPIPosix.swift
[1532/1550] Compiling NIOPosix BSDSocketAPIWindows.swift
[1533/1550] Compiling NIOPosix BaseSocket.swift
[1534/1550] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1535/1550] Compiling NIOPosix BaseSocketChannel.swift
[1536/1550] Compiling NIOPosix BaseStreamSocketChannel.swift
[1537/1550] Compiling NIOPosix NIOThreadPool.swift
[1538/1550] Compiling NIOPosix NonBlockingFileIO.swift
[1539/1550] Compiling NIOPosix PendingDatagramWritesManager.swift
[1540/1550] Compiling NIOPosix PendingWritesManager.swift
[1541/1550] Compiling NIOPosix PipeChannel.swift
[1542/1550] Compiling NIOPosix PipePair.swift
[1543/1550] Compiling NIOPosix Pool.swift
[1544/1550] Compiling NIOPosix IO.swift
[1545/1550] Compiling NIOPosix IntegerBitPacking.swift
[1546/1550] Compiling NIOPosix IntegerTypes.swift
[1547/1550] Compiling NIOPosix Linux.swift
[1548/1550] Compiling NIOPosix LinuxCPUSet.swift
[1549/1550] Compiling NIOPosix LinuxUring.swift
[1550/1550] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1552/1575] Compiling NIO Exports.swift
[1553/1575] Emitting module NIO
[1555/1576] Compiling AsyncKit Future+Transform.swift
[1556/1576] Compiling AsyncKit Future+Try.swift
[1557/1576] Compiling AsyncKit FutureOperators.swift
[1558/1578] Compiling AsyncKit Future+Miscellaneous.swift
[1559/1578] Compiling AsyncKit Future+Nonempty.swift
[1560/1578] Compiling AsyncKit Future+Optional.swift
[1561/1639] Compiling NIOTLS TLSEvents.swift
[1562/1678] Emitting module NIOTLS
[1563/1681] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1564/1681] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1565/1681] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1566/1681] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1567/1681] Compiling NIOTLS SNIHandler.swift
[1568/1681] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1569/1681] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1570/1682] Compiling SQLKit SQLDropEnumBuilder.swift
[1571/1682] Compiling SQLKit SQLDropIndexBuilder.swift
[1573/1682] Emitting module NIOFoundationCompat
[1574/1682] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1576/1712] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1577/1712] Compiling SQLKit Exports.swift
[1578/1712] Compiling SQLKit SQLAlias.swift
[1579/1712] Compiling SQLKit SQLBetween.swift
[1580/1712] Compiling SQLKit SQLColumn.swift
[1581/1712] Compiling SQLKit SQLConstraint.swift
[1582/1712] Compiling SQLKit SQLDataType.swift
[1583/1712] Compiling SQLKit SQLDirection.swift
[1584/1712] Compiling SQLKit SQLDistinct.swift
[1585/1712] Compiling SQLKit SQLForeignKeyAction.swift
[1586/1712] Compiling SQLKit SQLNestedSubpathExpression.swift
[1587/1712] Compiling SQLKit SQLQualifiedTable.swift
[1588/1712] Compiling SQLKit SQLQueryString.swift
[1589/1724] Compiling SQLKit SQLDropIndex.swift
[1590/1724] Compiling SQLKit SQLDropTable.swift
[1591/1724] Compiling SQLKit SQLDropTrigger.swift
[1592/1724] Compiling SQLKit SQLInsert.swift
[1593/1724] Compiling SQLKit SQLSelect.swift
[1594/1724] Compiling SQLKit SQLUnion.swift
[1595/1724] Compiling SQLKit SQLUpdate.swift
[1596/1724] Compiling SQLKit SQLExpression.swift
[1597/1724] Compiling SQLKit SQLSerializer.swift
[1598/1724] Compiling SQLKit SQLStatement.swift
[1599/1724] Compiling SQLKit SQLBinaryExpression.swift
[1600/1724] Compiling SQLKit SQLBinaryOperator.swift
[1601/1724] Compiling SQLKit SQLBind.swift
[1602/1746] Compiling SQLKit SQLLockingClause.swift
[1603/1746] Compiling SQLKit SQLOrderBy.swift
[1604/1746] Compiling SQLKit SQLReturning.swift
[1605/1746] Compiling SQLKit SQLSubquery.swift
[1606/1746] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1607/1746] Compiling SQLKit SQLAlterEnum.swift
[1608/1746] Compiling SQLKit SQLAlterTable.swift
[1609/1746] Compiling SQLKit SQLCreateEnum.swift
[1610/1746] Compiling SQLKit SQLCreateIndex.swift
[1611/1746] Compiling SQLKit SQLCreateTable.swift
[1612/1746] Compiling SQLKit SQLCreateTrigger.swift
[1613/1746] Compiling SQLKit SQLDelete.swift
[1614/1746] Compiling SQLKit SQLDropEnum.swift
[1615/1746] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1616/1746] Compiling SQLKit SQLColumnAssignment.swift
[1617/1746] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1618/1746] Compiling SQLKit SQLColumnDefinition.swift
[1619/1746] Compiling SQLKit SQLCommonTableExpression.swift
[1620/1746] Compiling SQLKit SQLConflictAction.swift
[1621/1746] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1622/1746] Compiling SQLKit SQLDropBehaviour.swift
[1623/1746] Compiling SQLKit SQLEnumDataType.swift
[1624/1746] Compiling SQLKit SQLExcludedColumn.swift
[1625/1746] Compiling SQLKit SQLForeignKey.swift
[1626/1746] Compiling SQLKit SQLJoin.swift
[1627/1746] Compiling SQLKit SQLJoinMethod.swift
[1628/1746] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1629/1746] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1630/1746] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1631/1746] Compiling NIOTransportServices NIOTSBootstraps.swift
[1632/1746] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1633/1746] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1634/1748] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1635/1748] Compiling NIOTransportServices NIOTSSingletons.swift
[1636/1748] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1637/1748] Compiling NIOTransportServices StateManagedChannel.swift
[1638/1748] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1639/1748] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1640/1748] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1641/1748] Compiling NIOTransportServices NIOTSErrors.swift
[1642/1748] Compiling NIOTransportServices NIOTSEventLoop.swift
[1643/1748] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1644/1748] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1645/1748] Compiling NIOTransportServices AcceptHandler.swift
[1646/1748] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1647/1748] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1648/1748] Emitting module NIOTransportServices
[1649/1748] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1650/1748] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1651/1748] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1653/1749] Compiling NIOSSL SSLPKCS12Bundle.swift
[1654/1749] Compiling NIOSSL SSLPrivateKey.swift
[1655/1749] Compiling SQLKit SQLQueryFetcher.swift
[1656/1749] Compiling SQLKit SQLReturningBuilder.swift
[1657/1749] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1658/1749] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1659/1749] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1660/1749] Compiling SQLKit SQLDatabase.swift
[1661/1749] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1662/1749] Compiling SQLKit SQLDialect.swift
[1663/1749] Compiling SQLKit SQLDatabase+Deprecated.swift
[1664/1749] Compiling SQLKit SQLError.swift
[1665/1749] Compiling SQLKit SQLExpressions+Deprecated.swift
[1676/1749] Compiling NIOSSL Zeroization.swift
[1677/1749] Compiling NIOSSL SSLErrors.swift
[1678/1749] Compiling NIOSSL SSLInit.swift
[1695/1749] Emitting module SQLKit
[1708/1752] Emitting module NIOSSL
[1717/1752] Compiling SQLKit SQLFunction.swift
[1718/1752] Compiling SQLKit SQLGroupExpression.swift
[1719/1752] Compiling SQLKit SQLIdentifier.swift
[1720/1752] Compiling SQLKit SQLList.swift
[1721/1752] Compiling SQLKit SQLLiteral.swift
[1722/1752] Compiling SQLKit SQLRaw.swift
[1723/1752] Compiling SQLKit SQLCodingUtilities.swift
[1724/1752] Compiling SQLKit SQLQueryEncoder.swift
[1725/1752] Compiling SQLKit SQLRow.swift
[1726/1752] Compiling SQLKit SQLRowDecoder.swift
[1727/1752] Compiling SQLKit SomeCodingKey.swift
[1728/1752] Compiling SQLKit StringHandling.swift
[1738/1840] Compiling FluentKit ModelMiddleware.swift
[1739/1840] Compiling FluentKit ModelResponder.swift
[1740/1840] Compiling FluentKit Migration.swift
[1742/1944] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1743/1944] Compiling PostgresNIO PostgresData+Set.swift
[1744/1944] Compiling PostgresNIO PostgresData+String.swift
[1745/1944] Compiling PostgresNIO PostgresData+UUID.swift
[1746/1944] Compiling PostgresNIO PostgresData.swift
[1747/1944] Compiling PostgresNIO PostgresDataConvertible.swift
[1748/1944] Compiling PostgresNIO PostgresDataType.swift
[1749/1944] Compiling PostgresNIO PostgresRow.swift
[1750/1944] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1751/1944] Compiling PostgresNIO PostgresData+UInt.swift
[1752/1944] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1753/1944] Compiling PostgresNIO PostgresMessage+Bind.swift
[1754/1944] Compiling PostgresNIO PostgresMessage+Close.swift
[1755/1956] Emitting module FluentKit
[1756/1956] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1757/1956] Compiling PostgresNIO PostgresMessage+Describe.swift
[1758/1956] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1759/1956] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1760/1956] Compiling PostgresNIO PostgresMessage+Error.swift
[1761/1956] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1762/1956] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1763/1956] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1764/1956] Compiling PostgresNIO PostgresMessageType.swift
[1765/1956] Compiling PostgresNIO AuthenticationStateMachine.swift
[1766/1956] Compiling PostgresNIO CloseStateMachine.swift
[1767/1956] Compiling PostgresNIO ConnectionStateMachine.swift
[1768/1956] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1769/1956] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1770/1956] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1771/1956] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1772/1956] Compiling PostgresNIO PostgresMessage+Startup.swift
[1773/1956] Compiling PostgresNIO PostgresMessage+Sync.swift
[1774/1956] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1775/1956] Compiling PostgresNIO PostgresMessageDecoder.swift
[1776/1956] Compiling PostgresNIO PostgresMessageEncoder.swift
[1777/1956] Compiling PostgresNIO PostgresMessage+0.swift
[1778/1956] Compiling PostgresNIO Bool+PostgresCodable.swift
[1779/1956] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1782/1956] Compiling PostgresNIO Date+PostgresCodable.swift
[1783/1956] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1784/1956] Compiling PostgresNIO Float+PostgresCodable.swift
[1785/1956] Compiling PostgresNIO Int+PostgresCodable.swift
[1786/1956] Compiling PostgresNIO JSON+PostgresCodable.swift
[1787/1956] Compiling PostgresNIO Range+PostgresCodable.swift
[1788/1956] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1789/1956] Compiling PostgresNIO String+PostgresCodable.swift
[1790/1956] Compiling PostgresNIO UUID+PostgresCodable.swift
[1791/1956] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1792/1956] Compiling PostgresNIO Logging+PSQL.swift
[1793/1956] Compiling PostgresNIO Authentication.swift
[1794/1970] Compiling FluentKit DatabaseQuery+Join.swift
[1795/1970] Compiling FluentKit DatabaseQuery+Range.swift
[1796/1970] Compiling FluentKit DatabaseQuery+Sort.swift
[1797/1970] Compiling FluentKit DatabaseQuery+Value.swift
[1798/1970] Compiling FluentKit DatabaseQuery.swift
[1799/1970] Compiling FluentKit QueryHistory.swift
[1800/1970] Compiling FluentKit DatabaseSchema.swift
[1801/1970] Compiling FluentKit SchemaBuilder.swift
[1802/1970] Compiling FluentKit OptionalType.swift
[1803/1970] Compiling FluentKit RandomGeneratable.swift
[1804/1970] Compiling FluentKit SomeCodingKey.swift
[1805/1970] Compiling FluentKit UnsafeMutableTransferBox.swift
[1806/1970] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1807/1970] Compiling PostgresNIO ListenStateMachine.swift
[1808/1970] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1809/1970] Compiling PostgresNIO RowStreamStateMachine.swift
[1810/1970] Compiling PostgresNIO Array+PostgresCodable.swift
[1811/1970] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1812/1970] Compiling PostgresNIO PostgresConnection.swift
[1813/1970] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1814/1970] Compiling PostgresNIO PostgresData+Array.swift
[1815/1970] Compiling PostgresNIO PostgresData+Bool.swift
[1816/1970] Compiling PostgresNIO PostgresData+Bytes.swift
[1817/1970] Compiling PostgresNIO PostgresData+Date.swift
[1818/1970] Compiling PostgresNIO PostgresData+Decimal.swift
[1819/1970] Compiling PostgresNIO PostgresData+Double.swift
[1820/1970] Compiling PostgresNIO PostgresData+Float.swift
[1821/1970] Compiling PostgresNIO PostgresData+Int.swift
[1822/1970] Compiling PostgresNIO PostgresData+JSON.swift
[1823/1970] Compiling PostgresNIO PostgresData+JSONB.swift
[1824/1970] Compiling PostgresNIO PostgresData+Numeric.swift
[1825/1970] Compiling PostgresNIO PostgresData+Optional.swift
[1826/1970] Compiling PostgresNIO PostgresMessage+Execute.swift
[1827/1970] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1828/1970] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1829/1970] Compiling PostgresNIO PostgresMessage+Parse.swift
[1830/1970] Compiling PostgresNIO PostgresMessage+Password.swift
[1831/1970] Compiling PostgresNIO BackendKeyData.swift
[1832/1970] Compiling PostgresNIO DataRow.swift
[1833/1970] Compiling PostgresNIO ErrorResponse.swift
[1834/1970] Compiling PostgresNIO NotificationResponse.swift
[1835/1970] Compiling PostgresNIO ParameterDescription.swift
[1836/1970] Compiling PostgresNIO ParameterStatus.swift
[1837/1970] Compiling PostgresNIO ReadyForQuery.swift
[1838/1970] Compiling PostgresNIO RowDescription.swift
[1839/1970] Compiling PostgresNIO NotificationListener.swift
[1840/1970] Compiling PostgresNIO PSQLError.swift
[1841/1970] Compiling PostgresNIO PSQLEventsHandler.swift
[1842/1970] Compiling PostgresNIO PSQLPreparedStatement.swift
[1871/1971] Emitting module PostgresNIO
[1872/1982] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1918/1983] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1919/1983] Compiling FluentSQL SQLList+Deprecated.swift
[1920/1983] Compiling FluentSQL ConverterUtilities.swift
[1921/1983] Compiling FluentSQL DatabaseQuery+SQL.swift
[1922/1983] Emitting module FluentSQL
[1923/1983] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1924/1983] Compiling FluentSQL SQLDatabase+Model.swift
[1925/1983] Compiling FluentSQL DatabaseSchema+SQL.swift
[1926/1983] Compiling FluentSQL Exports.swift
[1927/1983] Compiling FluentSQL SQLQueryConverter.swift
[1928/1983] Compiling FluentSQL SQLSchemaConverter.swift
[1954/1984] Compiling PostgresNIO PreparedStatement.swift
[1955/1984] Compiling PostgresNIO VariadicGenerics.swift
[1956/1984] Compiling PostgresNIO ConnectionFactory.swift
[1957/1984] Compiling PostgresNIO PostgresClient.swift
[1958/1984] Compiling PostgresNIO PostgresClientMetrics.swift
[1959/1984] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1960/1984] Compiling PostgresNIO PostgresDatabase+Query.swift
[1961/1984] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1962/1984] Compiling PostgresNIO PostgresDatabase.swift
[1963/1984] Compiling PostgresNIO PostgresRequest.swift
[1964/1984] Compiling PostgresNIO Exports.swift
[1965/1984] Compiling PostgresNIO NIOUtils.swift
[1966/1984] Compiling PostgresNIO PostgresError+Code.swift
[1967/1984] Compiling PostgresNIO PostgresError.swift
[1968/1984] Compiling PostgresNIO PostgresJSONDecoder.swift
[1969/1984] Compiling PostgresNIO PostgresJSONEncoder.swift
[1970/1984] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1971/1984] Compiling PostgresNIO SASLAuthenticationManager.swift
[1979/1985] Emitting module AsyncKit
[1987/2000] Compiling PostgresKit PostgresRow+SQL.swift
[1988/2001] Compiling PostgresKit ConnectionPool+Postgres.swift
[1989/2001] Compiling PostgresKit PostgresColumnType.swift
[1990/2001] Compiling PostgresKit PostgresDatabase+SQL.swift
[1991/2001] Compiling PostgresKit PostgresDialect.swift
[1992/2001] Emitting module PostgresKit
[1993/2001] Compiling PostgresKit SQLPostgresConfiguration.swift
[1994/2001] Compiling PostgresKit PostgresConfiguration.swift
[1995/2001] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[1996/2001] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1997/2001] Compiling PostgresKit Exports.swift
[1998/2001] Compiling PostgresKit PostgresDataDecoder.swift
[1999/2001] Compiling PostgresKit PostgresDataEncoder.swift
[2000/2001] Compiling PostgresKit PostgresConnectionSource.swift
[2001/2001] Compiling PostgresKit PostgresDataTranslation.swift
[2003/2011] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2004/2011] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2005/2012] Emitting module FluentPostgresDriver
[2006/2012] Compiling FluentPostgresDriver PostgresError+Database.swift
[2007/2012] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2008/2012] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2009/2012] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2010/2012] Compiling FluentPostgresDriver Exports.swift
[2011/2012] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2012/2012] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2014/2041] Compiling FluentPostGIS QueryBuilder+Intersects.swift
[2015/2041] Compiling FluentPostGIS QueryBuilder+Overlaps.swift
[2016/2041] Compiling FluentPostGIS QueryBuilder+Sort.swift
[2017/2044] Emitting module FluentPostGIS
/host/spi-builder-workspace/Sources/FluentPostGIS/Support/EnablePostGISMigration.swift:26:12: warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public var FluentPostGISSrid: UInt = 4326
   |            |- warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'FluentPostGISSrid' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'FluentPostGISSrid' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
[2018/2044] Compiling FluentPostGIS QueryBuilder+Distance.swift
[2019/2044] Compiling FluentPostGIS QueryBuilder+DistanceWithin.swift
[2020/2044] Compiling FluentPostGIS QueryBuilder+Equals.swift
[2021/2044] Compiling FluentPostGIS QueryBuilder+Helpers.swift
[2022/2044] Compiling FluentPostGIS GeometryConvertible.swift
[2023/2044] Compiling FluentPostGIS QueryBuilder+Contains.swift
[2024/2044] Compiling FluentPostGIS QueryBuilder+Crosses.swift
[2025/2044] Compiling FluentPostGIS QueryBuilder+Disjoint.swift
[2026/2044] Compiling FluentPostGIS DatabaseSchemaDataType+Geographic.swift
[2027/2044] Compiling FluentPostGIS GeographicGeometryCollection2D.swift
[2028/2044] Compiling FluentPostGIS GeographicLineString2D.swift
[2029/2044] Compiling FluentPostGIS GeographicMultiLineString2D.swift
[2030/2044] Compiling FluentPostGIS GeographicMultiPoint2D.swift
[2031/2044] Compiling FluentPostGIS GeographicMultiPolygon2D.swift
[2032/2044] Compiling FluentPostGIS GeographicPoint2D.swift
[2033/2044] Compiling FluentPostGIS GeographicPolygon2D.swift
[2034/2044] Compiling FluentPostGIS DatabaseSchemaDataType+Geometric.swift
[2035/2044] Compiling FluentPostGIS GeometricGeometryCollection2D.swift
[2036/2044] Compiling FluentPostGIS GeometricLineString2D.swift
[2037/2044] Compiling FluentPostGIS GeometricMultiLineString2D.swift
[2038/2044] Compiling FluentPostGIS GeometricMultiPoint2D.swift
[2039/2044] Compiling FluentPostGIS GeometricMultiPolygon2D.swift
[2040/2044] Compiling FluentPostGIS GeometricPoint2D.swift
[2041/2044] Compiling FluentPostGIS GeometricPolygon2D.swift
[2042/2044] Compiling FluentPostGIS QueryBuilder+Touches.swift
/host/spi-builder-workspace/Sources/FluentPostGIS/Support/EnablePostGISMigration.swift:26:12: warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public var FluentPostGISSrid: UInt = 4326
   |            |- warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'FluentPostGISSrid' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'FluentPostGISSrid' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
[2043/2044] Compiling FluentPostGIS QueryBuilder+Within.swift
/host/spi-builder-workspace/Sources/FluentPostGIS/Support/EnablePostGISMigration.swift:26:12: warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public var FluentPostGISSrid: UInt = 4326
   |            |- warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'FluentPostGISSrid' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'FluentPostGISSrid' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
[2044/2044] Compiling FluentPostGIS EnablePostGISMigration.swift
/host/spi-builder-workspace/Sources/FluentPostGIS/Support/EnablePostGISMigration.swift:26:12: warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public var FluentPostGISSrid: UInt = 4326
   |            |- warning: var 'FluentPostGISSrid' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |            |- note: convert 'FluentPostGISSrid' to a 'let' constant to make 'Sendable' shared state immutable
   |            |- note: add '@MainActor' to make var 'FluentPostGISSrid' part of global actor 'MainActor'
   |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
Build complete! (349.47s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.49.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "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.9"
}
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.