Build Information
Successful build of fluent-postgis, reference main (f3a8df
), with Swift 6.1 for Linux on 29 Apr 2025 18:02:27 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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 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 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.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-1":/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/rabc/WKCodable.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetching https://github.com/vapor/fluent-kit.git
[1/286] Fetching wkcodable
[287/2945] Fetching wkcodable, fluent-postgres-driver
[1777/16189] Fetching wkcodable, fluent-postgres-driver, fluent-kit
Fetched https://github.com/rabc/WKCodable.git from cache (0.70s)
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.70s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.70s)
Computing version for https://github.com/rabc/WKCodable.git
Computed https://github.com/rabc/WKCodable.git at 0.1.2 (3.38s)
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.36s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.05s)
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
[8354/20470] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.38s)
[2734/14487] Fetching async-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.64s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.89s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[2265/20105] Fetching swift-log, swift-collections
[3529/26008] Fetching swift-log, swift-collections, swift-algorithms
[12669/101558] Fetching swift-log, swift-collections, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
[57336/85289] Fetching swift-log, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (4.67s)
Fetched https://github.com/apple/swift-log.git from cache (4.67s)
Fetched https://github.com/apple/swift-nio.git from cache (4.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.34s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
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
[530/6069] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.59s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2206] Fetching swift-metrics
[24/4825] Fetching swift-metrics, swift-nio-transport-services
[4532/7219] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
[7220/21003] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
[5703/18384] Fetching swift-metrics, swift-service-lifecycle, swift-crypto
[5842/33177] Fetching swift-metrics, swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.80s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.80s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.82s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.83s)
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.39s)
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.04s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.56s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.59s)
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.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.90s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.14s)
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/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/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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/rabc/WKCodable.git
Working copy of https://github.com/rabc/WKCodable.git resolved at 0.1.2
Creating working copy for https://github.com/vapor/fluent-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
Building for debugging...
[0/812] Write sources
[36/812] Compiling CNIOLinux liburing_shims.c
[37/812] Compiling _NumericsShims _NumericsShims.c
[38/812] Compiling CNIOWindows WSAStartup.c
[38/812] Compiling CNIOWindows shim.c
[40/812] Compiling CNIODarwin shim.c
[41/812] Compiling CNIOWASI CNIOWASI.c
[42/812] Compiling _AtomicsShims.c
[43/812] Compiling fiat_curve25519_adx_square.S
[44/812] Compiling fiat_p256_adx_sqr.S
[45/812] Compiling fiat_p256_adx_mul.S
[46/812] Compiling fiat_curve25519_adx_mul.S
[47/812] Compiling CNIOLinux shim.c
[48/812] Write swift-version-24593BA9C3E375BF.txt
[49/812] Compiling CNIOBoringSSLShims shims.c
[50/816] Compiling tls_method.cc
[51/818] Compiling tls_record.cc
[52/818] Compiling tls13_both.cc
[53/834] Compiling tls13_enc.cc
[54/834] Compiling t1_enc.cc
[55/834] Compiling tls13_client.cc
[56/859] Compiling tls13_server.cc
[58/859] Emitting module InternalCollectionsUtilities
[59/864] Emitting module ConcurrencyHelpers
[60/864] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/864] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/864] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/864] Compiling InternalCollectionsUtilities Specialize.swift
[64/864] Compiling ConcurrencyHelpers LockedValueBox.swift
[65/864] Compiling CoreMetrics Metrics.swift
[66/864] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/864] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/864] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[69/864] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[70/865] Compiling RealModule Real.swift
[71/865] Compiling Logging LogHandler.swift
[72/865] Compiling _NIODataStructures _TinyArray.swift
[73/865] Emitting module _NIOBase64
[74/865] Compiling _NIOBase64 Base64.swift
[75/865] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/865] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/865] Compiling InternalCollectionsUtilities Debugging.swift
[78/865] Compiling InternalCollectionsUtilities Descriptions.swift
[79/866] Compiling _NIODataStructures PriorityQueue.swift
[80/866] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/866] Compiling InternalCollectionsUtilities Integer rank.swift
[82/866] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[83/866] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[84/866] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/866] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[88/867] Emitting module RealModule
[91/867] Compiling RealModule Float+Real.swift
[92/867] Compiling RealModule RealFunctions.swift
[93/867] Compiling RealModule Float16+Real.swift
[94/867] Compiling RealModule Float80+Real.swift
[95/867] Compiling RealModule ElementaryFunctions.swift
[96/868] Emitting module WKCodable
[100/868] Compiling CoreMetrics Locks.swift
[101/868] Emitting module CoreMetrics
[102/868] Compiling Logging Locks.swift
[103/868] Emitting module Logging
[104/869] Compiling Logging MetadataProvider.swift
[105/869] Compiling Logging Logging.swift
[106/870] Emitting module _NIODataStructures
[107/870] Compiling _NIODataStructures Heap.swift
[108/870] Compiling ConcurrencyHelpers Lock.swift
[113/872] Compiling WKCodable Types.swift
[114/872] Compiling WKCodable WKTDecoder.swift
[115/872] Compiling WKCodable WKTEncoder.swift
[116/872] Compiling WKCodable WKBDecoder.swift
[117/872] Compiling WKCodable WKBEncoder.swift
[119/1005] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[120/1007] Compiling HeapModule Heap+Descriptions.swift
[121/1008] Compiling HeapModule _HeapNode.swift
[122/1008] Compiling HeapModule Heap.swift
[123/1008] Compiling HeapModule Heap+UnsafeHandle.swift
[124/1008] Compiling HeapModule Heap+Invariants.swift
[125/1008] Emitting module HeapModule
[126/1009] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[127/1009] Compiling _RopeModule BigString+CustomStringConvertible.swift
[128/1009] Compiling _RopeModule BigString+Equatable.swift
[129/1009] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[130/1009] Compiling _RopeModule BigString+Hashing.swift
[131/1009] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[132/1009] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[133/1016] Compiling _RopeModule BigString+Sequence.swift
[134/1016] Compiling _RopeModule BigString+TextOutputStream.swift
[135/1016] Compiling _RopeModule _RopeVersion.swift
[136/1016] Compiling _RopeModule Rope+Collection.swift
[137/1016] Compiling _RopeModule Rope+Index.swift
[138/1016] Compiling _RopeModule Rope+Sequence.swift
[139/1016] Compiling _RopeModule Rope+Append.swift
[141/1016] Emitting module UnixSignals
[142/1016] Compiling UnixSignals UnixSignalsSequence.swift
[143/1016] Compiling UnixSignals UnixSignal.swift
[144/1017] Compiling ssl_transcript.cc
[146/1017] Compiling _RopeModule BigString+Iterators.swift
[147/1017] Compiling _RopeModule BigString+Metrics.swift
[148/1017] Compiling _RopeModule BigString+Summary.swift
[149/1017] Compiling _RopeModule BigString.swift
[150/1017] Compiling _RopeModule BigString+Append.swift
[151/1017] Compiling _RopeModule BigString+Initializers.swift
[152/1017] Compiling _RopeModule BigString+Insert.swift
[153/1017] Compiling _RopeModule BigString+Managing Breaks.swift
[154/1017] Compiling _RopeModule BigString+Chunk.swift
[155/1017] Compiling _RopeModule BigString+BidirectionalCollection.swift
[156/1017] Compiling _RopeModule BigString+Builder.swift
[157/1017] Compiling _RopeModule BigString+Contents.swift
[158/1017] Compiling _RopeModule BigString+Debugging.swift
[159/1017] Compiling _RopeModule BigString+Index.swift
[160/1017] Compiling _RopeModule BigString+Ingester.swift
[161/1017] Compiling _RopeModule BigString+Invariants.swift
[161/1018] Compiling ssl_versions.cc
[163/1021] Compiling _RopeModule BigString+RemoveSubrange.swift
[164/1021] Compiling _RopeModule BigString+ReplaceSubrange.swift
[165/1021] Compiling _RopeModule BigString+Split.swift
[166/1021] Compiling _RopeModule Range+BigString.swift
[167/1021] Compiling _RopeModule BigString+UTF16View.swift
[168/1021] Compiling _RopeModule BigString+UTF8View.swift
[169/1021] Compiling _RopeModule BigString+UnicodeScalarView.swift
[170/1021] Compiling _RopeModule BigSubstring+UTF16View.swift
[171/1028] Compiling _RopeModule BigSubstring+UTF8View.swift
[172/1028] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[173/1028] Compiling _RopeModule BigSubstring.swift
[174/1028] Compiling _RopeModule Rope+Builder.swift
[175/1028] Compiling _RopeModule Rope+Debugging.swift
[176/1028] Compiling _RopeModule Rope+Invariants.swift
[177/1028] Compiling _RopeModule Rope+_Node.swift
[178/1028] Compiling _RopeModule BigString+Comparable.swift
[178/1108] Compiling ssl_x509.cc
[180/1108] Compiling DequeModule _DequeBuffer.swift
[181/1108] Compiling DequeModule _DequeBufferHeader.swift
[182/1110] Compiling DequeModule Deque+Extras.swift
[183/1110] Compiling DequeModule Deque+Hashable.swift
[184/1110] Compiling HashTreeCollections TreeSet+Hashable.swift
[185/1110] Compiling HashTreeCollections TreeSet+Sendable.swift
[186/1110] Compiling HashTreeCollections TreeSet+Sequence.swift
[187/1110] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[188/1110] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[189/1110] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[190/1110] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[191/1110] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[192/1110] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[193/1110] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[194/1120] Compiling DequeModule _DequeSlot.swift
[195/1120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[196/1120] Compiling DequeModule Deque+Codable.swift
[197/1120] Compiling DequeModule Deque+Collection.swift
[200/1120] Compiling DequeModule Deque+CustomReflectable.swift
[201/1120] Compiling DequeModule Deque+Descriptions.swift
[202/1120] Compiling DequeModule Deque._UnsafeHandle.swift
[203/1120] Compiling DequeModule Deque.swift
[204/1120] Compiling HashTreeCollections TreeDictionary.swift
[205/1120] Compiling HashTreeCollections TreeSet+Codable.swift
[206/1120] Compiling HashTreeCollections TreeSet+Collection.swift
[207/1120] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[208/1120] Compiling HashTreeCollections TreeSet+Debugging.swift
[209/1120] Compiling HashTreeCollections TreeSet+Descriptions.swift
[210/1120] Compiling HashTreeCollections TreeSet+Equatable.swift
[211/1120] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[212/1120] Compiling HashTreeCollections TreeSet+Extras.swift
[213/1120] Compiling HashTreeCollections TreeSet+Filter.swift
[214/1120] Compiling HashTreeCollections TreeDictionary+Values.swift
[221/1120] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[222/1120] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[223/1120] Compiling HashTreeCollections TreeDictionary+Filter.swift
[224/1120] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[225/1120] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[226/1120] Compiling HashTreeCollections TreeDictionary+Keys.swift
[227/1120] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[228/1120] Compiling HashTreeCollections TreeDictionary+Merge.swift
[229/1120] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[230/1120] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[232/1120] Emitting module Metrics
[233/1120] Compiling Metrics Metrics.swift
[252/1130] Compiling DequeModule Deque+Testing.swift
[253/1130] Compiling DequeModule Deque._Storage.swift
[254/1130] Compiling DequeModule Deque+Equatable.swift
[255/1130] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[260/1130] Emitting module OrderedCollections
[274/1131] Compiling ssl_stat.cc
[276/1131] Emitting module DequeModule
[277/1132] Compiling _RopeModule _CharacterRecognizer.swift
[278/1132] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[279/1132] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[280/1132] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[281/1132] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[282/1132] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[283/1132] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[284/1132] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[285/1132] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[286/1132] Compiling HashTreeCollections TreeSet.swift
[286/1132] Compiling ssl_key_share.cc
[289/1132] Compiling HashTreeCollections _HashTreeIterator.swift
[290/1132] Compiling HashTreeCollections _HashTreeStatistics.swift
[291/1132] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[292/1132] Compiling HashTreeCollections _RawHashNode.swift
[293/1132] Compiling HashTreeCollections _UnmanagedHashNode.swift
[294/1132] Compiling HashTreeCollections _UnsafePath.swift
[295/1132] Compiling HashTreeCollections TreeDictionary+Codable.swift
[296/1132] Compiling HashTreeCollections TreeDictionary+Collection.swift
[297/1132] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[298/1132] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[299/1132] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[300/1132] Emitting module _RopeModule
[301/1132] Compiling _RopeModule Rope+Join.swift
[302/1132] Compiling _RopeModule Rope+MutatingForEach.swift
[303/1132] Compiling _RopeModule Rope+Remove.swift
[304/1132] Compiling _RopeModule Rope+RemoveSubrange.swift
[305/1132] Compiling _RopeModule Rope+Split.swift
[306/1132] Compiling _RopeModule Optional Utilities.swift
[307/1132] Compiling _RopeModule String Utilities.swift
[308/1132] Compiling _RopeModule String.Index+ABI.swift
[320/1132] Compiling ssl_privkey.cc
[321/1132] Compiling ssl_session.cc
[322/1132] Compiling ssl_cipher.cc
[323/1132] Compiling ssl_credential.cc
[325/1132] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[326/1132] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[327/1132] Compiling HashTreeCollections _HashNode+Structural union.swift
[328/1132] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[329/1132] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[330/1132] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[331/1132] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[332/1132] Compiling HashTreeCollections _HashNode.swift
[333/1132] Compiling HashTreeCollections _HashNodeHeader.swift
[334/1132] Compiling HashTreeCollections _HashSlot.swift
[335/1132] Compiling HashTreeCollections _HashStack.swift
[341/1132] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[342/1132] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[343/1132] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[344/1132] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[345/1132] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[346/1132] Compiling HashTreeCollections _HashNode+Structural merge.swift
[385/1132] Compiling ssl_file.cc
[388/1133] Emitting module HashTreeCollections
[388/1134] Compiling ssl_lib.cc
[390/1134] Compiling ssl_buffer.cc
[391/1134] Compiling ssl_cert.cc
[392/1134] Compiling ssl_asn1.cc
[393/1134] Compiling ssl_aead_ctx.cc
[394/1134] Compiling s3_pkt.cc
[395/1134] Compiling s3_lib.cc
[396/1134] Compiling s3_both.cc
[397/1134] Compiling handshake.cc
[398/1134] Compiling handshake_server.cc
[399/1134] Compiling handshake_client.cc
[400/1134] Compiling encrypted_client_hello.cc
[401/1134] Compiling dtls_record.cc
[402/1134] Compiling handoff.cc
[403/1134] Compiling md5-x86_64-linux.S
[404/1134] Compiling md5-x86_64-apple.S
[405/1134] Compiling md5-586-linux.S
[406/1134] Compiling md5-586-apple.S
[407/1134] Compiling dtls_method.cc
[408/1134] Compiling extensions.cc
[409/1134] Compiling chacha20_poly1305_x86_64-linux.S
[410/1134] Compiling d1_srtp.cc
[411/1134] Compiling chacha20_poly1305_armv8-win.S
[412/1134] Compiling chacha20_poly1305_armv8-linux.S
[413/1134] Compiling chacha20_poly1305_x86_64-apple.S
[414/1134] Compiling err_data.cc
[415/1134] Compiling chacha20_poly1305_armv8-apple.S
[416/1134] Compiling chacha-x86-apple.S
[417/1134] Compiling chacha-x86_64-apple.S
[417/1134] Compiling chacha-x86-linux.S
[419/1134] Compiling chacha-armv8-win.S
[420/1134] Compiling chacha-x86_64-linux.S
[421/1134] Compiling chacha-armv8-apple.S
[422/1134] Compiling chacha-armv8-linux.S
[423/1134] Compiling chacha-armv4-linux.S
[424/1134] Compiling aes128gcmsiv-x86_64-linux.S
[425/1134] Compiling aes128gcmsiv-x86_64-apple.S
[426/1134] Compiling x86_64-mont5-apple.S
[427/1134] Compiling x86_64-mont5-linux.S
[428/1134] Compiling x86_64-mont-apple.S
[429/1134] Compiling x86_64-mont-linux.S
[430/1134] Compiling x86-mont-apple.S
[431/1134] Compiling x86-mont-linux.S
[432/1134] Compiling vpaes-x86_64-linux.S
[433/1134] Compiling vpaes-x86-linux.S
[434/1134] Compiling vpaes-x86_64-apple.S
[435/1134] Compiling vpaes-x86-apple.S
[436/1134] Compiling vpaes-armv8-linux.S
[437/1134] Compiling vpaes-armv8-win.S
[438/1134] Compiling d1_lib.cc
[439/1134] Compiling sha512-x86_64-linux.S
[440/1134] Compiling vpaes-armv8-apple.S
[441/1134] Compiling vpaes-armv7-linux.S
[442/1134] Compiling sha512-x86_64-apple.S
[443/1134] Compiling sha512-armv8-win.S
[444/1134] Compiling sha512-armv4-linux.S
[445/1134] Compiling sha512-armv8-apple.S
[446/1134] Compiling sha512-586-linux.S
[447/1134] Compiling sha512-armv8-linux.S
[448/1134] Compiling sha256-armv8-win.S
[449/1134] Compiling sha512-586-apple.S
[450/1134] Compiling sha256-armv8-linux.S
[451/1134] Compiling sha256-x86_64-linux.S
[452/1134] Compiling sha256-x86_64-apple.S
[453/1134] Compiling sha256-armv8-apple.S
[454/1134] Compiling d1_pkt.cc
[455/1134] Compiling sha256-armv4-linux.S
[456/1134] Compiling sha256-586-linux.S
[457/1134] Compiling bio_ssl.cc
[458/1134] Compiling sha256-586-apple.S
[459/1134] Compiling sha1-x86_64-linux.S
[460/1134] Compiling sha1-armv8-win.S
[461/1134] Compiling sha1-armv8-apple.S
[462/1134] Compiling sha1-x86_64-apple.S
[463/1134] Compiling sha1-586-apple.S
[464/1134] Compiling sha1-586-linux.S
[465/1134] Compiling sha1-armv4-large-linux.S
[466/1134] Compiling rsaz-avx2-linux.S
[467/1134] Compiling sha1-armv8-linux.S
[468/1134] Compiling rdrand-x86_64-apple.S
[469/1134] Compiling rsaz-avx2-apple.S
[470/1134] Compiling p256_beeu-x86_64-asm-linux.S
[471/1134] Compiling rdrand-x86_64-linux.S
[472/1134] Compiling p256_beeu-x86_64-asm-apple.S
[473/1134] Compiling p256_beeu-armv8-asm-linux.S
[474/1134] Compiling p256_beeu-armv8-asm-win.S
[475/1134] Compiling p256_beeu-armv8-asm-apple.S
[476/1134] Compiling p256-armv8-asm-linux.S
[477/1134] Compiling p256-x86_64-asm-apple.S
[478/1134] Compiling ghashv8-armv8-linux.S
[478/1134] Compiling p256-x86_64-asm-linux.S
[480/1134] Compiling p256-armv8-asm-win.S
[481/1134] Compiling ghashv8-armv8-apple.S
[482/1134] Compiling p256-armv8-asm-apple.S
[483/1134] Compiling ghashv8-armv8-win.S
[484/1134] Compiling ghash-x86_64-apple.S
[485/1134] Compiling ghashv8-armv7-linux.S
[486/1134] Compiling ghash-x86-linux.S
[487/1134] Compiling ghash-x86-apple.S
[488/1134] Compiling ghash-x86_64-linux.S
[489/1134] Compiling d1_both.cc
[490/1134] Compiling ghash-ssse3-x86_64-linux.S
[491/1134] Compiling ghash-ssse3-x86_64-apple.S
[492/1134] Compiling ghash-ssse3-x86-linux.S
[493/1134] Compiling ghash-ssse3-x86-apple.S
[494/1134] Compiling ghash-neon-armv8-win.S
[495/1134] Compiling ghash-neon-armv8-linux.S
[496/1134] Compiling ghash-armv4-linux.S
[497/1134] Compiling co-586-linux.S
[498/1134] Compiling ghash-neon-armv8-apple.S
[499/1134] Compiling bn-armv8-win.S
[499/1134] Compiling co-586-apple.S
[501/1134] Compiling bsaes-armv7-linux.S
[502/1134] Compiling armv8-mont-win.S
[503/1134] Compiling bn-armv8-linux.S
[504/1134] Compiling bn-586-linux.S
[505/1134] Compiling armv8-mont-linux.S
[506/1134] Compiling bn-armv8-apple.S
[507/1134] Compiling bn-586-apple.S
[508/1134] Compiling armv8-mont-apple.S
[509/1134] Compiling aesv8-gcm-armv8-linux.S
[510/1134] Compiling armv4-mont-linux.S
[511/1134] Compiling aesv8-gcm-armv8-win.S
[512/1134] Compiling aesv8-gcm-armv8-apple.S
[513/1134] Compiling aesv8-armv8-win.S
[514/1134] Compiling aesv8-armv8-apple.S
[515/1134] Compiling aesni-x86-linux.S
[516/1134] Compiling aesv8-armv8-linux.S
[517/1134] Compiling aesni-x86_64-apple.S
[518/1134] Compiling aesni-x86-apple.S
[519/1134] Compiling aesni-x86_64-linux.S
[519/1134] Compiling aesni-gcm-x86_64-apple.S
[521/1134] Compiling aesv8-armv7-linux.S
[522/1134] Compiling aes-gcm-avx2-x86_64-apple.S
[523/1134] Compiling aesni-gcm-x86_64-linux.S
[524/1134] Compiling aes-gcm-avx2-x86_64-linux.S
[525/1134] Compiling aes-gcm-avx10-x86_64-apple.S
[526/1134] Compiling aes-gcm-avx10-x86_64-linux.S
[527/1134] Compiling x_val.cc
[528/1134] Compiling x_x509.cc
[529/1134] Compiling x_sig.cc
[530/1134] Compiling x_x509a.cc
[531/1134] Compiling x_spki.cc
[532/1134] Compiling x_req.cc
[533/1134] Compiling x_pubkey.cc
[534/1134] Compiling x_name.cc
[535/1134] Compiling x_exten.cc
[536/1134] Compiling x_all.cc
[537/1134] Compiling x_crl.cc
[538/1134] Compiling x_attrib.cc
[539/1134] Compiling x509rset.cc
[540/1134] Compiling x509name.cc
[541/1134] Compiling x_algor.cc
[542/1134] Compiling x509spki.cc
[543/1134] Compiling x509cset.cc
[544/1134] Compiling x509_vpm.cc
[545/1134] Compiling x509_trs.cc
[546/1134] Compiling x509_v3.cc
[547/1134] Compiling x509_txt.cc
[548/1134] Compiling x509_set.cc
[549/1134] Compiling x509_vfy.cc
[550/1134] Compiling x509_obj.cc
[551/1134] Compiling x509_req.cc
[552/1134] Compiling x509_d2.cc
[553/1134] Compiling x509_lu.cc
[554/1134] Compiling x509_cmp.cc
[555/1134] Compiling x509_def.cc
[556/1134] Compiling x509_ext.cc
[557/1134] Compiling x509_att.cc
[558/1134] Compiling x509.cc
[559/1134] Compiling v3_utl.cc
[560/1134] Compiling v3_prn.cc
[561/1134] Compiling v3_pmaps.cc
[562/1134] Compiling v3_skey.cc
[563/1134] Compiling v3_ocsp.cc
[564/1134] Compiling v3_purp.cc
[565/1134] Compiling v3_ncons.cc
[566/1134] Compiling v3_pcons.cc
[567/1134] Compiling v3_ia5.cc
[568/1134] Compiling v3_lib.cc
[569/1134] Compiling v3_int.cc
[570/1134] Compiling v3_info.cc
[571/1134] Compiling v3_enum.cc
[572/1134] Compiling v3_extku.cc
[573/1134] Compiling v3_crld.cc
[574/1134] Compiling v3_genn.cc
[575/1134] Compiling v3_bitst.cc
[576/1134] Compiling v3_conf.cc
[577/1134] Compiling v3_cpols.cc
[578/1134] Compiling t_x509.cc
[579/1134] Compiling v3_bcons.cc
[580/1134] Compiling v3_akey.cc
[581/1134] Compiling v3_alt.cc
[582/1134] Compiling v3_akeya.cc
[583/1134] Compiling t_x509a.cc
[584/1134] Compiling i2d_pr.cc
[585/1134] Compiling t_req.cc
[586/1134] Compiling t_crl.cc
[587/1134] Compiling rsa_pss.cc
[588/1134] Compiling name_print.cc
[589/1134] Compiling policy.cc
[590/1134] Compiling asn1_gen.cc
[591/1134] Compiling by_file.cc
[592/1134] Compiling by_dir.cc
[593/1134] Compiling a_verify.cc
[594/1134] Compiling algorithm.cc
[595/1134] Compiling pmbtoken.cc
[596/1134] Compiling thread_win.cc
[597/1134] Compiling voprf.cc
[598/1134] Compiling thread.cc
[599/1134] Compiling a_sign.cc
[600/1134] Compiling slhdsa.cc
[601/1134] Compiling a_digest.cc
[602/1134] Compiling thread_none.cc
[603/1134] Compiling spake2plus.cc
[604/1134] Compiling thread_pthread.cc
[605/1134] Compiling stack.cc
[606/1134] Compiling siphash.cc
[607/1134] Compiling trust_token.cc
[608/1134] Compiling rsa_extra.cc
[609/1134] Compiling sha256.cc
[610/1134] Compiling sha512.cc
[611/1134] Compiling sha1.cc
[612/1134] Compiling rsa_asn1.cc
[613/1134] Compiling rsa_print.cc
[614/1134] Compiling rc4.cc
[615/1134] Compiling rand.cc
[616/1134] Compiling refcount.cc
[617/1134] Compiling rsa_crypt.cc
[618/1134] Compiling trusty.cc
[619/1134] Compiling windows.cc
[620/1134] Compiling urandom.cc
[621/1134] Compiling passive.cc
[622/1134] Compiling getentropy.cc
[623/1134] Compiling forkunsafe.cc
[624/1134] Compiling poly1305_arm_asm.S
[625/1134] Compiling ios.cc
[626/1134] Compiling deterministic.cc
[627/1134] Compiling fork_detect.cc
[628/1134] Compiling poly1305_arm.cc
[629/1134] Compiling pool.cc
[630/1134] Compiling pkcs7.cc
[631/1134] Compiling poly1305.cc
[632/1134] Compiling poly1305_vec.cc
[633/1134] Compiling p5_pbev2.cc
[634/1134] Compiling pem_x509.cc
[635/1134] Compiling pem_oth.cc
[636/1134] Compiling pkcs8_x509.cc
[637/1134] Compiling pem_lib.cc
[638/1134] Compiling pkcs8.cc
[639/1134] Compiling pem_info.cc
[640/1134] Compiling pem_xaux.cc
[641/1134] Compiling pkcs7_x509.cc
[642/1134] Compiling obj_xref.cc
[643/1134] Compiling mlkem.cc
[644/1134] Compiling md4.cc
[645/1134] Compiling pem_pkey.cc
[646/1134] Compiling mldsa.cc
[647/1134] Compiling pem_pk8.cc
[648/1134] Compiling poly_rq_mul.S
[649/1134] Compiling md5.cc
[650/1134] Compiling fips_shared_support.cc
[651/1134] Compiling mem.cc
[652/1134] Compiling pem_all.cc
[653/1134] Compiling lhash.cc
[654/1134] Compiling sign.cc
[655/1134] Compiling obj.cc
[656/1134] Compiling kyber.cc
[657/1134] Compiling print.cc
[658/1134] Compiling ex_data.cc
[659/1134] Compiling hrss.cc
[660/1134] Compiling pbkdf.cc
[661/1134] Compiling scrypt.cc
[662/1134] Compiling p_x25519.cc
[663/1134] Compiling hpke.cc
[664/1134] Compiling p_rsa_asn1.cc
[665/1134] Compiling p_ed25519.cc
[666/1134] Compiling p_hkdf.cc
[667/1134] Compiling p_rsa.cc
[668/1134] Compiling p_x25519_asn1.cc
[669/1134] Compiling p_ec.cc
[670/1134] Compiling evp_ctx.cc
[671/1134] Compiling p_dh.cc
[672/1134] Compiling p_dh_asn1.cc
[673/1134] Compiling p_ed25519_asn1.cc
[674/1134] Compiling p_ec_asn1.cc
[675/1134] Compiling err.cc
[676/1134] Compiling engine.cc
[677/1134] Compiling hash_to_curve.cc
[678/1134] Compiling ecdsa_asn1.cc
[679/1134] Compiling p_dsa_asn1.cc
[680/1134] Compiling evp.cc
[681/1134] Compiling ec_derive.cc
[682/1134] Compiling ecdh.cc
[683/1134] Compiling evp_asn1.cc
[684/1134] Compiling dsa.cc
[685/1134] Compiling dsa_asn1.cc
[686/1134] Compiling params.cc
[687/1134] Compiling dh_asn1.cc
[688/1134] Compiling ec_asn1.cc
[689/1134] Compiling x25519-asm-arm.S
[690/1134] Compiling digest_extra.cc
[691/1134] Compiling des.cc
[692/1134] Compiling spake25519.cc
[693/1134] Compiling cpu_intel.cc
[694/1134] Compiling crypto.cc
[695/1134] Compiling cpu_arm_linux.cc
[696/1134] Compiling cpu_arm_freebsd.cc
[697/1134] Compiling curve25519.cc
[698/1134] Compiling cpu_aarch64_win.cc
[699/1134] Compiling cpu_aarch64_linux.cc
[700/1134] Compiling cpu_aarch64_sysreg.cc
[701/1134] Compiling cpu_aarch64_openbsd.cc
[702/1134] Compiling conf.cc
[703/1134] Compiling cpu_aarch64_fuchsia.cc
[704/1134] Compiling get_cipher.cc
[705/1134] Compiling cpu_aarch64_apple.cc
[706/1134] Compiling curve25519_64_adx.cc
[707/1134] Compiling e_tls.cc
[708/1134] Compiling tls_cbc.cc
[709/1134] Compiling e_des.cc
[710/1134] Compiling e_null.cc
[711/1134] Compiling e_rc4.cc
[712/1134] Compiling e_rc2.cc
[713/1134] Compiling e_aesgcmsiv.cc
[714/1134] Compiling e_chacha20poly1305.cc
[715/1134] Compiling derive_key.cc
[716/1134] Compiling bcm.cc
[717/1134] Compiling e_aesctrhmac.cc
[718/1134] Compiling chacha.cc
[719/1134] Compiling unicode.cc
[720/1134] Compiling ber.cc
[721/1134] Compiling cbs.cc
[722/1134] Compiling buf.cc
[723/1134] Compiling asn1_compat.cc
[724/1134] Compiling bn_asn1.cc
[725/1134] Compiling cbb.cc
[726/1134] Compiling convert.cc
[727/1134] Compiling printf.cc
[728/1134] Compiling socket_helper.cc
[729/1134] Compiling blake2.cc
[730/1134] Compiling socket.cc
[731/1134] Compiling pair.cc
[732/1134] Compiling hexdump.cc
[733/1134] Compiling errno.cc
[734/1134] Compiling fd.cc
[735/1134] Compiling file.cc
[736/1134] Compiling bio_mem.cc
[737/1134] Compiling connect.cc
[738/1134] Compiling base64.cc
[739/1134] Compiling bio.cc
[740/1134] Compiling tasn_typ.cc
[741/1134] Compiling tasn_fre.cc
[742/1134] Compiling tasn_utl.cc
[743/1134] Compiling tasn_new.cc
[744/1134] Compiling posix_time.cc
[745/1134] Compiling f_int.cc
[746/1134] Compiling tasn_enc.cc
[747/1134] Compiling f_string.cc
[748/1134] Compiling asn_pack.cc
[749/1134] Compiling asn1_par.cc
[750/1134] Compiling tasn_dec.cc
[751/1134] Compiling a_time.cc
[752/1134] Compiling a_utctm.cc
[753/1134] Compiling a_type.cc
[754/1134] Compiling asn1_lib.cc
[755/1134] Compiling a_octet.cc
[756/1134] Compiling a_strnid.cc
[757/1134] Compiling a_strex.cc
[758/1134] Compiling a_object.cc
[759/1134] Compiling a_i2d_fp.cc
[760/1134] Compiling a_d2i_fp.cc
[761/1134] Compiling a_dup.cc
[762/1134] Compiling a_mbstr.cc
[763/1134] Compiling a_gentm.cc
[764/1134] Compiling a_int.cc
[765/1134] Compiling fiat_p256_adx_sqr.S
[766/1134] Compiling fiat_p256_adx_mul.S
[767/1134] Compiling a_bool.cc
[768/1134] Compiling fiat_curve25519_adx_square.S
[769/1134] Compiling md5-x86_64-linux.S
[770/1134] Compiling md5-x86_64-apple.S
[771/1134] Compiling fiat_curve25519_adx_mul.S
[772/1134] Compiling a_bitstr.cc
[773/1134] Compiling md5-586-linux.S
[774/1134] Compiling CCryptoBoringSSLShims shims.c
[774/1134] Compiling md5-586-apple.S
[776/1134] Compiling chacha20_poly1305_x86_64-apple.S
[777/1134] Compiling chacha20_poly1305_armv8-win.S
[778/1134] Compiling chacha20_poly1305_armv8-linux.S
[779/1134] Compiling chacha20_poly1305_armv8-apple.S
[780/1134] Compiling chacha20_poly1305_x86_64-linux.S
[781/1134] Compiling chacha-x86_64-linux.S
[782/1134] Compiling chacha-x86-linux.S
[783/1134] Compiling chacha-x86-apple.S
[783/1134] Compiling chacha-x86_64-apple.S
[785/1134] Compiling chacha-armv8-win.S
[786/1134] Compiling chacha-armv8-linux.S
[787/1134] Compiling err_data.cc
[788/1134] Compiling aes128gcmsiv-x86_64-linux.S
[789/1134] Compiling chacha-armv8-apple.S
[790/1134] Compiling chacha-armv4-linux.S
[791/1134] Compiling aes128gcmsiv-x86_64-apple.S
[792/1134] Compiling x86_64-mont5-apple.S
[793/1134] Compiling x86_64-mont-apple.S
[794/1134] Compiling x86_64-mont5-linux.S
[794/1134] Compiling x86-mont-linux.S
[796/1134] Compiling x86_64-mont-linux.S
[797/1134] Compiling x86-mont-apple.S
[798/1134] Compiling vpaes-x86_64-linux.S
[799/1134] Compiling vpaes-x86-linux.S
[800/1134] Compiling vpaes-x86-apple.S
[801/1134] Compiling vpaes-armv8-win.S
[802/1134] Compiling vpaes-x86_64-apple.S
[803/1134] Compiling vpaes-armv8-linux.S
[804/1134] Compiling vpaes-armv7-linux.S
[805/1134] Compiling vpaes-armv8-apple.S
[806/1134] Compiling sha512-x86_64-apple.S
[807/1134] Compiling sha512-x86_64-linux.S
[808/1134] Compiling sha512-armv8-win.S
[809/1134] Compiling sha512-armv8-apple.S
[810/1134] Compiling sha512-armv4-linux.S
[811/1134] Compiling sha512-armv8-linux.S
[812/1134] Compiling sha512-586-linux.S
[813/1134] Compiling sha512-586-apple.S
[814/1134] Compiling sha256-x86_64-apple.S
[815/1134] Compiling sha256-armv8-linux.S
[816/1134] Compiling sha256-x86_64-linux.S
[817/1134] Compiling sha256-armv8-win.S
[818/1134] Compiling sha256-586-linux.S
[819/1134] Compiling sha256-armv8-apple.S
[820/1134] Compiling sha256-armv4-linux.S
[821/1134] Compiling sha256-586-apple.S
[822/1134] Compiling sha1-x86_64-apple.S
[823/1134] Compiling sha1-armv8-win.S
[824/1134] Compiling sha1-x86_64-linux.S
[825/1134] Compiling sha1-armv8-linux.S
[826/1134] Compiling sha1-armv8-apple.S
[827/1134] Compiling sha1-armv4-large-linux.S
[828/1134] Compiling rsaz-avx2-apple.S
[829/1134] Compiling sha1-586-apple.S
[830/1134] Compiling sha1-586-linux.S
[831/1134] Compiling rdrand-x86_64-linux.S
[832/1134] Compiling rdrand-x86_64-apple.S
[833/1134] Compiling p256_beeu-x86_64-asm-linux.S
[834/1134] Compiling rsaz-avx2-linux.S
[835/1134] Compiling p256_beeu-x86_64-asm-apple.S
[836/1134] Compiling p256_beeu-armv8-asm-win.S
[837/1134] Compiling p256_beeu-armv8-asm-linux.S
[838/1134] Compiling p256_beeu-armv8-asm-apple.S
[839/1134] Compiling p256-x86_64-asm-linux.S
[840/1134] Compiling p256-x86_64-asm-apple.S
[841/1134] Compiling p256-armv8-asm-win.S
[842/1134] Compiling p256-armv8-asm-apple.S
[843/1134] Compiling ghashv8-armv8-win.S
[844/1134] Compiling p256-armv8-asm-linux.S
[845/1134] Compiling ghashv8-armv8-linux.S
[846/1134] Compiling ghashv8-armv8-apple.S
[847/1134] Compiling ghash-x86_64-linux.S
[848/1134] Compiling ghash-x86_64-apple.S
[849/1134] Compiling ghash-x86-linux.S
[850/1134] Compiling ghash-x86-apple.S
[851/1134] Compiling ghash-ssse3-x86_64-linux.S
[852/1134] Compiling ghashv8-armv7-linux.S
[853/1134] Compiling ghash-ssse3-x86-linux.S
[854/1134] Compiling ghash-neon-armv8-win.S
[855/1134] Compiling ghash-ssse3-x86_64-apple.S
[856/1134] Compiling ghash-neon-armv8-apple.S
[857/1134] Compiling ghash-neon-armv8-linux.S
[858/1134] Compiling ghash-ssse3-x86-apple.S
[859/1134] Compiling co-586-linux.S
[860/1134] Compiling ghash-armv4-linux.S
[861/1134] Compiling co-586-apple.S
[862/1134] Compiling bn-armv8-win.S
[863/1134] Compiling bsaes-armv7-linux.S
[864/1134] Compiling bn-armv8-linux.S
[865/1134] Compiling bn-586-linux.S
[866/1134] Compiling bn-armv8-apple.S
[867/1134] Compiling armv8-mont-win.S
[868/1134] Compiling bn-586-apple.S
[869/1134] Compiling armv8-mont-linux.S
[870/1134] Compiling armv4-mont-linux.S
[871/1134] Compiling armv8-mont-apple.S
[872/1134] Compiling aesv8-gcm-armv8-linux.S
[873/1134] Compiling aesv8-gcm-armv8-win.S
[874/1134] Compiling aesv8-gcm-armv8-apple.S
[875/1134] Compiling aesv8-armv8-win.S
[876/1134] Compiling aesv8-armv8-linux.S
[877/1134] Compiling aesv8-armv7-linux.S
[878/1134] Compiling aesni-x86_64-apple.S
[879/1134] Compiling aesv8-armv8-apple.S
[880/1134] Compiling aesni-x86_64-linux.S
[881/1134] Compiling aesni-x86-linux.S
[882/1134] Compiling aesni-x86-apple.S
[883/1134] Compiling aesni-gcm-x86_64-linux.S
[884/1134] Compiling aesni-gcm-x86_64-apple.S
[885/1134] Compiling aes-gcm-avx10-x86_64-linux.S
[886/1134] Compiling aes-gcm-avx10-x86_64-apple.S
[887/1134] Compiling c-nioatomics.c
[888/1134] Compiling x_x509.cc
[889/1134] Compiling x_sig.cc
[890/1134] Compiling x_val.cc
[891/1134] Compiling x_x509a.cc
[892/1134] Compiling x_spki.cc
[893/1134] Compiling x_req.cc
[894/1134] Compiling c-atomics.c
[895/1134] Compiling x_pubkey.cc
[896/1140] Compiling x_name.cc
[897/1140] Compiling x_exten.cc
[898/1140] Compiling x_algor.cc
[899/1140] Compiling x_attrib.cc
[900/1140] Compiling x_crl.cc
[901/1140] Compiling x_all.cc
[903/1140] Compiling NIOConcurrencyHelpers NIOLock.swift
[904/1140] Compiling NIOConcurrencyHelpers lock.swift
[904/1140] Compiling x509spki.cc
[906/1140] Emitting module NIOConcurrencyHelpers
[907/1140] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[908/1140] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[909/1140] Compiling NIOConcurrencyHelpers atomics.swift
[909/1141] Compiling x509rset.cc
[910/1141] Compiling x509name.cc
[912/1141] Compiling x509cset.cc
[913/1141] Compiling x509_vfy.cc
[914/1141] Compiling x509_vpm.cc
[915/1141] Compiling x509_v3.cc
[916/1141] Compiling x509_txt.cc
[917/1141] Compiling x509_trs.cc
[918/1141] Compiling x509_set.cc
[919/1141] Compiling x509_req.cc
[920/1141] Compiling x509_obj.cc
[921/1141] Compiling x509_ext.cc
[922/1141] Compiling x509_lu.cc
[923/1141] Compiling x509_def.cc
[924/1141] Compiling x509_d2.cc
[925/1141] Compiling x509_cmp.cc
[926/1141] Compiling x509_att.cc
[927/1141] Compiling v3_skey.cc
[928/1141] Compiling x509.cc
[929/1141] Compiling v3_prn.cc
[930/1141] Compiling v3_utl.cc
[931/1141] Compiling v3_purp.cc
[932/1141] Compiling v3_pmaps.cc
[933/1141] Compiling v3_pcons.cc
[934/1141] Compiling v3_ocsp.cc
[935/1141] Compiling v3_int.cc
[936/1141] Compiling v3_lib.cc
[937/1141] Compiling v3_ncons.cc
[938/1141] Compiling v3_ia5.cc
[939/1141] Compiling v3_info.cc
[940/1141] Compiling v3_genn.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_cpols.cc
[946/1141] Compiling v3_bitst.cc
[947/1141] Compiling v3_bcons.cc
[948/1141] Compiling v3_alt.cc
[949/1141] Compiling v3_akeya.cc
[950/1141] Compiling v3_akey.cc
[951/1141] Compiling t_x509a.cc
[952/1141] Compiling t_req.cc
[953/1141] Compiling t_x509.cc
[954/1141] Compiling t_crl.cc
[955/1141] Compiling rsa_pss.cc
[956/1141] Compiling i2d_pr.cc
[957/1141] Compiling policy.cc
[958/1141] Compiling name_print.cc
[959/1141] Compiling by_file.cc
[960/1141] Compiling asn1_gen.cc
[961/1141] Compiling by_dir.cc
[962/1141] Compiling algorithm.cc
[963/1141] Compiling a_sign.cc
[964/1141] Compiling a_verify.cc
[965/1141] Compiling a_digest.cc
[966/1141] Compiling voprf.cc
[967/1141] Compiling trust_token.cc
[968/1141] Compiling thread_win.cc
[969/1141] Compiling thread_pthread.cc
[970/1141] Compiling thread_none.cc
[971/1141] Compiling thread.cc
[972/1141] Compiling pmbtoken.cc
[973/1141] Compiling wots.cc
[974/1141] Compiling stack.cc
[975/1141] Compiling thash.cc
[976/1141] Compiling fors.cc
[977/1141] Compiling merkle.cc
[978/1141] Compiling slhdsa.cc
[979/1141] Compiling siphash.cc
[980/1141] Compiling sha1.cc
[981/1141] Compiling sha512.cc
[982/1141] Compiling sha256.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 rsa_crypt.cc
[988/1141] Compiling rsa_asn1.cc
[989/1141] Compiling windows.cc
[990/1141] Compiling trusty.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 getentropy.cc
[996/1141] Compiling poly1305_arm_asm.S
[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.cc
[1003/1141] Compiling poly1305_arm.cc
[1004/1141] Compiling pkcs7.cc
[1005/1141] Compiling p5_pbev2.cc
[1006/1141] Compiling pkcs8_x509.cc
[1007/1141] Compiling pkcs8.cc
[1008/1141] Compiling pkcs7_x509.cc
[1009/1141] Compiling pem_xaux.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 pem_oth.cc
[1015/1141] Compiling pem_info.cc
[1016/1141] Compiling pem_all.cc
[1017/1141] Compiling mlkem.cc
[1018/1141] Compiling pem_lib.cc
[1019/1141] Compiling obj.cc
[1020/1141] Compiling mldsa.cc
[1021/1141] Compiling mem.cc
[1022/1141] Compiling poly_rq_mul.S
[1023/1141] Compiling fips_shared_support.cc
[1024/1141] Compiling md5.cc
[1025/1141] Compiling md4.cc
[1026/1141] Compiling lhash.cc
[1027/1141] Compiling kyber.cc
[1028/1141] Compiling ex_data.cc
[1029/1141] Compiling sign.cc
[1030/1141] Compiling hrss.cc
[1031/1141] Compiling hpke.cc
[1032/1141] Compiling scrypt.cc
[1033/1141] Compiling pbkdf.cc
[1034/1141] Compiling print.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.cc
[1041/1141] Compiling p_ed25519_asn1.cc
[1042/1141] Compiling p_ec_asn1.cc
[1043/1141] Compiling p_ec.cc
[1044/1141] Compiling p_dh_asn1.cc
[1045/1141] Compiling p_dsa_asn1.cc
[1046/1141] Compiling p_dh.cc
[1047/1141] Compiling evp_ctx.cc
[1048/1141] Compiling evp_asn1.cc
[1049/1141] Compiling evp.cc
[1050/1141] Compiling engine.cc
[1051/1141] Compiling err.cc
[1052/1141] Compiling ecdh_extra.cc
[1053/1141] Compiling hash_to_curve.cc
[1054/1141] Compiling ecdsa_asn1.cc
[1055/1141] Compiling ec_derive.cc
[1056/1141] Compiling ec_asn1.cc
[1057/1141] Compiling dsa_asn1.cc
[1058/1141] Compiling dsa.cc
[1059/1141] Compiling params.cc
[1060/1141] Compiling digest_extra.cc
[1061/1141] Compiling x25519-asm-arm.S
[1062/1141] Compiling dh_asn1.cc
[1063/1141] Compiling des.cc
[1064/1141] Compiling spake25519.cc
[1065/1141] Compiling crypto.cc
[1066/1141] Compiling cpu_arm_linux.cc
[1067/1141] Compiling cpu_intel.cc
[1068/1141] Compiling cpu_arm_freebsd.cc
[1069/1141] Compiling curve25519.cc
[1070/1141] Compiling cpu_aarch64_win.cc
[1071/1141] Compiling cpu_aarch64_sysreg.cc
[1072/1141] Compiling cpu_aarch64_openbsd.cc
[1073/1141] Compiling cpu_aarch64_linux.cc
[1074/1141] Compiling cpu_aarch64_fuchsia.cc
[1075/1141] Compiling curve25519_64_adx.cc
[1076/1141] Compiling cpu_aarch64_apple.cc
[1077/1141] Compiling conf.cc
[1078/1141] Compiling tls_cbc.cc
[1079/1141] Compiling bcm.cc
[1080/1141] Compiling e_tls.cc
[1081/1141] Compiling e_null.cc
[1082/1141] Compiling e_chacha20poly1305.cc
[1083/1141] Compiling e_rc4.cc
[1084/1141] Compiling e_rc2.cc
[1085/1141] Compiling e_des.cc
[1086/1141] Compiling e_aesctrhmac.cc
[1087/1141] Compiling derive_key.cc
[1088/1141] Compiling cipher_extra.cc
[1089/1141] Compiling e_aesgcmsiv.cc
[1090/1141] Compiling unicode.cc
[1091/1141] Compiling cbs.cc
[1092/1141] Compiling chacha.cc
[1093/1141] Compiling asn1_compat.cc
[1094/1141] Compiling cbb.cc
[1095/1141] Compiling buf.cc
[1096/1141] Compiling ber.cc
[1097/1141] Compiling bn_asn1.cc
[1098/1141] Compiling printf.cc
[1099/1141] Compiling convert.cc
[1100/1141] Compiling blake2.cc
[1101/1141] Compiling file.cc
[1102/1141] Compiling pair.cc
[1103/1141] Compiling errno.cc
[1104/1141] Compiling hexdump.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_utl.cc
[1110/1141] Compiling tasn_typ.cc
[1111/1141] Compiling tasn_fre.cc
[1112/1141] Compiling tasn_enc.cc
[1113/1141] Compiling tasn_new.cc
[1114/1141] Compiling f_string.cc
[1115/1141] Compiling tasn_dec.cc
[1116/1141] Compiling asn_pack.cc
[1117/1141] Compiling asn1_par.cc
[1118/1141] Compiling posix_time.cc
[1119/1141] Compiling f_int.cc
[1120/1141] Compiling asn1_lib.cc
[1121/1141] Compiling a_utctm.cc
[1122/1141] Compiling a_strex.cc
[1123/1141] Compiling a_time.cc
[1124/1141] Compiling a_type.cc
[1125/1141] Compiling a_octet.cc
[1126/1141] Compiling a_mbstr.cc
[1127/1141] Compiling a_object.cc
[1127/1141] Compiling a_strnid.cc
[1127/1141] Write sources
[1134/1141] Compiling a_int.cc
[1135/1187] Compiling a_i2d_fp.cc
[1136/1213] Compiling a_dup.cc
[1137/1213] Compiling a_d2i_fp.cc
[1138/1213] Compiling a_bool.cc
[1139/1213] Compiling a_gentm.cc
[1140/1213] Compiling a_bitstr.cc
[1142/1283] Compiling Algorithms Rotate.swift
[1143/1283] Compiling Algorithms Split.swift
[1144/1283] Compiling Algorithms RandomSample.swift
[1145/1283] Compiling Algorithms Reductions.swift
[1146/1285] Compiling Algorithms Permutations.swift
[1147/1285] Compiling Algorithms Product.swift
[1150/1293] Compiling Atomics IntegerOperations.swift
[1151/1293] Compiling Atomics Unmanaged extensions.swift
[1152/1293] Compiling Algorithms AdjacentPairs.swift
[1153/1293] Compiling Algorithms Chain.swift
[1154/1293] Compiling Algorithms Chunked.swift
[1155/1300] Compiling Algorithms Indexed.swift
[1156/1300] Compiling Algorithms Intersperse.swift
[1157/1300] Compiling Algorithms Partition.swift
[1158/1300] Compiling Algorithms MinMax.swift
[1159/1300] Compiling Algorithms FlattenCollection.swift
[1160/1300] Compiling Algorithms Grouped.swift
[1163/1300] Emitting module BitCollections
[1164/1300] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1165/1300] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1166/1300] Compiling AsyncAlgorithms MergeStateMachine.swift
[1167/1300] Compiling AsyncAlgorithms MergeStorage.swift
[1168/1300] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1169/1300] Compiling AsyncAlgorithms Rethrow.swift
[1170/1300] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1171/1300] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1172/1300] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1173/1300] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1174/1300] Compiling AsyncAlgorithms DebounceStorage.swift
[1175/1300] Compiling AsyncAlgorithms Dictionary.swift
[1176/1300] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1177/1300] Compiling AsyncAlgorithms Locking.swift
[1178/1300] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1179/1300] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1180/1300] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1181/1300] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1182/1300] Compiling BitCollections BitSet+SetAlgebra union.swift
[1183/1300] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1184/1300] Compiling BitCollections BitSet.Counted.swift
[1185/1300] Emitting module AsyncAlgorithms
[1186/1306] Compiling CryptoBoringWrapper RandomBytes.swift
[1193/1309] Compiling Algorithms Compacted.swift
[1194/1309] Compiling Algorithms Cycle.swift
[1195/1309] Compiling Algorithms EitherSequence.swift
[1196/1309] Compiling Algorithms FirstNonNil.swift
[1197/1309] Compiling Algorithms Joined.swift
[1198/1309] Compiling Algorithms Keyed.swift
[1209/1309] Compiling Algorithms Combinations.swift
[1210/1309] Compiling Algorithms Trim.swift
[1211/1309] Compiling Algorithms Unique.swift
[1212/1309] Compiling Algorithms Windows.swift
[1213/1309] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1214/1309] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1215/1309] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1216/1309] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1217/1309] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1218/1309] Compiling BitCollections BitSet.Index.swift
[1219/1309] Compiling BitCollections BitSet._UnsafeHandle.swift
[1220/1309] Compiling BitCollections BitSet.swift
[1221/1309] Compiling BitCollections Range+Utilities.swift
[1222/1309] Compiling BitCollections Slice+Utilities.swift
[1223/1309] Compiling BitCollections UInt+Tricks.swift
[1224/1309] Compiling BitCollections _Word.swift
[1225/1309] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1226/1309] Compiling CryptoBoringWrapper EllipticCurve.swift
[1234/1310] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1235/1310] Emitting module CryptoBoringWrapper
[1236/1310] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1237/1310] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1254/1313] Emitting module Collections
[1255/1313] Compiling Collections Collections.swift
[1257/1385] Emitting module Atomics
[1258/1385] Compiling Crypto Digests.swift
[1259/1385] Compiling Crypto HashFunctions.swift
[1260/1385] Compiling Crypto HashFunctions_SHA2.swift
[1261/1385] Compiling Crypto HPKE-AEAD.swift
[1262/1385] Compiling Crypto HPKE-Ciphersuite.swift
[1263/1385] Compiling Crypto HPKE-KDF.swift
[1264/1385] Compiling Crypto PKCS8PrivateKey.swift
[1265/1385] Compiling Crypto SEC1PrivateKey.swift
[1266/1385] Compiling Crypto SubjectPublicKeyInfo.swift
[1267/1385] Compiling Crypto CryptoKitErrors.swift
[1268/1385] Compiling Crypto Digest_boring.swift
[1269/1385] Compiling Crypto Digest.swift
[1270/1385] Compiling Crypto Cipher.swift
[1271/1385] Compiling Crypto Nonces.swift
[1272/1385] Compiling Crypto ASN1.swift
[1273/1385] Compiling Crypto ASN1Any.swift
[1274/1385] Compiling Crypto ASN1BitString.swift
[1275/1385] Compiling Crypto ASN1Boolean.swift
[1276/1385] Compiling Crypto ObjectIdentifier.swift
[1277/1385] Compiling Crypto ECDSASignature.swift
[1278/1385] Compiling Crypto PEMDocument.swift
[1279/1385] Compiling Crypto AES-GCM.swift
[1280/1385] Compiling Crypto AES-GCM_boring.swift
[1281/1385] Compiling Crypto ChaChaPoly_boring.swift
[1282/1385] Compiling Crypto ChaChaPoly.swift
[1283/1385] Compiling Crypto ASN1Identifier.swift
[1284/1385] Compiling Crypto ASN1Integer.swift
[1285/1385] Compiling Crypto ASN1Null.swift
[1286/1385] Compiling Crypto ASN1OctetString.swift
[1287/1385] Compiling Crypto ASN1Strings.swift
[1288/1385] Compiling Crypto ArraySliceBigint.swift
[1289/1385] Compiling Crypto GeneralizedTime.swift
[1290/1385] Compiling Crypto Insecure.swift
[1291/1385] Compiling Crypto Insecure_HashFunctions.swift
[1292/1385] Compiling Crypto KEM.swift
[1293/1385] Compiling Crypto ECDH_boring.swift
[1294/1385] Compiling Crypto DH.swift
[1295/1385] Compiling Crypto ECDH.swift
[1316/1468] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1317/1468] Emitting module ServiceLifecycle
[1318/1469] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1319/1469] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1320/1469] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1321/1469] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1322/1469] Compiling NIOCore NIOAsyncWriter.swift
[1323/1469] Compiling NIOCore GlobalSingletons.swift
[1324/1469] Compiling NIOCore IO.swift
[1325/1469] Compiling NIOCore IOData.swift
[1326/1469] Compiling NIOCore IPProtocol.swift
[1327/1469] Compiling NIOCore IntegerBitPacking.swift
[1328/1469] Compiling NIOCore IntegerTypes.swift
[1329/1478] Compiling ServiceLifecycle CancellationWaiter.swift
[1330/1478] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1331/1478] Compiling ServiceLifecycle GracefulShutdown.swift
[1332/1478] Compiling ServiceLifecycle ServiceRunnerError.swift
[1333/1478] Emitting module Algorithms
[1334/1479] Compiling NIOCore ByteBuffer-views.swift
[1335/1479] Compiling NIOCore Channel.swift
[1336/1480] Compiling NIOCore ChannelHandler.swift
[1337/1480] Compiling NIOCore ChannelHandlers.swift
[1339/1480] Compiling NIOCore MarkedCircularBuffer.swift
[1340/1480] Compiling NIOCore MulticastChannel.swift
[1341/1480] Compiling NIOCore NIOAny.swift
[1342/1480] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1343/1480] Compiling NIOCore NIOLoopBound.swift
[1344/1480] Compiling NIOCore NIOScheduledCallback.swift
[1345/1480] Compiling NIOCore NIOSendable.swift
[1346/1480] Compiling NIOCore RecvByteBufferAllocator.swift
[1347/1480] Compiling Crypto ECDSA.swift
[1348/1480] Compiling Crypto Ed25519.swift
[1349/1480] Compiling Crypto HKDF.swift
[1350/1480] Compiling Crypto AESWrap.swift
[1351/1480] Compiling Crypto AESWrap_boring.swift
[1352/1480] Compiling Crypto Ed25519_boring.swift
[1353/1480] Compiling Crypto NISTCurvesKeys_boring.swift
[1354/1480] Compiling Crypto X25519Keys_boring.swift
[1355/1480] Compiling Crypto Curve25519.swift
[1356/1480] Compiling Crypto Ed25519Keys.swift
[1357/1480] Compiling Crypto NISTCurvesKeys.swift
[1358/1480] Compiling Crypto X25519Keys.swift
[1359/1480] Emitting module Crypto
[1360/1480] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1361/1480] Compiling NIOCore ConvenienceOptionSupport.swift
[1362/1480] Compiling NIOCore DeadChannel.swift
[1363/1480] Compiling NIOCore DispatchQueue+WithFuture.swift
[1364/1480] Compiling NIOCore EventLoop+Deprecated.swift
[1365/1480] Compiling NIOCore EventLoop+SerialExecutor.swift
[1366/1480] Compiling NIOCore AddressedEnvelope.swift
[1367/1480] Compiling NIOCore AsyncAwaitSupport.swift
[1368/1480] Compiling NIOCore AsyncChannel.swift
[1369/1480] Compiling NIOCore AsyncChannelHandler.swift
[1370/1480] Compiling NIOCore AsyncChannelInboundStream.swift
[1371/1480] Compiling ServiceLifecycle Service.swift
[1372/1480] Compiling ServiceLifecycle ServiceGroup.swift
[1373/1481] Compiling NIOCore ByteBuffer-multi-int.swift
[1374/1481] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1375/1481] Compiling NIOCore Interfaces.swift
[1376/1481] Compiling NIOCore Linux.swift
[1377/1481] Compiling NIOCore EventLoop.swift
[1378/1481] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1379/1481] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1380/1481] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1381/1481] Compiling NIOCore EventLoopFuture.swift
[1382/1481] Compiling NIOCore FileDescriptor.swift
[1383/1481] Compiling NIOCore FileHandle.swift
[1384/1481] Compiling NIOCore FileRegion.swift
[1386/1481] Emitting module _ConnectionPoolModule
[1395/1481] Compiling NIOCore ChannelInvoker.swift
[1396/1481] Compiling NIOCore ChannelOption.swift
[1397/1481] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1398/1481] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1399/1489] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1400/1489] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1401/1489] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1423/1490] Compiling NIOCore ByteBuffer-conversions.swift
[1424/1490] Compiling NIOCore ByteBuffer-core.swift
[1425/1490] Compiling NIOCore ByteBuffer-hex.swift
[1426/1490] Compiling NIOCore ByteBuffer-int.swift
[1427/1490] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1428/1490] Compiling NIOCore ChannelPipeline.swift
[1429/1490] Compiling NIOCore CircularBuffer.swift
[1430/1490] Compiling NIOCore Codec.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
[1449/1491] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1450/1491] Compiling NIOCore SocketAddresses.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] Emitting module NIOEmbedded
[1494/1543] Compiling NIOEmbedded AsyncTestingChannel.swift
[1495/1543] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1496/1543] Compiling NIOEmbedded Embedded.swift
[1498/1544] Emitting module NIOPosix
[1499/1550] Compiling NIOPosix SelectableChannel.swift
[1500/1550] Compiling NIOPosix SelectableEventLoop.swift
[1501/1550] Compiling NIOPosix SelectorEpoll.swift
[1502/1550] Compiling NIOPosix SelectorGeneric.swift
[1503/1550] Compiling NIOPosix SelectorKqueue.swift
[1504/1550] Compiling NIOPosix SelectorUring.swift
[1505/1550] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1506/1550] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1507/1550] Compiling NIOPosix PosixSingletons.swift
[1508/1550] Compiling NIOPosix RawSocketBootstrap.swift
[1509/1550] Compiling NIOPosix Resolver.swift
[1510/1550] Compiling NIOPosix Selectable.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 ThreadPosix.swift
[1518/1550] Compiling NIOPosix ThreadWindows.swift
[1519/1550] Compiling NIOPosix UnsafeTransfer.swift
[1520/1550] Compiling NIOPosix Utilities.swift
[1521/1550] Compiling NIOPosix VsockAddress.swift
[1522/1550] Compiling NIOPosix VsockChannelEvents.swift
[1523/1550] Compiling NIOPosix BSDSocketAPICommon.swift
[1524/1550] Compiling NIOPosix BSDSocketAPIPosix.swift
[1525/1550] Compiling NIOPosix BSDSocketAPIWindows.swift
[1526/1550] Compiling NIOPosix BaseSocket.swift
[1527/1550] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1528/1550] Compiling NIOPosix BaseSocketChannel.swift
[1529/1550] Compiling NIOPosix BaseStreamSocketChannel.swift
[1530/1550] Compiling NIOPosix Bootstrap.swift
[1531/1550] Compiling NIOPosix ControlMessage.swift
[1532/1550] Compiling NIOPosix DatagramVectorReadManager.swift
[1533/1550] Compiling NIOPosix Errors+Any.swift
[1534/1550] Compiling NIOPosix FileDescriptor.swift
[1535/1550] Compiling NIOPosix GetaddrinfoResolver.swift
[1536/1550] Compiling NIOPosix HappyEyeballs.swift
[1537/1550] Compiling NIOPosix IO.swift
[1538/1550] Compiling NIOPosix IntegerBitPacking.swift
[1539/1550] Compiling NIOPosix IntegerTypes.swift
[1540/1550] Compiling NIOPosix Linux.swift
[1541/1550] Compiling NIOPosix LinuxCPUSet.swift
[1542/1550] Compiling NIOPosix LinuxUring.swift
[1543/1550] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1544/1550] Compiling NIOPosix NIOThreadPool.swift
[1545/1550] Compiling NIOPosix NonBlockingFileIO.swift
[1546/1550] Compiling NIOPosix PendingDatagramWritesManager.swift
[1547/1550] Compiling NIOPosix PendingWritesManager.swift
[1548/1550] Compiling NIOPosix PipeChannel.swift
[1549/1550] Compiling NIOPosix PipePair.swift
[1550/1550] Compiling NIOPosix Pool.swift
[1552/1575] Emitting module NIO
[1553/1575] Compiling NIO Exports.swift
[1555/1576] Compiling AsyncKit ConnectionPoolError.swift
[1556/1576] Compiling AsyncKit ConnectionPoolItem.swift
[1557/1576] Compiling AsyncKit ConnectionPoolSource.swift
[1558/1578] Compiling AsyncKit EventLoop+Flatten.swift
[1559/1578] Compiling AsyncKit EventLoop+Future.swift
[1560/1578] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1561/1578] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1562/1578] Compiling AsyncKit Collection+Flatten.swift
[1563/1578] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1564/1578] Compiling AsyncKit Future+Miscellaneous.swift
[1565/1578] Compiling AsyncKit Future+Nonempty.swift
[1566/1578] Compiling AsyncKit Future+Optional.swift
[1567/1578] Compiling AsyncKit Future+Transform.swift
[1568/1578] Compiling AsyncKit Future+Try.swift
[1569/1578] Compiling AsyncKit FutureOperators.swift
[1570/1578] Compiling AsyncKit EventLoopConnectionPool.swift
[1571/1578] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1572/1578] Compiling AsyncKit EventLoop+Concurrency.swift
[1573/1578] Compiling AsyncKit Optional+StrictMap.swift
[1574/1578] Compiling AsyncKit Exports.swift
[1575/1681] Compiling NIOTLS TLSEvents.swift
[1576/1681] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1577/1681] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1578/1681] Emitting module NIOTLS
[1579/1681] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1580/1681] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1581/1681] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1582/1681] Emitting module AsyncKit
[1583/1681] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1584/1681] Compiling NIOTLS SNIHandler.swift
[1586/1682] Emitting module NIOFoundationCompat
[1587/1682] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1588/1682] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1589/1682] Compiling SQLKit SQLColumnAssignment.swift
[1590/1682] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1591/1682] Compiling SQLKit SQLColumnDefinition.swift
[1592/1682] Compiling SQLKit SQLCommonTableExpression.swift
[1593/1682] Compiling SQLKit SQLConflictAction.swift
[1594/1682] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1595/1682] Compiling SQLKit SQLDropBehaviour.swift
[1596/1682] Compiling SQLKit SQLEnumDataType.swift
[1597/1682] Compiling SQLKit SQLExcludedColumn.swift
[1598/1682] Compiling SQLKit SQLForeignKey.swift
[1599/1682] Compiling SQLKit SQLJoin.swift
[1600/1682] Compiling SQLKit SQLJoinMethod.swift
[1602/1724] Compiling NIOSSL SSLCertificate.swift
[1603/1724] Compiling NIOSSL SSLCertificateExtensions.swift
[1604/1724] Compiling NIOSSL SSLConnection.swift
[1605/1724] Compiling NIOSSL SSLContext.swift
[1606/1724] Compiling NIOSSL LinuxCABundle.swift
[1607/1724] Compiling NIOSSL NIOSSLClientHandler.swift
[1608/1724] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1609/1724] Compiling NIOSSL NIOSSLHandler.swift
[1610/1724] Compiling NIOSSL SSLErrors.swift
[1611/1724] Compiling NIOSSL SSLInit.swift
[1612/1724] Compiling NIOSSL SSLPKCS12Bundle.swift
[1613/1724] Compiling NIOSSL SSLPrivateKey.swift
[1614/1724] Compiling NIOSSL AndroidCABundle.swift
[1615/1724] Compiling SQLKit SQLDropIndex.swift
[1616/1724] Compiling SQLKit SQLDropTable.swift
[1617/1724] Compiling SQLKit SQLDropTrigger.swift
[1618/1724] Compiling SQLKit SQLInsert.swift
[1619/1724] Compiling SQLKit SQLSelect.swift
[1620/1724] Compiling SQLKit SQLUnion.swift
[1621/1724] Compiling SQLKit SQLUpdate.swift
[1622/1724] Compiling SQLKit SQLExpression.swift
[1623/1724] Compiling SQLKit SQLSerializer.swift
[1624/1724] Compiling SQLKit SQLStatement.swift
[1625/1724] Compiling SQLKit SQLBinaryExpression.swift
[1626/1724] Compiling SQLKit SQLBinaryOperator.swift
[1627/1724] Compiling SQLKit SQLBind.swift
[1628/1724] Compiling SQLKit SQLLockingClause.swift
[1629/1724] Compiling SQLKit SQLOrderBy.swift
[1630/1724] Compiling SQLKit SQLReturning.swift
[1631/1724] Compiling SQLKit SQLSubquery.swift
[1632/1724] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1633/1724] Compiling SQLKit SQLAlterEnum.swift
[1634/1724] Compiling SQLKit SQLAlterTable.swift
[1635/1724] Compiling SQLKit SQLCreateEnum.swift
[1636/1724] Compiling SQLKit SQLCreateIndex.swift
[1637/1724] Compiling SQLKit SQLCreateTable.swift
[1638/1724] Compiling SQLKit SQLCreateTrigger.swift
[1639/1724] Compiling SQLKit SQLDelete.swift
[1640/1724] Compiling SQLKit SQLDropEnum.swift
[1641/1746] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1642/1746] Compiling NIOSSL SubjectAlternativeName.swift
[1643/1746] Compiling SQLKit SQLAlias.swift
[1644/1746] Compiling SQLKit SQLBetween.swift
[1645/1746] Compiling SQLKit SQLColumn.swift
[1646/1746] Compiling SQLKit SQLConstraint.swift
[1647/1746] Compiling SQLKit SQLDataType.swift
[1648/1746] Compiling SQLKit SQLDirection.swift
[1649/1746] Compiling SQLKit SQLDistinct.swift
[1650/1746] Compiling SQLKit SQLForeignKeyAction.swift
[1651/1746] Compiling SQLKit SQLNestedSubpathExpression.swift
[1652/1746] Compiling SQLKit SQLQualifiedTable.swift
[1653/1746] Compiling SQLKit SQLQueryString.swift
[1654/1746] Emitting module NIOTransportServices
[1655/1748] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1656/1748] Compiling NIOTransportServices NIOTSErrors.swift
[1657/1748] Compiling NIOTransportServices NIOTSEventLoop.swift
[1658/1748] Compiling NIOTransportServices StateManagedChannel.swift
[1659/1748] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1660/1748] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1661/1748] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1662/1748] Compiling NIOTransportServices NIOTSSingletons.swift
[1663/1748] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1664/1748] Compiling NIOTransportServices NIOTSBootstraps.swift
[1665/1748] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1666/1748] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1667/1748] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1668/1748] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1669/1748] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1670/1748] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1671/1748] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1672/1748] Emitting module SQLKit
[1673/1748] Compiling SQLKit SQLPredicateBuilder.swift
[1674/1748] Compiling SQLKit SQLQueryBuilder.swift
[1675/1748] Compiling SQLKit SQLQueryFetcher.swift
[1676/1748] Compiling SQLKit SQLReturningBuilder.swift
[1677/1748] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1678/1748] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1679/1748] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1680/1748] Compiling SQLKit SQLDatabase.swift
[1681/1748] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1682/1748] Compiling SQLKit SQLDialect.swift
[1683/1748] Compiling SQLKit SQLDatabase+Deprecated.swift
[1684/1748] Compiling SQLKit SQLError.swift
[1685/1748] Compiling SQLKit SQLExpressions+Deprecated.swift
[1696/1748] Compiling NIOSSL Zeroization.swift
[1697/1748] Compiling NIOSSL SSLPublicKey.swift
[1698/1748] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1699/1748] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1700/1748] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1701/1748] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1702/1748] Compiling NIOTransportServices AcceptHandler.swift
[1703/1748] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1704/1748] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1706/1749] Compiling SQLKit SQLFunction.swift
[1707/1749] Compiling SQLKit SQLGroupExpression.swift
[1708/1749] Compiling SQLKit SQLIdentifier.swift
[1709/1749] Compiling SQLKit SQLList.swift
[1710/1749] Compiling SQLKit SQLLiteral.swift
[1711/1749] Compiling SQLKit SQLRaw.swift
[1712/1749] Compiling SQLKit SQLCodingUtilities.swift
[1713/1749] Compiling SQLKit SQLQueryEncoder.swift
[1714/1749] Compiling SQLKit SQLRow.swift
[1715/1749] Compiling SQLKit SQLRowDecoder.swift
[1716/1749] Compiling SQLKit SomeCodingKey.swift
[1717/1749] Compiling SQLKit StringHandling.swift
[1726/1753] Emitting module NIOSSL
[1728/1840] Compiling FluentKit OptionalParent+Concurrency.swift
[1729/1840] Compiling FluentKit Parent+Concurrency.swift
[1730/1840] Compiling FluentKit QueryBuilder+Concurrency.swift
[1731/1840] Compiling FluentKit Relation+Concurrency.swift
[1732/1840] Compiling FluentKit ModelMiddleware.swift
[1733/1840] Compiling FluentKit ModelResponder.swift
[1734/1840] Compiling FluentKit Migration.swift
[1735/1840] Compiling FluentKit MigrationLog.swift
[1736/1840] Compiling FluentKit AsyncMigration.swift
[1737/1840] Compiling FluentKit AsyncModelMiddleware.swift
[1738/1840] Compiling FluentKit Children+Concurrency.swift
[1739/1840] Compiling FluentKit Database+Concurrency.swift
[1740/1840] Compiling FluentKit EnumBuilder+Concurrency.swift
[1741/1840] Compiling FluentKit Model+Concurrency.swift
[1742/1840] Compiling FluentKit ModelResponder+Concurrency.swift
[1743/1840] Compiling FluentKit OptionalChild+Concurrency.swift
[1744/1840] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1745/1840] Compiling FluentKit OptionalEnumProperty.swift
[1746/1840] Compiling FluentKit Exports.swift
[1747/1840] Compiling FluentKit FluentError.swift
[1748/1840] Compiling FluentKit DatabaseID.swift
[1749/1840] Compiling FluentKit DatabaseInput.swift
[1750/1840] Compiling FluentKit DatabaseOutput.swift
[1752/1841] Emitting module FluentKit
[1753/1956] Compiling PostgresNIO CloseStateMachine.swift
[1754/1956] Compiling PostgresNIO ConnectionStateMachine.swift
[1755/1956] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1756/1956] Compiling PostgresNIO ListenStateMachine.swift
[1757/1956] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1758/1956] Compiling PostgresNIO RowStreamStateMachine.swift
[1759/1956] Compiling PostgresNIO Array+PostgresCodable.swift
[1760/1956] Compiling PostgresNIO PostgresMessage+Execute.swift
[1761/1956] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1762/1956] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1763/1956] Compiling PostgresNIO PostgresMessage+Parse.swift
[1764/1956] Compiling PostgresNIO PostgresMessage+Password.swift
[1765/1956] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1766/1956] Compiling PostgresNIO PostgresMessage+Describe.swift
[1767/1956] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1768/1956] Compiling PostgresNIO PostgresConnection.swift
[1769/1956] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1770/1956] Compiling PostgresNIO PostgresData+Array.swift
[1771/1956] Compiling PostgresNIO PostgresData+Bool.swift
[1772/1956] Compiling PostgresNIO PostgresData+Bytes.swift
[1773/1956] Compiling PostgresNIO PostgresData+Date.swift
[1774/1956] Compiling PostgresNIO PostgresData+Decimal.swift
[1775/1956] Compiling PostgresNIO PostgresData+Double.swift
[1776/1956] Compiling PostgresNIO PostgresData+Float.swift
[1777/1956] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1778/1956] Compiling PostgresNIO PostgresData+Set.swift
[1779/1956] Compiling PostgresNIO PostgresData+String.swift
[1780/1956] Compiling PostgresNIO PostgresData+UUID.swift
[1781/1956] Compiling PostgresNIO PostgresData.swift
[1782/1956] Compiling PostgresNIO PostgresDataConvertible.swift
[1783/1956] Compiling PostgresNIO PostgresDataType.swift
[1784/1956] Compiling PostgresNIO PostgresRow.swift
[1785/1956] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1786/1956] Compiling PostgresNIO PostgresData+UInt.swift
[1787/1956] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1788/1956] Compiling PostgresNIO PostgresMessage+Bind.swift
[1789/1956] Compiling PostgresNIO PostgresMessage+Close.swift
[1790/1956] Compiling PostgresNIO BackendKeyData.swift
[1791/1956] Compiling PostgresNIO DataRow.swift
[1792/1956] Compiling PostgresNIO ErrorResponse.swift
[1793/1956] Compiling PostgresNIO NotificationResponse.swift
[1794/1956] Compiling PostgresNIO ParameterDescription.swift
[1795/1956] Compiling PostgresNIO ParameterStatus.swift
[1796/1956] Compiling PostgresNIO ReadyForQuery.swift
[1797/1956] Compiling PostgresNIO RowDescription.swift
[1798/1956] Compiling PostgresNIO NotificationListener.swift
[1799/1956] Compiling PostgresNIO PSQLError.swift
[1800/1956] Compiling PostgresNIO PSQLEventsHandler.swift
[1801/1956] Compiling PostgresNIO PSQLPreparedStatement.swift
[1802/1956] Compiling PostgresNIO PSQLRowStream.swift
[1803/1956] Compiling PostgresNIO PSQLTask.swift
[1804/1956] Compiling PostgresNIO PostgresBackendMessage.swift
[1805/1956] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1806/1956] Compiling PostgresNIO PostgresCell.swift
[1807/1956] Compiling PostgresNIO PostgresChannelHandler.swift
[1808/1956] Compiling PostgresNIO PostgresCodable.swift
[1809/1956] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1810/1956] Compiling PostgresNIO PostgresNotificationSequence.swift
[1811/1956] Compiling PostgresNIO PostgresQuery.swift
[1812/1956] Compiling PostgresNIO PostgresRowSequence.swift
[1813/1956] Compiling PostgresNIO PostgresTransactionError.swift
[1814/1956] Compiling PostgresNIO PostgresData+Int.swift
[1815/1956] Compiling PostgresNIO PostgresData+JSON.swift
[1816/1956] Compiling PostgresNIO PostgresData+JSONB.swift
[1817/1956] Compiling PostgresNIO PostgresData+Numeric.swift
[1818/1956] Compiling PostgresNIO PostgresData+Optional.swift
[1819/1956] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1820/1956] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1821/1956] Compiling PostgresNIO PostgresMessage+Error.swift
[1822/1956] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1823/1956] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1824/1956] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1825/1956] Compiling PostgresNIO PostgresMessageType.swift
[1826/1956] Compiling PostgresNIO AuthenticationStateMachine.swift
[1827/1956] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1828/1956] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1829/1956] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1830/1956] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1831/1956] Compiling PostgresNIO PostgresMessage+Startup.swift
[1832/1956] Compiling PostgresNIO PostgresMessage+Sync.swift
[1833/1956] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1834/1956] Compiling PostgresNIO PostgresMessageDecoder.swift
[1835/1956] Compiling PostgresNIO PostgresMessageEncoder.swift
[1836/1956] Compiling PostgresNIO PostgresMessage+0.swift
[1837/1956] Compiling PostgresNIO Bool+PostgresCodable.swift
[1838/1956] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1839/1956] Compiling PostgresNIO Date+PostgresCodable.swift
[1840/1956] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1841/1956] Compiling PostgresNIO Float+PostgresCodable.swift
[1842/1956] Compiling PostgresNIO Int+PostgresCodable.swift
[1843/1956] Compiling PostgresNIO JSON+PostgresCodable.swift
[1844/1956] Compiling PostgresNIO Range+PostgresCodable.swift
[1845/1956] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1846/1956] Compiling PostgresNIO String+PostgresCodable.swift
[1847/1956] Compiling PostgresNIO UUID+PostgresCodable.swift
[1848/1956] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1849/1956] Compiling PostgresNIO Logging+PSQL.swift
[1850/1956] Compiling PostgresNIO Authentication.swift
[1898/1983] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1899/1984] Emitting module PostgresNIO
[1915/1984] Emitting module FluentSQL
[1916/1984] Compiling FluentSQL ConverterUtilities.swift
[1917/1984] Compiling FluentSQL DatabaseQuery+SQL.swift
[1949/1984] Compiling FluentSQL DatabaseSchema+SQL.swift
[1950/1984] Compiling FluentSQL Exports.swift
[1951/1984] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1952/1984] Compiling FluentSQL SQLDatabase+Model.swift
[1953/1984] Compiling FluentSQL SQLQueryConverter.swift
[1954/1984] Compiling FluentSQL SQLSchemaConverter.swift
[1955/1984] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1956/1984] Compiling FluentSQL SQLList+Deprecated.swift
[1968/1985] Compiling PostgresNIO PreparedStatement.swift
[1969/1985] Compiling PostgresNIO VariadicGenerics.swift
[1970/1985] Compiling PostgresNIO ConnectionFactory.swift
[1971/1985] Compiling PostgresNIO PostgresClient.swift
[1972/1985] Compiling PostgresNIO PostgresClientMetrics.swift
[1973/1985] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1974/1985] Compiling PostgresNIO PostgresDatabase+Query.swift
[1975/1985] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1976/1985] Compiling PostgresNIO PostgresDatabase.swift
[1977/1985] Compiling PostgresNIO PostgresRequest.swift
[1978/1985] Compiling PostgresNIO Exports.swift
[1979/1985] Compiling PostgresNIO NIOUtils.swift
[1980/1985] Compiling PostgresNIO PostgresError+Code.swift
[1981/1985] Compiling PostgresNIO PostgresError.swift
[1982/1985] Compiling PostgresNIO PostgresJSONDecoder.swift
[1983/1985] Compiling PostgresNIO PostgresJSONEncoder.swift
[1984/1985] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1985/1985] Compiling PostgresNIO SASLAuthenticationManager.swift
[1987/2000] Compiling PostgresKit PostgresRow+SQL.swift
[1988/2001] Compiling PostgresKit PostgresDatabase+SQL.swift
[1989/2001] Compiling PostgresKit PostgresDialect.swift
[1990/2001] Compiling PostgresKit SQLPostgresConfiguration.swift
[1991/2001] Emitting module PostgresKit
[1992/2001] Compiling PostgresKit PostgresDataDecoder.swift
[1993/2001] Compiling PostgresKit PostgresDataEncoder.swift
[1994/2001] Compiling PostgresKit PostgresConfiguration.swift
[1995/2001] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[1996/2001] Compiling PostgresKit ConnectionPool+Postgres.swift
[1997/2001] Compiling PostgresKit PostgresColumnType.swift
[1998/2001] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1999/2001] Compiling PostgresKit Exports.swift
[2000/2001] Compiling PostgresKit PostgresConnectionSource.swift
[2001/2001] Compiling PostgresKit PostgresDataTranslation.swift
[2003/2011] Compiling FluentPostgresDriver PostgresError+Database.swift
[2004/2012] Compiling FluentPostgresDriver Exports.swift
[2005/2012] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2006/2012] Emitting module FluentPostgresDriver
[2007/2012] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2008/2012] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2009/2012] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2010/2012] Compiling FluentPostgresDriver FluentPostgresConfiguration.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] Compiling FluentPostGIS GeometryConvertible.swift
[2018/2044] Compiling FluentPostGIS QueryBuilder+Contains.swift
[2019/2044] Compiling FluentPostGIS QueryBuilder+Crosses.swift
[2020/2044] Compiling FluentPostGIS QueryBuilder+Disjoint.swift
[2021/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 |
[2022/2044] Compiling FluentPostGIS DatabaseSchemaDataType+Geographic.swift
[2023/2044] Compiling FluentPostGIS GeographicGeometryCollection2D.swift
[2024/2044] Compiling FluentPostGIS GeographicLineString2D.swift
[2025/2044] Compiling FluentPostGIS GeographicMultiLineString2D.swift
[2026/2044] Compiling FluentPostGIS DatabaseSchemaDataType+Geometric.swift
[2027/2044] Compiling FluentPostGIS GeometricGeometryCollection2D.swift
[2028/2044] Compiling FluentPostGIS GeometricLineString2D.swift
[2029/2044] Compiling FluentPostGIS GeometricMultiLineString2D.swift
[2030/2044] Compiling FluentPostGIS QueryBuilder+Distance.swift
[2031/2044] Compiling FluentPostGIS QueryBuilder+DistanceWithin.swift
[2032/2044] Compiling FluentPostGIS QueryBuilder+Equals.swift
[2033/2044] Compiling FluentPostGIS QueryBuilder+Helpers.swift
[2034/2044] Compiling FluentPostGIS GeographicMultiPoint2D.swift
[2035/2044] Compiling FluentPostGIS GeographicMultiPolygon2D.swift
[2036/2044] Compiling FluentPostGIS GeographicPoint2D.swift
[2037/2044] Compiling FluentPostGIS GeographicPolygon2D.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! (350.73s)
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.