Build Information
Successful build of mysql-kit, reference 4.10.0 (262e5c
), with Swift 6.1 for Android on 30 May 2025 22:57:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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: android
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/5983] Fetching sql-kit
[480/8200] Fetching sql-kit, mysql-nio
[4763/10570] Fetching sql-kit, mysql-nio, async-kit
[5697/24506] Fetching sql-kit, mysql-nio, async-kit, swift-crypto
[7028/39349] Fetching sql-kit, mysql-nio, async-kit, swift-crypto, swift-nio-ssl
[12596/115472] Fetching sql-kit, mysql-nio, async-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.88s)
[9007/109489] Fetching mysql-nio, async-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/mysql-nio.git from cache (3.62s)
Fetched https://github.com/vapor/async-kit.git from cache (3.61s)
[82047/104902] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.69s)
[68891/90966] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.87s)
[56332/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.48s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (9.57s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[385/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.99s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.51s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (6.30s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.85s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.19s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1717] Fetching swift-atomics
[534/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.29s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.12s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.09s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.81s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.54s)
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-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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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.83.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/799] Write sources
[13/799] Compiling base64.cc
[14/799] Compiling tasn_typ.cc
[14/799] Write sources
[18/799] Compiling bio.cc
[18/799] Write sources
[18/799] Write swift-version-24593BA9C3E375BF.txt
[28/799] Compiling tasn_fre.cc
[29/799] Compiling _AtomicsShims.c
[29/799] Compiling CNIOWindows shim.c
[29/799] Compiling _NumericsShims _NumericsShims.c
[32/799] Compiling CNIOWindows WSAStartup.c
[33/799] Compiling tasn_utl.cc
[34/799] Compiling CNIOWASI CNIOWASI.c
[35/799] Compiling tasn_new.cc
[36/813] Compiling CNIOLinux shim.c
[37/834] Compiling CNIOLinux liburing_shims.c
[38/834] Compiling CNIODarwin shim.c
[39/834] Compiling fiat_p256_adx_sqr.S
[40/834] Compiling fiat_p256_adx_mul.S
[41/834] Compiling fiat_curve25519_adx_square.S
[42/834] Compiling fiat_curve25519_adx_mul.S
[43/834] Compiling CNIOBoringSSLShims shims.c
[45/834] Emitting module RealModule
[45/835] Compiling v3_skey.cc
[46/835] Compiling tls_method.cc
[47/835] Compiling tls_record.cc
[48/835] Compiling tls13_server.cc
[50/835] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/835] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/835] Compiling RealModule Real.swift
[53/836] Compiling RealModule RealFunctions.swift
[54/836] Compiling Logging LogHandler.swift
[55/836] Compiling RealModule Float80+Real.swift
[56/836] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[57/836] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/836] Compiling _NIODataStructures PriorityQueue.swift
[59/836] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/836] Compiling _NIODataStructures _TinyArray.swift
[61/836] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/836] Compiling InternalCollectionsUtilities Debugging.swift
[63/836] Compiling InternalCollectionsUtilities Descriptions.swift
[64/836] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/836] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[66/836] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/836] Emitting module _NIOBase64
[70/836] Compiling _NIOBase64 Base64.swift
[71/836] Compiling RealModule Float16+Real.swift
[72/836] Emitting module InternalCollectionsUtilities
[73/837] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/837] Compiling InternalCollectionsUtilities Integer rank.swift
[75/837] Emitting module _NIODataStructures
[76/837] Compiling RealModule Float+Real.swift
[77/837] Compiling RealModule ElementaryFunctions.swift
[80/837] Compiling _NIODataStructures Heap.swift
[84/839] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/840] Compiling tls13_client.cc
[86/840] Compiling tls13_enc.cc
[87/840] Compiling tls13_both.cc
[88/840] Compiling t1_enc.cc
[89/840] Compiling ssl_x509.cc
[91/840] Emitting module Logging
[92/840] Compiling Logging Logging.swift
[93/840] Compiling Logging Locks.swift
[94/840] Compiling Logging MetadataProvider.swift
[94/841] Compiling ssl_versions.cc
[96/841] Compiling ssl_transcript.cc
[97/841] Compiling ssl_stat.cc
[98/841] Compiling ssl_session.cc
[99/841] Compiling ssl_privkey.cc
[100/841] Compiling ssl_key_share.cc
[101/841] Compiling ssl_lib.cc
[103/1062] Compiling HeapModule Heap+Descriptions.swift
[104/1062] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[105/1062] Compiling DequeModule _DequeBuffer.swift
[106/1062] Compiling DequeModule _DequeBufferHeader.swift
[107/1064] Compiling DequeModule Deque+CustomReflectable.swift
[108/1064] Compiling DequeModule Deque+Descriptions.swift
[109/1064] Compiling DequeModule Deque+Equatable.swift
[110/1064] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[111/1064] Compiling HeapModule _HeapNode.swift
[112/1064] Compiling HeapModule Heap.swift
[113/1064] Compiling DequeModule Deque+Extras.swift
[114/1064] Compiling DequeModule Deque+Hashable.swift
[115/1064] Compiling DequeModule Deque+Testing.swift
[116/1064] Compiling DequeModule Deque._Storage.swift
[117/1064] Compiling HeapModule Heap+Invariants.swift
[118/1064] Compiling HeapModule Heap+UnsafeHandle.swift
[119/1064] Emitting module HeapModule
[120/1065] Compiling HashTreeCollections TreeSet+Hashable.swift
[121/1065] Compiling HashTreeCollections TreeSet+Sendable.swift
[122/1065] Compiling HashTreeCollections TreeSet+Sequence.swift
[123/1065] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[124/1065] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[125/1065] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[126/1065] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[127/1065] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[128/1065] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[129/1065] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[130/1075] Compiling HashTreeCollections _HashStack.swift
[131/1075] Compiling HashTreeCollections _HashTreeIterator.swift
[132/1075] Compiling HashTreeCollections _HashTreeStatistics.swift
[133/1075] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[134/1075] Compiling HashTreeCollections _RawHashNode.swift
[135/1075] Compiling HashTreeCollections _UnmanagedHashNode.swift
[136/1075] Compiling HashTreeCollections _UnsafePath.swift
[138/1082] Compiling HashTreeCollections TreeDictionary+Codable.swift
[139/1082] Compiling HashTreeCollections TreeDictionary+Collection.swift
[140/1082] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[141/1082] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[142/1082] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[143/1082] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[144/1082] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[145/1082] Compiling DequeModule _DequeSlot.swift
[146/1082] Compiling DequeModule _UnsafeWrappedBuffer.swift
[147/1082] Compiling DequeModule Deque._UnsafeHandle.swift
[148/1082] Compiling DequeModule Deque.swift
[151/1082] Compiling HashTreeCollections TreeDictionary+Filter.swift
[152/1082] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[153/1082] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[154/1082] Compiling HashTreeCollections TreeDictionary+Keys.swift
[155/1082] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[156/1082] Compiling HashTreeCollections TreeDictionary+Merge.swift
[157/1082] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[158/1082] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[159/1082] Compiling OrderedCollections OrderedSet+Sendable.swift
[168/1082] Compiling HashTreeCollections _HashNode+Structural union.swift
[169/1082] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[170/1082] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[171/1082] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[172/1082] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[173/1082] Compiling HashTreeCollections _HashNode.swift
[174/1082] Compiling HashTreeCollections _HashNodeHeader.swift
[175/1082] Compiling HashTreeCollections _HashSlot.swift
[176/1082] Compiling OrderedCollections OrderedSet+SubSequence.swift
[177/1082] Compiling OrderedCollections OrderedSet+Testing.swift
[178/1082] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[179/1082] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[180/1082] Compiling OrderedCollections OrderedSet.swift
[181/1082] Compiling OrderedCollections _UnsafeBitset.swift
[182/1082] Compiling HashTreeCollections TreeSet+Equatable.swift
[183/1082] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[184/1082] Compiling HashTreeCollections TreeSet+Extras.swift
[185/1082] Compiling HashTreeCollections TreeSet+Filter.swift
[186/1082] Compiling DequeModule Deque+Codable.swift
[187/1082] Compiling DequeModule Deque+Collection.swift
[194/1082] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[195/1082] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[196/1082] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[197/1082] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[198/1082] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[199/1082] Compiling HashTreeCollections _HashNode+Structural merge.swift
[200/1082] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[201/1082] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[201/1082] Compiling ssl_file.cc
[203/1082] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[204/1082] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[205/1082] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[206/1082] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[207/1082] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[208/1082] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[209/1082] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[210/1082] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[211/1082] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[212/1082] Compiling HashTreeCollections TreeSet.swift
[212/1082] Compiling ssl_cipher.cc
[230/1082] Compiling ssl_credential.cc
[232/1082] Emitting module _RopeModule
[233/1091] Emitting module DequeModule
[233/1092] Compiling ssl_cert.cc
[254/1092] Emitting module OrderedCollections
[299/1093] Compiling ssl_asn1.cc
[300/1093] Compiling s3_pkt.cc
[301/1093] Compiling ssl_buffer.cc
[303/1093] Emitting module HashTreeCollections
[304/1094] Compiling _RopeModule Rope+Join.swift
[305/1094] Compiling _RopeModule Rope+MutatingForEach.swift
[306/1094] Compiling _RopeModule Rope+Remove.swift
[307/1094] Compiling _RopeModule Rope+RemoveSubrange.swift
[308/1094] Compiling _RopeModule Rope+Split.swift
[309/1094] Compiling _RopeModule Optional Utilities.swift
[310/1094] Compiling _RopeModule String Utilities.swift
[311/1094] Compiling _RopeModule String.Index+ABI.swift
[312/1094] Compiling _RopeModule _CharacterRecognizer.swift
[313/1094] Compiling ssl_aead_ctx.cc
[314/1094] Compiling s3_lib.cc
[364/1094] Compiling s3_both.cc
[366/1095] Compiling handshake_server.cc
[367/1095] Compiling handshake.cc
[368/1095] Compiling handshake_client.cc
[369/1095] Compiling dtls_method.cc
[370/1095] Compiling extensions.cc
[371/1095] Compiling handoff.cc
[372/1095] Compiling encrypted_client_hello.cc
[373/1095] Compiling dtls_record.cc
[373/1095] Compiling d1_srtp.cc
[373/1095] Compiling md5-x86_64-apple.S
[373/1095] Compiling md5-x86_64-linux.S
[373/1095] Compiling md5-586-apple.S
[373/1095] Compiling md5-586-linux.S
[373/1095] Compiling d1_pkt.cc
[373/1095] Compiling chacha20_poly1305_x86_64-linux.S
[373/1095] Compiling chacha20_poly1305_x86_64-apple.S
[373/1095] Compiling d1_lib.cc
[373/1095] Compiling chacha20_poly1305_armv8-win.S
[373/1095] Compiling chacha20_poly1305_armv8-apple.S
[373/1095] Compiling chacha20_poly1305_armv8-linux.S
[373/1095] Compiling chacha-x86_64-linux.S
[373/1095] Compiling chacha-x86-linux.S
[373/1095] Compiling chacha-x86_64-apple.S
[373/1095] Compiling chacha-x86-apple.S
[373/1095] Compiling chacha-armv8-win.S
[373/1095] Compiling chacha-armv8-apple.S
[373/1095] Compiling chacha-armv4-linux.S
[373/1095] Compiling chacha-armv8-linux.S
[373/1095] Compiling aes128gcmsiv-x86_64-linux.S
[373/1095] Compiling x86_64-mont5-linux.S
[373/1095] Compiling aes128gcmsiv-x86_64-apple.S
[373/1095] Compiling x86_64-mont5-apple.S
[373/1095] Compiling x86_64-mont-linux.S
[373/1095] Compiling x86_64-mont-apple.S
[373/1095] Compiling x86-mont-linux.S
[373/1095] Compiling x86-mont-apple.S
[373/1095] Compiling bio_ssl.cc
[373/1095] Compiling vpaes-x86_64-linux.S
[373/1095] Compiling vpaes-x86_64-apple.S
[373/1095] Compiling vpaes-x86-apple.S
[373/1095] Compiling vpaes-x86-linux.S
[373/1095] Compiling vpaes-armv8-win.S
[373/1095] Compiling vpaes-armv8-apple.S
[373/1095] Compiling vpaes-armv8-linux.S
[373/1095] Compiling sha512-x86_64-linux.S
[373/1095] Compiling vpaes-armv7-linux.S
[373/1095] Compiling sha512-x86_64-apple.S
[373/1095] Compiling sha512-armv8-win.S
[373/1095] Compiling err_data.cc
[373/1095] Compiling sha512-armv8-apple.S
[373/1095] Compiling sha512-armv8-linux.S
[373/1095] Compiling sha512-armv4-linux.S
[373/1095] Compiling sha512-586-apple.S
[373/1095] Compiling sha256-x86_64-linux.S
[373/1095] Compiling sha256-x86_64-apple.S
[373/1095] Compiling sha512-586-linux.S
[373/1095] Compiling sha256-armv8-win.S
[373/1095] Compiling sha256-armv8-apple.S
[373/1095] Compiling sha256-armv4-linux.S
[373/1095] Compiling sha256-586-apple.S
[373/1095] Compiling sha256-586-linux.S
[373/1095] Compiling sha256-armv8-linux.S
[373/1095] Compiling sha1-x86_64-apple.S
[373/1095] Compiling sha1-x86_64-linux.S
[373/1095] Compiling sha1-armv8-win.S
[373/1095] Compiling sha1-armv8-apple.S
[373/1095] Compiling sha1-armv4-large-linux.S
[373/1095] Compiling sha1-586-linux.S
[373/1095] Compiling rsaz-avx2-linux.S
[373/1095] Compiling sha1-586-apple.S
[373/1095] Compiling sha1-armv8-linux.S
[373/1095] Compiling rdrand-x86_64-linux.S
[373/1095] Compiling rsaz-avx2-apple.S
[373/1095] Compiling rdrand-x86_64-apple.S
[373/1095] Compiling p256_beeu-x86_64-asm-linux.S
[373/1095] Compiling p256_beeu-armv8-asm-win.S
[373/1095] Compiling p256_beeu-armv8-asm-linux.S
[373/1095] Compiling p256_beeu-x86_64-asm-apple.S
[373/1095] Compiling p256-armv8-asm-win.S
[373/1095] Compiling p256_beeu-armv8-asm-apple.S
[373/1095] Compiling p256-x86_64-asm-linux.S
[373/1095] Compiling p256-x86_64-asm-apple.S
[373/1095] Compiling p256-armv8-asm-apple.S
[373/1095] Compiling ghashv8-armv8-win.S
[373/1095] Compiling p256-armv8-asm-linux.S
[373/1095] Compiling ghashv8-armv8-linux.S
[373/1095] Compiling ghashv8-armv8-apple.S
[373/1095] Compiling ghashv8-armv7-linux.S
[373/1095] Compiling ghash-x86_64-linux.S
[373/1095] Compiling ghash-x86-linux.S
[373/1095] Compiling ghash-x86_64-apple.S
[373/1095] Compiling ghash-ssse3-x86_64-linux.S
[373/1095] Compiling ghash-ssse3-x86_64-apple.S
[373/1095] Compiling ghash-x86-apple.S
[373/1095] Compiling ghash-ssse3-x86-linux.S
[373/1095] Compiling ghash-ssse3-x86-apple.S
[373/1095] Compiling ghash-neon-armv8-linux.S
[373/1095] Compiling ghash-neon-armv8-apple.S
[373/1095] Compiling ghash-armv4-linux.S
[373/1095] Compiling ghash-neon-armv8-win.S
[373/1095] Compiling co-586-linux.S
[373/1095] Compiling bsaes-armv7-linux.S
[373/1095] Compiling co-586-apple.S
[373/1095] Compiling bn-armv8-win.S
[373/1095] Compiling d1_both.cc
[373/1095] Compiling bn-armv8-apple.S
[373/1095] Compiling bn-586-apple.S
[373/1095] Compiling bn-586-linux.S
[373/1095] Compiling bn-armv8-linux.S
[373/1095] Compiling armv8-mont-win.S
[373/1095] Compiling armv8-mont-apple.S
[373/1095] Compiling armv8-mont-linux.S
[373/1095] Compiling armv4-mont-linux.S
[373/1095] Compiling aesv8-gcm-armv8-apple.S
[373/1095] Compiling aesv8-armv8-win.S
[373/1095] Compiling aesv8-gcm-armv8-win.S
[373/1095] Compiling aesv8-gcm-armv8-linux.S
[373/1095] Compiling aesv8-armv8-apple.S
[373/1095] Compiling aesv8-armv8-linux.S
[373/1095] Compiling aesni-x86_64-linux.S
[373/1095] Compiling aesv8-armv7-linux.S
[373/1095] Compiling aesni-x86-apple.S
[373/1095] Compiling aesni-x86-linux.S
[373/1095] Compiling aesni-gcm-x86_64-linux.S
[373/1095] Compiling aesni-x86_64-apple.S
[373/1095] Compiling aesni-gcm-x86_64-apple.S
[373/1095] Compiling aes-gcm-avx10-x86_64-linux.S
[373/1095] Compiling aes-gcm-avx2-x86_64-apple.S
[373/1095] Compiling aes-gcm-avx2-x86_64-linux.S
[373/1095] Compiling aes-gcm-avx10-x86_64-apple.S
[496/1095] Compiling x_spki.cc
[497/1095] Compiling x_x509.cc
[498/1095] Compiling x_val.cc
[499/1095] Compiling x_name.cc
[500/1095] Compiling x_pubkey.cc
[501/1095] Compiling x_x509a.cc
[502/1095] Compiling x_req.cc
[503/1095] Compiling x_sig.cc
[504/1095] Compiling x_attrib.cc
[505/1095] Compiling x_all.cc
[506/1095] Compiling x509rset.cc
[507/1095] Compiling x_crl.cc
[508/1095] Compiling x509name.cc
[509/1095] Compiling x_exten.cc
[509/1095] Compiling x509spki.cc
[511/1095] Compiling x_algor.cc
[512/1095] Compiling x509_vpm.cc
[513/1095] Compiling x509cset.cc
[514/1095] Compiling x509_txt.cc
[515/1095] Compiling x509_v3.cc
[516/1095] Compiling x509_set.cc
[517/1095] Compiling x509_trs.cc
[518/1095] Compiling x509_req.cc
[519/1095] Compiling x509_vfy.cc
[520/1095] Compiling x509_obj.cc
[521/1095] Compiling x509_lu.cc
[522/1095] Compiling x509_ext.cc
[523/1095] Compiling x509_def.cc
[524/1095] Compiling x509_d2.cc
[525/1095] Compiling x509_cmp.cc
[526/1095] Compiling x509.cc
[527/1095] Compiling x509_att.cc
[528/1095] Compiling v3_utl.cc
[529/1095] Compiling v3_purp.cc
[530/1095] Compiling v3_prn.cc
[531/1095] Compiling v3_pcons.cc
[532/1095] Compiling v3_pmaps.cc
[533/1095] Compiling v3_ocsp.cc
[534/1095] Compiling v3_ncons.cc
[535/1095] Compiling v3_lib.cc
[536/1095] Compiling v3_int.cc
[537/1095] Compiling v3_info.cc
[538/1095] Compiling v3_ia5.cc
[539/1095] Compiling v3_genn.cc
[540/1095] Compiling v3_extku.cc
[541/1095] Compiling v3_crld.cc
[542/1095] Compiling v3_enum.cc
[543/1095] Compiling v3_bitst.cc
[544/1095] Compiling v3_conf.cc
[545/1095] Compiling v3_cpols.cc
[546/1095] Compiling v3_alt.cc
[547/1095] Compiling v3_bcons.cc
[548/1095] Compiling v3_akeya.cc
[549/1095] Compiling v3_akey.cc
[550/1095] Compiling t_x509.cc
[551/1095] Compiling t_x509a.cc
[552/1095] Compiling t_crl.cc
[553/1095] Compiling rsa_pss.cc
[554/1095] Compiling policy.cc
[555/1095] Compiling t_req.cc
[556/1095] Compiling i2d_pr.cc
[557/1095] Compiling algorithm.cc
[558/1095] Compiling by_dir.cc
[559/1095] Compiling asn1_gen.cc
[560/1095] Compiling name_print.cc
[561/1095] Compiling by_file.cc
[562/1095] Compiling a_digest.cc
[563/1095] Compiling a_sign.cc
[564/1095] Compiling a_verify.cc
[565/1095] Compiling thread_win.cc
[566/1095] Compiling thread_pthread.cc
[567/1095] Compiling thread_none.cc
[568/1095] Compiling voprf.cc
[569/1095] Compiling trust_token.cc
[570/1095] Compiling pmbtoken.cc
[571/1095] Compiling stack.cc
[572/1095] Compiling thread.cc
[573/1095] Compiling sha512.cc
[574/1095] Compiling siphash.cc
[575/1095] Compiling sha1.cc
[576/1095] Compiling sha256.cc
[577/1095] Compiling spake2plus.cc
[578/1095] Compiling rsa_extra.cc
[579/1095] Compiling slhdsa.cc
[580/1095] Compiling rsa_print.cc
[581/1095] Compiling rsa_crypt.cc
[582/1095] Compiling refcount.cc
[583/1095] Compiling urandom.cc
[584/1095] Compiling trusty.cc
[585/1095] Compiling windows.cc
[585/1095] Compiling rc4.cc
[587/1095] Compiling passive.cc
[588/1095] Compiling rand.cc
[589/1095] Compiling rsa_asn1.cc
[590/1095] Compiling poly1305_arm_asm.S
[591/1095] Compiling getentropy.cc
[592/1095] Compiling ios.cc
[593/1095] Compiling forkunsafe.cc
[594/1095] Compiling fork_detect.cc
[595/1095] Compiling deterministic.cc
[596/1095] Compiling poly1305_vec.cc
[597/1095] Compiling pool.cc
[598/1095] Compiling poly1305_arm.cc
[599/1095] Compiling poly1305.cc
[600/1095] Compiling pkcs8_x509.cc
[601/1095] Compiling pkcs7.cc
[602/1095] Compiling pkcs8.cc
[603/1095] Compiling p5_pbev2.cc
[604/1095] Compiling pem_pkey.cc
[605/1095] Compiling pem_xaux.cc
[606/1095] Compiling pkcs7_x509.cc
[607/1095] Compiling pem_x509.cc
[608/1095] Compiling pem_oth.cc
[609/1095] Compiling pem_pk8.cc
[610/1095] Compiling pem_lib.cc
[611/1095] Compiling mlkem.cc
[612/1095] Compiling mldsa.cc
[613/1095] Compiling obj.cc
[614/1095] Compiling obj_xref.cc
[615/1095] Compiling pem_all.cc
[616/1095] Compiling md5.cc
[617/1095] Compiling pem_info.cc
[618/1095] Compiling lhash.cc
[619/1095] Compiling fips_shared_support.cc
[620/1095] Compiling poly_rq_mul.S
[621/1095] Compiling md4.cc
[622/1095] Compiling mem.cc
[623/1095] Compiling kyber.cc
[624/1095] Compiling ex_data.cc
[625/1095] Compiling sign.cc
[626/1095] Compiling scrypt.cc
[627/1095] Compiling print.cc
[628/1095] Compiling hrss.cc
[629/1095] Compiling pbkdf.cc
[630/1095] Compiling hpke.cc
[631/1095] Compiling p_x25519.cc
[632/1095] Compiling p_hkdf.cc
[633/1095] Compiling p_rsa_asn1.cc
[634/1095] Compiling p_rsa.cc
[635/1095] Compiling p_x25519_asn1.cc
[636/1095] Compiling p_ed25519.cc
[637/1095] Compiling p_dh_asn1.cc
[638/1095] Compiling p_ed25519_asn1.cc
[639/1095] Compiling p_ec_asn1.cc
[640/1095] Compiling p_ec.cc
[641/1095] Compiling p_dh.cc
[642/1095] Compiling evp_ctx.cc
[643/1095] Compiling p_dsa_asn1.cc
[644/1095] Compiling engine.cc
[645/1095] Compiling err.cc
[646/1095] Compiling evp.cc
[647/1095] Compiling ecdh.cc
[648/1095] Compiling ecdsa_asn1.cc
[649/1095] Compiling evp_asn1.cc
[650/1095] Compiling hash_to_curve.cc
[651/1095] Compiling ec_derive.cc
[652/1095] Compiling dsa.cc
[653/1095] Compiling params.cc
[654/1095] Compiling ec_asn1.cc
[655/1095] Compiling bcm.cc
[656/1095] Compiling dsa_asn1.cc
[657/1095] Compiling dh_asn1.cc
[658/1095] Compiling des.cc
[659/1095] Compiling x25519-asm-arm.S
[660/1095] Compiling digest_extra.cc
[661/1095] Compiling curve25519_64_adx.cc
[662/1095] Compiling spake25519.cc
[663/1095] Compiling crypto.cc
[664/1095] Compiling cpu_intel.cc
[665/1095] Compiling cpu_arm_freebsd.cc
[666/1095] Compiling curve25519.cc
[667/1095] Compiling cpu_arm_linux.cc
[668/1095] Compiling cpu_aarch64_win.cc
[669/1095] Compiling cpu_aarch64_sysreg.cc
[670/1095] Compiling cpu_aarch64_openbsd.cc
[671/1095] Compiling cpu_aarch64_linux.cc
[672/1095] Compiling cpu_aarch64_fuchsia.cc
[673/1095] Compiling get_cipher.cc
[674/1095] Compiling tls_cbc.cc
[675/1095] Compiling cpu_aarch64_apple.cc
[676/1095] Compiling conf.cc
[677/1095] Compiling e_tls.cc
[678/1095] Compiling e_rc4.cc
[679/1095] Compiling e_rc2.cc
[680/1095] Compiling e_des.cc
[681/1095] Compiling e_chacha20poly1305.cc
[682/1095] Compiling e_null.cc
[683/1095] Compiling e_aesgcmsiv.cc
[684/1095] Compiling e_aesctrhmac.cc
[685/1095] Compiling chacha.cc
[686/1095] Compiling derive_key.cc
[687/1095] Compiling unicode.cc
[688/1095] Compiling cbs.cc
[689/1095] Compiling buf.cc
[690/1095] Compiling cbb.cc
[691/1095] Compiling ber.cc
[692/1095] Compiling asn1_compat.cc
[693/1095] Compiling bn_asn1.cc
[694/1095] Compiling blake2.cc
[695/1095] Compiling convert.cc
[696/1095] Compiling printf.cc
[697/1095] Compiling hexdump.cc
[698/1095] Compiling socket.cc
[699/1095] Compiling pair.cc
[700/1095] Compiling socket_helper.cc
[701/1095] Compiling file.cc
[702/1095] Compiling errno.cc
[703/1095] Compiling fd.cc
[704/1095] Compiling bio_mem.cc
[705/1095] Compiling connect.cc
[706/1095] Compiling bio.cc
[707/1095] Compiling base64.cc
[708/1095] Compiling tasn_typ.cc
[709/1095] Compiling tasn_fre.cc
[710/1095] Compiling tasn_enc.cc
[711/1095] Compiling tasn_new.cc
[712/1095] Compiling tasn_utl.cc
[713/1095] Compiling f_string.cc
[714/1095] Compiling f_int.cc
[715/1095] Compiling asn_pack.cc
[716/1095] Compiling posix_time.cc
[717/1095] Compiling asn1_par.cc
[718/1095] Compiling tasn_dec.cc
[719/1095] Compiling asn1_lib.cc
[720/1095] Compiling a_type.cc
[720/1095] Compiling a_octet.cc
[720/1095] Compiling a_utctm.cc
[723/1095] Compiling a_time.cc
[724/1095] Compiling a_strex.cc
[725/1095] Compiling a_object.cc
[726/1095] Compiling a_strnid.cc
[727/1095] Compiling a_i2d_fp.cc
[728/1095] Compiling a_int.cc
[729/1095] Compiling a_dup.cc
[730/1095] Compiling a_d2i_fp.cc
[731/1095] Compiling a_gentm.cc
[732/1095] Compiling a_mbstr.cc
[733/1095] Compiling fiat_p256_adx_sqr.S
[734/1095] Compiling fiat_p256_adx_mul.S
[735/1095] Compiling fiat_curve25519_adx_square.S
[736/1095] Compiling fiat_curve25519_adx_mul.S
[737/1095] Compiling md5-x86_64-apple.S
[738/1095] Compiling md5-x86_64-linux.S
[739/1095] Compiling md5-586-linux.S
[740/1095] Compiling md5-586-apple.S
[741/1095] Compiling chacha20_poly1305_x86_64-linux.S
[742/1095] Compiling a_bitstr.cc
[743/1095] Compiling a_bool.cc
[744/1095] Compiling chacha20_poly1305_x86_64-apple.S
[745/1095] Compiling chacha20_poly1305_armv8-win.S
[746/1095] Compiling chacha20_poly1305_armv8-apple.S
[747/1095] Compiling CCryptoBoringSSLShims shims.c
[748/1095] Compiling chacha20_poly1305_armv8-linux.S
[749/1095] Compiling chacha-x86_64-linux.S
[750/1095] Compiling chacha-x86-linux.S
[751/1095] Compiling err_data.cc
[752/1095] Compiling chacha-x86-apple.S
[753/1095] Compiling chacha-x86_64-apple.S
[754/1095] Compiling chacha-armv4-linux.S
[755/1095] Compiling chacha-armv8-win.S
[756/1095] Compiling chacha-armv8-apple.S
[757/1095] Compiling aes128gcmsiv-x86_64-apple.S
[758/1095] Compiling aes128gcmsiv-x86_64-linux.S
[759/1095] Compiling chacha-armv8-linux.S
[760/1095] Compiling x86_64-mont5-linux.S
[761/1095] Compiling x86_64-mont5-apple.S
[762/1095] Compiling x86_64-mont-apple.S
[763/1095] Compiling x86_64-mont-linux.S
[764/1095] Compiling x86-mont-linux.S
[765/1095] Compiling x86-mont-apple.S
[766/1095] Compiling vpaes-x86_64-linux.S
[767/1095] Compiling vpaes-x86-linux.S
[768/1095] Compiling vpaes-x86_64-apple.S
[769/1095] Compiling vpaes-x86-apple.S
[770/1095] Compiling vpaes-armv8-win.S
[771/1095] Compiling vpaes-armv8-linux.S
[772/1095] Compiling vpaes-armv8-apple.S
[773/1095] Compiling vpaes-armv7-linux.S
[774/1095] Compiling sha512-armv8-win.S
[775/1095] Compiling sha512-x86_64-apple.S
[776/1095] Compiling sha512-x86_64-linux.S
[777/1095] Compiling sha512-armv8-apple.S
[778/1095] Compiling sha512-586-linux.S
[779/1095] Compiling sha512-armv4-linux.S
[780/1095] Compiling sha512-586-apple.S
[781/1095] Compiling sha512-armv8-linux.S
[782/1095] Compiling sha256-x86_64-linux.S
[783/1095] Compiling sha256-x86_64-apple.S
[784/1095] Compiling sha256-armv8-win.S
[785/1095] Compiling sha256-armv8-apple.S
[786/1095] Compiling sha256-armv4-linux.S
[787/1095] Compiling sha256-armv8-linux.S
[788/1095] Compiling sha256-586-linux.S
[789/1095] Compiling sha256-586-apple.S
[790/1095] Compiling sha1-x86_64-linux.S
[791/1095] Compiling sha1-x86_64-apple.S
[792/1095] Compiling sha1-armv8-win.S
[793/1095] Compiling sha1-586-linux.S
[794/1095] Compiling sha1-armv8-linux.S
[795/1095] Compiling sha1-armv4-large-linux.S
[796/1095] Compiling sha1-armv8-apple.S
[797/1095] Compiling sha1-586-apple.S
[798/1095] Compiling rsaz-avx2-linux.S
[799/1095] Compiling rdrand-x86_64-apple.S
[800/1095] Compiling rdrand-x86_64-linux.S
[801/1095] Compiling rsaz-avx2-apple.S
[802/1095] Compiling p256_beeu-x86_64-asm-linux.S
[803/1095] Compiling p256_beeu-x86_64-asm-apple.S
[804/1095] Compiling p256_beeu-armv8-asm-win.S
[805/1095] Compiling p256_beeu-armv8-asm-linux.S
[806/1095] Compiling p256-x86_64-asm-linux.S
[807/1095] Compiling p256-x86_64-asm-apple.S
[808/1095] Compiling p256_beeu-armv8-asm-apple.S
[809/1095] Compiling p256-armv8-asm-win.S
[810/1095] Compiling p256-armv8-asm-apple.S
[811/1095] Compiling p256-armv8-asm-linux.S
[812/1095] Compiling ghashv8-armv8-win.S
[813/1095] Compiling ghashv8-armv8-apple.S
[814/1095] Compiling ghashv8-armv7-linux.S
[815/1095] Compiling ghashv8-armv8-linux.S
[816/1095] Compiling ghash-x86-apple.S
[817/1095] Compiling ghash-x86_64-apple.S
[818/1095] Compiling ghash-x86-linux.S
[819/1095] Compiling ghash-ssse3-x86_64-linux.S
[819/1095] Compiling ghash-x86_64-linux.S
[821/1095] Compiling ghash-ssse3-x86-apple.S
[822/1095] Compiling ghash-ssse3-x86_64-apple.S
[823/1095] Compiling ghash-neon-armv8-win.S
[824/1095] Compiling ghash-ssse3-x86-linux.S
[825/1095] Compiling ghash-neon-armv8-apple.S
[826/1095] Compiling ghash-neon-armv8-linux.S
[827/1095] Compiling ghash-armv4-linux.S
[828/1095] Compiling co-586-linux.S
[829/1095] Compiling bsaes-armv7-linux.S
[830/1095] Compiling co-586-apple.S
[831/1095] Compiling bn-armv8-win.S
[832/1095] Compiling bn-armv8-linux.S
[833/1095] Compiling bn-armv8-apple.S
[834/1095] Compiling bn-586-linux.S
[835/1095] Compiling armv8-mont-win.S
[836/1095] Compiling bn-586-apple.S
[837/1095] Compiling armv8-mont-linux.S
[838/1095] Compiling armv8-mont-apple.S
[839/1095] Compiling armv4-mont-linux.S
[840/1095] Compiling aesv8-gcm-armv8-linux.S
[841/1095] Compiling aesv8-armv8-win.S
[842/1095] Compiling aesv8-gcm-armv8-win.S
[843/1095] Compiling aesv8-gcm-armv8-apple.S
[844/1095] Compiling aesv8-armv8-linux.S
[845/1095] Compiling aesv8-armv7-linux.S
[846/1095] Compiling aesni-x86_64-linux.S
[847/1095] Compiling aesv8-armv8-apple.S
[848/1095] Compiling aesni-x86-linux.S
[849/1095] Compiling aesni-x86_64-apple.S
[850/1095] Compiling aesni-x86-apple.S
[851/1095] Compiling aesni-gcm-x86_64-apple.S
[851/1095] Compiling aesni-gcm-x86_64-linux.S
[853/1095] Compiling aes-gcm-avx10-x86_64-apple.S
[854/1095] Compiling aes-gcm-avx10-x86_64-linux.S
[855/1095] Compiling c-nioatomics.c
[856/1095] Compiling x_x509.cc
[857/1095] Compiling x_val.cc
[858/1095] Compiling x_spki.cc
[859/1095] Compiling c-atomics.c
[860/1095] Compiling x_sig.cc
[861/1095] Compiling x_req.cc
[862/1095] Compiling x_x509a.cc
[863/1101] Compiling x_attrib.cc
[864/1101] Compiling x_pubkey.cc
[866/1101] Compiling NIOConcurrencyHelpers NIOLock.swift
[867/1101] Compiling NIOConcurrencyHelpers lock.swift
[868/1101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[868/1101] Compiling x_name.cc
[869/1101] Compiling x_algor.cc
[871/1101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[872/1101] Compiling NIOConcurrencyHelpers atomics.swift
[873/1101] Emitting module NIOConcurrencyHelpers
[873/1102] Compiling x_exten.cc
[874/1102] Compiling x_crl.cc
[876/1102] Compiling x_all.cc
[877/1102] Compiling x509spki.cc
[878/1102] Compiling x509rset.cc
[879/1102] Compiling x509name.cc
[880/1102] Compiling x509cset.cc
[881/1102] Compiling x509_v3.cc
[882/1102] Compiling x509_trs.cc
[883/1102] Compiling x509_vfy.cc
[884/1102] Compiling x509_vpm.cc
[885/1102] Compiling x509_txt.cc
[886/1102] Compiling x509_obj.cc
[887/1102] Compiling x509_req.cc
[888/1102] Compiling x509_lu.cc
[889/1102] Compiling x509_set.cc
[890/1102] Compiling x509_def.cc
[891/1102] Compiling x509_d2.cc
[892/1102] Compiling x509_ext.cc
[893/1102] Compiling x509_cmp.cc
[894/1102] Compiling v3_skey.cc
[895/1102] Compiling x509_att.cc
[896/1102] Compiling x509.cc
[897/1102] Compiling v3_utl.cc
[898/1102] Compiling v3_purp.cc
[899/1102] Compiling v3_pcons.cc
[900/1102] Compiling v3_pmaps.cc
[901/1102] Compiling v3_prn.cc
[902/1102] Compiling v3_ocsp.cc
[903/1102] Compiling v3_int.cc
[904/1102] Compiling v3_info.cc
[905/1102] Compiling v3_lib.cc
[906/1102] Compiling v3_ncons.cc
[907/1102] Compiling v3_genn.cc
[908/1102] Compiling v3_ia5.cc
[909/1102] Compiling v3_enum.cc
[910/1102] Compiling v3_extku.cc
[911/1102] Compiling v3_crld.cc
[912/1102] Compiling v3_conf.cc
[913/1102] Compiling v3_cpols.cc
[914/1102] Compiling v3_bitst.cc
[915/1102] Compiling v3_bcons.cc
[916/1102] Compiling t_x509a.cc
[917/1102] Compiling v3_alt.cc
[917/1102] Compiling v3_akey.cc
[919/1102] Compiling v3_akeya.cc
[920/1102] Compiling t_req.cc
[921/1102] Compiling t_x509.cc
[922/1102] Compiling rsa_pss.cc
[923/1102] Compiling i2d_pr.cc
[924/1102] Compiling t_crl.cc
[925/1102] Compiling policy.cc
[926/1102] Compiling name_print.cc
[927/1102] Compiling by_file.cc
[928/1102] Compiling by_dir.cc
[929/1102] Compiling asn1_gen.cc
[930/1102] Compiling algorithm.cc
[931/1102] Compiling a_sign.cc
[932/1102] Compiling a_verify.cc
[933/1102] Compiling thread_win.cc
[934/1102] Compiling voprf.cc
[935/1102] Compiling a_digest.cc
[936/1102] Compiling thread_pthread.cc
[937/1102] Compiling trust_token.cc
[938/1102] Compiling thread.cc
[939/1102] Compiling thread_none.cc
[940/1102] Compiling pmbtoken.cc
[941/1102] Compiling siphash.cc
[942/1102] Compiling wots.cc
[943/1102] Compiling stack.cc
[944/1102] Compiling thash.cc
[945/1102] Compiling fors.cc
[946/1102] Compiling slhdsa.cc
[947/1102] Compiling sha512.cc
[948/1102] Compiling merkle.cc
[949/1102] Compiling sha1.cc
[950/1102] Compiling sha256.cc
[951/1102] Compiling rsa_print.cc
[952/1102] Compiling rsa_extra.cc
[953/1102] Compiling rc4.cc
[954/1102] Compiling refcount.cc
[955/1102] Compiling rsa_crypt.cc
[956/1102] Compiling rsa_asn1.cc
[957/1102] Compiling urandom.cc
[958/1102] Compiling windows.cc
[959/1102] Compiling rand_extra.cc
[960/1102] Compiling trusty.cc
[961/1102] Compiling ios.cc
[962/1102] Compiling passive.cc
[963/1102] Compiling forkunsafe.cc
[964/1102] Compiling poly1305_arm_asm.S
[965/1102] Compiling getentropy.cc
[966/1102] Compiling fork_detect.cc
[967/1102] Compiling deterministic.cc
[968/1102] Compiling poly1305_vec.cc
[969/1102] Compiling poly1305_arm.cc
[970/1102] Compiling poly1305.cc
[971/1102] Compiling pool.cc
[972/1102] Compiling pkcs7.cc
[973/1102] Compiling pkcs8_x509.cc
[974/1102] Compiling pkcs8.cc
[975/1102] Compiling p5_pbev2.cc
[976/1102] Compiling pkcs7_x509.cc
[977/1102] Compiling pem_x509.cc
[978/1102] Compiling pem_xaux.cc
[979/1102] Compiling pem_pkey.cc
[980/1102] Compiling pem_oth.cc
[981/1102] Compiling pem_pk8.cc
[982/1102] Compiling obj_xref.cc
[983/1102] Compiling obj.cc
[984/1102] Compiling pem_info.cc
[985/1102] Compiling pem_lib.cc
[986/1102] Compiling mldsa.cc
[987/1102] Compiling mlkem.cc
[988/1102] Compiling pem_all.cc
[989/1102] Compiling poly_rq_mul.S
[990/1102] Compiling fips_shared_support.cc
[991/1102] Compiling md4.cc
[992/1102] Compiling mem.cc
[993/1102] Compiling md5.cc
[994/1102] Compiling lhash.cc
[995/1102] Compiling kyber.cc
[996/1102] Compiling ex_data.cc
[997/1102] Compiling sign.cc
[998/1102] Compiling hpke.cc
[999/1102] Compiling scrypt.cc
[1000/1102] Compiling p_x25519_asn1.cc
[1001/1102] Compiling pbkdf.cc
[1002/1102] Compiling hrss.cc
[1003/1102] Compiling print.cc
[1004/1102] Compiling p_x25519.cc
[1005/1102] Compiling p_rsa_asn1.cc
[1006/1102] Compiling p_ed25519.cc
[1007/1102] Compiling p_hkdf.cc
[1008/1102] Compiling p_rsa.cc
[1009/1102] Compiling p_ed25519_asn1.cc
[1010/1102] Compiling p_ec_asn1.cc
[1011/1102] Compiling p_ec.cc
[1012/1102] Compiling p_dh_asn1.cc
[1013/1102] Compiling p_dh.cc
[1014/1102] Compiling p_dsa_asn1.cc
[1015/1102] Compiling evp_ctx.cc
[1016/1102] Compiling evp.cc
[1017/1102] Compiling err.cc
[1018/1102] Compiling evp_asn1.cc
[1019/1102] Compiling engine.cc
[1020/1102] Compiling ecdh_extra.cc
[1021/1102] Compiling hash_to_curve.cc
[1022/1102] Compiling ecdsa_asn1.cc
[1023/1102] Compiling ec_derive.cc
[1024/1102] Compiling dsa.cc
[1025/1102] Compiling ec_asn1.cc
[1026/1102] Compiling dsa_asn1.cc
[1027/1102] Compiling bcm.cc
[1028/1102] Compiling params.cc
[1029/1102] Compiling x25519-asm-arm.S
[1030/1102] Compiling digest_extra.cc
[1031/1102] Compiling dh_asn1.cc
[1032/1102] Compiling des.cc
[1033/1102] Compiling spake25519.cc
[1034/1102] Compiling curve25519_64_adx.cc
[1035/1102] Compiling cpu_intel.cc
[1036/1102] Compiling crypto.cc
[1037/1102] Compiling cpu_arm_freebsd.cc
[1038/1102] Compiling cpu_arm_linux.cc
[1039/1102] Compiling curve25519.cc
[1040/1102] Compiling cpu_aarch64_win.cc
[1041/1102] Compiling cpu_aarch64_sysreg.cc
[1042/1102] Compiling cpu_aarch64_openbsd.cc
[1043/1102] Compiling conf.cc
[1044/1102] Compiling cpu_aarch64_linux.cc
[1045/1102] Compiling cpu_aarch64_fuchsia.cc
[1046/1102] Compiling cpu_aarch64_apple.cc
[1047/1102] Compiling e_tls.cc
[1048/1102] Compiling tls_cbc.cc
[1049/1102] Compiling e_rc4.cc
[1050/1102] Compiling e_rc2.cc
[1051/1102] Compiling e_des.cc
[1052/1102] Compiling e_null.cc
[1053/1102] Compiling e_aesgcmsiv.cc
[1054/1102] Compiling e_chacha20poly1305.cc
[1055/1102] Compiling e_aesctrhmac.cc
[1056/1102] Compiling derive_key.cc
[1057/1102] Compiling cipher_extra.cc
[1058/1102] Compiling chacha.cc
[1059/1102] Compiling cbb.cc
[1060/1102] Compiling unicode.cc
[1061/1102] Compiling ber.cc
[1062/1102] Compiling convert.cc
[1063/1102] Compiling buf.cc
[1064/1102] Compiling cbs.cc
[1065/1102] Compiling bn_asn1.cc
[1066/1102] Compiling pair.cc
[1067/1102] Compiling hexdump.cc
[1068/1102] Compiling asn1_compat.cc
[1069/1102] Compiling printf.cc
[1070/1102] Compiling blake2.cc
[1071/1102] Compiling fd.cc
[1072/1102] Compiling errno.cc
[1073/1102] Compiling file.cc
[1074/1102] Compiling tasn_enc.cc
[1075/1102] Compiling bio_mem.cc
[1076/1102] Compiling tasn_dec.cc
[1077/1102] Compiling posix_time.cc
[1078/1102] Compiling f_int.cc
[1079/1102] Compiling f_string.cc
[1080/1102] Compiling asn_pack.cc
[1081/1102] Compiling asn1_par.cc
[1082/1102] Compiling a_octet.cc
[1083/1102] Compiling a_type.cc
[1084/1102] Compiling a_utctm.cc
[1085/1102] Compiling asn1_lib.cc
[1086/1102] Compiling a_strnid.cc
[1087/1102] Compiling a_strex.cc
[1088/1102] Compiling a_time.cc
[1089/1102] Compiling a_object.cc
[1090/1102] Compiling a_dup.cc
[1091/1102] Write sources
[1092/1102] Compiling a_d2i_fp.cc
[1093/1102] Write sources
[1094/1102] Compiling a_int.cc
[1094/1102] Write sources
[1097/1102] Compiling a_gentm.cc
[1098/1167] Compiling a_i2d_fp.cc
[1099/1174] Compiling a_bitstr.cc
[1100/1199] Compiling a_mbstr.cc
[1101/1199] Compiling a_bool.cc
[1103/1199] Compiling Algorithms Product.swift
[1104/1199] Compiling Algorithms Compacted.swift
[1105/1199] Compiling Algorithms FlattenCollection.swift
[1106/1199] Compiling Algorithms Grouped.swift
[1107/1199] Compiling Algorithms Cycle.swift
[1108/1199] Compiling Algorithms EitherSequence.swift
[1109/1199] Compiling Algorithms FirstNonNil.swift
[1110/1199] Compiling Algorithms Indexed.swift
[1111/1199] Compiling Algorithms Intersperse.swift
[1112/1209] Compiling Algorithms AdjacentPairs.swift
[1113/1209] Compiling Algorithms Chain.swift
[1114/1209] Compiling Algorithms Chunked.swift
[1115/1209] Compiling Algorithms Combinations.swift
[1116/1209] Compiling Algorithms Joined.swift
[1117/1209] Compiling Algorithms Keyed.swift
[1118/1209] Compiling Algorithms Permutations.swift
[1126/1216] Compiling Atomics IntegerOperations.swift
[1127/1216] Compiling Atomics Unmanaged extensions.swift
[1128/1216] Emitting module BitCollections
[1133/1216] Compiling Algorithms Suffix.swift
[1134/1216] Compiling Algorithms RandomSample.swift
[1135/1216] Compiling Algorithms Reductions.swift
[1136/1216] Compiling Algorithms Rotate.swift
[1137/1216] Compiling BitCollections BitSet+CustomReflectable.swift
[1138/1216] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1139/1216] Compiling BitCollections BitSet+Equatable.swift
[1140/1216] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1141/1216] Compiling BitCollections BitSet+Extras.swift
[1142/1216] Compiling BitCollections BitSet+Hashable.swift
[1143/1216] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1144/1216] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1145/1216] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1146/1216] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1147/1216] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1148/1216] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1149/1216] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1150/1216] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1151/1216] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1152/1216] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1153/1216] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1154/1216] Compiling BitCollections BitSet+SetAlgebra union.swift
[1155/1216] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1156/1216] Compiling BitCollections BitSet.Counted.swift
[1163/1216] Compiling Algorithms MinMax.swift
[1164/1216] Compiling Algorithms Partition.swift
[1185/1219] Compiling Algorithms Trim.swift
[1186/1219] Compiling Algorithms Unique.swift
[1187/1219] Compiling Algorithms Windows.swift
[1188/1219] Compiling BitCollections BitSet.Index.swift
[1189/1219] Compiling BitCollections BitSet._UnsafeHandle.swift
[1190/1219] Compiling BitCollections BitSet.swift
[1191/1219] Compiling BitCollections Range+Utilities.swift
[1192/1219] Compiling BitCollections Slice+Utilities.swift
[1193/1219] Compiling BitCollections UInt+Tricks.swift
[1194/1219] Compiling BitCollections _Word.swift
[1195/1219] Compiling BitCollections BitArray+RandomBits.swift
[1196/1219] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1197/1219] Compiling BitCollections BitArray+Shifts.swift
[1198/1219] Compiling BitCollections BitArray+Testing.swift
[1199/1219] Compiling BitCollections BitArray._UnsafeHandle.swift
[1200/1219] Compiling BitCollections BitArray.swift
[1201/1219] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1202/1219] Compiling BitCollections BitSet+Codable.swift
[1208/1222] Emitting module Atomics
[1212/1222] Emitting module Collections
[1213/1222] Compiling Collections Collections.swift
[1214/1223] Emitting module Algorithms
[1218/1285] Compiling CryptoBoringWrapper RandomBytes.swift
[1219/1285] Compiling NIOCore MulticastChannel.swift
[1220/1285] Compiling NIOCore NIOAny.swift
[1221/1285] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1222/1285] Compiling NIOCore NIOLoopBound.swift
[1223/1285] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1224/1285] Compiling NIOCore NIOScheduledCallback.swift
[1225/1285] Compiling NIOCore NIOSendable.swift
[1226/1285] Compiling NIOCore RecvByteBufferAllocator.swift
[1227/1293] Compiling CryptoBoringWrapper EllipticCurve.swift
[1228/1293] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1229/1293] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1230/1293] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1231/1293] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1232/1293] Emitting module CryptoBoringWrapper
[1233/1293] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1235/1294] Compiling NIOCore IO.swift
[1236/1294] Compiling NIOCore IOData.swift
[1237/1294] Compiling NIOCore IPProtocol.swift
[1238/1294] Compiling NIOCore IntegerBitPacking.swift
[1239/1294] Compiling NIOCore IntegerTypes.swift
[1240/1294] Compiling NIOCore Interfaces.swift
[1241/1294] Compiling NIOCore Linux.swift
[1242/1294] Compiling NIOCore MarkedCircularBuffer.swift
[1243/1365] Compiling Crypto Digests.swift
[1244/1365] Compiling Crypto HashFunctions.swift
[1245/1365] Compiling Crypto HashFunctions_SHA2.swift
[1246/1365] Compiling Crypto HPKE-AEAD.swift
[1247/1365] Compiling Crypto HPKE-Ciphersuite.swift
[1248/1365] Compiling Crypto HPKE-KDF.swift
[1249/1365] Compiling Crypto HPKE-KexKeyDerivation.swift
[1250/1365] Compiling Crypto HPKE-LabeledExtract.swift
[1251/1365] Compiling Crypto X25519Keys.swift
[1252/1365] Compiling Crypto SymmetricKeys.swift
[1253/1365] Compiling Crypto HMAC.swift
[1254/1365] Compiling Crypto MACFunctions.swift
[1255/1365] Compiling Crypto MessageAuthenticationCode.swift
[1256/1365] Compiling Crypto AES.swift
[1257/1365] Compiling Crypto ECDSASignature_boring.swift
[1258/1365] Compiling Crypto ECDSA_boring.swift
[1259/1365] Compiling Crypto AES-GCM.swift
[1260/1365] Compiling Crypto AES-GCM_boring.swift
[1261/1365] Compiling Crypto ChaChaPoly_boring.swift
[1262/1365] Compiling Crypto ChaChaPoly.swift
[1263/1365] Compiling Crypto Cipher.swift
[1264/1365] Compiling Crypto Nonces.swift
[1265/1365] Compiling Crypto ASN1.swift
[1266/1365] Compiling Crypto ASN1Any.swift
[1267/1365] Compiling Crypto ASN1BitString.swift
[1268/1365] Compiling Crypto HKDF.swift
[1269/1365] Compiling Crypto AESWrap.swift
[1270/1365] Compiling Crypto AESWrap_boring.swift
[1271/1365] Compiling Crypto Ed25519_boring.swift
[1272/1365] Compiling Crypto NISTCurvesKeys_boring.swift
[1273/1365] Compiling Crypto X25519Keys_boring.swift
[1274/1365] Compiling Crypto Curve25519.swift
[1275/1365] Compiling Crypto Ed25519Keys.swift
[1276/1365] Compiling Crypto NISTCurvesKeys.swift
[1285/1365] Compiling Crypto EdDSA_boring.swift
[1286/1365] Compiling Crypto ECDSA.swift
[1287/1365] Compiling Crypto Ed25519.swift
[1288/1374] Compiling Crypto PKCS8PrivateKey.swift
[1289/1374] Compiling Crypto SEC1PrivateKey.swift
[1290/1374] Compiling Crypto SubjectPublicKeyInfo.swift
[1291/1374] Compiling Crypto CryptoKitErrors.swift
[1292/1374] Compiling Crypto Digest_boring.swift
[1293/1374] Compiling Crypto Digest.swift
[1298/1374] Emitting module Crypto
[1308/1374] Compiling Crypto ASN1Boolean.swift
[1313/1374] Compiling Crypto HPKE-Utils.swift
[1314/1374] Compiling Crypto DHKEM.swift
[1315/1374] Compiling Crypto HPKE-KEM-Curve25519.swift
[1316/1374] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1317/1374] Compiling Crypto HPKE-KEM.swift
[1318/1374] Compiling Crypto HPKE-Errors.swift
[1319/1374] Compiling Crypto HPKE.swift
[1320/1374] Compiling Crypto HPKE-Context.swift
[1321/1374] Compiling Crypto HPKE-KeySchedule.swift
[1322/1374] Compiling Crypto HPKE-Modes.swift
[1323/1374] Compiling Crypto Insecure.swift
[1324/1374] Compiling Crypto Insecure_HashFunctions.swift
[1325/1374] Compiling Crypto KEM.swift
[1326/1374] Compiling Crypto ECDH_boring.swift
[1327/1374] Compiling Crypto DH.swift
[1328/1374] Compiling Crypto ECDH.swift
[1329/1374] Compiling Crypto ASN1Identifier.swift
[1330/1374] Compiling Crypto ASN1Integer.swift
[1331/1374] Compiling Crypto ASN1Null.swift
[1332/1374] Compiling Crypto ASN1OctetString.swift
[1333/1374] Compiling Crypto ASN1Strings.swift
[1334/1374] Compiling Crypto ArraySliceBigint.swift
[1335/1374] Compiling Crypto GeneralizedTime.swift
[1336/1374] Compiling Crypto ObjectIdentifier.swift
[1337/1374] Compiling Crypto ECDSASignature.swift
[1338/1374] Compiling Crypto PEMDocument.swift
[1339/1374] Compiling Crypto Signature.swift
[1340/1374] Compiling Crypto CryptoKitErrors_boring.swift
[1341/1374] Compiling Crypto RNG_boring.swift
[1342/1374] Compiling Crypto SafeCompare_boring.swift
[1343/1374] Compiling Crypto Zeroization_boring.swift
[1344/1374] Compiling Crypto PrettyBytes.swift
[1345/1374] Compiling Crypto SafeCompare.swift
[1346/1374] Compiling Crypto SecureBytes.swift
[1347/1374] Compiling Crypto Zeroization.swift
[1349/1375] Emitting module NIOCore
[1377/1426] Emitting module NIOEmbedded
[1378/1426] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1379/1426] Compiling NIOEmbedded AsyncTestingChannel.swift
[1380/1426] Compiling NIOEmbedded Embedded.swift
[1382/1427] Compiling NIOPosix IO.swift
[1383/1427] Compiling NIOPosix IntegerBitPacking.swift
[1384/1427] Compiling NIOPosix IntegerTypes.swift
[1385/1427] Compiling NIOPosix Linux.swift
[1386/1427] Compiling NIOPosix LinuxCPUSet.swift
[1387/1427] Compiling NIOPosix LinuxUring.swift
[1388/1427] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1389/1433] Emitting module NIOPosix
[1390/1433] Compiling NIOPosix ThreadPosix.swift
[1391/1433] Compiling NIOPosix ThreadWindows.swift
[1392/1433] Compiling NIOPosix UnsafeTransfer.swift
[1393/1433] Compiling NIOPosix Utilities.swift
[1394/1433] Compiling NIOPosix VsockAddress.swift
[1395/1433] Compiling NIOPosix VsockChannelEvents.swift
[1396/1433] Compiling NIOPosix BSDSocketAPICommon.swift
[1397/1433] Compiling NIOPosix BSDSocketAPIPosix.swift
[1398/1433] Compiling NIOPosix BSDSocketAPIWindows.swift
[1399/1433] Compiling NIOPosix BaseSocket.swift
[1400/1433] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1401/1433] Compiling NIOPosix BaseSocketChannel.swift
[1402/1433] Compiling NIOPosix BaseStreamSocketChannel.swift
[1403/1433] Compiling NIOPosix ServerSocket.swift
[1404/1433] Compiling NIOPosix Socket.swift
[1405/1433] Compiling NIOPosix SocketChannel.swift
[1406/1433] Compiling NIOPosix SocketProtocols.swift
[1407/1433] Compiling NIOPosix System.swift
[1408/1433] Compiling NIOPosix Thread.swift
[1409/1433] Compiling NIOPosix Bootstrap.swift
[1410/1433] Compiling NIOPosix ControlMessage.swift
[1411/1433] Compiling NIOPosix DatagramVectorReadManager.swift
[1412/1433] Compiling NIOPosix Errors+Any.swift
[1413/1433] Compiling NIOPosix FileDescriptor.swift
[1414/1433] Compiling NIOPosix GetaddrinfoResolver.swift
[1415/1433] Compiling NIOPosix HappyEyeballs.swift
[1416/1433] Compiling NIOPosix Pool.swift
[1417/1433] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1418/1433] Compiling NIOPosix PosixSingletons.swift
[1419/1433] Compiling NIOPosix RawSocketBootstrap.swift
[1420/1433] Compiling NIOPosix Resolver.swift
[1421/1433] Compiling NIOPosix Selectable.swift
[1422/1433] Compiling NIOPosix SelectableChannel.swift
[1423/1433] Compiling NIOPosix SelectableEventLoop.swift
[1424/1433] Compiling NIOPosix SelectorEpoll.swift
[1425/1433] Compiling NIOPosix SelectorGeneric.swift
[1426/1433] Compiling NIOPosix SelectorKqueue.swift
[1427/1433] Compiling NIOPosix SelectorUring.swift
[1428/1433] Compiling NIOPosix NIOThreadPool.swift
[1429/1433] Compiling NIOPosix NonBlockingFileIO.swift
[1430/1433] Compiling NIOPosix PendingDatagramWritesManager.swift
[1431/1433] Compiling NIOPosix PendingWritesManager.swift
[1432/1433] Compiling NIOPosix PipeChannel.swift
[1433/1433] Compiling NIOPosix PipePair.swift
[1435/1458] Emitting module NIO
[1436/1458] Compiling NIO Exports.swift
[1438/1459] Compiling AsyncKit Future+Transform.swift
[1439/1459] Compiling AsyncKit Future+Try.swift
[1440/1459] Compiling AsyncKit FutureOperators.swift
[1441/1564] Compiling NIOTLS TLSEvents.swift
[1442/1564] Emitting module NIOTLS
[1443/1564] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1444/1564] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1445/1564] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1446/1564] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1447/1564] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1448/1564] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1449/1564] Compiling SQLKit SQLRawBuilder.swift
[1450/1564] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1451/1564] Compiling SQLKit SQLSelectBuilder.swift
[1452/1564] Compiling SQLKit SQLSubqueryBuilder.swift
[1453/1564] Compiling SQLKit SQLUnionBuilder.swift
[1454/1564] Emitting module NIOFoundationCompat
[1455/1564] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1456/1564] Compiling NIOTLS SNIHandler.swift
[1457/1565] Compiling SQLKit SQLDropEnumBuilder.swift
[1458/1565] Compiling SQLKit SQLDropIndexBuilder.swift
[1460/1565] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1462/1595] Compiling SQLKit SQLDropIndex.swift
[1463/1595] Compiling SQLKit SQLDropTable.swift
[1464/1595] Compiling SQLKit SQLDropTrigger.swift
[1465/1595] Compiling SQLKit SQLInsert.swift
[1466/1595] Compiling SQLKit SQLSelect.swift
[1467/1595] Compiling SQLKit SQLUnion.swift
[1468/1595] Compiling SQLKit SQLUpdate.swift
[1469/1595] Compiling SQLKit SQLExpression.swift
[1470/1595] Compiling SQLKit SQLSerializer.swift
[1471/1595] Compiling SQLKit SQLStatement.swift
[1472/1595] Compiling SQLKit SQLBinaryExpression.swift
[1473/1595] Compiling SQLKit SQLBinaryOperator.swift
[1474/1595] Compiling SQLKit SQLBind.swift
[1475/1607] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1476/1607] Compiling SQLKit SQLColumnAssignment.swift
[1477/1607] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1478/1607] Compiling SQLKit SQLColumnDefinition.swift
[1479/1607] Compiling SQLKit SQLCommonTableExpression.swift
[1480/1607] Compiling SQLKit SQLConflictAction.swift
[1481/1607] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1482/1607] Compiling SQLKit SQLDropBehaviour.swift
[1483/1607] Compiling SQLKit SQLEnumDataType.swift
[1484/1607] Compiling SQLKit SQLExcludedColumn.swift
[1485/1607] Compiling SQLKit SQLForeignKey.swift
[1486/1607] Compiling SQLKit SQLJoin.swift
[1487/1607] Compiling SQLKit SQLJoinMethod.swift
[1488/1607] Compiling SQLKit SQLLockingClause.swift
[1489/1607] Compiling SQLKit SQLOrderBy.swift
[1490/1607] Compiling SQLKit SQLReturning.swift
[1491/1607] Compiling SQLKit SQLSubquery.swift
[1492/1607] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1493/1607] Compiling SQLKit SQLAlterEnum.swift
[1494/1607] Compiling SQLKit SQLAlterTable.swift
[1495/1607] Compiling SQLKit SQLCreateEnum.swift
[1496/1607] Compiling SQLKit SQLCreateIndex.swift
[1497/1607] Compiling SQLKit SQLCreateTable.swift
[1498/1607] Compiling SQLKit SQLCreateTrigger.swift
[1499/1607] Compiling SQLKit SQLDelete.swift
[1500/1607] Compiling SQLKit SQLDropEnum.swift
[1501/1607] Emitting module SQLKit
[1502/1607] Emitting module AsyncKit
[1503/1607] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1504/1607] Compiling SQLKit Exports.swift
[1505/1607] Compiling SQLKit SQLAlias.swift
[1506/1607] Compiling SQLKit SQLBetween.swift
[1507/1607] Compiling SQLKit SQLColumn.swift
[1508/1607] Compiling SQLKit SQLConstraint.swift
[1509/1607] Compiling SQLKit SQLDataType.swift
[1510/1607] Compiling SQLKit SQLDirection.swift
[1511/1607] Compiling SQLKit SQLDistinct.swift
[1512/1607] Compiling SQLKit SQLForeignKeyAction.swift
[1513/1607] Compiling SQLKit SQLNestedSubpathExpression.swift
[1514/1607] Compiling SQLKit SQLQualifiedTable.swift
[1515/1607] Compiling SQLKit SQLQueryString.swift
[1516/1607] Compiling NIOSSL SSLPrivateKey.swift
[1517/1607] Compiling NIOSSL SSLPublicKey.swift
[1518/1607] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1519/1607] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1520/1611] Compiling NIOSSL SubjectAlternativeName.swift
[1521/1611] Compiling NIOSSL NIOSSLSecureBytes.swift
[1522/1611] Compiling NIOSSL RNG.swift
[1523/1611] Compiling NIOSSL SafeCompare.swift
[1524/1611] Compiling NIOSSL AndroidCABundle.swift
[1525/1611] Compiling NIOSSL ByteBufferBIO.swift
[1526/1611] Compiling NIOSSL CustomPrivateKey.swift
[1527/1611] Compiling NIOSSL IdentityVerification.swift
[1528/1611] Compiling NIOSSL LinuxCABundle.swift
[1529/1611] Compiling NIOSSL NIOSSLClientHandler.swift
[1530/1611] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1531/1611] Compiling NIOSSL NIOSSLHandler.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 SSLCertificateExtensions.swift
[1538/1611] Compiling NIOSSL SSLCertificateName.swift
[1539/1611] Compiling NIOSSL SSLConnection.swift
[1540/1611] Compiling NIOSSL SSLContext.swift
[1541/1611] Compiling NIOSSL SSLErrors.swift
[1542/1611] Compiling NIOSSL SSLInit.swift
[1543/1611] Compiling NIOSSL SSLPKCS12Bundle.swift
[1552/1611] Compiling NIOSSL Zeroization.swift
[1553/1611] Compiling NIOSSL TLSConfiguration.swift
[1554/1611] Compiling NIOSSL UniversalBootstrapSupport.swift
[1555/1611] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1556/1611] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1557/1611] Compiling SQLKit SQLDatabase.swift
[1558/1611] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1559/1611] Compiling SQLKit SQLDialect.swift
[1560/1611] Compiling SQLKit SQLDatabase+Deprecated.swift
[1561/1611] Compiling SQLKit SQLError.swift
[1562/1611] Compiling SQLKit SQLExpressions+Deprecated.swift
[1563/1611] Emitting module NIOSSL
[1584/1611] Compiling SQLKit SQLFunction.swift
[1585/1611] Compiling SQLKit SQLGroupExpression.swift
[1586/1611] Compiling SQLKit SQLIdentifier.swift
[1587/1611] Compiling SQLKit SQLList.swift
[1588/1611] Compiling SQLKit SQLLiteral.swift
[1589/1611] Compiling SQLKit SQLRaw.swift
[1590/1611] Compiling SQLKit SQLCodingUtilities.swift
[1591/1611] Compiling SQLKit SQLQueryEncoder.swift
[1592/1611] Compiling SQLKit SQLRow.swift
[1593/1611] Compiling SQLKit SQLRowDecoder.swift
[1594/1611] Compiling SQLKit SomeCodingKey.swift
[1595/1611] Compiling SQLKit StringHandling.swift
[1602/1649] Compiling MySQLNIO MySQLDatabase.swift
[1603/1649] Compiling MySQLNIO MySQLError.swift
[1604/1649] Compiling MySQLNIO MySQLQueryCommand.swift
[1605/1649] Compiling MySQLNIO MySQLRow.swift
[1606/1649] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1607/1654] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1608/1654] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1609/1654] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1610/1654] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1611/1654] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1612/1654] Compiling MySQLNIO MySQLTime.swift
[1613/1654] Compiling MySQLNIO MySQLPacket.swift
[1614/1654] Compiling MySQLNIO MySQLPacketDecoder.swift
[1615/1654] Compiling MySQLNIO MySQLPacketEncoder.swift
[1616/1654] Compiling MySQLNIO MySQLPacketSequence.swift
[1617/1654] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1618/1654] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1619/1654] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1620/1654] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1621/1654] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1633/1654] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1635/1655] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1636/1655] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1637/1655] Compiling MySQLNIO MySQLProtocol.swift
[1638/1655] Compiling MySQLNIO CryptoUtils.swift
[1639/1655] Compiling MySQLNIO NIOUtils.swift
[1640/1655] Compiling MySQLNIO Exports.swift
[1641/1655] Compiling MySQLNIO MySQLConnection.swift
[1642/1655] Compiling MySQLNIO MySQLConnectionHandler.swift
[1643/1655] Compiling MySQLNIO MySQLData.swift
[1644/1655] Compiling MySQLNIO MySQLDataConvertible.swift
[1645/1655] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1646/1655] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1647/1655] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1648/1655] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1649/1655] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1650/1655] Emitting module MySQLNIO
[1652/1655] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1653/1655] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1654/1655] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[1655/1655] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[1657/1666] Compiling MySQLKit MySQLRow+SQL.swift
[1658/1667] Compiling MySQLKit MySQLDialect.swift
[1659/1667] Compiling MySQLKit MySQLDataEncoder.swift
[1660/1667] Compiling MySQLKit MySQLDataDecoder.swift
[1661/1667] Compiling MySQLKit MySQLDatabase+SQL.swift
[1662/1667] Emitting module MySQLKit
[1663/1667] Compiling MySQLKit ConnectionPool+MySQL.swift
[1664/1667] Compiling MySQLKit Exports.swift
[1665/1667] Compiling MySQLKit MySQLConfiguration.swift
[1666/1667] Compiling MySQLKit MySQLConnectionSource.swift
[1667/1667] Compiling MySQLKit Optional+MySQLDataConvertible.swift
Build complete! (290.86s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.