Build Information
Successful build of mysql-kit, reference 4.10.0 (262e5c
), with Swift 6.1 for Linux on 28 Apr 2025 11:19:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/mysql-kit.git
Reference: 4.10.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/mysql-kit
* tag 4.10.0 -> FETCH_HEAD
HEAD is now at 262e5cf General cleanup (#330)
Cloned https://github.com/vapor/mysql-kit.git
Revision (git rev-parse @):
262e5cfeb57fac32a850c0398517495bb17fc056
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/mysql-kit.git at 4.10.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/mysql-kit.git
https://github.com/vapor/mysql-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
},
{
"identity" : "mysql-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/mysql-nio.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.33.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.82.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.30.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "mysql-kit",
"name" : "mysql-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MySQLKit",
"targets" : [
"MySQLKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLKitTests",
"module_type" : "SwiftTarget",
"name" : "MySQLKitTests",
"path" : "Tests/MySQLKitTests",
"product_dependencies" : [
"SQLKitBenchmark"
],
"sources" : [
"MySQLKitTests.swift"
],
"target_dependencies" : [
"MySQLKit"
],
"type" : "test"
},
{
"c99name" : "MySQLKit",
"module_type" : "SwiftTarget",
"name" : "MySQLKit",
"path" : "Sources/MySQLKit",
"product_dependencies" : [
"AsyncKit",
"MySQLNIO",
"SQLKit",
"Crypto",
"NIOFoundationCompat",
"NIOSSL"
],
"product_memberships" : [
"MySQLKit"
],
"sources" : [
"ConnectionPool+MySQL.swift",
"Exports.swift",
"MySQLConfiguration.swift",
"MySQLConnectionSource.swift",
"MySQLDataDecoder.swift",
"MySQLDataEncoder.swift",
"MySQLDatabase+SQL.swift",
"MySQLDialect.swift",
"MySQLRow+SQL.swift",
"Optional+MySQLDataConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/mysql-nio.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
[5423/10570] Fetching async-kit, sql-kit, mysql-nio
[10571/24354] Fetching async-kit, sql-kit, mysql-nio, swift-crypto
[10709/99820] Fetching async-kit, sql-kit, mysql-nio, swift-crypto, swift-nio
Fetched https://github.com/vapor/mysql-nio.git from cache (0.43s)
[10691/97603] Fetching async-kit, sql-kit, swift-crypto, swift-nio
[10829/112396] Fetching async-kit, sql-kit, swift-crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/async-kit.git from cache (2.49s)
Fetched https://github.com/vapor/sql-kit.git from cache (2.49s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.52s)
[75921/90259] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.79s)
Fetched https://github.com/apple/swift-nio.git from cache (4.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (7.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.11s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[360/6058] Fetching swift-atomics, swift-system
[6059/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.45s)
Fetched https://github.com/apple/swift-system.git from cache (1.45s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (2.44s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.23s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.69s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.69s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.86s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.94s)
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Building for debugging...
[0/799] Write sources
[14/799] Compiling cpu_aarch64_apple.cc
[15/799] Compiling f_int.cc
[15/799] Write sources
[19/799] Compiling tls_cbc.cc
[20/799] Write sources
[29/799] Compiling _NumericsShims _NumericsShims.c
[30/799] Write swift-version-24593BA9C3E375BF.txt
[31/799] Compiling a_bitstr.cc
[32/799] Compiling _AtomicsShims.c
[33/799] Compiling CNIOWindows shim.c
[34/799] Compiling CNIOWASI CNIOWASI.c
[35/799] Compiling a_mbstr.cc
[36/799] Compiling CNIOWindows WSAStartup.c
[37/799] Compiling conf.cc
[38/799] Compiling CNIOLinux liburing_shims.c
[39/799] Compiling CNIOLinux shim.c
[40/799] Compiling CNIODarwin shim.c
[41/827] Compiling fiat_p256_adx_sqr.S
[42/837] Compiling fiat_p256_adx_mul.S
[43/837] Compiling x_val.cc
[44/837] Compiling fiat_curve25519_adx_square.S
[45/837] Compiling fiat_curve25519_adx_mul.S
[47/837] Emitting module InternalCollectionsUtilities
[47/839] Compiling CNIOBoringSSLShims shims.c
[48/839] Compiling tls_record.cc
[48/839] Compiling tls_method.cc
[50/839] Compiling tls13_server.cc
[52/839] Compiling _NIODataStructures PriorityQueue.swift
[53/839] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/839] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[55/839] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/839] Compiling InternalCollectionsUtilities Specialize.swift
[57/839] Compiling RealModule Real.swift
[58/840] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[59/840] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[60/840] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[61/840] Compiling _NIODataStructures _TinyArray.swift
[62/840] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/840] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/840] Compiling _NIOBase64 Base64.swift
[65/840] Emitting module _NIOBase64
[66/841] Compiling RealModule Float16+Real.swift
[67/841] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/841] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/841] Compiling InternalCollectionsUtilities Debugging.swift
[70/841] Compiling InternalCollectionsUtilities Descriptions.swift
[71/841] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/841] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/841] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/841] Compiling InternalCollectionsUtilities Integer rank.swift
[75/841] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/841] Compiling RealModule ElementaryFunctions.swift
[77/841] Compiling RealModule Float80+Real.swift
[78/841] Compiling RealModule Float+Real.swift
[83/841] Emitting module RealModule
[85/842] Compiling RealModule RealFunctions.swift
[88/966] Emitting module _NIODataStructures
[89/966] Compiling _NIODataStructures Heap.swift
[90/967] Emitting module Logging
[91/967] Compiling Logging Locks.swift
[92/967] Compiling Logging MetadataProvider.swift
[93/967] Compiling Logging Logging.swift
[94/967] Compiling Logging LogHandler.swift
[94/968] Compiling tls13_enc.cc
[95/968] Compiling tls13_client.cc
[99/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/968] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/968] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/968] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/1005] Compiling tls13_both.cc
[114/1098] Compiling HashTreeCollections _HashStack.swift
[115/1098] Compiling HashTreeCollections _HashTreeIterator.swift
[116/1098] Compiling HashTreeCollections _HashTreeStatistics.swift
[117/1098] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[118/1098] Compiling HashTreeCollections _RawHashNode.swift
[119/1098] Compiling HashTreeCollections _UnmanagedHashNode.swift
[120/1098] Compiling HashTreeCollections _UnsafePath.swift
[121/1098] Compiling HashTreeCollections TreeDictionary+Codable.swift
[122/1098] Compiling HashTreeCollections _HashNode+Structural union.swift
[123/1098] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[124/1098] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[125/1098] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[126/1098] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[127/1098] Compiling HashTreeCollections _HashNode.swift
[128/1098] Compiling HashTreeCollections _HashNodeHeader.swift
[129/1098] Compiling HashTreeCollections _HashSlot.swift
[130/1098] Compiling HashTreeCollections _HashNode+Invariants.swift
[131/1098] Compiling HashTreeCollections _HashNode+Lookups.swift
[132/1098] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[133/1098] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[134/1098] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[135/1098] Compiling HashTreeCollections _HashNode+Storage.swift
[136/1098] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[137/1098] Compiling HashTreeCollections _HashNode+Structural filter.swift
[138/1098] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[139/1098] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[140/1098] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[141/1098] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[142/1098] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[143/1098] Compiling HashTreeCollections _HashNode+Structural merge.swift
[144/1098] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[145/1098] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[146/1098] Compiling HashTreeCollections _HashLevel.swift
[147/1098] Compiling HashTreeCollections _HashNode+Builder.swift
[148/1098] Compiling HashTreeCollections _Bucket.swift
[149/1098] Compiling HashTreeCollections _Hash.swift
[152/1100] Compiling HeapModule _HeapNode.swift
[153/1100] Compiling HeapModule Heap.swift
[154/1100] Compiling HashTreeCollections _HashNode+Debugging.swift
[155/1100] Compiling HashTreeCollections _HashNode+Initializers.swift
[156/1100] Compiling HeapModule Heap+Invariants.swift
[157/1100] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[158/1100] Compiling HeapModule Heap+UnsafeHandle.swift
[159/1100] Compiling HeapModule Heap+Descriptions.swift
[160/1100] Emitting module HeapModule
[162/1101] Compiling DequeModule _DequeSlot.swift
[163/1101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[168/1101] Compiling HashTreeCollections _AncestorHashSlots.swift
[169/1101] Compiling HashTreeCollections _Bitmap.swift
[186/1110] Compiling HashTreeCollections TreeSet+Hashable.swift
[187/1110] Compiling HashTreeCollections TreeSet+Sendable.swift
[188/1110] Compiling HashTreeCollections TreeSet+Sequence.swift
[189/1110] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[190/1110] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[191/1110] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[192/1110] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[193/1110] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[194/1110] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[195/1110] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[196/1110] Compiling HashTreeCollections TreeDictionary.swift
[197/1110] Compiling HashTreeCollections TreeSet+Codable.swift
[198/1110] Compiling _RopeModule Rope+Join.swift
[199/1110] Compiling _RopeModule Rope+MutatingForEach.swift
[200/1110] Compiling _RopeModule Rope+Remove.swift
[201/1110] Compiling _RopeModule Rope+RemoveSubrange.swift
[202/1110] Compiling _RopeModule Rope+Split.swift
[203/1110] Compiling _RopeModule Optional Utilities.swift
[204/1110] Compiling _RopeModule String Utilities.swift
[205/1110] Compiling _RopeModule String.Index+ABI.swift
[205/1120] Compiling t1_enc.cc
[207/1120] Compiling HashTreeCollections TreeDictionary+Keys.swift
[208/1120] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[209/1120] Compiling HashTreeCollections TreeDictionary+Merge.swift
[210/1120] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[211/1120] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[212/1120] Compiling HashTreeCollections TreeDictionary+Values.swift
[237/1120] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[238/1120] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[239/1120] Compiling HashTreeCollections TreeDictionary+Filter.swift
[240/1120] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[241/1120] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[264/1123] Emitting module DequeModule
[279/1124] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[280/1124] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[281/1124] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[282/1124] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[283/1124] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[284/1124] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[285/1124] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[286/1124] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[287/1124] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[288/1124] Compiling HashTreeCollections TreeSet.swift
[297/1124] Emitting module OrderedCollections
[305/1125] Compiling HashTreeCollections TreeDictionary+Collection.swift
[306/1125] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[307/1125] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[308/1125] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[309/1125] Compiling Algorithms Trim.swift
[310/1125] Compiling Algorithms Unique.swift
[311/1125] Compiling Algorithms Windows.swift
[313/1125] Emitting module _RopeModule
[313/1125] Compiling ssl_x509.cc
[318/1125] Compiling ssl_versions.cc
[319/1125] Compiling ssl_transcript.cc
[362/1125] Compiling ssl_stat.cc
[383/1125] Emitting module Algorithms
[385/1127] Compiling ssl_session.cc
[387/1127] Emitting module HashTreeCollections
[387/1128] Compiling ssl_privkey.cc
[389/1128] Compiling ssl_key_share.cc
[390/1128] Compiling ssl_lib.cc
[391/1128] Compiling ssl_file.cc
[392/1128] Compiling ssl_cipher.cc
[393/1128] Compiling ssl_credential.cc
[394/1128] Compiling ssl_cert.cc
[395/1128] Compiling ssl_buffer.cc
[396/1128] Compiling ssl_asn1.cc
[397/1128] Compiling ssl_aead_ctx.cc
[398/1128] Compiling s3_pkt.cc
[399/1128] Compiling s3_lib.cc
[400/1128] Compiling s3_both.cc
[401/1128] Compiling handshake_client.cc
[402/1128] Compiling handshake_server.cc
[403/1128] Compiling handshake.cc
[404/1128] Compiling handoff.cc
[405/1128] Compiling encrypted_client_hello.cc
[406/1128] Compiling dtls_record.cc
[407/1128] Compiling md5-x86_64-linux.S
[408/1128] Compiling extensions.cc
[409/1128] Compiling md5-x86_64-apple.S
[410/1128] Compiling md5-586-linux.S
[411/1128] Compiling dtls_method.cc
[412/1128] Compiling md5-586-apple.S
[413/1128] Compiling chacha20_poly1305_x86_64-apple.S
[414/1128] Compiling chacha20_poly1305_x86_64-linux.S
[415/1128] Compiling chacha20_poly1305_armv8-linux.S
[416/1128] Compiling chacha20_poly1305_armv8-win.S
[417/1128] Compiling chacha20_poly1305_armv8-apple.S
[418/1128] Compiling chacha-x86_64-linux.S
[419/1128] Compiling err_data.cc
[420/1128] Compiling chacha-x86_64-apple.S
[421/1128] Compiling chacha-x86-linux.S
[422/1128] Compiling chacha-x86-apple.S
[423/1128] Compiling chacha-armv8-linux.S
[424/1128] Compiling chacha-armv8-win.S
[425/1128] Compiling d1_srtp.cc
[426/1128] Compiling chacha-armv8-apple.S
[427/1128] Compiling chacha-armv4-linux.S
[428/1128] Compiling aes128gcmsiv-x86_64-apple.S
[429/1128] Compiling aes128gcmsiv-x86_64-linux.S
[430/1128] Compiling x86_64-mont5-apple.S
[431/1128] Compiling x86_64-mont5-linux.S
[432/1128] Compiling x86_64-mont-linux.S
[433/1128] Compiling x86_64-mont-apple.S
[434/1128] Compiling d1_lib.cc
[435/1128] Compiling x86-mont-linux.S
[436/1128] Compiling x86-mont-apple.S
[437/1128] Compiling d1_pkt.cc
[438/1128] Compiling vpaes-x86_64-apple.S
[439/1128] Compiling vpaes-x86_64-linux.S
[440/1128] Compiling vpaes-x86-linux.S
[441/1128] Compiling vpaes-x86-apple.S
[442/1128] Compiling vpaes-armv8-win.S
[443/1128] Compiling vpaes-armv8-linux.S
[444/1128] Compiling vpaes-armv8-apple.S
[445/1128] Compiling vpaes-armv7-linux.S
[446/1128] Compiling sha512-x86_64-apple.S
[447/1128] Compiling sha512-x86_64-linux.S
[448/1128] Compiling sha512-armv8-win.S
[449/1128] Compiling sha512-armv8-apple.S
[450/1128] Compiling sha512-armv8-linux.S
[451/1128] Compiling sha512-armv4-linux.S
[452/1128] Compiling sha512-586-apple.S
[453/1128] Compiling sha512-586-linux.S
[454/1128] Compiling bio_ssl.cc
[455/1128] Compiling sha256-x86_64-apple.S
[456/1128] Compiling sha256-x86_64-linux.S
[457/1128] Compiling sha256-armv8-win.S
[458/1128] Compiling sha256-armv8-apple.S
[459/1128] Compiling sha256-armv4-linux.S
[460/1128] Compiling sha256-armv8-linux.S
[461/1128] Compiling sha256-586-apple.S
[462/1128] Compiling sha1-armv8-win.S
[463/1128] Compiling sha1-x86_64-apple.S
[464/1128] Compiling sha256-586-linux.S
[465/1128] Compiling sha1-armv8-apple.S
[466/1128] Compiling sha1-armv8-linux.S
[467/1128] Compiling sha1-x86_64-linux.S
[468/1128] Compiling sha1-586-linux.S
[469/1128] Compiling sha1-armv4-large-linux.S
[470/1128] Compiling sha1-586-apple.S
[471/1128] Compiling rdrand-x86_64-apple.S
[472/1128] Compiling rdrand-x86_64-linux.S
[473/1128] Compiling rsaz-avx2-linux.S
[474/1128] Compiling rsaz-avx2-apple.S
[475/1128] Compiling p256_beeu-x86_64-asm-apple.S
[476/1128] Compiling p256_beeu-armv8-asm-win.S
[477/1128] Compiling p256_beeu-x86_64-asm-linux.S
[478/1128] Compiling p256_beeu-armv8-asm-linux.S
[479/1128] Compiling p256_beeu-armv8-asm-apple.S
[480/1128] Compiling p256-x86_64-asm-apple.S
[481/1128] Compiling p256-armv8-asm-apple.S
[482/1128] Compiling ghashv8-armv8-win.S
[483/1128] Compiling p256-x86_64-asm-linux.S
[484/1128] Compiling p256-armv8-asm-linux.S
[485/1128] Compiling p256-armv8-asm-win.S
[486/1128] Compiling d1_both.cc
[487/1128] Compiling ghashv8-armv8-linux.S
[488/1128] Compiling ghash-x86-linux.S
[489/1128] Compiling ghashv8-armv8-apple.S
[490/1128] Compiling ghash-x86_64-linux.S
[491/1128] Compiling ghashv8-armv7-linux.S
[492/1128] Compiling ghash-x86_64-apple.S
[493/1128] Compiling ghash-ssse3-x86_64-linux.S
[494/1128] Compiling ghash-ssse3-x86_64-apple.S
[495/1128] Compiling ghash-ssse3-x86-linux.S
[496/1128] Compiling ghash-x86-apple.S
[497/1128] Compiling ghash-ssse3-x86-apple.S
[498/1128] Compiling ghash-neon-armv8-apple.S
[498/1128] Compiling ghash-neon-armv8-win.S
[500/1128] Compiling ghash-neon-armv8-linux.S
[501/1128] Compiling co-586-linux.S
[501/1128] Compiling ghash-armv4-linux.S
[503/1128] Compiling co-586-apple.S
[504/1128] Compiling bn-armv8-linux.S
[505/1128] Compiling bn-armv8-win.S
[506/1128] Compiling bn-586-linux.S
[507/1128] Compiling bsaes-armv7-linux.S
[508/1128] Compiling bn-armv8-apple.S
[509/1128] Compiling armv8-mont-win.S
[510/1128] Compiling armv8-mont-apple.S
[510/1128] Compiling bn-586-apple.S
[512/1128] Compiling armv8-mont-linux.S
[513/1128] Compiling aesv8-gcm-armv8-win.S
[514/1128] Compiling armv4-mont-linux.S
[515/1128] Compiling aesv8-gcm-armv8-linux.S
[516/1128] Compiling aesv8-gcm-armv8-apple.S
[517/1128] Compiling aesv8-armv7-linux.S
[518/1128] Compiling aesv8-armv8-win.S
[519/1128] Compiling aesv8-armv8-linux.S
[520/1128] Compiling aesni-x86_64-linux.S
[521/1128] Compiling aesni-x86-linux.S
[522/1128] Compiling aesni-x86_64-apple.S
[523/1128] Compiling aesv8-armv8-apple.S
[523/1128] Compiling aesni-x86-apple.S
[525/1128] Compiling aesni-gcm-x86_64-linux.S
[526/1128] Compiling aes-gcm-avx10-x86_64-apple.S
[527/1128] Compiling aes-gcm-avx2-x86_64-linux.S
[528/1128] Compiling aesni-gcm-x86_64-apple.S
[529/1128] Compiling aes-gcm-avx2-x86_64-apple.S
[530/1128] Compiling aes-gcm-avx10-x86_64-linux.S
[531/1128] Compiling x_x509.cc
[532/1128] Compiling x_val.cc
[533/1128] Compiling x_sig.cc
[534/1128] Compiling x_x509a.cc
[535/1128] Compiling x_req.cc
[536/1128] Compiling x_pubkey.cc
[537/1128] Compiling x_spki.cc
[538/1128] Compiling x_name.cc
[539/1128] Compiling x_exten.cc
[540/1128] Compiling x_algor.cc
[541/1128] Compiling x_crl.cc
[542/1128] Compiling x_attrib.cc
[543/1128] Compiling x509rset.cc
[544/1128] Compiling x509spki.cc
[545/1128] Compiling x_all.cc
[546/1128] Compiling x509name.cc
[547/1128] Compiling x509cset.cc
[548/1128] Compiling x509_set.cc
[549/1128] Compiling x509_vpm.cc
[550/1128] Compiling x509_txt.cc
[551/1128] Compiling x509_vfy.cc
[552/1128] Compiling x509_trs.cc
[553/1128] Compiling x509_v3.cc
[554/1128] Compiling x509_req.cc
[555/1128] Compiling x509_obj.cc
[556/1128] Compiling x509_lu.cc
[557/1128] Compiling x509_d2.cc
[558/1128] Compiling x509_ext.cc
[559/1128] Compiling x509_def.cc
[560/1128] Compiling x509_att.cc
[561/1128] Compiling x509_cmp.cc
[562/1128] Compiling x509.cc
[563/1128] Compiling v3_utl.cc
[564/1128] Compiling v3_prn.cc
[565/1128] Compiling v3_skey.cc
[566/1128] Compiling v3_purp.cc
[567/1128] Compiling v3_pmaps.cc
[568/1128] Compiling v3_pcons.cc
[569/1128] Compiling v3_ocsp.cc
[570/1128] Compiling v3_ncons.cc
[571/1128] Compiling v3_lib.cc
[572/1128] Compiling v3_int.cc
[573/1128] Compiling v3_info.cc
[574/1128] Compiling v3_genn.cc
[575/1128] Compiling v3_ia5.cc
[576/1128] Compiling v3_extku.cc
[577/1128] Compiling v3_enum.cc
[578/1128] Compiling v3_crld.cc
[579/1128] Compiling v3_cpols.cc
[580/1128] Compiling v3_conf.cc
[581/1128] Compiling v3_bcons.cc
[582/1128] Compiling v3_bitst.cc
[583/1128] Compiling v3_alt.cc
[584/1128] Compiling v3_akeya.cc
[585/1128] Compiling v3_akey.cc
[586/1128] Compiling t_x509a.cc
[587/1128] Compiling t_x509.cc
[588/1128] Compiling i2d_pr.cc
[589/1128] Compiling t_crl.cc
[590/1128] Compiling t_req.cc
[591/1128] Compiling rsa_pss.cc
[592/1128] Compiling policy.cc
[593/1128] Compiling name_print.cc
[594/1128] Compiling by_file.cc
[595/1128] Compiling by_dir.cc
[596/1128] Compiling asn1_gen.cc
[597/1128] Compiling algorithm.cc
[598/1128] Compiling voprf.cc
[599/1128] Compiling a_sign.cc
[600/1128] Compiling a_verify.cc
[601/1128] Compiling a_digest.cc
[602/1128] Compiling thread_win.cc
[603/1128] Compiling thread_pthread.cc
[604/1128] Compiling thread.cc
[605/1128] Compiling thread_none.cc
[606/1128] Compiling trust_token.cc
[607/1128] Compiling stack.cc
[608/1128] Compiling pmbtoken.cc
[609/1128] Compiling siphash.cc
[610/1128] Compiling sha256.cc
[611/1128] Compiling sha512.cc
[612/1128] Compiling sha1.cc
[613/1128] Compiling rsa_extra.cc
[614/1128] Compiling slhdsa.cc
[615/1128] Compiling spake2plus.cc
[616/1128] Compiling rsa_print.cc
[617/1128] Compiling refcount.cc
[618/1128] Compiling rsa_crypt.cc
[619/1128] Compiling rc4.cc
[620/1128] Compiling trusty.cc
[621/1128] Compiling rand.cc
[622/1128] Compiling windows.cc
[623/1128] Compiling urandom.cc
[624/1128] Compiling passive.cc
[625/1128] Compiling ios.cc
[626/1128] Compiling poly1305_arm_asm.S
[627/1128] Compiling deterministic.cc
[628/1128] Compiling forkunsafe.cc
[629/1128] Compiling rsa_asn1.cc
[630/1128] Compiling getentropy.cc
[631/1128] Compiling fork_detect.cc
[632/1128] Compiling poly1305.cc
[633/1128] Compiling poly1305_vec.cc
[634/1128] Compiling poly1305_arm.cc
[635/1128] Compiling pool.cc
[636/1128] Compiling pkcs7.cc
[637/1128] Compiling p5_pbev2.cc
[638/1128] Compiling pkcs8.cc
[639/1128] Compiling pkcs8_x509.cc
[640/1128] Compiling pem_xaux.cc
[641/1128] Compiling pem_x509.cc
[642/1128] Compiling pkcs7_x509.cc
[643/1128] Compiling pem_pkey.cc
[644/1128] Compiling mlkem.cc
[645/1128] Compiling obj_xref.cc
[646/1128] Compiling pem_pk8.cc
[647/1128] Compiling pem_oth.cc
[648/1128] Compiling pem_info.cc
[649/1128] Compiling mldsa.cc
[650/1128] Compiling obj.cc
[651/1128] Compiling pem_lib.cc
[652/1128] Compiling mem.cc
[653/1128] Compiling pem_all.cc
[654/1128] Compiling poly_rq_mul.S
[655/1128] Compiling md5.cc
[656/1128] Compiling fips_shared_support.cc
[657/1128] Compiling md4.cc
[658/1128] Compiling lhash.cc
[659/1128] Compiling ex_data.cc
[660/1128] Compiling sign.cc
[661/1128] Compiling kyber.cc
[662/1128] Compiling hrss.cc
[663/1128] Compiling hpke.cc
[664/1128] Compiling scrypt.cc
[665/1128] Compiling pbkdf.cc
[666/1128] Compiling print.cc
[667/1128] Compiling p_x25519.cc
[668/1128] Compiling p_ed25519.cc
[669/1128] Compiling p_x25519_asn1.cc
[670/1128] Compiling p_rsa_asn1.cc
[671/1128] Compiling p_rsa.cc
[672/1128] Compiling p_hkdf.cc
[673/1128] Compiling p_ed25519_asn1.cc
[674/1128] Compiling p_dh.cc
[675/1128] Compiling p_ec_asn1.cc
[676/1128] Compiling p_ec.cc
[677/1128] Compiling p_dh_asn1.cc
[678/1128] Compiling evp_ctx.cc
[679/1128] Compiling p_dsa_asn1.cc
[680/1128] Compiling err.cc
[681/1128] Compiling evp.cc
[682/1128] Compiling engine.cc
[683/1128] Compiling ecdh.cc
[684/1128] Compiling evp_asn1.cc
[685/1128] Compiling ecdsa_asn1.cc
[686/1128] Compiling hash_to_curve.cc
[687/1128] Compiling ec_derive.cc
[688/1128] Compiling params.cc
[689/1128] Compiling dsa.cc
[690/1128] Compiling ec_asn1.cc
[691/1128] Compiling dsa_asn1.cc
[692/1128] Compiling x25519-asm-arm.S
[693/1128] Compiling digest_extra.cc
[694/1128] Compiling des.cc
[695/1128] Compiling dh_asn1.cc
[696/1128] Compiling crypto.cc
[697/1128] Compiling cpu_intel.cc
[698/1128] Compiling cpu_arm_linux.cc
[699/1128] Compiling spake25519.cc
[700/1128] Compiling curve25519.cc
[701/1128] Compiling cpu_arm_freebsd.cc
[702/1128] Compiling cpu_aarch64_win.cc
[703/1128] Compiling cpu_aarch64_openbsd.cc
[704/1128] Compiling cpu_aarch64_sysreg.cc
[705/1128] Compiling bcm.cc
[706/1128] Compiling cpu_aarch64_linux.cc
[707/1128] Compiling cpu_aarch64_fuchsia.cc
[708/1128] Compiling curve25519_64_adx.cc
[709/1128] Compiling cpu_aarch64_apple.cc
[710/1128] Compiling get_cipher.cc
[711/1128] Compiling tls_cbc.cc
[712/1128] Compiling conf.cc
[713/1128] Compiling e_rc4.cc
[714/1128] Compiling e_tls.cc
[715/1128] Compiling e_rc2.cc
[716/1128] Compiling e_null.cc
[717/1128] Compiling e_des.cc
[718/1128] Compiling derive_key.cc
[719/1128] Compiling chacha.cc
[720/1128] Compiling e_aesctrhmac.cc
[721/1128] Compiling e_aesgcmsiv.cc
[722/1128] Compiling e_chacha20poly1305.cc
[723/1128] Compiling unicode.cc
[724/1128] Compiling buf.cc
[725/1128] Compiling ber.cc
[726/1128] Compiling cbs.cc
[727/1128] Compiling cbb.cc
[728/1128] Compiling bn_asn1.cc
[729/1128] Compiling asn1_compat.cc
[730/1128] Compiling blake2.cc
[731/1128] Compiling convert.cc
[732/1128] Compiling socket_helper.cc
[733/1128] Compiling socket.cc
[734/1128] Compiling printf.cc
[735/1128] Compiling hexdump.cc
[736/1128] Compiling pair.cc
[737/1128] Compiling file.cc
[738/1128] Compiling fd.cc
[739/1128] Compiling errno.cc
[740/1128] Compiling bio_mem.cc
[741/1128] Compiling connect.cc
[742/1128] Compiling bio.cc
[743/1128] Compiling base64.cc
[744/1128] Compiling tasn_typ.cc
[745/1128] Compiling tasn_fre.cc
[746/1128] Compiling tasn_utl.cc
[747/1128] Compiling posix_time.cc
[748/1128] Compiling tasn_enc.cc
[749/1128] Compiling tasn_new.cc
[750/1128] Compiling f_string.cc
[751/1128] Compiling f_int.cc
[752/1128] Compiling asn_pack.cc
[753/1128] Compiling tasn_dec.cc
[754/1128] Compiling asn1_par.cc
[755/1128] Compiling asn1_lib.cc
[756/1128] Compiling a_utctm.cc
[757/1128] Compiling a_type.cc
[758/1128] Compiling a_octet.cc
[759/1128] Compiling a_strnid.cc
[760/1128] Compiling a_time.cc
[761/1128] Compiling a_strex.cc
[762/1128] Compiling a_object.cc
[763/1128] Compiling a_i2d_fp.cc
[764/1128] Compiling a_dup.cc
[765/1128] Compiling a_mbstr.cc
[766/1128] Compiling a_d2i_fp.cc
[767/1128] Compiling fiat_p256_adx_sqr.S
[768/1128] Compiling a_gentm.cc
[769/1128] Compiling fiat_p256_adx_mul.S
[770/1128] Compiling fiat_curve25519_adx_square.S
[771/1128] Compiling a_bitstr.cc
[772/1128] Compiling fiat_curve25519_adx_mul.S
[772/1128] Compiling a_int.cc
[774/1128] Compiling md5-x86_64-linux.S
[775/1128] Compiling CCryptoBoringSSLShims shims.c
[776/1128] Compiling md5-x86_64-apple.S
[777/1128] Compiling a_bool.cc
[778/1128] Compiling md5-586-apple.S
[778/1128] Compiling md5-586-linux.S
[780/1128] Compiling chacha20_poly1305_armv8-win.S
[781/1128] Compiling chacha20_poly1305_x86_64-apple.S
[782/1128] Compiling chacha20_poly1305_armv8-apple.S
[783/1128] Compiling chacha20_poly1305_armv8-linux.S
[784/1128] Compiling chacha-x86_64-apple.S
[785/1128] Compiling chacha-x86-linux.S
[786/1128] Compiling chacha20_poly1305_x86_64-linux.S
[787/1128] Compiling chacha-x86_64-linux.S
[788/1128] Compiling chacha-x86-apple.S
[789/1128] Compiling chacha-armv8-linux.S
[790/1128] Compiling chacha-armv8-win.S
[791/1128] Compiling chacha-armv8-apple.S
[792/1128] Compiling chacha-armv4-linux.S
[793/1128] Compiling err_data.cc
[794/1128] Compiling aes128gcmsiv-x86_64-linux.S
[795/1128] Compiling x86_64-mont5-linux.S
[796/1128] Compiling aes128gcmsiv-x86_64-apple.S
[797/1128] Compiling x86_64-mont5-apple.S
[798/1128] Compiling x86_64-mont-linux.S
[799/1128] Compiling x86_64-mont-apple.S
[800/1128] Compiling x86-mont-linux.S
[801/1128] Compiling vpaes-x86-apple.S
[802/1128] Compiling x86-mont-apple.S
[802/1128] Compiling vpaes-x86-linux.S
[804/1128] Compiling vpaes-x86_64-apple.S
[805/1128] Compiling vpaes-x86_64-linux.S
[806/1128] Compiling vpaes-armv7-linux.S
[807/1128] Compiling vpaes-armv8-linux.S
[808/1128] Compiling vpaes-armv8-apple.S
[809/1128] Compiling vpaes-armv8-win.S
[810/1128] Compiling sha512-x86_64-linux.S
[811/1128] Compiling sha512-x86_64-apple.S
[812/1128] Compiling sha512-armv4-linux.S
[813/1128] Compiling sha512-armv8-win.S
[814/1128] Compiling sha512-armv8-linux.S
[815/1128] Compiling sha512-586-linux.S
[816/1128] Compiling sha512-586-apple.S
[816/1128] Compiling sha512-armv8-apple.S
[818/1128] Compiling sha256-armv8-linux.S
[819/1128] Compiling sha256-armv8-win.S
[820/1128] Compiling sha256-x86_64-linux.S
[821/1128] Compiling sha256-x86_64-apple.S
[822/1128] Compiling sha256-armv8-apple.S
[823/1128] Compiling sha256-586-linux.S
[824/1128] Compiling sha256-armv4-linux.S
[825/1128] Compiling sha256-586-apple.S
[826/1128] Compiling sha1-x86_64-linux.S
[827/1128] Compiling sha1-x86_64-apple.S
[828/1128] Compiling sha1-armv8-win.S
[829/1128] Compiling sha1-armv8-linux.S
[830/1128] Compiling sha1-armv8-apple.S
[831/1128] Compiling sha1-armv4-large-linux.S
[832/1128] Compiling sha1-586-linux.S
[833/1128] Compiling rsaz-avx2-apple.S
[834/1128] Compiling sha1-586-apple.S
[835/1128] Compiling rdrand-x86_64-linux.S
[836/1128] Compiling rsaz-avx2-linux.S
[837/1128] Compiling rdrand-x86_64-apple.S
[838/1128] Compiling p256_beeu-x86_64-asm-linux.S
[839/1128] Compiling p256_beeu-armv8-asm-win.S
[840/1128] Compiling p256_beeu-armv8-asm-linux.S
[841/1128] Compiling p256_beeu-armv8-asm-apple.S
[842/1128] Compiling p256-x86_64-asm-apple.S
[843/1128] Compiling p256_beeu-x86_64-asm-apple.S
[844/1128] Compiling p256-armv8-asm-win.S
[845/1128] Compiling p256-x86_64-asm-linux.S
[846/1128] Compiling p256-armv8-asm-apple.S
[847/1128] Compiling p256-armv8-asm-linux.S
[848/1128] Compiling ghashv8-armv8-linux.S
[849/1128] Compiling ghashv8-armv8-win.S
[850/1128] Compiling ghashv8-armv7-linux.S
[851/1128] Compiling ghashv8-armv8-apple.S
[852/1128] Compiling ghash-x86-linux.S
[853/1128] Compiling ghash-x86_64-linux.S
[854/1128] Compiling ghash-x86_64-apple.S
[855/1128] Compiling ghash-ssse3-x86_64-apple.S
[856/1128] Compiling ghash-ssse3-x86_64-linux.S
[857/1128] Compiling ghash-x86-apple.S
[858/1128] Compiling ghash-ssse3-x86-linux.S
[859/1128] Compiling ghash-neon-armv8-win.S
[860/1128] Compiling ghash-ssse3-x86-apple.S
[861/1128] Compiling ghash-neon-armv8-apple.S
[862/1128] Compiling ghash-armv4-linux.S
[863/1128] Compiling ghash-neon-armv8-linux.S
[864/1128] Compiling co-586-linux.S
[865/1128] Compiling co-586-apple.S
[866/1128] Compiling bsaes-armv7-linux.S
[867/1128] Compiling bn-armv8-win.S
[868/1128] Compiling bn-armv8-linux.S
[869/1128] Compiling bn-armv8-apple.S
[870/1128] Compiling bn-586-linux.S
[871/1128] Compiling armv8-mont-win.S
[872/1128] Compiling bn-586-apple.S
[873/1128] Compiling armv8-mont-linux.S
[874/1128] Compiling armv4-mont-linux.S
[875/1128] Compiling armv8-mont-apple.S
[876/1128] Compiling aesv8-gcm-armv8-win.S
[877/1128] Compiling aesv8-gcm-armv8-linux.S
[878/1128] Compiling aesv8-armv8-win.S
[879/1128] Compiling aesv8-armv8-apple.S
[880/1128] Compiling aesv8-gcm-armv8-apple.S
[881/1128] Compiling aesv8-armv7-linux.S
[882/1128] Compiling aesv8-armv8-linux.S
[883/1128] Compiling aesni-x86_64-linux.S
[884/1128] Compiling aesni-x86_64-apple.S
[885/1128] Compiling aesni-gcm-x86_64-apple.S
[886/1128] Compiling aesni-x86-linux.S
[887/1128] Compiling aesni-x86-apple.S
[888/1128] Compiling aesni-gcm-x86_64-linux.S
[889/1128] Compiling aes-gcm-avx10-x86_64-linux.S
[890/1128] Compiling aes-gcm-avx10-x86_64-apple.S
[891/1128] Compiling x_x509.cc
[892/1128] Compiling x_x509a.cc
[893/1128] Compiling x_spki.cc
[894/1128] Compiling x_req.cc
[895/1128] Compiling x_sig.cc
[896/1128] Compiling x_pubkey.cc
[897/1128] Compiling c-nioatomics.c
[898/1128] Compiling x_exten.cc
[899/1128] Compiling x_name.cc
[900/1128] Compiling x_algor.cc
[901/1128] Compiling x_attrib.cc
[902/1128] Compiling x_crl.cc
[903/1128] Compiling x_all.cc
[904/1128] Compiling x509spki.cc
[905/1128] Compiling c-atomics.c
[906/1131] Compiling x509rset.cc
[907/1134] Compiling x509cset.cc
[908/1134] Compiling x509name.cc
[910/1134] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[910/1134] Compiling x509_vfy.cc
[911/1134] Compiling x509_vpm.cc
[912/1134] Compiling x509_v3.cc
[913/1134] Compiling x509_txt.cc
[915/1134] Compiling NIOConcurrencyHelpers NIOLock.swift
[916/1134] Compiling NIOConcurrencyHelpers lock.swift
[917/1134] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[918/1134] Emitting module NIOConcurrencyHelpers
[919/1134] Compiling NIOConcurrencyHelpers atomics.swift
[919/1135] Compiling x509_trs.cc
[920/1135] Compiling x509_set.cc
[921/1135] Compiling x509_req.cc
[923/1135] Compiling x509_obj.cc
[924/1135] Compiling x509_lu.cc
[925/1135] Compiling x509_def.cc
[926/1135] Compiling x509_ext.cc
[927/1135] Compiling x509_d2.cc
[928/1135] Compiling x509_att.cc
[929/1135] Compiling x509.cc
[930/1135] Compiling x509_cmp.cc
[931/1135] Compiling v3_skey.cc
[932/1135] Compiling v3_prn.cc
[933/1135] Compiling v3_utl.cc
[934/1135] Compiling v3_purp.cc
[935/1135] Compiling v3_pmaps.cc
[936/1135] Compiling v3_ocsp.cc
[937/1135] Compiling v3_pcons.cc
[938/1135] Compiling v3_ncons.cc
[939/1135] Compiling v3_int.cc
[940/1135] Compiling v3_lib.cc
[941/1135] Compiling v3_info.cc
[942/1135] Compiling v3_ia5.cc
[943/1135] Compiling v3_genn.cc
[944/1135] Compiling v3_extku.cc
[945/1135] Compiling v3_enum.cc
[946/1135] Compiling v3_crld.cc
[947/1135] Compiling v3_cpols.cc
[948/1135] Compiling v3_bitst.cc
[949/1135] Compiling v3_conf.cc
[950/1135] Compiling v3_bcons.cc
[951/1135] Compiling v3_alt.cc
[952/1135] Compiling v3_akey.cc
[953/1135] Compiling v3_akeya.cc
[954/1135] Compiling t_x509a.cc
[955/1135] Compiling t_x509.cc
[956/1135] Compiling t_req.cc
[957/1135] Compiling t_crl.cc
[958/1135] Compiling i2d_pr.cc
[959/1135] Compiling rsa_pss.cc
[960/1135] Compiling name_print.cc
[961/1135] Compiling by_file.cc
[962/1135] Compiling asn1_gen.cc
[963/1135] Compiling policy.cc
[964/1135] Compiling by_dir.cc
[965/1135] Compiling a_verify.cc
[966/1135] Compiling algorithm.cc
[967/1135] Compiling a_sign.cc
[968/1135] Compiling thread_win.cc
[969/1135] Compiling a_digest.cc
[970/1135] Compiling voprf.cc
[971/1135] Compiling trust_token.cc
[972/1135] Compiling thread_none.cc
[973/1135] Compiling pmbtoken.cc
[974/1135] Compiling thread_pthread.cc
[975/1135] Compiling thread.cc
[976/1135] Compiling wots.cc
[977/1135] Compiling stack.cc
[978/1135] Compiling thash.cc
[979/1135] Compiling fors.cc
[980/1135] Compiling merkle.cc
[981/1135] Compiling sha512.cc
[982/1135] Compiling slhdsa.cc
[983/1135] Compiling siphash.cc
[984/1135] Compiling sha256.cc
[985/1135] Compiling sha1.cc
[986/1135] Compiling rsa_print.cc
[987/1135] Compiling rsa_extra.cc
[988/1135] Compiling rc4.cc
[989/1135] Compiling refcount.cc
[990/1135] Compiling rsa_crypt.cc
[991/1135] Compiling windows.cc
[992/1135] Compiling rsa_asn1.cc
[993/1135] Compiling urandom.cc
[994/1135] Compiling trusty.cc
[995/1135] Compiling rand_extra.cc
[996/1135] Compiling ios.cc
[997/1135] Compiling passive.cc
[998/1135] Compiling getentropy.cc
[999/1135] Compiling poly1305_arm_asm.S
[1000/1135] Compiling deterministic.cc
[1001/1135] Compiling fork_detect.cc
[1002/1135] Compiling forkunsafe.cc
[1003/1135] Compiling pool.cc
[1004/1135] Compiling poly1305.cc
[1005/1135] Compiling poly1305_arm.cc
[1006/1135] Compiling poly1305_vec.cc
[1007/1135] Compiling pkcs7.cc
[1008/1135] Compiling pkcs8_x509.cc
[1009/1135] Compiling pkcs7_x509.cc
[1010/1135] Compiling p5_pbev2.cc
[1011/1135] Compiling pkcs8.cc
[1012/1135] Compiling pem_x509.cc
[1013/1135] Compiling pem_xaux.cc
[1014/1135] Compiling pem_pkey.cc
[1015/1135] Compiling pem_pk8.cc
[1016/1135] Compiling obj_xref.cc
[1017/1135] Compiling obj.cc
[1018/1135] Compiling pem_oth.cc
[1019/1135] Compiling mlkem.cc
[1020/1135] Compiling pem_info.cc
[1021/1135] Compiling mldsa.cc
[1022/1135] Compiling pem_lib.cc
[1023/1135] Compiling pem_all.cc
[1024/1135] Compiling poly_rq_mul.S
[1025/1135] Compiling fips_shared_support.cc
[1026/1135] Compiling md5.cc
[1027/1135] Compiling mem.cc
[1028/1135] Compiling lhash.cc
[1029/1135] Compiling md4.cc
[1030/1135] Compiling kyber.cc
[1031/1135] Compiling ex_data.cc
[1032/1135] Compiling sign.cc
[1033/1135] Compiling hrss.cc
[1034/1135] Compiling hpke.cc
[1035/1135] Compiling scrypt.cc
[1036/1135] Compiling print.cc
[1037/1135] Compiling pbkdf.cc
[1038/1135] Compiling p_x25519.cc
[1039/1135] Compiling p_x25519_asn1.cc
[1040/1135] Compiling p_rsa_asn1.cc
[1041/1135] Compiling p_rsa.cc
[1042/1135] Compiling p_hkdf.cc
[1043/1135] Compiling p_ed25519.cc
[1044/1135] Compiling p_ed25519_asn1.cc
[1045/1135] Compiling p_ec_asn1.cc
[1046/1135] Compiling p_ec.cc
[1047/1135] Compiling p_dh_asn1.cc
[1048/1135] Compiling p_dsa_asn1.cc
[1049/1135] Compiling p_dh.cc
[1050/1135] Compiling evp_ctx.cc
[1051/1135] Compiling evp.cc
[1052/1135] Compiling evp_asn1.cc
[1053/1135] Compiling engine.cc
[1054/1135] Compiling err.cc
[1055/1135] Compiling ecdh_extra.cc
[1056/1135] Compiling ecdsa_asn1.cc
[1057/1135] Compiling hash_to_curve.cc
[1058/1135] Compiling ec_derive.cc
[1059/1135] Compiling dsa.cc
[1060/1135] Compiling ec_asn1.cc
[1061/1135] Compiling params.cc
[1062/1135] Compiling dsa_asn1.cc
[1063/1135] Compiling x25519-asm-arm.S
[1064/1135] Compiling digest_extra.cc
[1065/1135] Compiling des.cc
[1066/1135] Compiling dh_asn1.cc
[1067/1135] Compiling spake25519.cc
[1068/1135] Compiling crypto.cc
[1069/1135] Compiling cpu_intel.cc
[1070/1135] Compiling curve25519.cc
[1071/1135] Compiling cpu_aarch64_win.cc
[1072/1135] Compiling cpu_arm_linux.cc
[1073/1135] Compiling cpu_arm_freebsd.cc
[1074/1135] Compiling cpu_aarch64_sysreg.cc
[1075/1135] Compiling cpu_aarch64_openbsd.cc
[1076/1135] Compiling cpu_aarch64_linux.cc
[1077/1135] Compiling cpu_aarch64_fuchsia.cc
[1078/1135] Compiling curve25519_64_adx.cc
[1079/1135] Compiling e_tls.cc
[1080/1135] Compiling e_rc4.cc
[1081/1135] Compiling e_rc2.cc
[1082/1135] Compiling e_null.cc
[1083/1135] Compiling bcm.cc
[1084/1135] Compiling e_des.cc
[1085/1135] Compiling e_chacha20poly1305.cc
[1086/1135] Compiling derive_key.cc
[1087/1135] Compiling e_aesgcmsiv.cc
[1088/1135] Compiling e_aesctrhmac.cc
[1089/1135] Compiling unicode.cc
[1090/1135] Compiling cipher_extra.cc
[1091/1135] Compiling chacha.cc
[1092/1135] Compiling ber.cc
[1093/1135] Compiling cbs.cc
[1094/1135] Compiling cbb.cc
[1095/1135] Compiling asn1_compat.cc
[1096/1135] Compiling buf.cc
[1097/1135] Compiling blake2.cc
[1098/1135] Compiling convert.cc
[1099/1135] Compiling bn_asn1.cc
[1100/1135] Compiling printf.cc
[1101/1135] Compiling pair.cc
[1102/1135] Compiling hexdump.cc
[1103/1135] Compiling errno.cc
[1104/1135] Compiling file.cc
[1105/1135] Compiling base64.cc
[1106/1135] Compiling bio_mem.cc
[1107/1135] Compiling fd.cc
[1108/1135] Compiling tasn_typ.cc
[1109/1135] Compiling bio.cc
[1110/1135] Compiling tasn_utl.cc
[1111/1135] Compiling posix_time.cc
[1112/1135] Compiling tasn_fre.cc
[1113/1135] Compiling f_string.cc
[1114/1135] Compiling tasn_new.cc
[1115/1135] Compiling tasn_enc.cc
[1116/1135] Compiling tasn_dec.cc
[1117/1135] Compiling asn_pack.cc
[1118/1135] Compiling asn1_par.cc
[1119/1135] Compiling asn1_lib.cc
[1120/1135] Compiling a_utctm.cc
[1121/1135] Compiling a_type.cc
[1122/1135] Compiling a_octet.cc
[1123/1135] Compiling a_time.cc
[1124/1135] Compiling a_strnid.cc
[1125/1135] Compiling a_int.cc
[1126/1135] Write sources
[1127/1135] Compiling a_strex.cc
[1128/1135] Write sources
[1129/1188] Compiling a_i2d_fp.cc
[1130/1192] Compiling a_bool.cc
[1131/1203] Compiling a_gentm.cc
[1132/1203] Compiling a_object.cc
[1133/1207] Compiling a_d2i_fp.cc
[1134/1207] Compiling a_dup.cc
[1136/1207] Compiling Atomics Primitives.shims.swift
[1137/1207] Compiling Atomics AtomicInteger.swift
[1138/1207] Compiling Atomics AtomicOptionalWrappable.swift
[1139/1217] Compiling Atomics ManagedAtomic.swift
[1140/1217] Compiling Atomics ManagedAtomicLazyReference.swift
[1141/1217] Compiling Atomics UnsafeAtomic.swift
[1142/1217] Compiling Atomics UnsafeAtomicLazyReference.swift
[1143/1217] Compiling Atomics AtomicMemoryOrderings.swift
[1144/1217] Compiling Atomics DoubleWord.swift
[1145/1217] Compiling Atomics AtomicReference.swift
[1146/1217] Compiling Atomics AtomicStorage.swift
[1147/1217] Compiling Atomics AtomicValue.swift
[1148/1217] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1149/1217] Compiling BitCollections BitSet+CustomReflectable.swift
[1150/1217] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1151/1217] Compiling BitCollections BitSet+Equatable.swift
[1152/1217] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1153/1217] Compiling BitCollections BitSet+Extras.swift
[1154/1217] Compiling BitCollections BitSet+Hashable.swift
[1155/1217] Compiling BitCollections BitSet+Initializers.swift
[1156/1217] Compiling BitCollections BitSet+Invariants.swift
[1157/1217] Compiling BitCollections BitSet+Random.swift
[1158/1217] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1159/1217] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1160/1217] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1161/1217] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1162/1224] Compiling Atomics IntegerOperations.swift
[1163/1224] Compiling Atomics Unmanaged extensions.swift
[1164/1224] Compiling Atomics OptionalRawRepresentable.swift
[1165/1224] Compiling Atomics RawRepresentable.swift
[1166/1224] Compiling Atomics AtomicBool.swift
[1167/1224] Emitting module BitCollections
[1168/1224] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1169/1224] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1170/1224] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1171/1224] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1172/1224] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1173/1224] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1174/1224] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1175/1224] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1176/1224] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1177/1224] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1178/1224] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1179/1224] Compiling BitCollections BitSet+SetAlgebra union.swift
[1180/1224] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1181/1224] Compiling BitCollections BitSet.Counted.swift
[1193/1224] Compiling Atomics IntegerConformances.swift
[1194/1224] Compiling Atomics PointerConformances.swift
[1195/1224] Compiling Atomics Primitives.native.swift
[1202/1224] Compiling BitCollections BitArray._UnsafeHandle.swift
[1203/1224] Compiling BitCollections BitArray.swift
[1204/1224] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1205/1224] Compiling BitCollections BitSet+Codable.swift
[1206/1224] Compiling BitCollections BitSet.Index.swift
[1207/1224] Compiling BitCollections BitSet._UnsafeHandle.swift
[1208/1224] Compiling BitCollections BitSet.swift
[1209/1224] Compiling BitCollections Range+Utilities.swift
[1210/1224] Compiling BitCollections Slice+Utilities.swift
[1211/1224] Compiling BitCollections UInt+Tricks.swift
[1212/1224] Compiling BitCollections _Word.swift
[1214/1227] Emitting module Atomics
[1215/1227] Emitting module Collections
[1216/1227] Compiling Collections Collections.swift
[1222/1229] Compiling CryptoBoringWrapper RandomBytes.swift
[1223/1262] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1224/1266] Compiling CryptoBoringWrapper EllipticCurve.swift
[1225/1288] Emitting module CryptoBoringWrapper
[1226/1288] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1227/1288] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1228/1288] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1229/1288] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1231/1289] Compiling NIOCore MarkedCircularBuffer.swift
[1232/1289] Compiling NIOCore MulticastChannel.swift
[1233/1289] Compiling NIOCore NIOAny.swift
[1234/1289] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1235/1289] Compiling NIOCore NIOLoopBound.swift
[1236/1289] Compiling NIOCore NIOScheduledCallback.swift
[1237/1289] Compiling NIOCore NIOSendable.swift
[1238/1289] Compiling NIOCore RecvByteBufferAllocator.swift
[1239/1368] Compiling Crypto HPKE-Utils.swift
[1240/1368] Compiling Crypto DHKEM.swift
[1241/1368] Compiling Crypto HPKE-KEM-Curve25519.swift
[1242/1368] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1243/1368] Compiling Crypto HPKE-KEM.swift
[1244/1368] Compiling Crypto HPKE-Errors.swift
[1245/1368] Compiling Crypto HPKE.swift
[1246/1368] Compiling Crypto HPKE-Context.swift
[1247/1368] Compiling Crypto HKDF.swift
[1248/1368] Compiling Crypto AESWrap.swift
[1249/1368] Compiling Crypto AESWrap_boring.swift
[1250/1368] Compiling Crypto Ed25519_boring.swift
[1251/1368] Compiling Crypto NISTCurvesKeys_boring.swift
[1252/1368] Compiling Crypto X25519Keys_boring.swift
[1253/1368] Compiling Crypto Curve25519.swift
[1254/1368] Compiling Crypto Ed25519Keys.swift
[1255/1368] Compiling Crypto NISTCurvesKeys.swift
[1256/1368] Compiling Crypto X25519Keys.swift
[1257/1368] Compiling Crypto SymmetricKeys.swift
[1258/1368] Compiling Crypto HMAC.swift
[1259/1368] Compiling Crypto MACFunctions.swift
[1260/1368] Compiling Crypto MessageAuthenticationCode.swift
[1261/1368] Compiling Crypto AES.swift
[1262/1368] Compiling Crypto ECDSASignature_boring.swift
[1269/1368] Compiling Crypto ECDSA_boring.swift
[1270/1368] Compiling Crypto EdDSA_boring.swift
[1271/1368] Compiling Crypto ECDSA.swift
[1272/1368] Compiling Crypto Ed25519.swift
[1283/1377] Compiling Crypto Digests.swift
[1284/1377] Compiling Crypto HashFunctions.swift
[1285/1377] Compiling Crypto HashFunctions_SHA2.swift
[1286/1377] Compiling Crypto HPKE-AEAD.swift
[1287/1377] Compiling Crypto HPKE-Ciphersuite.swift
[1288/1377] Compiling Crypto HPKE-KDF.swift
[1289/1377] Compiling Crypto HPKE-KexKeyDerivation.swift
[1290/1377] Compiling Crypto HPKE-LabeledExtract.swift
[1291/1377] Emitting module Crypto
[1292/1377] Compiling Crypto AES-GCM.swift
[1293/1377] Compiling Crypto AES-GCM_boring.swift
[1294/1377] Compiling Crypto ChaChaPoly_boring.swift
[1295/1377] Compiling Crypto ChaChaPoly.swift
[1296/1377] Compiling Crypto Cipher.swift
[1297/1377] Compiling Crypto Nonces.swift
[1298/1377] Compiling Crypto ASN1.swift
[1299/1377] Compiling Crypto ASN1Any.swift
[1300/1377] Compiling Crypto ASN1BitString.swift
[1301/1377] Compiling Crypto ASN1Boolean.swift
[1302/1377] Compiling Crypto ASN1Identifier.swift
[1303/1377] Compiling Crypto ASN1Integer.swift
[1304/1377] Compiling Crypto ASN1Null.swift
[1305/1377] Compiling Crypto ASN1OctetString.swift
[1306/1377] Compiling Crypto ASN1Strings.swift
[1307/1377] Compiling Crypto ArraySliceBigint.swift
[1308/1377] Compiling Crypto GeneralizedTime.swift
[1309/1377] Compiling Crypto ObjectIdentifier.swift
[1310/1377] Compiling Crypto ECDSASignature.swift
[1311/1377] Compiling Crypto PEMDocument.swift
[1324/1377] Compiling Crypto HPKE-KeySchedule.swift
[1325/1377] Compiling Crypto HPKE-Modes.swift
[1326/1377] Compiling Crypto Insecure.swift
[1327/1377] Compiling Crypto Insecure_HashFunctions.swift
[1328/1377] Compiling Crypto KEM.swift
[1329/1377] Compiling Crypto ECDH_boring.swift
[1330/1377] Compiling Crypto DH.swift
[1331/1377] Compiling Crypto ECDH.swift
[1332/1377] Compiling Crypto PKCS8PrivateKey.swift
[1333/1377] Compiling Crypto SEC1PrivateKey.swift
[1334/1377] Compiling Crypto SubjectPublicKeyInfo.swift
[1335/1377] Compiling Crypto CryptoKitErrors.swift
[1336/1377] Compiling Crypto Digest_boring.swift
[1337/1377] Compiling Crypto Digest.swift
[1360/1377] Compiling Crypto Signature.swift
[1361/1377] Compiling Crypto CryptoKitErrors_boring.swift
[1362/1377] Compiling Crypto RNG_boring.swift
[1363/1377] Compiling Crypto SafeCompare_boring.swift
[1364/1377] Compiling Crypto Zeroization_boring.swift
[1365/1377] Compiling Crypto PrettyBytes.swift
[1366/1377] Compiling Crypto SafeCompare.swift
[1367/1377] Compiling Crypto SecureBytes.swift
[1368/1377] Compiling Crypto Zeroization.swift
[1378/1378] Emitting module NIOCore
[1380/1430] Compiling NIOEmbedded AsyncTestingChannel.swift
[1381/1430] Emitting module NIOEmbedded
[1382/1430] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1383/1430] Compiling NIOEmbedded Embedded.swift
[1385/1431] Compiling NIOPosix BSDSocketAPICommon.swift
[1386/1431] Compiling NIOPosix BSDSocketAPIPosix.swift
[1387/1431] Compiling NIOPosix BSDSocketAPIWindows.swift
[1388/1431] Compiling NIOPosix BaseSocket.swift
[1389/1431] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1390/1431] Compiling NIOPosix BaseSocketChannel.swift
[1391/1431] Compiling NIOPosix BaseStreamSocketChannel.swift
[1392/1437] Compiling NIOPosix ServerSocket.swift
[1393/1437] Compiling NIOPosix Socket.swift
[1394/1437] Compiling NIOPosix SocketChannel.swift
[1395/1437] Compiling NIOPosix SocketProtocols.swift
[1396/1437] Compiling NIOPosix System.swift
[1397/1437] Compiling NIOPosix Thread.swift
[1398/1437] Compiling NIOPosix SelectableChannel.swift
[1399/1437] Compiling NIOPosix SelectableEventLoop.swift
[1400/1437] Compiling NIOPosix SelectorEpoll.swift
[1401/1437] Compiling NIOPosix SelectorGeneric.swift
[1402/1437] Compiling NIOPosix SelectorKqueue.swift
[1403/1437] Compiling NIOPosix SelectorUring.swift
[1404/1437] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1405/1437] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1406/1437] Compiling NIOPosix PosixSingletons.swift
[1407/1437] Compiling NIOPosix RawSocketBootstrap.swift
[1408/1437] Compiling NIOPosix Resolver.swift
[1409/1437] Compiling NIOPosix Selectable.swift
[1410/1437] Compiling NIOPosix ThreadPosix.swift
[1411/1437] Compiling NIOPosix ThreadWindows.swift
[1412/1437] Compiling NIOPosix UnsafeTransfer.swift
[1413/1437] Compiling NIOPosix Utilities.swift
[1414/1437] Compiling NIOPosix VsockAddress.swift
[1415/1437] Compiling NIOPosix VsockChannelEvents.swift
[1416/1437] Compiling NIOPosix IO.swift
[1417/1437] Compiling NIOPosix IntegerBitPacking.swift
[1418/1437] Compiling NIOPosix IntegerTypes.swift
[1419/1437] Compiling NIOPosix Linux.swift
[1420/1437] Compiling NIOPosix LinuxCPUSet.swift
[1421/1437] Compiling NIOPosix LinuxUring.swift
[1422/1437] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1423/1437] Compiling NIOPosix NIOThreadPool.swift
[1424/1437] Compiling NIOPosix NonBlockingFileIO.swift
[1425/1437] Compiling NIOPosix PendingDatagramWritesManager.swift
[1426/1437] Compiling NIOPosix PendingWritesManager.swift
[1427/1437] Compiling NIOPosix PipeChannel.swift
[1428/1437] Compiling NIOPosix PipePair.swift
[1429/1437] Compiling NIOPosix Pool.swift
[1430/1437] Emitting module NIOPosix
[1431/1437] Compiling NIOPosix Bootstrap.swift
[1432/1437] Compiling NIOPosix ControlMessage.swift
[1433/1437] Compiling NIOPosix DatagramVectorReadManager.swift
[1434/1437] Compiling NIOPosix Errors+Any.swift
[1435/1437] Compiling NIOPosix FileDescriptor.swift
[1436/1437] Compiling NIOPosix GetaddrinfoResolver.swift
[1437/1437] Compiling NIOPosix HappyEyeballs.swift
[1439/1462] Emitting module NIO
[1440/1462] Compiling NIO Exports.swift
[1442/1463] Compiling AsyncKit Future+Miscellaneous.swift
[1443/1463] Compiling AsyncKit Future+Nonempty.swift
[1444/1463] Compiling AsyncKit Future+Optional.swift
[1445/1463] Compiling AsyncKit Future+Transform.swift
[1446/1463] Compiling AsyncKit Future+Try.swift
[1447/1463] Compiling AsyncKit FutureOperators.swift
[1448/1568] Compiling NIOTLS TLSEvents.swift
[1449/1568] Emitting module NIOTLS
[1450/1568] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1451/1568] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1452/1568] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1453/1568] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1454/1568] Emitting module NIOFoundationCompat
[1455/1568] Compiling SQLKit SQLAlterEnumBuilder.swift
[1456/1568] Compiling SQLKit SQLAlterTableBuilder.swift
[1457/1568] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1458/1568] Compiling SQLKit SQLCreateEnumBuilder.swift
[1459/1568] Compiling SQLKit SQLCreateIndexBuilder.swift
[1460/1568] Compiling SQLKit SQLCreateTableBuilder.swift
[1461/1568] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1462/1568] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1463/1568] Compiling NIOTLS SNIHandler.swift
[1465/1569] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1466/1569] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1467/1569] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1469/1599] Compiling SQLKit SQLDropIndex.swift
[1470/1599] Compiling SQLKit SQLDropTable.swift
[1471/1599] Compiling SQLKit SQLDropTrigger.swift
[1472/1599] Compiling SQLKit SQLInsert.swift
[1473/1599] Compiling SQLKit SQLSelect.swift
[1474/1599] Compiling SQLKit SQLUnion.swift
[1475/1599] Compiling SQLKit SQLUpdate.swift
[1476/1599] Compiling SQLKit SQLExpression.swift
[1477/1599] Compiling SQLKit SQLSerializer.swift
[1478/1599] Compiling SQLKit SQLStatement.swift
[1479/1599] Compiling SQLKit SQLBinaryExpression.swift
[1480/1599] Compiling SQLKit SQLBinaryOperator.swift
[1481/1599] Compiling SQLKit SQLBind.swift
[1482/1611] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1483/1611] Compiling SQLKit Exports.swift
[1484/1611] Compiling SQLKit SQLAlias.swift
[1485/1611] Compiling SQLKit SQLBetween.swift
[1486/1611] Compiling SQLKit SQLColumn.swift
[1487/1611] Compiling SQLKit SQLConstraint.swift
[1488/1611] Compiling SQLKit SQLDataType.swift
[1489/1611] Compiling SQLKit SQLDirection.swift
[1490/1611] Compiling SQLKit SQLDistinct.swift
[1491/1611] Compiling SQLKit SQLForeignKeyAction.swift
[1492/1611] Compiling SQLKit SQLNestedSubpathExpression.swift
[1493/1611] Compiling SQLKit SQLQualifiedTable.swift
[1494/1611] Compiling SQLKit SQLQueryString.swift
[1495/1611] Compiling NIOSSL AndroidCABundle.swift
[1496/1611] Compiling NIOSSL ByteBufferBIO.swift
[1497/1611] Compiling NIOSSL CustomPrivateKey.swift
[1498/1611] Compiling NIOSSL IdentityVerification.swift
[1499/1611] Compiling NIOSSL NIOSSLServerHandler.swift
[1500/1611] Compiling NIOSSL ObjectIdentifier.swift
[1501/1611] Compiling NIOSSL PosixPort.swift
[1502/1611] Compiling NIOSSL SSLCallbacks.swift
[1503/1611] Compiling NIOSSL LinuxCABundle.swift
[1504/1611] Compiling NIOSSL NIOSSLClientHandler.swift
[1505/1611] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1506/1611] Compiling NIOSSL NIOSSLHandler.swift
[1507/1611] Compiling NIOSSL SSLCertificate.swift
[1508/1611] Compiling SQLKit SQLLockingClause.swift
[1509/1611] Compiling SQLKit SQLOrderBy.swift
[1510/1611] Compiling SQLKit SQLReturning.swift
[1511/1611] Compiling SQLKit SQLSubquery.swift
[1512/1611] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1513/1611] Compiling SQLKit SQLAlterEnum.swift
[1514/1611] Compiling SQLKit SQLAlterTable.swift
[1515/1611] Compiling SQLKit SQLCreateEnum.swift
[1516/1611] Compiling SQLKit SQLCreateIndex.swift
[1517/1611] Compiling SQLKit SQLCreateTable.swift
[1518/1611] Compiling SQLKit SQLCreateTrigger.swift
[1519/1611] Compiling SQLKit SQLDelete.swift
[1520/1611] Compiling SQLKit SQLDropEnum.swift
[1521/1611] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1522/1611] Compiling SQLKit SQLColumnAssignment.swift
[1523/1611] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1524/1611] Compiling SQLKit SQLColumnDefinition.swift
[1525/1611] Compiling SQLKit SQLCommonTableExpression.swift
[1526/1611] Compiling SQLKit SQLConflictAction.swift
[1527/1611] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1528/1611] Compiling SQLKit SQLDropBehaviour.swift
[1529/1611] Compiling SQLKit SQLEnumDataType.swift
[1530/1611] Compiling SQLKit SQLExcludedColumn.swift
[1531/1611] Compiling SQLKit SQLForeignKey.swift
[1532/1611] Compiling SQLKit SQLJoin.swift
[1533/1611] Compiling SQLKit SQLJoinMethod.swift
[1534/1611] Compiling NIOSSL SSLCertificateExtensions.swift
[1535/1611] Compiling NIOSSL SSLConnection.swift
[1536/1611] Compiling NIOSSL SSLContext.swift
[1537/1611] Compiling NIOSSL SSLErrors.swift
[1538/1611] Compiling NIOSSL SSLInit.swift
[1539/1611] Compiling NIOSSL SSLPKCS12Bundle.swift
[1540/1611] Compiling NIOSSL SSLPrivateKey.swift
[1541/1611] Compiling NIOSSL NIOSSLSecureBytes.swift
[1542/1611] Compiling NIOSSL RNG.swift
[1543/1611] Compiling NIOSSL SafeCompare.swift
[1544/1611] Compiling NIOSSL Zeroization.swift
[1545/1611] Compiling NIOSSL SSLPublicKey.swift
[1546/1611] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1547/1611] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1548/1611] Compiling NIOSSL SubjectAlternativeName.swift
[1549/1611] Compiling SQLKit SQLQueryFetcher.swift
[1550/1611] Compiling SQLKit SQLReturningBuilder.swift
[1551/1611] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1552/1611] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1553/1611] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1554/1611] Compiling SQLKit SQLDatabase.swift
[1555/1611] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1556/1611] Compiling SQLKit SQLDialect.swift
[1557/1611] Compiling SQLKit SQLDatabase+Deprecated.swift
[1558/1611] Compiling SQLKit SQLError.swift
[1559/1611] Compiling SQLKit SQLExpressions+Deprecated.swift
[1560/1611] Emitting module AsyncKit
[1561/1611] Emitting module SQLKit
[1562/1611] Emitting module NIOSSL
[1587/1614] Compiling SQLKit SQLFunction.swift
[1588/1614] Compiling SQLKit SQLGroupExpression.swift
[1589/1614] Compiling SQLKit SQLIdentifier.swift
[1590/1614] Compiling SQLKit SQLList.swift
[1591/1614] Compiling SQLKit SQLLiteral.swift
[1592/1614] Compiling SQLKit SQLRaw.swift
[1593/1614] Compiling SQLKit SQLCodingUtilities.swift
[1594/1614] Compiling SQLKit SQLQueryEncoder.swift
[1595/1614] Compiling SQLKit SQLRow.swift
[1596/1614] Compiling SQLKit SQLRowDecoder.swift
[1597/1614] Compiling SQLKit SomeCodingKey.swift
[1598/1614] Compiling SQLKit StringHandling.swift
[1604/1615] Compiling NIOSSL TLSConfiguration.swift
[1605/1615] Compiling NIOSSL UniversalBootstrapSupport.swift
[1606/1615] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1608/1652] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1609/1652] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1610/1652] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1611/1652] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1612/1652] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1613/1657] Compiling MySQLNIO MySQLDatabase.swift
[1614/1657] Compiling MySQLNIO MySQLError.swift
[1615/1657] Compiling MySQLNIO MySQLQueryCommand.swift
[1616/1657] Compiling MySQLNIO MySQLRow.swift
[1617/1657] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1618/1657] Compiling MySQLNIO MySQLTime.swift
[1619/1657] Compiling MySQLNIO MySQLPacket.swift
[1620/1657] Compiling MySQLNIO MySQLPacketDecoder.swift
[1621/1657] Compiling MySQLNIO MySQLPacketEncoder.swift
[1622/1657] Compiling MySQLNIO MySQLPacketSequence.swift
[1623/1657] Emitting module MySQLNIO
[1624/1657] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1625/1657] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1626/1657] Compiling MySQLNIO MySQLProtocol.swift
[1627/1657] Compiling MySQLNIO CryptoUtils.swift
[1628/1657] Compiling MySQLNIO NIOUtils.swift
[1629/1657] Compiling MySQLNIO Exports.swift
[1630/1657] Compiling MySQLNIO MySQLConnection.swift
[1631/1657] Compiling MySQLNIO MySQLConnectionHandler.swift
[1632/1657] Compiling MySQLNIO MySQLData.swift
[1633/1657] Compiling MySQLNIO MySQLDataConvertible.swift
[1634/1657] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1635/1657] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1636/1657] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1637/1657] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1638/1657] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1639/1657] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1640/1657] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1641/1657] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1642/1657] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1643/1657] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1644/1657] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1645/1657] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1646/1657] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1647/1657] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[1648/1657] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[1660/1669] Compiling MySQLKit MySQLRow+SQL.swift
[1661/1670] Compiling MySQLKit MySQLDataEncoder.swift
[1662/1670] Compiling MySQLKit MySQLDataDecoder.swift
[1663/1670] Compiling MySQLKit MySQLDatabase+SQL.swift
[1664/1670] Compiling MySQLKit MySQLDialect.swift
[1665/1670] Compiling MySQLKit Optional+MySQLDataConvertible.swift
[1666/1670] Compiling MySQLKit ConnectionPool+MySQL.swift
[1667/1670] Compiling MySQLKit Exports.swift
[1668/1670] Compiling MySQLKit MySQLConfiguration.swift
[1669/1670] Compiling MySQLKit MySQLConnectionSource.swift
[1670/1670] Emitting module MySQLKit
Build complete! (313.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
},
{
"identity" : "mysql-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/mysql-nio.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.33.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.82.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.30.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "mysql-kit",
"name" : "mysql-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MySQLKit",
"targets" : [
"MySQLKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLKitTests",
"module_type" : "SwiftTarget",
"name" : "MySQLKitTests",
"path" : "Tests/MySQLKitTests",
"product_dependencies" : [
"SQLKitBenchmark"
],
"sources" : [
"MySQLKitTests.swift"
],
"target_dependencies" : [
"MySQLKit"
],
"type" : "test"
},
{
"c99name" : "MySQLKit",
"module_type" : "SwiftTarget",
"name" : "MySQLKit",
"path" : "Sources/MySQLKit",
"product_dependencies" : [
"AsyncKit",
"MySQLNIO",
"SQLKit",
"Crypto",
"NIOFoundationCompat",
"NIOSSL"
],
"product_memberships" : [
"MySQLKit"
],
"sources" : [
"ConnectionPool+MySQL.swift",
"Exports.swift",
"MySQLConfiguration.swift",
"MySQLConnectionSource.swift",
"MySQLDataDecoder.swift",
"MySQLDataEncoder.swift",
"MySQLDatabase+SQL.swift",
"MySQLDialect.swift",
"MySQLRow+SQL.swift",
"Optional+MySQLDataConvertible.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.