Build Information
Successful build of mysql-kit, reference main (262e5c
), with Swift 6.1 for Android on 30 May 2025 22:56:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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: 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-4609320-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-ssl.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/2370] Fetching async-kit
[2371/4587] Fetching async-kit, mysql-nio
[4544/10570] Fetching async-kit, mysql-nio, sql-kit
[4828/24506] Fetching async-kit, mysql-nio, sql-kit, swift-crypto
[11547/39349] Fetching async-kit, mysql-nio, sql-kit, swift-crypto, swift-nio-ssl
[14723/115472] Fetching async-kit, mysql-nio, sql-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.64s)
Fetched https://github.com/vapor/mysql-nio.git from cache (4.20s)
Fetched https://github.com/vapor/async-kit.git from cache (4.20s)
Fetched https://github.com/vapor/sql-kit.git from cache (4.21s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.23s)
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (6.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3761/20427] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (2.28s)
Fetched https://github.com/apple/swift-collections.git from cache (2.30s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (4.40s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.60s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
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.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.76s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[792/6108] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (3.15s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.77s)
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/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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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-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-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-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-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
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/799] Write sources
[13/799] Compiling p256-armv8-asm-linux.S
[14/799] Write sources
[15/799] Compiling p256-armv8-asm-win.S
[16/799] Write sources
[18/799] Compiling _NumericsShims _NumericsShims.c
[19/799] Write sources
[27/799] Compiling _AtomicsShims.c
[28/799] Compiling CNIOWindows shim.c
[29/799] Compiling CNIOWindows WSAStartup.c
[30/799] Compiling CNIOWASI CNIOWASI.c
[31/799] Compiling p256-armv8-asm-apple.S
[32/799] Write swift-version-24593BA9C3E375BF.txt
[33/799] Compiling CNIOLinux liburing_shims.c
[34/799] Compiling CNIOLinux shim.c
[35/799] Compiling CNIODarwin shim.c
[36/815] Compiling CNIOBoringSSLShims shims.c
[37/820] Compiling x509_set.cc
[38/820] Compiling x509_req.cc
[39/820] Compiling fiat_p256_adx_sqr.S
[40/820] Compiling fiat_p256_adx_mul.S
[41/820] Compiling x509_obj.cc
[42/820] Compiling fiat_curve25519_adx_square.S
[43/831] Compiling fiat_curve25519_adx_mul.S
[44/834] Compiling x509_trs.cc
[46/834] Emitting module _NIODataStructures
[47/834] Emitting module Logging
[47/834] Compiling tls_record.cc
[49/834] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/835] Compiling RealModule Real.swift
[51/836] Compiling RealModule ElementaryFunctions.swift
[52/836] Compiling _NIODataStructures _TinyArray.swift
[53/836] Emitting module RealModule
[53/836] Compiling tls13_server.cc
[55/836] Emitting module InternalCollectionsUtilities
[55/836] Compiling tls_method.cc
[57/836] Compiling RealModule Float80+Real.swift
[58/836] Compiling _NIODataStructures PriorityQueue.swift
[59/836] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/836] Compiling InternalCollectionsUtilities Debugging.swift
[61/836] Compiling InternalCollectionsUtilities Descriptions.swift
[62/836] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/836] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[64/836] Compiling InternalCollectionsUtilities Integer rank.swift
[65/836] Compiling _NIOBase64 Base64.swift
[66/836] Emitting module _NIOBase64
[67/836] Compiling RealModule Float+Real.swift
[68/836] Compiling RealModule Float16+Real.swift
[69/836] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/836] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/836] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/836] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/836] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/836] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/836] Compiling _NIODataStructures Heap.swift
[80/838] Compiling RealModule RealFunctions.swift
[84/839] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/840] Compiling tls13_enc.cc
[86/908] Compiling tls13_both.cc
[87/908] Compiling tls13_client.cc
[88/908] Compiling ssl_versions.cc
[89/908] Compiling ssl_x509.cc
[90/970] Compiling t1_enc.cc
[91/970] Compiling ssl_transcript.cc
[93/986] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/1044] Compiling HeapModule Heap+Descriptions.swift
[95/1061] Compiling HeapModule _HeapNode.swift
[96/1061] Compiling HashTreeCollections _Bitmap.swift
[97/1061] Compiling HashTreeCollections _Bucket.swift
[98/1063] Compiling HashTreeCollections _HashNode+Structural filter.swift
[99/1063] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[100/1063] Compiling HashTreeCollections _HashNode+Storage.swift
[101/1063] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[102/1063] Emitting module HeapModule
[103/1063] Compiling HeapModule Heap.swift
[104/1063] Compiling HeapModule Heap+UnsafeHandle.swift
[105/1063] Compiling HeapModule Heap+Invariants.swift
[107/1064] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[108/1064] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[109/1064] Compiling HashTreeCollections TreeDictionary+Keys.swift
[110/1064] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[111/1064] Compiling HashTreeCollections TreeDictionary+Merge.swift
[112/1064] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[113/1064] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[114/1064] Compiling HashTreeCollections TreeDictionary+Collection.swift
[115/1064] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[116/1064] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[117/1064] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[118/1064] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[119/1064] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[120/1064] Compiling HashTreeCollections TreeDictionary+Filter.swift
[121/1064] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[122/1064] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[123/1071] Compiling DequeModule _DequeSlot.swift
[124/1071] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/1071] Compiling HashTreeCollections TreeSet+Hashable.swift
[126/1071] Compiling HashTreeCollections TreeSet+Sendable.swift
[127/1071] Compiling HashTreeCollections TreeSet+Sequence.swift
[128/1071] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[129/1071] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[130/1071] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[131/1071] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[132/1071] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[133/1071] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[134/1071] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[135/1071] Compiling OrderedCollections OrderedSet+SubSequence.swift
[136/1071] Compiling OrderedCollections OrderedSet+Testing.swift
[137/1071] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[138/1071] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[139/1071] Compiling OrderedCollections OrderedSet.swift
[140/1071] Compiling OrderedCollections _UnsafeBitset.swift
[141/1071] Compiling HashTreeCollections TreeSet+Equatable.swift
[142/1071] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[143/1071] Compiling HashTreeCollections TreeSet+Extras.swift
[144/1071] Compiling HashTreeCollections TreeSet+Filter.swift
[145/1081] Compiling Logging Locks.swift
[146/1081] Compiling Logging MetadataProvider.swift
[147/1081] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[148/1081] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[149/1081] Compiling HashTreeCollections _HashNode+Structural merge.swift
[150/1081] Compiling HashTreeCollections _AncestorHashSlots.swift
[155/1081] Compiling Logging LogHandler.swift
[156/1081] Compiling Logging Logging.swift
[158/1082] Compiling HashTreeCollections _HashStack.swift
[159/1082] Compiling HashTreeCollections _HashTreeIterator.swift
[160/1082] Compiling HashTreeCollections _HashTreeStatistics.swift
[161/1082] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[162/1082] Compiling HashTreeCollections _RawHashNode.swift
[163/1082] Compiling HashTreeCollections _UnmanagedHashNode.swift
[164/1082] Compiling HashTreeCollections _UnsafePath.swift
[165/1082] Compiling HashTreeCollections TreeDictionary+Codable.swift
[166/1082] Compiling HashTreeCollections _HashNode+Structural union.swift
[167/1082] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[168/1082] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[169/1082] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[170/1082] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[171/1082] Compiling HashTreeCollections _HashNode.swift
[172/1082] Compiling HashTreeCollections _HashNodeHeader.swift
[173/1082] Compiling HashTreeCollections _HashSlot.swift
[174/1082] Compiling HashTreeCollections _HashNode+Builder.swift
[175/1082] Compiling HashTreeCollections _HashNode+Debugging.swift
[176/1082] Compiling HashTreeCollections _HashNode+Initializers.swift
[177/1082] Compiling HashTreeCollections _HashNode+Invariants.swift
[178/1082] Compiling HashTreeCollections _HashNode+Lookups.swift
[179/1082] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[180/1082] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[181/1082] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[182/1082] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[183/1082] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[194/1082] Compiling OrderedCollections OrderedSet+Sendable.swift
[227/1091] Emitting module DequeModule
[258/1092] Compiling ssl_stat.cc
[260/1092] Emitting module _RopeModule
[261/1092] Compiling _RopeModule _CharacterRecognizer.swift
[262/1092] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[263/1092] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[264/1092] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[265/1092] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[266/1092] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[267/1092] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[268/1092] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[269/1092] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[270/1092] Compiling HashTreeCollections TreeSet.swift
[289/1092] Compiling ssl_session.cc
[308/1092] Compiling ssl_privkey.cc
[310/1092] Emitting module OrderedCollections
[311/1093] Compiling _RopeModule Rope+Join.swift
[312/1093] Compiling _RopeModule Rope+MutatingForEach.swift
[313/1093] Compiling _RopeModule Rope+Remove.swift
[314/1093] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/1093] Compiling _RopeModule Rope+Split.swift
[316/1093] Compiling _RopeModule Optional Utilities.swift
[317/1093] Compiling _RopeModule String Utilities.swift
[318/1093] Compiling _RopeModule String.Index+ABI.swift
[320/1093] Compiling ssl_key_share.cc
[343/1093] Compiling ssl_file.cc
[344/1093] Compiling ssl_lib.cc
[345/1093] Compiling ssl_cipher.cc
[346/1093] Compiling ssl_buffer.cc
[356/1093] Compiling ssl_credential.cc
[358/1094] Emitting module HashTreeCollections
[360/1095] Compiling ssl_cert.cc
[361/1095] Compiling ssl_asn1.cc
[362/1095] Compiling s3_pkt.cc
[363/1095] Compiling ssl_aead_ctx.cc
[364/1095] Compiling s3_lib.cc
[365/1095] Compiling s3_both.cc
[366/1095] Compiling handshake.cc
[367/1095] Compiling handshake_client.cc
[368/1095] Compiling handshake_server.cc
[369/1095] Compiling handoff.cc
[370/1095] Compiling encrypted_client_hello.cc
[371/1095] Compiling dtls_method.cc
[372/1095] Compiling dtls_record.cc
[373/1095] Compiling md5-x86_64-linux.S
[374/1095] Compiling md5-x86_64-apple.S
[375/1095] Compiling md5-586-linux.S
[376/1095] Compiling md5-586-apple.S
[377/1095] Compiling chacha20_poly1305_x86_64-linux.S
[378/1095] Compiling extensions.cc
[379/1095] Compiling chacha20_poly1305_x86_64-apple.S
[380/1095] Compiling chacha20_poly1305_armv8-win.S
[381/1095] Compiling d1_srtp.cc
[382/1095] Compiling chacha20_poly1305_armv8-apple.S
[383/1095] Compiling chacha20_poly1305_armv8-linux.S
[384/1095] Compiling d1_lib.cc
[385/1095] Compiling chacha-x86_64-linux.S
[385/1095] Compiling chacha-x86_64-apple.S
[385/1095] Compiling chacha-x86-linux.S
[385/1095] Compiling chacha-armv8-win.S
[385/1095] Compiling chacha-x86-apple.S
[385/1095] Compiling err_data.cc
[385/1095] Compiling chacha-armv4-linux.S
[385/1095] Compiling d1_pkt.cc
[385/1095] Compiling chacha-armv8-linux.S
[385/1095] Compiling chacha-armv8-apple.S
[385/1095] Compiling aes128gcmsiv-x86_64-apple.S
[385/1095] Compiling aes128gcmsiv-x86_64-linux.S
[385/1095] Compiling x86_64-mont5-linux.S
[385/1095] Compiling d1_both.cc
[385/1095] Compiling x86_64-mont-linux.S
[385/1095] Compiling x86_64-mont5-apple.S
[385/1095] Compiling x86_64-mont-apple.S
[385/1095] Compiling x86-mont-linux.S
[385/1095] Compiling x86-mont-apple.S
[385/1095] Compiling vpaes-x86_64-linux.S
[385/1095] Compiling bio_ssl.cc
[385/1095] Compiling vpaes-x86-linux.S
[385/1095] Compiling vpaes-x86_64-apple.S
[385/1095] Compiling vpaes-armv8-win.S
[385/1095] Compiling vpaes-x86-apple.S
[385/1095] Compiling vpaes-armv8-linux.S
[385/1095] Compiling vpaes-armv7-linux.S
[385/1095] Compiling vpaes-armv8-apple.S
[385/1095] Compiling sha512-x86_64-linux.S
[385/1095] Compiling sha512-armv8-win.S
[385/1095] Compiling sha512-armv8-apple.S
[385/1095] Compiling sha512-x86_64-apple.S
[385/1095] Compiling sha512-armv8-linux.S
[385/1095] Compiling sha512-586-linux.S
[385/1095] Compiling sha512-armv4-linux.S
[385/1095] Compiling sha256-x86_64-apple.S
[385/1095] Compiling sha256-x86_64-linux.S
[385/1095] Compiling sha512-586-apple.S
[385/1095] Compiling sha256-armv8-win.S
[385/1095] Compiling sha256-armv8-apple.S
[385/1095] Compiling sha256-armv4-linux.S
[385/1095] Compiling sha256-586-linux.S
[385/1095] Compiling sha256-586-apple.S
[385/1095] Compiling sha256-armv8-linux.S
[385/1095] Compiling sha1-x86_64-linux.S
[385/1095] Compiling sha1-x86_64-apple.S
[385/1095] Compiling sha1-armv8-win.S
[385/1095] Compiling sha1-586-linux.S
[385/1095] Compiling sha1-armv8-linux.S
[385/1095] Compiling sha1-armv8-apple.S
[385/1095] Compiling sha1-armv4-large-linux.S
[436/1095] Compiling sha1-586-apple.S
[437/1095] Compiling rsaz-avx2-linux.S
[438/1095] Compiling rsaz-avx2-apple.S
[439/1095] Compiling rdrand-x86_64-linux.S
[440/1095] Compiling p256_beeu-x86_64-asm-apple.S
[441/1095] Compiling p256_beeu-armv8-asm-win.S
[442/1095] Compiling p256_beeu-x86_64-asm-linux.S
[442/1095] Compiling rdrand-x86_64-apple.S
[444/1095] Compiling p256-armv8-asm-win.S
[445/1095] Compiling p256-x86_64-asm-linux.S
[445/1095] Compiling p256_beeu-armv8-asm-apple.S
[445/1095] Compiling p256_beeu-armv8-asm-linux.S
[448/1095] Compiling p256-x86_64-asm-apple.S
[449/1095] Compiling p256-armv8-asm-linux.S
[450/1095] Compiling ghash-x86_64-linux.S
[450/1095] Compiling ghashv8-armv8-win.S
[452/1095] Compiling ghashv8-armv8-apple.S
[453/1095] Compiling ghashv8-armv8-linux.S
[453/1095] Compiling ghash-x86_64-apple.S
[453/1095] Compiling ghashv8-armv7-linux.S
[456/1095] Compiling p256-armv8-asm-apple.S
[457/1095] Compiling ghash-x86-linux.S
[458/1095] Compiling ghash-ssse3-x86_64-linux.S
[459/1095] Compiling ghash-x86-apple.S
[460/1095] Compiling ghash-neon-armv8-win.S
[461/1095] Compiling ghash-ssse3-x86-apple.S
[462/1095] Compiling ghash-ssse3-x86_64-apple.S
[463/1095] Compiling ghash-ssse3-x86-linux.S
[464/1095] Compiling ghash-neon-armv8-apple.S
[465/1095] Compiling ghash-neon-armv8-linux.S
[466/1095] Compiling bn-586-linux.S
[466/1095] Compiling bn-armv8-win.S
[468/1095] Compiling bn-armv8-linux.S
[468/1095] Compiling co-586-apple.S
[468/1095] Compiling bn-armv8-apple.S
[468/1095] Compiling co-586-linux.S
[469/1095] Compiling bsaes-armv7-linux.S
[473/1095] Compiling ghash-armv4-linux.S
[474/1095] Compiling bn-586-apple.S
[475/1095] Compiling armv4-mont-linux.S
[476/1095] Compiling aesv8-gcm-armv8-apple.S
[477/1095] Compiling armv8-mont-apple.S
[478/1095] Compiling armv8-mont-win.S
[478/1095] Compiling aesv8-gcm-armv8-win.S
[480/1095] Compiling armv8-mont-linux.S
[481/1095] Compiling aesv8-gcm-armv8-linux.S
[482/1095] Compiling aesv8-armv8-apple.S
[483/1095] Compiling aesv8-armv8-win.S
[484/1095] Compiling aesni-x86-linux.S
[485/1095] Compiling aesv8-armv7-linux.S
[486/1095] Compiling aesni-x86_64-linux.S
[487/1095] Compiling aesni-x86_64-apple.S
[488/1095] Compiling aesv8-armv8-linux.S
[489/1095] Compiling aesni-x86-apple.S
[490/1095] Compiling aesni-gcm-x86_64-linux.S
[491/1095] Compiling aesni-gcm-x86_64-apple.S
[492/1095] Compiling aes-gcm-avx2-x86_64-apple.S
[493/1095] Compiling aes-gcm-avx2-x86_64-linux.S
[494/1095] Compiling aes-gcm-avx10-x86_64-apple.S
[495/1095] Compiling aes-gcm-avx10-x86_64-linux.S
[496/1095] Compiling x_req.cc
[497/1095] Compiling x_x509a.cc
[498/1095] Compiling x_sig.cc
[499/1095] Compiling x_name.cc
[500/1095] Compiling x_val.cc
[501/1095] Compiling x_pubkey.cc
[502/1095] Compiling x_x509.cc
[503/1095] Compiling x_spki.cc
[504/1095] Compiling x_algor.cc
[505/1095] Compiling x_exten.cc
[506/1095] Compiling x_attrib.cc
[507/1095] Compiling x_crl.cc
[508/1095] Compiling x_all.cc
[509/1095] Compiling x509spki.cc
[510/1095] Compiling x509name.cc
[511/1095] Compiling x509rset.cc
[512/1095] Compiling x509cset.cc
[513/1095] Compiling x509_v3.cc
[514/1095] Compiling x509_vpm.cc
[515/1095] Compiling x509_ext.cc
[516/1095] Compiling x509_txt.cc
[517/1095] Compiling x509_vfy.cc
[518/1095] Compiling x509_lu.cc
[519/1095] Compiling x509_def.cc
[520/1095] Compiling x509_d2.cc
[521/1095] Compiling x509_cmp.cc
[522/1095] Compiling x509.cc
[523/1095] Compiling x509_att.cc
[524/1095] Compiling v3_utl.cc
[525/1095] Compiling v3_pmaps.cc
[526/1095] Compiling v3_prn.cc
[527/1095] Compiling v3_skey.cc
[528/1095] Compiling v3_purp.cc
[529/1095] Compiling v3_lib.cc
[530/1095] Compiling v3_ncons.cc
[531/1095] Compiling v3_ocsp.cc
[532/1095] Compiling v3_int.cc
[533/1095] Compiling v3_pcons.cc
[534/1095] Compiling v3_ia5.cc
[535/1095] Compiling v3_info.cc
[536/1095] Compiling v3_genn.cc
[537/1095] Compiling v3_crld.cc
[538/1095] Compiling v3_cpols.cc
[539/1095] Compiling v3_extku.cc
[540/1095] Compiling v3_enum.cc
[541/1095] Compiling v3_conf.cc
[542/1095] Compiling v3_bcons.cc
[543/1095] Compiling v3_alt.cc
[544/1095] Compiling v3_bitst.cc
[545/1095] Compiling t_req.cc
[546/1095] Compiling v3_akey.cc
[547/1095] Compiling v3_akeya.cc
[548/1095] Compiling t_x509a.cc
[549/1095] Compiling t_x509.cc
[550/1095] Compiling i2d_pr.cc
[551/1095] Compiling rsa_pss.cc
[552/1095] Compiling by_file.cc
[553/1095] Compiling policy.cc
[554/1095] Compiling asn1_gen.cc
[555/1095] Compiling t_crl.cc
[556/1095] Compiling name_print.cc
[557/1095] Compiling by_dir.cc
[558/1095] Compiling algorithm.cc
[559/1095] Compiling a_digest.cc
[560/1095] Compiling thread_win.cc
[561/1095] Compiling voprf.cc
[562/1095] Compiling trust_token.cc
[563/1095] Compiling a_verify.cc
[564/1095] Compiling a_sign.cc
[565/1095] Compiling pmbtoken.cc
[566/1095] Compiling thread_none.cc
[567/1095] Compiling thread_pthread.cc
[568/1095] Compiling thread.cc
[569/1095] Compiling sha512.cc
[570/1095] Compiling stack.cc
[571/1095] Compiling sha256.cc
[572/1095] Compiling sha1.cc
[573/1095] Compiling siphash.cc
[574/1095] Compiling slhdsa.cc
[575/1095] Compiling rsa_print.cc
[576/1095] Compiling rsa_extra.cc
[577/1095] Compiling spake2plus.cc
[578/1095] Compiling rsa_crypt.cc
[579/1095] Compiling rc4.cc
[580/1095] Compiling refcount.cc
[581/1095] Compiling windows.cc
[582/1095] Compiling rsa_asn1.cc
[583/1095] Compiling trusty.cc
[584/1095] Compiling rand.cc
[585/1095] Compiling urandom.cc
[586/1095] Compiling ios.cc
[587/1095] Compiling passive.cc
[588/1095] Compiling deterministic.cc
[589/1095] Compiling poly1305_arm_asm.S
[590/1095] Compiling poly1305_vec.cc
[591/1095] Compiling fork_detect.cc
[592/1095] Compiling forkunsafe.cc
[593/1095] Compiling getentropy.cc
[594/1095] Compiling pool.cc
[595/1095] Compiling poly1305_arm.cc
[596/1095] Compiling poly1305.cc
[597/1095] Compiling pkcs7.cc
[598/1095] Compiling pkcs8_x509.cc
[599/1095] Compiling pkcs8.cc
[600/1095] Compiling p5_pbev2.cc
[601/1095] Compiling pem_xaux.cc
[602/1095] Compiling pkcs7_x509.cc
[603/1095] Compiling pem_pkey.cc
[604/1095] Compiling pem_x509.cc
[605/1095] Compiling pem_pk8.cc
[606/1095] Compiling pem_info.cc
[607/1095] Compiling pem_all.cc
[608/1095] Compiling obj_xref.cc
[609/1095] Compiling pem_lib.cc
[610/1095] Compiling mlkem.cc
[611/1095] Compiling mldsa.cc
[612/1095] Compiling pem_oth.cc
[613/1095] Compiling poly_rq_mul.S
[614/1095] Compiling mem.cc
[615/1095] Compiling fips_shared_support.cc
[616/1095] Compiling obj.cc
[617/1095] Compiling md5.cc
[618/1095] Compiling md4.cc
[619/1095] Compiling lhash.cc
[620/1095] Compiling hrss.cc
[621/1095] Compiling kyber.cc
[622/1095] Compiling ex_data.cc
[623/1095] Compiling hpke.cc
[624/1095] Compiling sign.cc
[625/1095] Compiling scrypt.cc
[626/1095] Compiling print.cc
[627/1095] Compiling pbkdf.cc
[628/1095] Compiling p_x25519.cc
[629/1095] Compiling p_rsa_asn1.cc
[630/1095] Compiling p_x25519_asn1.cc
[631/1095] Compiling p_hkdf.cc
[632/1095] Compiling p_rsa.cc
[633/1095] Compiling p_ed25519.cc
[634/1095] Compiling p_ed25519_asn1.cc
[635/1095] Compiling p_ec.cc
[636/1095] Compiling p_ec_asn1.cc
[637/1095] Compiling p_dsa_asn1.cc
[638/1095] Compiling p_dh_asn1.cc
[639/1095] Compiling p_dh.cc
[640/1095] Compiling evp_ctx.cc
[641/1095] Compiling evp.cc
[642/1095] Compiling err.cc
[643/1095] Compiling evp_asn1.cc
[644/1095] Compiling engine.cc
[645/1095] Compiling hash_to_curve.cc
[646/1095] Compiling ecdsa_asn1.cc
[647/1095] Compiling ecdh.cc
[648/1095] Compiling ec_derive.cc
[649/1095] Compiling ec_asn1.cc
[650/1095] Compiling dsa.cc
[651/1095] Compiling dsa_asn1.cc
[652/1095] Compiling bcm.cc
[653/1095] Compiling x25519-asm-arm.S
[654/1095] Compiling params.cc
[655/1095] Compiling digest_extra.cc
[656/1095] Compiling des.cc
[657/1095] Compiling dh_asn1.cc
[658/1095] Compiling cpu_intel.cc
[659/1095] Compiling curve25519_64_adx.cc
[660/1095] Compiling crypto.cc
[661/1095] Compiling cpu_arm_freebsd.cc
[662/1095] Compiling cpu_arm_linux.cc
[663/1095] Compiling cpu_aarch64_openbsd.cc
[664/1095] Compiling cpu_aarch64_win.cc
[664/1095] Compiling cpu_aarch64_sysreg.cc
[665/1095] Compiling curve25519.cc
[666/1095] Compiling spake25519.cc
[668/1095] Compiling cpu_aarch64_linux.cc
[669/1095] Compiling cpu_aarch64_fuchsia.cc
[670/1095] Compiling cpu_aarch64_apple.cc
[671/1095] Compiling e_tls.cc
[672/1095] Compiling get_cipher.cc
[673/1095] Compiling tls_cbc.cc
[674/1095] Compiling e_rc2.cc
[675/1095] Compiling conf.cc
[676/1095] Compiling e_rc4.cc
[677/1095] Compiling e_null.cc
[678/1095] Compiling e_des.cc
[679/1095] Compiling e_chacha20poly1305.cc
[680/1095] Compiling e_aesgcmsiv.cc
[681/1095] Compiling chacha.cc
[682/1095] Compiling derive_key.cc
[683/1095] Compiling e_aesctrhmac.cc
[684/1095] Compiling unicode.cc
[685/1095] Compiling buf.cc
[686/1095] Compiling cbb.cc
[687/1095] Compiling ber.cc
[688/1095] Compiling cbs.cc
[689/1095] Compiling bn_asn1.cc
[690/1095] Compiling asn1_compat.cc
[691/1095] Compiling convert.cc
[692/1095] Compiling blake2.cc
[693/1095] Compiling socket_helper.cc
[694/1095] Compiling printf.cc
[695/1095] Compiling socket.cc
[696/1095] Compiling file.cc
[697/1095] Compiling fd.cc
[698/1095] Compiling pair.cc
[699/1095] Compiling hexdump.cc
[700/1095] Compiling errno.cc
[701/1095] Compiling connect.cc
[702/1095] Compiling bio_mem.cc
[703/1095] Compiling base64.cc
[704/1095] Compiling bio.cc
[705/1095] Compiling tasn_typ.cc
[706/1095] Compiling tasn_enc.cc
[707/1095] Compiling tasn_fre.cc
[708/1095] Compiling tasn_new.cc
[709/1095] Compiling f_string.cc
[710/1095] Compiling tasn_utl.cc
[711/1095] Compiling asn_pack.cc
[712/1095] Compiling tasn_dec.cc
[713/1095] Compiling asn1_par.cc
[714/1095] Compiling f_int.cc
[715/1095] Compiling posix_time.cc
[716/1095] Compiling asn1_lib.cc
[717/1095] Compiling a_utctm.cc
[718/1095] Compiling a_strex.cc
[719/1095] Compiling a_octet.cc
[720/1095] Compiling a_strnid.cc
[721/1095] Compiling a_object.cc
[722/1095] Compiling a_type.cc
[723/1095] Compiling a_time.cc
[724/1095] Compiling a_mbstr.cc
[725/1095] Compiling a_dup.cc
[726/1095] Compiling a_d2i_fp.cc
[727/1095] Compiling a_bitstr.cc
[728/1095] Compiling a_i2d_fp.cc
[729/1095] Compiling fiat_p256_adx_sqr.S
[730/1095] Compiling a_bool.cc
[731/1095] Compiling a_gentm.cc
[732/1095] Compiling a_int.cc
[733/1095] Compiling CCryptoBoringSSLShims shims.c
[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
[737/1095] Compiling md5-x86_64-linux.S
[739/1095] Compiling md5-586-apple.S
[740/1095] Compiling chacha20_poly1305_x86_64-linux.S
[741/1095] Compiling md5-586-linux.S
[742/1095] Compiling chacha20_poly1305_armv8-linux.S
[742/1095] Compiling chacha-x86_64-linux.S
[744/1095] Compiling chacha20_poly1305_x86_64-apple.S
[745/1095] Compiling chacha20_poly1305_armv8-apple.S
[746/1095] Compiling chacha20_poly1305_armv8-win.S
[747/1095] Compiling err_data.cc
[748/1095] Compiling chacha-x86-linux.S
[749/1095] Compiling chacha-x86-apple.S
[749/1095] Compiling chacha-x86_64-apple.S
[751/1095] Compiling chacha-armv8-win.S
[752/1095] Compiling chacha-armv8-apple.S
[753/1095] Compiling chacha-armv8-linux.S
[754/1095] Compiling aes128gcmsiv-x86_64-linux.S
[755/1095] Compiling chacha-armv4-linux.S
[756/1095] Compiling x86_64-mont5-linux.S
[757/1095] Compiling aes128gcmsiv-x86_64-apple.S
[758/1095] Compiling x86_64-mont-linux.S
[759/1095] Compiling x86_64-mont-apple.S
[760/1095] Compiling x86_64-mont5-apple.S
[761/1095] Compiling x86-mont-linux.S
[762/1095] Compiling x86-mont-apple.S
[763/1095] Compiling vpaes-x86_64-linux.S
[764/1095] Compiling vpaes-x86_64-apple.S
[765/1095] Compiling vpaes-x86-apple.S
[765/1095] Compiling vpaes-armv8-win.S
[767/1095] Compiling vpaes-x86-linux.S
[768/1095] Compiling vpaes-armv8-apple.S
[769/1095] Compiling vpaes-armv8-linux.S
[770/1095] Compiling vpaes-armv7-linux.S
[771/1095] Compiling sha512-x86_64-linux.S
[772/1095] Compiling sha512-x86_64-apple.S
[773/1095] Compiling sha512-armv8-apple.S
[774/1095] Compiling sha512-armv8-win.S
[775/1095] Compiling sha512-armv8-linux.S
[775/1095] Compiling c-nioatomics.c
[777/1095] Compiling sha512-armv4-linux.S
[777/1095] Compiling sha512-586-linux.S
[779/1095] Compiling sha256-x86_64-apple.S
[780/1095] Compiling sha512-586-apple.S
[781/1095] Compiling sha256-armv8-win.S
[782/1095] Compiling sha256-x86_64-linux.S
[783/1095] Compiling sha256-armv8-linux.S
[784/1095] Compiling sha256-586-apple.S
[784/1095] Compiling sha256-armv8-apple.S
[786/1095] Compiling sha256-586-linux.S
[786/1095] Compiling sha256-armv4-linux.S
[788/1095] Compiling sha1-x86_64-linux.S
[789/1095] Compiling sha1-x86_64-apple.S
[790/1095] Compiling sha1-armv8-apple.S
[791/1095] Compiling sha1-armv8-win.S
[792/1095] Compiling sha1-armv8-linux.S
[793/1095] Compiling rsaz-avx2-linux.S
[794/1095] Compiling sha1-armv4-large-linux.S
[795/1095] Compiling sha1-586-linux.S
[796/1095] Compiling sha1-586-apple.S
[797/1095] Compiling rsaz-avx2-apple.S
[798/1095] Compiling rdrand-x86_64-linux.S
[799/1095] Compiling rdrand-x86_64-apple.S
[800/1095] Compiling p256_beeu-x86_64-asm-apple.S
[801/1095] Compiling p256_beeu-x86_64-asm-linux.S
[802/1095] Compiling p256_beeu-armv8-asm-win.S
[803/1095] Compiling p256_beeu-armv8-asm-linux.S
[804/1095] Compiling p256_beeu-armv8-asm-apple.S
[805/1095] Compiling p256-x86_64-asm-apple.S
[806/1095] Compiling ghashv8-armv8-win.S
[807/1095] Compiling p256-x86_64-asm-linux.S
[808/1095] Compiling ghashv8-armv8-linux.S
[809/1095] Compiling ghashv8-armv8-apple.S
[810/1095] Compiling ghash-x86_64-linux.S
[811/1095] Compiling ghash-x86_64-apple.S
[811/1095] Compiling ghashv8-armv7-linux.S
[813/1095] Compiling ghash-ssse3-x86_64-linux.S
[814/1095] Compiling ghash-x86-apple.S
[815/1095] Compiling ghash-ssse3-x86_64-apple.S
[816/1095] Compiling ghash-x86-linux.S
[817/1095] Compiling ghash-ssse3-x86-linux.S
[818/1095] Compiling ghash-ssse3-x86-apple.S
[819/1095] Compiling ghash-neon-armv8-win.S
[820/1095] Compiling c-atomics.c
[821/1095] Compiling ghash-neon-armv8-linux.S
[822/1095] Compiling ghash-neon-armv8-apple.S
[822/1095] Compiling co-586-apple.S
[824/1095] Compiling ghash-armv4-linux.S
[825/1095] Compiling co-586-linux.S
[826/1095] Compiling bn-armv8-win.S
[827/1095] Compiling bn-armv8-linux.S
[828/1095] Compiling bsaes-armv7-linux.S
[829/1095] Compiling bn-586-linux.S
[830/1095] Compiling bn-586-apple.S
[830/1095] Compiling bn-armv8-apple.S
[832/1095] Compiling armv8-mont-win.S
[833/1095] Compiling armv8-mont-apple.S
[834/1095] Compiling armv4-mont-linux.S
[835/1095] Compiling armv8-mont-linux.S
[836/1095] Compiling aesv8-gcm-armv8-win.S
[837/1095] Compiling aesv8-gcm-armv8-apple.S
[838/1095] Compiling aesv8-armv8-win.S
[839/1095] Compiling aesv8-gcm-armv8-linux.S
[840/1095] Compiling aesv8-armv8-apple.S
[841/1095] Compiling aesv8-armv8-linux.S
[842/1095] Compiling aesv8-armv7-linux.S
[843/1095] Compiling aesni-x86_64-apple.S
[844/1095] Compiling aesni-x86_64-linux.S
[845/1095] Compiling aesni-x86-linux.S
[846/1096] Compiling aesni-x86-apple.S
[847/1099] Compiling aes-gcm-avx10-x86_64-linux.S
[848/1101] Compiling aesni-gcm-x86_64-apple.S
[849/1101] Compiling aesni-gcm-x86_64-linux.S
[849/1101] Compiling aes-gcm-avx10-x86_64-apple.S
[852/1101] Compiling NIOConcurrencyHelpers lock.swift
[853/1101] Compiling NIOConcurrencyHelpers NIOLock.swift
[853/1101] Compiling x_x509a.cc
[855/1101] Emitting module NIOConcurrencyHelpers
[856/1101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[857/1101] Compiling NIOConcurrencyHelpers atomics.swift
[858/1101] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[858/1101] Compiling x_spki.cc
[859/1102] Compiling x_req.cc
[860/1102] Compiling x_x509.cc
[861/1102] Compiling x_pubkey.cc
[863/1102] Compiling x_sig.cc
[864/1102] Compiling x_val.cc
[865/1102] Compiling x_name.cc
[866/1102] Compiling x_attrib.cc
[867/1102] Compiling x_crl.cc
[868/1102] Compiling x_exten.cc
[869/1102] Compiling x_algor.cc
[870/1102] Compiling x509spki.cc
[871/1102] Compiling x_all.cc
[872/1102] Compiling x509rset.cc
[873/1102] Compiling x509name.cc
[874/1102] Compiling x509_v3.cc
[875/1102] Compiling x509_vfy.cc
[876/1102] Compiling x509_vpm.cc
[877/1102] Compiling x509_trs.cc
[878/1102] Compiling x509_txt.cc
[879/1102] Compiling x509cset.cc
[880/1102] Compiling x509_set.cc
[881/1102] Compiling x509_req.cc
[882/1102] Compiling x509_obj.cc
[883/1102] Compiling x509_def.cc
[884/1102] Compiling x509_d2.cc
[885/1102] Compiling x509_lu.cc
[886/1102] Compiling x509_ext.cc
[887/1102] Compiling x509_att.cc
[888/1102] Compiling x509_cmp.cc
[889/1102] Compiling x509.cc
[890/1102] Compiling v3_pmaps.cc
[891/1102] Compiling v3_skey.cc
[892/1102] Compiling v3_utl.cc
[893/1102] Compiling v3_pcons.cc
[894/1102] Compiling v3_prn.cc
[895/1102] Compiling v3_purp.cc
[896/1102] Compiling v3_ocsp.cc
[897/1102] Compiling v3_ncons.cc
[898/1102] Compiling v3_int.cc
[899/1102] Compiling v3_lib.cc
[900/1102] Compiling v3_info.cc
[901/1102] Compiling v3_ia5.cc
[902/1102] Compiling v3_genn.cc
[903/1102] Compiling v3_extku.cc
[904/1102] Compiling v3_enum.cc
[905/1102] Compiling v3_crld.cc
[906/1102] Compiling v3_conf.cc
[907/1102] Compiling v3_cpols.cc
[908/1102] Compiling v3_bitst.cc
[909/1102] Compiling v3_alt.cc
[909/1102] Compiling v3_bcons.cc
[911/1102] Compiling v3_akeya.cc
[912/1102] Compiling v3_akey.cc
[913/1102] Compiling t_x509a.cc
[914/1102] Compiling t_req.cc
[915/1102] Compiling t_x509.cc
[916/1102] Compiling i2d_pr.cc
[917/1102] Compiling t_crl.cc
[918/1102] Compiling by_file.cc
[918/1102] Compiling name_print.cc
[920/1102] Compiling rsa_pss.cc
[921/1102] Compiling policy.cc
[922/1102] Compiling by_dir.cc
[923/1102] Compiling asn1_gen.cc
[924/1102] Compiling voprf.cc
[925/1102] Compiling trust_token.cc
[926/1102] Compiling a_sign.cc
[927/1102] Compiling algorithm.cc
[928/1102] Compiling a_verify.cc
[929/1102] Compiling a_digest.cc
[930/1102] Compiling thread_win.cc
[931/1102] Compiling pmbtoken.cc
[932/1102] Compiling thread_pthread.cc
[933/1102] Compiling thread_none.cc
[934/1102] Compiling thread.cc
[935/1102] Compiling wots.cc
[936/1102] Compiling stack.cc
[937/1102] Compiling thash.cc
[938/1102] Compiling merkle.cc
[938/1102] Compiling slhdsa.cc
[940/1102] Compiling sha256.cc
[941/1102] Compiling fors.cc
[942/1102] Compiling siphash.cc
[943/1102] Compiling sha512.cc
[944/1102] Compiling sha1.cc
[945/1102] Compiling rsa_print.cc
[946/1102] Compiling rsa_extra.cc
[947/1102] Compiling refcount.cc
[948/1102] Compiling rsa_crypt.cc
[949/1102] Compiling rc4.cc
[950/1102] Compiling windows.cc
[951/1102] Compiling urandom.cc
[952/1102] Compiling rsa_asn1.cc
[953/1102] Compiling trusty.cc
[954/1102] Compiling rand_extra.cc
[955/1102] Compiling getentropy.cc
[956/1102] Compiling poly1305_arm_asm.S
[957/1102] Compiling deterministic.cc
[958/1102] Compiling passive.cc
[959/1102] Compiling ios.cc
[960/1102] Compiling forkunsafe.cc
[961/1102] Compiling fork_detect.cc
[962/1102] Compiling pool.cc
[963/1102] Compiling poly1305_vec.cc
[964/1102] Compiling poly1305_arm.cc
[965/1102] Compiling poly1305.cc
[966/1102] Compiling pkcs8.cc
[967/1102] Compiling p5_pbev2.cc
[968/1102] Compiling pkcs7.cc
[969/1102] Compiling pkcs7_x509.cc
[970/1102] Compiling pkcs8_x509.cc
[971/1102] Compiling pem_x509.cc
[972/1102] Compiling pem_xaux.cc
[973/1102] Compiling pem_pkey.cc
[974/1102] Compiling pem_pk8.cc
[975/1102] Compiling pem_oth.cc
[976/1102] Compiling obj_xref.cc
[977/1102] Compiling pem_info.cc
[978/1102] Compiling obj.cc
[979/1102] Compiling pem_lib.cc
[980/1102] Compiling mldsa.cc
[981/1102] Compiling pem_all.cc
[982/1102] Compiling lhash.cc
[983/1102] Compiling poly_rq_mul.S
[984/1102] Compiling fips_shared_support.cc
[985/1102] Compiling mlkem.cc
[986/1102] Compiling mem.cc
[987/1102] Compiling md5.cc
[988/1102] Compiling md4.cc
[989/1102] Compiling hpke.cc
[990/1102] Compiling kyber.cc
[991/1102] Compiling ex_data.cc
[992/1102] Compiling sign.cc
[993/1102] Compiling scrypt.cc
[994/1102] Compiling hrss.cc
[995/1102] Compiling print.cc
[996/1102] Compiling pbkdf.cc
[997/1102] Compiling p_x25519.cc
[998/1102] Compiling p_x25519_asn1.cc
[999/1102] Compiling p_rsa_asn1.cc
[1000/1102] Compiling p_hkdf.cc
[1001/1102] Compiling p_rsa.cc
[1002/1102] Compiling p_ed25519_asn1.cc
[1003/1102] Compiling p_ed25519.cc
[1004/1102] Compiling p_ec_asn1.cc
[1005/1102] Compiling p_ec.cc
[1006/1102] Compiling p_dh.cc
[1007/1102] Compiling p_dh_asn1.cc
[1008/1102] Compiling evp_ctx.cc
[1009/1102] Compiling p_dsa_asn1.cc
[1010/1102] Compiling evp_asn1.cc
[1011/1102] Compiling evp.cc
[1012/1102] Compiling err.cc
[1013/1102] Compiling ecdsa_asn1.cc
[1014/1102] Compiling engine.cc
[1015/1102] Compiling ecdh_extra.cc
[1016/1102] Compiling hash_to_curve.cc
[1017/1102] Compiling ec_derive.cc
[1018/1102] Compiling dsa_asn1.cc
[1019/1102] Compiling ec_asn1.cc
[1020/1102] Compiling dsa.cc
[1021/1102] Compiling params.cc
[1022/1102] Compiling bcm.cc
[1023/1102] Compiling digest_extra.cc
[1024/1102] Compiling dh_asn1.cc
[1024/1102] Compiling x25519-asm-arm.S
[1026/1102] Compiling des.cc
[1027/1102] Compiling cpu_arm_linux.cc
[1028/1102] Compiling curve25519_64_adx.cc
[1029/1102] Compiling crypto.cc
[1030/1102] Compiling cpu_intel.cc
[1031/1102] Compiling spake25519.cc
[1032/1102] Compiling curve25519.cc
[1033/1102] Compiling cpu_aarch64_win.cc
[1034/1102] Compiling cpu_arm_freebsd.cc
[1035/1102] Compiling cpu_aarch64_linux.cc
[1036/1102] Compiling cpu_aarch64_fuchsia.cc
[1037/1102] Compiling cpu_aarch64_openbsd.cc
[1038/1102] Compiling cpu_aarch64_sysreg.cc
[1039/1102] Compiling tls_cbc.cc
[1040/1102] Compiling cpu_aarch64_apple.cc
[1041/1102] Compiling e_tls.cc
[1042/1102] Compiling conf.cc
[1043/1102] Compiling e_rc4.cc
[1044/1102] Compiling e_rc2.cc
[1045/1102] Compiling e_null.cc
[1046/1102] Compiling e_chacha20poly1305.cc
[1047/1102] Compiling e_des.cc
[1048/1102] Compiling e_aesgcmsiv.cc
[1049/1102] Compiling e_aesctrhmac.cc
[1050/1102] Compiling derive_key.cc
[1051/1102] Compiling cipher_extra.cc
[1052/1102] Compiling unicode.cc
[1053/1102] Compiling chacha.cc
[1054/1102] Compiling cbb.cc
[1055/1102] Compiling buf.cc
[1056/1102] Compiling ber.cc
[1057/1102] Compiling blake2.cc
[1058/1102] Compiling asn1_compat.cc
[1058/1102] Compiling convert.cc
[1060/1102] Compiling cbs.cc
[1061/1102] Compiling bn_asn1.cc
[1062/1102] Compiling pair.cc
[1063/1102] Compiling hexdump.cc
[1064/1102] Compiling printf.cc
[1065/1102] Compiling fd.cc
[1066/1102] Compiling file.cc
[1067/1102] Compiling errno.cc
[1068/1102] Compiling bio_mem.cc
[1069/1102] Compiling bio.cc
[1070/1102] Compiling tasn_utl.cc
[1071/1102] Compiling tasn_fre.cc
[1072/1102] Compiling tasn_typ.cc
[1073/1102] Compiling base64.cc
[1074/1102] Compiling tasn_enc.cc
[1075/1102] Compiling tasn_new.cc
[1076/1102] Compiling f_string.cc
[1077/1102] Compiling f_int.cc
[1078/1102] Compiling tasn_dec.cc
[1079/1102] Compiling asn_pack.cc
[1080/1102] Compiling posix_time.cc
[1081/1102] Compiling asn1_par.cc
[1082/1102] Compiling asn1_lib.cc
[1083/1102] Compiling a_utctm.cc
[1084/1102] Compiling a_time.cc
[1085/1102] Compiling a_octet.cc
[1086/1102] Compiling a_type.cc
[1087/1102] Compiling a_strnid.cc
[1088/1102] Compiling a_strex.cc
[1089/1102] Compiling a_mbstr.cc
[1090/1102] Compiling a_object.cc
[1091/1102] Write sources
[1094/1102] Compiling a_i2d_fp.cc
[1095/1102] Compiling a_d2i_fp.cc
[1096/1102] Write sources
[1097/1102] Compiling a_int.cc
[1098/1102] Compiling a_dup.cc
[1099/1155] Compiling a_gentm.cc
[1100/1172] Compiling a_bitstr.cc
[1101/1174] Compiling a_bool.cc
[1103/1199] Compiling Algorithms EitherSequence.swift
[1104/1199] Compiling Algorithms FirstNonNil.swift
[1105/1199] Compiling Algorithms Joined.swift
[1106/1201] Emitting module BitCollections
[1107/1216] Compiling Algorithms Permutations.swift
[1108/1216] Compiling Algorithms Product.swift
[1109/1216] Compiling Algorithms RandomSample.swift
[1110/1216] Compiling Algorithms Reductions.swift
[1111/1216] Compiling Algorithms Rotate.swift
[1112/1216] Compiling Algorithms FlattenCollection.swift
[1113/1216] Compiling BitCollections BitSet+Initializers.swift
[1114/1216] Compiling BitCollections BitSet+Invariants.swift
[1115/1216] Compiling BitCollections BitSet+Random.swift
[1116/1216] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1117/1216] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1118/1216] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1119/1216] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1120/1216] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1121/1216] Compiling BitCollections BitSet+CustomReflectable.swift
[1122/1216] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1123/1216] Compiling BitCollections BitSet+Equatable.swift
[1124/1216] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1125/1216] Compiling BitCollections BitSet+Extras.swift
[1126/1216] Compiling BitCollections BitSet+Hashable.swift
[1127/1216] Compiling Atomics IntegerOperations.swift
[1128/1216] Compiling Atomics Unmanaged extensions.swift
[1129/1216] Compiling Algorithms Keyed.swift
[1130/1216] Compiling Algorithms MinMax.swift
[1131/1216] Compiling Algorithms Partition.swift
[1132/1216] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1133/1216] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1134/1216] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1135/1216] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1136/1216] Compiling BitCollections BitSet+SetAlgebra union.swift
[1137/1216] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1138/1216] Compiling BitCollections BitSet.Counted.swift
[1139/1216] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1140/1216] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1141/1216] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1142/1216] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1143/1216] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1144/1216] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1145/1216] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1146/1216] Compiling Algorithms Compacted.swift
[1147/1216] Compiling Algorithms Cycle.swift
[1156/1219] Compiling Algorithms Split.swift
[1157/1219] Compiling Algorithms Stride.swift
[1158/1219] Compiling Algorithms Suffix.swift
[1159/1219] Compiling BitCollections BitSet.Index.swift
[1160/1219] Compiling BitCollections BitSet._UnsafeHandle.swift
[1161/1219] Compiling BitCollections BitSet.swift
[1162/1219] Compiling BitCollections Range+Utilities.swift
[1163/1219] Compiling BitCollections Slice+Utilities.swift
[1164/1219] Compiling BitCollections UInt+Tricks.swift
[1165/1219] Compiling BitCollections _Word.swift
[1166/1219] Compiling Algorithms AdjacentPairs.swift
[1167/1219] Compiling Algorithms Chain.swift
[1168/1219] Compiling Algorithms Chunked.swift
[1169/1219] Compiling Algorithms Combinations.swift
[1180/1219] Compiling Algorithms Intersperse.swift
[1198/1220] Compiling Algorithms Trim.swift
[1199/1220] Compiling Algorithms Unique.swift
[1200/1220] Compiling Algorithms Windows.swift
[1205/1222] Emitting module Collections
[1206/1222] Compiling Collections Collections.swift
[1208/1223] Emitting module Atomics
[1216/1224] Compiling CryptoBoringWrapper RandomBytes.swift
[1217/1284] Emitting module Algorithms
[1219/1285] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1220/1285] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1221/1285] Emitting module CryptoBoringWrapper
[1222/1285] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1223/1285] Compiling NIOCore MulticastChannel.swift
[1224/1285] Compiling NIOCore NIOAny.swift
[1225/1285] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1226/1285] Compiling NIOCore NIOLoopBound.swift
[1227/1285] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1228/1285] Compiling NIOCore NIOScheduledCallback.swift
[1229/1285] Compiling NIOCore NIOSendable.swift
[1230/1285] Compiling NIOCore RecvByteBufferAllocator.swift
[1231/1293] Compiling CryptoBoringWrapper EllipticCurve.swift
[1232/1293] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1233/1293] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1235/1302] Compiling NIOCore IO.swift
[1236/1302] Compiling NIOCore IOData.swift
[1237/1302] Compiling NIOCore IPProtocol.swift
[1238/1302] Compiling NIOCore IntegerBitPacking.swift
[1239/1302] Compiling NIOCore IntegerTypes.swift
[1240/1302] Compiling NIOCore Interfaces.swift
[1241/1302] Compiling NIOCore Linux.swift
[1242/1302] Compiling NIOCore MarkedCircularBuffer.swift
[1243/1365] Compiling Crypto DHKEM.swift
[1244/1365] Compiling Crypto HPKE-KEM-Curve25519.swift
[1245/1365] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1246/1365] Compiling Crypto HPKE-KEM.swift
[1247/1365] Compiling Crypto HPKE-Errors.swift
[1248/1365] Compiling Crypto HKDF.swift
[1249/1365] Compiling Crypto AESWrap.swift
[1250/1365] Compiling Crypto AESWrap_boring.swift
[1251/1365] Compiling Crypto HashFunctions.swift
[1252/1365] Compiling Crypto HashFunctions_SHA2.swift
[1253/1365] Compiling Crypto HPKE-AEAD.swift
[1254/1365] Compiling Crypto HPKE-Ciphersuite.swift
[1255/1365] Compiling Crypto HPKE-KDF.swift
[1256/1365] Compiling Crypto HPKE-KexKeyDerivation.swift
[1257/1365] Compiling Crypto HPKE-LabeledExtract.swift
[1258/1365] Compiling Crypto HPKE-Utils.swift
[1269/1374] Emitting module Crypto
[1270/1374] Compiling Crypto Ed25519.swift
[1271/1374] Compiling Crypto HPKE.swift
[1272/1374] Compiling Crypto HPKE-Context.swift
[1273/1374] Compiling Crypto HPKE-KeySchedule.swift
[1274/1374] Compiling Crypto HPKE-Modes.swift
[1275/1374] Compiling Crypto Insecure.swift
[1276/1374] Compiling Crypto Insecure_HashFunctions.swift
[1277/1374] Compiling Crypto KEM.swift
[1278/1374] Compiling Crypto PKCS8PrivateKey.swift
[1279/1374] Compiling Crypto SEC1PrivateKey.swift
[1280/1374] Compiling Crypto SubjectPublicKeyInfo.swift
[1281/1374] Compiling Crypto CryptoKitErrors.swift
[1282/1374] Compiling Crypto Digest_boring.swift
[1283/1374] Compiling Crypto Digest.swift
[1284/1374] Compiling Crypto Digests.swift
[1288/1374] Compiling Crypto SymmetricKeys.swift
[1289/1374] Compiling Crypto HMAC.swift
[1290/1374] Compiling Crypto MACFunctions.swift
[1291/1374] Compiling Crypto MessageAuthenticationCode.swift
[1292/1374] Compiling Crypto AES.swift
[1293/1374] Compiling Crypto ECDSASignature_boring.swift
[1294/1374] Compiling Crypto ECDSA_boring.swift
[1295/1374] Compiling Crypto EdDSA_boring.swift
[1296/1374] Compiling Crypto ECDSA.swift
[1301/1374] Compiling Crypto Ed25519_boring.swift
[1302/1374] Compiling Crypto NISTCurvesKeys_boring.swift
[1303/1374] Compiling Crypto X25519Keys_boring.swift
[1304/1374] Compiling Crypto Curve25519.swift
[1305/1374] Compiling Crypto Ed25519Keys.swift
[1306/1374] Compiling Crypto NISTCurvesKeys.swift
[1307/1374] Compiling Crypto X25519Keys.swift
[1315/1374] Compiling Crypto ECDH_boring.swift
[1316/1374] Compiling Crypto DH.swift
[1317/1374] Compiling Crypto ECDH.swift
[1318/1374] Compiling Crypto ASN1Identifier.swift
[1319/1374] Compiling Crypto ASN1Integer.swift
[1320/1374] Compiling Crypto ASN1Null.swift
[1321/1374] Compiling Crypto ASN1OctetString.swift
[1322/1374] Compiling Crypto ASN1Strings.swift
[1323/1374] Compiling Crypto ArraySliceBigint.swift
[1324/1374] Compiling Crypto GeneralizedTime.swift
[1325/1374] Compiling Crypto ObjectIdentifier.swift
[1326/1374] Compiling Crypto ECDSASignature.swift
[1327/1374] Compiling Crypto PEMDocument.swift
[1328/1374] Compiling Crypto AES-GCM.swift
[1329/1374] Compiling Crypto AES-GCM_boring.swift
[1330/1374] Compiling Crypto ChaChaPoly_boring.swift
[1331/1374] Compiling Crypto ChaChaPoly.swift
[1332/1374] Compiling Crypto Cipher.swift
[1333/1374] Compiling Crypto Nonces.swift
[1334/1374] Compiling Crypto ASN1.swift
[1335/1374] Compiling Crypto ASN1Any.swift
[1336/1374] Compiling Crypto ASN1BitString.swift
[1337/1374] Compiling Crypto ASN1Boolean.swift
[1338/1374] Compiling Crypto Signature.swift
[1339/1374] Compiling Crypto CryptoKitErrors_boring.swift
[1340/1374] Compiling Crypto RNG_boring.swift
[1341/1374] Compiling Crypto SafeCompare_boring.swift
[1342/1374] Compiling Crypto Zeroization_boring.swift
[1343/1374] Compiling Crypto PrettyBytes.swift
[1344/1374] Compiling Crypto SafeCompare.swift
[1345/1374] Compiling Crypto SecureBytes.swift
[1346/1374] Compiling Crypto Zeroization.swift
[1348/1375] Emitting module NIOCore
[1377/1426] Emitting module NIOEmbedded
[1378/1426] Compiling NIOEmbedded AsyncTestingChannel.swift
[1379/1426] Compiling NIOEmbedded Embedded.swift
[1380/1426] Compiling NIOEmbedded AsyncTestingEventLoop.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] Compiling NIOPosix ThreadPosix.swift
[1390/1433] Compiling NIOPosix ThreadWindows.swift
[1391/1433] Compiling NIOPosix UnsafeTransfer.swift
[1392/1433] Compiling NIOPosix Utilities.swift
[1393/1433] Compiling NIOPosix VsockAddress.swift
[1394/1433] Compiling NIOPosix VsockChannelEvents.swift
[1395/1433] Compiling NIOPosix SelectableChannel.swift
[1396/1433] Compiling NIOPosix SelectableEventLoop.swift
[1397/1433] Compiling NIOPosix SelectorEpoll.swift
[1398/1433] Compiling NIOPosix SelectorGeneric.swift
[1399/1433] Compiling NIOPosix SelectorKqueue.swift
[1400/1433] Compiling NIOPosix SelectorUring.swift
[1401/1433] Compiling NIOPosix ServerSocket.swift
[1402/1433] Compiling NIOPosix Socket.swift
[1403/1433] Compiling NIOPosix SocketChannel.swift
[1404/1433] Compiling NIOPosix SocketProtocols.swift
[1405/1433] Compiling NIOPosix System.swift
[1406/1433] Compiling NIOPosix Thread.swift
[1407/1433] Compiling NIOPosix Pool.swift
[1408/1433] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1409/1433] Compiling NIOPosix PosixSingletons.swift
[1410/1433] Compiling NIOPosix RawSocketBootstrap.swift
[1411/1433] Compiling NIOPosix Resolver.swift
[1412/1433] Compiling NIOPosix Selectable.swift
[1413/1433] Emitting module NIOPosix
[1414/1433] Compiling NIOPosix Bootstrap.swift
[1415/1433] Compiling NIOPosix ControlMessage.swift
[1416/1433] Compiling NIOPosix DatagramVectorReadManager.swift
[1417/1433] Compiling NIOPosix Errors+Any.swift
[1418/1433] Compiling NIOPosix FileDescriptor.swift
[1419/1433] Compiling NIOPosix GetaddrinfoResolver.swift
[1420/1433] Compiling NIOPosix HappyEyeballs.swift
[1421/1433] Compiling NIOPosix BSDSocketAPICommon.swift
[1422/1433] Compiling NIOPosix BSDSocketAPIPosix.swift
[1423/1433] Compiling NIOPosix BSDSocketAPIWindows.swift
[1424/1433] Compiling NIOPosix BaseSocket.swift
[1425/1433] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1426/1433] Compiling NIOPosix BaseSocketChannel.swift
[1427/1433] Compiling NIOPosix BaseStreamSocketChannel.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] Compiling NIO Exports.swift
[1436/1458] Emitting module NIO
[1437/1459] Compiling AsyncKit ConnectionPoolError.swift
[1438/1459] Compiling AsyncKit ConnectionPoolItem.swift
[1439/1459] Compiling AsyncKit ConnectionPoolSource.swift
[1441/1461] Compiling AsyncKit Future+Miscellaneous.swift
[1442/1461] Compiling AsyncKit Future+Nonempty.swift
[1443/1461] Compiling AsyncKit Future+Optional.swift
[1444/1461] Compiling AsyncKit Future+Transform.swift
[1445/1461] Compiling AsyncKit Future+Try.swift
[1446/1461] Compiling AsyncKit FutureOperators.swift
[1447/1461] Compiling AsyncKit EventLoop+Flatten.swift
[1448/1461] Compiling AsyncKit EventLoop+Future.swift
[1449/1461] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1450/1461] Compiling AsyncKit EventLoopConnectionPool.swift
[1451/1461] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1452/1461] Compiling AsyncKit EventLoop+Concurrency.swift
[1453/1466] Compiling AsyncKit Optional+StrictMap.swift
[1454/1466] Compiling AsyncKit Exports.swift
[1455/1564] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1456/1564] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1457/1564] Compiling NIOTLS TLSEvents.swift
[1458/1564] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1459/1564] Emitting module NIOTLS
[1460/1564] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1461/1564] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1462/1564] Compiling NIOTLS SNIHandler.swift
[1464/1565] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1465/1565] Emitting module NIOFoundationCompat
[1466/1565] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1468/1566] Emitting module AsyncKit
[1469/1587] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1470/1587] Compiling SQLKit Exports.swift
[1471/1587] Compiling SQLKit SQLAlias.swift
[1472/1587] Compiling SQLKit SQLBetween.swift
[1473/1587] Compiling SQLKit SQLColumn.swift
[1474/1587] Compiling SQLKit SQLConstraint.swift
[1475/1587] Compiling SQLKit SQLDataType.swift
[1476/1587] Compiling SQLKit SQLDirection.swift
[1477/1587] Compiling SQLKit SQLDistinct.swift
[1478/1587] Compiling SQLKit SQLForeignKeyAction.swift
[1479/1587] Compiling SQLKit SQLNestedSubpathExpression.swift
[1480/1587] Compiling SQLKit SQLQualifiedTable.swift
[1481/1587] Compiling SQLKit SQLQueryString.swift
[1482/1607] Compiling SQLKit SQLDropIndex.swift
[1483/1607] Compiling SQLKit SQLDropTable.swift
[1484/1607] Compiling SQLKit SQLDropTrigger.swift
[1485/1607] Compiling SQLKit SQLInsert.swift
[1486/1607] Compiling SQLKit SQLSelect.swift
[1487/1607] Compiling SQLKit SQLUnion.swift
[1488/1607] Compiling SQLKit SQLUpdate.swift
[1489/1607] Compiling SQLKit SQLExpression.swift
[1490/1607] Compiling SQLKit SQLSerializer.swift
[1491/1607] Compiling SQLKit SQLStatement.swift
[1492/1607] Compiling SQLKit SQLBinaryExpression.swift
[1493/1607] Compiling SQLKit SQLBinaryOperator.swift
[1494/1607] Compiling SQLKit SQLBind.swift
[1495/1607] Compiling NIOSSL AndroidCABundle.swift
[1496/1607] Compiling NIOSSL ByteBufferBIO.swift
[1497/1607] Compiling NIOSSL CustomPrivateKey.swift
[1498/1607] Compiling NIOSSL IdentityVerification.swift
[1499/1607] Compiling NIOSSL LinuxCABundle.swift
[1500/1607] Compiling NIOSSL NIOSSLClientHandler.swift
[1501/1607] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1502/1607] Compiling NIOSSL NIOSSLHandler.swift
[1503/1607] Compiling NIOSSL NIOSSLServerHandler.swift
[1504/1607] Compiling NIOSSL ObjectIdentifier.swift
[1505/1607] Compiling NIOSSL PosixPort.swift
[1506/1607] Compiling NIOSSL SSLCallbacks.swift
[1507/1607] Compiling NIOSSL SSLContext.swift
[1508/1607] Compiling SQLKit SQLLockingClause.swift
[1509/1607] Compiling SQLKit SQLOrderBy.swift
[1510/1607] Compiling SQLKit SQLReturning.swift
[1511/1607] Compiling SQLKit SQLSubquery.swift
[1512/1607] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1513/1607] Compiling SQLKit SQLAlterEnum.swift
[1514/1607] Compiling SQLKit SQLAlterTable.swift
[1515/1607] Compiling SQLKit SQLCreateEnum.swift
[1516/1607] Compiling SQLKit SQLCreateIndex.swift
[1517/1607] Compiling SQLKit SQLCreateTable.swift
[1518/1607] Compiling SQLKit SQLCreateTrigger.swift
[1519/1607] Compiling SQLKit SQLDelete.swift
[1520/1607] Compiling SQLKit SQLDropEnum.swift
[1521/1607] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1522/1607] Compiling SQLKit SQLColumnAssignment.swift
[1523/1607] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1524/1607] Compiling SQLKit SQLColumnDefinition.swift
[1525/1607] Compiling SQLKit SQLCommonTableExpression.swift
[1526/1607] Compiling SQLKit SQLConflictAction.swift
[1527/1607] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1528/1607] Compiling SQLKit SQLDropBehaviour.swift
[1529/1607] Compiling SQLKit SQLEnumDataType.swift
[1530/1607] Compiling SQLKit SQLExcludedColumn.swift
[1531/1607] Compiling SQLKit SQLForeignKey.swift
[1532/1607] Compiling SQLKit SQLJoin.swift
[1533/1607] Compiling SQLKit SQLJoinMethod.swift
[1534/1607] Compiling NIOSSL SSLErrors.swift
[1535/1607] Compiling NIOSSL SSLInit.swift
[1536/1607] Compiling NIOSSL SSLPKCS12Bundle.swift
[1537/1607] Compiling NIOSSL SSLCertificate.swift
[1538/1607] Compiling NIOSSL SSLCertificateExtensions.swift
[1539/1607] Compiling NIOSSL SSLCertificateName.swift
[1540/1607] Compiling NIOSSL SSLConnection.swift
[1541/1607] Compiling NIOSSL SSLPrivateKey.swift
[1542/1607] Compiling NIOSSL SSLPublicKey.swift
[1543/1607] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1544/1607] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1545/1607] Compiling NIOSSL SubjectAlternativeName.swift
[1546/1607] Compiling NIOSSL NIOSSLSecureBytes.swift
[1547/1607] Compiling NIOSSL RNG.swift
[1548/1607] Compiling NIOSSL SafeCompare.swift
[1549/1607] Compiling SQLKit SQLQueryFetcher.swift
[1550/1607] Compiling SQLKit SQLReturningBuilder.swift
[1551/1607] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1552/1607] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1553/1607] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1554/1607] Compiling SQLKit SQLDatabase.swift
[1555/1607] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1556/1607] Compiling SQLKit SQLDialect.swift
[1557/1607] Compiling SQLKit SQLDatabase+Deprecated.swift
[1558/1607] Compiling SQLKit SQLError.swift
[1559/1607] Compiling SQLKit SQLExpressions+Deprecated.swift
[1560/1607] Emitting module SQLKit
[1561/1607] Emitting module NIOSSL
[1578/1611] Compiling SQLKit SQLFunction.swift
[1579/1611] Compiling SQLKit SQLGroupExpression.swift
[1580/1611] Compiling SQLKit SQLIdentifier.swift
[1581/1611] Compiling SQLKit SQLList.swift
[1582/1611] Compiling SQLKit SQLLiteral.swift
[1583/1611] Compiling SQLKit SQLRaw.swift
[1584/1611] Compiling SQLKit SQLCodingUtilities.swift
[1585/1611] Compiling SQLKit SQLQueryEncoder.swift
[1586/1611] Compiling SQLKit SQLRow.swift
[1587/1611] Compiling SQLKit SQLRowDecoder.swift
[1588/1611] Compiling SQLKit SomeCodingKey.swift
[1589/1611] Compiling SQLKit StringHandling.swift
[1603/1612] Compiling NIOSSL Zeroization.swift
[1604/1612] Compiling NIOSSL TLSConfiguration.swift
[1605/1612] Compiling NIOSSL UniversalBootstrapSupport.swift
[1606/1612] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1608/1649] Compiling MySQLNIO MySQLDatabase.swift
[1609/1649] Compiling MySQLNIO MySQLError.swift
[1610/1649] Compiling MySQLNIO MySQLQueryCommand.swift
[1611/1649] Compiling MySQLNIO MySQLRow.swift
[1612/1649] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1613/1654] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1614/1654] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1615/1654] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1616/1654] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1617/1654] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1618/1654] Compiling MySQLNIO MySQLPacketEncoder.swift
[1619/1654] Compiling MySQLNIO MySQLPacketSequence.swift
[1620/1654] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1621/1654] Compiling MySQLNIO MySQLTime.swift
[1622/1654] Compiling MySQLNIO MySQLPacket.swift
[1623/1654] Compiling MySQLNIO MySQLPacketDecoder.swift
[1625/1655] Emitting module MySQLNIO
[1626/1655] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1627/1655] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1628/1655] Compiling MySQLNIO MySQLProtocol.swift
[1629/1655] Compiling MySQLNIO CryptoUtils.swift
[1630/1655] Compiling MySQLNIO NIOUtils.swift
[1631/1655] Compiling MySQLNIO Exports.swift
[1632/1655] Compiling MySQLNIO MySQLConnection.swift
[1633/1655] Compiling MySQLNIO MySQLConnectionHandler.swift
[1634/1655] Compiling MySQLNIO MySQLData.swift
[1635/1655] Compiling MySQLNIO MySQLDataConvertible.swift
[1642/1655] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1643/1655] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1644/1655] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1645/1655] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1646/1655] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1647/1655] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1648/1655] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1649/1655] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1650/1655] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1651/1655] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[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 Optional+MySQLDataConvertible.swift
[1660/1667] Compiling MySQLKit MySQLDataEncoder.swift
[1661/1667] Compiling MySQLKit MySQLDatabase+SQL.swift
[1662/1667] Compiling MySQLKit MySQLDataDecoder.swift
[1663/1667] Emitting module MySQLKit
[1664/1667] Compiling MySQLKit ConnectionPool+MySQL.swift
[1665/1667] Compiling MySQLKit Exports.swift
[1666/1667] Compiling MySQLKit MySQLConfiguration.swift
[1667/1667] Compiling MySQLKit MySQLConnectionSource.swift
Build complete! (235.83s)
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.