Build Information
Successful build of fluent-postgres-driver, reference 2.10.1 (095bc5
), with Swift 6.0 for Linux on 13 Apr 2025 16:15:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-postgres-driver.git
Reference: 2.10.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/fluent-postgres-driver
* tag 2.10.1 -> FETCH_HEAD
HEAD is now at 095bc5a Some minor cleanup (#224)
Cloned https://github.com/vapor/fluent-postgres-driver.git
Revision (git rev-parse @):
095bc5a17ab3363167f4becb270b6f8eb790481c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-postgres-driver.git at 2.10.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/vapor/fluent-postgres-driver.git
https://github.com/vapor/fluent-postgres-driver.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" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit.git"
}
],
"manifest_display_name" : "fluent-postgres-driver",
"name" : "fluent-postgres-driver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentPostgresDriver",
"targets" : [
"FluentPostgresDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentPostgresDriverTests",
"module_type" : "SwiftTarget",
"name" : "FluentPostgresDriverTests",
"path" : "Tests/FluentPostgresDriverTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentPostgresDriverTests.swift",
"FluentPostgresTransactionControlTests.swift"
],
"target_dependencies" : [
"FluentPostgresDriver"
],
"type" : "test"
},
{
"c99name" : "FluentPostgresDriver",
"module_type" : "SwiftTarget",
"name" : "FluentPostgresDriver",
"path" : "Sources/FluentPostgresDriver",
"product_dependencies" : [
"FluentKit",
"FluentSQL",
"PostgresKit"
],
"product_memberships" : [
"FluentPostgresDriver"
],
"sources" : [
"DatabaseID+PostgreSQL.swift",
"Deprecations/FluentPostgresConfiguration+Deprecated.swift",
"Exports.swift",
"FluentPostgresConfiguration.swift",
"FluentPostgresDatabase.swift",
"FluentPostgresDriver.swift",
"PostgresConverterDelegate.swift",
"PostgresError+Database.swift",
"PostgresRow+Database.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/vapor/fluent-kit.git
[1/5355] Fetching postgres-kit
[3911/18534] Fetching postgres-kit, fluent-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.90s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.90s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (1.08s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2370] Fetching async-kit
[2371/8250] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.41s)
[5880/5880] Fetching sql-kit
[5881/17932] Fetching sql-kit, postgres-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.96s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.96s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.56s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/5863] Fetching swift-algorithms
[119/9688] Fetching swift-algorithms, swift-log
[2092/25678] Fetching swift-algorithms, swift-log, swift-collections
[13367/100808] Fetching swift-algorithms, swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
[4910/91120] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (7.76s)
Fetched https://github.com/apple/swift-nio.git from cache (7.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.14s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.34s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.0 (1.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.52s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[530/5929] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.39s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.97s)
Fetching https://github.com/apple/swift-nio-transport-services.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-ssl.git
[1/2363] Fetching swift-service-lifecycle
[545/4534] Fetching swift-service-lifecycle, swift-metrics
[884/7052] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services
[5460/20736] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services, swift-crypto
[6547/35489] Fetching swift-service-lifecycle, swift-metrics, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
[7610/33318] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.90s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.27s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.28s)
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 (1.11s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4956] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (1.13s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.03s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.03s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.51s)
Fetching https://github.com/apple/swift-asn1.git
[1/1560] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.99s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
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/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.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.23.1
Building for debugging...
[0/810] Write sources
[34/810] Compiling CNIOWindows shim.c
[35/810] Compiling _NumericsShims _NumericsShims.c
[35/810] Compiling _AtomicsShims.c
[37/810] Compiling CNIOWindows WSAStartup.c
[37/810] Compiling CNIOWASI CNIOWASI.c
[39/810] Compiling CNIOLinux liburing_shims.c
[40/810] Compiling CNIODarwin shim.c
[41/810] Compiling fiat_curve25519_adx_square.S
[42/810] Compiling fiat_p256_adx_mul.S
[43/810] Compiling fiat_p256_adx_sqr.S
[44/810] Compiling fiat_curve25519_adx_mul.S
[45/810] Compiling CNIOLinux shim.c
[46/810] Write swift-version-24593BA9C3E375BF.txt
[47/810] Compiling CNIOBoringSSLShims shims.c
[48/814] Compiling tls_method.cc
[49/814] Compiling tls_record.cc
[50/814] Compiling tls13_both.cc
[51/814] Compiling tls13_server.cc
[52/814] Compiling t1_enc.cc
[53/816] Compiling tls13_enc.cc
[54/818] Compiling tls13_client.cc
[56/854] Emitting module _NIOBase64
[57/854] Emitting module CoreMetrics
[58/854] Emitting module InternalCollectionsUtilities
[58/856] Compiling ssl_x509.cc
[59/856] Compiling ssl_versions.cc
[60/856] Compiling ssl_transcript.cc
[62/856] Compiling RealModule Real.swift
[63/857] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/857] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/857] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/857] Compiling InternalCollectionsUtilities Specialize.swift
[67/857] Compiling InternalCollectionsUtilities Debugging.swift
[68/857] Compiling InternalCollectionsUtilities Descriptions.swift
[69/857] Compiling RealModule ElementaryFunctions.swift
[70/857] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/857] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/857] Compiling _NIOBase64 Base64.swift
[73/857] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/857] Compiling InternalCollectionsUtilities Integer rank.swift
[75/857] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/858] Compiling RealModule Float+Real.swift
[77/858] Compiling ConcurrencyHelpers LockedValueBox.swift
[78/858] Compiling _NIODataStructures PriorityQueue.swift
[79/858] Compiling _NIODataStructures _TinyArray.swift
[80/858] Emitting module RealModule
[83/858] Compiling RealModule Float16+Real.swift
[85/858] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[86/858] Compiling RealModule Float80+Real.swift
[87/858] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/858] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/858] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/858] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/858] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[93/858] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[95/859] Compiling CoreMetrics Metrics.swift
[97/859] Compiling RealModule RealFunctions.swift
[99/913] Emitting module Logging
[100/919] Compiling Logging MetadataProvider.swift
[101/928] Emitting module _NIODataStructures
[102/928] Compiling _NIODataStructures Heap.swift
[103/929] Compiling CoreMetrics Locks.swift
[104/929] Emitting module ConcurrencyHelpers
[105/930] Compiling ConcurrencyHelpers Lock.swift
[106/931] Compiling Logging LogHandler.swift
[107/931] Compiling Logging Locks.swift
[108/931] Compiling Logging Logging.swift
[112/938] Compiling ssl_stat.cc
[113/1026] Compiling ssl_session.cc
[115/1063] Compiling HeapModule _HeapNode.swift
[116/1068] Compiling HeapModule Heap.swift
[116/1075] Compiling ssl_privkey.cc
[118/1075] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[119/1075] Compiling HeapModule Heap+Invariants.swift
[120/1075] Compiling HeapModule Heap+Descriptions.swift
[121/1075] Compiling HeapModule Heap+UnsafeHandle.swift
[122/1075] Emitting module HeapModule
[123/1076] Emitting module UnixSignals
[125/1091] Compiling UnixSignals UnixSignal.swift
[126/1091] Compiling UnixSignals UnixSignalsSequence.swift
[127/1092] Compiling HashTreeCollections _HashStack.swift
[128/1092] Compiling HashTreeCollections _HashTreeIterator.swift
[129/1092] Compiling HashTreeCollections _HashTreeStatistics.swift
[130/1092] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[131/1092] Compiling HashTreeCollections _RawHashNode.swift
[132/1092] Compiling HashTreeCollections _UnmanagedHashNode.swift
[133/1092] Compiling HashTreeCollections _UnsafePath.swift
[134/1099] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[135/1099] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[136/1099] Compiling HashTreeCollections TreeDictionary+Keys.swift
[137/1099] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[138/1099] Compiling HashTreeCollections TreeDictionary+Merge.swift
[139/1099] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[140/1099] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[141/1099] Compiling DequeModule Deque+CustomReflectable.swift
[142/1099] Compiling DequeModule Deque+Descriptions.swift
[144/1101] Compiling DequeModule _DequeBuffer.swift
[145/1101] Compiling DequeModule _DequeBufferHeader.swift
[146/1101] Compiling DequeModule Deque+Equatable.swift
[147/1101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[148/1101] Compiling HashTreeCollections TreeSet+Hashable.swift
[149/1101] Compiling HashTreeCollections TreeSet+Sendable.swift
[150/1101] Compiling HashTreeCollections TreeSet+Sequence.swift
[151/1101] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[152/1101] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[153/1101] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[154/1101] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[155/1101] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[156/1101] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[157/1101] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[158/1101] Compiling HashTreeCollections _HashNode+Structural union.swift
[159/1101] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[160/1101] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[161/1101] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[162/1101] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[163/1101] Compiling HashTreeCollections _HashNode.swift
[164/1101] Compiling HashTreeCollections _HashNodeHeader.swift
[165/1101] Compiling HashTreeCollections _HashSlot.swift
[166/1101] Compiling HashTreeCollections TreeDictionary+Codable.swift
[167/1101] Compiling HashTreeCollections TreeDictionary+Collection.swift
[168/1101] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[169/1101] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[170/1101] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[171/1101] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[172/1101] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[173/1101] Compiling HashTreeCollections TreeDictionary+Filter.swift
[174/1111] Compiling DequeModule Deque+Extras.swift
[175/1111] Compiling DequeModule Deque+Hashable.swift
[176/1111] Compiling DequeModule Deque+Codable.swift
[177/1111] Compiling DequeModule Deque+Collection.swift
[184/1111] Compiling HashTreeCollections _HashNode+Builder.swift
[185/1111] Compiling HashTreeCollections _HashNode+Debugging.swift
[186/1111] Compiling HashTreeCollections _HashNode+Initializers.swift
[187/1111] Compiling HashTreeCollections _HashNode+Invariants.swift
[188/1111] Compiling HashTreeCollections _HashNode+Lookups.swift
[189/1111] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[190/1111] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[191/1111] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[192/1111] Compiling DequeModule _DequeSlot.swift
[193/1111] Compiling DequeModule _UnsafeWrappedBuffer.swift
[194/1111] Compiling OrderedCollections OrderedSet+SubSequence.swift
[195/1111] Compiling OrderedCollections OrderedSet+Testing.swift
[196/1111] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[197/1111] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[198/1111] Compiling OrderedCollections OrderedSet.swift
[199/1111] Compiling OrderedCollections _UnsafeBitset.swift
[200/1111] Compiling HashTreeCollections TreeSet+Equatable.swift
[201/1111] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[202/1111] Compiling HashTreeCollections TreeSet+Extras.swift
[203/1111] Compiling HashTreeCollections TreeSet+Filter.swift
[206/1111] Compiling DequeModule Deque._UnsafeHandle.swift
[207/1111] Compiling DequeModule Deque.swift
[216/1120] Compiling DequeModule Deque+Testing.swift
[217/1120] Compiling DequeModule Deque._Storage.swift
[228/1120] Compiling OrderedCollections OrderedSet+Sendable.swift
[236/1120] Compiling ssl_file.cc
[256/1120] Compiling _RopeModule _CharacterRecognizer.swift
[257/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[258/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[259/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[260/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[261/1120] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[262/1120] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[263/1120] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[264/1120] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[265/1120] Compiling HashTreeCollections TreeSet.swift
[296/1120] Emitting module DequeModule
[297/1121] Compiling ssl_key_share.cc
[298/1121] Compiling ssl_lib.cc
[299/1121] Compiling ssl_credential.cc
[301/1121] Emitting module OrderedCollections
[302/1122] Emitting module _RopeModule
[303/1122] Compiling _RopeModule Rope+Join.swift
[304/1122] Compiling _RopeModule Rope+MutatingForEach.swift
[305/1122] Compiling _RopeModule Rope+Remove.swift
[306/1122] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/1122] Compiling _RopeModule Rope+Split.swift
[308/1122] Compiling _RopeModule Optional Utilities.swift
[309/1122] Compiling _RopeModule String Utilities.swift
[310/1122] Compiling _RopeModule String.Index+ABI.swift
[312/1122] Emitting module Metrics
[313/1122] Compiling Metrics Metrics.swift
[315/1123] Compiling ssl_cipher.cc
[316/1123] Compiling ssl_buffer.cc
[317/1123] Compiling ssl_cert.cc
[351/1123] Compiling ssl_asn1.cc
[382/1124] Compiling s3_lib.cc
[383/1124] Compiling ssl_aead_ctx.cc
[384/1124] Compiling s3_pkt.cc
[385/1124] Compiling s3_both.cc
[386/1124] Compiling handshake_server.cc
[387/1124] Compiling handshake_client.cc
[389/1124] Emitting module HashTreeCollections
[390/1125] Compiling handshake.cc
[391/1125] Compiling handoff.cc
[392/1125] Compiling dtls_record.cc
[393/1125] Compiling encrypted_client_hello.cc
[394/1125] Compiling md5-x86_64-linux.S
[395/1125] Compiling md5-x86_64-apple.S
[396/1125] Compiling md5-586-linux.S
[397/1125] Compiling extensions.cc
[398/1125] Compiling d1_srtp.cc
[399/1125] Compiling md5-586-apple.S
[400/1125] Compiling dtls_method.cc
[401/1125] Compiling chacha20_poly1305_x86_64-apple.S
[402/1125] Compiling chacha20_poly1305_armv8-win.S
[403/1125] Compiling chacha20_poly1305_x86_64-linux.S
[404/1125] Compiling chacha20_poly1305_armv8-linux.S
[405/1125] Compiling err_data.cc
[406/1125] Compiling d1_pkt.cc
[406/1125] Compiling chacha-x86_64-apple.S
[408/1125] Compiling chacha20_poly1305_armv8-apple.S
[408/1125] Compiling chacha-x86_64-linux.S
[410/1125] Compiling chacha-x86-linux.S
[411/1125] Compiling chacha-armv8-apple.S
[412/1125] Compiling chacha-armv8-linux.S
[413/1125] Compiling chacha-x86-apple.S
[413/1125] Compiling chacha-armv8-win.S
[415/1125] Compiling chacha-armv4-linux.S
[416/1125] Compiling x86_64-mont5-linux.S
[417/1125] Compiling x86_64-mont5-apple.S
[418/1125] Compiling aes128gcmsiv-x86_64-apple.S
[419/1125] Compiling aes128gcmsiv-x86_64-linux.S
[420/1125] Compiling x86_64-mont-linux.S
[421/1125] Compiling x86_64-mont-apple.S
[422/1125] Compiling x86-mont-linux.S
[423/1125] Compiling x86-mont-apple.S
[424/1125] Compiling vpaes-x86_64-linux.S
[425/1125] Compiling bio_ssl.cc
[426/1125] Compiling vpaes-x86_64-apple.S
[427/1125] Compiling vpaes-x86-linux.S
[428/1125] Compiling vpaes-x86-apple.S
[429/1125] Compiling vpaes-armv8-win.S
[430/1125] Compiling vpaes-armv8-linux.S
[431/1125] Compiling vpaes-armv8-apple.S
[432/1125] Compiling vpaes-armv7-linux.S
[433/1125] Compiling sha512-armv8-win.S
[434/1125] Compiling sha512-x86_64-apple.S
[435/1125] Compiling sha512-armv8-linux.S
[435/1125] Compiling sha512-armv8-apple.S
[437/1125] Compiling sha512-x86_64-linux.S
[438/1125] Compiling sha512-armv4-linux.S
[439/1125] Compiling sha512-586-linux.S
[440/1125] Compiling sha512-586-apple.S
[441/1125] Compiling sha256-armv8-win.S
[442/1125] Compiling sha256-x86_64-apple.S
[443/1125] Compiling sha256-x86_64-linux.S
[444/1125] Compiling sha256-armv8-linux.S
[445/1125] Compiling sha256-armv8-apple.S
[446/1125] Compiling sha256-armv4-linux.S
[447/1125] Compiling sha256-586-linux.S
[448/1125] Compiling sha256-586-apple.S
[449/1125] Compiling sha1-x86_64-apple.S
[450/1125] Compiling sha1-x86_64-linux.S
[451/1125] Compiling sha1-armv8-win.S
[452/1125] Compiling sha1-armv8-linux.S
[453/1125] Compiling sha1-armv8-apple.S
[454/1125] Compiling sha1-586-apple.S
[455/1125] Compiling sha1-armv4-large-linux.S
[456/1125] Compiling rsaz-avx2-apple.S
[457/1125] Compiling d1_lib.cc
[458/1125] Compiling rsaz-avx2-linux.S
[458/1125] Compiling sha1-586-linux.S
[459/1125] Compiling rdrand-x86_64-linux.S
[461/1125] Compiling rdrand-x86_64-apple.S
[462/1125] Compiling p256_beeu-armv8-asm-win.S
[463/1125] Compiling p256_beeu-x86_64-asm-apple.S
[464/1125] Compiling p256_beeu-x86_64-asm-linux.S
[465/1125] Compiling p256_beeu-armv8-asm-linux.S
[466/1125] Compiling p256_beeu-armv8-asm-apple.S
[467/1125] Compiling p256-armv8-asm-win.S
[468/1125] Compiling p256-x86_64-asm-linux.S
[469/1125] Compiling p256-armv8-asm-apple.S
[470/1125] Compiling p256-x86_64-asm-apple.S
[471/1125] Compiling d1_both.cc
[472/1125] Compiling ghashv8-armv8-win.S
[472/1125] Compiling p256-armv8-asm-linux.S
[474/1125] Compiling ghashv8-armv8-linux.S
[475/1125] Compiling ghash-x86_64-apple.S
[476/1125] Compiling ghash-x86-linux.S
[476/1125] Compiling ghashv8-armv8-apple.S
[476/1125] Compiling ghashv8-armv7-linux.S
[479/1125] Compiling ghash-x86_64-linux.S
[480/1125] Compiling ghash-x86-apple.S
[481/1125] Compiling ghash-ssse3-x86_64-linux.S
[482/1125] Compiling ghash-ssse3-x86_64-apple.S
[483/1125] Compiling ghash-neon-armv8-linux.S
[484/1125] Compiling ghash-ssse3-x86-linux.S
[485/1125] Compiling ghash-ssse3-x86-apple.S
[486/1125] Compiling ghash-neon-armv8-apple.S
[487/1125] Compiling ghash-neon-armv8-win.S
[488/1125] Compiling co-586-linux.S
[489/1125] Compiling ghash-armv4-linux.S
[490/1125] Compiling co-586-apple.S
[491/1125] Compiling bsaes-armv7-linux.S
[492/1125] Compiling bn-586-linux.S
[493/1125] Compiling bn-armv8-linux.S
[494/1125] Compiling bn-armv8-win.S
[495/1125] Compiling armv8-mont-win.S
[496/1125] Compiling bn-armv8-apple.S
[497/1125] Compiling bn-586-apple.S
[498/1125] Compiling armv8-mont-linux.S
[499/1125] Compiling armv8-mont-apple.S
[500/1125] Compiling aesv8-gcm-armv8-win.S
[501/1125] Compiling armv4-mont-linux.S
[502/1125] Compiling aesv8-gcm-armv8-linux.S
[503/1125] Compiling aesv8-gcm-armv8-apple.S
[504/1125] Compiling aesv8-armv8-linux.S
[504/1125] Compiling aesv8-armv8-apple.S
[506/1125] Compiling aesv8-armv8-win.S
[507/1125] Compiling aesv8-armv7-linux.S
[508/1125] Compiling aesni-x86_64-apple.S
[509/1125] Compiling aesni-x86-linux.S
[510/1125] Compiling aesni-x86-apple.S
[510/1125] Compiling aesni-x86_64-linux.S
[512/1125] Compiling aesni-gcm-x86_64-apple.S
[513/1125] Compiling aesni-gcm-x86_64-linux.S
[514/1125] Compiling x_sig.cc
[515/1125] Compiling x_val.cc
[516/1125] Compiling x_x509.cc
[517/1125] Compiling x_req.cc
[518/1125] Compiling x_pubkey.cc
[519/1125] Compiling x_x509a.cc
[520/1125] Compiling x_spki.cc
[521/1125] Compiling x_name.cc
[522/1125] Compiling x_exten.cc
[523/1125] Compiling x509spki.cc
[524/1125] Compiling x_algor.cc
[525/1125] Compiling x_all.cc
[526/1125] Compiling x_crl.cc
[527/1125] Compiling x509rset.cc
[528/1125] Compiling x_attrib.cc
[529/1125] Compiling x509name.cc
[530/1125] Compiling x509cset.cc
[531/1125] Compiling x509_v3.cc
[532/1125] Compiling x509_txt.cc
[533/1125] Compiling x509_vpm.cc
[534/1125] Compiling x509_trs.cc
[535/1125] Compiling x509_set.cc
[536/1125] Compiling x509_vfy.cc
[537/1125] Compiling x509_req.cc
[538/1125] Compiling x509_obj.cc
[539/1125] Compiling x509_def.cc
[540/1125] Compiling x509_d2.cc
[541/1125] Compiling x509_ext.cc
[542/1125] Compiling x509_lu.cc
[543/1125] Compiling x509_cmp.cc
[544/1125] Compiling x509_att.cc
[545/1125] Compiling x509.cc
[546/1125] Compiling v3_prn.cc
[547/1125] Compiling v3_skey.cc
[548/1125] Compiling v3_purp.cc
[549/1125] Compiling v3_utl.cc
[550/1125] Compiling v3_pmaps.cc
[551/1125] Compiling v3_ocsp.cc
[552/1125] Compiling v3_pcons.cc
[553/1125] Compiling v3_ncons.cc
[554/1125] Compiling v3_int.cc
[555/1125] Compiling v3_lib.cc
[556/1125] Compiling v3_ia5.cc
[557/1125] Compiling v3_info.cc
[558/1125] Compiling v3_genn.cc
[559/1125] Compiling v3_extku.cc
[560/1125] Compiling v3_enum.cc
[561/1125] Compiling v3_crld.cc
[562/1125] Compiling v3_cpols.cc
[563/1125] Compiling v3_conf.cc
[564/1125] Compiling v3_bitst.cc
[565/1125] Compiling v3_bcons.cc
[566/1125] Compiling v3_akeya.cc
[567/1125] Compiling v3_alt.cc
[568/1125] Compiling v3_akey.cc
[569/1125] Compiling t_x509a.cc
[570/1125] Compiling i2d_pr.cc
[571/1125] Compiling t_crl.cc
[572/1125] Compiling t_x509.cc
[573/1125] Compiling t_req.cc
[574/1125] Compiling rsa_pss.cc
[575/1125] Compiling name_print.cc
[576/1125] Compiling policy.cc
[577/1125] Compiling by_file.cc
[578/1125] Compiling by_dir.cc
[579/1125] Compiling voprf.cc
[580/1125] Compiling algorithm.cc
[581/1125] Compiling a_digest.cc
[582/1125] Compiling a_verify.cc
[583/1125] Compiling asn1_gen.cc
[584/1125] Compiling a_sign.cc
[585/1125] Compiling thread_win.cc
[586/1125] Compiling trust_token.cc
[587/1125] Compiling thread.cc
[588/1125] Compiling thread_pthread.cc
[589/1125] Compiling thread_none.cc
[590/1125] Compiling stack.cc
[591/1125] Compiling wots.cc
[592/1125] Compiling pmbtoken.cc
[593/1125] Compiling thash.cc
[594/1125] Compiling merkle.cc
[595/1125] Compiling sha512.cc
[596/1125] Compiling sha256.cc
[597/1125] Compiling fors.cc
[597/1125] Compiling siphash.cc
[597/1125] Compiling slhdsa.cc
[600/1125] Compiling sha1.cc
[601/1125] Compiling rc4.cc
[601/1125] Compiling rsa_print.cc
[601/1125] Compiling rsa_extra.cc
[604/1125] Compiling refcount.cc
[605/1125] Compiling windows.cc
[606/1125] Compiling urandom.cc
[607/1125] Compiling rsa_asn1.cc
[608/1125] Compiling rsa_crypt.cc
[609/1125] Compiling rand_extra.cc
[609/1125] Compiling trusty.cc
[611/1125] Compiling passive.cc
[612/1125] Compiling ios.cc
[613/1125] Compiling poly1305_arm_asm.S
[614/1125] Compiling getentropy.cc
[615/1125] Compiling deterministic.cc
[616/1125] Compiling forkunsafe.cc
[617/1125] Compiling fork_detect.cc
[618/1125] Compiling poly1305_arm.cc
[619/1125] Compiling pool.cc
[619/1125] Compiling poly1305.cc
[621/1125] Compiling poly1305_vec.cc
[622/1125] Compiling pkcs7.cc
[623/1125] Compiling pkcs8_x509.cc
[624/1125] Compiling pkcs8.cc
[625/1125] Compiling p5_pbev2.cc
[626/1125] Compiling pkcs7_x509.cc
[627/1125] Compiling pem_xaux.cc
[628/1125] Compiling pem_x509.cc
[629/1125] Compiling pem_pkey.cc
[630/1125] Compiling pem_pk8.cc
[631/1125] Compiling obj_xref.cc
[632/1125] Compiling pem_oth.cc
[633/1125] Compiling pem_info.cc
[634/1125] Compiling mlkem.cc
[635/1125] Compiling obj.cc
[636/1125] Compiling pem_lib.cc
[637/1125] Compiling pem_all.cc
[638/1125] Compiling mem.cc
[639/1125] Compiling md5.cc
[640/1125] Compiling poly_rq_mul.S
[641/1125] Compiling lhash.cc
[642/1125] Compiling fips_shared_support.cc
[643/1125] Compiling md4.cc
[644/1125] Compiling keccak.cc
[645/1125] Compiling mldsa.cc
[646/1125] Compiling kyber.cc
[647/1125] Compiling hrss.cc
[648/1125] Compiling ex_data.cc
[649/1125] Compiling sign.cc
[650/1125] Compiling hpke.cc
[651/1125] Compiling scrypt.cc
[652/1125] Compiling pbkdf.cc
[653/1125] Compiling print.cc
[654/1125] Compiling p_x25519_asn1.cc
[655/1125] Compiling p_x25519.cc
[656/1125] Compiling p_rsa_asn1.cc
[657/1125] Compiling p_hkdf.cc
[658/1125] Compiling p_rsa.cc
[659/1125] Compiling p_ed25519_asn1.cc
[660/1125] Compiling p_ed25519.cc
[661/1125] Compiling p_ec_asn1.cc
[662/1125] Compiling p_ec.cc
[663/1125] Compiling p_dh.cc
[664/1125] Compiling p_dsa_asn1.cc
[665/1125] Compiling p_dh_asn1.cc
[666/1125] Compiling evp_ctx.cc
[667/1125] Compiling evp_asn1.cc
[668/1125] Compiling err.cc
[669/1125] Compiling evp.cc
[670/1125] Compiling engine.cc
[671/1125] Compiling ecdh_extra.cc
[672/1125] Compiling ecdsa_asn1.cc
[673/1125] Compiling hash_to_curve.cc
[674/1125] Compiling ec_derive.cc
[675/1125] Compiling ec_asn1.cc
[676/1125] Compiling dsa_asn1.cc
[677/1125] Compiling dsa.cc
[678/1125] Compiling params.cc
[679/1125] Compiling digest_extra.cc
[680/1125] Compiling x25519-asm-arm.S
[681/1125] Compiling dh_asn1.cc
[682/1125] Compiling des.cc
[683/1125] Compiling spake25519.cc
[684/1125] Compiling crypto.cc
[685/1125] Compiling cpu_arm_linux.cc
[686/1125] Compiling cpu_intel.cc
[687/1125] Compiling cpu_arm_freebsd.cc
[688/1125] Compiling cpu_aarch64_win.cc
[689/1125] Compiling curve25519.cc
[690/1125] Compiling bcm.cc
[691/1125] Compiling cpu_aarch64_openbsd.cc
[692/1125] Compiling cpu_aarch64_sysreg.cc
[693/1125] Compiling cpu_aarch64_linux.cc
[694/1125] Compiling cpu_aarch64_fuchsia.cc
[695/1125] Compiling curve25519_64_adx.cc
[696/1125] Compiling cpu_aarch64_apple.cc
[697/1125] Compiling tls_cbc.cc
[698/1125] Compiling conf.cc
[699/1125] Compiling e_tls.cc
[700/1125] Compiling e_rc4.cc
[701/1125] Compiling e_rc2.cc
[702/1125] Compiling e_null.cc
[703/1125] Compiling e_des.cc
[704/1125] Compiling e_chacha20poly1305.cc
[705/1125] Compiling derive_key.cc
[706/1125] Compiling e_aesgcmsiv.cc
[707/1125] Compiling e_aesctrhmac.cc
[708/1125] Compiling cipher_extra.cc
[709/1125] Compiling chacha.cc
[710/1125] Compiling unicode.cc
[711/1125] Compiling ber.cc
[712/1125] Compiling cbs.cc
[713/1125] Compiling cbb.cc
[714/1125] Compiling buf.cc
[715/1125] Compiling asn1_compat.cc
[716/1125] Compiling bn_asn1.cc
[717/1125] Compiling blake2.cc
[718/1125] Compiling convert.cc
[719/1125] Compiling socket_helper.cc
[720/1125] Compiling printf.cc
[721/1125] Compiling socket.cc
[722/1125] Compiling pair.cc
[722/1125] Compiling hexdump.cc
[724/1125] Compiling file.cc
[725/1125] Compiling errno.cc
[726/1125] Compiling fd.cc
[727/1125] Compiling bio_mem.cc
[728/1125] Compiling connect.cc
[729/1125] Compiling base64.cc
[730/1125] Compiling bio.cc
[731/1125] Compiling tasn_typ.cc
[732/1125] Compiling tasn_fre.cc
[733/1125] Compiling tasn_utl.cc
[734/1125] Compiling tasn_new.cc
[735/1125] Compiling f_string.cc
[736/1125] Compiling posix_time.cc
[736/1125] Compiling tasn_enc.cc
[738/1125] Compiling f_int.cc
[739/1125] Compiling asn_pack.cc
[740/1125] Compiling tasn_dec.cc
[741/1125] Compiling asn1_par.cc
[742/1125] Compiling asn1_lib.cc
[743/1125] Compiling a_utctm.cc
[744/1125] Compiling a_type.cc
[745/1125] Compiling a_octet.cc
[746/1125] Compiling a_time.cc
[747/1125] Compiling a_strex.cc
[747/1125] Compiling a_strnid.cc
[749/1125] Compiling a_object.cc
[750/1125] Compiling a_mbstr.cc
[751/1125] Compiling a_i2d_fp.cc
[752/1125] Compiling a_dup.cc
[753/1125] Compiling a_gentm.cc
[754/1125] Compiling fiat_p256_adx_sqr.S
[755/1125] Compiling a_d2i_fp.cc
[756/1125] Compiling a_int.cc
[757/1125] Compiling a_bool.cc
[758/1125] Compiling fiat_p256_adx_mul.S
[759/1125] Compiling fiat_curve25519_adx_square.S
[760/1125] Compiling fiat_curve25519_adx_mul.S
[761/1125] Compiling md5-x86_64-linux.S
[762/1125] Compiling md5-x86_64-apple.S
[763/1125] Compiling md5-586-linux.S
[764/1125] Compiling md5-586-apple.S
[765/1125] Compiling a_bitstr.cc
[766/1125] Compiling chacha20_poly1305_x86_64-apple.S
[767/1125] Compiling chacha20_poly1305_armv8-win.S
[768/1125] Compiling chacha20_poly1305_armv8-linux.S
[769/1125] Compiling chacha20_poly1305_x86_64-linux.S
[770/1125] Compiling chacha20_poly1305_armv8-apple.S
[771/1125] Compiling chacha-x86_64-linux.S
[772/1125] Compiling chacha-x86_64-apple.S
[773/1125] Compiling chacha-x86-linux.S
[774/1125] Compiling CCryptoBoringSSLShims shims.c
[775/1125] Compiling chacha-x86-apple.S
[776/1125] Compiling chacha-armv8-win.S
[777/1125] Compiling chacha-armv8-linux.S
[778/1125] Compiling chacha-armv8-apple.S
[779/1125] Compiling chacha-armv4-linux.S
[780/1125] Compiling aes128gcmsiv-x86_64-linux.S
[781/1125] Compiling aes128gcmsiv-x86_64-apple.S
[782/1125] Compiling x86_64-mont5-linux.S
[783/1125] Compiling x86_64-mont5-apple.S
[784/1125] Compiling x86_64-mont-linux.S
[785/1125] Compiling x86_64-mont-apple.S
[786/1125] Compiling x86-mont-linux.S
[787/1125] Compiling x86-mont-apple.S
[788/1125] Compiling err_data.cc
[789/1125] Compiling vpaes-x86_64-linux.S
[790/1125] Compiling vpaes-x86_64-apple.S
[791/1125] Compiling vpaes-x86-linux.S
[792/1125] Compiling vpaes-x86-apple.S
[793/1125] Compiling vpaes-armv8-win.S
[794/1125] Compiling vpaes-armv8-apple.S
[795/1125] Compiling vpaes-armv8-linux.S
[796/1125] Compiling vpaes-armv7-linux.S
[797/1125] Compiling sha512-x86_64-apple.S
[798/1125] Compiling sha512-x86_64-linux.S
[799/1125] Compiling sha512-armv8-win.S
[800/1125] Compiling sha512-armv8-apple.S
[801/1125] Compiling sha512-armv8-linux.S
[802/1125] Compiling sha512-armv4-linux.S
[803/1125] Compiling sha512-586-linux.S
[804/1125] Compiling sha512-586-apple.S
[805/1125] Compiling sha256-armv8-win.S
[806/1125] Compiling sha256-x86_64-apple.S
[807/1125] Compiling sha256-armv8-linux.S
[808/1125] Compiling sha256-x86_64-linux.S
[809/1125] Compiling sha256-armv8-apple.S
[810/1125] Compiling sha256-armv4-linux.S
[811/1125] Compiling sha256-586-linux.S
[812/1125] Compiling sha256-586-apple.S
[813/1125] Compiling sha1-x86_64-apple.S
[814/1125] Compiling sha1-armv8-win.S
[815/1125] Compiling sha1-armv8-linux.S
[816/1125] Compiling sha1-x86_64-linux.S
[817/1125] Compiling sha1-armv8-apple.S
[818/1125] Compiling sha1-armv4-large-linux.S
[819/1125] Compiling sha1-586-linux.S
[820/1125] Compiling sha1-586-apple.S
[821/1125] Compiling rsaz-avx2-apple.S
[822/1125] Compiling rdrand-x86_64-linux.S
[823/1125] Compiling rdrand-x86_64-apple.S
[824/1125] Compiling rsaz-avx2-linux.S
[825/1125] Compiling p256_beeu-x86_64-asm-linux.S
[826/1125] Compiling p256_beeu-x86_64-asm-apple.S
[827/1125] Compiling p256_beeu-armv8-asm-win.S
[828/1125] Compiling p256_beeu-armv8-asm-linux.S
[829/1125] Compiling p256_beeu-armv8-asm-apple.S
[830/1125] Compiling p256-x86_64-asm-linux.S
[831/1125] Compiling p256-x86_64-asm-apple.S
[832/1125] Compiling p256-armv8-asm-linux.S
[833/1125] Compiling p256-armv8-asm-apple.S
[833/1125] Compiling p256-armv8-asm-win.S
[835/1125] Compiling ghashv8-armv8-win.S
[836/1125] Compiling ghashv8-armv8-linux.S
[837/1125] Compiling ghashv8-armv8-apple.S
[838/1125] Compiling ghash-x86_64-apple.S
[839/1125] Compiling ghashv8-armv7-linux.S
[840/1125] Compiling ghash-x86_64-linux.S
[841/1125] Compiling ghash-x86-linux.S
[842/1125] Compiling ghash-x86-apple.S
[843/1125] Compiling ghash-ssse3-x86_64-linux.S
[844/1125] Compiling ghash-ssse3-x86_64-apple.S
[845/1125] Compiling ghash-ssse3-x86-apple.S
[846/1125] Compiling ghash-ssse3-x86-linux.S
[847/1125] Compiling ghash-neon-armv8-win.S
[848/1125] Compiling ghash-armv4-linux.S
[848/1125] Compiling ghash-neon-armv8-linux.S
[850/1125] Compiling ghash-neon-armv8-apple.S
[851/1125] Compiling co-586-linux.S
[852/1125] Compiling co-586-apple.S
[853/1125] Compiling bsaes-armv7-linux.S
[854/1125] Compiling bn-armv8-win.S
[855/1125] Compiling bn-armv8-apple.S
[856/1125] Compiling bn-armv8-linux.S
[857/1125] Compiling bn-586-apple.S
[858/1125] Compiling bn-586-linux.S
[858/1125] Compiling armv8-mont-win.S
[860/1125] Compiling armv8-mont-linux.S
[861/1125] Compiling armv8-mont-apple.S
[862/1125] Compiling aesv8-gcm-armv8-win.S
[863/1125] Compiling armv4-mont-linux.S
[864/1125] Compiling aesv8-gcm-armv8-apple.S
[865/1125] Compiling aesv8-gcm-armv8-linux.S
[866/1125] Compiling aesv8-armv8-win.S
[867/1125] Compiling aesv8-armv8-linux.S
[868/1125] Compiling aesv8-armv7-linux.S
[869/1125] Compiling aesv8-armv8-apple.S
[870/1125] Compiling aesni-x86_64-apple.S
[871/1125] Compiling aesni-x86_64-linux.S
[872/1125] Compiling aesni-x86-linux.S
[873/1125] Compiling aesni-x86-apple.S
[874/1125] Compiling aesni-gcm-x86_64-apple.S
[875/1125] Compiling aesni-gcm-x86_64-linux.S
[876/1125] Compiling aes-gcm-avx10-x86_64-apple.S
[877/1125] Compiling aes-gcm-avx10-x86_64-linux.S
[878/1125] Compiling x_x509a.cc
[879/1125] Compiling x_val.cc
[880/1125] Compiling x_sig.cc
[881/1125] Compiling x_spki.cc
[882/1125] Compiling x_req.cc
[883/1125] Compiling x_x509.cc
[884/1125] Compiling c-nioatomics.c
[885/1125] Compiling x_name.cc
[885/1125] Compiling x_pubkey.cc
[887/1125] Compiling x_exten.cc
[888/1125] Compiling x_attrib.cc
[889/1125] Compiling x_crl.cc
[890/1125] Compiling x_all.cc
[891/1125] Compiling c-atomics.c
[892/1125] Compiling x_algor.cc
[893/1129] Compiling x509rset.cc
[894/1130] Compiling x509spki.cc
[895/1131] Compiling x509name.cc
[896/1131] Compiling x509cset.cc
[897/1131] Compiling x509_vpm.cc
[898/1131] Compiling x509_vfy.cc
[900/1131] Compiling NIOConcurrencyHelpers NIOLock.swift
[900/1131] Compiling x509_v3.cc
[902/1131] Compiling NIOConcurrencyHelpers lock.swift
[902/1131] Compiling x509_txt.cc
[903/1131] Compiling x509_trs.cc
[904/1131] Compiling x509_set.cc
[906/1131] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[906/1131] Compiling x509_obj.cc
[908/1131] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[909/1131] Compiling NIOConcurrencyHelpers atomics.swift
[910/1131] Emitting module NIOConcurrencyHelpers
[911/1132] Compiling x509_req.cc
[912/1132] Compiling x509_lu.cc
[913/1132] Compiling x509_ext.cc
[913/1132] Compiling x509_def.cc
[915/1132] Compiling x509_d2.cc
[916/1132] Compiling x509_cmp.cc
[917/1132] Compiling x509_att.cc
[918/1132] Compiling x509.cc
[919/1132] Compiling v3_skey.cc
[920/1132] Compiling v3_utl.cc
[921/1132] Compiling v3_prn.cc
[922/1132] Compiling v3_purp.cc
[923/1132] Compiling v3_pmaps.cc
[924/1132] Compiling v3_ocsp.cc
[925/1132] Compiling v3_pcons.cc
[926/1132] Compiling v3_ncons.cc
[927/1132] Compiling v3_int.cc
[928/1132] Compiling v3_lib.cc
[929/1132] Compiling v3_info.cc
[930/1132] Compiling v3_ia5.cc
[931/1132] Compiling v3_genn.cc
[932/1132] Compiling v3_extku.cc
[933/1132] Compiling v3_enum.cc
[934/1132] Compiling v3_crld.cc
[935/1132] Compiling v3_cpols.cc
[936/1132] Compiling v3_conf.cc
[937/1132] Compiling v3_bitst.cc
[938/1132] Compiling v3_bcons.cc
[939/1132] Compiling v3_alt.cc
[940/1132] Compiling v3_akeya.cc
[941/1132] Compiling v3_akey.cc
[942/1132] Compiling t_x509a.cc
[943/1132] Compiling t_x509.cc
[944/1132] Compiling t_req.cc
[945/1132] Compiling i2d_pr.cc
[946/1132] Compiling t_crl.cc
[947/1132] Compiling rsa_pss.cc
[948/1132] Compiling name_print.cc
[949/1132] Compiling policy.cc
[950/1132] Compiling by_file.cc
[951/1132] Compiling by_dir.cc
[952/1132] Compiling asn1_gen.cc
[953/1132] Compiling algorithm.cc
[954/1132] Compiling a_verify.cc
[955/1132] Compiling voprf.cc
[956/1132] Compiling a_sign.cc
[957/1132] Compiling a_digest.cc
[958/1132] Compiling thread_win.cc
[959/1132] Compiling trust_token.cc
[960/1132] Compiling thread_pthread.cc
[961/1132] Compiling thread_none.cc
[962/1132] Compiling pmbtoken.cc
[963/1132] Compiling thread.cc
[964/1132] Compiling wots.cc
[965/1132] Compiling stack.cc
[966/1132] Compiling thash.cc
[967/1132] Compiling slhdsa.cc
[968/1132] Compiling merkle.cc
[969/1132] Compiling sha512.cc
[970/1132] Compiling siphash.cc
[970/1132] Compiling fors.cc
[972/1132] Compiling sha256.cc
[973/1132] Compiling sha1.cc
[974/1132] Compiling rsa_print.cc
[975/1132] Compiling rsa_extra.cc
[976/1132] Compiling rc4.cc
[977/1132] Compiling refcount.cc
[978/1132] Compiling rsa_asn1.cc
[978/1132] Compiling rsa_crypt.cc
[980/1132] Compiling windows.cc
[981/1132] Compiling urandom.cc
[982/1132] Compiling trusty.cc
[983/1132] Compiling rand_extra.cc
[984/1132] Compiling ios.cc
[985/1132] Compiling passive.cc
[986/1132] Compiling poly1305_arm_asm.S
[987/1132] Compiling getentropy.cc
[988/1132] Compiling deterministic.cc
[989/1132] Compiling forkunsafe.cc
[990/1132] Compiling fork_detect.cc
[991/1132] Compiling pool.cc
[992/1132] Compiling poly1305_arm.cc
[993/1132] Compiling poly1305.cc
[994/1132] Compiling poly1305_vec.cc
[995/1132] Compiling pkcs7.cc
[996/1132] Compiling pkcs8.cc
[997/1132] Compiling p5_pbev2.cc
[998/1132] Compiling pkcs8_x509.cc
[999/1132] Compiling pkcs7_x509.cc
[1000/1132] Compiling pem_xaux.cc
[1001/1132] Compiling pem_x509.cc
[1002/1132] Compiling pem_pkey.cc
[1003/1132] Compiling obj_xref.cc
[1004/1132] Compiling pem_pk8.cc
[1005/1132] Compiling pem_oth.cc
[1005/1132] Compiling mlkem.cc
[1007/1132] Compiling pem_info.cc
[1008/1132] Compiling obj.cc
[1009/1132] Compiling pem_lib.cc
[1010/1132] Compiling pem_all.cc
[1011/1132] Compiling mldsa.cc
[1012/1132] Compiling poly_rq_mul.S
[1013/1132] Compiling mem.cc
[1014/1132] Compiling fips_shared_support.cc
[1015/1132] Compiling md5.cc
[1016/1132] Compiling md4.cc
[1017/1132] Compiling lhash.cc
[1018/1132] Compiling kyber.cc
[1019/1132] Compiling ex_data.cc
[1020/1132] Compiling hpke.cc
[1021/1132] Compiling hrss.cc
[1022/1132] Compiling sign.cc
[1023/1132] Compiling scrypt.cc
[1024/1132] Compiling print.cc
[1025/1132] Compiling pbkdf.cc
[1026/1132] Compiling p_x25519.cc
[1027/1132] Compiling p_x25519_asn1.cc
[1028/1132] Compiling p_rsa_asn1.cc
[1029/1132] Compiling p_rsa.cc
[1030/1132] Compiling p_hkdf.cc
[1031/1132] Compiling p_ed25519.cc
[1031/1132] Compiling p_ed25519_asn1.cc
[1033/1132] Compiling p_ec_asn1.cc
[1034/1132] Compiling p_ec.cc
[1035/1132] Compiling p_dh.cc
[1036/1132] Compiling p_dh_asn1.cc
[1037/1132] Compiling p_dsa_asn1.cc
[1038/1132] Compiling evp_ctx.cc
[1039/1132] Compiling evp_asn1.cc
[1040/1132] Compiling evp.cc
[1041/1132] Compiling err.cc
[1042/1132] Compiling engine.cc
[1043/1132] Compiling ecdh_extra.cc
[1044/1132] Compiling ecdsa_asn1.cc
[1045/1132] Compiling hash_to_curve.cc
[1046/1132] Compiling ec_derive.cc
[1047/1132] Compiling ec_asn1.cc
[1048/1132] Compiling dsa_asn1.cc
[1049/1132] Compiling dsa.cc
[1050/1132] Compiling params.cc
[1051/1132] Compiling digest_extra.cc
[1052/1132] Compiling x25519-asm-arm.S
[1053/1132] Compiling dh_asn1.cc
[1054/1132] Compiling des.cc
[1055/1132] Compiling spake25519.cc
[1056/1132] Compiling crypto.cc
[1057/1132] Compiling cpu_intel.cc
[1058/1132] Compiling cpu_arm_linux.cc
[1059/1132] Compiling cpu_arm_freebsd.cc
[1060/1132] Compiling curve25519.cc
[1061/1132] Compiling cpu_aarch64_win.cc
[1062/1132] Compiling cpu_aarch64_openbsd.cc
[1063/1132] Compiling cpu_aarch64_sysreg.cc
[1064/1132] Compiling cpu_aarch64_linux.cc
[1065/1132] Compiling cpu_aarch64_fuchsia.cc
[1066/1132] Compiling cpu_aarch64_apple.cc
[1066/1132] Compiling curve25519_64_adx.cc
[1068/1132] Compiling tls_cbc.cc
[1069/1132] Compiling conf.cc
[1070/1132] Compiling e_tls.cc
[1071/1132] Compiling bcm.cc
[1072/1132] Compiling e_rc4.cc
[1073/1132] Compiling e_null.cc
[1074/1132] Compiling e_des.cc
[1075/1132] Compiling e_rc2.cc
[1076/1132] Compiling e_chacha20poly1305.cc
[1077/1132] Compiling derive_key.cc
[1078/1132] Compiling e_aesgcmsiv.cc
[1079/1132] Compiling e_aesctrhmac.cc
[1080/1132] Compiling cipher_extra.cc
[1081/1132] Compiling unicode.cc
[1082/1132] Compiling chacha.cc
[1083/1132] Compiling ber.cc
[1084/1132] Compiling cbs.cc
[1085/1132] Compiling buf.cc
[1086/1132] Compiling asn1_compat.cc
[1087/1132] Compiling cbb.cc
[1088/1132] Compiling bn_asn1.cc
[1089/1132] Compiling blake2.cc
[1090/1132] Compiling convert.cc
[1091/1132] Compiling printf.cc
[1092/1132] Compiling pair.cc
[1093/1132] Compiling hexdump.cc
[1094/1132] Compiling file.cc
[1095/1132] Compiling fd.cc
[1096/1132] Compiling errno.cc
[1097/1132] Compiling bio_mem.cc
[1098/1132] Compiling bio.cc
[1099/1132] Compiling base64.cc
[1100/1132] Compiling tasn_typ.cc
[1101/1132] Compiling tasn_fre.cc
[1102/1132] Compiling tasn_utl.cc
[1103/1132] Compiling tasn_new.cc
[1104/1132] Compiling tasn_enc.cc
[1105/1132] Compiling posix_time.cc
[1106/1132] Compiling f_string.cc
[1107/1132] Compiling tasn_dec.cc
[1108/1132] Compiling f_int.cc
[1109/1132] Compiling asn_pack.cc
[1110/1132] Compiling asn1_par.cc
[1111/1132] Compiling a_utctm.cc
[1112/1132] Compiling asn1_lib.cc
[1113/1132] Compiling a_type.cc
[1114/1132] Compiling a_time.cc
[1115/1132] Compiling a_strnid.cc
[1116/1132] Compiling a_octet.cc
[1117/1132] Compiling a_strex.cc
[1118/1132] Compiling a_object.cc
[1119/1132] Compiling a_i2d_fp.cc
[1120/1132] Write sources
[1121/1132] Compiling a_mbstr.cc
[1122/1132] Write sources
[1123/1132] Compiling a_int.cc
[1124/1132] Write sources
[1126/1132] Compiling a_dup.cc
[1126/1132] Write sources
[1128/1132] Compiling a_gentm.cc
[1129/1132] Compiling a_d2i_fp.cc
[1130/1132] Compiling a_bool.cc
[1131/1147] Compiling a_bitstr.cc
[1133/1280] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1134/1280] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1135/1280] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1136/1280] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1137/1284] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1138/1284] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1139/1284] Compiling Atomics IntegerOperations.swift
[1140/1284] Compiling Atomics Unmanaged extensions.swift
[1141/1284] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1142/1284] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1143/1284] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1144/1284] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1145/1284] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1146/1284] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1147/1284] Compiling AsyncAlgorithms AsyncChannel.swift
[1148/1284] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1149/1284] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1150/1284] Compiling AsyncAlgorithms ChannelStorage.swift
[1151/1284] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1152/1284] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1153/1284] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1154/1284] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1155/1284] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1156/1284] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1157/1284] Compiling AsyncAlgorithms DebounceStorage.swift
[1158/1284] Compiling AsyncAlgorithms Dictionary.swift
[1159/1284] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1160/1284] Compiling AsyncAlgorithms Locking.swift
[1161/1291] Compiling CryptoBoringWrapper RandomBytes.swift
[1162/1291] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1163/1291] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1164/1291] Compiling AsyncAlgorithms MergeStateMachine.swift
[1165/1291] Compiling AsyncAlgorithms MergeStorage.swift
[1166/1291] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1167/1291] Compiling AsyncAlgorithms Rethrow.swift
[1168/1291] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1169/1291] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1170/1291] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1171/1291] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1172/1291] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1173/1291] Compiling BitCollections BitSet+SetAlgebra union.swift
[1174/1291] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1175/1291] Compiling BitCollections BitSet.Counted.swift
[1176/1291] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1177/1291] Emitting module BitCollections
[1178/1291] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1179/1291] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1180/1291] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1184/1291] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1185/1291] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1186/1291] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1187/1291] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1188/1291] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1191/1294] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1192/1294] Compiling CryptoBoringWrapper EllipticCurve.swift
[1193/1294] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1194/1294] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1201/1300] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1202/1300] Emitting module CryptoBoringWrapper
[1210/1300] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1216/1300] Emitting module AsyncAlgorithms
[1240/1300] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1248/1301] Compiling BitCollections BitSet.Index.swift
[1249/1301] Compiling BitCollections BitSet._UnsafeHandle.swift
[1250/1301] Compiling BitCollections BitSet.swift
[1251/1301] Compiling BitCollections Range+Utilities.swift
[1252/1301] Compiling BitCollections Slice+Utilities.swift
[1253/1301] Compiling BitCollections UInt+Tricks.swift
[1254/1301] Compiling BitCollections _Word.swift
[1264/1349] Compiling Crypto Cipher.swift
[1265/1349] Compiling Crypto Nonces.swift
[1266/1349] Compiling Crypto ASN1.swift
[1267/1373] Compiling Crypto HPKE-KeySchedule.swift
[1268/1373] Compiling Crypto HPKE-Modes.swift
[1269/1373] Compiling Crypto Insecure.swift
[1270/1373] Compiling Crypto Insecure_HashFunctions.swift
[1271/1373] Compiling Crypto KEM.swift
[1272/1373] Compiling Crypto ECDH_boring.swift
[1273/1375] Emitting module Collections
[1274/1375] Compiling Collections Collections.swift
[1275/1376] Compiling Crypto Digests.swift
[1276/1376] Compiling Crypto HashFunctions.swift
[1277/1376] Compiling Crypto HashFunctions_SHA2.swift
[1279/1376] Compiling Crypto PKCS8PrivateKey.swift
[1280/1376] Compiling Crypto SEC1PrivateKey.swift
[1281/1376] Compiling Crypto SubjectPublicKeyInfo.swift
[1282/1376] Compiling Crypto CryptoKitErrors.swift
[1286/1376] Emitting module Atomics
[1288/1377] Compiling Crypto AES-GCM.swift
[1289/1377] Compiling Crypto AES-GCM_boring.swift
[1290/1377] Compiling Crypto ChaChaPoly_boring.swift
[1291/1377] Compiling Crypto ChaChaPoly.swift
[1295/1377] Compiling Crypto ASN1Any.swift
[1296/1377] Compiling Crypto ASN1BitString.swift
[1297/1377] Compiling Crypto ASN1Boolean.swift
[1298/1377] Compiling Crypto HPKE.swift
[1299/1377] Compiling Crypto HPKE-Context.swift
[1300/1377] Compiling Crypto HPKE-Utils.swift
[1301/1377] Compiling Crypto DHKEM.swift
[1302/1377] Compiling Crypto HPKE-KEM-Curve25519.swift
[1303/1377] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1304/1377] Compiling Crypto HPKE-KEM.swift
[1305/1377] Compiling Crypto HPKE-Errors.swift
[1307/1451] Compiling NIOCore MarkedCircularBuffer.swift
[1308/1451] Compiling NIOCore MulticastChannel.swift
[1309/1451] Compiling NIOCore NIOAny.swift
[1310/1451] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1311/1451] Compiling NIOCore NIOLoopBound.swift
[1312/1451] Compiling NIOCore NIOScheduledCallback.swift
[1313/1451] Compiling NIOCore NIOSendable.swift
[1314/1451] Compiling NIOCore RecvByteBufferAllocator.swift
[1315/1451] Compiling Crypto NISTCurvesKeys.swift
[1316/1451] Compiling Crypto X25519Keys.swift
[1317/1451] Compiling Crypto SymmetricKeys.swift
[1318/1451] Compiling Crypto HMAC.swift
[1319/1451] Compiling Crypto MACFunctions.swift
[1320/1451] Compiling Crypto MessageAuthenticationCode.swift
[1321/1451] Compiling Crypto AES.swift
[1322/1451] Compiling Crypto ECDSASignature_boring.swift
[1323/1451] Compiling Crypto ECDSA_boring.swift
[1324/1451] Compiling Crypto EdDSA_boring.swift
[1325/1451] Compiling Crypto ECDSA.swift
[1326/1451] Compiling Crypto Ed25519.swift
[1327/1468] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1328/1469] Compiling NIOCore AsyncChannelHandler.swift
[1329/1469] Compiling NIOCore AsyncChannelInboundStream.swift
[1330/1469] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1331/1469] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1332/1469] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1333/1469] Compiling NIOCore NIOAsyncWriter.swift
[1334/1469] Compiling NIOCore ChannelPipeline.swift
[1335/1469] Compiling NIOCore CircularBuffer.swift
[1336/1469] Compiling NIOCore Codec.swift
[1337/1469] Compiling NIOCore ConvenienceOptionSupport.swift
[1338/1469] Emitting module Algorithms
[1339/1470] Compiling _ConnectionPoolModule ConnectionRequest.swift
[1340/1470] Compiling _ConnectionPoolModule Max2Sequence.swift
[1341/1470] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[1342/1470] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[1343/1471] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[1344/1471] Compiling _ConnectionPoolModule ConnectionPool.swift
[1349/1471] Compiling _ConnectionPoolModule NIOLock.swift
[1350/1471] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1351/1471] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1352/1471] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1354/1471] Compiling ServiceLifecycle ServiceRunnerError.swift
[1355/1471] Emitting module Crypto
[1356/1471] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1357/1471] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1358/1471] Emitting module ServiceLifecycle
[1359/1471] Compiling ServiceLifecycle CancellationWaiter.swift
[1360/1471] Compiling ServiceLifecycle GracefulShutdown.swift
[1361/1471] Compiling NIOCore FileHandle.swift
[1362/1471] Compiling NIOCore FileRegion.swift
[1363/1471] Compiling NIOCore GlobalSingletons.swift
[1364/1471] Compiling NIOCore IO.swift
[1365/1471] Compiling NIOCore IOData.swift
[1366/1471] Compiling NIOCore IPProtocol.swift
[1367/1471] Compiling NIOCore IntegerBitPacking.swift
[1368/1471] Compiling NIOCore IntegerTypes.swift
[1369/1471] Compiling NIOCore Interfaces.swift
[1370/1471] Compiling NIOCore Linux.swift
[1371/1471] Compiling NIOCore DeadChannel.swift
[1372/1471] Compiling NIOCore DispatchQueue+WithFuture.swift
[1373/1471] Compiling NIOCore EventLoop+Deprecated.swift
[1374/1471] Compiling NIOCore EventLoop+SerialExecutor.swift
[1375/1471] Compiling NIOCore EventLoop.swift
[1376/1471] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1377/1471] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1378/1471] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1379/1471] Compiling NIOCore EventLoopFuture.swift
[1380/1471] Compiling NIOCore FileDescriptor.swift
[1381/1471] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1382/1471] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1383/1471] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1384/1471] Compiling NIOCore Channel.swift
[1385/1471] Compiling NIOCore ChannelHandler.swift
[1386/1471] Compiling NIOCore ChannelHandlers.swift
[1387/1471] Compiling NIOCore ChannelInvoker.swift
[1388/1471] Compiling NIOCore ChannelOption.swift
[1389/1471] Compiling NIOCore AddressedEnvelope.swift
[1390/1471] Compiling NIOCore AsyncAwaitSupport.swift
[1391/1471] Compiling NIOCore AsyncChannel.swift
[1414/1479] Compiling ServiceLifecycle Service.swift
[1415/1479] Compiling ServiceLifecycle ServiceGroup.swift
[1418/1480] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1420/1480] Compiling Crypto Signature.swift
[1421/1480] Compiling Crypto CryptoKitErrors_boring.swift
[1422/1480] Compiling Crypto RNG_boring.swift
[1423/1480] Compiling Crypto SafeCompare_boring.swift
[1424/1480] Compiling Crypto Zeroization_boring.swift
[1425/1480] Compiling Crypto PrettyBytes.swift
[1426/1480] Compiling Crypto SafeCompare.swift
[1427/1480] Compiling Crypto SecureBytes.swift
[1428/1480] Compiling Crypto Zeroization.swift
[1430/1481] Emitting module _ConnectionPoolModule
[1449/1482] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1450/1482] Compiling NIOCore SocketAddresses.swift
[1451/1482] Compiling NIOCore SocketOptionProvider.swift
[1452/1482] Compiling NIOCore SystemCallHelpers.swift
[1453/1482] Compiling NIOCore TimeAmount+Duration.swift
[1454/1482] Compiling NIOCore TypeAssistedChannelHandler.swift
[1455/1482] Compiling NIOCore UniversalBootstrapSupport.swift
[1456/1482] Compiling NIOCore Utilities.swift
[1482/1482] Emitting module NIOCore
[1484/1534] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1485/1534] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1486/1534] Compiling NIOPosix PosixSingletons.swift
[1487/1534] Compiling NIOPosix RawSocketBootstrap.swift
[1488/1534] Compiling NIOPosix Resolver.swift
[1489/1534] Compiling NIOPosix Selectable.swift
[1490/1540] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1491/1540] Compiling NIOEmbedded AsyncTestingChannel.swift
[1492/1540] Compiling NIOEmbedded Embedded.swift
[1493/1540] Emitting module NIOEmbedded
[1495/1541] Compiling NIOPosix IO.swift
[1496/1541] Compiling NIOPosix IntegerBitPacking.swift
[1497/1541] Compiling NIOPosix IntegerTypes.swift
[1498/1541] Compiling NIOPosix Linux.swift
[1499/1541] Compiling NIOPosix LinuxCPUSet.swift
[1500/1541] Compiling NIOPosix LinuxUring.swift
[1501/1541] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1502/1541] Compiling NIOPosix ThreadPosix.swift
[1503/1541] Compiling NIOPosix ThreadWindows.swift
[1504/1541] Compiling NIOPosix UnsafeTransfer.swift
[1505/1541] Compiling NIOPosix Utilities.swift
[1506/1541] Compiling NIOPosix VsockAddress.swift
[1507/1541] Compiling NIOPosix VsockChannelEvents.swift
[1508/1541] Compiling NIOPosix SelectableChannel.swift
[1509/1541] Compiling NIOPosix SelectableEventLoop.swift
[1510/1541] Compiling NIOPosix SelectorEpoll.swift
[1511/1541] Compiling NIOPosix SelectorGeneric.swift
[1512/1541] Compiling NIOPosix SelectorKqueue.swift
[1513/1541] Compiling NIOPosix SelectorUring.swift
[1514/1541] Compiling NIOPosix ServerSocket.swift
[1515/1541] Compiling NIOPosix Socket.swift
[1516/1541] Compiling NIOPosix SocketChannel.swift
[1517/1541] Compiling NIOPosix SocketProtocols.swift
[1518/1541] Compiling NIOPosix System.swift
[1519/1541] Compiling NIOPosix Thread.swift
[1520/1541] Compiling NIOPosix Bootstrap.swift
[1521/1541] Compiling NIOPosix ControlMessage.swift
[1522/1541] Compiling NIOPosix DatagramVectorReadManager.swift
[1523/1541] Compiling NIOPosix Errors+Any.swift
[1524/1541] Compiling NIOPosix FileDescriptor.swift
[1525/1541] Compiling NIOPosix GetaddrinfoResolver.swift
[1526/1541] Compiling NIOPosix HappyEyeballs.swift
[1527/1541] Compiling NIOPosix BSDSocketAPICommon.swift
[1528/1541] Compiling NIOPosix BSDSocketAPIPosix.swift
[1529/1541] Compiling NIOPosix BSDSocketAPIWindows.swift
[1530/1541] Compiling NIOPosix BaseSocket.swift
[1531/1541] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1532/1541] Compiling NIOPosix BaseSocketChannel.swift
[1533/1541] Compiling NIOPosix BaseStreamSocketChannel.swift
[1534/1541] Emitting module NIOPosix
[1535/1541] Compiling NIOPosix NIOThreadPool.swift
[1536/1541] Compiling NIOPosix NonBlockingFileIO.swift
[1537/1541] Compiling NIOPosix PendingDatagramWritesManager.swift
[1538/1541] Compiling NIOPosix PendingWritesManager.swift
[1539/1541] Compiling NIOPosix PipeChannel.swift
[1540/1541] Compiling NIOPosix PipePair.swift
[1541/1541] Compiling NIOPosix Pool.swift
[1543/1566] Emitting module NIO
[1544/1566] Compiling NIO Exports.swift
[1545/1567] Compiling AsyncKit EventLoop+Flatten.swift
[1546/1567] Compiling AsyncKit EventLoop+Future.swift
[1547/1567] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1549/1569] Compiling AsyncKit ConnectionPoolError.swift
[1550/1569] Compiling AsyncKit ConnectionPoolItem.swift
[1551/1569] Compiling AsyncKit ConnectionPoolSource.swift
[1552/1672] Compiling SQLKit SQLDistinct.swift
[1553/1672] Compiling SQLKit SQLForeignKeyAction.swift
[1554/1672] Compiling NIOTLS TLSEvents.swift
[1555/1672] Emitting module NIOTLS
[1556/1672] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1557/1672] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1558/1672] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1559/1672] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1560/1672] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1561/1672] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1562/1672] Compiling NIOTLS SNIHandler.swift
[1564/1673] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1565/1673] Emitting module NIOFoundationCompat
[1567/1703] Compiling NIOSSL NIOSSLServerHandler.swift
[1568/1703] Compiling NIOSSL ObjectIdentifier.swift
[1569/1703] Compiling NIOSSL PosixPort.swift
[1570/1703] Compiling NIOSSL SSLCallbacks.swift
[1571/1703] Compiling NIOSSL LinuxCABundle.swift
[1572/1703] Compiling NIOSSL NIOSSLClientHandler.swift
[1573/1703] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1574/1703] Compiling NIOSSL NIOSSLHandler.swift
[1575/1703] Compiling NIOSSL SSLCertificate.swift
[1576/1703] Compiling NIOSSL SSLCertificateExtensions.swift
[1577/1703] Compiling NIOSSL SSLConnection.swift
[1578/1703] Compiling NIOSSL SSLContext.swift
[1579/1703] Compiling NIOSSL AndroidCABundle.swift
[1580/1715] Compiling SQLKit SQLDropIndex.swift
[1581/1715] Compiling SQLKit SQLDropTable.swift
[1582/1715] Compiling SQLKit SQLDropTrigger.swift
[1583/1715] Compiling SQLKit SQLInsert.swift
[1584/1715] Compiling SQLKit SQLSelect.swift
[1585/1715] Compiling SQLKit SQLUnion.swift
[1586/1715] Compiling SQLKit SQLUpdate.swift
[1587/1715] Compiling SQLKit SQLExpression.swift
[1588/1715] Compiling SQLKit SQLSerializer.swift
[1589/1715] Compiling SQLKit SQLStatement.swift
[1590/1715] Compiling SQLKit SQLBinaryExpression.swift
[1591/1715] Compiling SQLKit SQLBinaryOperator.swift
[1592/1715] Compiling SQLKit SQLBind.swift
[1593/1737] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1594/1737] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1595/1737] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1596/1737] Compiling NIOTransportServices NIOTSSingletons.swift
[1597/1737] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1598/1737] Compiling NIOTransportServices StateManagedChannel.swift
[1599/1737] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1600/1737] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1601/1737] Compiling NIOSSL RNG.swift
[1602/1737] Compiling NIOSSL SafeCompare.swift
[1603/1737] Compiling NIOSSL Zeroization.swift
[1604/1737] Compiling NIOSSL SSLPublicKey.swift
[1605/1737] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1606/1737] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1607/1737] Compiling SQLKit SQLColumnAssignment.swift
[1608/1737] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1609/1737] Compiling SQLKit SQLColumnDefinition.swift
[1610/1737] Compiling SQLKit SQLCommonTableExpression.swift
[1611/1737] Compiling SQLKit SQLConflictAction.swift
[1612/1737] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1613/1737] Compiling SQLKit SQLDropBehaviour.swift
[1614/1737] Compiling SQLKit SQLEnumDataType.swift
[1615/1737] Compiling SQLKit SQLExcludedColumn.swift
[1616/1737] Compiling SQLKit SQLForeignKey.swift
[1617/1737] Compiling SQLKit SQLJoin.swift
[1618/1737] Compiling SQLKit SQLJoinMethod.swift
[1619/1737] Compiling SQLKit SQLLockingClause.swift
[1620/1737] Compiling SQLKit SQLOrderBy.swift
[1621/1737] Compiling SQLKit SQLReturning.swift
[1622/1737] Compiling SQLKit SQLSubquery.swift
[1623/1737] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1624/1737] Compiling SQLKit SQLAlterEnum.swift
[1625/1737] Compiling SQLKit SQLAlterTable.swift
[1626/1737] Compiling SQLKit SQLCreateEnum.swift
[1627/1737] Compiling SQLKit SQLCreateIndex.swift
[1628/1737] Compiling SQLKit SQLCreateTable.swift
[1629/1737] Compiling SQLKit SQLCreateTrigger.swift
[1630/1737] Compiling SQLKit SQLDelete.swift
[1631/1737] Compiling SQLKit SQLDropEnum.swift
[1635/1737] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1641/1739] Compiling NIOTransportServices NIOTSBootstraps.swift
[1642/1739] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1643/1739] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1644/1739] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1645/1739] Compiling NIOTransportServices NIOTSErrors.swift
[1646/1739] Compiling NIOTransportServices NIOTSEventLoop.swift
[1647/1739] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1648/1739] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1649/1739] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1650/1739] Compiling SQLKit SQLRawBuilder.swift
[1651/1739] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1652/1739] Compiling SQLKit SQLSelectBuilder.swift
[1653/1739] Compiling SQLKit SQLSubqueryBuilder.swift
[1654/1739] Compiling SQLKit SQLUnionBuilder.swift
[1655/1739] Compiling SQLKit SQLUpdateBuilder.swift
[1656/1739] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1657/1739] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1658/1739] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1659/1739] Compiling SQLKit SQLCommonUnionBuilder.swift
[1660/1739] Compiling SQLKit SQLJoinBuilder.swift
[1661/1739] Compiling SQLKit SQLPartialResultBuilder.swift
[1662/1739] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1663/1739] Compiling NIOSSL SubjectAlternativeName.swift
[1664/1739] Compiling SQLKit SQLQueryFetcher.swift
[1665/1739] Compiling SQLKit SQLReturningBuilder.swift
[1666/1739] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1667/1739] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1668/1739] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1669/1739] Compiling SQLKit SQLDatabase.swift
[1670/1739] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1671/1739] Compiling SQLKit SQLDialect.swift
[1672/1739] Compiling SQLKit SQLDatabase+Deprecated.swift
[1673/1739] Compiling SQLKit SQLError.swift
[1674/1739] Compiling SQLKit SQLExpressions+Deprecated.swift
[1675/1739] Compiling NIOTransportServices AcceptHandler.swift
[1676/1739] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1677/1739] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1678/1739] Emitting module NIOTransportServices
[1679/1739] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1680/1739] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1681/1739] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1695/1743] Emitting module SQLKit
[1700/1743] Emitting module NIOSSL
[1713/1743] Compiling SQLKit SQLFunction.swift
[1714/1743] Compiling SQLKit SQLGroupExpression.swift
[1715/1743] Compiling SQLKit SQLIdentifier.swift
[1716/1743] Compiling SQLKit SQLList.swift
[1717/1743] Compiling SQLKit SQLLiteral.swift
[1718/1743] Compiling SQLKit SQLRaw.swift
[1719/1743] Compiling SQLKit SQLCodingUtilities.swift
[1720/1743] Compiling SQLKit SQLQueryEncoder.swift
[1721/1743] Compiling SQLKit SQLRow.swift
[1722/1743] Compiling SQLKit SQLRowDecoder.swift
[1723/1743] Compiling SQLKit SomeCodingKey.swift
[1724/1743] Compiling SQLKit StringHandling.swift
[1726/1744] Compiling NIOSSL TLSConfiguration.swift
[1727/1744] Compiling NIOSSL UniversalBootstrapSupport.swift
[1728/1744] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1730/1935] Emitting module AsyncKit
[1731/1935] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1732/1935] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1733/1935] Compiling PostgresNIO PostgresMessageType.swift
[1734/1935] Compiling PostgresNIO AuthenticationStateMachine.swift
[1735/1935] Compiling PostgresNIO CloseStateMachine.swift
[1736/1935] Compiling PostgresNIO ConnectionStateMachine.swift
[1737/1935] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1738/1935] Compiling PostgresNIO ListenStateMachine.swift
[1739/1935] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1740/1935] Compiling PostgresNIO RowStreamStateMachine.swift
[1741/1935] Compiling PostgresNIO Array+PostgresCodable.swift
[1742/1935] Compiling PostgresNIO Bool+PostgresCodable.swift
[1743/1935] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1744/1947] Compiling PostgresNIO PostgresData+Numeric.swift
[1745/1947] Compiling PostgresNIO PostgresData+Optional.swift
[1746/1947] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1747/1947] Compiling PostgresNIO PostgresData+Set.swift
[1748/1947] Compiling PostgresNIO PostgresData+String.swift
[1749/1947] Compiling PostgresNIO PostgresData+UUID.swift
[1750/1947] Compiling PostgresNIO PostgresData.swift
[1751/1947] Compiling PostgresNIO PostgresDataConvertible.swift
[1752/1947] Compiling PostgresNIO PostgresDataType.swift
[1753/1947] Compiling PostgresNIO PostgresRow.swift
[1754/1947] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1755/1947] Compiling PostgresNIO PostgresData+UInt.swift
[1756/1947] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1757/1947] Compiling PostgresNIO PostgresConnection.swift
[1758/1947] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1759/1947] Compiling PostgresNIO PostgresData+Array.swift
[1760/1947] Compiling PostgresNIO PostgresData+Bool.swift
[1761/1947] Compiling PostgresNIO PostgresData+Bytes.swift
[1762/1947] Compiling PostgresNIO PostgresData+Date.swift
[1763/1947] Compiling PostgresNIO PostgresData+Decimal.swift
[1764/1947] Compiling PostgresNIO PostgresData+Double.swift
[1765/1947] Compiling PostgresNIO PostgresData+Float.swift
[1766/1947] Compiling PostgresNIO PostgresData+Int.swift
[1767/1947] Compiling PostgresNIO PostgresData+JSON.swift
[1768/1947] Compiling PostgresNIO PostgresData+JSONB.swift
[1771/1947] Compiling PostgresNIO Date+PostgresCodable.swift
[1772/1947] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1773/1947] Compiling PostgresNIO Float+PostgresCodable.swift
[1774/1947] Compiling PostgresNIO Int+PostgresCodable.swift
[1775/1947] Compiling PostgresNIO JSON+PostgresCodable.swift
[1776/1947] Compiling PostgresNIO Range+PostgresCodable.swift
[1777/1947] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1778/1947] Compiling PostgresNIO String+PostgresCodable.swift
[1779/1947] Compiling PostgresNIO UUID+PostgresCodable.swift
[1780/1947] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1781/1947] Compiling PostgresNIO Logging+PSQL.swift
[1782/1947] Compiling PostgresNIO Authentication.swift
[1783/1961] Emitting module FluentKit
[1784/1961] Compiling FluentKit DatabaseQuery+Join.swift
[1785/1961] Compiling FluentKit DatabaseQuery+Range.swift
[1786/1961] Compiling FluentKit DatabaseQuery+Sort.swift
[1787/1961] Compiling FluentKit DatabaseQuery+Value.swift
[1788/1961] Compiling FluentKit DatabaseQuery.swift
[1789/1961] Compiling FluentKit QueryHistory.swift
[1790/1961] Compiling FluentKit DatabaseSchema.swift
[1791/1961] Compiling FluentKit SchemaBuilder.swift
[1792/1961] Compiling FluentKit OptionalType.swift
[1793/1961] Compiling FluentKit RandomGeneratable.swift
[1794/1961] Compiling FluentKit SomeCodingKey.swift
[1795/1961] Compiling FluentKit UnsafeMutableTransferBox.swift
[1806/1961] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1807/1961] Compiling PostgresNIO PostgresMessage+Bind.swift
[1808/1961] Compiling PostgresNIO PostgresMessage+Close.swift
[1809/1961] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1810/1961] Compiling PostgresNIO PostgresMessage+Describe.swift
[1826/1961] Compiling PostgresNIO PostgresMessage+Execute.swift
[1827/1961] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1828/1961] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1829/1961] Compiling PostgresNIO PostgresMessage+Parse.swift
[1830/1961] Compiling PostgresNIO PostgresMessage+Password.swift
[1831/1961] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1832/1961] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1833/1961] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1834/1961] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1835/1961] Compiling PostgresNIO PostgresMessage+Startup.swift
[1836/1961] Compiling PostgresNIO PostgresMessage+Sync.swift
[1837/1961] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1838/1961] Compiling PostgresNIO PostgresMessageDecoder.swift
[1839/1961] Compiling PostgresNIO PostgresMessageEncoder.swift
[1840/1961] Compiling PostgresNIO PostgresMessage+0.swift
[1841/1961] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1842/1961] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1843/1961] Compiling PostgresNIO PostgresMessage+Error.swift
[1844/1961] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1868/1961] Emitting module PostgresNIO
[1893/1961] Compiling PostgresNIO BackendKeyData.swift
[1894/1961] Compiling PostgresNIO DataRow.swift
[1895/1961] Compiling PostgresNIO ErrorResponse.swift
[1896/1961] Compiling PostgresNIO NotificationResponse.swift
[1897/1961] Compiling PostgresNIO ParameterDescription.swift
[1898/1961] Compiling PostgresNIO ParameterStatus.swift
[1899/1961] Compiling PostgresNIO ReadyForQuery.swift
[1900/1961] Compiling PostgresNIO RowDescription.swift
[1901/1961] Compiling PostgresNIO NotificationListener.swift
[1902/1961] Compiling PostgresNIO PSQLError.swift
[1903/1961] Compiling PostgresNIO PSQLEventsHandler.swift
[1904/1961] Compiling PostgresNIO PSQLPreparedStatement.swift
[1906/1973] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1907/1974] Emitting module FluentSQL
[1908/1974] Compiling FluentSQL DatabaseSchema+SQL.swift
[1909/1974] Compiling FluentSQL Exports.swift
[1910/1974] Compiling FluentSQL ConverterUtilities.swift
[1911/1974] Compiling FluentSQL DatabaseQuery+SQL.swift
[1912/1974] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1913/1974] Compiling FluentSQL SQLDatabase+Model.swift
[1938/1974] Compiling PostgresNIO PreparedStatement.swift
[1939/1974] Compiling PostgresNIO VariadicGenerics.swift
[1940/1974] Compiling PostgresNIO ConnectionFactory.swift
[1941/1974] Compiling PostgresNIO PostgresClient.swift
[1942/1974] Compiling PostgresNIO PostgresClientMetrics.swift
[1943/1974] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1944/1974] Compiling PostgresNIO PostgresDatabase+Query.swift
[1945/1974] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1946/1974] Compiling PostgresNIO PostgresDatabase.swift
[1947/1974] Compiling PostgresNIO PostgresRequest.swift
[1948/1974] Compiling PostgresNIO Exports.swift
[1949/1974] Compiling PostgresNIO NIOUtils.swift
[1950/1974] Compiling PostgresNIO PostgresError+Code.swift
[1951/1974] Compiling PostgresNIO PostgresError.swift
[1952/1974] Compiling PostgresNIO PostgresJSONDecoder.swift
[1953/1974] Compiling PostgresNIO PostgresJSONEncoder.swift
[1954/1974] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1955/1974] Compiling PostgresNIO SASLAuthenticationManager.swift
[1957/1975] Compiling FluentSQL SQLSchemaConverter.swift
[1958/1975] Compiling FluentSQL SQLList+Deprecated.swift
[1959/1975] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1960/1975] Compiling FluentSQL SQLQueryConverter.swift
[1978/1991] Compiling PostgresKit PostgresRow+SQL.swift
[1979/1992] Compiling PostgresKit ConnectionPool+Postgres.swift
[1980/1992] Compiling PostgresKit PostgresColumnType.swift
[1981/1992] Emitting module PostgresKit
[1982/1992] Compiling PostgresKit SQLPostgresConfiguration.swift
[1983/1992] Compiling PostgresKit PostgresDatabase+SQL.swift
[1984/1992] Compiling PostgresKit PostgresDialect.swift
[1985/1992] Compiling PostgresKit PostgresDataDecoder.swift
[1986/1992] Compiling PostgresKit PostgresDataEncoder.swift
[1987/1992] Compiling PostgresKit PostgresConfiguration.swift
[1988/1992] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[1989/1992] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1990/1992] Compiling PostgresKit Exports.swift
[1991/1992] Compiling PostgresKit PostgresConnectionSource.swift
[1992/1992] Compiling PostgresKit PostgresDataTranslation.swift
[1994/2002] Compiling FluentPostgresDriver PostgresError+Database.swift
[1995/2003] Compiling FluentPostgresDriver Exports.swift
[1996/2003] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[1997/2003] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[1998/2003] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[1999/2003] Emitting module FluentPostgresDriver
[2000/2003] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2001/2003] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2002/2003] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:77:47: warning: type 'T' does not conform to the 'Sendable' protocol
62 | }
63 |
64 | func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
65 | guard !self.inTransaction else {
66 | return closure(self)
:
75 | )
76 | }
77 | return sqlConn.raw("BEGIN").run().flatMap {
| `- warning: type 'T' does not conform to the 'Sendable' protocol
78 | closure(conn).flatMap { result in
79 | sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:78:31: warning: type 'T' does not conform to the 'Sendable' protocol
62 | }
63 |
64 | func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
65 | guard !self.inTransaction else {
66 | return closure(self)
:
76 | }
77 | return sqlConn.raw("BEGIN").run().flatMap {
78 | closure(conn).flatMap { result in
| `- warning: type 'T' does not conform to the 'Sendable' protocol
79 | sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
80 | }.flatMapError { error in
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:79:49: warning: type 'T' does not conform to the 'Sendable' protocol
62 | }
63 |
64 | func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
65 | guard !self.inTransaction else {
66 | return closure(self)
:
77 | return sqlConn.raw("BEGIN").run().flatMap {
78 | closure(conn).flatMap { result in
79 | sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
| `- warning: type 'T' does not conform to the 'Sendable' protocol
80 | }.flatMapError { error in
81 | sqlConn.raw("ROLLBACK").run().flatMapThrowing { throw error }
/host/spi-builder-workspace/Sources/FluentPostgresDriver/FluentPostgresDatabase.swift:80:19: warning: type 'T' does not conform to the 'Sendable' protocol
62 | }
63 |
64 | func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
65 | guard !self.inTransaction else {
66 | return closure(self)
:
78 | closure(conn).flatMap { result in
79 | sqlConn.raw("COMMIT").run().and(value: result).map { $1 }
80 | }.flatMapError { error in
| `- warning: type 'T' does not conform to the 'Sendable' protocol
81 | sqlConn.raw("ROLLBACK").run().flatMapThrowing { throw error }
82 | }
[2003/2003] Compiling FluentPostgresDriver PostgresRow+Database.swift
Build complete! (238.71s)
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" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit.git"
}
],
"manifest_display_name" : "fluent-postgres-driver",
"name" : "fluent-postgres-driver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentPostgresDriver",
"targets" : [
"FluentPostgresDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentPostgresDriverTests",
"module_type" : "SwiftTarget",
"name" : "FluentPostgresDriverTests",
"path" : "Tests/FluentPostgresDriverTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentPostgresDriverTests.swift",
"FluentPostgresTransactionControlTests.swift"
],
"target_dependencies" : [
"FluentPostgresDriver"
],
"type" : "test"
},
{
"c99name" : "FluentPostgresDriver",
"module_type" : "SwiftTarget",
"name" : "FluentPostgresDriver",
"path" : "Sources/FluentPostgresDriver",
"product_dependencies" : [
"FluentKit",
"FluentSQL",
"PostgresKit"
],
"product_memberships" : [
"FluentPostgresDriver"
],
"sources" : [
"DatabaseID+PostgreSQL.swift",
"Deprecations/FluentPostgresConfiguration+Deprecated.swift",
"Exports.swift",
"FluentPostgresConfiguration.swift",
"FluentPostgresDatabase.swift",
"FluentPostgresDriver.swift",
"PostgresConverterDelegate.swift",
"PostgresError+Database.swift",
"PostgresRow+Database.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.