Build Information
Successful build of PostgresConnectionPool, reference 0.8.4 (8821d3
), with Swift 6.1 for Linux on 29 Apr 2025 23:23:03 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/Outdooractive/PostgresConnectionPool.git
Reference: 0.8.4
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/Outdooractive/PostgresConnectionPool
* tag 0.8.4 -> FETCH_HEAD
HEAD is now at 8821d34 Make some pool variables public
Cloned https://github.com/Outdooractive/PostgresConnectionPool.git
Revision (git rev-parse @):
8821d349fa9b5164bbe2214b893c571ab1c3b2d8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/PostgresConnectionPool.git at 0.8.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Outdooractive/PostgresConnectionPool.git
https://github.com/Outdooractive/PostgresConnectionPool.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
},
{
"identity" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit"
}
],
"manifest_display_name" : "PostgresConnectionPool",
"name" : "PostgresConnectionPool",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresConnectionPool",
"targets" : [
"PostgresConnectionPool"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresConnectionPoolTests",
"module_type" : "SwiftTarget",
"name" : "PostgresConnectionPoolTests",
"path" : "Tests/PostgresConnectionPoolTests",
"sources" : [
"ConnectionErrorTests.swift",
"ConnectionTests.swift",
"PostgresHelpers.swift"
],
"target_dependencies" : [
"PostgresConnectionPool"
],
"type" : "test"
},
{
"c99name" : "PostgresConnectionPool",
"module_type" : "SwiftTarget",
"name" : "PostgresConnectionPool",
"path" : "Sources/PostgresConnectionPool",
"product_dependencies" : [
"Atomics",
"Collections",
"PostgresNIO",
"PostgresKit"
],
"product_memberships" : [
"PostgresConnectionPool"
],
"sources" : [
"Extensions/DoubleExtensions.swift",
"Extensions/EmptyTestable.swift",
"Extensions/FloatingPointExtensions.swift",
"Extensions/IntExtensions.swift",
"Extensions/PSQLError+Description.swift",
"Extensions/StringExtensions.swift",
"Extensions/TaskExtensions.swift",
"PoolConfiguration.swift",
"PoolConnection.swift",
"PoolConnectionState.swift",
"PoolContinuation.swift",
"PoolError.swift",
"PoolInfo.swift",
"PostgresConnectionPool.swift",
"PostgresConnectionWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/postgres-kit
[1/5355] Fetching postgres-kit
[3589/7060] Fetching postgres-kit, swift-atomics
[7061/23329] Fetching postgres-kit, swift-atomics, swift-collections
[7712/35446] Fetching postgres-kit, swift-atomics, swift-collections, postgres-nio
Fetched https://github.com/vapor/postgres-kit from cache (0.97s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections from cache (1.00s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.43s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.44s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.30s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.13s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[922/9739] Fetching swift-log, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
[1/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (3.52s)
Fetched https://github.com/apple/swift-nio.git from cache (3.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (0.45s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2206] Fetching swift-metrics
[2119/4600] Fetching swift-metrics, swift-service-lifecycle
[2734/7219] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services
[7220/21003] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.34s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.34s)
[3722/16403] Fetching swift-nio-transport-services, swift-crypto
[5515/31212] Fetching swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-crypto.git from cache (1.35s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.54s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.26s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.76s)
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 (0.44s)
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.33s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
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.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.43s)
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.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.47s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/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-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-kit
Working copy of https://github.com/vapor/postgres-kit resolved at 2.14.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/808] Write sources
[23/808] Compiling _AtomicsShims.c
[24/808] Compiling _NumericsShims _NumericsShims.c
[24/808] Write sources
[34/808] Compiling a_gentm.cc
[35/808] Compiling CNIOWindows shim.c
[36/808] Compiling CNIOWindows WSAStartup.c
[37/808] Compiling a_d2i_fp.cc
[38/808] Compiling CNIOWASI CNIOWASI.c
[39/808] Compiling CNIOLinux liburing_shims.c
[40/808] Compiling CNIODarwin shim.c
[41/808] Write swift-version-24593BA9C3E375BF.txt
[42/808] Compiling a_i2d_fp.cc
[43/808] Compiling a_dup.cc
[44/808] Compiling CNIOLinux shim.c
[45/808] Compiling fiat_p256_adx_sqr.S
[46/808] Compiling ec_derive.cc
[47/808] Compiling fiat_p256_adx_mul.S
[48/808] Compiling hash_to_curve.cc
[49/852] Compiling CNIOBoringSSLShims shims.c
[50/852] Compiling fiat_curve25519_adx_square.S
[51/852] Compiling fiat_curve25519_adx_mul.S
[53/852] Emitting module _NIOBase64
[54/852] Emitting module RealModule
[55/853] Emitting module ConcurrencyHelpers
[55/853] Compiling tls_record.cc
[57/853] Compiling _NIODataStructures _TinyArray.swift
[58/853] Compiling _NIODataStructures PriorityQueue.swift
[59/853] Compiling ConcurrencyHelpers LockedValueBox.swift
[60/853] Compiling _NIOBase64 Base64.swift
[61/853] Compiling RealModule Real.swift
[62/854] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/854] Compiling InternalCollectionsUtilities Specialize.swift
[64/854] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/854] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/854] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/854] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/856] Compiling CoreMetrics Metrics.swift
[69/856] Compiling RealModule Float80+Real.swift
[70/856] Compiling RealModule RealFunctions.swift
[71/856] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/856] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/856] Compiling InternalCollectionsUtilities Debugging.swift
[75/856] Compiling InternalCollectionsUtilities Descriptions.swift
[76/856] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/856] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[78/856] Compiling RealModule Float16+Real.swift
[79/856] Compiling RealModule ElementaryFunctions.swift
[80/856] Compiling RealModule Float+Real.swift
[81/856] Compiling Logging LogHandler.swift
[83/857] Compiling InternalCollectionsUtilities Integer rank.swift
[84/857] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/857] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/857] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/857] Emitting module InternalCollectionsUtilities
[92/857] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/857] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/858] Compiling tls_method.cc
[96/858] Compiling Logging MetadataProvider.swift
[97/858] Compiling ConcurrencyHelpers Lock.swift
[98/859] Compiling Logging Locks.swift
[99/859] Emitting module Logging
[100/859] Emitting module CoreMetrics
[101/859] Compiling CoreMetrics Locks.swift
[102/860] Compiling _NIODataStructures Heap.swift
[103/860] Emitting module _NIODataStructures
[104/860] Compiling Logging Logging.swift
[108/997] Compiling tls13_server.cc
[110/997] Emitting module UnixSignals
[111/997] Compiling HeapModule _HeapNode.swift
[112/997] Compiling HeapModule Heap.swift
[112/997] Compiling tls13_enc.cc
[114/997] Compiling UnixSignals UnixSignal.swift
[115/997] Compiling UnixSignals UnixSignalsSequence.swift
[116/1042] Compiling HashTreeCollections TreeDictionary+Collection.swift
[117/1042] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[118/1042] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[119/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[120/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[121/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[122/1042] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[123/1042] Emitting module HeapModule
[124/1047] Compiling HeapModule Heap+Invariants.swift
[125/1047] Compiling HeapModule Heap+UnsafeHandle.swift
[126/1047] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/1047] Compiling HeapModule Heap+Descriptions.swift
[128/1082] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[129/1082] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[130/1082] Compiling HashTreeCollections TreeDictionary+Keys.swift
[131/1082] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[132/1082] Compiling HashTreeCollections TreeDictionary+Merge.swift
[133/1082] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[134/1082] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[137/1083] Compiling HashTreeCollections _HashNode+Structural union.swift
[138/1083] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[139/1083] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[140/1083] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[141/1083] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[142/1083] Compiling HashTreeCollections _HashNode.swift
[143/1083] Compiling HashTreeCollections _HashNodeHeader.swift
[144/1083] Compiling HashTreeCollections _HashSlot.swift
[145/1083] Compiling HashTreeCollections _HashStack.swift
[146/1083] Compiling HashTreeCollections _HashTreeIterator.swift
[147/1083] Compiling HashTreeCollections _HashTreeStatistics.swift
[148/1083] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[149/1083] Compiling HashTreeCollections _RawHashNode.swift
[150/1083] Compiling HashTreeCollections _UnmanagedHashNode.swift
[151/1083] Compiling HashTreeCollections _UnsafePath.swift
[152/1083] Compiling HashTreeCollections TreeDictionary+Codable.swift
[153/1097] Compiling DequeModule Deque+Testing.swift
[154/1097] Compiling DequeModule Deque._Storage.swift
[155/1097] Compiling DequeModule Deque._UnsafeHandle.swift
[156/1097] Compiling DequeModule Deque.swift
[157/1097] Compiling DequeModule _DequeBuffer.swift
[158/1097] Compiling DequeModule _DequeBufferHeader.swift
[159/1097] Compiling HashTreeCollections _Hash.swift
[160/1097] Compiling HashTreeCollections _HashLevel.swift
[161/1097] Compiling HashTreeCollections _HashNode+Builder.swift
[162/1097] Compiling HashTreeCollections _HashNode+Debugging.swift
[163/1097] Compiling HashTreeCollections _HashNode+Initializers.swift
[164/1097] Compiling HashTreeCollections _HashNode+Invariants.swift
[165/1097] Compiling HashTreeCollections _HashNode+Lookups.swift
[166/1097] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[167/1097] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[168/1097] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[168/1097] Compiling tls13_client.cc
[172/1099] Compiling DequeModule Deque+CustomReflectable.swift
[173/1099] Compiling DequeModule Deque+Descriptions.swift
[174/1099] Compiling DequeModule Deque+Equatable.swift
[175/1099] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[176/1099] Compiling DequeModule Deque+Codable.swift
[177/1099] Compiling DequeModule Deque+Collection.swift
[182/1099] Compiling DequeModule Deque+Extras.swift
[183/1099] Compiling DequeModule Deque+Hashable.swift
[184/1099] Compiling HashTreeCollections TreeSet+Hashable.swift
[185/1099] Compiling HashTreeCollections TreeSet+Sendable.swift
[186/1099] Compiling HashTreeCollections TreeSet+Sequence.swift
[187/1099] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[188/1099] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[189/1099] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[190/1099] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[191/1099] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[192/1099] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[193/1099] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[198/1109] Compiling DequeModule _DequeSlot.swift
[199/1109] Compiling DequeModule _UnsafeWrappedBuffer.swift
[204/1109] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[205/1109] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[206/1109] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[207/1109] Compiling HashTreeCollections TreeDictionary+Filter.swift
[225/1109] Compiling HashTreeCollections TreeDictionary+Values.swift
[226/1109] Compiling HashTreeCollections TreeDictionary.swift
[227/1109] Compiling HashTreeCollections TreeSet+Codable.swift
[228/1109] Compiling HashTreeCollections TreeSet+Collection.swift
[229/1109] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[230/1109] Compiling HashTreeCollections TreeSet+Debugging.swift
[231/1109] Compiling HashTreeCollections TreeSet+Descriptions.swift
[232/1109] Compiling HashTreeCollections TreeSet+Equatable.swift
[233/1109] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[234/1109] Compiling HashTreeCollections TreeSet+Extras.swift
[235/1109] Compiling HashTreeCollections TreeSet+Filter.swift
[281/1118] Emitting module DequeModule
[291/1119] Emitting module OrderedCollections
[292/1120] Compiling _RopeModule _CharacterRecognizer.swift
[293/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[294/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[295/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[296/1120] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[297/1120] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[298/1120] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[299/1120] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[300/1120] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[301/1120] Compiling HashTreeCollections TreeSet.swift
[304/1120] Emitting module _RopeModule
[315/1120] Compiling ssl_x509.cc
[316/1120] Compiling tls13_both.cc
[317/1120] Compiling t1_enc.cc
[340/1120] Compiling ssl_transcript.cc
[342/1120] Emitting module Metrics
[343/1120] Compiling Metrics Metrics.swift
[365/1121] Compiling _RopeModule Rope+Join.swift
[366/1121] Compiling _RopeModule Rope+MutatingForEach.swift
[367/1121] Compiling _RopeModule Rope+Remove.swift
[368/1121] Compiling _RopeModule Rope+RemoveSubrange.swift
[369/1121] Compiling _RopeModule Rope+Split.swift
[370/1121] Compiling _RopeModule Optional Utilities.swift
[371/1121] Compiling _RopeModule String Utilities.swift
[372/1121] Compiling _RopeModule String.Index+ABI.swift
[374/1122] Compiling ssl_versions.cc
[375/1122] Compiling ssl_stat.cc
[376/1122] Compiling ssl_privkey.cc
[378/1122] Emitting module HashTreeCollections
[378/1123] Compiling ssl_session.cc
[380/1123] Compiling ssl_key_share.cc
[381/1123] Compiling ssl_file.cc
[382/1123] Compiling ssl_lib.cc
[383/1123] Compiling ssl_cipher.cc
[384/1123] Compiling ssl_credential.cc
[385/1123] Compiling ssl_buffer.cc
[386/1123] Compiling ssl_asn1.cc
[387/1123] Compiling ssl_cert.cc
[388/1123] Compiling s3_lib.cc
[389/1123] Compiling ssl_aead_ctx.cc
[390/1123] Compiling s3_pkt.cc
[391/1123] Compiling s3_both.cc
[392/1123] Compiling handshake_client.cc
[393/1123] Compiling handshake_server.cc
[394/1123] Compiling handoff.cc
[395/1123] Compiling handshake.cc
[396/1123] Compiling encrypted_client_hello.cc
[397/1123] Compiling dtls_record.cc
[398/1123] Compiling dtls_method.cc
[399/1123] Compiling md5-x86_64-apple.S
[399/1123] Compiling md5-x86_64-linux.S
[401/1123] Compiling d1_srtp.cc
[402/1123] Compiling md5-586-apple.S
[403/1123] Compiling md5-586-linux.S
[404/1123] Compiling chacha20_poly1305_x86_64-apple.S
[405/1123] Compiling chacha20_poly1305_armv8-win.S
[406/1123] Compiling chacha20_poly1305_x86_64-linux.S
[407/1123] Compiling extensions.cc
[408/1123] Compiling chacha20_poly1305_armv8-linux.S
[409/1123] Compiling d1_pkt.cc
[410/1123] Compiling chacha20_poly1305_armv8-apple.S
[411/1123] Compiling chacha-x86_64-linux.S
[412/1123] Compiling chacha-x86_64-apple.S
[413/1123] Compiling chacha-x86-linux.S
[414/1123] Compiling chacha-x86-apple.S
[415/1123] Compiling chacha-armv8-win.S
[416/1123] Compiling chacha-armv8-apple.S
[417/1123] Compiling err_data.cc
[417/1123] Compiling chacha-armv8-linux.S
[419/1123] Compiling chacha-armv4-linux.S
[420/1123] Compiling aes128gcmsiv-x86_64-linux.S
[421/1123] Compiling aes128gcmsiv-x86_64-apple.S
[422/1123] Compiling x86_64-mont-linux.S
[423/1123] Compiling x86_64-mont5-apple.S
[424/1123] Compiling x86_64-mont5-linux.S
[425/1123] Compiling x86_64-mont-apple.S
[426/1123] Compiling x86-mont-linux.S
[427/1123] Compiling vpaes-x86_64-apple.S
[428/1123] Compiling x86-mont-apple.S
[429/1123] Compiling vpaes-x86-linux.S
[430/1123] Compiling vpaes-x86_64-linux.S
[431/1123] Compiling vpaes-x86-apple.S
[432/1123] Compiling vpaes-armv8-linux.S
[433/1123] Compiling vpaes-armv7-linux.S
[434/1123] Compiling vpaes-armv8-apple.S
[435/1123] Compiling vpaes-armv8-win.S
[436/1123] Compiling d1_lib.cc
[437/1123] Compiling sha512-x86_64-linux.S
[438/1123] Compiling sha512-x86_64-apple.S
[439/1123] Compiling sha512-armv8-linux.S
[440/1123] Compiling sha512-armv8-win.S
[441/1123] Compiling sha512-armv8-apple.S
[442/1123] Compiling sha512-armv4-linux.S
[443/1123] Compiling sha512-586-apple.S
[444/1123] Compiling sha512-586-linux.S
[445/1123] Compiling sha256-x86_64-apple.S
[446/1123] Compiling sha256-x86_64-linux.S
[447/1123] Compiling sha256-armv8-win.S
[448/1123] Compiling sha256-armv8-linux.S
[449/1123] Compiling sha256-armv8-apple.S
[450/1123] Compiling sha256-armv4-linux.S
[451/1123] Compiling sha256-586-linux.S
[452/1123] Compiling sha256-586-apple.S
[453/1123] Compiling sha1-x86_64-apple.S
[454/1123] Compiling sha1-armv8-win.S
[455/1123] Compiling sha1-x86_64-linux.S
[456/1123] Compiling sha1-armv8-linux.S
[457/1123] Compiling sha1-armv8-apple.S
[458/1123] Compiling sha1-armv4-large-linux.S
[459/1123] Compiling sha1-586-linux.S
[460/1123] Compiling sha1-586-apple.S
[461/1123] Compiling rsaz-avx2-apple.S
[462/1123] Compiling rsaz-avx2-linux.S
[463/1123] Compiling rdrand-x86_64-linux.S
[464/1123] Compiling rdrand-x86_64-apple.S
[465/1123] Compiling bio_ssl.cc
[466/1123] Compiling p256_beeu-x86_64-asm-apple.S
[467/1123] Compiling p256_beeu-x86_64-asm-linux.S
[468/1123] Compiling p256_beeu-armv8-asm-win.S
[469/1123] Compiling p256_beeu-armv8-asm-linux.S
[470/1123] Compiling p256_beeu-armv8-asm-apple.S
[471/1123] Compiling d1_both.cc
[472/1123] Compiling p256-x86_64-asm-linux.S
[473/1123] Compiling p256-x86_64-asm-apple.S
[474/1123] Compiling p256-armv8-asm-win.S
[475/1123] Compiling p256-armv8-asm-linux.S
[476/1123] Compiling ghashv8-armv8-win.S
[477/1123] Compiling ghashv8-armv8-linux.S
[477/1123] Compiling ghash-x86_64-apple.S
[477/1123] Compiling ghashv8-armv8-apple.S
[477/1123] Compiling ghashv8-armv7-linux.S
[477/1123] Compiling ghash-x86_64-linux.S
[477/1123] Compiling ghash-x86-linux.S
[483/1123] Compiling p256-armv8-asm-apple.S
[484/1123] Compiling ghash-ssse3-x86_64-apple.S
[485/1123] Compiling ghash-x86-apple.S
[486/1123] Compiling ghash-ssse3-x86_64-linux.S
[486/1123] Compiling ghash-neon-armv8-linux.S
[488/1123] Compiling ghash-ssse3-x86-apple.S
[489/1123] Compiling ghash-ssse3-x86-linux.S
[490/1123] Compiling ghash-neon-armv8-win.S
[491/1123] Compiling ghash-neon-armv8-apple.S
[492/1123] Compiling bn-armv8-linux.S
[493/1123] Compiling bn-armv8-win.S
[493/1123] Compiling bsaes-armv7-linux.S
[493/1123] Compiling bn-armv8-apple.S
[496/1123] Compiling bn-586-linux.S
[496/1123] Compiling co-586-linux.S
[498/1123] Compiling ghash-armv4-linux.S
[498/1123] Compiling co-586-apple.S
[500/1123] Compiling armv8-mont-linux.S
[501/1123] Compiling bn-586-apple.S
[501/1123] Compiling aesv8-gcm-armv8-linux.S
[501/1123] Compiling aesv8-gcm-armv8-win.S
[504/1123] Compiling armv8-mont-win.S
[505/1123] Compiling armv8-mont-apple.S
[506/1123] Compiling armv4-mont-linux.S
[507/1123] Compiling aesv8-gcm-armv8-apple.S
[508/1123] Compiling aesv8-armv8-apple.S
[509/1123] Compiling aesv8-armv8-win.S
[510/1123] Compiling aesv8-armv7-linux.S
[511/1123] Compiling aesni-x86-linux.S
[511/1123] Compiling aesv8-armv8-linux.S
[513/1123] Compiling aesni-x86_64-apple.S
[514/1123] Compiling aesni-x86-apple.S
[515/1123] Compiling aesni-x86_64-linux.S
[516/1123] Compiling aesni-gcm-x86_64-apple.S
[517/1123] Compiling aesni-gcm-x86_64-linux.S
[518/1123] Compiling aes-gcm-avx2-x86_64-apple.S
[519/1123] Compiling aes-gcm-avx10-x86_64-apple.S
[520/1123] Compiling aes-gcm-avx2-x86_64-linux.S
[521/1123] Compiling aes-gcm-avx10-x86_64-linux.S
[522/1123] Compiling x_sig.cc
[523/1123] Compiling x_x509a.cc
[524/1123] Compiling x_x509.cc
[525/1123] Compiling x_val.cc
[526/1123] Compiling x_req.cc
[527/1123] Compiling x_pubkey.cc
[528/1123] Compiling x_name.cc
[529/1123] Compiling x_spki.cc
[530/1123] Compiling x509spki.cc
[531/1123] Compiling x_attrib.cc
[532/1123] Compiling x_all.cc
[533/1123] Compiling x_algor.cc
[534/1123] Compiling x509rset.cc
[535/1123] Compiling x_exten.cc
[536/1123] Compiling x509name.cc
[537/1123] Compiling x_crl.cc
[538/1123] Compiling x509cset.cc
[539/1123] Compiling x509_vpm.cc
[540/1123] Compiling x509_v3.cc
[541/1123] Compiling x509_trs.cc
[542/1123] Compiling x509_vfy.cc
[543/1123] Compiling x509_txt.cc
[544/1123] Compiling x509_set.cc
[545/1123] Compiling x509_req.cc
[546/1123] Compiling x509_def.cc
[547/1123] Compiling x509_obj.cc
[548/1123] Compiling x509_ext.cc
[549/1123] Compiling x509_lu.cc
[550/1123] Compiling x509_d2.cc
[551/1123] Compiling x509_att.cc
[552/1123] Compiling x509_cmp.cc
[553/1123] Compiling x509.cc
[554/1123] Compiling v3_prn.cc
[555/1123] Compiling v3_utl.cc
[556/1123] Compiling v3_skey.cc
[557/1123] Compiling v3_purp.cc
[558/1123] Compiling v3_pcons.cc
[558/1123] Compiling v3_ocsp.cc
[560/1123] Compiling v3_pmaps.cc
[561/1123] Compiling v3_ncons.cc
[562/1123] Compiling v3_int.cc
[563/1123] Compiling v3_lib.cc
[564/1123] Compiling v3_info.cc
[565/1123] Compiling v3_ia5.cc
[566/1123] Compiling v3_crld.cc
[567/1123] Compiling v3_enum.cc
[568/1123] Compiling v3_genn.cc
[569/1123] Compiling v3_extku.cc
[570/1123] Compiling v3_bcons.cc
[571/1123] Compiling v3_cpols.cc
[572/1123] Compiling v3_bitst.cc
[573/1123] Compiling v3_conf.cc
[574/1123] Compiling v3_alt.cc
[575/1123] Compiling v3_akey.cc
[576/1123] Compiling v3_akeya.cc
[577/1123] Compiling t_x509a.cc
[578/1123] Compiling t_x509.cc
[579/1123] Compiling i2d_pr.cc
[580/1123] Compiling t_req.cc
[581/1123] Compiling t_crl.cc
[582/1123] Compiling name_print.cc
[583/1123] Compiling rsa_pss.cc
[584/1123] Compiling policy.cc
[585/1123] Compiling by_dir.cc
[586/1123] Compiling a_verify.cc
[587/1123] Compiling by_file.cc
[588/1123] Compiling algorithm.cc
[589/1123] Compiling voprf.cc
[590/1123] Compiling asn1_gen.cc
[591/1123] Compiling a_sign.cc
[592/1123] Compiling thread_win.cc
[593/1123] Compiling a_digest.cc
[594/1123] Compiling trust_token.cc
[595/1123] Compiling thread_pthread.cc
[596/1123] Compiling thread.cc
[597/1123] Compiling pmbtoken.cc
[598/1123] Compiling stack.cc
[599/1123] Compiling thread_none.cc
[600/1123] Compiling siphash.cc
[601/1123] Compiling slhdsa.cc
[602/1123] Compiling sha1.cc
[603/1123] Compiling sha256.cc
[604/1123] Compiling spake2plus.cc
[605/1123] Compiling sha512.cc
[606/1123] Compiling rsa_print.cc
[607/1123] Compiling rsa_extra.cc
[608/1123] Compiling rc4.cc
[609/1123] Compiling windows.cc
[610/1123] Compiling refcount.cc
[611/1123] Compiling rsa_crypt.cc
[612/1123] Compiling urandom.cc
[613/1123] Compiling rsa_asn1.cc
[614/1123] Compiling trusty.cc
[615/1123] Compiling rand.cc
[616/1123] Compiling ios.cc
[617/1123] Compiling getentropy.cc
[618/1123] Compiling passive.cc
[619/1123] Compiling poly1305_arm_asm.S
[620/1123] Compiling forkunsafe.cc
[621/1123] Compiling deterministic.cc
[622/1123] Compiling fork_detect.cc
[623/1123] Compiling poly1305.cc
[624/1123] Compiling poly1305_arm.cc
[625/1123] Compiling poly1305_vec.cc
[626/1123] Compiling pool.cc
[627/1123] Compiling pkcs7.cc
[628/1123] Compiling pkcs7_x509.cc
[629/1123] Compiling p5_pbev2.cc
[630/1123] Compiling pkcs8_x509.cc
[631/1123] Compiling pkcs8.cc
[632/1123] Compiling pem_x509.cc
[633/1123] Compiling pem_xaux.cc
[634/1123] Compiling pem_pkey.cc
[635/1123] Compiling mlkem.cc
[636/1123] Compiling obj_xref.cc
[637/1123] Compiling pem_pk8.cc
[638/1123] Compiling pem_oth.cc
[639/1123] Compiling pem_info.cc
[640/1123] Compiling pem_lib.cc
[641/1123] Compiling pem_all.cc
[642/1123] Compiling mldsa.cc
[643/1123] Compiling obj.cc
[644/1123] Compiling md5.cc
[645/1123] Compiling mem.cc
[646/1123] Compiling poly_rq_mul.S
[647/1123] Compiling fips_shared_support.cc
[648/1123] Compiling md4.cc
[649/1123] Compiling lhash.cc
[650/1123] Compiling sign.cc
[651/1123] Compiling kyber.cc
[652/1123] Compiling scrypt.cc
[653/1123] Compiling ex_data.cc
[654/1123] Compiling hpke.cc
[655/1123] Compiling print.cc
[656/1123] Compiling hrss.cc
[657/1123] Compiling pbkdf.cc
[658/1123] Compiling p_x25519.cc
[659/1123] Compiling p_x25519_asn1.cc
[660/1123] Compiling p_rsa_asn1.cc
[661/1123] Compiling p_hkdf.cc
[662/1123] Compiling p_ed25519.cc
[663/1123] Compiling p_ed25519_asn1.cc
[664/1123] Compiling p_rsa.cc
[665/1123] Compiling p_ec_asn1.cc
[666/1123] Compiling p_ec.cc
[667/1123] Compiling p_dh_asn1.cc
[668/1123] Compiling evp_ctx.cc
[669/1123] Compiling p_dh.cc
[670/1123] Compiling err.cc
[671/1123] Compiling evp.cc
[672/1123] Compiling evp_asn1.cc
[673/1123] Compiling p_dsa_asn1.cc
[674/1123] Compiling engine.cc
[675/1123] Compiling ecdh.cc
[676/1123] Compiling hash_to_curve.cc
[677/1123] Compiling ec_derive.cc
[678/1123] Compiling ecdsa_asn1.cc
[679/1123] Compiling dsa.cc
[680/1123] Compiling dsa_asn1.cc
[681/1123] Compiling ec_asn1.cc
[682/1123] Compiling params.cc
[683/1123] Compiling des.cc
[684/1123] Compiling x25519-asm-arm.S
[685/1123] Compiling dh_asn1.cc
[686/1123] Compiling digest_extra.cc
[687/1123] Compiling crypto.cc
[688/1123] Compiling curve25519.cc
[689/1123] Compiling cpu_intel.cc
[690/1123] Compiling spake25519.cc
[691/1123] Compiling cpu_arm_freebsd.cc
[692/1123] Compiling cpu_arm_linux.cc
[693/1123] Compiling cpu_aarch64_win.cc
[694/1123] Compiling cpu_aarch64_sysreg.cc
[695/1123] Compiling curve25519_64_adx.cc
[696/1123] Compiling cpu_aarch64_linux.cc
[697/1123] Compiling cpu_aarch64_openbsd.cc
[698/1123] Compiling cpu_aarch64_fuchsia.cc
[699/1123] Compiling bcm.cc
[700/1123] Compiling cpu_aarch64_apple.cc
[701/1123] Compiling conf.cc
[702/1123] Compiling tls_cbc.cc
[703/1123] Compiling get_cipher.cc
[704/1123] Compiling e_rc2.cc
[705/1123] Compiling e_tls.cc
[706/1123] Compiling e_null.cc
[707/1123] Compiling e_rc4.cc
[708/1123] Compiling e_des.cc
[709/1123] Compiling e_aesgcmsiv.cc
[710/1123] Compiling e_aesctrhmac.cc
[711/1123] Compiling e_chacha20poly1305.cc
[712/1123] Compiling chacha.cc
[713/1123] Compiling derive_key.cc
[714/1123] Compiling unicode.cc
[715/1123] Compiling cbb.cc
[716/1123] Compiling blake2.cc
[717/1123] Compiling buf.cc
[717/1123] Compiling asn1_compat.cc
[719/1123] Compiling ber.cc
[720/1123] Compiling bn_asn1.cc
[721/1123] Compiling cbs.cc
[722/1123] Compiling convert.cc
[723/1123] Compiling printf.cc
[724/1123] Compiling socket.cc
[725/1123] Compiling hexdump.cc
[726/1123] Compiling errno.cc
[727/1123] Compiling pair.cc
[728/1123] Compiling file.cc
[728/1123] Compiling socket_helper.cc
[730/1123] Compiling fd.cc
[731/1123] Compiling bio_mem.cc
[732/1123] Compiling tasn_typ.cc
[733/1123] Compiling connect.cc
[734/1123] Compiling base64.cc
[735/1123] Compiling bio.cc
[736/1123] Compiling tasn_fre.cc
[737/1123] Compiling tasn_new.cc
[738/1123] Compiling tasn_utl.cc
[739/1123] Compiling tasn_enc.cc
[740/1123] Compiling f_int.cc
[741/1123] Compiling f_string.cc
[742/1123] Compiling posix_time.cc
[743/1123] Compiling asn_pack.cc
[744/1123] Compiling tasn_dec.cc
[745/1123] Compiling asn1_par.cc
[746/1123] Compiling asn1_lib.cc
[747/1123] Compiling a_utctm.cc
[748/1123] Compiling a_octet.cc
[749/1123] Compiling a_type.cc
[750/1123] Compiling a_time.cc
[751/1123] Compiling a_strex.cc
[752/1123] Compiling a_strnid.cc
[753/1123] Compiling a_object.cc
[754/1123] Compiling a_int.cc
[755/1123] Compiling a_mbstr.cc
[756/1123] Compiling a_i2d_fp.cc
[757/1123] Compiling a_d2i_fp.cc
[758/1123] Compiling a_dup.cc
[759/1123] Compiling a_gentm.cc
[760/1123] Compiling fiat_p256_adx_sqr.S
[761/1123] Compiling a_bitstr.cc
[762/1123] Compiling fiat_p256_adx_mul.S
[763/1123] Compiling fiat_curve25519_adx_square.S
[764/1123] Compiling md5-x86_64-apple.S
[765/1123] Compiling fiat_curve25519_adx_mul.S
[766/1123] Compiling md5-x86_64-linux.S
[767/1123] Compiling a_bool.cc
[768/1123] Compiling md5-586-linux.S
[769/1123] Compiling md5-586-apple.S
[770/1123] Compiling chacha20_poly1305_x86_64-apple.S
[771/1123] Compiling chacha20_poly1305_armv8-win.S
[772/1123] Compiling chacha20_poly1305_x86_64-linux.S
[773/1123] Compiling chacha20_poly1305_armv8-linux.S
[774/1123] Compiling chacha20_poly1305_armv8-apple.S
[775/1123] Compiling CCryptoBoringSSLShims shims.c
[776/1123] Compiling chacha-x86_64-linux.S
[777/1123] Compiling chacha-x86-linux.S
[778/1123] Compiling chacha-x86_64-apple.S
[779/1123] Compiling chacha-x86-apple.S
[780/1123] Compiling chacha-armv8-win.S
[781/1123] Compiling chacha-armv8-linux.S
[782/1123] Compiling chacha-armv4-linux.S
[783/1123] Compiling chacha-armv8-apple.S
[784/1123] Compiling err_data.cc
[785/1123] Compiling aes128gcmsiv-x86_64-apple.S
[786/1123] Compiling aes128gcmsiv-x86_64-linux.S
[787/1123] Compiling x86_64-mont5-linux.S
[788/1123] Compiling x86_64-mont5-apple.S
[789/1123] Compiling x86_64-mont-apple.S
[790/1123] Compiling x86_64-mont-linux.S
[791/1123] Compiling x86-mont-linux.S
[792/1123] Compiling x86-mont-apple.S
[793/1123] Compiling vpaes-x86_64-linux.S
[794/1123] Compiling vpaes-x86_64-apple.S
[795/1123] Compiling vpaes-x86-apple.S
[796/1123] Compiling vpaes-x86-linux.S
[797/1123] Compiling vpaes-armv8-win.S
[798/1123] Compiling vpaes-armv8-linux.S
[799/1123] Compiling vpaes-armv8-apple.S
[800/1123] Compiling vpaes-armv7-linux.S
[801/1123] Compiling sha512-x86_64-apple.S
[802/1123] Compiling sha512-x86_64-linux.S
[803/1123] Compiling sha512-armv8-win.S
[804/1123] Compiling sha512-armv8-linux.S
[805/1123] Compiling sha512-armv8-apple.S
[806/1123] Compiling sha512-586-linux.S
[807/1123] Compiling sha512-armv4-linux.S
[808/1123] Compiling sha512-586-apple.S
[809/1123] Compiling sha256-x86_64-apple.S
[810/1123] Compiling sha256-x86_64-linux.S
[811/1123] Compiling sha256-armv8-win.S
[812/1123] Compiling sha256-armv8-apple.S
[813/1123] Compiling sha256-armv8-linux.S
[814/1123] Compiling sha256-armv4-linux.S
[815/1123] Compiling sha256-586-linux.S
[816/1123] Compiling sha256-586-apple.S
[817/1123] Compiling sha1-armv8-win.S
[818/1123] Compiling sha1-x86_64-apple.S
[819/1123] Compiling sha1-armv8-linux.S
[820/1123] Compiling sha1-x86_64-linux.S
[821/1123] Compiling sha1-armv4-large-linux.S
[822/1123] Compiling sha1-armv8-apple.S
[823/1123] Compiling sha1-586-apple.S
[824/1123] Compiling sha1-586-linux.S
[825/1123] Compiling rsaz-avx2-apple.S
[826/1123] Compiling rsaz-avx2-linux.S
[827/1123] Compiling rdrand-x86_64-linux.S
[828/1123] Compiling rdrand-x86_64-apple.S
[829/1123] Compiling p256_beeu-x86_64-asm-linux.S
[830/1123] Compiling p256_beeu-x86_64-asm-apple.S
[831/1123] Compiling p256_beeu-armv8-asm-win.S
[832/1123] Compiling p256_beeu-armv8-asm-apple.S
[833/1123] Compiling p256_beeu-armv8-asm-linux.S
[834/1123] Compiling p256-x86_64-asm-apple.S
[835/1123] Compiling p256-armv8-asm-win.S
[836/1123] Compiling p256-x86_64-asm-linux.S
[837/1123] Compiling p256-armv8-asm-linux.S
[838/1123] Compiling p256-armv8-asm-apple.S
[839/1123] Compiling ghashv8-armv8-win.S
[840/1123] Compiling ghashv8-armv8-apple.S
[841/1123] Compiling ghashv8-armv8-linux.S
[842/1123] Compiling ghashv8-armv7-linux.S
[843/1123] Compiling ghash-x86_64-apple.S
[844/1123] Compiling ghash-x86-linux.S
[845/1123] Compiling ghash-x86_64-linux.S
[846/1123] Compiling ghash-x86-apple.S
[847/1123] Compiling ghash-ssse3-x86_64-apple.S
[848/1123] Compiling ghash-ssse3-x86_64-linux.S
[849/1123] Compiling ghash-ssse3-x86-linux.S
[850/1123] Compiling ghash-ssse3-x86-apple.S
[851/1123] Compiling ghash-neon-armv8-win.S
[852/1123] Compiling ghash-neon-armv8-apple.S
[853/1123] Compiling ghash-neon-armv8-linux.S
[854/1123] Compiling ghash-armv4-linux.S
[855/1123] Compiling co-586-apple.S
[856/1123] Compiling co-586-linux.S
[857/1123] Compiling bsaes-armv7-linux.S
[858/1123] Compiling bn-armv8-linux.S
[859/1123] Compiling bn-armv8-win.S
[860/1123] Compiling bn-armv8-apple.S
[861/1123] Compiling bn-586-apple.S
[862/1123] Compiling bn-586-linux.S
[863/1123] Compiling armv8-mont-win.S
[864/1123] Compiling aesv8-gcm-armv8-win.S
[864/1123] Compiling armv8-mont-linux.S
[866/1123] Compiling armv4-mont-linux.S
[867/1123] Compiling armv8-mont-apple.S
[868/1123] Compiling aesv8-gcm-armv8-linux.S
[869/1123] Compiling aesv8-gcm-armv8-apple.S
[870/1123] Compiling aesv8-armv8-linux.S
[871/1123] Compiling aesv8-armv8-win.S
[872/1123] Compiling aesv8-armv8-apple.S
[872/1123] Compiling aesv8-armv7-linux.S
[874/1123] Compiling aesni-x86_64-linux.S
[875/1123] Compiling aesni-x86_64-apple.S
[876/1123] Compiling aesni-x86-linux.S
[877/1123] Compiling aesni-x86-apple.S
[878/1123] Compiling aesni-gcm-x86_64-apple.S
[879/1123] Compiling aesni-gcm-x86_64-linux.S
[880/1123] Compiling aes-gcm-avx10-x86_64-linux.S
[881/1123] Compiling aes-gcm-avx10-x86_64-apple.S
[882/1123] Compiling x_val.cc
[883/1123] Compiling c-nioatomics.c
[884/1123] Compiling x_x509.cc
[885/1123] Compiling x_sig.cc
[886/1123] Compiling x_x509a.cc
[887/1123] Compiling x_req.cc
[888/1123] Compiling x_spki.cc
[889/1123] Compiling c-atomics.c
[890/1123] Compiling x_algor.cc
[891/1123] Compiling x_all.cc
[892/1123] Compiling x_crl.cc
[893/1123] Compiling x_attrib.cc
[894/1123] Compiling x_pubkey.cc
[895/1125] Compiling x_name.cc
[896/1129] Compiling x_exten.cc
[897/1129] Compiling x509spki.cc
[899/1129] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[899/1129] Compiling x509name.cc
[901/1129] Compiling NIOConcurrencyHelpers NIOLock.swift
[901/1129] Compiling x509_vfy.cc
[903/1129] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[903/1129] Compiling x509rset.cc
[905/1129] Compiling NIOConcurrencyHelpers lock.swift
[905/1129] Compiling x509cset.cc
[906/1129] Compiling x509_vpm.cc
[907/1129] Compiling x509_txt.cc
[908/1129] Compiling x509_trs.cc
[910/1129] Compiling NIOConcurrencyHelpers atomics.swift
[911/1129] Emitting module NIOConcurrencyHelpers
[911/1130] Compiling x509_v3.cc
[913/1130] Compiling x509_set.cc
[914/1130] Compiling x509_req.cc
[915/1130] Compiling x509_obj.cc
[916/1130] Compiling x509_def.cc
[917/1130] Compiling x509_lu.cc
[918/1130] Compiling x509_d2.cc
[919/1130] Compiling x509_ext.cc
[920/1130] Compiling x509_cmp.cc
[921/1130] Compiling x509.cc
[922/1130] Compiling v3_utl.cc
[923/1130] Compiling x509_att.cc
[924/1130] Compiling v3_pcons.cc
[925/1130] Compiling v3_skey.cc
[926/1130] Compiling v3_purp.cc
[927/1130] Compiling v3_ncons.cc
[928/1130] Compiling v3_prn.cc
[929/1130] Compiling v3_ocsp.cc
[930/1130] Compiling v3_pmaps.cc
[931/1130] Compiling v3_lib.cc
[932/1130] Compiling v3_int.cc
[933/1130] Compiling v3_genn.cc
[934/1130] Compiling v3_extku.cc
[935/1130] Compiling v3_ia5.cc
[936/1130] Compiling v3_enum.cc
[937/1130] Compiling v3_info.cc
[938/1130] Compiling v3_cpols.cc
[939/1130] Compiling v3_crld.cc
[940/1130] Compiling v3_bitst.cc
[941/1130] Compiling v3_alt.cc
[942/1130] Compiling v3_bcons.cc
[943/1130] Compiling v3_akeya.cc
[944/1130] Compiling v3_akey.cc
[945/1130] Compiling t_x509.cc
[946/1130] Compiling v3_conf.cc
[947/1130] Compiling t_x509a.cc
[948/1130] Compiling t_req.cc
[949/1130] Compiling i2d_pr.cc
[950/1130] Compiling name_print.cc
[951/1130] Compiling t_crl.cc
[952/1130] Compiling policy.cc
[953/1130] Compiling by_file.cc
[954/1130] Compiling rsa_pss.cc
[955/1130] Compiling asn1_gen.cc
[956/1130] Compiling by_dir.cc
[957/1130] Compiling voprf.cc
[958/1130] Compiling a_digest.cc
[959/1130] Compiling trust_token.cc
[960/1130] Compiling thread_win.cc
[961/1130] Compiling thread_pthread.cc
[962/1130] Compiling algorithm.cc
[963/1130] Compiling thread.cc
[964/1130] Compiling thread_none.cc
[965/1130] Compiling a_verify.cc
[966/1130] Compiling pmbtoken.cc
[967/1130] Compiling a_sign.cc
[968/1130] Compiling thash.cc
[969/1130] Compiling fors.cc
[970/1130] Compiling sha512.cc
[970/1130] Compiling stack.cc
[972/1130] Compiling slhdsa.cc
[973/1130] Compiling wots.cc
[974/1130] Compiling merkle.cc
[975/1130] Compiling sha256.cc
[976/1130] Compiling siphash.cc
[977/1130] Compiling sha1.cc
[978/1130] Compiling refcount.cc
[979/1130] Compiling rsa_print.cc
[980/1130] Compiling rsa_asn1.cc
[981/1130] Compiling rc4.cc
[982/1130] Compiling rsa_extra.cc
[983/1130] Compiling windows.cc
[984/1130] Compiling rsa_crypt.cc
[985/1130] Compiling ios.cc
[986/1130] Compiling rand_extra.cc
[987/1130] Compiling passive.cc
[988/1130] Compiling trusty.cc
[989/1130] Compiling urandom.cc
[990/1130] Compiling getentropy.cc
[991/1130] Compiling poly1305_arm_asm.S
[992/1130] Compiling deterministic.cc
[993/1130] Compiling forkunsafe.cc
[994/1130] Compiling fork_detect.cc
[995/1130] Compiling poly1305_arm.cc
[996/1130] Compiling poly1305.cc
[997/1130] Compiling pool.cc
[998/1130] Compiling poly1305_vec.cc
[999/1130] Compiling pkcs7.cc
[1000/1130] Compiling pkcs8.cc
[1001/1130] Compiling p5_pbev2.cc
[1002/1130] Compiling pem_xaux.cc
[1003/1130] Compiling pkcs7_x509.cc
[1004/1130] Compiling pkcs8_x509.cc
[1005/1130] Compiling pem_x509.cc
[1006/1130] Compiling pem_pkey.cc
[1007/1130] Compiling obj_xref.cc
[1008/1130] Compiling pem_info.cc
[1009/1130] Compiling pem_pk8.cc
[1010/1130] Compiling pem_oth.cc
[1011/1130] Compiling mldsa.cc
[1012/1130] Compiling obj.cc
[1013/1130] Compiling md5.cc
[1013/1130] Compiling mem.cc
[1015/1130] Compiling pem_lib.cc
[1016/1130] Compiling mlkem.cc
[1017/1130] Compiling pem_all.cc
[1018/1130] Compiling fips_shared_support.cc
[1019/1130] Compiling md4.cc
[1020/1130] Compiling poly_rq_mul.S
[1021/1130] Compiling lhash.cc
[1022/1130] Compiling ex_data.cc
[1023/1130] Compiling hpke.cc
[1024/1130] Compiling sign.cc
[1025/1130] Compiling hrss.cc
[1026/1130] Compiling kyber.cc
[1027/1130] Compiling scrypt.cc
[1028/1130] Compiling pbkdf.cc
[1029/1130] Compiling p_x25519_asn1.cc
[1030/1130] Compiling print.cc
[1031/1130] Compiling p_x25519.cc
[1032/1130] Compiling p_ed25519.cc
[1033/1130] Compiling p_rsa.cc
[1034/1130] Compiling p_rsa_asn1.cc
[1035/1130] Compiling p_hkdf.cc
[1036/1130] Compiling p_ed25519_asn1.cc
[1037/1130] Compiling p_ec_asn1.cc
[1038/1130] Compiling p_ec.cc
[1039/1130] Compiling evp_ctx.cc
[1040/1130] Compiling p_dsa_asn1.cc
[1041/1130] Compiling p_dh_asn1.cc
[1042/1130] Compiling p_dh.cc
[1043/1130] Compiling evp.cc
[1044/1130] Compiling evp_asn1.cc
[1045/1130] Compiling err.cc
[1046/1130] Compiling engine.cc
[1047/1130] Compiling ecdh_extra.cc
[1048/1130] Compiling ecdsa_asn1.cc
[1049/1130] Compiling dsa_asn1.cc
[1050/1130] Compiling dsa.cc
[1051/1130] Compiling ec_asn1.cc
[1052/1130] Compiling digest_extra.cc
[1053/1130] Compiling params.cc
[1054/1130] Compiling dh_asn1.cc
[1055/1130] Compiling x25519-asm-arm.S
[1056/1130] Compiling des.cc
[1057/1130] Compiling spake25519.cc
[1058/1130] Compiling cpu_aarch64_win.cc
[1059/1130] Compiling crypto.cc
[1059/1130] Compiling cpu_intel.cc
[1061/1130] Compiling cpu_arm_freebsd.cc
[1062/1130] Compiling curve25519.cc
[1063/1130] Compiling cpu_arm_linux.cc
[1064/1130] Compiling cpu_aarch64_apple.cc
[1064/1130] Compiling curve25519_64_adx.cc
[1066/1130] Compiling cpu_aarch64_openbsd.cc
[1067/1130] Compiling cpu_aarch64_fuchsia.cc
[1068/1130] Compiling cpu_aarch64_sysreg.cc
[1069/1130] Compiling cpu_aarch64_linux.cc
[1070/1130] Compiling bcm.cc
[1071/1130] Compiling conf.cc
[1072/1130] Compiling e_rc4.cc
[1072/1130] Compiling e_aesgcmsiv.cc
[1073/1130] Compiling e_des.cc
[1075/1130] Compiling e_chacha20poly1305.cc
[1076/1130] Compiling tls_cbc.cc
[1077/1130] Compiling e_tls.cc
[1078/1130] Compiling e_rc2.cc
[1079/1130] Compiling e_null.cc
[1080/1130] Compiling chacha.cc
[1080/1130] Compiling unicode.cc
[1081/1130] Compiling e_aesctrhmac.cc
[1081/1130] Compiling derive_key.cc
[1081/1130] Compiling cipher_extra.cc
[1085/1130] Compiling ber.cc
[1086/1130] Compiling cbs.cc
[1087/1130] Compiling cbb.cc
[1088/1130] Compiling blake2.cc
[1089/1130] Compiling buf.cc
[1090/1130] Compiling bn_asn1.cc
[1091/1130] Compiling printf.cc
[1092/1130] Compiling asn1_compat.cc
[1093/1130] Compiling pair.cc
[1093/1130] Compiling hexdump.cc
[1094/1130] Compiling convert.cc
[1096/1130] Compiling bio_mem.cc
[1097/1130] Compiling errno.cc
[1098/1130] Compiling file.cc
[1099/1130] Compiling fd.cc
[1100/1130] Compiling bio.cc
[1101/1130] Compiling base64.cc
[1102/1130] Compiling tasn_typ.cc
[1103/1130] Compiling tasn_fre.cc
[1104/1130] Compiling tasn_utl.cc
[1105/1130] Compiling tasn_enc.cc
[1106/1130] Compiling tasn_new.cc
[1107/1130] Compiling posix_time.cc
[1108/1130] Compiling tasn_dec.cc
[1109/1130] Compiling f_string.cc
[1110/1130] Compiling f_int.cc
[1111/1130] Compiling asn_pack.cc
[1112/1130] Compiling asn1_par.cc
[1113/1130] Compiling a_utctm.cc
[1114/1130] Compiling a_type.cc
[1115/1130] Compiling asn1_lib.cc
[1116/1130] Compiling a_time.cc
[1117/1130] Compiling a_octet.cc
[1117/1130] Write sources
[1123/1130] Compiling a_strex.cc
[1124/1130] Compiling a_strnid.cc
[1125/1130] Compiling a_mbstr.cc
[1126/1130] Compiling a_object.cc
[1127/1130] Compiling a_bool.cc
[1128/1131] Compiling a_int.cc
[1129/1149] Compiling a_bitstr.cc
[1131/1280] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1132/1280] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1133/1280] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1134/1280] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1135/1282] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1136/1282] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1137/1282] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1138/1282] Compiling AsyncAlgorithms Locking.swift
[1139/1282] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1140/1282] Compiling AsyncAlgorithms ChannelStorage.swift
[1141/1282] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1142/1282] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1143/1282] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1144/1282] Compiling Atomics IntegerOperations.swift
[1145/1282] Compiling Atomics Unmanaged extensions.swift
[1146/1289] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1147/1289] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1148/1289] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1149/1289] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1150/1289] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1151/1289] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1152/1289] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1153/1289] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1154/1289] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1155/1289] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1156/1289] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1157/1289] Compiling AsyncAlgorithms AsyncChannel.swift
[1158/1289] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1159/1289] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1160/1289] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1161/1289] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1162/1289] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1163/1289] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1164/1289] Compiling AsyncAlgorithms MergeStateMachine.swift
[1165/1289] Compiling AsyncAlgorithms MergeStorage.swift
[1166/1289] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1167/1289] Compiling AsyncAlgorithms Rethrow.swift
[1168/1289] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1169/1289] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1170/1289] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1171/1289] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1172/1289] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1173/1289] Compiling BitCollections BitSet+SetAlgebra union.swift
[1174/1289] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1175/1289] Compiling BitCollections BitSet.Counted.swift
[1176/1289] Compiling CryptoBoringWrapper RandomBytes.swift
[1186/1295] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1187/1295] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1188/1295] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1195/1295] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1196/1295] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1197/1295] Compiling AsyncAlgorithms DebounceStorage.swift
[1198/1295] Compiling AsyncAlgorithms Dictionary.swift
[1199/1295] Emitting module BitCollections
[1214/1295] Emitting module CryptoBoringWrapper
[1215/1295] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1216/1295] Compiling CryptoBoringWrapper EllipticCurve.swift
[1217/1295] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1218/1295] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1219/1295] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1220/1295] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1221/1295] Emitting module AsyncAlgorithms
[1222/1296] Compiling BitCollections BitSet.Index.swift
[1223/1296] Compiling BitCollections BitSet._UnsafeHandle.swift
[1224/1296] Compiling BitCollections BitSet.swift
[1225/1296] Compiling BitCollections Range+Utilities.swift
[1226/1296] Compiling BitCollections Slice+Utilities.swift
[1227/1296] Compiling BitCollections UInt+Tricks.swift
[1228/1296] Compiling BitCollections _Word.swift
[1248/1373] Compiling Crypto ASN1Strings.swift
[1249/1373] Compiling Crypto ArraySliceBigint.swift
[1250/1373] Compiling Crypto GeneralizedTime.swift
[1251/1373] Compiling Crypto ASN1Identifier.swift
[1252/1373] Compiling Crypto ASN1Integer.swift
[1253/1373] Compiling Crypto ASN1Null.swift
[1254/1373] Compiling Crypto ASN1OctetString.swift
[1255/1373] Compiling Crypto AES-GCM.swift
[1256/1373] Compiling Crypto AES-GCM_boring.swift
[1257/1373] Compiling Crypto ChaChaPoly_boring.swift
[1258/1373] Compiling Crypto ChaChaPoly.swift
[1259/1373] Compiling Crypto Cipher.swift
[1260/1373] Compiling Crypto Nonces.swift
[1261/1373] Compiling Crypto ASN1.swift
[1262/1373] Compiling Crypto ObjectIdentifier.swift
[1263/1373] Compiling Crypto ECDSASignature.swift
[1264/1373] Compiling Crypto PEMDocument.swift
[1265/1373] Compiling Crypto PKCS8PrivateKey.swift
[1266/1373] Compiling Crypto SEC1PrivateKey.swift
[1267/1373] Compiling Crypto SubjectPublicKeyInfo.swift
[1268/1373] Compiling Crypto CryptoKitErrors.swift
[1269/1373] Compiling Collections Collections.swift
[1270/1373] Emitting module Collections
[1275/1374] Compiling Crypto Digest_boring.swift
[1276/1374] Compiling Crypto Digest.swift
[1277/1374] Emitting module Atomics
[1285/1375] Compiling Crypto Digests.swift
[1286/1375] Compiling Crypto HPKE-KexKeyDerivation.swift
[1287/1375] Compiling Crypto HPKE-LabeledExtract.swift
[1288/1375] Compiling Crypto HPKE-Utils.swift
[1289/1375] Compiling Crypto DHKEM.swift
[1290/1375] Compiling Crypto HPKE-KEM-Curve25519.swift
[1291/1375] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1293/1375] Compiling Crypto HashFunctions.swift
[1294/1375] Compiling Crypto HashFunctions_SHA2.swift
[1295/1375] Compiling Crypto HPKE-AEAD.swift
[1296/1375] Compiling Crypto HPKE-Ciphersuite.swift
[1297/1375] Compiling Crypto HPKE-KDF.swift
[1298/1440] Compiling NIOCore IOData.swift
[1299/1440] Compiling NIOCore IPProtocol.swift
[1300/1440] Compiling NIOCore IntegerBitPacking.swift
[1301/1440] Compiling NIOCore IntegerTypes.swift
[1302/1440] Compiling NIOCore Interfaces.swift
[1303/1440] Compiling NIOCore Linux.swift
[1305/1449] Compiling NIOCore AsyncChannel.swift
[1306/1449] Compiling NIOCore AsyncChannelHandler.swift
[1307/1458] Compiling NIOCore AsyncChannelInboundStream.swift
[1308/1458] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1309/1458] Compiling ServiceLifecycle CancellationWaiter.swift
[1310/1459] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1311/1459] Emitting module Algorithms
[1312/1460] Emitting module ServiceLifecycle
[1314/1460] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1315/1460] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1316/1460] Compiling Crypto HKDF.swift
[1317/1460] Compiling Crypto AESWrap.swift
[1318/1460] Compiling Crypto AESWrap_boring.swift
[1319/1460] Compiling Crypto Ed25519_boring.swift
[1320/1460] Compiling Crypto NISTCurvesKeys_boring.swift
[1321/1460] Compiling Crypto X25519Keys_boring.swift
[1322/1460] Compiling Crypto Curve25519.swift
[1323/1460] Compiling Crypto Ed25519Keys.swift
[1324/1460] Compiling Crypto NISTCurvesKeys.swift
[1325/1460] Compiling Crypto X25519Keys.swift
[1326/1460] Compiling NIOCore MarkedCircularBuffer.swift
[1327/1460] Compiling NIOCore MulticastChannel.swift
[1328/1460] Compiling NIOCore NIOAny.swift
[1329/1460] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1330/1460] Compiling NIOCore NIOLoopBound.swift
[1331/1460] Compiling NIOCore NIOScheduledCallback.swift
[1332/1460] Compiling NIOCore NIOSendable.swift
[1333/1460] Compiling NIOCore RecvByteBufferAllocator.swift
[1334/1460] Compiling Crypto ECDSA.swift
[1335/1460] Compiling Crypto Ed25519.swift
[1336/1469] Compiling ServiceLifecycle ServiceRunnerError.swift
[1337/1469] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1338/1469] Compiling ServiceLifecycle GracefulShutdown.swift
[1339/1469] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1340/1469] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1341/1469] Compiling NIOCore ByteBuffer-views.swift
[1342/1469] Compiling NIOCore Channel.swift
[1343/1469] Compiling NIOCore ChannelHandler.swift
[1344/1469] Compiling NIOCore ChannelHandlers.swift
[1345/1469] Compiling NIOCore ChannelInvoker.swift
[1346/1469] Compiling NIOCore ChannelOption.swift
[1347/1469] Compiling NIOCore ChannelPipeline.swift
[1348/1469] Compiling NIOCore CircularBuffer.swift
[1349/1469] Compiling NIOCore Codec.swift
[1350/1469] Compiling NIOCore ConvenienceOptionSupport.swift
[1351/1469] Compiling NIOCore AddressedEnvelope.swift
[1352/1469] Compiling NIOCore AsyncAwaitSupport.swift
[1353/1469] Compiling NIOCore DeadChannel.swift
[1354/1469] Compiling NIOCore DispatchQueue+WithFuture.swift
[1355/1469] Compiling NIOCore EventLoop+Deprecated.swift
[1356/1469] Compiling NIOCore EventLoop+SerialExecutor.swift
[1357/1469] Compiling NIOCore EventLoop.swift
[1358/1469] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1359/1469] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1360/1469] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1361/1469] Compiling NIOCore EventLoopFuture.swift
[1362/1469] Compiling NIOCore FileDescriptor.swift
[1363/1469] Compiling NIOCore FileHandle.swift
[1364/1469] Compiling NIOCore FileRegion.swift
[1365/1469] Compiling NIOCore GlobalSingletons.swift
[1366/1469] Compiling NIOCore IO.swift
[1373/1469] Compiling NIOCore BSDSocketAPI.swift
[1374/1469] Compiling NIOCore ByteBuffer-aux.swift
[1375/1469] Compiling NIOCore NIOAsyncWriter.swift
[1376/1469] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1377/1469] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1378/1469] Emitting module _ConnectionPoolModule
[1408/1478] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1409/1478] Compiling NIOCore ByteBuffer-conversions.swift
[1410/1478] Compiling NIOCore ByteBuffer-core.swift
[1411/1478] Compiling NIOCore ByteBuffer-hex.swift
[1412/1478] Compiling NIOCore ByteBuffer-int.swift
[1413/1478] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1414/1478] Compiling NIOCore ByteBuffer-multi-int.swift
[1415/1478] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1416/1478] Emitting module Crypto
[1417/1478] Compiling ServiceLifecycle Service.swift
[1418/1478] Compiling ServiceLifecycle ServiceGroup.swift
[1420/1479] Compiling Crypto Signature.swift
[1421/1479] Compiling Crypto CryptoKitErrors_boring.swift
[1422/1479] Compiling Crypto RNG_boring.swift
[1423/1479] Compiling Crypto SafeCompare_boring.swift
[1424/1479] Compiling Crypto Zeroization_boring.swift
[1425/1479] Compiling Crypto PrettyBytes.swift
[1426/1479] Compiling Crypto SafeCompare.swift
[1427/1479] Compiling Crypto SecureBytes.swift
[1428/1479] Compiling Crypto Zeroization.swift
[1455/1480] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1456/1480] Compiling NIOCore SocketAddresses.swift
[1457/1480] Compiling NIOCore SocketOptionProvider.swift
[1458/1480] Compiling NIOCore SystemCallHelpers.swift
[1459/1480] Compiling NIOCore TimeAmount+Duration.swift
[1460/1480] Compiling NIOCore TypeAssistedChannelHandler.swift
[1461/1480] Compiling NIOCore UniversalBootstrapSupport.swift
[1462/1480] Compiling NIOCore Utilities.swift
[1480/1480] Emitting module NIOCore
[1482/1532] Compiling NIOEmbedded Embedded.swift
[1483/1532] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1484/1532] Compiling NIOEmbedded AsyncTestingChannel.swift
[1485/1532] Emitting module NIOEmbedded
[1487/1533] Emitting module NIOPosix
[1488/1539] Compiling NIOPosix ThreadPosix.swift
[1489/1539] Compiling NIOPosix ThreadWindows.swift
[1490/1539] Compiling NIOPosix UnsafeTransfer.swift
[1491/1539] Compiling NIOPosix Utilities.swift
[1492/1539] Compiling NIOPosix VsockAddress.swift
[1493/1539] Compiling NIOPosix VsockChannelEvents.swift
[1494/1539] Compiling NIOPosix SelectableChannel.swift
[1495/1539] Compiling NIOPosix SelectableEventLoop.swift
[1496/1539] Compiling NIOPosix SelectorEpoll.swift
[1497/1539] Compiling NIOPosix SelectorGeneric.swift
[1498/1539] Compiling NIOPosix SelectorKqueue.swift
[1499/1539] Compiling NIOPosix SelectorUring.swift
[1500/1539] Compiling NIOPosix ServerSocket.swift
[1501/1539] Compiling NIOPosix Socket.swift
[1502/1539] Compiling NIOPosix SocketChannel.swift
[1503/1539] Compiling NIOPosix SocketProtocols.swift
[1504/1539] Compiling NIOPosix System.swift
[1505/1539] Compiling NIOPosix Thread.swift
[1506/1539] Compiling NIOPosix BSDSocketAPICommon.swift
[1507/1539] Compiling NIOPosix BSDSocketAPIPosix.swift
[1508/1539] Compiling NIOPosix BSDSocketAPIWindows.swift
[1509/1539] Compiling NIOPosix BaseSocket.swift
[1510/1539] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1511/1539] Compiling NIOPosix BaseSocketChannel.swift
[1512/1539] Compiling NIOPosix BaseStreamSocketChannel.swift
[1513/1539] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1514/1539] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1515/1539] Compiling NIOPosix PosixSingletons.swift
[1516/1539] Compiling NIOPosix RawSocketBootstrap.swift
[1517/1539] Compiling NIOPosix Resolver.swift
[1518/1539] Compiling NIOPosix Selectable.swift
[1519/1539] Compiling NIOPosix Bootstrap.swift
[1520/1539] Compiling NIOPosix ControlMessage.swift
[1521/1539] Compiling NIOPosix DatagramVectorReadManager.swift
[1522/1539] Compiling NIOPosix Errors+Any.swift
[1523/1539] Compiling NIOPosix FileDescriptor.swift
[1524/1539] Compiling NIOPosix GetaddrinfoResolver.swift
[1525/1539] Compiling NIOPosix HappyEyeballs.swift
[1526/1539] Compiling NIOPosix IO.swift
[1527/1539] Compiling NIOPosix IntegerBitPacking.swift
[1528/1539] Compiling NIOPosix IntegerTypes.swift
[1529/1539] Compiling NIOPosix Linux.swift
[1530/1539] Compiling NIOPosix LinuxCPUSet.swift
[1531/1539] Compiling NIOPosix LinuxUring.swift
[1532/1539] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1533/1539] Compiling NIOPosix NIOThreadPool.swift
[1534/1539] Compiling NIOPosix NonBlockingFileIO.swift
[1535/1539] Compiling NIOPosix PendingDatagramWritesManager.swift
[1536/1539] Compiling NIOPosix PendingWritesManager.swift
[1537/1539] Compiling NIOPosix PipeChannel.swift
[1538/1539] Compiling NIOPosix PipePair.swift
[1539/1539] Compiling NIOPosix Pool.swift
[1541/1564] Emitting module NIO
[1542/1564] Compiling NIO Exports.swift
[1544/1565] Compiling AsyncKit Future+Miscellaneous.swift
[1545/1565] Compiling AsyncKit Future+Nonempty.swift
[1546/1565] Compiling AsyncKit Future+Optional.swift
[1547/1565] Compiling AsyncKit Future+Transform.swift
[1548/1565] Compiling AsyncKit Future+Try.swift
[1549/1565] Compiling AsyncKit FutureOperators.swift
[1550/1660] Compiling SQLKit SQLAlterEnumBuilder.swift
[1551/1660] Compiling SQLKit SQLAlterTableBuilder.swift
[1552/1660] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1553/1660] Compiling SQLKit SQLCreateEnumBuilder.swift
[1554/1660] Compiling SQLKit SQLCreateIndexBuilder.swift
[1555/1660] Compiling SQLKit SQLCreateTableBuilder.swift
[1556/1670] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1557/1670] Emitting module NIOFoundationCompat
[1558/1670] Compiling NIOTLS TLSEvents.swift
[1559/1670] Emitting module NIOTLS
[1560/1670] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1561/1670] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1562/1670] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1563/1670] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1564/1670] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1565/1670] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1566/1670] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1567/1670] Compiling NIOTLS SNIHandler.swift
[1568/1671] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1571/1723] Compiling SQLKit SQLDropIndex.swift
[1572/1723] Compiling SQLKit SQLDropTable.swift
[1573/1723] Compiling SQLKit SQLDropTrigger.swift
[1574/1723] Compiling SQLKit SQLInsert.swift
[1575/1723] Compiling SQLKit SQLSelect.swift
[1576/1723] Compiling SQLKit SQLUnion.swift
[1577/1723] Compiling SQLKit SQLUpdate.swift
[1578/1723] Compiling SQLKit SQLExpression.swift
[1579/1723] Compiling SQLKit SQLSerializer.swift
[1580/1723] Compiling SQLKit SQLStatement.swift
[1581/1723] Compiling SQLKit SQLBinaryExpression.swift
[1582/1723] Compiling SQLKit SQLBinaryOperator.swift
[1583/1723] Compiling SQLKit SQLBind.swift
[1584/1723] Compiling NIOTransportServices AcceptHandler.swift
[1585/1723] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1586/1723] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1587/1737] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1588/1737] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1589/1737] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1590/1737] Compiling NIOTransportServices NIOTSSingletons.swift
[1591/1737] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1592/1737] Compiling NIOTransportServices StateManagedChannel.swift
[1593/1737] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1594/1737] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1595/1737] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1596/1737] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1597/1737] Compiling NIOSSL SubjectAlternativeName.swift
[1598/1737] Compiling NIOSSL NIOSSLSecureBytes.swift
[1599/1737] Compiling NIOSSL RNG.swift
[1600/1737] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1603/1737] Emitting module NIOTransportServices
[1610/1737] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1611/1737] Compiling NIOTransportServices NIOTSErrors.swift
[1612/1737] Compiling NIOTransportServices NIOTSEventLoop.swift
[1613/1737] Compiling NIOTransportServices NIOTSBootstraps.swift
[1614/1737] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1615/1737] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1616/1737] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1617/1737] Compiling SQLKit SQLColumnAssignment.swift
[1618/1737] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1619/1737] Compiling SQLKit SQLColumnDefinition.swift
[1620/1737] Compiling SQLKit SQLCommonTableExpression.swift
[1621/1737] Compiling SQLKit SQLConflictAction.swift
[1622/1737] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1623/1737] Compiling SQLKit SQLDropBehaviour.swift
[1624/1737] Compiling SQLKit SQLEnumDataType.swift
[1625/1737] Compiling SQLKit SQLExcludedColumn.swift
[1626/1737] Compiling SQLKit SQLForeignKey.swift
[1627/1737] Compiling SQLKit SQLJoin.swift
[1628/1737] Compiling SQLKit SQLJoinMethod.swift
[1629/1737] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1630/1737] Compiling SQLKit Exports.swift
[1631/1737] Compiling SQLKit SQLAlias.swift
[1632/1737] Compiling SQLKit SQLBetween.swift
[1633/1737] Compiling SQLKit SQLColumn.swift
[1634/1737] Compiling SQLKit SQLConstraint.swift
[1635/1737] Compiling SQLKit SQLDataType.swift
[1636/1737] Compiling SQLKit SQLDirection.swift
[1637/1737] Compiling SQLKit SQLDistinct.swift
[1638/1737] Compiling SQLKit SQLForeignKeyAction.swift
[1639/1737] Compiling SQLKit SQLNestedSubpathExpression.swift
[1640/1737] Compiling SQLKit SQLQualifiedTable.swift
[1641/1737] Compiling SQLKit SQLQueryString.swift
[1642/1737] Compiling SQLKit SQLLockingClause.swift
[1643/1737] Compiling SQLKit SQLOrderBy.swift
[1644/1737] Compiling SQLKit SQLReturning.swift
[1645/1737] Compiling SQLKit SQLSubquery.swift
[1646/1737] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1647/1737] Compiling SQLKit SQLAlterEnum.swift
[1648/1737] Compiling SQLKit SQLAlterTable.swift
[1649/1737] Compiling SQLKit SQLCreateEnum.swift
[1650/1737] Compiling SQLKit SQLCreateIndex.swift
[1651/1737] Compiling SQLKit SQLCreateTable.swift
[1652/1737] Compiling SQLKit SQLCreateTrigger.swift
[1653/1737] Compiling SQLKit SQLDelete.swift
[1654/1737] Compiling SQLKit SQLDropEnum.swift
[1657/1737] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1658/1737] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1659/1737] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1674/1738] Emitting module AsyncKit
[1675/1738] Compiling NIOSSL SafeCompare.swift
[1676/1738] Compiling NIOSSL Zeroization.swift
[1677/1738] Compiling SQLKit SQLQueryFetcher.swift
[1678/1738] Compiling SQLKit SQLReturningBuilder.swift
[1679/1738] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1680/1738] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1681/1738] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1682/1738] Compiling SQLKit SQLDatabase.swift
[1683/1738] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1684/1738] Compiling SQLKit SQLDialect.swift
[1685/1738] Compiling SQLKit SQLDatabase+Deprecated.swift
[1686/1738] Compiling SQLKit SQLError.swift
[1687/1738] Compiling SQLKit SQLExpressions+Deprecated.swift
[1688/1738] Emitting module SQLKit
[1689/1738] Emitting module NIOSSL
[1706/1741] Compiling SQLKit SQLFunction.swift
[1707/1741] Compiling SQLKit SQLGroupExpression.swift
[1708/1741] Compiling SQLKit SQLIdentifier.swift
[1709/1741] Compiling SQLKit SQLList.swift
[1710/1741] Compiling SQLKit SQLLiteral.swift
[1711/1741] Compiling SQLKit SQLRaw.swift
[1712/1741] Compiling SQLKit SQLCodingUtilities.swift
[1713/1741] Compiling SQLKit SQLQueryEncoder.swift
[1714/1741] Compiling SQLKit SQLRow.swift
[1715/1741] Compiling SQLKit SQLRowDecoder.swift
[1716/1741] Compiling SQLKit SomeCodingKey.swift
[1717/1741] Compiling SQLKit StringHandling.swift
[1731/1742] Compiling NIOSSL TLSConfiguration.swift
[1732/1742] Compiling NIOSSL UniversalBootstrapSupport.swift
[1733/1742] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1735/1846] Compiling PostgresNIO PostgresMessage+Execute.swift
[1736/1846] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[1737/1846] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[1738/1846] Compiling PostgresNIO PostgresMessage+Parse.swift
[1739/1846] Compiling PostgresNIO PostgresMessage+Password.swift
[1740/1846] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[1741/1846] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[1742/1846] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[1743/1846] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[1744/1846] Compiling PostgresNIO PostgresMessage+Startup.swift
[1745/1846] Compiling PostgresNIO PostgresMessage+Sync.swift
[1746/1846] Compiling PostgresNIO PostgresMessage+Terminate.swift
[1747/1846] Compiling PostgresNIO PostgresMessageDecoder.swift
[1748/1846] Compiling PostgresNIO PostgresMessageEncoder.swift
[1749/1846] Compiling PostgresNIO PostgresMessage+0.swift
[1750/1860] Compiling PostgresNIO Bool+PostgresCodable.swift
[1751/1860] Compiling PostgresNIO Bytes+PostgresCodable.swift
[1752/1860] Compiling PostgresNIO Date+PostgresCodable.swift
[1753/1860] Compiling PostgresNIO Decimal+PostgresCodable.swift
[1754/1860] Compiling PostgresNIO Float+PostgresCodable.swift
[1755/1860] Compiling PostgresNIO Int+PostgresCodable.swift
[1756/1860] Compiling PostgresNIO JSON+PostgresCodable.swift
[1757/1860] Compiling PostgresNIO Range+PostgresCodable.swift
[1758/1860] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[1759/1860] Compiling PostgresNIO String+PostgresCodable.swift
[1760/1860] Compiling PostgresNIO UUID+PostgresCodable.swift
[1761/1860] Compiling PostgresNIO ByteBuffer+PSQL.swift
[1762/1860] Compiling PostgresNIO Logging+PSQL.swift
[1763/1860] Compiling PostgresNIO Authentication.swift
[1764/1860] Emitting module PostgresNIO
[1765/1860] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[1766/1860] Compiling PostgresNIO PostgresData+Set.swift
[1767/1860] Compiling PostgresNIO PostgresData+String.swift
[1768/1860] Compiling PostgresNIO PostgresData+UUID.swift
[1769/1860] Compiling PostgresNIO PostgresData.swift
[1770/1860] Compiling PostgresNIO PostgresDataConvertible.swift
[1771/1860] Compiling PostgresNIO PostgresDataType.swift
[1772/1860] Compiling PostgresNIO PostgresRow.swift
[1773/1860] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[1774/1860] Compiling PostgresNIO PostgresData+UInt.swift
[1775/1860] Compiling PostgresNIO PostgresMessage+Authentication.swift
[1776/1860] Compiling PostgresNIO PostgresMessage+Bind.swift
[1777/1860] Compiling PostgresNIO PostgresMessage+Close.swift
[1778/1860] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[1779/1860] Compiling PostgresNIO PostgresMessage+Describe.swift
[1780/1860] Compiling PostgresNIO PostgresConnection+Configuration.swift
[1781/1860] Compiling PostgresNIO PostgresConnection.swift
[1782/1860] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[1783/1860] Compiling PostgresNIO PostgresData+Array.swift
[1784/1860] Compiling PostgresNIO PostgresData+Bool.swift
[1785/1860] Compiling PostgresNIO PostgresData+Bytes.swift
[1786/1860] Compiling PostgresNIO PostgresData+Date.swift
[1787/1860] Compiling PostgresNIO PostgresData+Decimal.swift
[1788/1860] Compiling PostgresNIO PostgresData+Double.swift
[1789/1860] Compiling PostgresNIO PostgresData+Float.swift
[1790/1860] Compiling PostgresNIO PostgresData+Int.swift
[1791/1860] Compiling PostgresNIO PostgresData+JSON.swift
[1792/1860] Compiling PostgresNIO PostgresData+JSONB.swift
[1793/1860] Compiling PostgresNIO PostgresData+Numeric.swift
[1794/1860] Compiling PostgresNIO PostgresData+Optional.swift
[1795/1860] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[1796/1860] Compiling PostgresNIO PostgresMessage+DataRow.swift
[1797/1860] Compiling PostgresNIO PostgresMessage+Error.swift
[1798/1860] Compiling PostgresNIO PostgresMessage+Identifier.swift
[1799/1860] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[1800/1860] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[1801/1860] Compiling PostgresNIO PostgresMessageType.swift
[1802/1860] Compiling PostgresNIO AuthenticationStateMachine.swift
[1803/1860] Compiling PostgresNIO CloseStateMachine.swift
[1804/1860] Compiling PostgresNIO ConnectionStateMachine.swift
[1805/1860] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[1806/1860] Compiling PostgresNIO ListenStateMachine.swift
[1807/1860] Compiling PostgresNIO PreparedStatementStateMachine.swift
[1808/1860] Compiling PostgresNIO RowStreamStateMachine.swift
[1809/1860] Compiling PostgresNIO Array+PostgresCodable.swift
[1810/1860] Compiling PostgresNIO PostgresClientMetrics.swift
[1811/1860] Compiling PostgresNIO Postgres+PSQLCompat.swift
[1812/1860] Compiling PostgresNIO PostgresDatabase+Query.swift
[1813/1860] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[1814/1860] Compiling PostgresNIO PostgresDatabase.swift
[1815/1860] Compiling PostgresNIO PostgresRequest.swift
[1816/1860] Compiling PostgresNIO Exports.swift
[1817/1860] Compiling PostgresNIO NIOUtils.swift
[1818/1860] Compiling PostgresNIO PostgresError+Code.swift
[1819/1860] Compiling PostgresNIO PostgresError.swift
[1820/1860] Compiling PostgresNIO PostgresJSONDecoder.swift
[1821/1860] Compiling PostgresNIO PostgresJSONEncoder.swift
[1822/1860] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[1823/1860] Compiling PostgresNIO SASLAuthenticationManager.swift
[1833/1861] Compiling PostgresNIO PostgresBackendMessage.swift
[1834/1861] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[1835/1861] Compiling PostgresNIO PostgresCell.swift
[1836/1861] Compiling PostgresNIO PostgresChannelHandler.swift
[1837/1861] Compiling PostgresNIO PostgresCodable.swift
[1838/1861] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[1839/1861] Compiling PostgresNIO PostgresNotificationSequence.swift
[1840/1861] Compiling PostgresNIO PostgresQuery.swift
[1841/1861] Compiling PostgresNIO PostgresRowSequence.swift
[1842/1861] Compiling PostgresNIO PostgresTransactionError.swift
[1843/1861] Compiling PostgresNIO PreparedStatement.swift
[1844/1861] Compiling PostgresNIO VariadicGenerics.swift
[1845/1861] Compiling PostgresNIO ConnectionFactory.swift
[1846/1861] Compiling PostgresNIO PostgresClient.swift
[1847/1861] Compiling PostgresNIO BackendKeyData.swift
[1848/1861] Compiling PostgresNIO DataRow.swift
[1849/1861] Compiling PostgresNIO ErrorResponse.swift
[1850/1861] Compiling PostgresNIO NotificationResponse.swift
[1851/1861] Compiling PostgresNIO ParameterDescription.swift
[1852/1861] Compiling PostgresNIO ParameterStatus.swift
[1853/1861] Compiling PostgresNIO ReadyForQuery.swift
[1854/1861] Compiling PostgresNIO RowDescription.swift
[1855/1861] Compiling PostgresNIO NotificationListener.swift
[1856/1861] Compiling PostgresNIO PSQLError.swift
[1857/1861] Compiling PostgresNIO PSQLEventsHandler.swift
[1858/1861] Compiling PostgresNIO PSQLPreparedStatement.swift
[1859/1861] Compiling PostgresNIO PSQLRowStream.swift
[1860/1861] Compiling PostgresNIO PSQLTask.swift
[1863/1876] Compiling PostgresKit PostgresRow+SQL.swift
[1864/1877] Compiling PostgresKit PostgresDatabase+SQL.swift
[1865/1877] Compiling PostgresKit PostgresDialect.swift
[1866/1877] Compiling PostgresKit SQLPostgresConfiguration.swift
[1867/1877] Compiling PostgresKit ConnectionPool+Postgres.swift
[1868/1877] Compiling PostgresKit PostgresColumnType.swift
[1869/1877] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[1870/1877] Compiling PostgresKit Exports.swift
[1871/1877] Emitting module PostgresKit
[1872/1877] Compiling PostgresKit PostgresConfiguration.swift
[1873/1877] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[1874/1877] Compiling PostgresKit PostgresConnectionSource.swift
[1875/1877] Compiling PostgresKit PostgresDataTranslation.swift
[1876/1877] Compiling PostgresKit PostgresDataDecoder.swift
[1877/1877] Compiling PostgresKit PostgresDataEncoder.swift
[1879/1893] Compiling PostgresConnectionPool PoolConnection.swift
[1880/1893] Compiling PostgresConnectionPool PoolConnectionState.swift
[1881/1894] Compiling PostgresConnectionPool FloatingPointExtensions.swift
[1882/1894] Compiling PostgresConnectionPool IntExtensions.swift
[1883/1894] Compiling PostgresConnectionPool PSQLError+Description.swift
[1884/1894] Compiling PostgresConnectionPool StringExtensions.swift
[1885/1894] Emitting module PostgresConnectionPool
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionWrapper.swift:12:17: warning: stored property 'poolConnection' of 'Sendable'-conforming class 'PostgresConnectionWrapper' has non-sendable type 'PoolConnection'; this is an error in the Swift 6 language mode
10 | public final class PostgresConnectionWrapper: Sendable {
11 |
12 | private let poolConnection: PoolConnection
| `- warning: stored property 'poolConnection' of 'Sendable'-conforming class 'PostgresConnectionWrapper' has non-sendable type 'PoolConnection'; this is an error in the Swift 6 language mode
13 | private let postgresConnection: PostgresConnection
14 |
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PoolConnection.swift:9:13: note: class 'PoolConnection' does not conform to the 'Sendable' protocol
7 | import PostgresNIO
8 |
9 | final class PoolConnection: Identifiable, Equatable {
| `- note: class 'PoolConnection' does not conform to the 'Sendable' protocol
10 |
11 | // For connection ids
[1886/1894] Compiling PostgresConnectionPool DoubleExtensions.swift
[1887/1894] Compiling PostgresConnectionPool EmptyTestable.swift
[1888/1894] Compiling PostgresConnectionPool PostgresConnectionWrapper.swift
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionWrapper.swift:12:17: warning: stored property 'poolConnection' of 'Sendable'-conforming class 'PostgresConnectionWrapper' has non-sendable type 'PoolConnection'; this is an error in the Swift 6 language mode
10 | public final class PostgresConnectionWrapper: Sendable {
11 |
12 | private let poolConnection: PoolConnection
| `- warning: stored property 'poolConnection' of 'Sendable'-conforming class 'PostgresConnectionWrapper' has non-sendable type 'PoolConnection'; this is an error in the Swift 6 language mode
13 | private let postgresConnection: PostgresConnection
14 |
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PoolConnection.swift:9:13: note: class 'PoolConnection' does not conform to the 'Sendable' protocol
7 | import PostgresNIO
8 |
9 | final class PoolConnection: Identifiable, Equatable {
| `- note: class 'PoolConnection' does not conform to the 'Sendable' protocol
10 |
11 | // For connection ids
[1889/1894] Compiling PostgresConnectionPool PoolContinuation.swift
[1890/1894] Compiling PostgresConnectionPool PoolError.swift
[1891/1894] Compiling PostgresConnectionPool TaskExtensions.swift
[1892/1894] Compiling PostgresConnectionPool PoolConfiguration.swift
[1893/1894] Compiling PostgresConnectionPool PoolInfo.swift
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:118:62: warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to static method 'distribute(poolConnection:callback:)'; this is an error in the Swift 6 language mode
96 | /// - callback: A closure with a connection to the database server.
97 | @discardableResult
98 | public func connection<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
99 | batchId: Int? = nil,
100 | _ callback: @Sendable (PostgresConnectionWrapper) async throws -> T)
:
116 | }
117 |
118 | let result = try await PostgresConnectionWrapper.distribute(
| `- warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to static method 'distribute(poolConnection:callback:)'; this is an error in the Swift 6 language mode
119 | poolConnection: poolConnection,
120 | callback: callback)
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:171:39: warning: sending 'connection' risks causing data races; this is an error in the Swift 6 language mode
169 | }
170 | else {
171 | assert(available.contains(connection), "Connections in state 'available' should be available")
| |- warning: sending 'connection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'connection' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
172 | }
173 |
174 | connection.query = nil
| `- note: access can happen concurrently
175 | connection.batchId = nil
176 |
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:118:62: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
116 | }
117 |
118 | let result = try await PostgresConnectionWrapper.distribute(
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'poolConnection' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
119 | poolConnection: poolConnection,
120 | callback: callback)
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:443:73: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
441 | }
442 | catch {
443 | logger.warning("[\(poolName)] Health check for connection \(poolConnection.id) failed")
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'poolConnection' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
444 |
445 | await closeConnection(poolConnection)
| `- note: access can happen concurrently
446 | }
447 | }
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:440:50: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
438 | }
439 |
440 | return poolContinuation.continuation.resume(returning: poolConnection)
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'poolConnection' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
441 | }
442 | catch {
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:247:47: warning: sending 'availableCopy' risks causing data races; this is an error in the Swift 6 language mode
245 | available.removeAll()
246 |
247 | logger.debug("[\(poolName)] Closing \(availableCopy.count) idle connections")
| |- warning: sending 'availableCopy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'availableCopy' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
248 |
249 | for poolConnection in availableCopy {
| `- note: access can happen concurrently
250 | await closeConnection(poolConnection)
251 | }
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:493:54: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
491 | logger: logger)
492 | let connectionRuntime = fabs(connectionStartTimestamp.timeIntervalSinceNow)
493 | logger.debug("[\(poolName)] Connection \(poolConnection.id) established in \(connectionRuntime.rounded(toPlaces: 2))s")
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'poolConnection' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
494 |
495 | do {
:
505 | }
506 | catch {
507 | poolConnection.state = .closed
| `- note: access can happen concurrently
508 | try await connection.close()
509 |
:
515 | }
516 |
517 | poolConnection.connection = connection
| `- note: access can happen concurrently
518 | poolConnection.state = .available
519 | available.append(poolConnection)
[1894/1894] Compiling PostgresConnectionPool PostgresConnectionPool.swift
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:118:62: warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to static method 'distribute(poolConnection:callback:)'; this is an error in the Swift 6 language mode
96 | /// - callback: A closure with a connection to the database server.
97 | @discardableResult
98 | public func connection<T>(
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
99 | batchId: Int? = nil,
100 | _ callback: @Sendable (PostgresConnectionWrapper) async throws -> T)
:
116 | }
117 |
118 | let result = try await PostgresConnectionWrapper.distribute(
| `- warning: non-sendable result type 'T' cannot be sent from nonisolated context in call to static method 'distribute(poolConnection:callback:)'; this is an error in the Swift 6 language mode
119 | poolConnection: poolConnection,
120 | callback: callback)
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:171:39: warning: sending 'connection' risks causing data races; this is an error in the Swift 6 language mode
169 | }
170 | else {
171 | assert(available.contains(connection), "Connections in state 'available' should be available")
| |- warning: sending 'connection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'connection' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
172 | }
173 |
174 | connection.query = nil
| `- note: access can happen concurrently
175 | connection.batchId = nil
176 |
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:118:62: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
116 | }
117 |
118 | let result = try await PostgresConnectionWrapper.distribute(
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending 'self'-isolated 'poolConnection' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
119 | poolConnection: poolConnection,
120 | callback: callback)
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:443:73: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
441 | }
442 | catch {
443 | logger.warning("[\(poolName)] Health check for connection \(poolConnection.id) failed")
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'poolConnection' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
444 |
445 | await closeConnection(poolConnection)
| `- note: access can happen concurrently
446 | }
447 | }
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:440:50: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
438 | }
439 |
440 | return poolContinuation.continuation.resume(returning: poolConnection)
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'poolConnection' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
441 | }
442 | catch {
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:247:47: warning: sending 'availableCopy' risks causing data races; this is an error in the Swift 6 language mode
245 | available.removeAll()
246 |
247 | logger.debug("[\(poolName)] Closing \(availableCopy.count) idle connections")
| |- warning: sending 'availableCopy' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'availableCopy' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
248 |
249 | for poolConnection in availableCopy {
| `- note: access can happen concurrently
250 | await closeConnection(poolConnection)
251 | }
/host/spi-builder-workspace/Sources/PostgresConnectionPool/PostgresConnectionPool.swift:493:54: warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
491 | logger: logger)
492 | let connectionRuntime = fabs(connectionStartTimestamp.timeIntervalSinceNow)
493 | logger.debug("[\(poolName)] Connection \(poolConnection.id) established in \(connectionRuntime.rounded(toPlaces: 2))s")
| |- warning: sending 'poolConnection' risks causing data races; this is an error in the Swift 6 language mode
| `- note: 'self'-isolated 'poolConnection' is captured by a actor-isolated closure. actor-isolated uses in closure may race against later nonisolated uses
494 |
495 | do {
:
505 | }
506 | catch {
507 | poolConnection.state = .closed
| `- note: access can happen concurrently
508 | try await connection.close()
509 |
:
515 | }
516 |
517 | poolConnection.connection = connection
| `- note: access can happen concurrently
518 | poolConnection.state = .available
519 | available.append(poolConnection)
Build complete! (164.53s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
},
{
"identity" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.5",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit"
}
],
"manifest_display_name" : "PostgresConnectionPool",
"name" : "PostgresConnectionPool",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresConnectionPool",
"targets" : [
"PostgresConnectionPool"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresConnectionPoolTests",
"module_type" : "SwiftTarget",
"name" : "PostgresConnectionPoolTests",
"path" : "Tests/PostgresConnectionPoolTests",
"sources" : [
"ConnectionErrorTests.swift",
"ConnectionTests.swift",
"PostgresHelpers.swift"
],
"target_dependencies" : [
"PostgresConnectionPool"
],
"type" : "test"
},
{
"c99name" : "PostgresConnectionPool",
"module_type" : "SwiftTarget",
"name" : "PostgresConnectionPool",
"path" : "Sources/PostgresConnectionPool",
"product_dependencies" : [
"Atomics",
"Collections",
"PostgresNIO",
"PostgresKit"
],
"product_memberships" : [
"PostgresConnectionPool"
],
"sources" : [
"Extensions/DoubleExtensions.swift",
"Extensions/EmptyTestable.swift",
"Extensions/FloatingPointExtensions.swift",
"Extensions/IntExtensions.swift",
"Extensions/PSQLError+Description.swift",
"Extensions/StringExtensions.swift",
"Extensions/TaskExtensions.swift",
"PoolConfiguration.swift",
"PoolConnection.swift",
"PoolConnectionState.swift",
"PoolContinuation.swift",
"PoolError.swift",
"PoolInfo.swift",
"PostgresConnectionPool.swift",
"PostgresConnectionWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.