Build Information
Successful build of mysql-kit, reference main (262e5c
), with Swift 6.1 for Linux on 29 Apr 2025 02:21:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/mysql-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/mysql-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/mysql-nio.git
[1/2217] Fetching mysql-nio
[2218/8200] Fetching mysql-nio, sql-kit
[4133/21984] Fetching mysql-nio, sql-kit, swift-crypto
Fetched https://github.com/vapor/mysql-nio.git from cache (0.35s)
[6949/34560] Fetching sql-kit, swift-crypto, swift-nio-ssl
[7521/110084] Fetching sql-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.43s)
[4590/104101] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[85221/106471] Fetching swift-crypto, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.27s)
[88241/104101] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.13s)
Fetched https://github.com/apple/swift-crypto.git from cache (6.14s)
Fetched https://github.com/apple/swift-nio.git from cache (6.22s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (11.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.79s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[351/6069] Fetching swift-system, swift-atomics
[5823/22311] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.85s)
Fetched https://github.com/apple/swift-system.git from cache (1.85s)
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (2.43s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.32s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (0.79s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.48s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.77s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
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-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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/799] Write sources
[12/799] Compiling armv8-mont-linux.S
[13/799] Write sources
[14/799] Compiling aesv8-armv8-apple.S
[15/799] Write sources
[17/799] Compiling aesv8-armv8-win.S
[18/799] Write sources
[27/799] Compiling aesv8-armv8-linux.S
[28/799] Compiling aesni-x86_64-linux.S
[29/799] Compiling aesv8-armv7-linux.S
[30/799] Compiling _NumericsShims _NumericsShims.c
[31/799] Compiling CNIOWindows shim.c
[32/799] Compiling CNIOWindows WSAStartup.c
[33/799] Compiling _AtomicsShims.c
[34/799] Compiling ghashv8-armv7-linux.S
[35/799] Compiling CNIODarwin shim.c
[35/799] Compiling CNIOWASI CNIOWASI.c
[37/799] Compiling CNIOLinux liburing_shims.c
[38/799] Compiling fiat_p256_adx_sqr.S
[39/799] Compiling fiat_p256_adx_mul.S
[40/799] Compiling CNIOLinux shim.c
[41/799] Compiling fiat_curve25519_adx_square.S
[42/799] Compiling fiat_curve25519_adx_mul.S
[43/799] Write swift-version-24593BA9C3E375BF.txt
[44/799] Compiling CNIOBoringSSLShims shims.c
[45/803] Compiling tls_method.cc
[46/803] Compiling tls_record.cc
[47/805] Compiling t1_enc.cc
[48/815] Compiling tls13_server.cc
[49/815] Compiling tls13_both.cc
[50/820] Compiling tls13_client.cc
[51/820] Compiling tls13_enc.cc
[53/820] Emitting module _NIOBase64
[53/837] Compiling ssl_versions.cc
[54/837] Compiling ssl_transcript.cc
[56/837] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/837] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/839] Compiling RealModule ElementaryFunctions.swift
[59/840] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/840] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/840] Compiling RealModule Float16+Real.swift
[62/840] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/840] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/840] Compiling _NIODataStructures _TinyArray.swift
[65/840] Emitting module InternalCollectionsUtilities
[66/840] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[67/840] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[68/840] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[69/840] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/840] Compiling InternalCollectionsUtilities Integer rank.swift
[71/840] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/840] Compiling RealModule Float+Real.swift
[75/840] Emitting module RealModule
[76/840] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[78/840] Compiling InternalCollectionsUtilities Specialize.swift
[80/840] Compiling RealModule Float80+Real.swift
[81/840] Compiling RealModule Real.swift
[82/840] Compiling _NIOBase64 Base64.swift
[83/840] Compiling _NIODataStructures PriorityQueue.swift
[84/841] Compiling InternalCollectionsUtilities Debugging.swift
[85/841] Compiling InternalCollectionsUtilities Descriptions.swift
[86/841] Compiling RealModule RealFunctions.swift
[86/842] Compiling ssl_x509.cc
[90/842] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/842] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/843] Compiling Logging MetadataProvider.swift
[94/843] Emitting module Logging
[95/843] Emitting module _NIODataStructures
[96/843] Compiling _NIODataStructures Heap.swift
[97/844] Compiling Logging Locks.swift
[98/844] Compiling Logging LogHandler.swift
[99/844] Compiling Logging Logging.swift
[99/845] Compiling ssl_stat.cc
[103/975] Compiling HeapModule Heap+Invariants.swift
[104/975] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[105/975] Compiling HeapModule Heap+Descriptions.swift
[106/975] Emitting module HeapModule
[107/975] Compiling HeapModule Heap.swift
[108/975] Compiling HeapModule _HeapNode.swift
[109/975] Compiling HeapModule Heap+UnsafeHandle.swift
[110/976] Compiling ssl_session.cc
[112/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[113/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[114/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[115/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[116/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[117/976] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[118/976] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[119/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[120/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[121/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[122/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[123/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[124/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[125/976] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[126/983] Compiling OrderedCollections OrderedDictionary.swift
[127/983] Compiling OrderedCollections OrderedSet+Codable.swift
[128/983] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[129/983] Compiling OrderedCollections OrderedSet+Descriptions.swift
[130/983] Compiling OrderedCollections OrderedSet+Diffing.swift
[131/983] Compiling OrderedCollections OrderedSet+Equatable.swift
[132/983] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[133/983] Compiling OrderedCollections OrderedSet+Hashable.swift
[134/983] Compiling OrderedCollections OrderedSet+Initializers.swift
[135/983] Compiling OrderedCollections OrderedSet+Insertions.swift
[136/983] Compiling OrderedCollections OrderedSet+Invariants.swift
[137/983] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[138/983] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[139/983] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[140/983] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[141/983] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[141/988] Compiling ssl_file.cc
[142/1032] Compiling ssl_key_share.cc
[144/1074] Compiling HashTreeCollections _HashNode+Invariants.swift
[145/1074] Compiling HashTreeCollections _HashNode+Lookups.swift
[146/1074] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[147/1074] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[148/1074] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[149/1074] Compiling HashTreeCollections _HashNode+Storage.swift
[150/1074] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[151/1074] Compiling HashTreeCollections _HashNode+Structural filter.swift
[152/1074] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[153/1074] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[154/1074] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[155/1074] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[156/1074] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[157/1074] Compiling HashTreeCollections _HashNode+Structural merge.swift
[158/1074] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[159/1074] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[160/1074] Compiling HashTreeCollections _Bucket.swift
[161/1074] Compiling HashTreeCollections _Hash.swift
[162/1076] Compiling HashTreeCollections _HashLevel.swift
[163/1076] Compiling HashTreeCollections _HashNode+Builder.swift
[164/1076] Compiling HashTreeCollections _HashNode+Debugging.swift
[165/1076] Compiling HashTreeCollections _HashNode+Initializers.swift
[165/1076] Compiling ssl_privkey.cc
[173/1076] Compiling HashTreeCollections _HashNode+Structural union.swift
[174/1076] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[175/1076] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[176/1076] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[177/1076] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[178/1076] Compiling HashTreeCollections _HashNode.swift
[179/1085] Compiling HashTreeCollections _AncestorHashSlots.swift
[180/1085] Compiling HashTreeCollections _Bitmap.swift
[186/1085] Compiling ssl_lib.cc
[188/1085] Compiling HashTreeCollections _HashNodeHeader.swift
[189/1085] Compiling HashTreeCollections _HashSlot.swift
[190/1085] Compiling HashTreeCollections _HashStack.swift
[191/1085] Compiling HashTreeCollections _HashTreeIterator.swift
[192/1085] Compiling HashTreeCollections _HashTreeStatistics.swift
[193/1085] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[194/1085] Compiling HashTreeCollections _RawHashNode.swift
[195/1085] Compiling HashTreeCollections _UnmanagedHashNode.swift
[196/1085] Compiling HashTreeCollections _UnsafePath.swift
[197/1085] Compiling HashTreeCollections TreeDictionary+Codable.swift
[198/1085] Compiling HashTreeCollections TreeSet+Hashable.swift
[199/1085] Compiling HashTreeCollections TreeSet+Sendable.swift
[200/1085] Compiling _RopeModule Rope+Join.swift
[201/1085] Compiling _RopeModule Rope+MutatingForEach.swift
[202/1085] Compiling _RopeModule Rope+Remove.swift
[203/1085] Compiling _RopeModule Rope+RemoveSubrange.swift
[204/1085] Compiling _RopeModule Rope+Split.swift
[205/1085] Compiling _RopeModule Optional Utilities.swift
[206/1085] Compiling _RopeModule String Utilities.swift
[207/1085] Compiling _RopeModule String.Index+ABI.swift
[208/1095] Compiling DequeModule _DequeSlot.swift
[209/1095] Compiling DequeModule _UnsafeWrappedBuffer.swift
[214/1095] Compiling HashTreeCollections TreeDictionary.swift
[215/1095] Compiling HashTreeCollections TreeSet+Codable.swift
[216/1095] Compiling HashTreeCollections TreeSet+Collection.swift
[217/1095] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[218/1095] Compiling HashTreeCollections TreeSet+Debugging.swift
[219/1095] Compiling HashTreeCollections TreeSet+Descriptions.swift
[220/1095] Compiling HashTreeCollections TreeSet+Equatable.swift
[221/1095] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[222/1095] Compiling HashTreeCollections TreeSet+Extras.swift
[223/1095] Compiling HashTreeCollections TreeSet+Filter.swift
[224/1095] Compiling HashTreeCollections TreeDictionary+Keys.swift
[225/1095] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[226/1095] Compiling HashTreeCollections TreeDictionary+Merge.swift
[227/1095] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[228/1095] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[229/1095] Compiling HashTreeCollections TreeDictionary+Values.swift
[242/1095] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[243/1095] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[244/1095] Compiling HashTreeCollections TreeDictionary+Filter.swift
[245/1095] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[246/1095] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[282/1095] Emitting module DequeModule
[284/1096] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[285/1096] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[286/1096] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[287/1096] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[288/1096] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[289/1096] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[290/1096] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[291/1096] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[292/1096] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[293/1096] Compiling HashTreeCollections TreeSet.swift
[301/1096] Compiling HashTreeCollections TreeDictionary+Collection.swift
[302/1096] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[303/1096] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[304/1096] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[305/1096] Emitting module OrderedCollections
[306/1097] Compiling ssl_credential.cc
[318/1097] Compiling ssl_cert.cc
[328/1097] Compiling ssl_buffer.cc
[329/1097] Compiling ssl_cipher.cc
[331/1097] Emitting module _RopeModule
[363/1098] Compiling s3_both.cc
[364/1098] Compiling ssl_asn1.cc
[365/1098] Compiling s3_pkt.cc
[366/1098] Compiling ssl_aead_ctx.cc
[367/1098] Compiling s3_lib.cc
[368/1098] Compiling handshake_server.cc
[370/1098] Emitting module HashTreeCollections
[371/1099] Compiling handshake.cc
[372/1099] Compiling handoff.cc
[373/1099] Compiling handshake_client.cc
[374/1099] Compiling dtls_record.cc
[375/1099] Compiling dtls_method.cc
[376/1099] Compiling encrypted_client_hello.cc
[377/1099] Compiling d1_srtp.cc
[378/1099] Compiling md5-x86_64-linux.S
[379/1099] Compiling md5-x86_64-apple.S
[380/1099] Compiling md5-586-apple.S
[381/1099] Compiling md5-586-linux.S
[382/1099] Compiling chacha20_poly1305_x86_64-apple.S
[383/1099] Compiling chacha20_poly1305_x86_64-linux.S
[384/1099] Compiling chacha20_poly1305_armv8-win.S
[385/1099] Compiling chacha20_poly1305_armv8-linux.S
[386/1099] Compiling chacha20_poly1305_armv8-apple.S
[387/1099] Compiling chacha-x86_64-apple.S
[388/1099] Compiling extensions.cc
[389/1099] Compiling chacha-x86_64-linux.S
[390/1099] Compiling chacha-x86-linux.S
[391/1099] Compiling err_data.cc
[392/1099] Compiling chacha-armv8-win.S
[393/1099] Compiling chacha-x86-apple.S
[394/1099] Compiling chacha-armv8-linux.S
[395/1099] Compiling chacha-armv8-apple.S
[396/1099] Compiling chacha-armv4-linux.S
[397/1099] Compiling aes128gcmsiv-x86_64-apple.S
[398/1099] Compiling aes128gcmsiv-x86_64-linux.S
[399/1099] Compiling x86_64-mont5-linux.S
[400/1099] Compiling x86_64-mont5-apple.S
[401/1099] Compiling x86_64-mont-linux.S
[402/1099] Compiling x86_64-mont-apple.S
[403/1099] Compiling x86-mont-linux.S
[404/1099] Compiling x86-mont-apple.S
[405/1099] Compiling vpaes-x86_64-linux.S
[406/1099] Compiling vpaes-x86_64-apple.S
[407/1099] Compiling vpaes-x86-apple.S
[408/1099] Compiling vpaes-x86-linux.S
[409/1099] Compiling vpaes-armv8-linux.S
[410/1099] Compiling vpaes-armv8-win.S
[411/1099] Compiling vpaes-armv8-apple.S
[412/1099] Compiling vpaes-armv7-linux.S
[413/1099] Compiling sha512-armv8-win.S
[414/1099] Compiling sha512-x86_64-apple.S
[415/1099] Compiling sha512-armv8-linux.S
[416/1099] Compiling sha512-x86_64-linux.S
[417/1099] Compiling sha512-586-linux.S
[418/1099] Compiling sha512-armv4-linux.S
[419/1099] Compiling sha512-586-apple.S
[420/1099] Compiling d1_both.cc
[421/1099] Compiling sha512-armv8-apple.S
[422/1099] Compiling bio_ssl.cc
[423/1099] Compiling d1_pkt.cc
[424/1099] Compiling sha256-586-linux.S
[425/1099] Compiling sha256-x86_64-apple.S
[426/1099] Compiling sha256-armv8-linux.S
[427/1099] Compiling sha256-armv8-apple.S
[427/1099] Compiling sha256-armv8-win.S
[427/1099] Compiling sha256-x86_64-linux.S
[430/1099] Compiling sha256-armv4-linux.S
[431/1099] Compiling d1_lib.cc
[432/1099] Compiling sha256-586-apple.S
[433/1099] Compiling sha1-armv8-win.S
[433/1099] Compiling sha1-x86_64-linux.S
[433/1099] Compiling sha1-armv8-apple.S
[436/1099] Compiling sha1-armv8-linux.S
[437/1099] Compiling sha1-x86_64-apple.S
[438/1099] Compiling sha1-armv4-large-linux.S
[439/1099] Compiling sha1-586-linux.S
[440/1099] Compiling p256_beeu-x86_64-asm-linux.S
[441/1099] Compiling rsaz-avx2-apple.S
[442/1099] Compiling rdrand-x86_64-linux.S
[443/1099] Compiling sha1-586-apple.S
[444/1099] Compiling rsaz-avx2-linux.S
[445/1099] Compiling rdrand-x86_64-apple.S
[445/1099] Compiling p256_beeu-x86_64-asm-apple.S
[447/1099] Compiling p256_beeu-armv8-asm-win.S
[448/1099] Compiling p256_beeu-armv8-asm-linux.S
[449/1099] Compiling p256_beeu-armv8-asm-apple.S
[450/1099] Compiling p256-x86_64-asm-apple.S
[451/1099] Compiling p256-armv8-asm-win.S
[452/1099] Compiling ghashv8-armv8-win.S
[453/1099] Compiling ghashv8-armv8-linux.S
[454/1099] Compiling ghashv8-armv8-apple.S
[455/1099] Compiling p256-armv8-asm-linux.S
[456/1099] Compiling p256-x86_64-asm-linux.S
[457/1099] Compiling p256-armv8-asm-apple.S
[458/1099] Compiling ghashv8-armv7-linux.S
[459/1099] Compiling ghash-x86_64-apple.S
[460/1099] Compiling ghash-x86_64-linux.S
[461/1099] Compiling ghash-x86-linux.S
[462/1099] Compiling ghash-x86-apple.S
[463/1099] Compiling ghash-ssse3-x86_64-linux.S
[464/1099] Compiling ghash-ssse3-x86_64-apple.S
[465/1099] Compiling ghash-ssse3-x86-apple.S
[465/1099] Compiling ghash-neon-armv8-linux.S
[465/1099] Compiling ghash-ssse3-x86-linux.S
[468/1099] Compiling ghash-neon-armv8-win.S
[469/1099] Compiling ghash-neon-armv8-apple.S
[470/1099] Compiling co-586-linux.S
[471/1099] Compiling ghash-armv4-linux.S
[472/1099] Compiling co-586-apple.S
[473/1099] Compiling bsaes-armv7-linux.S
[474/1099] Compiling bn-armv8-apple.S
[474/1099] Compiling bn-armv8-linux.S
[475/1099] Compiling bn-586-linux.S
[477/1099] Compiling bn-586-apple.S
[478/1099] Compiling armv8-mont-win.S
[479/1099] Compiling bn-armv8-win.S
[480/1099] Compiling armv8-mont-linux.S
[481/1099] Compiling armv4-mont-linux.S
[482/1099] Compiling armv8-mont-apple.S
[483/1099] Compiling aesv8-gcm-armv8-win.S
[484/1099] Compiling aesv8-gcm-armv8-apple.S
[485/1099] Compiling aesv8-gcm-armv8-linux.S
[486/1099] Compiling aesv8-armv8-linux.S
[487/1099] Compiling aesv8-armv8-win.S
[488/1099] Compiling aesv8-armv7-linux.S
[489/1099] Compiling aesni-x86_64-apple.S
[490/1099] Compiling aesv8-armv8-apple.S
[490/1099] Compiling aesni-x86_64-linux.S
[492/1099] Compiling aesni-x86-linux.S
[493/1099] Compiling aesni-x86-apple.S
[494/1099] Compiling aesni-gcm-x86_64-linux.S
[495/1099] Compiling aes-gcm-avx2-x86_64-linux.S
[496/1099] Compiling aesni-gcm-x86_64-apple.S
[497/1099] Compiling aes-gcm-avx2-x86_64-apple.S
[498/1099] Compiling aes-gcm-avx10-x86_64-apple.S
[499/1099] Compiling aes-gcm-avx10-x86_64-linux.S
[500/1099] Compiling x_val.cc
[501/1099] Compiling x_name.cc
[502/1099] Compiling x_sig.cc
[503/1099] Compiling x_spki.cc
[504/1099] Compiling x_x509a.cc
[505/1099] Compiling x_pubkey.cc
[506/1099] Compiling x_x509.cc
[507/1099] Compiling x_req.cc
[508/1099] Compiling x_exten.cc
[509/1099] Compiling x_crl.cc
[510/1099] Compiling x509spki.cc
[511/1099] Compiling x_algor.cc
[512/1099] Compiling x_attrib.cc
[513/1099] Compiling x509rset.cc
[514/1099] Compiling x_all.cc
[515/1099] Compiling x509cset.cc
[516/1099] Compiling x509name.cc
[517/1099] Compiling x509_v3.cc
[518/1099] Compiling x509_vpm.cc
[519/1099] Compiling x509_txt.cc
[520/1099] Compiling x509_trs.cc
[521/1099] Compiling x509_req.cc
[522/1099] Compiling x509_vfy.cc
[523/1099] Compiling x509_set.cc
[524/1099] Compiling x509_obj.cc
[525/1099] Compiling x509_ext.cc
[526/1099] Compiling x509_lu.cc
[527/1099] Compiling x509_cmp.cc
[528/1099] Compiling x509_att.cc
[529/1099] Compiling x509_d2.cc
[530/1099] Compiling x509_def.cc
[531/1099] Compiling x509.cc
[532/1099] Compiling v3_utl.cc
[533/1099] Compiling v3_skey.cc
[534/1099] Compiling v3_prn.cc
[535/1099] Compiling v3_purp.cc
[536/1099] Compiling v3_ocsp.cc
[537/1099] Compiling v3_pcons.cc
[538/1099] Compiling v3_pmaps.cc
[539/1099] Compiling v3_ncons.cc
[540/1099] Compiling v3_int.cc
[541/1099] Compiling v3_lib.cc
[542/1099] Compiling v3_ia5.cc
[543/1099] Compiling v3_info.cc
[544/1099] Compiling v3_bitst.cc
[544/1099] Compiling v3_crld.cc
[545/1099] Compiling v3_extku.cc
[545/1099] Compiling v3_cpols.cc
[548/1099] Compiling v3_genn.cc
[548/1099] Compiling v3_enum.cc
[550/1099] Compiling v3_conf.cc
[551/1099] Compiling v3_bcons.cc
[552/1099] Compiling t_x509a.cc
[553/1099] Compiling t_crl.cc
[554/1099] Compiling v3_akeya.cc
[555/1099] Compiling v3_akey.cc
[556/1099] Compiling v3_alt.cc
[557/1099] Compiling t_x509.cc
[558/1099] Compiling t_req.cc
[559/1099] Compiling rsa_pss.cc
[560/1099] Compiling i2d_pr.cc
[561/1099] Compiling policy.cc
[562/1099] Compiling name_print.cc
[563/1099] Compiling by_file.cc
[564/1099] Compiling by_dir.cc
[565/1099] Compiling asn1_gen.cc
[566/1099] Compiling algorithm.cc
[567/1099] Compiling a_verify.cc
[568/1099] Compiling thread_win.cc
[569/1099] Compiling thread_none.cc
[570/1099] Compiling a_sign.cc
[571/1099] Compiling thread_pthread.cc
[572/1099] Compiling trust_token.cc
[573/1099] Compiling thread.cc
[574/1099] Compiling voprf.cc
[575/1099] Compiling stack.cc
[576/1099] Compiling a_digest.cc
[577/1099] Compiling pmbtoken.cc
[578/1099] Compiling spake2plus.cc
[579/1099] Compiling sha512.cc
[580/1099] Compiling slhdsa.cc
[581/1099] Compiling siphash.cc
[582/1099] Compiling sha1.cc
[583/1099] Compiling sha256.cc
[584/1099] Compiling rsa_extra.cc
[585/1099] Compiling rsa_print.cc
[586/1099] Compiling rc4.cc
[587/1099] Compiling windows.cc
[588/1099] Compiling trusty.cc
[589/1099] Compiling rand.cc
[590/1099] Compiling urandom.cc
[591/1099] Compiling refcount.cc
[592/1099] Compiling ios.cc
[593/1099] Compiling rsa_crypt.cc
[594/1099] Compiling passive.cc
[595/1099] Compiling getentropy.cc
[596/1099] Compiling rsa_asn1.cc
[597/1099] Compiling poly1305_arm_asm.S
[598/1099] Compiling forkunsafe.cc
[599/1099] Compiling poly1305_arm.cc
[600/1099] Compiling deterministic.cc
[601/1099] Compiling fork_detect.cc
[602/1099] Compiling pool.cc
[603/1099] Compiling poly1305.cc
[604/1099] Compiling poly1305_vec.cc
[605/1099] Compiling pkcs8.cc
[606/1099] Compiling pkcs7.cc
[607/1099] Compiling pkcs8_x509.cc
[608/1099] Compiling p5_pbev2.cc
[609/1099] Compiling pem_xaux.cc
[610/1099] Compiling pem_pk8.cc
[611/1099] Compiling pem_x509.cc
[611/1099] Compiling pem_pkey.cc
[611/1099] Compiling pem_lib.cc
[613/1099] Compiling pem_oth.cc
[615/1099] Compiling pkcs7_x509.cc
[616/1099] Compiling pem_info.cc
[617/1099] Compiling pem_all.cc
[618/1099] Compiling mldsa.cc
[619/1099] Compiling mlkem.cc
[620/1099] Compiling md5.cc
[621/1099] Compiling md4.cc
[622/1099] Compiling mem.cc
[623/1099] Compiling fips_shared_support.cc
[624/1099] Compiling lhash.cc
[625/1099] Compiling poly_rq_mul.S
[626/1099] Compiling obj_xref.cc
[627/1099] Compiling obj.cc
[628/1099] Compiling sign.cc
[629/1099] Compiling ex_data.cc
[630/1099] Compiling hrss.cc
[631/1099] Compiling kyber.cc
[632/1099] Compiling scrypt.cc
[633/1099] Compiling hpke.cc
[634/1099] Compiling print.cc
[635/1099] Compiling pbkdf.cc
[636/1099] Compiling p_x25519.cc
[637/1099] Compiling p_rsa.cc
[638/1099] Compiling p_ed25519.cc
[639/1099] Compiling p_x25519_asn1.cc
[640/1099] Compiling p_rsa_asn1.cc
[641/1099] Compiling p_hkdf.cc
[642/1099] Compiling p_ed25519_asn1.cc
[643/1099] Compiling p_dh.cc
[644/1099] Compiling p_ec.cc
[645/1099] Compiling p_dh_asn1.cc
[646/1099] Compiling evp_ctx.cc
[647/1099] Compiling p_ec_asn1.cc
[648/1099] Compiling p_dsa_asn1.cc
[649/1099] Compiling err.cc
[650/1099] Compiling evp.cc
[651/1099] Compiling engine.cc
[652/1099] Compiling evp_asn1.cc
[653/1099] Compiling ecdh.cc
[654/1099] Compiling hash_to_curve.cc
[655/1099] Compiling ecdsa_asn1.cc
[656/1099] Compiling ec_derive.cc
[657/1099] Compiling dsa.cc
[658/1099] Compiling params.cc
[659/1099] Compiling ec_asn1.cc
[660/1099] Compiling dsa_asn1.cc
[661/1099] Compiling des.cc
[662/1099] Compiling x25519-asm-arm.S
[663/1099] Compiling digest_extra.cc
[664/1099] Compiling dh_asn1.cc
[665/1099] Compiling crypto.cc
[666/1099] Compiling cpu_intel.cc
[667/1099] Compiling cpu_arm_freebsd.cc
[668/1099] Compiling curve25519.cc
[669/1099] Compiling cpu_arm_linux.cc
[670/1099] Compiling spake25519.cc
[671/1099] Compiling bcm.cc
[672/1099] Compiling cpu_aarch64_win.cc
[673/1099] Compiling curve25519_64_adx.cc
[674/1099] Compiling cpu_aarch64_linux.cc
[675/1099] Compiling cpu_aarch64_fuchsia.cc
[676/1099] Compiling cpu_aarch64_sysreg.cc
[677/1099] Compiling cpu_aarch64_openbsd.cc
[678/1099] Compiling cpu_aarch64_apple.cc
[679/1099] Compiling tls_cbc.cc
[680/1099] Compiling conf.cc
[681/1099] Compiling get_cipher.cc
[682/1099] Compiling e_tls.cc
[683/1099] Compiling e_rc4.cc
[684/1099] Compiling e_null.cc
[685/1099] Compiling e_rc2.cc
[686/1099] Compiling e_des.cc
[687/1099] Compiling derive_key.cc
[688/1099] Compiling e_chacha20poly1305.cc
[689/1099] Compiling e_aesctrhmac.cc
[690/1099] Compiling chacha.cc
[691/1099] Compiling e_aesgcmsiv.cc
[692/1099] Compiling unicode.cc
[693/1099] Compiling buf.cc
[694/1099] Compiling asn1_compat.cc
[695/1099] Compiling ber.cc
[696/1099] Compiling cbb.cc
[697/1099] Compiling cbs.cc
[698/1099] Compiling bn_asn1.cc
[699/1099] Compiling blake2.cc
[700/1099] Compiling convert.cc
[701/1099] Compiling socket_helper.cc
[702/1099] Compiling socket.cc
[703/1099] Compiling printf.cc
[704/1099] Compiling hexdump.cc
[705/1099] Compiling pair.cc
[706/1099] Compiling file.cc
[707/1099] Compiling fd.cc
[708/1099] Compiling errno.cc
[709/1099] Compiling connect.cc
[710/1099] Compiling bio_mem.cc
[711/1099] Compiling base64.cc
[712/1099] Compiling bio.cc
[713/1099] Compiling tasn_typ.cc
[714/1099] Compiling tasn_fre.cc
[715/1099] Compiling tasn_utl.cc
[716/1099] Compiling tasn_enc.cc
[717/1099] Compiling f_string.cc
[718/1099] Compiling tasn_new.cc
[719/1099] Compiling posix_time.cc
[720/1099] Compiling f_int.cc
[721/1099] Compiling tasn_dec.cc
[722/1099] Compiling asn_pack.cc
[723/1099] Compiling asn1_par.cc
[724/1099] Compiling a_octet.cc
[725/1099] Compiling a_utctm.cc
[726/1099] Compiling a_time.cc
[727/1099] Compiling a_type.cc
[728/1099] Compiling asn1_lib.cc
[729/1099] Compiling a_strnid.cc
[730/1099] Compiling a_strex.cc
[731/1099] Compiling a_i2d_fp.cc
[732/1099] Compiling a_object.cc
[733/1099] Compiling a_d2i_fp.cc
[734/1099] Compiling a_mbstr.cc
[735/1099] Compiling a_dup.cc
[736/1099] Compiling a_gentm.cc
[737/1099] Compiling a_int.cc
[738/1099] Compiling fiat_p256_adx_sqr.S
[739/1099] Compiling fiat_p256_adx_mul.S
[740/1099] Compiling fiat_curve25519_adx_square.S
[741/1099] Compiling fiat_curve25519_adx_mul.S
[742/1099] Compiling md5-x86_64-apple.S
[743/1099] Compiling md5-x86_64-linux.S
[744/1099] Compiling md5-586-linux.S
[745/1099] Compiling md5-586-apple.S
[746/1099] Compiling a_bitstr.cc
[747/1099] Compiling a_bool.cc
[748/1099] Compiling chacha20_poly1305_x86_64-apple.S
[749/1099] Compiling chacha20_poly1305_armv8-linux.S
[750/1099] Compiling chacha20_poly1305_armv8-win.S
[751/1099] Compiling chacha20_poly1305_x86_64-linux.S
[752/1099] Compiling CCryptoBoringSSLShims shims.c
[753/1099] Compiling chacha20_poly1305_armv8-apple.S
[754/1099] Compiling chacha-x86_64-apple.S
[755/1099] Compiling chacha-x86-linux.S
[756/1099] Compiling chacha-x86_64-linux.S
[757/1099] Compiling chacha-x86-apple.S
[758/1099] Compiling chacha-armv8-win.S
[759/1099] Compiling chacha-armv8-apple.S
[760/1099] Compiling chacha-armv8-linux.S
[761/1099] Compiling chacha-armv4-linux.S
[762/1099] Compiling err_data.cc
[763/1099] Compiling aes128gcmsiv-x86_64-linux.S
[764/1099] Compiling aes128gcmsiv-x86_64-apple.S
[765/1099] Compiling x86_64-mont5-apple.S
[766/1099] Compiling x86_64-mont5-linux.S
[767/1099] Compiling x86_64-mont-linux.S
[768/1099] Compiling x86_64-mont-apple.S
[769/1099] Compiling x86-mont-linux.S
[770/1099] Compiling x86-mont-apple.S
[771/1099] Compiling vpaes-x86_64-linux.S
[772/1099] Compiling vpaes-x86_64-apple.S
[773/1099] Compiling vpaes-armv8-win.S
[774/1099] Compiling vpaes-x86-linux.S
[775/1099] Compiling vpaes-x86-apple.S
[776/1099] Compiling vpaes-armv8-linux.S
[777/1099] Compiling vpaes-armv8-apple.S
[777/1099] Compiling vpaes-armv7-linux.S
[779/1099] Compiling sha512-x86_64-linux.S
[780/1099] Compiling sha512-armv8-linux.S
[781/1099] Compiling sha512-armv8-win.S
[782/1099] Compiling sha512-x86_64-apple.S
[783/1099] Compiling sha512-armv8-apple.S
[784/1099] Compiling sha512-armv4-linux.S
[785/1099] Compiling sha256-x86_64-apple.S
[786/1099] Compiling sha512-586-apple.S
[787/1099] Compiling sha512-586-linux.S
[788/1099] Compiling sha256-armv8-win.S
[789/1099] Compiling sha256-x86_64-linux.S
[790/1099] Compiling sha256-armv8-linux.S
[791/1099] Compiling sha256-armv8-apple.S
[792/1099] Compiling sha256-586-linux.S
[793/1099] Compiling sha256-armv4-linux.S
[794/1099] Compiling sha256-586-apple.S
[795/1099] Compiling sha1-x86_64-apple.S
[796/1099] Compiling sha1-armv8-linux.S
[797/1099] Compiling sha1-armv8-win.S
[798/1099] Compiling sha1-x86_64-linux.S
[799/1099] Compiling sha1-armv8-apple.S
[800/1099] Compiling sha1-armv4-large-linux.S
[801/1099] Compiling sha1-586-linux.S
[802/1099] Compiling sha1-586-apple.S
[803/1099] Compiling rdrand-x86_64-linux.S
[804/1099] Compiling rsaz-avx2-apple.S
[805/1099] Compiling rsaz-avx2-linux.S
[806/1099] Compiling rdrand-x86_64-apple.S
[807/1099] Compiling p256_beeu-x86_64-asm-linux.S
[808/1099] Compiling p256_beeu-x86_64-asm-apple.S
[809/1099] Compiling p256_beeu-armv8-asm-linux.S
[810/1099] Compiling p256_beeu-armv8-asm-win.S
[811/1099] Compiling p256_beeu-armv8-asm-apple.S
[812/1099] Compiling p256-x86_64-asm-linux.S
[813/1099] Compiling p256-x86_64-asm-apple.S
[814/1099] Compiling p256-armv8-asm-win.S
[815/1099] Compiling p256-armv8-asm-linux.S
[816/1099] Compiling p256-armv8-asm-apple.S
[817/1099] Compiling ghashv8-armv8-win.S
[818/1099] Compiling ghashv8-armv8-apple.S
[819/1099] Compiling ghash-x86_64-apple.S
[820/1099] Compiling ghashv8-armv8-linux.S
[821/1099] Compiling ghash-x86_64-linux.S
[822/1099] Compiling ghash-x86-linux.S
[823/1099] Compiling ghash-x86-apple.S
[824/1099] Compiling ghash-ssse3-x86_64-apple.S
[825/1099] Compiling ghash-ssse3-x86-linux.S
[826/1099] Compiling ghash-ssse3-x86_64-linux.S
[827/1099] Compiling ghash-ssse3-x86-apple.S
[828/1099] Compiling ghash-neon-armv8-linux.S
[829/1099] Compiling ghash-neon-armv8-win.S
[830/1099] Compiling ghash-neon-armv8-apple.S
[831/1099] Compiling ghash-armv4-linux.S
[831/1099] Compiling co-586-linux.S
[833/1099] Compiling co-586-apple.S
[834/1099] Compiling bsaes-armv7-linux.S
[835/1099] Compiling bn-armv8-linux.S
[836/1099] Compiling bn-armv8-win.S
[837/1099] Compiling bn-armv8-apple.S
[838/1099] Compiling bn-586-linux.S
[839/1099] Compiling bn-586-apple.S
[840/1099] Compiling armv8-mont-win.S
[841/1099] Compiling armv4-mont-linux.S
[842/1099] Compiling armv8-mont-apple.S
[843/1099] Compiling aesv8-gcm-armv8-win.S
[844/1099] Compiling aesv8-gcm-armv8-linux.S
[845/1099] Compiling aesv8-gcm-armv8-apple.S
[846/1099] Compiling aesni-x86_64-apple.S
[847/1099] Compiling aesni-x86-apple.S
[848/1099] Compiling aesni-x86-linux.S
[849/1099] Compiling aesni-gcm-x86_64-apple.S
[850/1099] Compiling aesni-gcm-x86_64-linux.S
[851/1099] Compiling aes-gcm-avx10-x86_64-linux.S
[852/1099] Compiling aes-gcm-avx10-x86_64-apple.S
[853/1099] Compiling x_sig.cc
[854/1099] Compiling x_val.cc
[855/1099] Compiling x_spki.cc
[856/1099] Compiling x_x509a.cc
[857/1099] Compiling x_req.cc
[858/1099] Compiling x_x509.cc
[859/1099] Compiling c-nioatomics.c
[860/1099] Compiling x_pubkey.cc
[861/1099] Compiling x_exten.cc
[862/1099] Compiling x_crl.cc
[863/1099] Compiling x_attrib.cc
[864/1099] Compiling x_name.cc
[865/1099] Compiling x_all.cc
[866/1099] Compiling x_algor.cc
[867/1099] Compiling c-atomics.c
[868/1105] Compiling x509rset.cc
[869/1105] Compiling x509_vpm.cc
[870/1105] Compiling x509name.cc
[871/1105] Compiling x509cset.cc
[872/1105] Compiling x509spki.cc
[874/1105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[874/1105] Compiling x509_v3.cc
[876/1105] Compiling NIOConcurrencyHelpers NIOLock.swift
[876/1105] Compiling x509_vfy.cc
[878/1105] Compiling NIOConcurrencyHelpers lock.swift
[879/1105] Emitting module NIOConcurrencyHelpers
[880/1105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[881/1105] Compiling NIOConcurrencyHelpers atomics.swift
[881/1106] Compiling x509_trs.cc
[883/1106] Compiling x509_txt.cc
[884/1106] Compiling x509_set.cc
[885/1106] Compiling x509_req.cc
[886/1106] Compiling x509_obj.cc
[887/1106] Compiling x509_lu.cc
[888/1106] Compiling x509_ext.cc
[889/1106] Compiling x509_def.cc
[890/1106] Compiling x509_d2.cc
[891/1106] Compiling x509_att.cc
[892/1106] Compiling x509_cmp.cc
[893/1106] Compiling x509.cc
[894/1106] Compiling v3_utl.cc
[895/1106] Compiling v3_purp.cc
[896/1106] Compiling v3_prn.cc
[897/1106] Compiling v3_skey.cc
[898/1106] Compiling v3_ocsp.cc
[899/1106] Compiling v3_pcons.cc
[900/1106] Compiling v3_ncons.cc
[901/1106] Compiling v3_pmaps.cc
[902/1106] Compiling v3_lib.cc
[903/1106] Compiling v3_info.cc
[904/1106] Compiling v3_int.cc
[905/1106] Compiling v3_ia5.cc
[906/1106] Compiling v3_enum.cc
[907/1106] Compiling v3_extku.cc
[908/1106] Compiling v3_crld.cc
[909/1106] Compiling v3_genn.cc
[910/1106] Compiling v3_cpols.cc
[911/1106] Compiling v3_bitst.cc
[912/1106] Compiling v3_conf.cc
[913/1106] Compiling v3_bcons.cc
[914/1106] Compiling v3_alt.cc
[915/1106] Compiling v3_akeya.cc
[916/1106] Compiling v3_akey.cc
[917/1106] Compiling t_x509a.cc
[918/1106] Compiling t_x509.cc
[919/1106] Compiling t_crl.cc
[920/1106] Compiling i2d_pr.cc
[921/1106] Compiling t_req.cc
[922/1106] Compiling rsa_pss.cc
[923/1106] Compiling name_print.cc
[924/1106] Compiling policy.cc
[925/1106] Compiling by_file.cc
[926/1106] Compiling by_dir.cc
[927/1106] Compiling asn1_gen.cc
[928/1106] Compiling a_verify.cc
[929/1106] Compiling algorithm.cc
[930/1106] Compiling a_sign.cc
[931/1106] Compiling a_digest.cc
[932/1106] Compiling voprf.cc
[933/1106] Compiling thread_win.cc
[934/1106] Compiling thread_pthread.cc
[935/1106] Compiling pmbtoken.cc
[936/1106] Compiling trust_token.cc
[937/1106] Compiling thread_none.cc
[938/1106] Compiling thread.cc
[939/1106] Compiling stack.cc
[940/1106] Compiling wots.cc
[941/1106] Compiling thash.cc
[942/1106] Compiling merkle.cc
[943/1106] Compiling fors.cc
[944/1106] Compiling slhdsa.cc
[945/1106] Compiling siphash.cc
[946/1106] Compiling sha512.cc
[947/1106] Compiling sha256.cc
[948/1106] Compiling sha1.cc
[949/1106] Compiling rsa_print.cc
[950/1106] Compiling rsa_extra.cc
[951/1106] Compiling rc4.cc
[952/1106] Compiling refcount.cc
[953/1106] Compiling rsa_crypt.cc
[954/1106] Compiling rsa_asn1.cc
[955/1106] Compiling windows.cc
[956/1106] Compiling trusty.cc
[957/1106] Compiling urandom.cc
[958/1106] Compiling rand_extra.cc
[959/1106] Compiling ios.cc
[960/1106] Compiling getentropy.cc
[960/1106] Compiling passive.cc
[961/1106] Compiling poly1305_arm_asm.S
[963/1106] Compiling deterministic.cc
[964/1106] Compiling forkunsafe.cc
[965/1106] Compiling fork_detect.cc
[966/1106] Compiling pool.cc
[967/1106] Compiling poly1305.cc
[968/1106] Compiling poly1305_arm.cc
[969/1106] Compiling poly1305_vec.cc
[970/1106] Compiling pkcs7.cc
[971/1106] Compiling p5_pbev2.cc
[972/1106] Compiling pkcs8_x509.cc
[973/1106] Compiling pkcs7_x509.cc
[974/1106] Compiling pkcs8.cc
[975/1106] Compiling pem_xaux.cc
[976/1106] Compiling pem_x509.cc
[977/1106] Compiling pem_pkey.cc
[978/1106] Compiling pem_pk8.cc
[979/1106] Compiling obj_xref.cc
[980/1106] Compiling pem_oth.cc
[981/1106] Compiling pem_info.cc
[982/1106] Compiling mlkem.cc
[983/1106] Compiling pem_all.cc
[984/1106] Compiling pem_lib.cc
[985/1106] Compiling obj.cc
[986/1106] Compiling mldsa.cc
[987/1106] Compiling poly_rq_mul.S
[988/1106] Compiling mem.cc
[989/1106] Compiling fips_shared_support.cc
[990/1106] Compiling md5.cc
[991/1106] Compiling lhash.cc
[992/1106] Compiling md4.cc
[993/1106] Compiling kyber.cc
[994/1106] Compiling hrss.cc
[995/1106] Compiling hpke.cc
[996/1106] Compiling ex_data.cc
[997/1106] Compiling sign.cc
[998/1106] Compiling scrypt.cc
[999/1106] Compiling pbkdf.cc
[1000/1106] Compiling print.cc
[1001/1106] Compiling p_x25519.cc
[1002/1106] Compiling p_x25519_asn1.cc
[1003/1106] Compiling p_rsa.cc
[1004/1106] Compiling p_rsa_asn1.cc
[1005/1106] Compiling p_hkdf.cc
[1006/1106] Compiling p_ed25519.cc
[1007/1106] Compiling p_ed25519_asn1.cc
[1008/1106] Compiling p_ec_asn1.cc
[1009/1106] Compiling p_ec.cc
[1010/1106] Compiling p_dh.cc
[1011/1106] Compiling p_dh_asn1.cc
[1012/1106] Compiling p_dsa_asn1.cc
[1013/1106] Compiling evp_ctx.cc
[1014/1106] Compiling evp_asn1.cc
[1015/1106] Compiling err.cc
[1016/1106] Compiling evp.cc
[1017/1106] Compiling engine.cc
[1018/1106] Compiling ecdh_extra.cc
[1019/1106] Compiling hash_to_curve.cc
[1020/1106] Compiling ec_asn1.cc
[1020/1106] Compiling ecdsa_asn1.cc
[1022/1106] Compiling ec_derive.cc
[1023/1106] Compiling dsa_asn1.cc
[1024/1106] Compiling dsa.cc
[1025/1106] Compiling digest_extra.cc
[1026/1106] Compiling dh_asn1.cc
[1027/1106] Compiling params.cc
[1028/1106] Compiling des.cc
[1029/1106] Compiling x25519-asm-arm.S
[1030/1106] Compiling spake25519.cc
[1031/1106] Compiling crypto.cc
[1032/1106] Compiling cpu_arm_linux.cc
[1033/1106] Compiling curve25519.cc
[1034/1106] Compiling cpu_arm_freebsd.cc
[1035/1106] Compiling cpu_intel.cc
[1036/1106] Compiling cpu_aarch64_win.cc
[1037/1106] Compiling curve25519_64_adx.cc
[1038/1106] Compiling bcm.cc
[1039/1106] Compiling cpu_aarch64_fuchsia.cc
[1039/1106] Compiling cpu_aarch64_linux.cc
[1041/1106] Compiling cpu_aarch64_openbsd.cc
[1042/1106] Compiling cpu_aarch64_sysreg.cc
[1043/1106] Compiling cpu_aarch64_apple.cc
[1044/1106] Compiling tls_cbc.cc
[1045/1106] Compiling e_rc4.cc
[1046/1106] Compiling conf.cc
[1047/1106] Compiling e_des.cc
[1048/1106] Compiling e_chacha20poly1305.cc
[1049/1106] Compiling e_null.cc
[1050/1106] Compiling e_tls.cc
[1051/1106] Compiling e_rc2.cc
[1052/1106] Compiling e_aesgcmsiv.cc
[1053/1106] Compiling e_aesctrhmac.cc
[1054/1106] Compiling derive_key.cc
[1055/1106] Compiling chacha.cc
[1056/1106] Compiling unicode.cc
[1057/1106] Compiling cipher_extra.cc
[1058/1106] Compiling cbs.cc
[1059/1106] Compiling ber.cc
[1060/1106] Compiling cbb.cc
[1061/1106] Compiling buf.cc
[1062/1106] Compiling bn_asn1.cc
[1063/1106] Compiling asn1_compat.cc
[1064/1106] Compiling convert.cc
[1065/1106] Compiling printf.cc
[1066/1106] Compiling blake2.cc
[1066/1106] Compiling pair.cc
[1068/1106] Compiling file.cc
[1069/1106] Compiling hexdump.cc
[1069/1106] Compiling errno.cc
[1071/1106] Compiling fd.cc
[1072/1106] Compiling bio_mem.cc
[1073/1106] Compiling bio.cc
[1074/1106] Compiling base64.cc
[1075/1106] Compiling tasn_utl.cc
[1076/1106] Compiling tasn_typ.cc
[1077/1106] Compiling tasn_enc.cc
[1078/1106] Compiling tasn_fre.cc
[1079/1106] Compiling tasn_new.cc
[1080/1106] Compiling f_string.cc
[1081/1106] Compiling posix_time.cc
[1082/1106] Compiling f_int.cc
[1083/1106] Compiling asn_pack.cc
[1084/1106] Compiling tasn_dec.cc
[1085/1106] Compiling asn1_par.cc
[1086/1106] Compiling asn1_lib.cc
[1087/1106] Compiling a_utctm.cc
[1088/1106] Compiling a_time.cc
[1089/1106] Compiling a_type.cc
[1090/1106] Compiling a_octet.cc
[1091/1106] Compiling a_strnid.cc
[1092/1106] Compiling a_strex.cc
[1093/1106] Compiling a_object.cc
[1094/1106] Compiling a_mbstr.cc
[1095/1106] Write sources
[1096/1106] Compiling a_i2d_fp.cc
[1097/1106] Write sources
[1098/1106] Compiling a_int.cc
[1099/1106] Write sources
[1101/1106] Compiling a_d2i_fp.cc
[1102/1106] Compiling a_bool.cc
[1103/1143] Compiling a_dup.cc
[1104/1159] Compiling a_gentm.cc
[1105/1160] Compiling a_bitstr.cc
[1107/1203] Compiling Atomics ManagedAtomic.swift
[1108/1203] Compiling Atomics ManagedAtomicLazyReference.swift
[1109/1203] Compiling Atomics UnsafeAtomic.swift
[1110/1203] Compiling Atomics UnsafeAtomicLazyReference.swift
[1111/1213] Compiling Atomics AtomicMemoryOrderings.swift
[1112/1213] Compiling Atomics DoubleWord.swift
[1113/1213] Emitting module BitCollections
[1114/1220] Compiling Atomics IntegerOperations.swift
[1115/1220] Compiling Atomics Unmanaged extensions.swift
[1116/1220] Compiling Atomics AtomicInteger.swift
[1117/1220] Compiling Algorithms Compacted.swift
[1118/1220] Compiling Atomics AtomicReference.swift
[1119/1220] Compiling Atomics AtomicStorage.swift
[1120/1220] Compiling Atomics AtomicValue.swift
[1123/1220] Compiling Atomics Primitives.shims.swift
[1129/1220] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1130/1220] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1131/1220] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1132/1220] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1133/1220] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1134/1220] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1135/1220] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1136/1220] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1137/1220] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1138/1220] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1139/1220] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1140/1220] Compiling BitCollections BitSet+SetAlgebra union.swift
[1141/1220] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1142/1220] Compiling BitCollections BitSet.Counted.swift
[1143/1220] Compiling Atomics OptionalRawRepresentable.swift
[1144/1220] Compiling Atomics RawRepresentable.swift
[1145/1220] Compiling Atomics AtomicBool.swift
[1146/1220] Compiling Atomics IntegerConformances.swift
[1147/1220] Compiling Algorithms FlattenCollection.swift
[1148/1220] Compiling Algorithms Grouped.swift
[1150/1220] Compiling Algorithms Stride.swift
[1151/1220] Compiling Algorithms Suffix.swift
[1152/1220] Compiling BitCollections BitArray+Codable.swift
[1153/1220] Compiling BitCollections BitArray+Collection.swift
[1154/1220] Compiling BitCollections BitArray+Copy.swift
[1155/1220] Compiling BitCollections BitArray+CustomReflectable.swift
[1156/1220] Compiling BitCollections BitArray+Descriptions.swift
[1157/1220] Compiling BitCollections BitArray+Equatable.swift
[1164/1220] Compiling Algorithms Rotate.swift
[1165/1220] Compiling Algorithms Split.swift
[1166/1220] Compiling BitCollections BitArray+RandomBits.swift
[1167/1220] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1168/1220] Compiling BitCollections BitArray+Shifts.swift
[1169/1220] Compiling BitCollections BitArray+Testing.swift
[1170/1220] Compiling BitCollections BitArray._UnsafeHandle.swift
[1171/1220] Compiling BitCollections BitArray.swift
[1172/1220] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1173/1220] Compiling BitCollections BitSet+Codable.swift
[1194/1223] Compiling BitCollections BitSet.Index.swift
[1195/1223] Compiling BitCollections BitSet._UnsafeHandle.swift
[1196/1223] Compiling BitCollections BitSet.swift
[1197/1223] Compiling BitCollections Range+Utilities.swift
[1198/1223] Compiling BitCollections Slice+Utilities.swift
[1199/1223] Compiling BitCollections UInt+Tricks.swift
[1200/1223] Compiling BitCollections _Word.swift
[1202/1224] Compiling Algorithms Trim.swift
[1203/1224] Compiling Algorithms Unique.swift
[1204/1224] Compiling Algorithms Windows.swift
[1205/1226] Emitting module Collections
[1206/1226] Compiling Collections Collections.swift
[1218/1227] Emitting module Atomics
[1220/1287] Emitting module Algorithms
[1222/1288] Compiling CryptoBoringWrapper RandomBytes.swift
[1223/1288] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1224/1288] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1225/1288] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1226/1288] Compiling CryptoBoringWrapper EllipticCurve.swift
[1227/1288] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1228/1288] Emitting module CryptoBoringWrapper
[1229/1288] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1231/1360] Compiling Crypto HPKE-Utils.swift
[1232/1360] Compiling Crypto DHKEM.swift
[1233/1360] Compiling Crypto HPKE-KEM-Curve25519.swift
[1234/1360] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1235/1360] Compiling Crypto HPKE-KEM.swift
[1236/1360] Compiling Crypto HPKE-Errors.swift
[1237/1360] Compiling Crypto PKCS8PrivateKey.swift
[1238/1360] Compiling Crypto SEC1PrivateKey.swift
[1239/1360] Compiling Crypto HPKE-Context.swift
[1240/1360] Compiling Crypto HPKE-KeySchedule.swift
[1241/1360] Compiling Crypto HPKE-Modes.swift
[1242/1360] Compiling Crypto Insecure.swift
[1243/1360] Compiling Crypto Insecure_HashFunctions.swift
[1244/1360] Compiling Crypto KEM.swift
[1245/1360] Compiling Crypto ECDH_boring.swift
[1246/1360] Compiling Crypto DH.swift
[1247/1360] Compiling Crypto GeneralizedTime.swift
[1248/1360] Compiling Crypto ObjectIdentifier.swift
[1249/1360] Compiling Crypto ECDSASignature.swift
[1250/1360] Compiling Crypto PEMDocument.swift
[1251/1360] Compiling Crypto HPKE-Ciphersuite.swift
[1252/1360] Compiling Crypto HPKE-KDF.swift
[1253/1360] Compiling Crypto HPKE-KexKeyDerivation.swift
[1254/1360] Compiling Crypto HPKE-LabeledExtract.swift
[1255/1368] Compiling Crypto SubjectPublicKeyInfo.swift
[1256/1368] Compiling Crypto CryptoKitErrors.swift
[1257/1368] Compiling Crypto Digest_boring.swift
[1258/1368] Compiling Crypto Digest.swift
[1259/1368] Compiling Crypto Digests.swift
[1260/1368] Compiling Crypto HashFunctions.swift
[1261/1368] Compiling Crypto HashFunctions_SHA2.swift
[1262/1368] Compiling Crypto HPKE-AEAD.swift
[1263/1368] Compiling Crypto HPKE.swift
[1264/1368] Compiling Crypto ECDH.swift
[1265/1368] Compiling Crypto HKDF.swift
[1266/1368] Compiling Crypto AESWrap.swift
[1267/1368] Compiling Crypto AESWrap_boring.swift
[1268/1368] Compiling Crypto Ed25519_boring.swift
[1269/1368] Compiling Crypto NISTCurvesKeys_boring.swift
[1270/1368] Compiling Crypto X25519Keys_boring.swift
[1271/1368] Compiling Crypto Curve25519.swift
[1272/1368] Compiling Crypto Ed25519Keys.swift
[1273/1368] Compiling Crypto ASN1BitString.swift
[1274/1368] Compiling Crypto ASN1Boolean.swift
[1275/1368] Compiling Crypto ASN1Identifier.swift
[1276/1368] Compiling Crypto ASN1Integer.swift
[1277/1368] Compiling Crypto ASN1Null.swift
[1278/1368] Compiling Crypto ASN1OctetString.swift
[1279/1368] Compiling Crypto ASN1Strings.swift
[1280/1368] Compiling Crypto ArraySliceBigint.swift
[1281/1368] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1282/1368] Compiling NIOCore SocketAddresses.swift
[1283/1368] Compiling NIOCore SocketOptionProvider.swift
[1284/1368] Compiling NIOCore SystemCallHelpers.swift
[1285/1368] Compiling NIOCore TimeAmount+Duration.swift
[1286/1368] Compiling NIOCore TypeAssistedChannelHandler.swift
[1287/1368] Compiling NIOCore UniversalBootstrapSupport.swift
[1288/1368] Compiling NIOCore Utilities.swift
[1305/1368] Compiling Crypto ECDSA_boring.swift
[1306/1368] Compiling Crypto EdDSA_boring.swift
[1307/1368] Compiling Crypto ECDSA.swift
[1308/1368] Compiling Crypto Ed25519.swift
[1339/1377] Compiling Crypto AES-GCM.swift
[1340/1377] Compiling Crypto AES-GCM_boring.swift
[1341/1377] Compiling Crypto ChaChaPoly_boring.swift
[1342/1377] Compiling Crypto ChaChaPoly.swift
[1343/1377] Compiling Crypto Cipher.swift
[1344/1377] Compiling Crypto Nonces.swift
[1345/1377] Compiling Crypto ASN1.swift
[1346/1377] Compiling Crypto ASN1Any.swift
[1349/1377] Emitting module Crypto
[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 AsyncTestingEventLoop.swift
[1381/1430] Emitting module NIOEmbedded
[1382/1430] Compiling NIOEmbedded Embedded.swift
[1383/1430] Compiling NIOEmbedded AsyncTestingChannel.swift
[1385/1431] Emitting module NIOPosix
[1386/1437] Compiling NIOPosix ThreadPosix.swift
[1387/1437] Compiling NIOPosix ThreadWindows.swift
[1388/1437] Compiling NIOPosix UnsafeTransfer.swift
[1389/1437] Compiling NIOPosix Utilities.swift
[1390/1437] Compiling NIOPosix VsockAddress.swift
[1391/1437] Compiling NIOPosix VsockChannelEvents.swift
[1392/1437] Compiling NIOPosix BSDSocketAPICommon.swift
[1393/1437] Compiling NIOPosix BSDSocketAPIPosix.swift
[1394/1437] Compiling NIOPosix BSDSocketAPIWindows.swift
[1395/1437] Compiling NIOPosix BaseSocket.swift
[1396/1437] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1397/1437] Compiling NIOPosix BaseSocketChannel.swift
[1398/1437] Compiling NIOPosix BaseStreamSocketChannel.swift
[1399/1437] Compiling NIOPosix SelectableChannel.swift
[1400/1437] Compiling NIOPosix SelectableEventLoop.swift
[1401/1437] Compiling NIOPosix SelectorEpoll.swift
[1402/1437] Compiling NIOPosix SelectorGeneric.swift
[1403/1437] Compiling NIOPosix SelectorKqueue.swift
[1404/1437] Compiling NIOPosix SelectorUring.swift
[1405/1437] Compiling NIOPosix ServerSocket.swift
[1406/1437] Compiling NIOPosix Socket.swift
[1407/1437] Compiling NIOPosix SocketChannel.swift
[1408/1437] Compiling NIOPosix SocketProtocols.swift
[1409/1437] Compiling NIOPosix System.swift
[1410/1437] Compiling NIOPosix Thread.swift
[1411/1437] Compiling NIOPosix IO.swift
[1412/1437] Compiling NIOPosix IntegerBitPacking.swift
[1413/1437] Compiling NIOPosix IntegerTypes.swift
[1414/1437] Compiling NIOPosix Linux.swift
[1415/1437] Compiling NIOPosix LinuxCPUSet.swift
[1416/1437] Compiling NIOPosix LinuxUring.swift
[1417/1437] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1418/1437] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1419/1437] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1420/1437] Compiling NIOPosix PosixSingletons.swift
[1421/1437] Compiling NIOPosix RawSocketBootstrap.swift
[1422/1437] Compiling NIOPosix Resolver.swift
[1423/1437] Compiling NIOPosix Selectable.swift
[1424/1437] Compiling NIOPosix NIOThreadPool.swift
[1425/1437] Compiling NIOPosix NonBlockingFileIO.swift
[1426/1437] Compiling NIOPosix PendingDatagramWritesManager.swift
[1427/1437] Compiling NIOPosix PendingWritesManager.swift
[1428/1437] Compiling NIOPosix PipeChannel.swift
[1429/1437] Compiling NIOPosix PipePair.swift
[1430/1437] Compiling NIOPosix Pool.swift
[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] Compiling NIO Exports.swift
[1440/1462] Emitting module NIO
[1441/1462] Compiling AsyncKit ConnectionPoolError.swift
[1442/1462] Compiling AsyncKit ConnectionPoolItem.swift
[1443/1462] Compiling AsyncKit ConnectionPoolSource.swift
[1444/1465] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1445/1465] Compiling AsyncKit Collection+Flatten.swift
[1446/1465] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1448/1476] Compiling AsyncKit Future+Miscellaneous.swift
[1449/1476] Compiling AsyncKit Future+Nonempty.swift
[1450/1476] Compiling AsyncKit Future+Optional.swift
[1451/1476] Compiling AsyncKit Future+Transform.swift
[1452/1476] Compiling AsyncKit Future+Try.swift
[1453/1476] Compiling AsyncKit FutureOperators.swift
[1454/1568] Compiling SQLKit SQLCreateTableBuilder.swift
[1455/1568] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1456/1568] Compiling SQLKit SQLDeleteBuilder.swift
[1457/1568] Emitting module NIOTLS
[1458/1568] Compiling NIOTLS TLSEvents.swift
[1459/1568] Compiling SQLKit SQLDropEnumBuilder.swift
[1460/1568] Compiling SQLKit SQLDropIndexBuilder.swift
[1461/1568] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1462/1568] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1463/1568] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1464/1568] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1465/1568] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1466/1568] Emitting module NIOFoundationCompat
[1467/1568] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1468/1569] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1469/1569] Compiling NIOTLS SNIHandler.swift
[1472/1575] Compiling SQLKit SQLDropIndex.swift
[1473/1575] Compiling SQLKit SQLDropTable.swift
[1474/1575] Compiling SQLKit SQLDropTrigger.swift
[1475/1575] Compiling SQLKit SQLInsert.swift
[1476/1575] Compiling SQLKit SQLSelect.swift
[1477/1575] Compiling SQLKit SQLUnion.swift
[1478/1575] Compiling SQLKit SQLUpdate.swift
[1479/1575] Compiling SQLKit SQLExpression.swift
[1480/1575] Compiling SQLKit SQLSerializer.swift
[1481/1575] Compiling SQLKit SQLStatement.swift
[1482/1575] Compiling SQLKit SQLBinaryExpression.swift
[1483/1575] Compiling SQLKit SQLBinaryOperator.swift
[1484/1575] Compiling SQLKit SQLBind.swift
[1485/1611] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1486/1611] Compiling SQLKit SQLColumnAssignment.swift
[1487/1611] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1488/1611] Compiling SQLKit SQLColumnDefinition.swift
[1489/1611] Compiling SQLKit SQLCommonTableExpression.swift
[1490/1611] Compiling SQLKit SQLConflictAction.swift
[1491/1611] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1492/1611] Compiling SQLKit SQLDropBehaviour.swift
[1493/1611] Compiling SQLKit SQLEnumDataType.swift
[1494/1611] Compiling SQLKit SQLExcludedColumn.swift
[1495/1611] Compiling SQLKit SQLForeignKey.swift
[1496/1611] Compiling SQLKit SQLJoin.swift
[1497/1611] Compiling SQLKit SQLJoinMethod.swift
[1498/1611] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1499/1611] Compiling SQLKit Exports.swift
[1500/1611] Compiling SQLKit SQLAlias.swift
[1501/1611] Compiling SQLKit SQLBetween.swift
[1502/1611] Compiling SQLKit SQLColumn.swift
[1503/1611] Compiling SQLKit SQLConstraint.swift
[1504/1611] Compiling SQLKit SQLDataType.swift
[1505/1611] Compiling SQLKit SQLDirection.swift
[1506/1611] Compiling SQLKit SQLDistinct.swift
[1507/1611] Compiling SQLKit SQLForeignKeyAction.swift
[1508/1611] Compiling SQLKit SQLNestedSubpathExpression.swift
[1509/1611] Compiling SQLKit SQLQualifiedTable.swift
[1510/1611] Compiling SQLKit SQLQueryString.swift
[1511/1611] Compiling SQLKit SQLLockingClause.swift
[1512/1611] Compiling SQLKit SQLOrderBy.swift
[1513/1611] Compiling SQLKit SQLReturning.swift
[1514/1611] Compiling SQLKit SQLSubquery.swift
[1515/1611] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1516/1611] Compiling SQLKit SQLAlterEnum.swift
[1517/1611] Compiling SQLKit SQLAlterTable.swift
[1518/1611] Compiling SQLKit SQLCreateEnum.swift
[1519/1611] Compiling SQLKit SQLCreateIndex.swift
[1520/1611] Compiling SQLKit SQLCreateTable.swift
[1521/1611] Compiling SQLKit SQLCreateTrigger.swift
[1522/1611] Compiling SQLKit SQLDelete.swift
[1523/1611] Compiling SQLKit SQLDropEnum.swift
[1524/1611] Compiling NIOSSL LinuxCABundle.swift
[1525/1611] Compiling NIOSSL NIOSSLClientHandler.swift
[1526/1611] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1527/1611] Compiling NIOSSL NIOSSLHandler.swift
[1528/1611] Compiling NIOSSL AndroidCABundle.swift
[1529/1611] Compiling NIOSSL ByteBufferBIO.swift
[1530/1611] Compiling NIOSSL CustomPrivateKey.swift
[1531/1611] Compiling NIOSSL IdentityVerification.swift
[1532/1611] Compiling NIOSSL NIOSSLServerHandler.swift
[1533/1611] Compiling NIOSSL ObjectIdentifier.swift
[1534/1611] Compiling NIOSSL PosixPort.swift
[1535/1611] Compiling NIOSSL SSLCallbacks.swift
[1536/1611] Compiling NIOSSL SSLCertificate.swift
[1537/1611] Compiling NIOSSL SafeCompare.swift
[1538/1611] Compiling NIOSSL Zeroization.swift
[1539/1611] Compiling SQLKit SQLQueryFetcher.swift
[1540/1611] Compiling SQLKit SQLReturningBuilder.swift
[1541/1611] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1542/1611] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1543/1611] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1544/1611] Compiling SQLKit SQLDatabase.swift
[1545/1611] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1546/1611] Compiling SQLKit SQLDialect.swift
[1547/1611] Compiling SQLKit SQLDatabase+Deprecated.swift
[1548/1611] Compiling SQLKit SQLError.swift
[1549/1611] Compiling SQLKit SQLExpressions+Deprecated.swift
[1550/1611] Compiling NIOSSL SSLCertificateExtensions.swift
[1551/1611] Compiling NIOSSL SSLConnection.swift
[1552/1611] Compiling NIOSSL SSLContext.swift
[1553/1611] Compiling NIOSSL SSLErrors.swift
[1554/1611] Compiling NIOSSL SSLInit.swift
[1555/1611] Compiling NIOSSL SSLPKCS12Bundle.swift
[1556/1611] Compiling NIOSSL SSLPrivateKey.swift
[1557/1611] Compiling NIOSSL SSLPublicKey.swift
[1558/1611] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1559/1611] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1560/1611] Compiling NIOSSL SubjectAlternativeName.swift
[1561/1611] Compiling NIOSSL NIOSSLSecureBytes.swift
[1562/1611] Compiling NIOSSL RNG.swift
[1563/1611] Emitting module AsyncKit
[1564/1611] Emitting module SQLKit
[1573/1614] Emitting module NIOSSL
[1578/1614] Compiling SQLKit SQLFunction.swift
[1579/1614] Compiling SQLKit SQLGroupExpression.swift
[1580/1614] Compiling SQLKit SQLIdentifier.swift
[1581/1614] Compiling SQLKit SQLList.swift
[1582/1614] Compiling SQLKit SQLLiteral.swift
[1583/1614] Compiling SQLKit SQLRaw.swift
[1584/1614] Compiling SQLKit SQLCodingUtilities.swift
[1585/1614] Compiling SQLKit SQLQueryEncoder.swift
[1586/1614] Compiling SQLKit SQLRow.swift
[1587/1614] Compiling SQLKit SQLRowDecoder.swift
[1588/1614] Compiling SQLKit SomeCodingKey.swift
[1589/1614] Compiling SQLKit StringHandling.swift
[1599/1615] Compiling NIOSSL TLSConfiguration.swift
[1600/1615] Compiling NIOSSL UniversalBootstrapSupport.swift
[1601/1615] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1611/1652] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1612/1652] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1613/1652] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1614/1652] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1615/1652] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1616/1652] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1617/1652] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1618/1652] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1619/1652] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1620/1652] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1621/1657] Compiling MySQLNIO MySQLDatabase.swift
[1622/1657] Compiling MySQLNIO MySQLError.swift
[1623/1657] Compiling MySQLNIO MySQLQueryCommand.swift
[1624/1657] Compiling MySQLNIO MySQLRow.swift
[1625/1657] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1626/1657] Compiling MySQLNIO MySQLTime.swift
[1627/1657] Compiling MySQLNIO MySQLPacket.swift
[1628/1657] Compiling MySQLNIO MySQLPacketDecoder.swift
[1629/1657] Compiling MySQLNIO MySQLPacketEncoder.swift
[1630/1657] Compiling MySQLNIO MySQLPacketSequence.swift
[1631/1657] Compiling MySQLNIO Exports.swift
[1632/1657] Compiling MySQLNIO MySQLConnection.swift
[1633/1657] Compiling MySQLNIO MySQLConnectionHandler.swift
[1634/1657] Compiling MySQLNIO MySQLData.swift
[1635/1657] Compiling MySQLNIO MySQLDataConvertible.swift
[1636/1657] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1637/1657] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1638/1657] Compiling MySQLNIO MySQLProtocol.swift
[1639/1657] Compiling MySQLNIO CryptoUtils.swift
[1640/1657] Compiling MySQLNIO NIOUtils.swift
[1648/1658] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1649/1658] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1650/1658] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1651/1658] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1652/1658] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1653/1658] Emitting module MySQLNIO
[1654/1658] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1655/1658] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1656/1658] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1657/1658] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[1658/1658] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[1660/1669] Compiling MySQLKit MySQLRow+SQL.swift
[1661/1670] Compiling MySQLKit MySQLDataDecoder.swift
[1662/1670] Compiling MySQLKit MySQLDatabase+SQL.swift
[1663/1670] Compiling MySQLKit MySQLDataEncoder.swift
[1664/1670] Compiling MySQLKit MySQLDialect.swift
[1665/1670] Compiling MySQLKit Optional+MySQLDataConvertible.swift
[1666/1670] Compiling MySQLKit MySQLConfiguration.swift
[1667/1670] Compiling MySQLKit MySQLConnectionSource.swift
[1668/1670] Emitting module MySQLKit
[1669/1670] Compiling MySQLKit ConnectionPool+MySQL.swift
[1670/1670] Compiling MySQLKit Exports.swift
Build complete! (177.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.