Build Information
Successful build of fluent-postgis, reference main (14a5a6
), with Swift 6.1 for Linux on 14 May 2025 01:51:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brokenhandsio/fluent-postgis.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/brokenhandsio/fluent-postgis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 14a5a68 Merge pull request #7 from fpseverino/update
Cloned https://github.com/brokenhandsio/fluent-postgis.git
Revision (git rev-parse @):
14a5a681187c4802173f658fa7faa6a89a70446d
SUCCESS checkout https://github.com/brokenhandsio/fluent-postgis.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/brokenhandsio/fluent-postgis.git
https://github.com/brokenhandsio/fluent-postgis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.52.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "wkcodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rabc/WKCodable.git"
}
],
"manifest_display_name" : "fluent-postgis",
"name" : "fluent-postgis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FluentPostGIS",
"targets" : [
"FluentPostGIS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentPostGISTests",
"module_type" : "SwiftTarget",
"name" : "FluentPostGISTests",
"path" : "Tests/FluentPostGISTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentPostGISTestCase.swift",
"GeometryTests.swift",
"QueryTests.swift",
"TestModels.swift"
],
"target_dependencies" : [
"FluentPostGIS"
],
"type" : "test"
},
{
"c99name" : "FluentPostGIS",
"module_type" : "SwiftTarget",
"name" : "FluentPostGIS",
"path" : "Sources/FluentPostGIS",
"product_dependencies" : [
"FluentKit",
"FluentPostgresDriver",
"WKCodable"
],
"product_memberships" : [
"FluentPostGIS"
],
"sources" : [
"Geography/DatabaseSchemaDataType+Geographic.swift",
"Geography/GeographicGeometryCollection2D.swift",
"Geography/GeographicLineString2D.swift",
"Geography/GeographicMultiLineString2D.swift",
"Geography/GeographicMultiPoint2D.swift",
"Geography/GeographicMultiPolygon2D.swift",
"Geography/GeographicPoint2D.swift",
"Geography/GeographicPolygon2D.swift",
"Geometry/DatabaseSchemaDataType+Geometric.swift",
"Geometry/GeometricGeometryCollection2D.swift",
"Geometry/GeometricLineString2D.swift",
"Geometry/GeometricMultiLineString2D.swift",
"Geometry/GeometricMultiPoint2D.swift",
"Geometry/GeometricMultiPolygon2D.swift",
"Geometry/GeometricPoint2D.swift",
"Geometry/GeometricPolygon2D.swift",
"Geometry/GeometryConvertible.swift",
"Queries/QueryBuilder+Contains.swift",
"Queries/QueryBuilder+Crosses.swift",
"Queries/QueryBuilder+Disjoint.swift",
"Queries/QueryBuilder+Distance.swift",
"Queries/QueryBuilder+DistanceWithin.swift",
"Queries/QueryBuilder+Equals.swift",
"Queries/QueryBuilder+Helpers.swift",
"Queries/QueryBuilder+Intersects.swift",
"Queries/QueryBuilder+Overlaps.swift",
"Queries/QueryBuilder+Sort.swift",
"Queries/QueryBuilder+Touches.swift",
"Queries/QueryBuilder+Within.swift",
"Support/EnablePostGISMigration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/rabc/WKCodable.git
[1/286] Fetching wkcodable
[205/2945] Fetching wkcodable, fluent-postgres-driver
[2864/16229] Fetching wkcodable, fluent-postgres-driver, fluent-kit
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.29s)
[2197/13570] Fetching wkcodable, fluent-kit
Fetched https://github.com/rabc/WKCodable.git from cache (0.48s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.48s)
Computing version for https://github.com/rabc/WKCodable.git
Computed https://github.com/rabc/WKCodable.git at 0.1.2 (2.62s)
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.46s)
Fetching https://github.com/vapor/postgres-kit.git
[1/5355] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.29s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.76s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
[1437/9819] Fetching sql-kit, swift-log
[9820/85727] Fetching sql-kit, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.43s)
[760/75908] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (5.36s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.65s)
Fetching https://github.com/apple/swift-collections.git
[1/16384] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.37s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.81s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2370] Fetching async-kit
[2371/14540] Fetching async-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.61s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.62s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.67s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.09s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1677/6077] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
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/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
[1/2426] Fetching swift-service-lifecycle
[705/5093] Fetching swift-service-lifecycle, swift-nio-transport-services
[1705/7299] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics
[5028/21216] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-metrics, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
[5746/18549] Fetching swift-service-lifecycle, swift-metrics, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.49s)
[3818/16343] Fetching swift-service-lifecycle, swift-crypto
[3958/31179] Fetching swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.59s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.91s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.35s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4976] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.30s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.87s)
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.50s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.68s)
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 (0.93s)
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/vapor/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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/812] Write sources
[36/812] Compiling _NumericsShims _NumericsShims.c
[37/812] Compiling CNIOWindows shim.c
[38/812] Compiling CNIOWindows WSAStartup.c
[39/812] Compiling CNIOLinux liburing_shims.c
[40/812] Compiling _AtomicsShims.c
[41/812] Compiling CNIOWASI CNIOWASI.c
[42/812] Compiling CNIODarwin shim.c
[43/812] Compiling fiat_p256_adx_sqr.S
[44/812] Compiling CNIOLinux shim.c
[45/812] Compiling fiat_p256_adx_mul.S
[46/812] Compiling fiat_curve25519_adx_square.S
[47/812] Compiling fiat_curve25519_adx_mul.S
[48/812] Write swift-version-24593BA9C3E375BF.txt
[49/812] Compiling CNIOBoringSSLShims shims.c
[50/816] Compiling tls_record.cc
[51/816] Compiling tls_method.cc
[52/816] Compiling tls13_enc.cc
[53/816] Compiling tls13_client.cc
[54/816] Compiling tls13_server.cc
[56/856] Emitting module _NIOBase64
[56/856] Compiling c-nioatomics.c
[58/859] Emitting module InternalCollectionsUtilities
[58/861] Compiling c-atomics.c
[60/861] Compiling RealModule Real.swift
[61/862] Compiling _NIOBase64 Base64.swift
[62/862] Compiling _NIODataStructures PriorityQueue.swift
[63/863] Compiling _NIODataStructures _TinyArray.swift
[64/863] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/863] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/863] Compiling RealModule Float+Real.swift
[67/864] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/864] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/864] Compiling Logging LogHandler.swift
[70/865] Compiling RealModule Float80+Real.swift
[71/866] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/866] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/866] Compiling InternalCollectionsUtilities Debugging.swift
[74/866] Compiling InternalCollectionsUtilities Descriptions.swift
[75/866] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[76/866] Compiling InternalCollectionsUtilities Specialize.swift
[77/866] Compiling ConcurrencyHelpers LockedValueBox.swift
[78/866] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/866] Compiling InternalCollectionsUtilities Integer rank.swift
[80/866] Emitting module RealModule
[81/866] Compiling RealModule ElementaryFunctions.swift
[82/866] Compiling RealModule Float16+Real.swift
[84/866] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/866] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[89/866] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[90/866] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[91/866] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[92/866] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[94/867] Compiling RealModule RealFunctions.swift
[96/868] Compiling CoreMetrics Metrics.swift
[97/868] Emitting module WKCodable
[99/942] Emitting module ConcurrencyHelpers
[100/942] Compiling ConcurrencyHelpers Lock.swift
[101/943] Emitting module CoreMetrics
[102/943] Compiling CoreMetrics Locks.swift
[103/944] Compiling Logging Locks.swift
[104/944] Emitting module Logging
[105/944] Compiling Logging MetadataProvider.swift
[106/944] Emitting module _NIODataStructures
[107/944] Compiling _NIODataStructures Heap.swift
[108/945] Compiling Logging Logging.swift
[113/946] Compiling NIOConcurrencyHelpers lock.swift
[114/1013] Emitting module NIOConcurrencyHelpers
[115/1013] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/1013] Compiling NIOConcurrencyHelpers atomics.swift
[117/1013] Compiling NIOConcurrencyHelpers NIOLock.swift
[118/1013] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[119/1014] Compiling HeapModule Heap+Descriptions.swift
[121/1014] Compiling HeapModule _HeapNode.swift
[122/1014] Compiling HeapModule Heap.swift
[123/1014] Compiling WKCodable WKBEncoder.swift
[124/1014] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[125/1014] Compiling HeapModule Heap+Invariants.swift
[126/1014] Compiling HeapModule Heap+UnsafeHandle.swift
[127/1014] Emitting module UnixSignals
[128/1014] Compiling UnixSignals UnixSignalsSequence.swift
[129/1014] Compiling UnixSignals UnixSignal.swift
[130/1015] Emitting module HeapModule
[131/1043] Compiling WKCodable WKTDecoder.swift
[132/1043] Compiling WKCodable WKTEncoder.swift
[133/1070] Compiling WKCodable Types.swift
[134/1070] Compiling WKCodable WKBDecoder.swift
[135/1093] Compiling HashTreeCollections TreeSet+Sequence.swift
[136/1093] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[137/1093] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[138/1093] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[139/1093] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[140/1093] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[141/1093] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[142/1093] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[143/1093] Compiling HashTreeCollections TreeDictionary.swift
[144/1093] Compiling HashTreeCollections TreeSet+Codable.swift
[145/1102] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[146/1102] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[147/1102] Compiling HashTreeCollections TreeDictionary+Keys.swift
[148/1102] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[149/1102] Compiling HashTreeCollections TreeDictionary+Merge.swift
[150/1102] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[151/1102] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[152/1102] Compiling HashTreeCollections _HashNode.swift
[153/1102] Compiling HashTreeCollections _HashNodeHeader.swift
[154/1102] Compiling HashTreeCollections _HashSlot.swift
[155/1102] Compiling HashTreeCollections _HashStack.swift
[156/1102] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[157/1102] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[158/1102] Compiling HashTreeCollections TreeDictionary+Filter.swift
[161/1109] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[162/1109] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[163/1109] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[164/1109] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[165/1109] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[166/1109] Compiling HashTreeCollections _HashNode+Structural union.swift
[167/1109] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[168/1109] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[169/1109] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[171/1124] Compiling DequeModule Deque+Codable.swift
[172/1124] Compiling DequeModule Deque+Collection.swift
[173/1124] Compiling DequeModule Deque+CustomReflectable.swift
[174/1124] Compiling DequeModule Deque+Descriptions.swift
[175/1124] Compiling DequeModule Deque+Equatable.swift
[176/1124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[177/1124] Compiling DequeModule Deque+Testing.swift
[178/1124] Compiling DequeModule Deque._Storage.swift
[179/1124] Compiling DequeModule Deque+Extras.swift
[180/1124] Compiling DequeModule Deque+Hashable.swift
[181/1124] Compiling DequeModule Deque._UnsafeHandle.swift
[182/1124] Compiling DequeModule Deque.swift
[183/1124] Compiling DequeModule _DequeBuffer.swift
[184/1124] Compiling DequeModule _DequeBufferHeader.swift
[185/1124] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[186/1124] Compiling HashTreeCollections _HashNode+Structural filter.swift
[194/1124] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[195/1124] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[196/1124] Compiling HashTreeCollections _RawHashNode.swift
[197/1124] Compiling HashTreeCollections _UnmanagedHashNode.swift
[198/1124] Compiling HashTreeCollections _UnsafePath.swift
[199/1124] Compiling HashTreeCollections TreeDictionary+Codable.swift
[200/1124] Compiling HashTreeCollections TreeDictionary+Collection.swift
[207/1126] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/1126] Compiling OrderedCollections OrderedSet+Testing.swift
[209/1126] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[210/1126] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[211/1126] Compiling OrderedCollections OrderedSet.swift
[212/1126] Compiling OrderedCollections _UnsafeBitset.swift
[216/1136] Compiling tls13_both.cc
[233/1136] Compiling DequeModule _DequeSlot.swift
[234/1136] Compiling DequeModule _UnsafeWrappedBuffer.swift
[235/1136] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[236/1136] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[237/1136] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[238/1136] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[241/1136] Compiling _RopeModule Rope+Join.swift
[242/1136] Compiling _RopeModule Rope+MutatingForEach.swift
[243/1136] Compiling _RopeModule Rope+Remove.swift
[244/1136] Compiling _RopeModule Rope+RemoveSubrange.swift
[245/1136] Compiling _RopeModule Rope+Split.swift
[246/1136] Compiling _RopeModule Optional Utilities.swift
[247/1136] Compiling _RopeModule String Utilities.swift
[248/1136] Compiling _RopeModule String.Index+ABI.swift
[259/1136] Compiling OrderedCollections OrderedSet+Sendable.swift
[276/1136] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[277/1136] Compiling HashTreeCollections _HashNode+Structural merge.swift
[278/1136] Compiling HashTreeCollections _HashTreeIterator.swift
[279/1136] Compiling HashTreeCollections _HashTreeStatistics.swift
[288/1136] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[289/1136] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[290/1136] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[291/1136] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[292/1136] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[293/1136] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[294/1136] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[295/1136] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[296/1136] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[297/1136] Compiling HashTreeCollections TreeSet.swift
[305/1136] Emitting module Metrics
[306/1136] Compiling Metrics Metrics.swift
[307/1137] Emitting module DequeModule
[310/1138] Emitting module OrderedCollections
[323/1139] Emitting module _RopeModule
[332/1139] Compiling t1_enc.cc
[333/1139] Compiling ssl_x509.cc
[334/1139] Compiling ssl_versions.cc
[388/1140] Compiling ssl_stat.cc
[389/1140] Compiling ssl_transcript.cc
[390/1140] Compiling ssl_session.cc
[392/1140] Emitting module HashTreeCollections
[392/1141] Compiling ssl_privkey.cc
[394/1141] Compiling ssl_key_share.cc
[395/1141] Compiling ssl_lib.cc
[396/1141] Compiling ssl_file.cc
[397/1141] Compiling ssl_cipher.cc
[398/1141] Compiling ssl_credential.cc
[399/1141] Compiling ssl_cert.cc
[400/1141] Compiling ssl_buffer.cc
[401/1141] Compiling ssl_asn1.cc
[402/1141] Compiling s3_lib.cc
[403/1141] Compiling s3_pkt.cc
[404/1141] Compiling ssl_aead_ctx.cc
[405/1141] Compiling s3_both.cc
[406/1141] Compiling handshake_server.cc
[407/1141] Compiling handshake.cc
[408/1141] Compiling handshake_client.cc
[409/1141] Compiling handoff.cc
[410/1141] Compiling dtls_record.cc
[411/1141] Compiling encrypted_client_hello.cc
[412/1141] Compiling md5-x86_64-linux.S
[413/1141] Compiling md5-x86_64-apple.S
[414/1141] Compiling md5-586-linux.S
[415/1141] Compiling md5-586-apple.S
[416/1141] Compiling extensions.cc
[417/1141] Compiling dtls_method.cc
[418/1141] Compiling chacha20_poly1305_x86_64-linux.S
[419/1141] Compiling chacha20_poly1305_x86_64-apple.S
[420/1141] Compiling chacha20_poly1305_armv8-win.S
[421/1141] Compiling chacha20_poly1305_armv8-apple.S
[422/1141] Compiling chacha20_poly1305_armv8-linux.S
[423/1141] Compiling chacha-x86_64-linux.S
[424/1141] Compiling chacha-x86_64-apple.S
[425/1141] Compiling chacha-x86-linux.S
[426/1141] Compiling chacha-x86-apple.S
[427/1141] Compiling err_data.cc
[428/1141] Compiling chacha-armv8-win.S
[429/1141] Compiling chacha-armv8-linux.S
[430/1141] Compiling chacha-armv8-apple.S
[431/1141] Compiling d1_srtp.cc
[432/1141] Compiling chacha-armv4-linux.S
[433/1141] Compiling aes128gcmsiv-x86_64-linux.S
[434/1141] Compiling x86_64-mont5-linux.S
[435/1141] Compiling aes128gcmsiv-x86_64-apple.S
[436/1141] Compiling x86_64-mont5-apple.S
[437/1141] Compiling bio_ssl.cc
[438/1141] Compiling x86-mont-linux.S
[438/1141] Compiling x86_64-mont-apple.S
[440/1141] Compiling x86-mont-apple.S
[441/1141] Compiling x86_64-mont-linux.S
[442/1141] Compiling vpaes-x86-linux.S
[443/1141] Compiling vpaes-x86_64-apple.S
[444/1141] Compiling vpaes-x86-apple.S
[445/1141] Compiling vpaes-armv8-win.S
[446/1141] Compiling vpaes-x86_64-linux.S
[447/1141] Compiling vpaes-armv8-apple.S
[448/1141] Compiling vpaes-armv8-linux.S
[448/1141] Compiling vpaes-armv7-linux.S
[450/1141] Compiling sha512-x86_64-apple.S
[451/1141] Compiling sha512-x86_64-linux.S
[452/1141] Compiling sha512-586-linux.S
[453/1141] Compiling sha512-armv8-win.S
[454/1141] Compiling sha512-armv8-apple.S
[455/1141] Compiling sha512-armv8-linux.S
[456/1141] Compiling sha512-586-apple.S
[457/1141] Compiling sha512-armv4-linux.S
[458/1141] Compiling d1_lib.cc
[459/1141] Compiling d1_pkt.cc
[460/1141] Compiling sha256-x86_64-linux.S
[461/1141] Compiling sha256-armv8-win.S
[462/1141] Compiling sha256-x86_64-apple.S
[463/1141] Compiling sha256-armv8-apple.S
[464/1141] Compiling sha256-armv8-linux.S
[465/1141] Compiling d1_both.cc
[466/1141] Compiling sha256-586-linux.S
[467/1141] Compiling sha256-armv4-linux.S
[468/1141] Compiling sha256-586-apple.S
[469/1141] Compiling sha1-x86_64-apple.S
[470/1141] Compiling sha1-armv8-win.S
[471/1141] Compiling sha1-x86_64-linux.S
[472/1141] Compiling sha1-586-linux.S
[473/1141] Compiling sha1-armv8-apple.S
[474/1141] Compiling sha1-armv8-linux.S
[475/1141] Compiling sha1-armv4-large-linux.S
[476/1141] Compiling sha1-586-apple.S
[477/1141] Compiling rsaz-avx2-apple.S
[478/1141] Compiling rsaz-avx2-linux.S
[479/1141] Compiling rdrand-x86_64-linux.S
[480/1141] Compiling p256_beeu-x86_64-asm-apple.S
[481/1141] Compiling p256_beeu-armv8-asm-linux.S
[482/1141] Compiling rdrand-x86_64-apple.S
[483/1141] Compiling p256_beeu-armv8-asm-apple.S
[484/1141] Compiling p256_beeu-x86_64-asm-linux.S
[484/1141] Compiling p256_beeu-armv8-asm-win.S
[486/1141] Compiling p256-x86_64-asm-apple.S
[487/1141] Compiling p256-armv8-asm-linux.S
[488/1141] Compiling p256-armv8-asm-win.S
[489/1141] Compiling p256-armv8-asm-apple.S
[490/1141] Compiling ghashv8-armv8-win.S
[491/1141] Compiling ghashv8-armv8-apple.S
[492/1141] Compiling ghashv8-armv8-linux.S
[493/1141] Compiling ghash-x86_64-linux.S
[494/1141] Compiling ghashv8-armv7-linux.S
[495/1141] Compiling p256-x86_64-asm-linux.S
[496/1141] Compiling ghash-ssse3-x86_64-linux.S
[497/1141] Compiling ghash-x86_64-apple.S
[498/1141] Compiling ghash-ssse3-x86-apple.S
[499/1141] Compiling ghash-x86-linux.S
[499/1141] Compiling ghash-ssse3-x86_64-apple.S
[499/1141] Compiling ghash-ssse3-x86-linux.S
[502/1141] Compiling ghash-neon-armv8-win.S
[503/1141] Compiling ghash-x86-apple.S
[504/1141] Compiling ghash-neon-armv8-apple.S
[505/1141] Compiling ghash-armv4-linux.S
[506/1141] Compiling co-586-linux.S
[507/1141] Compiling bsaes-armv7-linux.S
[508/1141] Compiling co-586-apple.S
[509/1141] Compiling ghash-neon-armv8-linux.S
[510/1141] Compiling bn-armv8-linux.S
[511/1141] Compiling bn-armv8-win.S
[512/1141] Compiling bn-586-apple.S
[513/1141] Compiling armv4-mont-linux.S
[514/1141] Compiling armv8-mont-apple.S
[515/1141] Compiling armv8-mont-win.S
[516/1141] Compiling bn-armv8-apple.S
[517/1141] Compiling armv8-mont-linux.S
[518/1141] Compiling aesv8-gcm-armv8-win.S
[519/1141] Compiling bn-586-linux.S
[520/1141] Compiling aesv8-gcm-armv8-linux.S
[521/1141] Compiling aesv8-armv8-win.S
[522/1141] Compiling aesv8-gcm-armv8-apple.S
[523/1141] Compiling aesv8-armv8-apple.S
[524/1141] Compiling aesv8-armv7-linux.S
[525/1141] Compiling aesv8-armv8-linux.S
[526/1141] Compiling aesni-x86-linux.S
[527/1141] Compiling aesni-x86_64-linux.S
[528/1141] Compiling aes-gcm-avx2-x86_64-apple.S
[529/1141] Compiling aesni-x86-apple.S
[530/1141] Compiling aesni-x86_64-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-avx2-x86_64-linux.S
[533/1141] Compiling aesni-gcm-x86_64-linux.S
[535/1141] Compiling aes-gcm-avx10-x86_64-apple.S
[536/1141] Compiling x_spki.cc
[537/1141] Compiling x_x509a.cc
[538/1141] Compiling x_val.cc
[539/1141] Compiling x_req.cc
[540/1141] Compiling x_sig.cc
[541/1141] Compiling x_x509.cc
[542/1141] Compiling x_name.cc
[543/1141] Compiling x_pubkey.cc
[544/1141] Compiling x_exten.cc
[545/1141] Compiling x_crl.cc
[546/1141] Compiling x509spki.cc
[547/1141] Compiling x_algor.cc
[548/1141] Compiling x509rset.cc
[549/1141] Compiling x_all.cc
[550/1141] Compiling x_attrib.cc
[551/1141] Compiling x509name.cc
[552/1141] Compiling x509cset.cc
[553/1141] Compiling x509_vpm.cc
[554/1141] Compiling x509_txt.cc
[555/1141] Compiling x509_v3.cc
[556/1141] Compiling x509_vfy.cc
[557/1141] Compiling x509_set.cc
[558/1141] Compiling x509_trs.cc
[559/1141] Compiling x509_req.cc
[560/1141] Compiling x509_obj.cc
[561/1141] Compiling x509_ext.cc
[562/1141] Compiling x509_def.cc
[563/1141] Compiling x509_lu.cc
[564/1141] Compiling x509_d2.cc
[565/1141] Compiling x509.cc
[566/1141] Compiling x509_cmp.cc
[567/1141] Compiling x509_att.cc
[568/1141] Compiling v3_prn.cc
[569/1141] Compiling v3_pcons.cc
[570/1141] Compiling v3_utl.cc
[571/1141] Compiling v3_skey.cc
[572/1141] Compiling v3_ocsp.cc
[573/1141] Compiling v3_pmaps.cc
[574/1141] Compiling v3_purp.cc
[575/1141] Compiling v3_ncons.cc
[576/1141] Compiling v3_int.cc
[577/1141] Compiling v3_lib.cc
[578/1141] Compiling v3_ia5.cc
[579/1141] Compiling v3_genn.cc
[580/1141] Compiling v3_info.cc
[581/1141] Compiling v3_enum.cc
[582/1141] Compiling v3_extku.cc
[583/1141] Compiling v3_crld.cc
[584/1141] Compiling v3_bitst.cc
[585/1141] Compiling v3_cpols.cc
[586/1141] Compiling v3_conf.cc
[587/1141] Compiling v3_bcons.cc
[588/1141] Compiling v3_alt.cc
[589/1141] Compiling v3_akeya.cc
[590/1141] Compiling t_x509a.cc
[591/1141] Compiling v3_akey.cc
[592/1141] Compiling i2d_pr.cc
[593/1141] Compiling t_crl.cc
[594/1141] Compiling t_req.cc
[595/1141] Compiling t_x509.cc
[596/1141] Compiling rsa_pss.cc
[597/1141] Compiling name_print.cc
[598/1141] Compiling by_file.cc
[599/1141] Compiling policy.cc
[600/1141] Compiling by_dir.cc
[601/1141] Compiling asn1_gen.cc
[602/1141] Compiling voprf.cc
[603/1141] Compiling algorithm.cc
[604/1141] Compiling trust_token.cc
[605/1141] Compiling a_verify.cc
[606/1141] Compiling a_sign.cc
[607/1141] Compiling a_digest.cc
[608/1141] Compiling thread_win.cc
[609/1141] Compiling thread_pthread.cc
[610/1141] Compiling thread_none.cc
[611/1141] Compiling thread.cc
[612/1141] Compiling stack.cc
[613/1141] Compiling pmbtoken.cc
[614/1141] Compiling sha256.cc
[615/1141] Compiling siphash.cc
[616/1141] Compiling sha512.cc
[617/1141] Compiling sha1.cc
[618/1141] Compiling slhdsa.cc
[619/1141] Compiling rsa_print.cc
[620/1141] Compiling spake2plus.cc
[621/1141] Compiling rsa_extra.cc
[622/1141] Compiling rc4.cc
[623/1141] Compiling windows.cc
[624/1141] Compiling refcount.cc
[625/1141] Compiling rsa_crypt.cc
[626/1141] Compiling urandom.cc
[627/1141] Compiling trusty.cc
[628/1141] Compiling rand.cc
[629/1141] Compiling rsa_asn1.cc
[630/1141] Compiling ios.cc
[631/1141] Compiling getentropy.cc
[632/1141] Compiling poly1305_arm_asm.S
[633/1141] Compiling passive.cc
[634/1141] Compiling forkunsafe.cc
[635/1141] Compiling deterministic.cc
[636/1141] Compiling fork_detect.cc
[637/1141] Compiling poly1305_arm.cc
[638/1141] Compiling poly1305.cc
[639/1141] Compiling poly1305_vec.cc
[640/1141] Compiling pool.cc
[641/1141] Compiling pkcs7.cc
[642/1141] Compiling pkcs8_x509.cc
[643/1141] Compiling p5_pbev2.cc
[644/1141] Compiling pkcs8.cc
[645/1141] Compiling pkcs7_x509.cc
[646/1141] Compiling pem_xaux.cc
[647/1141] Compiling pem_pkey.cc
[648/1141] Compiling pem_x509.cc
[649/1141] Compiling mlkem.cc
[650/1141] Compiling pem_pk8.cc
[651/1141] Compiling obj_xref.cc
[652/1141] Compiling pem_oth.cc
[653/1141] Compiling pem_info.cc
[654/1141] Compiling mldsa.cc
[655/1141] Compiling pem_all.cc
[656/1141] Compiling pem_lib.cc
[657/1141] Compiling obj.cc
[658/1141] Compiling mem.cc
[659/1141] Compiling poly_rq_mul.S
[660/1141] Compiling fips_shared_support.cc
[661/1141] Compiling md5.cc
[662/1141] Compiling md4.cc
[663/1141] Compiling lhash.cc
[664/1141] Compiling sign.cc
[665/1141] Compiling ex_data.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_ed25519.cc
[675/1141] Compiling p_rsa_asn1.cc
[676/1141] Compiling p_rsa.cc
[677/1141] Compiling p_ed25519_asn1.cc
[678/1141] Compiling p_hkdf.cc
[679/1141] Compiling p_ec.cc
[680/1141] Compiling p_ec_asn1.cc
[681/1141] Compiling p_dh_asn1.cc
[682/1141] Compiling p_dh.cc
[683/1141] Compiling evp_ctx.cc
[684/1141] Compiling p_dsa_asn1.cc
[685/1141] Compiling evp.cc
[686/1141] Compiling engine.cc
[687/1141] Compiling err.cc
[688/1141] Compiling evp_asn1.cc
[689/1141] Compiling ecdh.cc
[690/1141] Compiling ecdsa_asn1.cc
[691/1141] Compiling hash_to_curve.cc
[692/1141] Compiling ec_derive.cc
[693/1141] Compiling dsa.cc
[694/1141] Compiling 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 crypto.cc
[702/1141] Compiling spake25519.cc
[703/1141] Compiling cpu_intel.cc
[704/1141] Compiling cpu_arm_linux.cc
[705/1141] Compiling curve25519.cc
[706/1141] Compiling cpu_arm_freebsd.cc
[707/1141] Compiling cpu_aarch64_win.cc
[708/1141] Compiling cpu_aarch64_openbsd.cc
[709/1141] Compiling cpu_aarch64_sysreg.cc
[710/1141] Compiling cpu_aarch64_fuchsia.cc
[711/1141] Compiling cpu_aarch64_linux.cc
[712/1141] Compiling curve25519_64_adx.cc
[713/1141] Compiling bcm.cc
[714/1141] Compiling cpu_aarch64_apple.cc
[715/1141] Compiling conf.cc
[716/1141] Compiling tls_cbc.cc
[717/1141] Compiling get_cipher.cc
[718/1141] Compiling e_rc4.cc
[719/1141] Compiling e_tls.cc
[720/1141] Compiling e_des.cc
[721/1141] Compiling e_null.cc
[722/1141] Compiling e_rc2.cc
[723/1141] Compiling e_chacha20poly1305.cc
[724/1141] Compiling e_aesgcmsiv.cc
[725/1141] Compiling derive_key.cc
[726/1141] Compiling chacha.cc
[727/1141] Compiling e_aesctrhmac.cc
[728/1141] Compiling unicode.cc
[729/1141] Compiling buf.cc
[730/1141] Compiling cbb.cc
[731/1141] Compiling ber.cc
[732/1141] Compiling cbs.cc
[733/1141] Compiling asn1_compat.cc
[734/1141] Compiling bn_asn1.cc
[735/1141] Compiling blake2.cc
[736/1141] Compiling convert.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 fd.cc
[745/1141] Compiling connect.cc
[746/1141] Compiling bio_mem.cc
[747/1141] Compiling base64.cc
[748/1141] Compiling bio.cc
[749/1141] Compiling tasn_fre.cc
[750/1141] Compiling tasn_typ.cc
[751/1141] Compiling tasn_utl.cc
[752/1141] Compiling tasn_enc.cc
[753/1141] Compiling tasn_new.cc
[754/1141] Compiling posix_time.cc
[755/1141] Compiling f_string.cc
[756/1141] Compiling f_int.cc
[757/1141] Compiling asn_pack.cc
[758/1141] Compiling asn1_par.cc
[759/1141] Compiling tasn_dec.cc
[760/1141] Compiling a_type.cc
[761/1141] Compiling a_utctm.cc
[762/1141] Compiling a_octet.cc
[763/1141] Compiling asn1_lib.cc
[764/1141] Compiling a_time.cc
[765/1141] Compiling a_strnid.cc
[766/1141] Compiling a_strex.cc
[767/1141] Compiling a_object.cc
[768/1141] Compiling a_i2d_fp.cc
[769/1141] Compiling a_dup.cc
[770/1141] Compiling fiat_p256_adx_sqr.S
[771/1141] Compiling a_d2i_fp.cc
[772/1141] Compiling fiat_p256_adx_mul.S
[773/1141] Compiling a_mbstr.cc
[774/1141] Compiling fiat_curve25519_adx_square.S
[775/1141] Compiling a_gentm.cc
[776/1141] Compiling a_int.cc
[777/1141] Compiling fiat_curve25519_adx_mul.S
[778/1141] Compiling md5-x86_64-linux.S
[779/1141] Compiling md5-x86_64-apple.S
[780/1141] Compiling md5-586-linux.S
[781/1141] Compiling md5-586-apple.S
[782/1141] Compiling chacha20_poly1305_x86_64-apple.S
[783/1141] Compiling a_bitstr.cc
[784/1141] Compiling chacha20_poly1305_armv8-win.S
[785/1141] Compiling chacha20_poly1305_x86_64-linux.S
[786/1141] Compiling chacha20_poly1305_armv8-linux.S
[787/1141] Compiling chacha20_poly1305_armv8-apple.S
[788/1141] Compiling chacha-x86_64-linux.S
[789/1141] Compiling chacha-x86_64-apple.S
[790/1141] Compiling chacha-x86-linux.S
[791/1141] Compiling chacha-x86-apple.S
[792/1141] Compiling a_bool.cc
[793/1141] Compiling chacha-armv8-apple.S
[794/1141] Compiling chacha-armv8-win.S
[795/1141] Compiling chacha-armv8-linux.S
[796/1141] Compiling CCryptoBoringSSLShims shims.c
[797/1141] Compiling chacha-armv4-linux.S
[798/1141] Compiling aes128gcmsiv-x86_64-apple.S
[799/1141] Compiling aes128gcmsiv-x86_64-linux.S
[800/1141] Compiling x86_64-mont-apple.S
[801/1141] Compiling x86_64-mont5-apple.S
[802/1141] Compiling x86_64-mont-linux.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_64-apple.S
[809/1141] Compiling vpaes-x86-apple.S
[810/1141] Compiling vpaes-armv8-win.S
[811/1141] Compiling vpaes-armv8-apple.S
[812/1141] Compiling vpaes-armv8-linux.S
[813/1141] Compiling sha512-x86_64-linux.S
[813/1141] Compiling vpaes-armv7-linux.S
[815/1141] Compiling sha512-armv8-win.S
[816/1141] Compiling sha512-x86_64-apple.S
[817/1141] Compiling sha512-armv8-linux.S
[818/1141] Compiling err_data.cc
[819/1141] Compiling sha512-armv4-linux.S
[820/1141] Compiling sha512-armv8-apple.S
[821/1141] Compiling sha512-586-linux.S
[822/1141] Compiling sha512-586-apple.S
[823/1141] Compiling sha256-armv8-apple.S
[823/1141] Compiling sha256-armv8-win.S
[825/1141] Compiling sha256-x86_64-apple.S
[826/1141] Compiling sha256-armv8-linux.S
[827/1141] Compiling sha256-x86_64-linux.S
[828/1141] Compiling sha256-armv4-linux.S
[829/1141] Compiling sha256-586-apple.S
[830/1141] Compiling sha256-586-linux.S
[831/1141] Compiling sha1-armv8-win.S
[832/1141] Compiling sha1-x86_64-apple.S
[833/1141] Compiling sha1-armv8-linux.S
[834/1141] Compiling sha1-x86_64-linux.S
[835/1141] Compiling sha1-586-apple.S
[836/1141] Compiling sha1-armv8-apple.S
[837/1141] Compiling sha1-armv4-large-linux.S
[838/1141] Compiling sha1-586-linux.S
[839/1141] Compiling rsaz-avx2-apple.S
[840/1141] Compiling rdrand-x86_64-linux.S
[841/1141] Compiling rdrand-x86_64-apple.S
[842/1141] Compiling p256_beeu-armv8-asm-win.S
[843/1141] Compiling p256_beeu-x86_64-asm-linux.S
[844/1141] Compiling p256_beeu-x86_64-asm-apple.S
[845/1141] Compiling rsaz-avx2-linux.S
[846/1141] Compiling p256_beeu-armv8-asm-linux.S
[847/1141] Compiling p256_beeu-armv8-asm-apple.S
[848/1141] Compiling p256-armv8-asm-apple.S
[849/1141] Compiling ghashv8-armv8-win.S
[850/1141] Compiling p256-armv8-asm-win.S
[851/1141] Compiling p256-armv8-asm-linux.S
[852/1141] Compiling ghashv8-armv8-apple.S
[852/1141] Compiling ghashv8-armv8-linux.S
[854/1141] Compiling p256-x86_64-asm-linux.S
[855/1141] Compiling p256-x86_64-asm-apple.S
[856/1141] Compiling ghashv8-armv7-linux.S
[857/1141] Compiling ghash-x86-linux.S
[858/1141] Compiling ghash-x86-apple.S
[859/1141] Compiling ghash-ssse3-x86-linux.S
[860/1141] Compiling ghash-x86_64-apple.S
[861/1141] Compiling ghash-x86_64-linux.S
[862/1141] Compiling ghash-ssse3-x86_64-apple.S
[863/1141] Compiling ghash-ssse3-x86_64-linux.S
[864/1141] Compiling ghash-ssse3-x86-apple.S
[865/1141] Compiling ghash-neon-armv8-win.S
[866/1141] Compiling ghash-neon-armv8-apple.S
[867/1141] Compiling ghash-neon-armv8-linux.S
[868/1141] Compiling co-586-linux.S
[869/1141] Compiling co-586-apple.S
[870/1141] Compiling ghash-armv4-linux.S
[871/1141] Compiling bsaes-armv7-linux.S
[872/1141] Compiling bn-armv8-win.S
[873/1141] Compiling bn-armv8-apple.S
[874/1141] Compiling bn-586-apple.S
[875/1141] Compiling bn-586-linux.S
[876/1141] Compiling bn-armv8-linux.S
[877/1141] Compiling armv8-mont-win.S
[878/1141] Compiling armv8-mont-apple.S
[879/1141] Compiling aesv8-gcm-armv8-win.S
[880/1141] Compiling armv4-mont-linux.S
[881/1141] Compiling armv8-mont-linux.S
[882/1141] Compiling aesv8-gcm-armv8-apple.S
[883/1141] Compiling aesv8-gcm-armv8-linux.S
[884/1141] Compiling aesv8-armv8-win.S
[885/1141] Compiling aesv8-armv8-apple.S
[886/1141] Compiling aesv8-armv7-linux.S
[887/1141] Compiling aesni-x86_64-apple.S
[888/1141] Compiling aesv8-armv8-linux.S
[889/1141] Compiling aesni-x86-apple.S
[890/1141] Compiling aesni-x86_64-linux.S
[891/1141] Compiling aesni-gcm-x86_64-apple.S
[892/1141] Compiling aesni-x86-linux.S
[893/1141] Compiling aes-gcm-avx10-x86_64-linux.S
[894/1141] Compiling aesni-gcm-x86_64-linux.S
[895/1141] Compiling aes-gcm-avx10-x86_64-apple.S
[896/1141] Compiling x_sig.cc
[897/1141] Compiling x_val.cc
[898/1141] Compiling x_spki.cc
[899/1141] Compiling x_x509.cc
[900/1141] Compiling x_x509a.cc
[901/1141] Compiling x_req.cc
[902/1141] Compiling x_pubkey.cc
[903/1141] Compiling x_name.cc
[904/1141] Compiling x_exten.cc
[905/1141] Compiling x_algor.cc
[906/1141] Compiling x_crl.cc
[907/1141] Compiling x_attrib.cc
[908/1141] Compiling x_all.cc
[909/1141] Compiling x509rset.cc
[910/1141] Compiling x509spki.cc
[911/1141] Compiling x509name.cc
[912/1141] Compiling x509_txt.cc
[913/1141] Compiling x509_v3.cc
[914/1141] Compiling x509_trs.cc
[915/1141] Compiling x509cset.cc
[916/1141] Compiling x509_vpm.cc
[917/1141] Compiling x509_vfy.cc
[917/1141] Compiling x509_set.cc
[919/1141] Compiling x509_req.cc
[920/1141] Compiling x509_obj.cc
[921/1141] Compiling x509_def.cc
[922/1141] Compiling x509_d2.cc
[923/1141] Compiling x509_lu.cc
[924/1141] Compiling x509_ext.cc
[925/1141] Compiling x509_cmp.cc
[926/1141] Compiling x509_att.cc
[927/1141] Compiling x509.cc
[928/1141] Compiling v3_skey.cc
[929/1141] Compiling v3_utl.cc
[930/1141] Compiling v3_pmaps.cc
[931/1141] Compiling v3_purp.cc
[932/1141] Compiling v3_prn.cc
[933/1141] Compiling v3_ocsp.cc
[934/1141] Compiling v3_pcons.cc
[935/1141] Compiling v3_ncons.cc
[936/1141] Compiling v3_lib.cc
[937/1141] Compiling v3_int.cc
[938/1141] Compiling v3_extku.cc
[939/1141] Compiling v3_ia5.cc
[940/1141] Compiling v3_info.cc
[941/1141] Compiling v3_genn.cc
[942/1141] Compiling v3_enum.cc
[943/1141] Compiling v3_crld.cc
[944/1141] Compiling v3_conf.cc
[945/1141] Compiling v3_cpols.cc
[946/1141] Compiling v3_bitst.cc
[947/1141] Compiling v3_alt.cc
[948/1141] Compiling v3_bcons.cc
[949/1141] Compiling v3_akey.cc
[950/1141] Compiling v3_akeya.cc
[951/1141] Compiling t_x509a.cc
[952/1141] Compiling i2d_pr.cc
[953/1141] Compiling t_req.cc
[954/1141] Compiling t_crl.cc
[955/1141] Compiling t_x509.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 voprf.cc
[962/1141] Compiling a_digest.cc
[963/1141] Compiling asn1_gen.cc
[964/1141] Compiling a_verify.cc
[965/1141] Compiling algorithm.cc
[965/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 pmbtoken.cc
[974/1141] Compiling stack.cc
[975/1141] Compiling thash.cc
[976/1141] Compiling sha512.cc
[977/1141] Compiling slhdsa.cc
[978/1141] Compiling merkle.cc
[979/1141] Compiling sha256.cc
[980/1141] Compiling sha1.cc
[981/1141] Compiling siphash.cc
[982/1141] Compiling fors.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 trusty.cc
[988/1141] Compiling urandom.cc
[989/1141] Compiling windows.cc
[990/1141] Compiling rsa_asn1.cc
[991/1141] Compiling rsa_crypt.cc
[992/1141] Compiling rand_extra.cc
[993/1141] Compiling passive.cc
[994/1141] Compiling ios.cc
[995/1141] Compiling poly1305_arm_asm.S
[996/1141] Compiling deterministic.cc
[997/1141] Compiling getentropy.cc
[998/1141] Compiling fork_detect.cc
[999/1141] Compiling forkunsafe.cc
[1000/1141] Compiling pool.cc
[1001/1141] Compiling poly1305_arm.cc
[1002/1141] Compiling poly1305.cc
[1003/1141] Compiling poly1305_vec.cc
[1004/1141] Compiling pkcs7.cc
[1005/1141] Compiling p5_pbev2.cc
[1006/1141] Compiling pkcs8.cc
[1007/1141] Compiling pkcs7_x509.cc
[1008/1141] Compiling pkcs8_x509.cc
[1009/1141] Compiling pem_xaux.cc
[1010/1141] Compiling pem_x509.cc
[1011/1141] Compiling pem_pkey.cc
[1012/1141] Compiling pem_pk8.cc
[1013/1141] Compiling obj_xref.cc
[1014/1141] Compiling mldsa.cc
[1015/1141] Compiling obj.cc
[1016/1141] Compiling pem_oth.cc
[1017/1141] Compiling pem_info.cc
[1018/1141] Compiling mlkem.cc
[1019/1141] Compiling pem_lib.cc
[1020/1141] Compiling pem_all.cc
[1021/1141] Compiling mem.cc
[1022/1141] Compiling fips_shared_support.cc
[1023/1141] Compiling poly_rq_mul.S
[1024/1141] Compiling md4.cc
[1025/1141] Compiling md5.cc
[1026/1141] Compiling lhash.cc
[1027/1141] Compiling kyber.cc
[1028/1141] Compiling ex_data.cc
[1029/1141] Compiling hrss.cc
[1030/1141] Compiling hpke.cc
[1031/1141] Compiling sign.cc
[1032/1141] Compiling scrypt.cc
[1033/1141] Compiling print.cc
[1034/1141] Compiling pbkdf.cc
[1035/1141] Compiling p_x25519.cc
[1036/1141] Compiling p_x25519_asn1.cc
[1037/1141] Compiling p_rsa_asn1.cc
[1038/1141] Compiling p_rsa.cc
[1039/1141] Compiling p_hkdf.cc
[1040/1141] Compiling p_ed25519_asn1.cc
[1041/1141] Compiling p_ed25519.cc
[1042/1141] Compiling p_ec_asn1.cc
[1043/1141] Compiling p_ec.cc
[1044/1141] Compiling p_dh.cc
[1045/1141] Compiling p_dsa_asn1.cc
[1046/1141] Compiling p_dh_asn1.cc
[1047/1141] Compiling evp.cc
[1048/1141] Compiling err.cc
[1049/1141] Compiling evp_asn1.cc
[1050/1141] Compiling evp_ctx.cc
[1051/1141] Compiling engine.cc
[1052/1141] Compiling ecdsa_asn1.cc
[1053/1141] Compiling ecdh_extra.cc
[1054/1141] Compiling hash_to_curve.cc
[1055/1141] Compiling ec_derive.cc
[1056/1141] Compiling dsa_asn1.cc
[1057/1141] Compiling ec_asn1.cc
[1058/1141] Compiling dsa.cc
[1059/1141] Compiling params.cc
[1060/1141] Compiling x25519-asm-arm.S
[1061/1141] Compiling digest_extra.cc
[1062/1141] Compiling dh_asn1.cc
[1063/1141] Compiling des.cc
[1064/1141] Compiling spake25519.cc
[1065/1141] Compiling crypto.cc
[1066/1141] Compiling cpu_intel.cc
[1067/1141] Compiling cpu_arm_linux.cc
[1068/1141] Compiling curve25519.cc
[1069/1141] Compiling cpu_aarch64_win.cc
[1070/1141] Compiling cpu_arm_freebsd.cc
[1071/1141] Compiling cpu_aarch64_openbsd.cc
[1072/1141] Compiling cpu_aarch64_sysreg.cc
[1073/1141] Compiling cpu_aarch64_linux.cc
[1074/1141] Compiling cpu_aarch64_apple.cc
[1075/1141] Compiling cpu_aarch64_fuchsia.cc
[1076/1141] Compiling curve25519_64_adx.cc
[1077/1141] Compiling conf.cc
[1078/1141] Compiling bcm.cc
[1079/1141] Compiling tls_cbc.cc
[1080/1141] Compiling e_tls.cc
[1081/1141] Compiling e_rc4.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 cbb.cc
[1094/1141] Compiling buf.cc
[1095/1141] Compiling asn1_compat.cc
[1096/1141] Compiling cbs.cc
[1097/1141] Compiling bn_asn1.cc
[1098/1141] Compiling blake2.cc
[1099/1141] Compiling convert.cc
[1100/1141] Compiling printf.cc
[1101/1141] Compiling pair.cc
[1102/1141] Compiling hexdump.cc
[1103/1141] Compiling fd.cc
[1104/1141] Compiling file.cc
[1105/1141] Compiling errno.cc
[1106/1141] Compiling base64.cc
[1107/1141] Compiling bio_mem.cc
[1108/1141] Compiling bio.cc
[1109/1141] Compiling tasn_typ.cc
[1110/1141] Compiling tasn_fre.cc
[1111/1141] Compiling tasn_utl.cc
[1112/1141] Compiling tasn_new.cc
[1113/1141] Compiling f_string.cc
[1114/1141] Compiling tasn_enc.cc
[1115/1141] Compiling posix_time.cc
[1116/1141] Compiling f_int.cc
[1117/1141] Compiling tasn_dec.cc
[1118/1141] Compiling asn1_par.cc
[1119/1141] Compiling asn_pack.cc
[1120/1141] Compiling asn1_lib.cc
[1121/1141] Compiling a_utctm.cc
[1122/1141] Compiling a_type.cc
[1123/1141] Compiling a_time.cc
[1124/1141] Compiling a_octet.cc
[1125/1141] Compiling a_strnid.cc
[1126/1141] Compiling a_strex.cc
[1127/1141] Compiling a_mbstr.cc
[1128/1141] Compiling a_object.cc
[1128/1141] Write sources
[1134/1141] Compiling a_i2d_fp.cc
[1135/1141] Compiling a_gentm.cc
[1136/1141] Compiling a_dup.cc
[1136/1141] Compiling a_int.cc
[1138/1181] Compiling a_d2i_fp.cc
[1139/1283] Compiling a_bool.cc
[1140/1283] Compiling a_bitstr.cc
[1142/1283] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1143/1283] Compiling Algorithms Joined.swift
[1144/1285] Compiling Algorithms Permutations.swift
[1145/1285] Compiling Algorithms Product.swift
[1146/1285] Compiling Algorithms Chunked.swift
[1147/1285] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1148/1293] Compiling Atomics IntegerOperations.swift
[1149/1293] Compiling Atomics Unmanaged extensions.swift
[1150/1293] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1151/1293] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1152/1293] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1153/1293] Compiling Algorithms Keyed.swift
[1154/1293] Compiling Algorithms MinMax.swift
[1155/1293] Compiling Algorithms Partition.swift
[1156/1293] Emitting module BitCollections
[1161/1300] Compiling Algorithms Rotate.swift
[1162/1300] Compiling Algorithms Split.swift
[1163/1300] Compiling Algorithms Stride.swift
[1164/1300] Compiling Algorithms Suffix.swift
[1165/1300] Compiling AsyncAlgorithms AsyncChannel.swift
[1166/1300] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1167/1300] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1168/1300] Compiling AsyncAlgorithms ChannelStorage.swift
[1169/1300] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1170/1300] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1171/1300] Emitting module AsyncAlgorithms
[1178/1309] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1179/1309] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1180/1309] Compiling AsyncAlgorithms MergeStateMachine.swift
[1181/1309] Compiling AsyncAlgorithms MergeStorage.swift
[1182/1309] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1183/1309] Compiling AsyncAlgorithms Rethrow.swift
[1184/1309] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1185/1309] Compiling Algorithms Grouped.swift
[1186/1309] Compiling Algorithms Indexed.swift
[1187/1309] Compiling Algorithms Intersperse.swift
[1188/1309] Compiling Algorithms AdjacentPairs.swift
[1189/1309] Compiling Algorithms Chain.swift
[1200/1309] Compiling CryptoBoringWrapper RandomBytes.swift
[1201/1309] Emitting module CryptoBoringWrapper
[1202/1309] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1204/1309] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1205/1309] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1206/1309] Compiling AsyncAlgorithms DebounceStorage.swift
[1207/1309] Compiling AsyncAlgorithms Dictionary.swift
[1208/1309] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1209/1309] Compiling AsyncAlgorithms Locking.swift
[1210/1309] Compiling AsyncAlgorithms SetAlgebra.swift
[1211/1309] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1212/1309] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1218/1309] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1219/1309] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1220/1309] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1221/1309] Compiling AsyncAlgorithms ZipStateMachine.swift
[1222/1309] Compiling AsyncAlgorithms ZipStorage.swift
[1223/1309] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1224/1309] Compiling BitCollections BitSet.Counted.swift
[1225/1309] Compiling CryptoBoringWrapper EllipticCurve.swift
[1232/1309] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1240/1309] Compiling BitCollections BitSet.Index.swift
[1241/1309] Compiling BitCollections BitSet._UnsafeHandle.swift
[1242/1309] Compiling BitCollections BitSet.swift
[1243/1309] Compiling BitCollections Range+Utilities.swift
[1244/1309] Compiling BitCollections Slice+Utilities.swift
[1245/1309] Compiling BitCollections UInt+Tricks.swift
[1246/1309] Compiling BitCollections _Word.swift
[1247/1310] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1257/1310] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1258/1310] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1259/1311] Compiling Algorithms Trim.swift
[1260/1311] Compiling Algorithms Unique.swift
[1261/1311] Compiling Algorithms Windows.swift
[1269/1313] Emitting module Collections
[1270/1313] Compiling Collections Collections.swift
[1271/1352] Compiling Crypto ASN1Any.swift
[1272/1352] Compiling Crypto ASN1BitString.swift
[1273/1352] Compiling Crypto ASN1Boolean.swift
[1274/1352] Compiling Crypto ASN1Identifier.swift
[1275/1352] Compiling Crypto ASN1Integer.swift
[1276/1352] Compiling Crypto ASN1Null.swift
[1277/1352] Compiling Crypto ASN1OctetString.swift
[1278/1352] Compiling Crypto PKCS8PrivateKey.swift
[1279/1352] Compiling Crypto SEC1PrivateKey.swift
[1280/1352] Compiling Crypto SubjectPublicKeyInfo.swift
[1281/1352] Compiling Crypto CryptoKitErrors.swift
[1282/1352] Compiling Crypto Digest_boring.swift
[1283/1353] Compiling Crypto Digest.swift
[1284/1353] Compiling Crypto Digests.swift
[1285/1353] Compiling Crypto HashFunctions.swift
[1286/1353] Compiling Crypto HashFunctions_SHA2.swift
[1287/1353] Compiling Crypto HPKE-AEAD.swift
[1288/1353] Compiling Crypto HPKE.swift
[1289/1353] Compiling Crypto HPKE-Context.swift
[1290/1353] Compiling Crypto ASN1Strings.swift
[1291/1353] Compiling Crypto ArraySliceBigint.swift
[1292/1353] Compiling Crypto GeneralizedTime.swift
[1293/1353] Compiling Crypto ObjectIdentifier.swift
[1294/1353] Compiling Crypto ECDSASignature.swift
[1295/1353] Compiling Crypto PEMDocument.swift
[1297/1385] Compiling Crypto Cipher.swift
[1298/1385] Compiling Crypto Nonces.swift
[1299/1385] Compiling Crypto ASN1.swift
[1301/1385] Compiling Crypto HPKE-Utils.swift
[1302/1385] Compiling Crypto DHKEM.swift
[1303/1385] Compiling Crypto HPKE-KEM-Curve25519.swift
[1304/1385] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1305/1385] Compiling Crypto HPKE-KEM.swift
[1306/1385] Compiling Crypto HPKE-Errors.swift
[1308/1386] Compiling Crypto ChaChaPoly.swift
[1311/1386] Compiling Crypto AES-GCM.swift
[1312/1386] Compiling Crypto AES-GCM_boring.swift
[1313/1386] Compiling Crypto ChaChaPoly_boring.swift
[1314/1386] Emitting module Atomics
[1316/1461] Compiling ServiceLifecycle CancellationWaiter.swift
[1317/1461] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1318/1470] Emitting module ServiceLifecycle
[1319/1470] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1320/1470] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1321/1470] Compiling ServiceLifecycle ServiceRunnerError.swift
[1322/1470] Emitting module Algorithms
[1323/1471] Compiling NIOCore ByteBuffer-aux.swift
[1324/1471] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1326/1472] Compiling NIOCore RecvByteBufferAllocator.swift
[1327/1472] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1328/1472] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1329/1472] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1330/1472] Compiling NIOCore EventLoopFuture.swift
[1331/1472] Compiling NIOCore FileDescriptor.swift
[1332/1472] Compiling NIOCore FileHandle.swift
[1333/1472] Compiling NIOCore FileRegion.swift
[1334/1472] Compiling NIOCore GlobalSingletons.swift
[1335/1472] Compiling Crypto Ed25519.swift
[1336/1481] Compiling Crypto HKDF.swift
[1337/1481] Compiling Crypto AESWrap.swift
[1338/1481] Compiling Crypto AESWrap_boring.swift
[1339/1481] Compiling Crypto Ed25519_boring.swift
[1340/1481] Compiling Crypto NISTCurvesKeys_boring.swift
[1341/1481] Compiling Crypto X25519Keys_boring.swift
[1342/1481] Compiling Crypto Curve25519.swift
[1343/1481] Compiling Crypto Ed25519Keys.swift
[1344/1481] Compiling Crypto NISTCurvesKeys.swift
[1345/1481] Compiling Crypto X25519Keys.swift
[1346/1481] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1347/1481] Compiling NIOCore ByteBuffer-views.swift
[1348/1481] Compiling NIOCore Channel.swift
[1349/1481] Compiling NIOCore ChannelHandler.swift
[1350/1481] Compiling NIOCore ChannelHandlers.swift
[1351/1481] Compiling NIOCore ChannelInvoker.swift
[1352/1481] Compiling NIOCore ChannelOption.swift
[1353/1481] Compiling NIOCore ChannelPipeline.swift
[1354/1481] Compiling NIOCore CircularBuffer.swift
[1355/1481] Compiling NIOCore Codec.swift
[1356/1481] Compiling NIOCore ConvenienceOptionSupport.swift
[1357/1481] Emitting module Crypto
[1358/1481] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1359/1481] Compiling NIOCore BSDSocketAPI.swift
[1360/1481] Compiling NIOCore MulticastChannel.swift
[1361/1481] Compiling NIOCore NIOAny.swift
[1362/1481] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1363/1481] Compiling NIOCore NIOLoopBound.swift
[1364/1481] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1365/1481] Compiling NIOCore NIOScheduledCallback.swift
[1366/1481] Compiling NIOCore NIOSendable.swift
[1368/1489] Compiling NIOCore ByteBuffer-conversions.swift
[1369/1489] Compiling NIOCore ByteBuffer-core.swift
[1370/1489] Compiling NIOCore ByteBuffer-hex.swift
[1371/1489] Compiling NIOCore ByteBuffer-int.swift
[1372/1489] Compiling ServiceLifecycle Service.swift
[1373/1489] Compiling ServiceLifecycle ServiceGroup.swift
[1374/1489] Compiling ServiceLifecycle GracefulShutdown.swift
[1376/1490] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1377/1490] Compiling NIOCore AddressedEnvelope.swift
[1378/1490] Emitting module _ConnectionPoolModule
[1379/1490] Compiling NIOCore DeadChannel.swift
[1380/1490] Compiling NIOCore DispatchQueue+WithFuture.swift
[1381/1490] Compiling NIOCore EventLoop+Deprecated.swift
[1382/1490] Compiling NIOCore EventLoop+SerialExecutor.swift
[1383/1490] Compiling NIOCore EventLoop.swift
[1384/1490] Compiling NIOCore IO.swift
[1385/1490] Compiling NIOCore IOData.swift
[1386/1490] Compiling NIOCore IPProtocol.swift
[1387/1490] Compiling NIOCore IntegerBitPacking.swift
[1388/1490] Compiling NIOCore IntegerTypes.swift
[1389/1490] Compiling NIOCore Interfaces.swift
[1390/1490] Compiling NIOCore Linux.swift
[1391/1490] Compiling NIOCore MarkedCircularBuffer.swift
[1399/1490] Compiling NIOCore AsyncAwaitSupport.swift
[1400/1490] Compiling NIOCore AsyncChannel.swift
[1401/1490] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1423/1491] Compiling NIOCore AsyncChannelHandler.swift
[1424/1491] Compiling NIOCore AsyncChannelInboundStream.swift
[1425/1491] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1426/1491] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1427/1491] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1428/1491] Compiling NIOCore NIOAsyncWriter.swift
[1429/1491] Compiling NIOCore ByteBuffer-multi-int.swift
[1430/1491] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1439/1491] Compiling Crypto Signature.swift
[1440/1491] Compiling Crypto CryptoKitErrors_boring.swift
[1441/1491] Compiling Crypto RNG_boring.swift
[1442/1491] Compiling Crypto SafeCompare_boring.swift
[1443/1491] Compiling Crypto Zeroization_boring.swift
[1444/1491] Compiling Crypto PrettyBytes.swift
[1445/1491] Compiling Crypto SafeCompare.swift
[1446/1491] Compiling Crypto SecureBytes.swift
[1447/1491] Compiling Crypto Zeroization.swift
[1457/1492] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1458/1492] Compiling NIOCore SocketAddresses.swift
[1459/1492] Compiling NIOCore SocketOptionProvider.swift
[1460/1492] Compiling NIOCore SystemCallHelpers.swift
[1461/1492] Compiling NIOCore TimeAmount+Duration.swift
[1462/1492] Compiling NIOCore TypeAssistedChannelHandler.swift
[1463/1492] Compiling NIOCore UniversalBootstrapSupport.swift
[1464/1492] Compiling NIOCore Utilities.swift
[1465/1492] Emitting module NIOCore
[1494/1543] Emitting module NIOEmbedded
[1495/1543] Compiling NIOEmbedded AsyncTestingChannel.swift
[1496/1543] Compiling NIOEmbedded Embedded.swift
[1497/1543] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1499/1544] Compiling NIOPosix Pool.swift
[1500/1544] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1501/1544] Compiling NIOPosix PosixSingletons.swift
[1502/1544] Compiling NIOPosix RawSocketBootstrap.swift
[1503/1544] Compiling NIOPosix Resolver.swift
[1504/1544] 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] Emitting module NIOPosix
[1518/1550] Compiling NIOPosix BSDSocketAPICommon.swift
[1519/1550] Compiling NIOPosix BSDSocketAPIPosix.swift
[1520/1550] Compiling NIOPosix BSDSocketAPIWindows.swift
[1521/1550] Compiling NIOPosix BaseSocket.swift
[1522/1550] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1523/1550] Compiling NIOPosix BaseSocketChannel.swift
[1524/1550] Compiling NIOPosix BaseStreamSocketChannel.swift
[1525/1550] Compiling NIOPosix ThreadPosix.swift
[1526/1550] Compiling NIOPosix ThreadWindows.swift
[1527/1550] Compiling NIOPosix UnsafeTransfer.swift
[1528/1550] Compiling NIOPosix Utilities.swift
[1529/1550] Compiling NIOPosix VsockAddress.swift
[1530/1550] Compiling NIOPosix VsockChannelEvents.swift
[1531/1550] Compiling NIOPosix Bootstrap.swift
[1532/1550] Compiling NIOPosix ControlMessage.swift
[1533/1550] Compiling NIOPosix DatagramVectorReadManager.swift
[1534/1550] Compiling NIOPosix Errors+Any.swift
[1535/1550] Compiling NIOPosix FileDescriptor.swift
[1536/1550] Compiling NIOPosix GetaddrinfoResolver.swift
[1537/1550] Compiling NIOPosix HappyEyeballs.swift
[1538/1550] Compiling NIOPosix IO.swift
[1539/1550] Compiling NIOPosix IntegerBitPacking.swift
[1540/1550] Compiling NIOPosix IntegerTypes.swift
[1541/1550] Compiling NIOPosix Linux.swift
[1542/1550] Compiling NIOPosix LinuxCPUSet.swift
[1543/1550] Compiling NIOPosix LinuxUring.swift
[1544/1550] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1545/1550] Compiling NIOPosix NIOThreadPool.swift
[1546/1550] Compiling NIOPosix NonBlockingFileIO.swift
[1547/1550] Compiling NIOPosix PendingDatagramWritesManager.swift
[1548/1550] Compiling NIOPosix PendingWritesManager.swift
[1549/1550] Compiling NIOPosix PipeChannel.swift
[1550/1550] Compiling NIOPosix PipePair.swift
[1552/1575] Compiling NIO Exports.swift
[1553/1575] Emitting module NIO
[1554/1576] Compiling AsyncKit ConnectionPoolError.swift
[1555/1576] Compiling AsyncKit ConnectionPoolItem.swift
[1556/1576] Compiling AsyncKit ConnectionPoolSource.swift
[1558/1578] Compiling AsyncKit Future+Miscellaneous.swift
[1559/1578] Compiling AsyncKit Future+Nonempty.swift
[1560/1578] Compiling AsyncKit Future+Optional.swift
[1561/1578] Compiling AsyncKit Future+Transform.swift
[1562/1578] Compiling AsyncKit Future+Try.swift
[1563/1578] Compiling AsyncKit FutureOperators.swift
[1564/1681] Compiling NIOTLS TLSEvents.swift
[1565/1681] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1566/1681] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1567/1681] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1568/1681] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1569/1681] Emitting module NIOTLS
[1570/1681] Emitting module NIOFoundationCompat
[1571/1681] Compiling SQLKit SQLAlterEnumBuilder.swift
[1572/1681] Compiling SQLKit SQLAlterTableBuilder.swift
[1573/1681] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1574/1681] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1575/1681] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1576/1681] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1577/1681] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1578/1681] Compiling NIOTLS SNIHandler.swift
[1580/1682] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1581/1683] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1582/1683] Compiling SQLKit SQLColumnAssignment.swift
[1583/1683] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1584/1683] Compiling SQLKit SQLColumnDefinition.swift
[1585/1683] Compiling SQLKit SQLCommonTableExpression.swift
[1586/1683] Compiling SQLKit SQLConflictAction.swift
[1587/1683] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1588/1683] Compiling SQLKit SQLDropBehaviour.swift
[1589/1683] Compiling SQLKit SQLEnumDataType.swift
[1590/1683] Compiling SQLKit SQLExcludedColumn.swift
[1591/1683] Compiling SQLKit SQLForeignKey.swift
[1592/1683] Compiling SQLKit SQLJoin.swift
[1593/1683] Compiling SQLKit SQLJoinMethod.swift
[1595/1740] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1596/1740] Compiling SQLKit Exports.swift
[1597/1740] Compiling SQLKit SQLAlias.swift
[1598/1740] Compiling SQLKit SQLBetween.swift
[1599/1740] Compiling SQLKit SQLColumn.swift
[1600/1740] Compiling SQLKit SQLConstraint.swift
[1601/1740] Compiling SQLKit SQLDataType.swift
[1602/1740] Compiling SQLKit SQLDirection.swift
[1603/1740] Compiling SQLKit SQLDistinct.swift
[1604/1740] Compiling SQLKit SQLForeignKeyAction.swift
[1605/1740] Compiling SQLKit SQLNestedSubpathExpression.swift
[1606/1740] Compiling SQLKit SQLQualifiedTable.swift
[1607/1740] Compiling SQLKit SQLQueryString.swift
[1608/1746] Compiling SQLKit SQLDropIndex.swift
[1609/1746] Compiling SQLKit SQLDropTable.swift
[1610/1746] Compiling SQLKit SQLDropTrigger.swift
[1611/1746] Compiling SQLKit SQLInsert.swift
[1612/1746] Compiling SQLKit SQLSelect.swift
[1613/1746] Compiling SQLKit SQLUnion.swift
[1614/1746] Compiling SQLKit SQLUpdate.swift
[1615/1746] Compiling SQLKit SQLExpression.swift
[1616/1746] Compiling SQLKit SQLSerializer.swift
[1617/1746] Compiling SQLKit SQLStatement.swift
[1618/1746] Compiling SQLKit SQLBinaryExpression.swift
[1619/1746] Compiling SQLKit SQLBinaryOperator.swift
[1620/1746] Compiling SQLKit SQLBind.swift
[1621/1746] Compiling SQLKit SQLLockingClause.swift
[1622/1746] Compiling SQLKit SQLOrderBy.swift
[1623/1746] Compiling SQLKit SQLReturning.swift
[1624/1746] Compiling SQLKit SQLSubquery.swift
[1625/1746] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1626/1746] Compiling SQLKit SQLAlterEnum.swift
[1627/1746] Compiling SQLKit SQLAlterTable.swift
[1628/1746] Compiling SQLKit SQLCreateEnum.swift
[1629/1746] Compiling SQLKit SQLCreateIndex.swift
[1630/1746] Compiling SQLKit SQLCreateTable.swift
[1631/1746] Compiling SQLKit SQLCreateTrigger.swift
[1632/1746] Compiling SQLKit SQLDelete.swift
[1633/1746] Compiling SQLKit SQLDropEnum.swift
[1634/1746] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1635/1746] Compiling NIOTransportServices NIOTSErrors.swift
[1636/1746] Compiling NIOTransportServices NIOTSEventLoop.swift
[1637/1748] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1638/1748] Compiling NIOTransportServices NIOTSSingletons.swift
[1639/1748] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1640/1748] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1641/1748] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1642/1748] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1643/1748] Compiling NIOTransportServices NIOTSBootstraps.swift
[1644/1748] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1645/1748] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1646/1748] Compiling NIOTransportServices StateManagedChannel.swift
[1647/1748] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1648/1748] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1649/1748] Emitting module NIOTransportServices
[1658/1748] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1659/1748] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1660/1748] Compiling NIOSSL SafeCompare.swift
[1661/1748] Compiling NIOSSL SSLPrivateKey.swift
[1662/1748] Compiling NIOSSL SSLPublicKey.swift
[1663/1748] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1664/1748] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1665/1748] Compiling SQLKit SQLQueryFetcher.swift
[1666/1748] Compiling SQLKit SQLReturningBuilder.swift
[1667/1748] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1668/1748] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1669/1748] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1670/1748] Compiling SQLKit SQLDatabase.swift
[1671/1748] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1672/1748] Compiling SQLKit SQLDialect.swift
[1673/1748] Compiling SQLKit SQLDatabase+Deprecated.swift
[1674/1748] Compiling SQLKit SQLError.swift
[1675/1748] Compiling SQLKit SQLExpressions+Deprecated.swift
[1676/1748] Compiling NIOTransportServices AcceptHandler.swift
[1677/1748] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1678/1748] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1679/1748] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1680/1748] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1681/1748] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1698/1749] Emitting module SQLKit
[1699/1749] Emitting module AsyncKit
[1712/1753] Compiling SQLKit SQLFunction.swift
[1713/1753] Compiling SQLKit SQLGroupExpression.swift
[1714/1753] Compiling SQLKit SQLIdentifier.swift
[1715/1753] Compiling SQLKit SQLList.swift
[1716/1753] Compiling SQLKit SQLLiteral.swift
[1717/1753] Compiling SQLKit SQLRaw.swift
[1718/1753] Compiling SQLKit SQLCodingUtilities.swift
[1719/1753] Compiling SQLKit SQLQueryEncoder.swift
[1720/1753] Compiling SQLKit SQLRow.swift
[1721/1753] Compiling SQLKit SQLRowDecoder.swift
[1722/1753] Compiling SQLKit SomeCodingKey.swift
[1723/1753] Compiling SQLKit StringHandling.swift
[1724/1754] Emitting module NIOSSL
[1742/1841] Compiling FluentKit FluentError.swift
[1743/1841] Compiling FluentKit ModelMiddleware.swift
[1744/1841] Compiling FluentKit ModelResponder.swift
[1745/1841] Compiling FluentKit Migration.swift
[1747/1842] Compiling FluentKit AsyncMigration.swift
[1748/1842] Compiling FluentKit AsyncModelMiddleware.swift
[1749/1842] Compiling FluentKit Children+Concurrency.swift
[1750/1842] Compiling FluentKit Database+Concurrency.swift
[1751/1842] Compiling FluentKit EnumBuilder+Concurrency.swift
[1752/1842] Compiling FluentKit Model+Concurrency.swift
[1753/1842] Compiling FluentKit ModelResponder+Concurrency.swift
[1754/1842] Compiling FluentKit OptionalChild+Concurrency.swift
[1755/1842] Compiling FluentKit OptionalParent+Concurrency.swift
[1756/1842] Compiling FluentKit Parent+Concurrency.swift
[1757/1842] Compiling FluentKit QueryBuilder+Concurrency.swift
[1758/1842] Compiling FluentKit Relation+Concurrency.swift
[1759/1842] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1760/1854] Compiling FluentKit Fields.swift
[1761/1854] Compiling FluentKit MirrorBypass.swift
[1762/1854] Compiling FluentKit Model+CRUD.swift
[1763/1854] Compiling FluentKit Model.swift
[1764/1854] Compiling FluentKit ModelAlias.swift
[1765/1854] Compiling FluentKit Schema.swift
[1766/1854] Compiling FluentKit FieldOperators.swift
[1767/1854] Compiling FluentKit Operators.swift
[1768/1854] Compiling FluentKit ValueOperators+Array.swift
[1769/1854] Compiling FluentKit ValueOperators+String.swift
[1770/1854] Compiling FluentKit ValueOperators.swift
[1771/1854] Compiling FluentKit Boolean.swift
[1772/1957] Emitting module FluentKit
[1773/1957] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1774/1957] Compiling PostgresNIO PostgresMessage+Describe.swift
[1775/1957] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1776/1957] Compiling PostgresNIO PostgresConnection.swift
[1777/1957] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1778/1957] Compiling PostgresNIO PostgresData+Array.swift
[1779/1957] Compiling PostgresNIO PostgresData+Bool.swift
[1780/1957] Compiling PostgresNIO PostgresData+Bytes.swift
[1781/1957] Compiling PostgresNIO PostgresData+Date.swift
[1782/1957] Compiling PostgresNIO PostgresData+Decimal.swift
[1783/1957] Compiling PostgresNIO PostgresData+Double.swift
[1784/1957] Compiling PostgresNIO PostgresData+Float.swift
[1785/1957] Compiling PostgresNIO PostgresData+Int.swift
[1786/1957] Compiling PostgresNIO PostgresData+JSON.swift
[1787/1957] Compiling PostgresNIO PostgresData+JSONB.swift
[1788/1957] Compiling PostgresNIO PostgresData+Numeric.swift
[1789/1957] Compiling PostgresNIO PostgresData+Optional.swift
[1790/1957] Compiling PostgresNIO PostgresMessage+Execute.swift
[1791/1957] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1792/1957] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1793/1957] Compiling PostgresNIO PostgresMessage+Parse.swift
[1794/1957] Compiling PostgresNIO PostgresMessage+Password.swift
[1795/1957] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1796/1957] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1797/1957] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1798/1957] Compiling PostgresNIO Bool+PostgresCodable.swift
[1799/1957] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1800/1957] Compiling PostgresNIO Date+PostgresCodable.swift
[1801/1957] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1802/1957] Compiling PostgresNIO Float+PostgresCodable.swift
[1803/1957] Compiling PostgresNIO Int+PostgresCodable.swift
[1804/1957] Compiling PostgresNIO JSON+PostgresCodable.swift
[1805/1957] Compiling PostgresNIO Range+PostgresCodable.swift
[1806/1957] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1807/1957] Compiling PostgresNIO String+PostgresCodable.swift
[1808/1957] Compiling PostgresNIO UUID+PostgresCodable.swift
[1809/1957] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1810/1957] Compiling PostgresNIO Logging+PSQL.swift
[1811/1957] Compiling PostgresNIO Authentication.swift
[1812/1957] Compiling PostgresNIO BackendKeyData.swift
[1813/1957] Compiling PostgresNIO DataRow.swift
[1814/1957] Compiling PostgresNIO ErrorResponse.swift
[1815/1957] Compiling PostgresNIO NotificationResponse.swift
[1816/1957] Compiling PostgresNIO ParameterDescription.swift
[1817/1957] Compiling PostgresNIO ParameterStatus.swift
[1818/1957] Compiling PostgresNIO ReadyForQuery.swift
[1819/1957] Compiling PostgresNIO RowDescription.swift
[1820/1957] Compiling PostgresNIO NotificationListener.swift
[1821/1957] Compiling PostgresNIO PSQLError.swift
[1822/1957] Compiling PostgresNIO PostgresCell.swift
[1823/1957] Compiling PostgresNIO PostgresChannelHandler.swift
[1824/1957] Compiling PostgresNIO PostgresCodable.swift
[1825/1957] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1826/1957] Compiling PostgresNIO PostgresNotificationSequence.swift
[1827/1957] Compiling PostgresNIO PostgresQuery.swift
[1828/1957] Compiling PostgresNIO PostgresRowSequence.swift
[1829/1957] Compiling PostgresNIO PostgresTransactionError.swift
[1830/1957] Compiling PostgresNIO PreparedStatement.swift
[1831/1957] Compiling PostgresNIO VariadicGenerics.swift
[1832/1957] Compiling PostgresNIO ConnectionFactory.swift
[1833/1957] Compiling PostgresNIO PostgresClient.swift
[1834/1957] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1835/1957] Compiling PostgresNIO PostgresMessageType.swift
[1836/1957] Compiling PostgresNIO AuthenticationStateMachine.swift
[1837/1957] Compiling PostgresNIO CloseStateMachine.swift
[1838/1957] Compiling PostgresNIO ConnectionStateMachine.swift
[1839/1957] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1840/1957] Compiling PostgresNIO ListenStateMachine.swift
[1841/1957] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1842/1957] Compiling PostgresNIO RowStreamStateMachine.swift
[1843/1957] Compiling PostgresNIO Array+PostgresCodable.swift
[1844/1957] Compiling PostgresNIO PostgresBackendMessage.swift
[1845/1957] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1847/1958] Emitting module PostgresNIO
[1848/1983] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1849/1984] Compiling FluentSQL SQLList+Deprecated.swift
[1850/1984] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1851/1984] Emitting module FluentSQL
[1852/1984] Compiling FluentSQL ConverterUtilities.swift
[1853/1984] Compiling FluentSQL DatabaseQuery+SQL.swift
[1854/1984] Compiling FluentSQL DatabaseSchema+SQL.swift
[1855/1984] Compiling FluentSQL Exports.swift
[1856/1984] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1857/1984] Compiling FluentSQL SQLDatabase+Model.swift
[1858/1984] Compiling FluentSQL SQLQueryConverter.swift
[1859/1984] Compiling FluentSQL SQLSchemaConverter.swift
[1875/1985] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1876/1985] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1877/1985] Compiling PostgresNIO PostgresMessage+Error.swift
[1878/1985] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1879/1985] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1898/1985] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1899/1985] Compiling PostgresNIO PostgresMessage+Startup.swift
[1900/1985] Compiling PostgresNIO PostgresMessage+Sync.swift
[1901/1985] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1902/1985] Compiling PostgresNIO PostgresMessageDecoder.swift
[1903/1985] Compiling PostgresNIO PostgresMessageEncoder.swift
[1904/1985] Compiling PostgresNIO PostgresMessage+0.swift
[1911/1985] Compiling PostgresNIO PostgresDataType.swift
[1912/1985] Compiling PostgresNIO PostgresRow.swift
[1913/1985] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1914/1985] Compiling PostgresNIO PostgresData+UInt.swift
[1915/1985] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1916/1985] Compiling PostgresNIO PostgresMessage+Bind.swift
[1917/1985] Compiling PostgresNIO PostgresMessage+Close.swift
[1955/1986] Compiling PostgresNIO PSQLEventsHandler.swift
[1956/1986] Compiling PostgresNIO PSQLPreparedStatement.swift
[1957/1986] Compiling PostgresNIO PSQLRowStream.swift
[1958/1986] Compiling PostgresNIO PSQLTask.swift
[1973/1986] Compiling PostgresNIO PostgresClientMetrics.swift
[1974/1986] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1975/1986] Compiling PostgresNIO PostgresDatabase+Query.swift
[1976/1986] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1977/1986] Compiling PostgresNIO PostgresDatabase.swift
[1978/1986] Compiling PostgresNIO PostgresRequest.swift
[1979/1986] Compiling PostgresNIO Exports.swift
[1980/1986] Compiling PostgresNIO NIOUtils.swift
[1981/1986] Compiling PostgresNIO PostgresError+Code.swift
[1982/1986] Compiling PostgresNIO PostgresError.swift
[1983/1986] Compiling PostgresNIO PostgresJSONDecoder.swift
[1984/1986] Compiling PostgresNIO PostgresJSONEncoder.swift
[1985/1986] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1986/1986] Compiling PostgresNIO SASLAuthenticationManager.swift
[1988/2001] Compiling PostgresKit PostgresRow+SQL.swift
[1989/2002] Emitting module PostgresKit
[1990/2002] Compiling PostgresKit PostgresDatabase+SQL.swift
[1991/2002] Compiling PostgresKit PostgresDialect.swift
[1992/2002] Compiling PostgresKit SQLPostgresConfiguration.swift
[1993/2002] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1994/2002] Compiling PostgresKit Exports.swift
[1995/2002] Compiling PostgresKit PostgresDataDecoder.swift
[1996/2002] Compiling PostgresKit PostgresDataEncoder.swift
[1997/2002] Compiling PostgresKit ConnectionPool+Postgres.swift
[1998/2002] Compiling PostgresKit PostgresColumnType.swift
[1999/2002] Compiling PostgresKit PostgresConnectionSource.swift
[2000/2002] Compiling PostgresKit PostgresDataTranslation.swift
[2001/2002] Compiling PostgresKit PostgresConfiguration.swift
[2002/2002] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2004/2012] Compiling FluentPostgresDriver Exports.swift
[2005/2013] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2006/2013] Emitting module FluentPostgresDriver
[2007/2013] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2008/2013] Compiling FluentPostgresDriver PostgresError+Database.swift
[2009/2013] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2010/2013] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2011/2013] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2012/2013] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2013/2013] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2015/2042] Compiling FluentPostGIS QueryBuilder+Intersects.swift
[2016/2042] Compiling FluentPostGIS QueryBuilder+Overlaps.swift
[2017/2042] Compiling FluentPostGIS QueryBuilder+Sort.swift
[2018/2045] Compiling FluentPostGIS GeometryConvertible.swift
[2019/2045] Compiling FluentPostGIS QueryBuilder+Contains.swift
[2020/2045] Compiling FluentPostGIS QueryBuilder+Crosses.swift
[2021/2045] Compiling FluentPostGIS QueryBuilder+Disjoint.swift
[2022/2045] Compiling FluentPostGIS QueryBuilder+Distance.swift
[2023/2045] Compiling FluentPostGIS QueryBuilder+DistanceWithin.swift
[2024/2045] Compiling FluentPostGIS QueryBuilder+Equals.swift
[2025/2045] Compiling FluentPostGIS QueryBuilder+Helpers.swift
[2026/2045] Compiling FluentPostGIS GeometricMultiPoint2D.swift
[2027/2045] Compiling FluentPostGIS GeometricMultiPolygon2D.swift
[2028/2045] Compiling FluentPostGIS GeometricPoint2D.swift
[2029/2045] Compiling FluentPostGIS GeometricPolygon2D.swift
[2030/2045] Compiling FluentPostGIS DatabaseSchemaDataType+Geometric.swift
[2031/2045] Compiling FluentPostGIS GeometricGeometryCollection2D.swift
[2032/2045] Compiling FluentPostGIS GeometricLineString2D.swift
[2033/2045] Compiling FluentPostGIS GeometricMultiLineString2D.swift
[2034/2045] Compiling FluentPostGIS DatabaseSchemaDataType+Geographic.swift
[2035/2045] Compiling FluentPostGIS GeographicGeometryCollection2D.swift
[2036/2045] Compiling FluentPostGIS GeographicLineString2D.swift
[2037/2045] Compiling FluentPostGIS GeographicMultiLineString2D.swift
[2038/2045] Emitting module FluentPostGIS
[2039/2045] Compiling FluentPostGIS GeographicMultiPoint2D.swift
[2040/2045] Compiling FluentPostGIS GeographicMultiPolygon2D.swift
[2041/2045] Compiling FluentPostGIS GeographicPoint2D.swift
[2042/2045] Compiling FluentPostGIS GeographicPolygon2D.swift
[2043/2045] Compiling FluentPostGIS QueryBuilder+Touches.swift
[2044/2045] Compiling FluentPostGIS QueryBuilder+Within.swift
[2045/2045] Compiling FluentPostGIS EnablePostGISMigration.swift
Build complete! (446.18s)
Build complete.
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.52.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "wkcodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rabc/WKCodable.git"
}
],
"manifest_display_name" : "fluent-postgis",
"name" : "fluent-postgis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FluentPostGIS",
"targets" : [
"FluentPostGIS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentPostGISTests",
"module_type" : "SwiftTarget",
"name" : "FluentPostGISTests",
"path" : "Tests/FluentPostGISTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentPostGISTestCase.swift",
"GeometryTests.swift",
"QueryTests.swift",
"TestModels.swift"
],
"target_dependencies" : [
"FluentPostGIS"
],
"type" : "test"
},
{
"c99name" : "FluentPostGIS",
"module_type" : "SwiftTarget",
"name" : "FluentPostGIS",
"path" : "Sources/FluentPostGIS",
"product_dependencies" : [
"FluentKit",
"FluentPostgresDriver",
"WKCodable"
],
"product_memberships" : [
"FluentPostGIS"
],
"sources" : [
"Geography/DatabaseSchemaDataType+Geographic.swift",
"Geography/GeographicGeometryCollection2D.swift",
"Geography/GeographicLineString2D.swift",
"Geography/GeographicMultiLineString2D.swift",
"Geography/GeographicMultiPoint2D.swift",
"Geography/GeographicMultiPolygon2D.swift",
"Geography/GeographicPoint2D.swift",
"Geography/GeographicPolygon2D.swift",
"Geometry/DatabaseSchemaDataType+Geometric.swift",
"Geometry/GeometricGeometryCollection2D.swift",
"Geometry/GeometricLineString2D.swift",
"Geometry/GeometricMultiLineString2D.swift",
"Geometry/GeometricMultiPoint2D.swift",
"Geometry/GeometricMultiPolygon2D.swift",
"Geometry/GeometricPoint2D.swift",
"Geometry/GeometricPolygon2D.swift",
"Geometry/GeometryConvertible.swift",
"Queries/QueryBuilder+Contains.swift",
"Queries/QueryBuilder+Crosses.swift",
"Queries/QueryBuilder+Disjoint.swift",
"Queries/QueryBuilder+Distance.swift",
"Queries/QueryBuilder+DistanceWithin.swift",
"Queries/QueryBuilder+Equals.swift",
"Queries/QueryBuilder+Helpers.swift",
"Queries/QueryBuilder+Intersects.swift",
"Queries/QueryBuilder+Overlaps.swift",
"Queries/QueryBuilder+Sort.swift",
"Queries/QueryBuilder+Touches.swift",
"Queries/QueryBuilder+Within.swift",
"Support/EnablePostGISMigration.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.