Build Information
Successful build of MySQLBridge, reference 1.0.0-rc.2.2.0 (2e9988
), with Swift 6.1 for Android on 27 May 2025 06:54:51 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/SwifQL/MySQLBridge.git
Reference: 1.0.0-rc.2.2.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/SwifQL/MySQLBridge
* tag 1.0.0-rc.2.2.0 -> FETCH_HEAD
HEAD is now at 2e9988f Merge pull request #1 from SwifQL/request-connection
Cloned https://github.com/SwifQL/MySQLBridge.git
Revision (git rev-parse @):
2e9988fe3ed8965fac942dcba137f07cf6d89b8c
SUCCESS checkout https://github.com/SwifQL/MySQLBridge.git at 1.0.0-rc.2.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwifQL/MySQLBridge.git
https://github.com/SwifQL/MySQLBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "mysql-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/mysql-nio.git"
},
{
"identity" : "bridges",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwifQL/Bridges.git"
}
],
"manifest_display_name" : "MySQLBridge",
"name" : "MySQLBridge",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "MySQLBridge",
"targets" : [
"MySQLBridge"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLBridgeTests",
"module_type" : "SwiftTarget",
"name" : "MySQLBridgeTests",
"path" : "Tests/MySQLBridgeTests",
"sources" : [
"MySQLBridgeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MySQLBridge"
],
"type" : "test"
},
{
"c99name" : "MySQLBridge",
"module_type" : "SwiftTarget",
"name" : "MySQLBridge",
"path" : "Sources/MySQLBridge",
"product_dependencies" : [
"MySQLNIO",
"Bridges"
],
"product_memberships" : [
"MySQLBridge"
],
"sources" : [
"Exports.swift",
"Extensions/Bridges+Application.swift",
"Extensions/DatabaseHost+Initialization.swift",
"Extensions/DatabaseIdentifier+Initialization.swift",
"Extensions/MySQLConnection+Bridge.swift",
"Extensions/Row+Decode.swift",
"Extensions/SwifQLable+Execute.swift",
"MySQLBridge.swift",
"MySQLConnectionSource.swift",
"MySQLDataDecoder.swift",
"MySQLDataEncoder.swift",
"MySQLMigration.swift",
"MySQLRow+SQL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SwifQL/Bridges.git
Fetching https://github.com/vapor/mysql-nio.git
[1/2217] Fetching mysql-nio
[312/2848] Fetching mysql-nio, bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.73s)
Fetched https://github.com/vapor/mysql-nio.git from cache (0.73s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (1.37s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/3836] Fetching swift-log
[2878/17772] Fetching swift-log, swift-crypto
[4813/93809] Fetching swift-log, swift-crypto, swift-nio
[4814/108652] Fetching swift-log, swift-crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (2.34s)
[85807/104816] Fetching swift-crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.37s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.38s)
[57789/76037] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.84s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.74s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.92s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
[5056/22692] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.45s)
[6024/18301] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.77s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.83s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.97s)
Computing version for https://github.com/SwifQL/Bridges.git
Computed https://github.com/SwifQL/Bridges.git at 1.0.0-rc.4.13.6 (0.93s)
Fetching https://github.com/SwifQL/SwifQL.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/4736] Fetching async-kit, swifql
Fetched https://github.com/vapor/async-kit.git from cache (0.41s)
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.42s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.08s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.28s)
Computing version for https://github.com/SwifQL/SwifQL.git
Computed https://github.com/SwifQL/SwifQL.git at 2.0.0-beta.4.0.2 (0.81s)
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/SwifQL/SwifQL.git
Working copy of https://github.com/SwifQL/SwifQL.git resolved at 2.0.0-beta.4.0.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/SwifQL/Bridges.git
Working copy of https://github.com/SwifQL/Bridges.git resolved at 1.0.0-rc.4.13.6
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-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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/799] Write sources
[9/799] Write swift-version-24593BA9C3E375BF.txt
[9/799] Write sources
[11/799] Compiling _NumericsShims _NumericsShims.c
[12/799] Compiling asn1_par.cc
[13/799] Compiling asn_pack.cc
[14/799] Write sources
[16/799] Compiling _AtomicsShims.c
[17/799] Compiling a_i2d_fp.cc
[18/799] Compiling a_dup.cc
[18/799] Write sources
[32/799] Compiling CNIOWindows shim.c
[33/799] Compiling a_bitstr.cc
[34/841] Compiling asn1_lib.cc
[35/893] Compiling CNIOWindows WSAStartup.c
[36/972] Compiling CNIOWASI CNIOWASI.c
[37/995] Compiling a_utctm.cc
[38/995] Compiling CNIOLinux shim.c
[39/995] Compiling CNIOLinux liburing_shims.c
[40/995] Compiling CNIODarwin shim.c
[41/995] Compiling fiat_p256_adx_sqr.S
[42/995] Compiling fiat_p256_adx_mul.S
[43/995] Compiling CNIOBoringSSLShims shims.c
[44/995] Compiling fiat_curve25519_adx_square.S
[45/995] Compiling fiat_curve25519_adx_mul.S
[47/995] Emitting module InternalCollectionsUtilities
[47/996] Compiling tls_record.cc
[48/996] Compiling tls_method.cc
[50/996] Compiling _NIODataStructures PriorityQueue.swift
[51/996] Emitting module RealModule
[52/997] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/997] Compiling _NIODataStructures _TinyArray.swift
[54/997] Compiling RealModule Float+Real.swift
[55/997] Compiling RealModule ElementaryFunctions.swift
[56/997] Compiling RealModule Float16+Real.swift
[57/997] Emitting module _NIOBase64
[58/997] Compiling _NIOBase64 Base64.swift
[59/998] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/998] Compiling InternalCollectionsUtilities Integer rank.swift
[61/998] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/998] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/998] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/998] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/998] Compiling RealModule RealFunctions.swift
[66/998] Compiling InternalCollectionsUtilities Descriptions.swift
[67/998] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/998] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/998] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/998] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/998] Compiling InternalCollectionsUtilities Debugging.swift
[73/998] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/999] Emitting module _NIODataStructures
[77/999] Compiling _NIODataStructures Heap.swift
[80/999] Compiling RealModule Float80+Real.swift
[81/1000] Compiling RealModule Real.swift
[84/1124] Compiling tls13_server.cc
[85/1124] Compiling tls13_enc.cc
[87/1131] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[88/1131] Compiling _RopeModule BigString+Contents.swift
[89/1131] Compiling _RopeModule BigString+Debugging.swift
[90/1131] Compiling _RopeModule BigString+Index.swift
[91/1131] Compiling _RopeModule BigString+Ingester.swift
[92/1131] Compiling _RopeModule BigString+Invariants.swift
[93/1131] Compiling _RopeModule BigString+Iterators.swift
[94/1131] Compiling _RopeModule BigString+Metrics.swift
[95/1131] Compiling _RopeModule BigString+Summary.swift
[96/1131] Compiling _RopeModule BigString.swift
[97/1131] Compiling _RopeModule _RopeVersion.swift
[98/1131] Compiling _RopeModule Rope+Collection.swift
[99/1131] Compiling _RopeModule Rope+Index.swift
[100/1131] Compiling _RopeModule Rope+Sequence.swift
[101/1131] Compiling _RopeModule Rope+Append.swift
[102/1138] Compiling HeapModule Heap+Descriptions.swift
[103/1171] Compiling HeapModule _HeapNode.swift
[104/1214] Compiling HeapModule Heap.swift
[105/1214] Compiling HashTreeCollections _HashStack.swift
[106/1214] Compiling HashTreeCollections _HashTreeIterator.swift
[107/1214] Compiling HashTreeCollections _HashTreeStatistics.swift
[108/1214] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[109/1214] Compiling HashTreeCollections _RawHashNode.swift
[110/1214] Compiling HashTreeCollections _UnmanagedHashNode.swift
[111/1214] Compiling HashTreeCollections _UnsafePath.swift
[112/1214] Compiling HashTreeCollections TreeDictionary+Codable.swift
[113/1214] Compiling HashTreeCollections _HashNode+Structural union.swift
[114/1214] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[115/1214] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[116/1214] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[117/1214] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[118/1214] Compiling HashTreeCollections _HashNode.swift
[119/1214] Compiling HashTreeCollections _HashNodeHeader.swift
[120/1214] Compiling HashTreeCollections _HashSlot.swift
[121/1214] Compiling HashTreeCollections _HashNode+Builder.swift
[122/1214] Compiling HashTreeCollections _HashNode+Debugging.swift
[123/1214] Compiling HashTreeCollections _HashNode+Initializers.swift
[124/1214] Compiling HashTreeCollections _HashNode+Invariants.swift
[125/1214] Compiling HashTreeCollections _HashNode+Lookups.swift
[126/1214] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[127/1214] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[128/1214] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[129/1214] Compiling HeapModule Heap+Invariants.swift
[130/1214] Compiling HeapModule Heap+UnsafeHandle.swift
[131/1214] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[132/1214] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[133/1214] Compiling HashTreeCollections _HashNode+Structural merge.swift
[134/1214] Compiling HashTreeCollections _AncestorHashSlots.swift
[135/1214] Compiling HashTreeCollections _Bitmap.swift
[136/1214] Compiling HashTreeCollections _Bucket.swift
[137/1214] Compiling HashTreeCollections _Hash.swift
[138/1214] Compiling HashTreeCollections _HashLevel.swift
[139/1214] Emitting module SwifQL
[140/1236] Emitting module HeapModule
[142/1237] Compiling Logging MetadataProvider.swift
[143/1237] Compiling HashTreeCollections TreeSet+Hashable.swift
[144/1237] Compiling HashTreeCollections TreeSet+Sendable.swift
[145/1237] Compiling HashTreeCollections TreeSet+Sequence.swift
[146/1237] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[147/1237] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[148/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[149/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[150/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[151/1237] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[152/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[153/1240] Emitting module Logging
[154/1240] Compiling Logging Locks.swift
[154/1262] Compiling tls13_both.cc
[156/1262] Compiling Logging LogHandler.swift
[157/1262] Compiling Logging Logging.swift
[157/1263] Compiling tls13_client.cc
[159/1263] Compiling DequeModule Deque+CustomReflectable.swift
[160/1263] Compiling DequeModule Deque+Descriptions.swift
[161/1265] Compiling DequeModule _DequeBuffer.swift
[162/1265] Compiling DequeModule _DequeBufferHeader.swift
[164/1265] Compiling DequeModule Deque+Equatable.swift
[165/1265] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[166/1265] Emitting module _RopeModule
[174/1274] Compiling HashTreeCollections TreeDictionary.swift
[175/1274] Compiling HashTreeCollections TreeSet+Codable.swift
[176/1274] Compiling HashTreeCollections TreeDictionary+Keys.swift
[177/1274] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[178/1274] Compiling HashTreeCollections TreeDictionary+Merge.swift
[179/1274] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[180/1274] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[181/1274] Compiling HashTreeCollections TreeDictionary+Values.swift
[185/1274] Emitting module OrderedCollections
[186/1274] Compiling DequeModule Deque+Codable.swift
[187/1274] Compiling DequeModule Deque+Collection.swift
[192/1274] Compiling DequeModule Deque+Extras.swift
[193/1274] Compiling DequeModule Deque+Hashable.swift
[194/1274] Compiling SwifQL SwifQLable+GroupBy.swift
[195/1274] Compiling SwifQL SwifQLable+Having.swift
[196/1274] Compiling SwifQL SwifQLable+ILike.swift
[197/1274] Compiling SwifQL SwifQLable+If.swift
[198/1274] Compiling SwifQL SwifQLable+In.swift
[199/1274] Compiling SwifQL SwifQLable+InsertInto.swift
[200/1274] Compiling SwifQL SwifQLable+Interval.swift
[201/1274] Compiling SwifQL SwifQLable+IsNotNull.swift
[202/1274] Compiling SwifQL SwifQLable+IsNull.swift
[203/1274] Compiling SwifQL SwifQLable+Items.swift
[204/1274] Compiling SwifQL SwifQLable+Join.swift
[205/1274] Compiling SwifQL SwifQLable+Key.swift
[206/1274] Compiling SwifQL SwifQLable+Like.swift
[207/1274] Compiling SwifQL SwifQLable+Limit.swift
[208/1274] Compiling SwifQL SwifQLable+No.swift
[209/1274] Compiling SwifQL SwifQLable+Not.swift
[210/1274] Compiling SwifQL SwifQLable+NotBetween.swift
[211/1274] Compiling SwifQL SwifQLable+NotExists.swift
[212/1274] Compiling SwifQL SwifQLable+NotILike.swift
[213/1274] Compiling SwifQL SwifQLable+NotIn.swift
[214/1274] Compiling SwifQL SwifQLable+NotLike.swift
[215/1274] Compiling SwifQL SwifQLable+Nothing.swift
[216/1274] Compiling SwifQL SwifQLable+Null.swift
[217/1274] Compiling SwifQL SwifQLable+Asterisk.swift
[218/1274] Compiling SwifQL SwifQLable+Before.swift
[219/1274] Compiling SwifQL SwifQLable+Begin.swift
[220/1274] Compiling SwifQL SwifQLable+Between.swift
[221/1274] Compiling SwifQL SwifQLable+Cascade.swift
[222/1274] Compiling SwifQL SwifQLable+Check.swift
[223/1274] Compiling SwifQL SwifQLable+Column.swift
[224/1274] Compiling SwifQL SwifQLable+Commit.swift
[225/1274] Compiling SwifQL SwifQLable+Conflict.swift
[226/1274] Compiling SwifQL SwifQLable+Constraint.swift
[227/1274] Compiling SwifQL SwifQLable+Create.swift
[228/1274] Compiling SwifQL SwifQLable+Default.swift
[229/1274] Compiling SwifQL SwifQLable+Delete.swift
[230/1274] Compiling SwifQL SwifQLable+Distinct.swift
[231/1274] Compiling SwifQL SwifQLable+Do.swift
[232/1274] Compiling SwifQL SwifQLable+Drop.swift
[233/1274] Compiling SwifQL SwifQLable+End.swift
[234/1274] Compiling SwifQL SwifQLable+Epoch.swift
[235/1274] Compiling SwifQL SwifQLable+Exists.swift
[236/1274] Compiling SwifQL SwifQLable+Filter.swift
[237/1274] Compiling SwifQL SwifQLable+From.swift
[238/1274] Compiling SwifQL SwifQLable+Fulltext.swift
[239/1274] Compiling SwifQL SwifQLable+Function.swift
[240/1274] Compiling DequeModule _DequeSlot.swift
[241/1274] Compiling DequeModule _UnsafeWrappedBuffer.swift
[242/1274] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[243/1274] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[244/1274] Compiling HashTreeCollections TreeDictionary+Filter.swift
[245/1274] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[246/1274] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[255/1274] Compiling _RopeModule Rope+Join.swift
[256/1274] Compiling _RopeModule Rope+MutatingForEach.swift
[257/1274] Compiling _RopeModule Rope+Remove.swift
[258/1274] Compiling _RopeModule Rope+RemoveSubrange.swift
[259/1274] Compiling _RopeModule Rope+Split.swift
[260/1274] Compiling _RopeModule Optional Utilities.swift
[261/1274] Compiling _RopeModule String Utilities.swift
[262/1274] Compiling _RopeModule String.Index+ABI.swift
[263/1274] Compiling _RopeModule _CharacterRecognizer.swift
[264/1274] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[265/1274] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[266/1274] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[267/1274] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[268/1274] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[269/1274] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[270/1274] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[271/1274] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[272/1274] Compiling HashTreeCollections TreeSet.swift
[275/1274] Compiling DequeModule Deque._UnsafeHandle.swift
[276/1274] Compiling DequeModule Deque.swift
[277/1274] Compiling DequeModule Deque+Testing.swift
[278/1274] Compiling DequeModule Deque._Storage.swift
[312/1275] Compiling SwifQL SwifQLable+AddQuery.swift
[313/1275] Compiling SwifQL SwifQLable+After.swift
[314/1275] Compiling SwifQL SwifQLable+All.swift
[315/1275] Compiling SwifQL SwifQLable+Alter.swift
[316/1275] Compiling SwifQL SwifQLable+And.swift
[317/1275] Compiling SwifQL SwifQLable+Any.swift
[318/1275] Compiling SwifQL SwifQLable+As.swift
[319/1275] Compiling SwifQL SwifQLable+Offset.swift
[320/1275] Compiling SwifQL SwifQLable+On.swift
[321/1275] Compiling SwifQL SwifQLable+Or.swift
[322/1275] Compiling SwifQL SwifQLable+OrderBy.swift
[323/1275] Compiling SwifQL SwifQLable+Over.swift
[324/1275] Compiling SwifQL SwifQLable+Overlaps.swift
[325/1275] Compiling SwifQL SwifQLable+Owner.swift
[326/1275] Compiling SwifQL SwifQLable+PartitionBy.swift
[327/1275] Compiling SwifQL SwifQLable+Primary.swift
[328/1275] Compiling SwifQL SwifQLable+Raw.swift
[329/1275] Compiling SwifQL SwifQLable+References.swift
[330/1275] Compiling SwifQL SwifQLable+Rename.swift
[331/1275] Compiling SwifQL SwifQLable+Restrict.swift
[332/1275] Compiling SwifQL SwifQLable+Return.swift
[333/1275] Compiling SwifQL SwifQLable+Returning.swift
[334/1275] Compiling SwifQL SwifQLable+Rollback.swift
[335/1275] Compiling SwifQL SwifQLable+Schema.swift
[336/1275] Compiling SwifQL SwifQLable+Select.swift
[337/1275] Compiling SwifQL SwifQLable+Semicolon.swift
[338/1275] Compiling SwifQL SwifQLable+Set.swift
[339/1275] Compiling SwifQL SwifQLable+Space.swift
[340/1275] Compiling SwifQL SwifQLable+Subscript.swift
[341/1275] Emitting module DequeModule
[345/1276] Compiling t1_enc.cc
[377/1276] Compiling HashTreeCollections TreeDictionary+Collection.swift
[378/1276] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[379/1276] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[380/1276] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[380/1276] Compiling ssl_x509.cc
[381/1276] Compiling ssl_versions.cc
[383/1276] Compiling SwifQL SwifQLable+Table.swift
[384/1276] Compiling SwifQL SwifQLable+Timestamp.swift
[385/1276] Compiling SwifQL SwifQLable+To.swift
[386/1276] Compiling SwifQL SwifQLable+Type.swift
[387/1276] Compiling SwifQL SwifQLable+Union.swift
[388/1276] Compiling SwifQL SwifQLable+Unique.swift
[389/1276] Compiling SwifQL SwifQLable+Update.swift
[390/1276] Compiling SwifQL SwifQLable+Value.swift
[391/1276] Compiling SwifQL SwifQLable+Values.swift
[392/1276] Compiling SwifQL SwifQLable+Where.swift
[393/1276] Compiling SwifQL SwifQLable+WhereExists.swift
[394/1276] Compiling SwifQL SwifQLable+WhereNotExists.swift
[395/1276] Compiling SwifQL SwifQLable+Window.swift
[396/1276] Compiling SwifQL SwifQLable+With.swift
[397/1276] Compiling SwifQL SwifQLable.swift
[398/1276] Compiling SwifQL SwifQLableArraySeparator.swift
[399/1276] Compiling SwifQL Table.swift
[400/1276] Compiling SwifQL TableAlias.swift
[401/1276] Compiling SwifQL Type+Autodetect.swift
[402/1276] Compiling SwifQL Type+SwifQLable.swift
[403/1276] Compiling SwifQL Type.swift
[404/1276] Compiling SwifQL _Todo.swift
[523/1277] Compiling ssl_privkey.cc
[524/1277] Compiling ssl_transcript.cc
[526/1277] Emitting module HashTreeCollections
[537/1279] Compiling ssl_stat.cc
[538/1279] Compiling ssl_session.cc
[539/1279] Compiling ssl_key_share.cc
[540/1279] Compiling ssl_credential.cc
[541/1279] Compiling ssl_lib.cc
[542/1279] Compiling ssl_asn1.cc
[543/1279] Compiling ssl_file.cc
[544/1279] Compiling ssl_cert.cc
[545/1279] Compiling ssl_buffer.cc
[546/1279] Compiling ssl_cipher.cc
[547/1279] Compiling s3_pkt.cc
[548/1279] Compiling ssl_aead_ctx.cc
[549/1279] Compiling s3_lib.cc
[550/1279] Compiling s3_both.cc
[551/1279] Compiling handshake_server.cc
[552/1279] Compiling handshake_client.cc
[553/1279] Compiling handshake.cc
[554/1279] Compiling handoff.cc
[555/1279] Compiling encrypted_client_hello.cc
[556/1279] Compiling dtls_method.cc
[557/1279] Compiling md5-x86_64-linux.S
[558/1279] Compiling dtls_record.cc
[559/1279] Compiling md5-x86_64-apple.S
[560/1279] Compiling md5-586-linux.S
[561/1279] Compiling md5-586-apple.S
[562/1279] Compiling chacha20_poly1305_x86_64-linux.S
[563/1279] Compiling chacha20_poly1305_x86_64-apple.S
[564/1279] Compiling extensions.cc
[565/1279] Compiling chacha20_poly1305_armv8-win.S
[566/1279] Compiling d1_srtp.cc
[567/1279] Compiling chacha20_poly1305_armv8-linux.S
[568/1279] Compiling chacha20_poly1305_armv8-apple.S
[569/1279] Compiling chacha-x86_64-linux.S
[570/1279] Compiling chacha-x86_64-apple.S
[571/1279] Compiling chacha-x86-linux.S
[572/1279] Compiling chacha-x86-apple.S
[573/1279] Compiling chacha-armv8-win.S
[574/1279] Compiling chacha-armv8-apple.S
[575/1279] Compiling chacha-armv8-linux.S
[576/1279] Compiling chacha-armv4-linux.S
[577/1279] Compiling aes128gcmsiv-x86_64-apple.S
[578/1279] Compiling aes128gcmsiv-x86_64-linux.S
[579/1279] Compiling x86_64-mont5-linux.S
[580/1279] Compiling x86_64-mont5-apple.S
[581/1279] Compiling x86_64-mont-linux.S
[582/1279] Compiling x86_64-mont-apple.S
[583/1279] Compiling x86-mont-linux.S
[584/1279] Compiling d1_pkt.cc
[585/1279] Compiling vpaes-x86_64-linux.S
[586/1279] Compiling x86-mont-apple.S
[587/1279] Compiling vpaes-x86_64-apple.S
[588/1279] Compiling vpaes-x86-linux.S
[589/1279] Compiling err_data.cc
[590/1279] Compiling vpaes-x86-apple.S
[591/1279] Compiling vpaes-armv8-win.S
[592/1279] Compiling bio_ssl.cc
[593/1279] Compiling vpaes-armv8-linux.S
[594/1279] Compiling vpaes-armv8-apple.S
[595/1279] Compiling d1_lib.cc
[596/1279] Compiling vpaes-armv7-linux.S
[597/1279] Compiling sha512-x86_64-linux.S
[598/1279] Compiling sha512-x86_64-apple.S
[599/1279] Compiling sha512-armv8-win.S
[600/1279] Compiling sha512-armv8-linux.S
[601/1279] Compiling sha512-armv4-linux.S
[602/1279] Compiling d1_both.cc
[603/1279] Compiling sha512-armv8-apple.S
[604/1279] Compiling sha256-x86_64-linux.S
[605/1279] Compiling sha512-586-linux.S
[606/1279] Compiling sha512-586-apple.S
[607/1279] Compiling sha256-x86_64-apple.S
[608/1279] Compiling sha256-armv8-win.S
[609/1279] Compiling sha256-586-apple.S
[610/1279] Compiling sha256-armv4-linux.S
[610/1279] Compiling sha1-x86_64-linux.S
[610/1279] Compiling sha256-armv8-apple.S
[613/1279] Compiling sha256-586-linux.S
[614/1279] Compiling sha1-x86_64-apple.S
[615/1279] Compiling sha256-armv8-linux.S
[616/1279] Compiling sha1-armv8-win.S
[617/1279] Compiling sha1-armv8-apple.S
[618/1279] Compiling sha1-586-linux.S
[619/1279] Compiling sha1-586-apple.S
[620/1279] Compiling sha1-armv4-large-linux.S
[621/1279] Compiling rdrand-x86_64-linux.S
[622/1279] Compiling rsaz-avx2-apple.S
[622/1279] Compiling sha1-armv8-linux.S
[623/1279] Compiling rsaz-avx2-linux.S
[625/1279] Compiling p256_beeu-x86_64-asm-linux.S
[626/1279] Compiling p256_beeu-armv8-asm-win.S
[627/1279] Compiling p256-x86_64-asm-linux.S
[628/1279] Compiling p256-x86_64-asm-apple.S
[629/1279] Compiling rdrand-x86_64-apple.S
[629/1279] Compiling p256_beeu-armv8-asm-apple.S
[631/1279] Compiling p256_beeu-armv8-asm-linux.S
[632/1279] Compiling p256_beeu-x86_64-asm-apple.S
[633/1279] Compiling p256-armv8-asm-win.S
[634/1279] Compiling p256-armv8-asm-apple.S
[635/1279] Compiling ghashv8-armv8-win.S
[636/1279] Compiling ghashv8-armv8-linux.S
[637/1279] Compiling ghash-x86_64-linux.S
[638/1279] Compiling ghashv8-armv7-linux.S
[639/1279] Compiling p256-armv8-asm-linux.S
[640/1279] Compiling ghashv8-armv8-apple.S
[641/1279] Compiling ghash-x86-linux.S
[642/1279] Compiling ghash-ssse3-x86_64-apple.S
[643/1279] Compiling ghash-x86_64-apple.S
[644/1279] Compiling ghash-x86-apple.S
[645/1279] Compiling ghash-ssse3-x86_64-linux.S
[646/1279] Compiling ghash-ssse3-x86-linux.S
[647/1279] Compiling ghash-ssse3-x86-apple.S
[648/1279] Compiling ghash-neon-armv8-apple.S
[649/1279] Compiling ghash-neon-armv8-linux.S
[650/1279] Compiling ghash-neon-armv8-win.S
[651/1279] Compiling co-586-apple.S
[652/1279] Compiling co-586-linux.S
[653/1279] Compiling ghash-armv4-linux.S
[654/1279] Compiling bn-armv8-win.S
[655/1279] Compiling bn-armv8-apple.S
[656/1279] Compiling bn-armv8-linux.S
[657/1279] Compiling bn-586-linux.S
[657/1279] Compiling bsaes-armv7-linux.S
[659/1279] Compiling armv8-mont-apple.S
[660/1279] Compiling bn-586-apple.S
[661/1279] Compiling armv8-mont-win.S
[662/1279] Compiling armv4-mont-linux.S
[663/1279] Compiling armv8-mont-linux.S
[664/1279] Compiling aesv8-gcm-armv8-linux.S
[665/1279] Compiling aesv8-gcm-armv8-apple.S
[666/1279] Compiling aesv8-gcm-armv8-win.S
[667/1279] Compiling aesv8-armv8-win.S
[668/1279] Compiling aesv8-armv8-apple.S
[669/1279] Compiling aesv8-armv8-linux.S
[670/1279] Compiling aesni-x86_64-apple.S
[671/1279] Compiling aesni-gcm-x86_64-apple.S
[672/1279] Compiling aesv8-armv7-linux.S
[673/1279] Compiling aesni-x86_64-linux.S
[674/1279] Compiling aesni-x86-apple.S
[675/1279] Compiling aesni-x86-linux.S
[676/1279] Compiling aesni-gcm-x86_64-linux.S
[677/1279] Compiling aes-gcm-avx10-x86_64-linux.S
[678/1279] Compiling aes-gcm-avx2-x86_64-linux.S
[679/1279] Compiling aes-gcm-avx2-x86_64-apple.S
[680/1279] Compiling aes-gcm-avx10-x86_64-apple.S
[681/1279] Compiling x_req.cc
[682/1279] Compiling x_val.cc
[683/1279] Compiling x_x509.cc
[684/1279] Compiling x_pubkey.cc
[685/1279] Compiling x_sig.cc
[686/1279] Compiling x_spki.cc
[687/1279] Compiling x_name.cc
[688/1279] Compiling x_x509a.cc
[689/1279] Compiling x_exten.cc
[690/1279] Compiling x_crl.cc
[691/1279] Compiling x_attrib.cc
[692/1279] Compiling x_algor.cc
[693/1279] Compiling x509rset.cc
[694/1279] Compiling x509spki.cc
[695/1279] Compiling x_all.cc
[696/1279] Compiling x509name.cc
[697/1279] Compiling x509cset.cc
[698/1279] Compiling x509_vpm.cc
[699/1279] Compiling x509_vfy.cc
[700/1279] Compiling x509_txt.cc
[701/1279] Compiling x509_obj.cc
[702/1279] Compiling x509_set.cc
[703/1279] Compiling x509_v3.cc
[704/1279] Compiling x509_trs.cc
[705/1279] Compiling x509_req.cc
[706/1279] Compiling x509_d2.cc
[707/1279] Compiling v3_utl.cc
[708/1279] Compiling x509.cc
[709/1279] Compiling x509_def.cc
[710/1279] Compiling x509_lu.cc
[711/1279] Compiling x509_ext.cc
[712/1279] Compiling x509_att.cc
[713/1279] Compiling x509_cmp.cc
[714/1279] Compiling v3_skey.cc
[715/1279] Compiling v3_prn.cc
[716/1279] Compiling v3_purp.cc
[717/1279] Compiling v3_int.cc
[718/1279] Compiling v3_pmaps.cc
[719/1279] Compiling v3_ocsp.cc
[719/1279] Compiling v3_pcons.cc
[721/1279] Compiling v3_genn.cc
[722/1279] Compiling v3_lib.cc
[723/1279] Compiling v3_crld.cc
[724/1279] Compiling v3_ncons.cc
[725/1279] Compiling v3_info.cc
[726/1279] Compiling v3_ia5.cc
[727/1279] Compiling v3_extku.cc
[728/1279] Compiling v3_enum.cc
[729/1279] Compiling v3_bitst.cc
[730/1279] Compiling v3_conf.cc
[731/1279] Compiling v3_bcons.cc
[732/1279] Compiling v3_cpols.cc
[733/1279] Compiling v3_alt.cc
[734/1279] Compiling rsa_pss.cc
[735/1279] Compiling v3_akeya.cc
[736/1279] Compiling v3_akey.cc
[737/1279] Compiling t_crl.cc
[738/1279] Compiling t_req.cc
[739/1279] Compiling t_x509a.cc
[740/1279] Compiling by_dir.cc
[741/1279] Compiling t_x509.cc
[742/1279] Compiling i2d_pr.cc
[743/1279] Compiling name_print.cc
[744/1279] Compiling by_file.cc
[745/1279] Compiling policy.cc
[746/1279] Compiling asn1_gen.cc
[747/1279] Compiling algorithm.cc
[748/1279] Compiling a_digest.cc
[749/1279] Compiling a_sign.cc
[750/1279] Compiling thread_pthread.cc
[751/1279] Compiling a_verify.cc
[752/1279] Compiling trust_token.cc
[753/1279] Compiling thread_none.cc
[754/1279] Compiling thread_win.cc
[755/1279] Compiling voprf.cc
[756/1279] Compiling thread.cc
[757/1279] Compiling pmbtoken.cc
[758/1279] Compiling stack.cc
[759/1279] Compiling spake2plus.cc
[760/1279] Compiling siphash.cc
[761/1279] Compiling sha512.cc
[762/1279] Compiling sha256.cc
[763/1279] Compiling slhdsa.cc
[764/1279] Compiling sha1.cc
[765/1279] Compiling rsa_extra.cc
[766/1279] Compiling rsa_print.cc
[767/1279] Compiling windows.cc
[768/1279] Compiling refcount.cc
[769/1279] Compiling rsa_crypt.cc
[770/1279] Compiling rc4.cc
[771/1279] Compiling trusty.cc
[772/1279] Compiling rand.cc
[773/1279] Compiling urandom.cc
[774/1279] Compiling rsa_asn1.cc
[775/1279] Compiling passive.cc
[776/1279] Compiling poly1305_arm_asm.S
[777/1279] Compiling ios.cc
[778/1279] Compiling getentropy.cc
[778/1279] Compiling fork_detect.cc
[780/1279] Compiling forkunsafe.cc
[781/1279] Compiling poly1305_vec.cc
[782/1279] Compiling poly1305_arm.cc
[783/1279] Compiling deterministic.cc
[784/1279] Compiling poly1305.cc
[785/1279] Compiling pool.cc
[786/1279] Compiling p5_pbev2.cc
[787/1279] Compiling pkcs7.cc
[788/1279] Compiling pkcs8.cc
[789/1279] Compiling pkcs7_x509.cc
[790/1279] Compiling pkcs8_x509.cc
[791/1279] Compiling pem_xaux.cc
[792/1279] Compiling pem_x509.cc
[793/1279] Compiling pem_pkey.cc
[794/1279] Compiling obj_xref.cc
[795/1279] Compiling pem_all.cc
[796/1279] Compiling pem_pk8.cc
[797/1279] Compiling pem_info.cc
[798/1279] Compiling pem_lib.cc
[799/1279] Compiling mldsa.cc
[800/1279] Compiling pem_oth.cc
[801/1279] Compiling obj.cc
[802/1279] Compiling poly_rq_mul.S
[803/1279] Compiling mlkem.cc
[804/1279] Compiling fips_shared_support.cc
[805/1279] Compiling mem.cc
[806/1279] Compiling md5.cc
[807/1279] Compiling md4.cc
[808/1279] Compiling lhash.cc
[809/1279] Compiling kyber.cc
[810/1279] Compiling ex_data.cc
[811/1279] Compiling scrypt.cc
[812/1279] Compiling sign.cc
[813/1279] Compiling hrss.cc
[814/1279] Compiling hpke.cc
[815/1279] Compiling p_x25519.cc
[816/1279] Compiling print.cc
[817/1279] Compiling pbkdf.cc
[818/1279] Compiling p_hkdf.cc
[819/1279] Compiling p_ec_asn1.cc
[820/1279] Compiling p_x25519_asn1.cc
[820/1279] Compiling p_ed25519.cc
[822/1279] Compiling p_ed25519_asn1.cc
[823/1279] Compiling p_rsa.cc
[824/1279] Compiling p_rsa_asn1.cc
[825/1279] Compiling p_ec.cc
[826/1279] Compiling evp_ctx.cc
[827/1279] Compiling p_dh.cc
[828/1279] Compiling p_dh_asn1.cc
[829/1279] Compiling evp.cc
[830/1279] Compiling p_dsa_asn1.cc
[831/1279] Compiling err.cc
[832/1279] Compiling ecdh.cc
[833/1279] Compiling evp_asn1.cc
[834/1279] Compiling ecdsa_asn1.cc
[835/1279] Compiling engine.cc
[836/1279] Compiling bcm.cc
[837/1279] Compiling hash_to_curve.cc
[838/1279] Compiling params.cc
[839/1279] Compiling ec_derive.cc
[840/1279] Compiling dsa_asn1.cc
[841/1279] Compiling dsa.cc
[842/1279] Compiling x25519-asm-arm.S
[843/1279] Compiling ec_asn1.cc
[844/1279] Compiling curve25519_64_adx.cc
[845/1279] Compiling digest_extra.cc
[846/1279] Compiling des.cc
[847/1279] Compiling curve25519.cc
[848/1279] Compiling crypto.cc
[849/1279] Compiling dh_asn1.cc
[850/1279] Compiling cpu_intel.cc
[851/1279] Compiling spake25519.cc
[852/1279] Compiling cpu_aarch64_sysreg.cc
[853/1279] Compiling cpu_arm_linux.cc
[854/1279] Compiling cpu_arm_freebsd.cc
[855/1279] Compiling cpu_aarch64_win.cc
[856/1279] Compiling cpu_aarch64_openbsd.cc
[857/1279] Compiling cpu_aarch64_linux.cc
[858/1279] Compiling cpu_aarch64_fuchsia.cc
[859/1279] Compiling cpu_aarch64_apple.cc
[860/1279] Compiling get_cipher.cc
[861/1279] Compiling tls_cbc.cc
[862/1279] Compiling e_rc4.cc
[863/1279] Compiling conf.cc
[864/1279] Compiling e_tls.cc
[865/1279] Compiling e_chacha20poly1305.cc
[866/1279] Compiling e_rc2.cc
[867/1279] Compiling e_null.cc
[868/1279] Compiling e_des.cc
[869/1279] Compiling e_aesgcmsiv.cc
[870/1279] Compiling e_aesctrhmac.cc
[871/1279] Compiling derive_key.cc
[872/1279] Compiling chacha.cc
[873/1279] Compiling unicode.cc
[874/1279] Compiling ber.cc
[875/1279] Compiling cbs.cc
[876/1279] Compiling cbb.cc
[877/1279] Compiling asn1_compat.cc
[878/1279] Compiling buf.cc
[879/1279] Compiling blake2.cc
[880/1279] Compiling socket.cc
[881/1279] Compiling socket_helper.cc
[882/1279] Compiling bn_asn1.cc
[883/1279] Compiling convert.cc
[884/1279] Compiling printf.cc
[885/1279] Compiling hexdump.cc
[886/1279] Compiling pair.cc
[887/1279] Compiling errno.cc
[888/1279] Compiling fd.cc
[889/1279] Compiling connect.cc
[890/1279] Compiling file.cc
[891/1279] Compiling bio_mem.cc
[892/1279] Compiling bio.cc
[893/1279] Compiling base64.cc
[894/1279] Compiling tasn_fre.cc
[895/1279] Compiling tasn_typ.cc
[896/1279] Compiling f_int.cc
[897/1279] Compiling tasn_utl.cc
[898/1279] Compiling posix_time.cc
[899/1279] Compiling tasn_enc.cc
[900/1279] Compiling f_string.cc
[901/1279] Compiling tasn_new.cc
[902/1279] Compiling asn1_lib.cc
[903/1279] Compiling asn1_par.cc
[904/1279] Compiling tasn_dec.cc
[905/1279] Compiling asn_pack.cc
[906/1279] Compiling a_type.cc
[907/1279] Compiling a_octet.cc
[908/1279] Compiling a_object.cc
[909/1279] Compiling a_utctm.cc
[910/1279] Compiling a_strnid.cc
[911/1279] Compiling a_time.cc
[912/1279] Compiling a_strex.cc
[913/1279] Compiling a_mbstr.cc
[914/1279] Compiling a_i2d_fp.cc
[915/1279] Compiling a_int.cc
[916/1279] Compiling a_dup.cc
[917/1279] Compiling fiat_p256_adx_sqr.S
[918/1279] Compiling a_bitstr.cc
[919/1279] Compiling fiat_p256_adx_mul.S
[920/1279] Compiling a_d2i_fp.cc
[920/1279] Compiling fiat_curve25519_adx_square.S
[922/1279] Compiling fiat_curve25519_adx_mul.S
[923/1279] Compiling CCryptoBoringSSLShims shims.c
[924/1279] Compiling md5-x86_64-apple.S
[925/1279] Compiling md5-x86_64-linux.S
[926/1279] Compiling md5-586-linux.S
[927/1279] Compiling a_bool.cc
[928/1279] Compiling chacha20_poly1305_x86_64-apple.S
[929/1279] Compiling chacha20_poly1305_x86_64-linux.S
[930/1279] Compiling md5-586-apple.S
[931/1279] Compiling chacha20_poly1305_armv8-win.S
[932/1279] Compiling chacha-x86_64-apple.S
[933/1279] Compiling chacha20_poly1305_armv8-apple.S
[934/1279] Compiling chacha-x86_64-linux.S
[935/1279] Compiling a_gentm.cc
[936/1279] Compiling chacha20_poly1305_armv8-linux.S
[937/1279] Compiling chacha-x86-linux.S
[938/1279] Compiling chacha-x86-apple.S
[939/1279] Compiling chacha-armv8-apple.S
[940/1279] Compiling chacha-armv8-win.S
[941/1279] Compiling chacha-armv4-linux.S
[942/1279] Compiling chacha-armv8-linux.S
[943/1279] Compiling aes128gcmsiv-x86_64-linux.S
[944/1279] Compiling aes128gcmsiv-x86_64-apple.S
[945/1279] Compiling x86_64-mont5-linux.S
[946/1279] Compiling x86_64-mont5-apple.S
[947/1279] Compiling x86_64-mont-linux.S
[948/1279] Compiling x86_64-mont-apple.S
[949/1279] Compiling vpaes-x86_64-linux.S
[950/1279] Compiling x86-mont-apple.S
[951/1279] Compiling x86-mont-linux.S
[952/1279] Compiling vpaes-x86-linux.S
[953/1279] Compiling vpaes-x86_64-apple.S
[954/1279] Compiling vpaes-x86-apple.S
[955/1279] Compiling vpaes-armv8-win.S
[956/1279] Compiling vpaes-armv8-linux.S
[957/1279] Compiling vpaes-armv8-apple.S
[958/1279] Compiling sha512-x86_64-linux.S
[959/1279] Compiling vpaes-armv7-linux.S
[960/1279] Compiling sha512-x86_64-apple.S
[961/1279] Compiling sha512-586-linux.S
[962/1279] Compiling sha512-armv8-apple.S
[963/1279] Compiling sha512-armv8-win.S
[964/1279] Compiling sha512-armv4-linux.S
[965/1279] Compiling sha512-armv8-linux.S
[966/1279] Compiling sha256-x86_64-apple.S
[967/1279] Compiling sha256-x86_64-linux.S
[968/1279] Compiling sha512-586-apple.S
[969/1279] Compiling sha256-armv8-win.S
[970/1279] Compiling sha256-armv8-linux.S
[971/1279] Compiling sha256-armv4-linux.S
[972/1279] Compiling sha256-armv8-apple.S
[973/1279] Compiling sha256-586-linux.S
[974/1279] Compiling sha256-586-apple.S
[975/1279] Compiling sha1-x86_64-linux.S
[976/1279] Compiling sha1-armv8-win.S
[977/1279] Compiling err_data.cc
[978/1279] Compiling sha1-x86_64-apple.S
[979/1279] Compiling sha1-armv8-linux.S
[980/1279] Compiling sha1-armv4-large-linux.S
[981/1279] Compiling sha1-armv8-apple.S
[982/1279] Compiling sha1-586-linux.S
[983/1279] Compiling sha1-586-apple.S
[984/1279] Compiling rdrand-x86_64-linux.S
[985/1279] Compiling rdrand-x86_64-apple.S
[986/1279] Compiling p256_beeu-x86_64-asm-apple.S
[987/1279] Compiling rsaz-avx2-apple.S
[988/1279] Compiling rsaz-avx2-linux.S
[989/1279] Compiling p256_beeu-x86_64-asm-linux.S
[990/1279] Compiling p256_beeu-armv8-asm-win.S
[991/1279] Compiling p256_beeu-armv8-asm-apple.S
[992/1279] Compiling p256_beeu-armv8-asm-linux.S
[993/1279] Compiling p256-x86_64-asm-apple.S
[994/1279] Compiling p256-x86_64-asm-linux.S
[995/1279] Compiling p256-armv8-asm-win.S
[996/1279] Compiling p256-armv8-asm-apple.S
[997/1279] Compiling ghashv8-armv8-apple.S
[998/1279] Compiling p256-armv8-asm-linux.S
[999/1279] Compiling ghashv8-armv8-win.S
[1000/1279] Compiling ghashv8-armv7-linux.S
[1000/1279] Compiling ghashv8-armv8-linux.S
[1002/1279] Compiling ghash-x86_64-linux.S
[1003/1279] Compiling ghash-x86_64-apple.S
[1004/1279] Compiling ghash-x86-apple.S
[1005/1279] Compiling ghash-x86-linux.S
[1006/1279] Compiling ghash-ssse3-x86_64-linux.S
[1007/1279] Compiling ghash-ssse3-x86_64-apple.S
[1008/1279] Compiling ghash-ssse3-x86-linux.S
[1009/1279] Compiling ghash-ssse3-x86-apple.S
[1010/1279] Compiling ghash-neon-armv8-win.S
[1011/1279] Compiling ghash-neon-armv8-apple.S
[1012/1279] Compiling ghash-neon-armv8-linux.S
[1013/1279] Compiling ghash-armv4-linux.S
[1014/1279] Compiling co-586-linux.S
[1015/1279] Compiling co-586-apple.S
[1015/1279] Compiling bsaes-armv7-linux.S
[1017/1279] Compiling bn-armv8-linux.S
[1018/1279] Compiling bn-armv8-apple.S
[1019/1279] Compiling bn-armv8-win.S
[1020/1279] Compiling bn-586-linux.S
[1021/1279] Compiling armv8-mont-win.S
[1022/1279] Compiling bn-586-apple.S
[1023/1279] Compiling armv4-mont-linux.S
[1024/1279] Compiling armv8-mont-apple.S
[1025/1279] Compiling armv8-mont-linux.S
[1026/1279] Compiling aesv8-gcm-armv8-win.S
[1027/1279] Compiling aesv8-armv8-linux.S
[1028/1279] Compiling aesv8-gcm-armv8-apple.S
[1029/1279] Compiling aesv8-armv8-apple.S
[1030/1279] Compiling aesv8-armv8-win.S
[1031/1279] Compiling aesv8-armv7-linux.S
[1032/1279] Compiling aesni-x86-linux.S
[1033/1279] Compiling aesni-x86-apple.S
[1034/1279] Compiling aesv8-gcm-armv8-linux.S
[1035/1279] Compiling aesni-x86_64-apple.S
[1036/1279] Compiling aesni-gcm-x86_64-linux.S
[1037/1279] Compiling aesni-x86_64-linux.S
[1038/1279] Compiling aesni-gcm-x86_64-apple.S
[1039/1279] Compiling aes-gcm-avx10-x86_64-apple.S
[1040/1279] Compiling aes-gcm-avx10-x86_64-linux.S
[1041/1279] Compiling c-nioatomics.c
[1042/1279] Compiling x_x509a.cc
[1043/1279] Compiling x_spki.cc
[1044/1279] Compiling x_req.cc
[1045/1279] Compiling x_val.cc
[1046/1279] Compiling x_sig.cc
[1047/1279] Compiling x_x509.cc
[1048/1279] Compiling x_pubkey.cc
[1049/1279] Compiling x_crl.cc
[1050/1279] Compiling c-atomics.c
[1051/1279] Compiling x_exten.cc
[1052/1285] Compiling x_all.cc
[1053/1285] Compiling x_attrib.cc
[1054/1285] Compiling x_name.cc
[1055/1285] Compiling x_algor.cc
[1057/1285] Compiling NIOConcurrencyHelpers lock.swift
[1058/1285] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1058/1285] Compiling x509name.cc
[1059/1285] Compiling x509rset.cc
[1061/1285] Emitting module NIOConcurrencyHelpers
[1062/1285] Compiling NIOConcurrencyHelpers NIOLock.swift
[1063/1285] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1064/1285] Compiling NIOConcurrencyHelpers atomics.swift
[1064/1286] Compiling x509spki.cc
[1066/1286] Compiling x509cset.cc
[1067/1286] Compiling x509_vpm.cc
[1068/1286] Compiling x509_v3.cc
[1069/1286] Compiling x509_vfy.cc
[1070/1286] Compiling x509_txt.cc
[1071/1286] Compiling x509_trs.cc
[1072/1286] Compiling x509_set.cc
[1073/1286] Compiling x509_req.cc
[1074/1286] Compiling x509_ext.cc
[1075/1286] Compiling x509_lu.cc
[1076/1286] Compiling x509_def.cc
[1077/1286] Compiling x509_obj.cc
[1078/1286] Compiling x509_cmp.cc
[1079/1286] Compiling x509_d2.cc
[1080/1286] Compiling x509.cc
[1081/1286] Compiling x509_att.cc
[1082/1286] Compiling v3_purp.cc
[1083/1286] Compiling v3_skey.cc
[1084/1286] Compiling v3_utl.cc
[1085/1286] Compiling v3_prn.cc
[1086/1286] Compiling v3_pcons.cc
[1087/1286] Compiling v3_pmaps.cc
[1088/1286] Compiling v3_ocsp.cc
[1089/1286] Compiling v3_ncons.cc
[1090/1286] Compiling v3_int.cc
[1091/1286] Compiling v3_lib.cc
[1092/1286] Compiling v3_info.cc
[1093/1286] Compiling v3_ia5.cc
[1094/1286] Compiling v3_genn.cc
[1095/1286] Compiling v3_extku.cc
[1096/1286] Compiling v3_enum.cc
[1097/1286] Compiling v3_crld.cc
[1098/1286] Compiling v3_bitst.cc
[1099/1286] Compiling v3_cpols.cc
[1100/1286] Compiling v3_conf.cc
[1101/1286] Compiling v3_bcons.cc
[1102/1286] Compiling v3_akeya.cc
[1103/1286] Compiling v3_akey.cc
[1104/1286] Compiling v3_alt.cc
[1105/1286] Compiling policy.cc
[1106/1286] Compiling t_x509.cc
[1107/1286] Compiling t_req.cc
[1108/1286] Compiling t_x509a.cc
[1109/1286] Compiling i2d_pr.cc
[1110/1286] Compiling name_print.cc
[1111/1286] Compiling t_crl.cc
[1112/1286] Compiling rsa_pss.cc
[1113/1286] Compiling by_dir.cc
[1114/1286] Compiling a_sign.cc
[1115/1286] Compiling a_verify.cc
[1116/1286] Compiling by_file.cc
[1117/1286] Compiling algorithm.cc
[1118/1286] Compiling asn1_gen.cc
[1119/1286] Compiling voprf.cc
[1120/1286] Compiling thread_none.cc
[1121/1286] Compiling a_digest.cc
[1122/1286] Compiling thread.cc
[1123/1286] Compiling thread_pthread.cc
[1124/1286] Compiling thread_win.cc
[1125/1286] Compiling trust_token.cc
[1126/1286] Compiling wots.cc
[1127/1286] Compiling pmbtoken.cc
[1128/1286] Compiling stack.cc
[1129/1286] Compiling merkle.cc
[1130/1286] Compiling thash.cc
[1131/1286] Compiling fors.cc
[1132/1286] Compiling sha512.cc
[1133/1286] Compiling siphash.cc
[1134/1286] Compiling slhdsa.cc
[1135/1286] Compiling sha256.cc
[1136/1286] Compiling sha1.cc
[1137/1286] Compiling rsa_extra.cc
[1138/1286] Compiling rsa_crypt.cc
[1139/1286] Compiling rc4.cc
[1140/1286] Compiling rsa_print.cc
[1141/1286] Compiling rsa_asn1.cc
[1142/1286] Compiling windows.cc
[1143/1286] Compiling refcount.cc
[1144/1286] Compiling trusty.cc
[1145/1286] Compiling passive.cc
[1146/1286] Compiling urandom.cc
[1147/1286] Compiling fork_detect.cc
[1148/1286] Compiling poly1305_arm_asm.S
[1149/1286] Compiling rand_extra.cc
[1150/1286] Compiling ios.cc
[1151/1286] Compiling getentropy.cc
[1152/1286] Compiling forkunsafe.cc
[1153/1286] Compiling deterministic.cc
[1154/1286] Compiling poly1305_vec.cc
[1155/1286] Compiling poly1305_arm.cc
[1156/1286] Compiling poly1305.cc
[1157/1286] Compiling pool.cc
[1158/1286] Compiling pkcs8_x509.cc
[1159/1286] Compiling p5_pbev2.cc
[1160/1286] Compiling pkcs7.cc
[1161/1286] Compiling pkcs8.cc
[1162/1286] Compiling pkcs7_x509.cc
[1163/1286] Compiling pem_pk8.cc
[1164/1286] Compiling pem_xaux.cc
[1165/1286] Compiling pem_x509.cc
[1166/1286] Compiling pem_pkey.cc
[1167/1286] Compiling obj_xref.cc
[1168/1286] Compiling mlkem.cc
[1169/1286] Compiling pem_oth.cc
[1170/1286] Compiling mldsa.cc
[1171/1286] Compiling pem_all.cc
[1172/1286] Compiling pem_info.cc
[1173/1286] Compiling pem_lib.cc
[1174/1286] Compiling mem.cc
[1175/1286] Compiling poly_rq_mul.S
[1176/1286] Compiling fips_shared_support.cc
[1177/1286] Compiling obj.cc
[1178/1286] Compiling md5.cc
[1179/1286] Compiling md4.cc
[1180/1286] Compiling lhash.cc
[1181/1286] Compiling kyber.cc
[1182/1286] Compiling scrypt.cc
[1183/1286] Compiling ex_data.cc
[1184/1286] Compiling hpke.cc
[1185/1286] Compiling sign.cc
[1186/1286] Compiling hrss.cc
[1187/1286] Compiling print.cc
[1188/1286] Compiling pbkdf.cc
[1189/1286] Compiling p_x25519_asn1.cc
[1190/1286] Compiling p_x25519.cc
[1191/1286] Compiling p_rsa.cc
[1192/1286] Compiling p_rsa_asn1.cc
[1193/1286] Compiling p_ed25519.cc
[1194/1286] Compiling p_ed25519_asn1.cc
[1195/1286] Compiling p_hkdf.cc
[1196/1286] Compiling p_ec_asn1.cc
[1197/1286] Compiling p_dsa_asn1.cc
[1198/1286] Compiling p_ec.cc
[1199/1286] Compiling err.cc
[1200/1286] Compiling p_dh_asn1.cc
[1201/1286] Compiling p_dh.cc
[1202/1286] Compiling evp_ctx.cc
[1203/1286] Compiling evp_asn1.cc
[1204/1286] Compiling ecdsa_asn1.cc
[1205/1286] Compiling evp.cc
[1206/1286] Compiling engine.cc
[1207/1286] Compiling bcm.cc
[1208/1286] Compiling ecdh_extra.cc
[1209/1286] Compiling hash_to_curve.cc
[1210/1286] Compiling params.cc
[1211/1286] Compiling ec_derive.cc
[1212/1286] Compiling ec_asn1.cc
[1213/1286] Compiling dsa.cc
[1214/1286] Compiling des.cc
[1215/1286] Compiling x25519-asm-arm.S
[1216/1286] Compiling dsa_asn1.cc
[1217/1286] Compiling spake25519.cc
[1218/1286] Compiling digest_extra.cc
[1219/1286] Compiling curve25519_64_adx.cc
[1220/1286] Compiling dh_asn1.cc
[1221/1286] Compiling cpu_intel.cc
[1222/1286] Compiling crypto.cc
[1223/1286] Compiling curve25519.cc
[1224/1286] Compiling cpu_arm_linux.cc
[1225/1286] Compiling cpu_arm_freebsd.cc
[1226/1286] Compiling cpu_aarch64_openbsd.cc
[1227/1286] Compiling cpu_aarch64_fuchsia.cc
[1228/1286] Compiling cpu_aarch64_sysreg.cc
[1229/1286] Compiling cpu_aarch64_win.cc
[1230/1286] Compiling e_tls.cc
[1231/1286] Compiling tls_cbc.cc
[1232/1286] Compiling conf.cc
[1233/1286] Compiling cpu_aarch64_linux.cc
[1234/1286] Compiling cpu_aarch64_apple.cc
[1235/1286] Compiling e_rc4.cc
[1236/1286] Compiling e_chacha20poly1305.cc
[1237/1286] Compiling e_des.cc
[1238/1286] Compiling e_rc2.cc
[1239/1286] Compiling e_null.cc
[1240/1286] Compiling chacha.cc
[1241/1286] Compiling derive_key.cc
[1242/1286] Compiling e_aesgcmsiv.cc
[1243/1286] Compiling cipher_extra.cc
[1244/1286] Compiling e_aesctrhmac.cc
[1245/1286] Compiling ber.cc
[1246/1286] Compiling unicode.cc
[1247/1286] Compiling cbs.cc
[1248/1286] Compiling asn1_compat.cc
[1249/1286] Compiling buf.cc
[1250/1286] Compiling cbb.cc
[1251/1286] Compiling bn_asn1.cc
[1252/1286] Compiling blake2.cc
[1253/1286] Compiling pair.cc
[1254/1286] Compiling convert.cc
[1255/1286] Compiling file.cc
[1256/1286] Compiling printf.cc
[1257/1286] Compiling fd.cc
[1258/1286] Compiling hexdump.cc
[1259/1286] Compiling errno.cc
[1260/1286] Compiling bio_mem.cc
[1261/1286] Compiling base64.cc
[1262/1286] Compiling tasn_typ.cc
[1263/1286] Compiling tasn_fre.cc
[1264/1286] Compiling bio.cc
[1265/1286] Compiling tasn_enc.cc
[1266/1286] Compiling tasn_utl.cc
[1267/1286] Compiling tasn_new.cc
[1268/1286] Compiling f_string.cc
[1269/1286] Compiling f_int.cc
[1270/1286] Compiling posix_time.cc
[1271/1286] Compiling tasn_dec.cc
[1272/1286] Compiling a_strex.cc
[1273/1286] Compiling a_octet.cc
[1274/1286] Compiling a_type.cc
[1275/1286] Compiling a_strnid.cc
[1275/1286] Write sources
[1279/1286] Compiling a_time.cc
[1280/1358] Compiling a_mbstr.cc
[1281/1358] Compiling a_object.cc
[1282/1358] Compiling a_d2i_fp.cc
[1283/1383] Compiling a_int.cc
[1284/1383] Compiling a_bool.cc
[1286/1383] Compiling Algorithms Joined.swift
[1287/1383] Compiling Algorithms Keyed.swift
[1288/1385] Compiling Algorithms MinMax.swift
[1289/1385] Compiling Algorithms Partition.swift
[1290/1385] Compiling Algorithms Permutations.swift
[1291/1385] Compiling Algorithms Product.swift
[1292/1385] Emitting module BitCollections
[1293/1392] Compiling Algorithms AdjacentPairs.swift
[1294/1392] Compiling Algorithms Chain.swift
[1295/1392] Compiling Algorithms Chunked.swift
[1296/1392] Compiling Algorithms Combinations.swift
[1297/1392] Compiling Algorithms Compacted.swift
[1298/1392] Compiling Algorithms Cycle.swift
[1299/1392] Compiling Algorithms EitherSequence.swift
[1301/1392] Compiling Algorithms FirstNonNil.swift
[1302/1392] Compiling Algorithms FlattenCollection.swift
[1305/1392] Compiling a_gentm.cc
[1307/1392] Compiling Atomics IntegerOperations.swift
[1308/1392] Compiling Atomics Unmanaged extensions.swift
[1309/1392] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1310/1392] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1311/1392] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1312/1392] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1313/1392] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1314/1392] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1315/1392] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1316/1394] Compiling Algorithms Suffix.swift
[1317/1395] Compiling BitCollections BitSet+Invariants.swift
[1318/1395] Compiling BitCollections BitSet+Random.swift
[1319/1395] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1320/1395] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1321/1395] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1322/1395] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1323/1400] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1324/1400] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1325/1400] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1326/1400] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1327/1400] Compiling BitCollections BitSet+SetAlgebra union.swift
[1328/1400] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1329/1400] Compiling BitCollections BitSet.Counted.swift
[1332/1400] Compiling Algorithms Rotate.swift
[1333/1400] Compiling Algorithms Split.swift
[1334/1400] Compiling Algorithms Stride.swift
[1344/1403] Compiling BitCollections BitArray+BitwiseOperations.swift
[1345/1403] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1346/1403] Compiling BitCollections BitArray+Codable.swift
[1347/1403] Compiling BitCollections BitArray+Collection.swift
[1348/1403] Compiling BitCollections BitArray+Copy.swift
[1349/1403] Compiling BitCollections BitArray+CustomReflectable.swift
[1350/1403] Compiling BitCollections BitArray+Descriptions.swift
[1351/1403] Compiling BitCollections BitArray+Equatable.swift
[1354/1403] Compiling Algorithms Grouped.swift
[1355/1403] Compiling Algorithms Indexed.swift
[1356/1403] Compiling Algorithms Intersperse.swift
[1360/1403] Compiling BitCollections BitSet.Index.swift
[1361/1403] Compiling BitCollections BitSet._UnsafeHandle.swift
[1362/1403] Compiling BitCollections BitSet.swift
[1363/1403] Compiling BitCollections Range+Utilities.swift
[1364/1403] Compiling BitCollections Slice+Utilities.swift
[1365/1403] Compiling BitCollections UInt+Tricks.swift
[1366/1403] Compiling BitCollections _Word.swift
[1382/1404] Compiling CryptoBoringWrapper RandomBytes.swift
[1389/1406] Emitting module Collections
[1390/1406] Compiling Collections Collections.swift
[1391/1407] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1393/1407] Compiling Algorithms Trim.swift
[1394/1407] Compiling Algorithms Unique.swift
[1395/1407] Compiling Algorithms Windows.swift
[1396/1407] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1397/1407] Emitting module Atomics
[1399/1408] Emitting module CryptoBoringWrapper
[1400/1408] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1401/1408] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1402/1408] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1403/1408] Compiling CryptoBoringWrapper EllipticCurve.swift
[1409/1540] Emitting module Algorithms
[1411/1541] Compiling Crypto AESWrap.swift
[1412/1541] Compiling Crypto AESWrap_boring.swift
[1413/1541] Compiling Crypto Ed25519_boring.swift
[1414/1541] Compiling Crypto NISTCurvesKeys_boring.swift
[1415/1541] Compiling Crypto X25519Keys_boring.swift
[1416/1541] Compiling Crypto Curve25519.swift
[1417/1541] Compiling Crypto Ed25519Keys.swift
[1418/1541] Compiling Crypto NISTCurvesKeys.swift
[1419/1549] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1420/1549] Compiling Crypto HPKE-KEM.swift
[1421/1549] Compiling Crypto HPKE-Errors.swift
[1422/1549] Compiling Crypto HPKE.swift
[1423/1549] Compiling Crypto HPKE-Context.swift
[1424/1549] Compiling Crypto HPKE-KeySchedule.swift
[1425/1549] Compiling Crypto HPKE-Modes.swift
[1426/1549] Compiling Crypto Insecure.swift
[1427/1549] Compiling Crypto ChaChaPoly.swift
[1428/1549] Compiling Crypto Cipher.swift
[1429/1549] Compiling Crypto Nonces.swift
[1430/1549] Compiling Crypto ASN1.swift
[1431/1549] Compiling Crypto ASN1Any.swift
[1432/1549] Compiling Crypto ASN1BitString.swift
[1433/1549] Compiling Crypto ASN1Boolean.swift
[1434/1549] Compiling Crypto HKDF.swift
[1435/1549] Emitting module Crypto
[1436/1558] Compiling Crypto PKCS8PrivateKey.swift
[1437/1558] Compiling Crypto SEC1PrivateKey.swift
[1438/1558] Compiling Crypto SubjectPublicKeyInfo.swift
[1439/1558] Compiling Crypto CryptoKitErrors.swift
[1440/1558] Compiling Crypto Digest_boring.swift
[1441/1558] Compiling Crypto Digest.swift
[1442/1558] Compiling Crypto Digests.swift
[1443/1558] Compiling Crypto HashFunctions.swift
[1444/1558] Compiling Crypto HashFunctions_SHA2.swift
[1445/1558] Compiling Crypto HPKE-AEAD.swift
[1455/1558] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1456/1558] Compiling NIOCore SocketAddresses.swift
[1457/1558] Compiling NIOCore SocketOptionProvider.swift
[1458/1558] Compiling NIOCore SystemCallHelpers.swift
[1459/1558] Compiling NIOCore TimeAmount+Duration.swift
[1460/1558] Compiling NIOCore TypeAssistedChannelHandler.swift
[1461/1558] Compiling NIOCore UniversalBootstrapSupport.swift
[1462/1558] Compiling NIOCore Utilities.swift
[1463/1558] Compiling Crypto EdDSA_boring.swift
[1464/1558] Compiling Crypto ECDSA.swift
[1465/1558] Compiling Crypto Ed25519.swift
[1471/1558] Compiling Crypto Insecure_HashFunctions.swift
[1472/1558] Compiling Crypto KEM.swift
[1473/1558] Compiling Crypto ECDH_boring.swift
[1474/1558] Compiling Crypto DH.swift
[1475/1558] Compiling Crypto ECDH.swift
[1476/1558] Compiling Crypto HPKE-Ciphersuite.swift
[1477/1558] Compiling Crypto HPKE-KDF.swift
[1478/1558] Compiling Crypto HPKE-KexKeyDerivation.swift
[1479/1558] Compiling Crypto HPKE-LabeledExtract.swift
[1480/1558] Compiling Crypto HPKE-Utils.swift
[1481/1558] Compiling Crypto DHKEM.swift
[1482/1558] Compiling Crypto HPKE-KEM-Curve25519.swift
[1491/1558] Compiling Crypto AES-GCM.swift
[1492/1558] Compiling Crypto AES-GCM_boring.swift
[1493/1558] Compiling Crypto ChaChaPoly_boring.swift
[1504/1558] Compiling Crypto ASN1Identifier.swift
[1505/1558] Compiling Crypto ASN1Integer.swift
[1506/1558] Compiling Crypto ASN1Null.swift
[1507/1558] Compiling Crypto ASN1OctetString.swift
[1508/1558] Compiling Crypto ASN1Strings.swift
[1509/1558] Compiling Crypto ArraySliceBigint.swift
[1510/1558] Compiling Crypto GeneralizedTime.swift
[1511/1558] Compiling Crypto ObjectIdentifier.swift
[1512/1558] Compiling Crypto ECDSASignature.swift
[1513/1558] Compiling Crypto PEMDocument.swift
[1514/1558] Compiling Crypto Signature.swift
[1515/1558] Compiling Crypto CryptoKitErrors_boring.swift
[1516/1558] Compiling Crypto RNG_boring.swift
[1517/1558] Compiling Crypto SafeCompare_boring.swift
[1518/1558] Compiling Crypto Zeroization_boring.swift
[1519/1558] Compiling Crypto PrettyBytes.swift
[1520/1558] Compiling Crypto SafeCompare.swift
[1521/1558] Compiling Crypto SecureBytes.swift
[1522/1558] Compiling Crypto Zeroization.swift
[1559/1559] Emitting module NIOCore
[1561/1610] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1562/1610] Compiling NIOPosix Pool.swift
[1563/1610] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1564/1610] Compiling NIOPosix PosixSingletons.swift
[1565/1610] Compiling NIOPosix RawSocketBootstrap.swift
[1566/1610] Compiling NIOPosix Resolver.swift
[1567/1610] Compiling NIOPosix Selectable.swift
[1568/1610] Emitting module NIOEmbedded
[1569/1610] Compiling NIOEmbedded Embedded.swift
[1570/1610] Compiling NIOEmbedded AsyncTestingChannel.swift
[1572/1617] Emitting module NIOPosix
[1573/1617] Compiling NIOPosix ThreadPosix.swift
[1574/1617] Compiling NIOPosix ThreadWindows.swift
[1575/1617] Compiling NIOPosix UnsafeTransfer.swift
[1576/1617] Compiling NIOPosix Utilities.swift
[1577/1617] Compiling NIOPosix VsockAddress.swift
[1578/1617] Compiling NIOPosix VsockChannelEvents.swift
[1579/1617] Compiling NIOPosix SelectableChannel.swift
[1580/1617] Compiling NIOPosix SelectableEventLoop.swift
[1581/1617] Compiling NIOPosix SelectorEpoll.swift
[1582/1617] Compiling NIOPosix SelectorGeneric.swift
[1583/1617] Compiling NIOPosix SelectorKqueue.swift
[1584/1617] Compiling NIOPosix SelectorUring.swift
[1585/1617] Compiling NIOPosix ServerSocket.swift
[1586/1617] Compiling NIOPosix Socket.swift
[1587/1617] Compiling NIOPosix SocketChannel.swift
[1588/1617] Compiling NIOPosix SocketProtocols.swift
[1589/1617] Compiling NIOPosix System.swift
[1590/1617] Compiling NIOPosix Thread.swift
[1591/1617] Compiling NIOPosix BSDSocketAPICommon.swift
[1592/1617] Compiling NIOPosix BSDSocketAPIPosix.swift
[1593/1617] Compiling NIOPosix BSDSocketAPIWindows.swift
[1594/1617] Compiling NIOPosix BaseSocket.swift
[1595/1617] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1596/1617] Compiling NIOPosix BaseSocketChannel.swift
[1597/1617] Compiling NIOPosix BaseStreamSocketChannel.swift
[1598/1617] Compiling NIOPosix Bootstrap.swift
[1599/1617] Compiling NIOPosix ControlMessage.swift
[1600/1617] Compiling NIOPosix DatagramVectorReadManager.swift
[1601/1617] Compiling NIOPosix Errors+Any.swift
[1602/1617] Compiling NIOPosix FileDescriptor.swift
[1603/1617] Compiling NIOPosix GetaddrinfoResolver.swift
[1604/1617] Compiling NIOPosix HappyEyeballs.swift
[1605/1617] Compiling NIOPosix NIOThreadPool.swift
[1606/1617] Compiling NIOPosix NonBlockingFileIO.swift
[1607/1617] Compiling NIOPosix PendingDatagramWritesManager.swift
[1608/1617] Compiling NIOPosix PendingWritesManager.swift
[1609/1617] Compiling NIOPosix PipeChannel.swift
[1610/1617] Compiling NIOPosix PipePair.swift
[1611/1617] Compiling NIOPosix IO.swift
[1612/1617] Compiling NIOPosix IntegerBitPacking.swift
[1613/1617] Compiling NIOPosix IntegerTypes.swift
[1614/1617] Compiling NIOPosix Linux.swift
[1615/1617] Compiling NIOPosix LinuxCPUSet.swift
[1616/1617] Compiling NIOPosix LinuxUring.swift
[1617/1617] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1619/1642] Compiling NIO Exports.swift
[1620/1642] Emitting module NIO
[1621/1642] Compiling AsyncKit EventLoop+Flatten.swift
[1622/1642] Compiling AsyncKit EventLoop+Future.swift
[1623/1642] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1624/1644] Compiling AsyncKit ConnectionPoolError.swift
[1625/1644] Compiling AsyncKit ConnectionPoolItem.swift
[1626/1644] Compiling AsyncKit ConnectionPoolSource.swift
[1627/1645] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1628/1645] Compiling AsyncKit Collection+Flatten.swift
[1629/1645] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1631/1645] Compiling AsyncKit Future+Miscellaneous.swift
[1632/1645] Compiling AsyncKit Future+Nonempty.swift
[1633/1645] Compiling AsyncKit Future+Optional.swift
[1634/1645] Compiling AsyncKit Future+Transform.swift
[1635/1645] Compiling AsyncKit Future+Try.swift
[1636/1645] Compiling AsyncKit FutureOperators.swift
[1637/1645] Compiling AsyncKit EventLoopConnectionPool.swift
[1638/1645] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1639/1645] Compiling AsyncKit EventLoop+Concurrency.swift
[1640/1651] Compiling AsyncKit Optional+StrictMap.swift
[1641/1651] Compiling AsyncKit Exports.swift
[1642/1651] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1643/1651] Emitting module NIOTLS
[1644/1651] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1645/1651] Compiling NIOTLS TLSEvents.swift
[1646/1651] Compiling NIOTLS SNIHandler.swift
[1647/1651] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1649/1681] Emitting module AsyncKit
[1650/1681] Compiling NIOSSL SSLPrivateKey.swift
[1651/1681] Compiling NIOSSL SSLPublicKey.swift
[1652/1681] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1653/1681] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1654/1685] Compiling NIOSSL AndroidCABundle.swift
[1655/1685] Compiling NIOSSL ByteBufferBIO.swift
[1656/1685] Compiling NIOSSL CustomPrivateKey.swift
[1657/1685] Compiling NIOSSL IdentityVerification.swift
[1658/1685] Compiling NIOSSL SubjectAlternativeName.swift
[1659/1685] Compiling NIOSSL NIOSSLSecureBytes.swift
[1660/1685] Compiling NIOSSL RNG.swift
[1661/1685] Compiling NIOSSL SafeCompare.swift
[1662/1685] Emitting module NIOSSL
[1663/1685] Compiling NIOSSL LinuxCABundle.swift
[1664/1685] Compiling NIOSSL NIOSSLClientHandler.swift
[1665/1685] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1666/1685] Compiling NIOSSL NIOSSLHandler.swift
[1667/1685] Compiling NIOSSL SSLCertificate.swift
[1668/1685] Compiling NIOSSL SSLCertificateExtensions.swift
[1669/1685] Compiling NIOSSL SSLCertificateName.swift
[1670/1685] Compiling NIOSSL SSLConnection.swift
[1671/1685] Compiling NIOSSL NIOSSLServerHandler.swift
[1672/1685] Compiling NIOSSL ObjectIdentifier.swift
[1673/1685] Compiling NIOSSL PosixPort.swift
[1674/1685] Compiling NIOSSL SSLCallbacks.swift
[1675/1685] Compiling NIOSSL SSLContext.swift
[1676/1685] Compiling NIOSSL SSLErrors.swift
[1677/1685] Compiling NIOSSL SSLInit.swift
[1678/1685] Compiling NIOSSL SSLPKCS12Bundle.swift
[1679/1685] Compiling NIOSSL Zeroization.swift
[1680/1685] Compiling NIOSSL TLSConfiguration.swift
[1681/1685] Compiling NIOSSL UniversalBootstrapSupport.swift
[1682/1685] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1684/1722] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1685/1722] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1686/1722] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1687/1722] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1688/1722] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1689/1727] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1690/1727] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1691/1727] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1692/1727] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1693/1727] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1694/1727] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1695/1727] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1696/1727] Compiling MySQLNIO MySQLProtocol.swift
[1697/1727] Compiling MySQLNIO CryptoUtils.swift
[1698/1727] Compiling MySQLNIO NIOUtils.swift
[1699/1727] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1700/1727] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1701/1727] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1702/1727] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1703/1727] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1704/1727] Compiling MySQLNIO MySQLDatabase.swift
[1705/1727] Compiling MySQLNIO MySQLError.swift
[1706/1727] Compiling MySQLNIO MySQLQueryCommand.swift
[1707/1727] Compiling MySQLNIO MySQLRow.swift
[1708/1727] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1709/1727] Compiling MySQLNIO MySQLTime.swift
[1710/1727] Compiling MySQLNIO MySQLPacket.swift
[1711/1727] Compiling MySQLNIO MySQLPacketDecoder.swift
[1712/1727] Compiling MySQLNIO MySQLPacketEncoder.swift
[1713/1727] Compiling MySQLNIO MySQLPacketSequence.swift
[1714/1727] Emitting module MySQLNIO
[1715/1727] Compiling MySQLNIO Exports.swift
[1716/1727] Compiling MySQLNIO MySQLConnection.swift
[1717/1727] Compiling MySQLNIO MySQLConnectionHandler.swift
[1718/1727] Compiling MySQLNIO MySQLData.swift
[1719/1727] Compiling MySQLNIO MySQLDataConvertible.swift
[1724/1768] Compiling Bridges Bridgeable.swift
[1725/1768] Compiling Bridges BridgesApplication.swift
[1726/1768] Compiling Bridges BridgesRequest.swift
[1727/1768] Compiling Bridges ConnectionSource.swift
[1728/1768] Compiling Bridges ContextBridgeable.swift
[1729/1773] Compiling Bridges AnyBridge.swift
[1730/1773] Compiling Bridges AnyBridgesObject.swift
[1731/1773] Compiling Bridges AnyDatabaseIdentifiable.swift
[1732/1773] Compiling Bridges AnyMigration.swift
[1733/1773] Compiling Bridges AutoCreateTableMigration.swift
[1734/1773] Emitting module Bridges
[1735/1773] Compiling Bridges SchemaMigration.swift
[1736/1773] Compiling Bridges TableMigration.swift
[1737/1773] Compiling Bridges Trigger.swift
[1738/1773] Compiling Bridges View.swift
[1739/1773] Compiling Bridges Table.swift
[1740/1773] Compiling Bridges Bridgeable+Transaction.swift
[1741/1773] Compiling Bridges Dictionary+SwifQLable.swift
[1742/1773] Compiling Bridges Encodable+SwifQLable.swift
[1743/1773] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[1744/1773] Compiling Bridges SwifQLable+Execute.swift
[1745/1773] Compiling Bridges Table+Conveniences.swift
[1746/1773] Compiling Bridges Connection.swift
[1747/1773] Compiling Bridges DatabaseHost.swift
[1748/1773] Compiling Bridges DatabaseIdentifier.swift
[1749/1773] Compiling Bridges DatabaseMigrations.swift
[1750/1773] Compiling Bridges Enum.swift
[1751/1773] Compiling Bridges Exports.swift
[1752/1773] Compiling Bridges Bridges.swift
[1753/1773] Compiling Bridges BridgesError.swift
[1754/1773] Compiling Bridges BridgesRow.swift
[1755/1773] Compiling Bridges CreateEnumBuilder.swift
[1756/1773] Compiling Bridges DropEnumBuilder.swift
[1757/1773] Compiling Bridges UpdateEnumBuilder.swift
[1758/1773] Compiling Bridges EnumMigration.swift
[1759/1773] Compiling Bridges Extension.swift
[1760/1773] Compiling Bridges Function.swift
[1761/1773] Compiling Bridges Migration.swift
[1762/1773] Compiling Bridges PoolSource.swift
[1769/1774] Compiling Bridges DateFormatter.swift
[1770/1774] Compiling Bridges Table+AllColumns.swift
[1771/1774] Compiling Bridges TableDelete.swift
[1772/1774] Compiling Bridges TableInsert.swift
[1773/1774] Compiling Bridges TableUpdate.swift
[1774/1774] Compiling Bridges TableUpsert.swift
[1776/1788] Compiling MySQLBridge MySQLMigration.swift
[1777/1789] Compiling MySQLBridge MySQLConnection+Bridge.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/MySQLConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
9 | import NIO
10 |
11 | extension MySQLConnection: BridgeConnection {
| |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public var dialect: SQLDialect { .mysql }
13 |
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
9 | import Bridges
10 |
11 | extension MySQLRow: BridgesRow {}
| |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 |
[1778/1789] Compiling MySQLBridge Row+Decode.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/MySQLConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
9 | import NIO
10 |
11 | extension MySQLConnection: BridgeConnection {
| |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public var dialect: SQLDialect { .mysql }
13 |
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
9 | import Bridges
10 |
11 | extension MySQLRow: BridgesRow {}
| |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 |
[1779/1789] Compiling MySQLBridge SwifQLable+Execute.swift
[1780/1789] Compiling MySQLBridge MySQLBridge.swift
[1781/1789] Emitting module MySQLBridge
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/MySQLConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
9 | import NIO
10 |
11 | extension MySQLConnection: BridgeConnection {
| |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public var dialect: SQLDialect { .mysql }
13 |
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
9 | import Bridges
10 |
11 | extension MySQLRow: BridgesRow {}
| |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 |
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
35 | }
36 |
37 | extension MySQLConnection: ConnectionPoolItem {}
| |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
39 |
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLRow+SQL.swift:15:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
13 | }
14 |
15 | extension MySQLRow: SQLRow {
| |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | public var allColumns: [String] {
17 | self.columnDefinitions.map { $0.name }
[1782/1789] Compiling MySQLBridge MySQLDataEncoder.swift
[1783/1789] Compiling MySQLBridge DatabaseHost+Initialization.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/DatabaseHost+Initialization.swift:42:33: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
40 | tlsConfiguration = nil
41 | } else {
42 | tlsConfiguration = .forClient()
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
43 | }
44 |
[1784/1789] Compiling MySQLBridge DatabaseIdentifier+Initialization.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/DatabaseHost+Initialization.swift:42:33: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
40 | tlsConfiguration = nil
41 | } else {
42 | tlsConfiguration = .forClient()
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
43 | }
44 |
[1785/1789] Compiling MySQLBridge Exports.swift
[1786/1789] Compiling MySQLBridge Bridges+Application.swift
[1787/1789] Compiling MySQLBridge MySQLConnectionSource.swift
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
35 | }
36 |
37 | extension MySQLConnection: ConnectionPoolItem {}
| |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
39 |
[1788/1789] Compiling MySQLBridge MySQLDataDecoder.swift
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
35 | }
36 |
37 | extension MySQLConnection: ConnectionPoolItem {}
| |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
38 |
39 |
[1789/1789] Compiling MySQLBridge MySQLRow+SQL.swift
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLRow+SQL.swift:15:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
13 | }
14 |
15 | extension MySQLRow: SQLRow {
| |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
16 | public var allColumns: [String] {
17 | self.columnDefinitions.map { $0.name }
Build complete! (373.17s)
Build complete.
{
"dependencies" : [
{
"identity" : "mysql-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/mysql-nio.git"
},
{
"identity" : "bridges",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwifQL/Bridges.git"
}
],
"manifest_display_name" : "MySQLBridge",
"name" : "MySQLBridge",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "MySQLBridge",
"targets" : [
"MySQLBridge"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MySQLBridgeTests",
"module_type" : "SwiftTarget",
"name" : "MySQLBridgeTests",
"path" : "Tests/MySQLBridgeTests",
"sources" : [
"MySQLBridgeTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MySQLBridge"
],
"type" : "test"
},
{
"c99name" : "MySQLBridge",
"module_type" : "SwiftTarget",
"name" : "MySQLBridge",
"path" : "Sources/MySQLBridge",
"product_dependencies" : [
"MySQLNIO",
"Bridges"
],
"product_memberships" : [
"MySQLBridge"
],
"sources" : [
"Exports.swift",
"Extensions/Bridges+Application.swift",
"Extensions/DatabaseHost+Initialization.swift",
"Extensions/DatabaseIdentifier+Initialization.swift",
"Extensions/MySQLConnection+Bridge.swift",
"Extensions/Row+Decode.swift",
"Extensions/SwifQLable+Execute.swift",
"MySQLBridge.swift",
"MySQLConnectionSource.swift",
"MySQLDataDecoder.swift",
"MySQLDataEncoder.swift",
"MySQLMigration.swift",
"MySQLRow+SQL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.