The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MySQLBridge, reference master (890391), with Swift 6.0 for Linux on 26 Nov 2024 09:36:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/MySQLBridge.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 890391b Update README.md
Cloned https://github.com/SwifQL/MySQLBridge.git
Revision (git rev-parse @):
890391bf2a98ec41342cc2685730b37174276274
SUCCESS checkout https://github.com/SwifQL/MySQLBridge.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/SwifQL/MySQLBridge.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/SwifQL/Bridges.git
Fetching https://github.com/vapor/mysql-nio.git
[1/2217] Fetching mysql-nio
[2196/2842] Fetching mysql-nio, bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.26s)
Fetched https://github.com/vapor/mysql-nio.git from cache (0.27s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (0.49s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
[1/3698] Fetching swift-log
[3699/14333] Fetching swift-log, swift-crypto
[4657/27642] Fetching swift-log, swift-crypto, swift-nio-ssl
[5961/99534] Fetching swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.97s)
[63737/88899] Fetching swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.06s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.08s)
Fetched https://github.com/apple/swift-nio.git from cache (6.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (1.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.76.1 (0.66s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[645/5488] Fetching swift-atomics, swift-system
[5489/21085] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.24s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.24s)
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.80s)
Fetching https://github.com/apple/swift-asn1.git
[1/1412] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.52s)
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.56s)
Fetching https://github.com/SwifQL/SwifQL.git
Fetching https://github.com/vapor/async-kit.git
[1/2319] Fetching swifql
[1277/4689] Fetching swifql, async-kit
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.30s)
Fetched https://github.com/vapor/async-kit.git from cache (0.31s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5591] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.50s)
Computing version for https://github.com/SwifQL/SwifQL.git
Computed https://github.com/SwifQL/SwifQL.git at 2.0.0-beta.3.22.0 (0.42s)
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.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.76.1
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.3.22.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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.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.10.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.29.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.1.4
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/813] Write sources
[13/813] Compiling _AtomicsShims.c
[13/813] Write sources
[25/813] Compiling _NumericsShims _NumericsShims.c
[26/813] Compiling aesv8-gcm-armv8-linux.S
[27/813] Compiling CNIOWindows shim.c
[28/813] Compiling CNIOWASI CNIOWASI.c
[29/813] Compiling CNIOWindows WSAStartup.c
[30/813] Compiling CNIOLinux liburing_shims.c
[31/813] Compiling CNIODarwin shim.c
[32/813] Compiling thread_pthread.c
[33/813] Compiling a_d2i_fp.c
[34/813] Compiling a_bool.c
[35/813] Compiling fiat_p256_adx_sqr.S
[36/813] Compiling fiat_p256_adx_mul.S
[37/813] Compiling CNIOLinux shim.c
[38/813] Compiling fiat_curve25519_adx_square.S
[39/813] Compiling fiat_curve25519_adx_mul.S
[40/813] Write swift-version-24593BA9C3E375BF.txt
[41/813] Compiling v3_genn.c
[42/813] Compiling CNIOBoringSSLShims shims.c
[43/819] Compiling tls_record.cc
[44/819] Compiling tls_method.cc
[45/819] Compiling tls13_enc.cc
[46/819] Compiling tls13_both.cc
[47/819] Compiling tls13_server.cc
[48/829] Compiling tls13_client.cc
[50/1012] Emitting module InternalCollectionsUtilities
[50/1014] Compiling t1_enc.cc
[51/1014] Compiling ssl_x509.cc
[52/1014] Compiling ssl_versions.cc
[53/1014] Compiling ssl_transcript.cc
[54/1014] Compiling ssl_stat.cc
[56/1014] Emitting module SwifQL
[57/1036] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/1036] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/1036] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/1036] Compiling InternalCollectionsUtilities Specialize.swift
[61/1036] Emitting module _NIOBase64
[62/1036] Compiling _NIOBase64 Base64.swift
[63/1036] Compiling RealModule Real.swift
[64/1037] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/1037] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[68/1037] Compiling InternalCollectionsUtilities Debugging.swift
[69/1037] Compiling InternalCollectionsUtilities Descriptions.swift
[70/1037] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/1037] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/1038] Emitting module RealModule
[73/1038] Compiling _NIODataStructures _TinyArray.swift
[74/1038] Compiling _NIODataStructures PriorityQueue.swift
[75/1038] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/1038] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[77/1038] Compiling RealModule ElementaryFunctions.swift
[78/1038] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/1038] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/1038] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[83/1038] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/1038] Compiling InternalCollectionsUtilities Integer rank.swift
[85/1038] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/1039] Compiling RealModule Float16+Real.swift
[87/1039] Compiling RealModule Float+Real.swift
[88/1039] Compiling RealModule Float80+Real.swift
[90/1039] Compiling RealModule RealFunctions.swift
[92/1040] Compiling ssl_session.cc
[94/1170] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[95/1170] Compiling HeapModule Heap+Descriptions.swift
[96/1170] Compiling Logging MetadataProvider.swift
[97/1170] Emitting module Logging
[98/1170] Compiling _NIODataStructures Heap.swift
[99/1170] Emitting module _NIODataStructures
[100/1171] Compiling HeapModule _HeapNode.swift
[101/1171] Compiling Logging LogHandler.swift
[102/1171] Compiling Logging Logging.swift
[103/1171] Compiling Logging Locks.swift
[104/1172] Compiling HeapModule Heap.swift
[107/1172] Compiling HeapModule Heap+UnsafeHandle.swift
[108/1172] Compiling HeapModule Heap+Invariants.swift
[109/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[110/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[111/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[112/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[113/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[114/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[115/1172] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[115/1179] Compiling ssl_privkey.cc
[117/1179] Emitting module HeapModule
[119/1271] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[120/1271] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[121/1271] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[122/1271] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[123/1271] Compiling HashTreeCollections _HashNode.swift
[124/1271] Compiling HashTreeCollections _HashNodeHeader.swift
[125/1271] Compiling HashTreeCollections _HashSlot.swift
[126/1271] Compiling HashTreeCollections _HashNode+Structural filter.swift
[127/1271] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[128/1271] Compiling DequeModule Deque+CustomReflectable.swift
[129/1271] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[130/1273] Compiling HashTreeCollections _Bitmap.swift
[131/1273] Compiling HashTreeCollections _Bucket.swift
[132/1273] Compiling HashTreeCollections _HashNode+Builder.swift
[133/1273] Compiling HashTreeCollections _HashNode+Debugging.swift
[134/1273] Compiling HashTreeCollections _HashNode+Initializers.swift
[135/1273] Compiling HashTreeCollections _HashNode+Invariants.swift
[136/1273] Compiling HashTreeCollections _HashNode+Lookups.swift
[137/1273] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[138/1273] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[139/1273] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[140/1273] Compiling HashTreeCollections TreeDictionary+Values.swift
[141/1273] Compiling HashTreeCollections _HashTreeIterator.swift
[142/1273] Compiling HashTreeCollections _HashTreeStatistics.swift
[143/1273] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[144/1273] Compiling HashTreeCollections _RawHashNode.swift
[145/1273] Compiling HashTreeCollections _UnmanagedHashNode.swift
[146/1273] Compiling HashTreeCollections _UnsafePath.swift
[147/1273] Compiling HashTreeCollections TreeDictionary+Codable.swift
[148/1273] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[149/1273] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[157/1282] Compiling HashTreeCollections _HashNode+Structural merge.swift
[158/1282] Compiling HashTreeCollections _AncestorHashSlots.swift
[161/1282] Compiling DequeModule _DequeSlot.swift
[162/1282] Compiling DequeModule _UnsafeWrappedBuffer.swift
[167/1282] Compiling HashTreeCollections TreeSet+Hashable.swift
[168/1282] Compiling HashTreeCollections TreeSet+Sendable.swift
[169/1282] Compiling _RopeModule Rope+Join.swift
[170/1282] Compiling _RopeModule Rope+MutatingForEach.swift
[171/1282] Compiling _RopeModule Rope+Remove.swift
[172/1282] Compiling _RopeModule Rope+RemoveSubrange.swift
[173/1282] Compiling _RopeModule Rope+Split.swift
[174/1282] Compiling _RopeModule Optional Utilities.swift
[175/1282] Compiling _RopeModule String Utilities.swift
[176/1282] Compiling _RopeModule String.Index+ABI.swift
[179/1292] Compiling DequeModule Deque+Testing.swift
[180/1292] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[183/1292] Compiling DequeModule Deque+Extras.swift
[184/1292] Compiling DequeModule Deque+Hashable.swift
[185/1292] Compiling HashTreeCollections TreeDictionary.swift
[186/1292] Compiling HashTreeCollections TreeSet+Codable.swift
[187/1292] Compiling HashTreeCollections TreeSet+Collection.swift
[188/1292] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[189/1292] Compiling HashTreeCollections TreeSet+Debugging.swift
[190/1292] Compiling HashTreeCollections TreeSet+Descriptions.swift
[191/1292] Compiling HashTreeCollections TreeSet+Equatable.swift
[192/1292] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[193/1292] Compiling HashTreeCollections TreeSet+Extras.swift
[194/1292] Compiling HashTreeCollections TreeSet+Filter.swift
[194/1292] Compiling ssl_lib.cc
[196/1292] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[197/1292] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[224/1292] Compiling HashTreeCollections TreeDictionary+Filter.swift
[225/1292] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[226/1292] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[227/1292] Compiling HashTreeCollections TreeDictionary+Keys.swift
[228/1292] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[229/1292] Compiling HashTreeCollections TreeDictionary+Merge.swift
[252/1292] Compiling SwifQL SwifQLable+Offset.swift
[253/1292] Compiling SwifQL SwifQLable+On.swift
[254/1292] Compiling SwifQL SwifQLable+Or.swift
[255/1292] Compiling SwifQL SwifQLable+OrderBy.swift
[256/1292] Compiling SwifQL SwifQLable+Over.swift
[257/1292] Compiling SwifQL SwifQLable+Overlaps.swift
[258/1292] Compiling SwifQL SwifQLable+Owner.swift
[259/1292] Compiling SwifQL SwifQLable+PartitionBy.swift
[260/1292] Compiling SwifQL SwifQLable+Primary.swift
[261/1292] Compiling SwifQL SwifQLable+Raw.swift
[262/1292] Compiling SwifQL SwifQLable+References.swift
[263/1292] Compiling SwifQL SwifQLable+Rename.swift
[264/1292] Compiling SwifQL SwifQLable+Restrict.swift
[265/1292] Compiling SwifQL SwifQLable+Return.swift
[266/1292] Compiling SwifQL SwifQLable+Returning.swift
[267/1292] Compiling SwifQL SwifQLable+Rollback.swift
[268/1292] Compiling SwifQL SwifQLable+Schema.swift
[269/1292] Compiling SwifQL SwifQLable+Select.swift
[270/1292] Compiling SwifQL SwifQLable+Semicolon.swift
[271/1292] Compiling SwifQL SwifQLable+Set.swift
[272/1292] Compiling SwifQL SwifQLable+Space.swift
[273/1292] Compiling SwifQL SwifQLable+Subscript.swift
[274/1292] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[275/1292] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[276/1292] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[277/1292] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[278/1292] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[279/1292] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[280/1292] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[281/1292] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[282/1292] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[283/1292] Compiling HashTreeCollections TreeSet.swift
[283/1292] Compiling ssl_file.cc
[285/1292] Compiling SwifQL SwifQLable+GroupBy.swift
[286/1292] Compiling SwifQL SwifQLable+Having.swift
[287/1292] Compiling SwifQL SwifQLable+ILike.swift
[288/1292] Compiling SwifQL SwifQLable+If.swift
[289/1292] Compiling SwifQL SwifQLable+In.swift
[290/1292] Compiling SwifQL SwifQLable+InsertInto.swift
[291/1292] Compiling SwifQL SwifQLable+Interval.swift
[292/1292] Compiling SwifQL SwifQLable+IsNotNull.swift
[293/1292] Compiling SwifQL SwifQLable+IsNull.swift
[294/1292] Compiling SwifQL SwifQLable+Items.swift
[295/1292] Compiling SwifQL SwifQLable+Join.swift
[296/1292] Compiling SwifQL SwifQLable+Key.swift
[297/1292] Compiling SwifQL SwifQLable+Like.swift
[298/1292] Compiling SwifQL SwifQLable+Limit.swift
[299/1292] Compiling SwifQL SwifQLable+No.swift
[300/1292] Compiling SwifQL SwifQLable+Not.swift
[301/1292] Compiling SwifQL SwifQLable+NotBetween.swift
[302/1292] Compiling SwifQL SwifQLable+NotExists.swift
[303/1292] Compiling SwifQL SwifQLable+NotILike.swift
[304/1292] Compiling SwifQL SwifQLable+NotIn.swift
[305/1292] Compiling SwifQL SwifQLable+NotLike.swift
[306/1292] Compiling SwifQL SwifQLable+Nothing.swift
[307/1292] Compiling SwifQL SwifQLable+Null.swift
[307/1292] Compiling ssl_key_share.cc
[309/1292] Compiling SwifQL SwifQLable+Asterisk.swift
[310/1292] Compiling SwifQL SwifQLable+Before.swift
[311/1292] Compiling SwifQL SwifQLable+Begin.swift
[312/1292] Compiling SwifQL SwifQLable+Between.swift
[313/1292] Compiling SwifQL SwifQLable+Cascade.swift
[314/1292] Compiling SwifQL SwifQLable+Check.swift
[315/1292] Compiling SwifQL SwifQLable+Column.swift
[316/1292] Compiling SwifQL SwifQLable+Commit.swift
[317/1292] Compiling SwifQL SwifQLable+Conflict.swift
[318/1292] Compiling SwifQL SwifQLable+Constraint.swift
[319/1292] Compiling SwifQL SwifQLable+Create.swift
[320/1292] Compiling SwifQL SwifQLable+Default.swift
[321/1292] Compiling SwifQL SwifQLable+Delete.swift
[322/1292] Compiling SwifQL SwifQLable+Distinct.swift
[323/1292] Compiling SwifQL SwifQLable+Do.swift
[324/1292] Compiling SwifQL SwifQLable+Drop.swift
[325/1292] Compiling SwifQL SwifQLable+End.swift
[326/1292] Compiling SwifQL SwifQLable+Epoch.swift
[327/1292] Compiling SwifQL SwifQLable+Exists.swift
[328/1292] Compiling SwifQL SwifQLable+Filter.swift
[329/1292] Compiling SwifQL SwifQLable+From.swift
[330/1292] Compiling SwifQL SwifQLable+Fulltext.swift
[331/1292] Compiling SwifQL SwifQLable+Function.swift
[348/1292] Compiling SwifQL SwifQLable+AddQuery.swift
[349/1292] Compiling SwifQL SwifQLable+After.swift
[350/1292] Compiling SwifQL SwifQLable+All.swift
[351/1292] Compiling SwifQL SwifQLable+Alter.swift
[352/1292] Compiling SwifQL SwifQLable+And.swift
[353/1292] Compiling SwifQL SwifQLable+Any.swift
[354/1292] Compiling SwifQL SwifQLable+As.swift
[355/1292] Compiling HashTreeCollections _HashNode+Structural union.swift
[363/1292] Compiling HashTreeCollections _HashStack.swift
[396/1292] Compiling HashTreeCollections TreeDictionary+Collection.swift
[398/1292] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[400/1292] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[402/1292] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[404/1292] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[406/1292] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[408/1292] Compiling SwifQL SwifQLable+Table.swift
[409/1292] Compiling SwifQL SwifQLable+Timestamp.swift
[410/1292] Compiling SwifQL SwifQLable+To.swift
[411/1292] Compiling SwifQL SwifQLable+Type.swift
[412/1292] Compiling SwifQL SwifQLable+Union.swift
[413/1292] Compiling SwifQL SwifQLable+Unique.swift
[414/1292] Compiling SwifQL SwifQLable+Update.swift
[415/1292] Compiling SwifQL SwifQLable+Value.swift
[416/1292] Compiling SwifQL SwifQLable+Values.swift
[417/1292] Compiling SwifQL SwifQLable+Where.swift
[418/1292] Compiling SwifQL SwifQLable+WhereExists.swift
[419/1292] Compiling SwifQL SwifQLable+WhereNotExists.swift
[420/1292] Compiling SwifQL SwifQLable+Window.swift
[421/1292] Compiling SwifQL SwifQLable+With.swift
[422/1292] Compiling SwifQL SwifQLable.swift
[423/1292] Compiling SwifQL SwifQLableArraySeparator.swift
[424/1292] Compiling SwifQL Table.swift
[425/1292] Compiling SwifQL TableAlias.swift
[426/1292] Compiling SwifQL Type+Autodetect.swift
[427/1292] Compiling SwifQL Type+SwifQLable.swift
[428/1292] Compiling SwifQL Type.swift
[429/1292] Compiling SwifQL _Todo.swift
[430/1292] Emitting module DequeModule
[442/1293] Compiling ssl_cert.cc
[443/1293] Compiling ssl_cipher.cc
[444/1293] Compiling ssl_credential.cc
[470/1294] Emitting module OrderedCollections
[480/1295] Compiling ssl_buffer.cc
[481/1295] Compiling ssl_asn1.cc
[483/1295] Emitting module _RopeModule
[483/1295] Compiling ssl_aead_ctx.cc
[484/1295] Compiling s3_pkt.cc
[518/1295] Compiling handshake_client.cc
[519/1295] Compiling s3_both.cc
[549/1295] Compiling s3_lib.cc
[551/1296] Compiling handoff.cc
[552/1296] Compiling handshake_server.cc
[553/1296] Compiling handshake.cc
[554/1296] Compiling dtls_record.cc
[556/1296] Emitting module HashTreeCollections
[557/1297] Compiling dtls_method.cc
[558/1297] Compiling extensions.cc
[559/1297] Compiling encrypted_client_hello.cc
[560/1297] Compiling md5-x86_64-linux.S
[561/1297] Compiling md5-586-linux.S
[562/1297] Compiling md5-x86_64-apple.S
[563/1297] Compiling md5-586-apple.S
[564/1297] Compiling d1_srtp.cc
[565/1297] Compiling err_data.c
[566/1297] Compiling chacha20_poly1305_x86_64-apple.S
[567/1297] Compiling chacha20_poly1305_armv8-apple.S
[568/1297] Compiling chacha20_poly1305_armv8-win.S
[569/1297] Compiling d1_lib.cc
[570/1297] Compiling chacha20_poly1305_armv8-linux.S
[571/1297] Compiling chacha20_poly1305_x86_64-linux.S
[572/1297] Compiling chacha-x86_64-linux.S
[573/1297] Compiling chacha-x86_64-apple.S
[574/1297] Compiling chacha-x86-linux.S
[575/1297] Compiling chacha-armv8-apple.S
[576/1297] Compiling chacha-x86-apple.S
[577/1297] Compiling chacha-armv8-win.S
[578/1297] Compiling chacha-armv8-linux.S
[579/1297] Compiling chacha-armv4-linux.S
[580/1297] Compiling aes128gcmsiv-x86_64-linux.S
[581/1297] Compiling x86_64-mont5-apple.S
[582/1297] Compiling x86_64-mont5-linux.S
[583/1297] Compiling d1_pkt.cc
[584/1297] Compiling aes128gcmsiv-x86_64-apple.S
[585/1297] Compiling x86-mont-linux.S
[586/1297] Compiling x86_64-mont-linux.S
[587/1297] Compiling x86_64-mont-apple.S
[588/1297] Compiling x86-mont-apple.S
[589/1297] Compiling vpaes-x86_64-linux.S
[590/1297] Compiling vpaes-x86_64-apple.S
[591/1297] Compiling vpaes-x86-linux.S
[592/1297] Compiling vpaes-x86-apple.S
[593/1297] Compiling vpaes-armv8-win.S
[594/1297] Compiling vpaes-armv8-apple.S
[595/1297] Compiling vpaes-armv8-linux.S
[596/1297] Compiling sha512-x86_64-linux.S
[597/1297] Compiling sha512-armv8-win.S
[598/1297] Compiling vpaes-armv7-linux.S
[599/1297] Compiling sha512-armv8-apple.S
[600/1297] Compiling sha512-x86_64-apple.S
[601/1297] Compiling sha512-586-linux.S
[602/1297] Compiling sha512-armv8-linux.S
[603/1297] Compiling sha512-armv4-linux.S
[604/1297] Compiling sha512-586-apple.S
[605/1297] Compiling sha256-x86_64-apple.S
[606/1297] Compiling sha256-armv8-win.S
[607/1297] Compiling sha256-armv8-linux.S
[608/1297] Compiling sha256-x86_64-linux.S
[609/1297] Compiling sha256-armv8-apple.S
[609/1297] Compiling sha256-armv4-linux.S
[611/1297] Compiling sha256-586-apple.S
[612/1297] Compiling sha1-x86_64-apple.S
[613/1297] Compiling sha256-586-linux.S
[614/1297] Compiling sha1-x86_64-linux.S
[614/1297] Compiling sha1-armv8-linux.S
[616/1297] Compiling sha1-armv8-win.S
[617/1297] Compiling sha1-armv8-apple.S
[618/1297] Compiling sha1-armv4-large-linux.S
[619/1297] Compiling sha1-586-linux.S
[620/1297] Compiling rsaz-avx2-linux.S
[621/1297] Compiling sha1-586-apple.S
[622/1297] Compiling rdrand-x86_64-apple.S
[623/1297] Compiling rsaz-avx2-apple.S
[624/1297] Compiling rdrand-x86_64-linux.S
[625/1297] Compiling p256_beeu-x86_64-asm-linux.S
[626/1297] Compiling p256_beeu-x86_64-asm-apple.S
[627/1297] Compiling p256_beeu-armv8-asm-win.S
[628/1297] Compiling p256_beeu-armv8-asm-apple.S
[629/1297] Compiling p256_beeu-armv8-asm-linux.S
[630/1297] Compiling p256-x86_64-asm-apple.S
[631/1297] Compiling p256-armv8-asm-win.S
[632/1297] Compiling bio_ssl.cc
[633/1297] Compiling p256-x86_64-asm-linux.S
[634/1297] Compiling p256-armv8-asm-linux.S
[634/1297] Compiling p256-armv8-asm-apple.S
[636/1297] Compiling ghashv8-armv8-linux.S
[637/1297] Compiling ghashv8-armv8-win.S
[638/1297] Compiling ghashv8-armv8-apple.S
[639/1297] Compiling ghash-x86_64-linux.S
[640/1297] Compiling ghashv8-armv7-linux.S
[641/1297] Compiling ghash-x86-linux.S
[642/1297] Compiling ghash-x86_64-apple.S
[643/1297] Compiling ghash-ssse3-x86-linux.S
[644/1297] Compiling ghash-ssse3-x86_64-linux.S
[645/1297] Compiling ghash-x86-apple.S
[646/1297] Compiling ghash-ssse3-x86_64-apple.S
[647/1297] Compiling ghash-neon-armv8-win.S
[648/1297] Compiling ghash-ssse3-x86-apple.S
[649/1297] Compiling co-586-linux.S
[650/1297] Compiling ghash-armv4-linux.S
[651/1297] Compiling ghash-neon-armv8-apple.S
[652/1297] Compiling ghash-neon-armv8-linux.S
[653/1297] Compiling co-586-apple.S
[654/1297] Compiling bn-armv8-win.S
[655/1297] Compiling bsaes-armv7-linux.S
[656/1297] Compiling bn-armv8-apple.S
[657/1297] Compiling bn-armv8-linux.S
[658/1297] Compiling armv8-mont-win.S
[659/1297] Compiling bn-586-linux.S
[660/1297] Compiling bn-586-apple.S
[661/1297] Compiling armv8-mont-apple.S
[662/1297] Compiling d1_both.cc
[663/1297] Compiling armv8-mont-linux.S
[664/1297] Compiling armv4-mont-linux.S
[665/1297] Compiling aesv8-gcm-armv8-win.S
[666/1297] Compiling aesv8-gcm-armv8-apple.S
[667/1297] Compiling aesv8-gcm-armv8-linux.S
[668/1297] Compiling aesv8-armv8-win.S
[669/1297] Compiling aesv8-armv8-apple.S
[670/1297] Compiling aesv8-armv8-linux.S
[670/1297] Compiling aesv8-armv7-linux.S
[672/1297] Compiling aesni-x86-linux.S
[672/1297] Compiling aesni-x86-apple.S
[674/1297] Compiling aesni-x86_64-apple.S
[675/1297] Compiling aesni-x86_64-linux.S
[676/1297] Compiling aesni-gcm-x86_64-linux.S
[677/1297] Compiling aesni-gcm-x86_64-apple.S
[678/1297] Compiling x_sig.c
[679/1297] Compiling x_val.c
[680/1297] Compiling x_spki.c
[681/1297] Compiling x_x509.c
[682/1297] Compiling x_x509a.c
[683/1297] Compiling x_req.c
[684/1297] Compiling x_pubkey.c
[685/1297] Compiling x_name.c
[686/1297] Compiling x_attrib.c
[687/1297] Compiling x_algor.c
[688/1297] Compiling x509spki.c
[689/1297] Compiling x_exten.c
[690/1297] Compiling x_crl.c
[691/1297] Compiling x_all.c
[692/1297] Compiling x509rset.c
[693/1297] Compiling x509name.c
[694/1297] Compiling x509_vpm.c
[695/1297] Compiling x509cset.c
[696/1297] Compiling x509_txt.c
[697/1297] Compiling x509_v3.c
[698/1297] Compiling x509_vfy.c
[699/1297] Compiling x509_set.c
[700/1297] Compiling x509_trs.c
[701/1297] Compiling x509_req.c
[702/1297] Compiling x509_obj.c
[703/1297] Compiling x509_ext.c
[704/1297] Compiling x509_cmp.c
[705/1297] Compiling x509_def.c
[706/1297] Compiling x509_lu.c
[707/1297] Compiling x509_d2.c
[708/1297] Compiling x509.c
[709/1297] Compiling x509_att.c
[710/1297] Compiling v3_pcons.c
[711/1297] Compiling v3_prn.c
[712/1297] Compiling v3_ocsp.c
[713/1297] Compiling v3_skey.c
[714/1297] Compiling v3_utl.c
[715/1297] Compiling v3_purp.c
[716/1297] Compiling v3_pmaps.c
[717/1297] Compiling v3_ncons.c
[718/1297] Compiling v3_int.c
[719/1297] Compiling v3_info.c
[720/1297] Compiling v3_lib.c
[721/1297] Compiling v3_ia5.c
[722/1297] Compiling v3_cpols.c
[723/1297] Compiling v3_enum.c
[724/1297] Compiling v3_extku.c
[725/1297] Compiling v3_genn.c
[726/1297] Compiling v3_conf.c
[727/1297] Compiling v3_bitst.c
[728/1297] Compiling v3_crld.c
[729/1297] Compiling v3_bcons.c
[730/1297] Compiling v3_alt.c
[731/1297] Compiling v3_akey.c
[732/1297] Compiling v3_akeya.c
[733/1297] Compiling t_x509a.c
[734/1297] Compiling t_crl.c
[735/1297] Compiling t_x509.c
[736/1297] Compiling t_req.c
[737/1297] Compiling i2d_pr.c
[738/1297] Compiling rsa_pss.c
[739/1297] Compiling by_dir.c
[740/1297] Compiling policy.c
[741/1297] Compiling name_print.c
[742/1297] Compiling by_file.c
[743/1297] Compiling asn1_gen.c
[744/1297] Compiling algorithm.c
[745/1297] Compiling a_verify.c
[746/1297] Compiling a_digest.c
[747/1297] Compiling a_sign.c
[748/1297] Compiling thread_win.c
[749/1297] Compiling thread_pthread.c
[750/1297] Compiling trust_token.c
[751/1297] Compiling voprf.c
[752/1297] Compiling thread_none.c
[753/1297] Compiling spx_util.c
[754/1297] Compiling thread.c
[755/1297] Compiling spx_wots.c
[756/1297] Compiling spx_thash.c
[757/1297] Compiling spx_merkle.c
[757/1297] Compiling spx_fors.c
[759/1297] Compiling pmbtoken.c
[760/1297] Compiling spx_address.c
[761/1297] Compiling stack.c
[762/1297] Compiling spx.c
[763/1297] Compiling thash.c
[764/1297] Compiling wots.c
[765/1297] Compiling merkle.c
[766/1297] Compiling sha256.c
[767/1297] Compiling sha512.c
[768/1297] Compiling siphash.c
[769/1297] Compiling fors.c
[770/1297] Compiling slhdsa.c
[771/1297] Compiling sha1.c
[772/1297] Compiling rsa_print.c
[773/1297] Compiling rsa_extra.c
[774/1297] Compiling refcount.c
[775/1297] Compiling rc4.c
[776/1297] Compiling trusty.c
[777/1297] Compiling windows.c
[778/1297] Compiling rsa_asn1.c
[779/1297] Compiling rand_extra.c
[780/1297] Compiling ios.c
[781/1297] Compiling urandom.c
[782/1297] Compiling getentropy.c
[783/1297] Compiling rsa_crypt.c
[784/1297] Compiling forkunsafe.c
[785/1297] Compiling deterministic.c
[786/1297] Compiling passive.c
[787/1297] Compiling fork_detect.c
[788/1297] Compiling poly1305_arm_asm.S
[789/1297] Compiling pool.c
[790/1297] Compiling poly1305_arm.c
[791/1297] Compiling poly1305.c
[792/1297] Compiling pkcs7.c
[793/1297] Compiling poly1305_vec.c
[794/1297] Compiling pem_xaux.c
[795/1297] Compiling pem_x509.c
[796/1297] Compiling p5_pbev2.c
[797/1297] Compiling pkcs7_x509.c
[798/1297] Compiling pkcs8_x509.c
[799/1297] Compiling pkcs8.c
[800/1297] Compiling pem_info.c
[801/1297] Compiling obj_xref.c
[802/1297] Compiling pem_pkey.c
[803/1297] Compiling pem_lib.c
[804/1297] Compiling pem_pk8.c
[805/1297] Compiling pem_oth.c
[806/1297] Compiling mem.c
[807/1297] Compiling md5.c
[808/1297] Compiling pem_all.c
[809/1297] Compiling md4.c
[810/1297] Compiling mldsa.c
[810/1297] Compiling lhash.c
[812/1297] Compiling fips_shared_support.c
[812/1297] Compiling obj.c
[814/1297] Compiling keccak.c
[815/1297] Compiling kyber.c
[816/1297] Compiling hpke.c
[817/1297] Compiling poly_rq_mul.S
[818/1297] Compiling sign.c
[819/1297] Compiling ex_data.c
[820/1297] Compiling scrypt.c
[821/1297] Compiling mlkem.cc
[822/1297] Compiling pbkdf.c
[823/1297] Compiling print.c
[824/1297] Compiling p_x25519.c
[825/1297] Compiling p_x25519_asn1.c
[826/1297] Compiling p_rsa_asn1.c
[827/1297] Compiling hrss.c
[828/1297] Compiling p_hkdf.c
[829/1297] Compiling p_ed25519.c
[830/1297] Compiling p_dh.c
[831/1297] Compiling p_dsa_asn1.c
[832/1297] Compiling p_ed25519_asn1.c
[833/1297] Compiling p_ec.c
[834/1297] Compiling p_ec_asn1.c
[834/1297] Compiling p_rsa.c
[836/1297] Compiling p_dh_asn1.c
[837/1297] Compiling evp_asn1.c
[838/1297] Compiling err.c
[839/1297] Compiling evp.c
[840/1297] Compiling engine.c
[841/1297] Compiling ecdh_extra.c
[842/1297] Compiling hash_to_curve.c
[843/1297] Compiling evp_ctx.c
[844/1297] Compiling ecdsa_asn1.c
[845/1297] Compiling ec_derive.c
[846/1297] Compiling ec_asn1.c
[847/1297] Compiling dsa_asn1.c
[848/1297] Compiling dh_asn1.c
[849/1297] Compiling params.c
[850/1297] Compiling des.c
[851/1297] Compiling dsa.c
[852/1297] Compiling digest_extra.c
[853/1297] Compiling x25519-asm-arm.S
[854/1297] Compiling dilithium.c
[855/1297] Compiling spake25519.c
[856/1297] Compiling crypto.c
[857/1297] Compiling cpu_aarch64_win.c
[858/1297] Compiling cpu_arm_linux.c
[859/1297] Compiling cpu_arm_freebsd.c
[860/1297] Compiling cpu_intel.c
[861/1297] Compiling cpu_aarch64_sysreg.c
[862/1297] Compiling cpu_aarch64_openbsd.c
[863/1297] Compiling cpu_aarch64_fuchsia.c
[864/1297] Compiling cpu_aarch64_linux.c
[865/1297] Compiling e_tls.c
[866/1297] Compiling cpu_aarch64_apple.c
[867/1297] Compiling tls_cbc.c
[868/1297] Compiling curve25519.c
[869/1297] Compiling conf.c
[870/1297] Compiling e_rc4.c
[871/1297] Compiling e_null.c
[872/1297] Compiling e_rc2.c
[873/1297] Compiling derive_key.c
[874/1297] Compiling e_chacha20poly1305.c
[875/1297] Compiling e_des.c
[876/1297] Compiling e_aesctrhmac.c
[877/1297] Compiling e_aesgcmsiv.c
[878/1297] Compiling cipher_extra.c
[879/1297] Compiling unicode.c
[880/1297] Compiling chacha.c
[881/1297] Compiling ber.c
[882/1297] Compiling asn1_compat.c
[883/1297] Compiling curve25519_64_adx.c
[884/1297] Compiling cbs.c
[885/1297] Compiling cbb.c
[886/1297] Compiling bn_asn1.c
[887/1297] Compiling convert.c
[888/1297] Compiling blake2.c
[889/1297] Compiling buf.c
[890/1297] Compiling socket.c
[891/1297] Compiling pair.c
[892/1297] Compiling printf.c
[893/1297] Compiling socket_helper.c
[894/1297] Compiling hexdump.c
[895/1297] Compiling errno.c
[896/1297] Compiling fd.c
[897/1297] Compiling file.c
[898/1297] Compiling tasn_utl.c
[899/1297] Compiling bio_mem.c
[900/1297] Compiling base64.c
[901/1297] Compiling tasn_typ.c
[902/1297] Compiling connect.c
[903/1297] Compiling tasn_fre.c
[904/1297] Compiling bio.c
[905/1297] Compiling f_string.c
[906/1297] Compiling tasn_new.c
[907/1297] Compiling posix_time.c
[908/1297] Compiling tasn_enc.c
[909/1297] Compiling tasn_dec.c
[910/1297] Compiling f_int.c
[911/1297] Compiling asn_pack.c
[912/1297] Compiling asn1_par.c
[913/1297] Compiling asn1_lib.c
[914/1297] Compiling a_utctm.c
[915/1297] Compiling bcm.c
[916/1297] Compiling a_strnid.c
[917/1297] Compiling a_type.c
[918/1297] Compiling a_time.c
[919/1297] Compiling a_octet.c
[920/1297] Compiling a_strex.c
[921/1297] Compiling a_i2d_fp.c
[922/1297] Compiling a_object.c
[923/1297] Compiling a_mbstr.c
[924/1297] Compiling a_gentm.c
[925/1297] Compiling a_dup.c
[926/1297] Compiling a_d2i_fp.c
[927/1297] Compiling a_bool.c
[928/1297] Compiling a_int.c
[929/1297] Compiling fiat_p256_adx_mul.S
[930/1297] Compiling fiat_p256_adx_sqr.S
[931/1297] Compiling fiat_curve25519_adx_square.S
[932/1297] Compiling a_bitstr.c
[933/1297] Compiling md5-x86_64-linux.S
[934/1297] Compiling md5-x86_64-apple.S
[935/1297] Compiling fiat_curve25519_adx_mul.S
[936/1297] Compiling md5-586-linux.S
[937/1297] Compiling md5-586-apple.S
[938/1297] Compiling err_data.c
[939/1297] Compiling chacha20_poly1305_armv8-win.S
[940/1297] Compiling chacha20_poly1305_x86_64-apple.S
[941/1297] Compiling chacha20_poly1305_armv8-linux.S
[942/1297] Compiling chacha20_poly1305_x86_64-linux.S
[943/1297] Compiling chacha20_poly1305_armv8-apple.S
[944/1297] Compiling chacha-x86_64-linux.S
[945/1297] Compiling chacha-x86-apple.S
[946/1297] Compiling chacha-armv8-win.S
[947/1297] Compiling chacha-x86_64-apple.S
[948/1297] Compiling chacha-x86-linux.S
[949/1297] Compiling aes128gcmsiv-x86_64-linux.S
[950/1297] Compiling chacha-armv8-apple.S
[951/1297] Compiling chacha-armv4-linux.S
[952/1297] Compiling chacha-armv8-linux.S
[953/1297] Compiling aes128gcmsiv-x86_64-apple.S
[954/1297] Compiling x86_64-mont5-linux.S
[955/1297] Compiling x86_64-mont-apple.S
[956/1297] Compiling x86_64-mont5-apple.S
[957/1297] Compiling x86_64-mont-linux.S
[958/1297] Compiling CCryptoBoringSSLShims shims.c
[959/1297] Compiling x86-mont-linux.S
[960/1297] Compiling x86-mont-apple.S
[961/1297] Compiling vpaes-x86_64-apple.S
[962/1297] Compiling vpaes-x86_64-linux.S
[963/1297] Compiling vpaes-x86-linux.S
[964/1297] Compiling vpaes-x86-apple.S
[965/1297] Compiling vpaes-armv8-win.S
[966/1297] Compiling vpaes-armv8-linux.S
[967/1297] Compiling vpaes-armv8-apple.S
[968/1297] Compiling sha512-x86_64-linux.S
[969/1297] Compiling vpaes-armv7-linux.S
[970/1297] Compiling sha512-x86_64-apple.S
[971/1297] Compiling sha512-armv8-win.S
[972/1297] Compiling sha512-armv8-linux.S
[973/1297] Compiling sha512-armv4-linux.S
[974/1297] Compiling sha512-armv8-apple.S
[975/1297] Compiling sha256-armv8-win.S
[976/1297] Compiling sha512-586-linux.S
[977/1297] Compiling sha256-x86_64-linux.S
[977/1297] Compiling sha512-586-apple.S
[979/1297] Compiling sha256-x86_64-apple.S
[980/1297] Compiling sha256-armv8-linux.S
[980/1297] Compiling sha256-armv8-apple.S
[982/1297] Compiling sha256-586-linux.S
[982/1297] Compiling sha256-armv4-linux.S
[984/1297] Compiling sha256-586-apple.S
[985/1297] Compiling sha1-x86_64-apple.S
[986/1297] Compiling sha1-x86_64-linux.S
[987/1297] Compiling sha1-armv8-apple.S
[988/1297] Compiling sha1-armv8-linux.S
[989/1297] Compiling sha1-armv8-win.S
[990/1297] Compiling sha1-armv4-large-linux.S
[991/1297] Compiling sha1-586-linux.S
[992/1297] Compiling rsaz-avx2-apple.S
[993/1297] Compiling sha1-586-apple.S
[994/1297] Compiling rdrand-x86_64-linux.S
[995/1297] Compiling rsaz-avx2-linux.S
[996/1297] Compiling rdrand-x86_64-apple.S
[997/1297] Compiling p256_beeu-x86_64-asm-linux.S
[998/1297] Compiling p256_beeu-x86_64-asm-apple.S
[999/1297] Compiling p256-x86_64-asm-apple.S
[1000/1297] Compiling p256_beeu-armv8-asm-apple.S
[1001/1297] Compiling p256-armv8-asm-win.S
[1002/1297] Compiling p256_beeu-armv8-asm-win.S
[1003/1297] Compiling p256-x86_64-asm-linux.S
[1004/1297] Compiling p256_beeu-armv8-asm-linux.S
[1005/1297] Compiling p256-armv8-asm-linux.S
[1006/1297] Compiling p256-armv8-asm-apple.S
[1007/1297] Compiling ghashv8-armv8-win.S
[1008/1297] Compiling ghashv8-armv8-linux.S
[1009/1297] Compiling ghashv8-armv8-apple.S
[1010/1297] Compiling ghashv8-armv7-linux.S
[1011/1297] Compiling ghash-x86_64-linux.S
[1012/1297] Compiling ghash-x86_64-apple.S
[1013/1297] Compiling ghash-ssse3-x86_64-apple.S
[1014/1297] Compiling ghash-x86-apple.S
[1015/1297] Compiling ghash-ssse3-x86_64-linux.S
[1016/1297] Compiling ghash-x86-linux.S
[1017/1297] Compiling ghash-ssse3-x86-linux.S
[1018/1297] Compiling ghash-ssse3-x86-apple.S
[1019/1297] Compiling ghash-neon-armv8-win.S
[1020/1297] Compiling ghash-neon-armv8-linux.S
[1021/1297] Compiling ghash-neon-armv8-apple.S
[1022/1297] Compiling ghash-armv4-linux.S
[1023/1297] Compiling co-586-linux.S
[1024/1297] Compiling bsaes-armv7-linux.S
[1025/1297] Compiling bn-armv8-win.S
[1025/1297] Compiling co-586-apple.S
[1027/1297] Compiling bn-armv8-linux.S
[1028/1297] Compiling bn-586-linux.S
[1029/1297] Compiling bn-armv8-apple.S
[1030/1297] Compiling armv8-mont-win.S
[1031/1297] Compiling bn-586-apple.S
[1032/1297] Compiling armv8-mont-apple.S
[1033/1297] Compiling armv4-mont-linux.S
[1034/1297] Compiling armv8-mont-linux.S
[1035/1297] Compiling aesv8-gcm-armv8-win.S
[1036/1297] Compiling aesv8-armv8-win.S
[1037/1297] Compiling aesv8-armv7-linux.S
[1038/1297] Compiling aesv8-armv8-linux.S
[1039/1297] Compiling aesv8-armv8-apple.S
[1040/1297] Compiling aesv8-gcm-armv8-apple.S
[1041/1297] Compiling aesni-x86_64-linux.S
[1042/1297] Compiling aesni-gcm-x86_64-linux.S
[1043/1297] Compiling aesni-x86-linux.S
[1044/1297] Compiling aesni-x86-apple.S
[1045/1297] Compiling aesni-x86_64-apple.S
[1046/1297] Compiling aesni-gcm-x86_64-apple.S
[1047/1297] Compiling x_sig.c
[1048/1297] Compiling x_x509a.c
[1049/1297] Compiling x_spki.c
[1050/1297] Compiling x_req.c
[1051/1297] Compiling x_val.c
[1052/1297] Compiling x_x509.c
[1053/1297] Compiling x_pubkey.c
[1054/1297] Compiling x_attrib.c
[1055/1297] Compiling x_exten.c
[1056/1297] Compiling x_crl.c
[1057/1297] Compiling x_name.c
[1058/1297] Compiling x_all.c
[1059/1297] Compiling x509spki.c
[1060/1297] Compiling x_algor.c
[1061/1297] Compiling c-atomics.c
[1062/1297] Compiling x509rset.c
[1063/1297] Compiling x509_vpm.c
[1064/1297] Compiling x509name.c
[1065/1297] Compiling x509cset.c
[1066/1297] Compiling x509_trs.c
[1067/1297] Compiling x509_vfy.c
[1068/1297] Compiling x509_v3.c
[1069/1297] Compiling x509_txt.c
[1070/1297] Compiling x509_req.c
[1071/1297] Compiling x509_obj.c
[1072/1297] Compiling x509_ext.c
[1073/1297] Compiling x509_set.c
[1074/1297] Compiling x509_d2.c
[1075/1297] Compiling x509_def.c
[1076/1297] Compiling c-nioatomics.c
[1077/1297] Compiling x509_lu.c
[1078/1297] Compiling x509_att.c
[1079/1297] Compiling x509_cmp.c
[1080/1303] Compiling x509.c
[1081/1303] Compiling v3_skey.c
[1082/1303] Compiling v3_pcons.c
[1083/1303] Compiling v3_purp.c
[1084/1303] Compiling v3_pmaps.c
[1085/1303] Compiling v3_prn.c
[1086/1303] Compiling v3_ocsp.c
[1087/1303] Compiling v3_utl.c
[1088/1303] Compiling v3_ia5.c
[1090/1303] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1090/1303] Compiling v3_int.c
[1091/1303] Compiling v3_ncons.c
[1092/1303] Compiling v3_enum.c
[1093/1303] Compiling v3_info.c
[1094/1303] Compiling v3_extku.c
[1095/1303] Compiling v3_lib.c
[1096/1303] Compiling v3_crld.c
[1097/1303] Compiling v3_bitst.c
[1098/1303] Compiling v3_akey.c
[1100/1303] Compiling NIOConcurrencyHelpers lock.swift
[1100/1303] Compiling v3_bcons.c
[1101/1303] Compiling v3_conf.c
[1102/1303] Compiling v3_alt.c
[1103/1303] Compiling v3_cpols.c
[1104/1303] Compiling v3_akeya.c
[1104/1303] Compiling t_x509a.c
[1107/1303] Compiling NIOConcurrencyHelpers NIOLock.swift
[1108/1303] Compiling NIOConcurrencyHelpers atomics.swift
[1108/1303] Compiling t_x509.c
[1109/1303] Compiling i2d_pr.c
[1110/1303] Compiling name_print.c
[1111/1303] Compiling t_crl.c
[1112/1303] Compiling policy.c
[1113/1303] Compiling t_req.c
[1114/1303] Compiling rsa_pss.c
[1115/1303] Compiling by_file.c
[1117/1303] Emitting module NIOConcurrencyHelpers
[1118/1303] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1119/1304] Compiling a_verify.c
[1120/1304] Compiling by_dir.c
[1121/1304] Compiling algorithm.c
[1122/1304] Compiling asn1_gen.c
[1123/1304] Compiling trust_token.c
[1124/1304] Compiling a_sign.c
[1125/1304] Compiling a_digest.c
[1126/1304] Compiling thread_win.c
[1127/1304] Compiling thread.c
[1128/1304] Compiling voprf.c
[1129/1304] Compiling stack.c
[1130/1304] Compiling spx_wots.c
[1131/1304] Compiling spx_util.c
[1132/1304] Compiling thread_none.c
[1133/1304] Compiling spx_thash.c
[1134/1304] Compiling spx_merkle.c
[1135/1304] Compiling spx_address.c
[1136/1304] Compiling spx_fors.c
[1137/1304] Compiling spx.c
[1138/1304] Compiling thash.c
[1139/1304] Compiling wots.c
[1140/1304] Compiling fors.c
[1141/1304] Compiling sha256.c
[1142/1304] Compiling sha512.c
[1143/1304] Compiling merkle.c
[1144/1304] Compiling slhdsa.c
[1145/1304] Compiling rsa_extra.c
[1146/1304] Compiling sha1.c
[1147/1304] Compiling siphash.c
[1148/1304] Compiling rsa_print.c
[1149/1304] Compiling pmbtoken.c
[1150/1304] Compiling refcount.c
[1151/1304] Compiling rc4.c
[1152/1304] Compiling rsa_crypt.c
[1153/1304] Compiling rsa_asn1.c
[1154/1304] Compiling trusty.c
[1155/1304] Compiling windows.c
[1156/1304] Compiling rand_extra.c
[1157/1304] Compiling passive.c
[1158/1304] Compiling ios.c
[1159/1304] Compiling getentropy.c
[1160/1304] Compiling deterministic.c
[1161/1304] Compiling forkunsafe.c
[1162/1304] Compiling urandom.c
[1163/1304] Compiling poly1305.c
[1164/1304] Compiling fork_detect.c
[1165/1304] Compiling poly1305_arm_asm.S
[1166/1304] Compiling poly1305_arm.c
[1167/1304] Compiling pool.c
[1168/1304] Compiling poly1305_vec.c
[1169/1304] Compiling pkcs7.c
[1170/1304] Compiling pkcs8_x509.c
[1171/1304] Compiling pkcs8.c
[1172/1304] Compiling p5_pbev2.c
[1173/1304] Compiling pem_pk8.c
[1174/1304] Compiling pkcs7_x509.c
[1175/1304] Compiling pem_xaux.c
[1176/1304] Compiling pem_x509.c
[1177/1304] Compiling pem_pkey.c
[1178/1304] Compiling obj_xref.c
[1179/1304] Compiling pem_oth.c
[1180/1304] Compiling md5.c
[1181/1304] Compiling mem.c
[1182/1304] Compiling lhash.c
[1183/1304] Compiling pem_info.c
[1184/1304] Compiling md4.c
[1184/1304] Compiling pem_lib.c
[1186/1304] Compiling kyber.c
[1187/1304] Compiling pem_all.c
[1188/1304] Compiling mldsa.c
[1189/1304] Compiling keccak.c
[1190/1304] Compiling obj.c
[1191/1304] Compiling fips_shared_support.c
[1192/1304] Compiling ex_data.c
[1193/1304] Compiling poly_rq_mul.S
[1194/1304] Compiling sign.c
[1195/1304] Compiling scrypt.c
[1196/1304] Compiling hpke.c
[1197/1304] Compiling hrss.c
[1198/1304] Compiling print.c
[1199/1304] Compiling p_x25519.c
[1199/1304] Compiling p_x25519_asn1.c
[1201/1304] Compiling pbkdf.c
[1202/1304] Compiling p_rsa_asn1.c
[1203/1304] Compiling p_ed25519_asn1.c
[1204/1304] Compiling p_hkdf.c
[1205/1304] Compiling p_ed25519.c
[1206/1304] Compiling p_rsa.c
[1207/1304] Compiling p_ec.c
[1208/1304] Compiling p_ec_asn1.c
[1209/1304] Compiling p_dsa_asn1.c
[1210/1304] Compiling evp_ctx.c
[1211/1304] Compiling p_dh_asn1.c
[1212/1304] Compiling p_dh.c
[1213/1304] Compiling evp_asn1.c
[1214/1304] Compiling engine.c
[1215/1304] Compiling evp.c
[1216/1304] Compiling err.c
[1217/1304] Compiling ecdsa_asn1.c
[1218/1304] Compiling ec_derive.c
[1219/1304] Compiling ecdh_extra.c
[1220/1304] Compiling dsa_asn1.c
[1221/1304] Compiling hash_to_curve.c
[1222/1304] Compiling ec_asn1.c
[1223/1304] Compiling dilithium.c
[1224/1304] Compiling params.c
[1225/1304] Compiling dsa.c
[1226/1304] Compiling dh_asn1.c
[1227/1304] Compiling spake25519.c
[1228/1304] Compiling digest_extra.c
[1229/1304] Compiling x25519-asm-arm.S
[1230/1304] Compiling cpu_arm_linux.c
[1231/1304] Compiling des.c
[1232/1304] Compiling crypto.c
[1233/1304] Compiling cpu_intel.c
[1234/1304] Compiling cpu_arm_freebsd.c
[1235/1304] Compiling curve25519.c
[1236/1304] Compiling cpu_aarch64_openbsd.c
[1237/1304] Compiling cpu_aarch64_win.c
[1238/1304] Compiling cpu_aarch64_sysreg.c
[1239/1304] Compiling cpu_aarch64_linux.c
[1240/1304] Compiling cpu_aarch64_fuchsia.c
[1241/1304] Compiling cpu_aarch64_apple.c
[1242/1304] Compiling e_tls.c
[1243/1304] Compiling e_null.c
[1244/1304] Compiling e_rc4.c
[1245/1304] Compiling e_rc2.c
[1246/1304] Compiling tls_cbc.c
[1247/1304] Compiling conf.c
[1248/1304] Compiling e_des.c
[1249/1304] Compiling derive_key.c
[1250/1304] Compiling cipher_extra.c
[1251/1304] Compiling e_aesctrhmac.c
[1252/1304] Compiling e_chacha20poly1305.c
[1253/1304] Compiling cbb.c
[1254/1304] Compiling unicode.c
[1255/1304] Compiling e_aesgcmsiv.c
[1256/1304] Compiling chacha.c
[1257/1304] Compiling asn1_compat.c
[1258/1304] Compiling ber.c
[1259/1304] Compiling buf.c
[1260/1304] Compiling cbs.c
[1261/1304] Compiling printf.c
[1262/1304] Compiling blake2.c
[1263/1304] Compiling bn_asn1.c
[1264/1304] Compiling hexdump.c
[1265/1304] Compiling curve25519_64_adx.c
[1266/1304] Compiling pair.c
[1267/1304] Compiling convert.c
[1268/1304] Compiling errno.c
[1269/1304] Compiling file.c
[1270/1304] Compiling fd.c
[1271/1304] Compiling bio_mem.c
[1272/1304] Compiling base64.c
[1273/1304] Compiling tasn_utl.c
[1274/1304] Compiling bio.c
[1275/1304] Compiling tasn_fre.c
[1276/1304] Compiling tasn_new.c
[1277/1304] Compiling tasn_typ.c
[1278/1304] Compiling tasn_enc.c
[1279/1304] Compiling f_string.c
[1280/1304] Compiling asn1_par.c
[1281/1304] Compiling posix_time.c
[1282/1304] Compiling f_int.c
[1283/1304] Compiling asn1_lib.c
[1284/1304] Compiling asn_pack.c
[1285/1304] Compiling tasn_dec.c
[1286/1304] Compiling a_type.c
[1287/1304] Compiling a_utctm.c
[1288/1304] Compiling a_time.c
[1289/1304] Compiling a_octet.c
[1290/1304] Compiling a_object.c
[1291/1304] Compiling a_strnid.c
[1292/1304] Compiling a_strex.c
[1292/1304] Write sources
[1297/1304] Compiling a_mbstr.c
[1298/1304] Compiling a_dup.c
[1299/1304] Compiling a_i2d_fp.c
[1300/1304] Compiling a_bitstr.c
[1301/1304] Compiling a_gentm.c
[1302/1304] Compiling a_int.c
[1303/1401] Compiling bcm.c
[1305/1401] Compiling Algorithms Permutations.swift
[1306/1401] Compiling Algorithms Product.swift
[1307/1401] Compiling Algorithms Intersperse.swift
[1308/1401] Compiling Algorithms Partition.swift
[1309/1404] Compiling Algorithms Grouped.swift
[1310/1404] Compiling Algorithms Indexed.swift
[1311/1411] Compiling Algorithms Joined.swift
[1312/1411] Compiling Algorithms Keyed.swift
[1313/1411] Compiling Algorithms MinMax.swift
[1314/1411] Compiling Algorithms FlattenCollection.swift
[1318/1418] Compiling Algorithms Suffix.swift
[1319/1418] Compiling BitCollections BitSet+Invariants.swift
[1320/1418] Compiling BitCollections BitSet+Random.swift
[1321/1418] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1322/1418] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1323/1418] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1324/1418] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1325/1418] Compiling Atomics IntegerOperations.swift
[1326/1418] Compiling Atomics Unmanaged extensions.swift
[1327/1418] Compiling Algorithms AdjacentPairs.swift
[1328/1418] Compiling Algorithms Chain.swift
[1329/1418] Compiling Algorithms Chunked.swift
[1330/1418] Compiling Algorithms Combinations.swift
[1331/1418] Compiling Algorithms Compacted.swift
[1332/1418] Compiling Algorithms Cycle.swift
[1333/1418] Compiling Algorithms EitherSequence.swift
[1334/1418] Compiling Algorithms FirstNonNil.swift
[1341/1418] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1342/1418] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1343/1418] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1344/1418] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1345/1418] Compiling BitCollections BitSet+SetAlgebra union.swift
[1346/1418] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1347/1418] Compiling BitCollections BitSet.Counted.swift
[1348/1418] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1349/1418] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1350/1418] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1351/1418] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1352/1418] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1353/1418] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1354/1418] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1355/1418] Emitting module BitCollections
[1356/1418] Compiling CryptoBoringWrapper RandomBytes.swift
[1359/1418] Compiling Algorithms Rotate.swift
[1360/1421] Compiling Algorithms Split.swift
[1361/1421] Compiling Algorithms Stride.swift
[1363/1421] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1421] Emitting module CryptoBoringWrapper
[1377/1421] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1378/1421] Compiling BitCollections BitSet.Index.swift
[1379/1421] Compiling BitCollections BitSet._UnsafeHandle.swift
[1380/1421] Compiling BitCollections BitSet.swift
[1381/1421] Compiling BitCollections Range+Utilities.swift
[1382/1421] Compiling BitCollections Slice+Utilities.swift
[1383/1421] Compiling BitCollections UInt+Tricks.swift
[1384/1421] Compiling BitCollections _Word.swift
[1385/1421] Compiling CryptoBoringWrapper EllipticCurve.swift
[1386/1421] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1387/1421] Compiling BitCollections BitArray+RandomBits.swift
[1388/1421] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1389/1421] Compiling BitCollections BitArray+Shifts.swift
[1390/1421] Compiling BitCollections BitArray+Testing.swift
[1391/1421] Compiling BitCollections BitArray._UnsafeHandle.swift
[1392/1421] Compiling BitCollections BitArray.swift
[1393/1421] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1394/1421] Compiling BitCollections BitSet+Codable.swift
[1395/1422] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1396/1422] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1405/1423] Compiling Algorithms Trim.swift
[1406/1423] Compiling Algorithms Unique.swift
[1407/1423] Compiling Algorithms Windows.swift
[1412/1496] Compiling Collections Collections.swift
[1413/1496] Emitting module Collections
[1415/1497] Compiling Crypto AES-GCM.swift
[1416/1497] Compiling Crypto AES-GCM_boring.swift
[1417/1497] Compiling Crypto ChaChaPoly_boring.swift
[1418/1497] Compiling Crypto ChaChaPoly.swift
[1419/1497] Compiling Crypto HPKE-Ciphersuite.swift
[1420/1497] Compiling Crypto HPKE-KDF.swift
[1421/1497] Compiling Crypto HPKE-KexKeyDerivation.swift
[1422/1497] Compiling Crypto HPKE-LabeledExtract.swift
[1423/1497] Compiling Crypto HPKE-Utils.swift
[1424/1497] Compiling Crypto DHKEM.swift
[1425/1497] Compiling Crypto HPKE-KEM-Curve25519.swift
[1426/1497] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1427/1497] Compiling Crypto HPKE-KEM.swift
[1428/1497] Compiling Crypto HPKE-Errors.swift
[1430/1506] Compiling Crypto Cipher.swift
[1431/1506] Compiling Crypto Nonces.swift
[1435/1506] Emitting module Atomics
[1436/1507] Compiling Crypto HKDF.swift
[1437/1507] Compiling Crypto AESWrap.swift
[1438/1507] Compiling Crypto AESWrap_boring.swift
[1439/1507] Compiling Crypto Ed25519_boring.swift
[1440/1507] Compiling Crypto NISTCurvesKeys_boring.swift
[1441/1507] Compiling Crypto X25519Keys_boring.swift
[1442/1507] Compiling Crypto Curve25519.swift
[1443/1507] Compiling Crypto Ed25519Keys.swift
[1444/1507] Compiling Crypto NISTCurvesKeys.swift
[1445/1507] Compiling Crypto X25519Keys.swift
[1447/1507] Compiling Crypto PKCS8PrivateKey.swift
[1448/1507] Compiling Crypto SEC1PrivateKey.swift
[1449/1507] Compiling Crypto SubjectPublicKeyInfo.swift
[1450/1507] Compiling Crypto CryptoKitErrors.swift
[1451/1507] Compiling Crypto Digest_boring.swift
[1452/1507] Compiling Crypto Digest.swift
[1453/1507] Compiling Crypto Digests.swift
[1454/1507] Compiling Crypto HashFunctions.swift
[1455/1507] Compiling Crypto HashFunctions_SHA2.swift
[1456/1507] Compiling Crypto HPKE-AEAD.swift
[1457/1567] Compiling Crypto SymmetricKeys.swift
[1458/1567] Compiling Crypto HMAC.swift
[1459/1567] Compiling Crypto MACFunctions.swift
[1460/1567] Compiling Crypto MessageAuthenticationCode.swift
[1461/1567] Compiling Crypto AES.swift
[1462/1567] Compiling Crypto ECDSASignature_boring.swift
[1463/1567] Compiling Crypto ECDSA_boring.swift
[1464/1567] Compiling Crypto EdDSA_boring.swift
[1465/1567] Compiling Crypto ECDSA.swift
[1466/1567] Compiling Crypto Ed25519.swift
[1467/1567] Emitting module Crypto
[1468/1567] Emitting module Algorithms
[1470/1568] Compiling NIOCore FileHandle.swift
[1471/1568] Compiling NIOCore FileRegion.swift
[1472/1568] Compiling NIOCore GlobalSingletons.swift
[1473/1568] Compiling NIOCore IO.swift
[1474/1568] Compiling NIOCore IOData.swift
[1475/1568] Compiling NIOCore IPProtocol.swift
[1476/1568] Compiling NIOCore IntegerBitPacking.swift
[1477/1568] Compiling NIOCore IntegerTypes.swift
[1478/1568] Compiling NIOCore Interfaces.swift
[1479/1568] Compiling NIOCore Linux.swift
[1480/1568] Compiling NIOCore MulticastChannel.swift
[1481/1568] Compiling NIOCore NIOAny.swift
[1482/1568] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1483/1568] Compiling NIOCore NIOLoopBound.swift
[1484/1568] Compiling NIOCore NIOScheduledCallback.swift
[1485/1568] Compiling NIOCore NIOSendable.swift
[1486/1568] Compiling NIOCore PointerHelpers.swift
[1487/1568] Compiling NIOCore RecvByteBufferAllocator.swift
[1488/1576] Compiling Crypto Signature.swift
[1489/1576] Compiling Crypto CryptoKitErrors_boring.swift
[1490/1576] Compiling Crypto RNG_boring.swift
[1491/1576] Compiling Crypto SafeCompare_boring.swift
[1492/1576] Compiling Crypto Zeroization_boring.swift
[1493/1576] Compiling Crypto PrettyBytes.swift
[1494/1576] Compiling Crypto SafeCompare.swift
[1495/1576] Compiling Crypto SecureBytes.swift
[1496/1576] Compiling Crypto Zeroization.swift
[1497/1576] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1498/1576] Compiling NIOCore BSDSocketAPI.swift
[1499/1576] Compiling NIOCore ByteBuffer-aux.swift
[1500/1576] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1501/1576] Compiling NIOCore ByteBuffer-conversions.swift
[1502/1576] Compiling NIOCore ByteBuffer-core.swift
[1503/1576] Compiling NIOCore ByteBuffer-hex.swift
[1504/1576] Compiling NIOCore ByteBuffer-int.swift
[1505/1576] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1506/1576] Compiling NIOCore AddressedEnvelope.swift
[1507/1576] Compiling NIOCore DeadChannel.swift
[1508/1576] Compiling NIOCore DispatchQueue+WithFuture.swift
[1509/1576] Compiling NIOCore EventLoop+Deprecated.swift
[1510/1576] Compiling NIOCore EventLoop+SerialExecutor.swift
[1511/1576] Compiling NIOCore EventLoop.swift
[1512/1576] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1513/1576] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1514/1576] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1515/1576] Compiling NIOCore EventLoopFuture.swift
[1516/1576] Compiling NIOCore FileDescriptor.swift
[1525/1577] Compiling NIOCore MarkedCircularBuffer.swift
[1526/1577] Compiling NIOCore CircularBuffer.swift
[1527/1577] Compiling NIOCore Codec.swift
[1528/1577] Compiling NIOCore ConvenienceOptionSupport.swift
[1551/1577] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1552/1577] Compiling NIOCore SocketAddresses.swift
[1553/1577] Compiling NIOCore SocketOptionProvider.swift
[1554/1577] Compiling NIOCore SystemCallHelpers.swift
[1555/1577] Compiling NIOCore TimeAmount+Duration.swift
[1556/1577] Compiling NIOCore TypeAssistedChannelHandler.swift
[1557/1577] Compiling NIOCore UniversalBootstrapSupport.swift
[1558/1577] Compiling NIOCore Utilities.swift
[1560/1577] Compiling NIOCore AsyncAwaitSupport.swift
[1561/1577] Compiling NIOCore AsyncChannel.swift
[1562/1577] Compiling NIOCore AsyncChannelHandler.swift
[1563/1577] Compiling NIOCore AsyncChannelInboundStream.swift
[1564/1577] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1565/1577] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1566/1577] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1567/1577] Compiling NIOCore NIOAsyncWriter.swift
[1568/1577] Compiling NIOCore ByteBuffer-multi-int.swift
[1569/1577] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1570/1577] Compiling NIOCore ByteBuffer-views.swift
[1571/1577] Compiling NIOCore Channel.swift
[1572/1577] Compiling NIOCore ChannelHandler.swift
[1573/1577] Compiling NIOCore ChannelHandlers.swift
[1574/1577] Compiling NIOCore ChannelInvoker.swift
[1575/1577] Compiling NIOCore ChannelOption.swift
[1576/1577] Compiling NIOCore ChannelPipeline.swift
[1577/1577] Emitting module NIOCore
[1579/1630] Emitting module NIOEmbedded
[1580/1630] Compiling NIOEmbedded AsyncTestingChannel.swift
[1581/1630] Compiling NIOEmbedded Embedded.swift
[1582/1630] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1584/1631] Compiling NIOPosix SelectableChannel.swift
[1585/1631] Compiling NIOPosix SelectableEventLoop.swift
[1586/1631] Compiling NIOPosix SelectorEpoll.swift
[1587/1631] Compiling NIOPosix SelectorGeneric.swift
[1588/1631] Compiling NIOPosix SelectorKqueue.swift
[1589/1631] Compiling NIOPosix SelectorUring.swift
[1590/1631] Compiling NIOPosix ServerSocket.swift
[1591/1631] Compiling NIOPosix Socket.swift
[1592/1631] Compiling NIOPosix SocketChannel.swift
[1593/1631] Compiling NIOPosix SocketProtocols.swift
[1594/1631] Compiling NIOPosix System.swift
[1595/1631] Compiling NIOPosix Thread.swift
[1596/1631] Compiling NIOPosix Pool.swift
[1597/1631] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1598/1631] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1599/1631] Compiling NIOPosix PosixSingletons.swift
[1600/1631] Compiling NIOPosix RawSocketBootstrap.swift
[1601/1631] Compiling NIOPosix Resolver.swift
[1602/1631] Compiling NIOPosix Selectable.swift
[1603/1637] Compiling NIOPosix IO.swift
[1604/1637] Compiling NIOPosix IntegerBitPacking.swift
[1605/1637] Compiling NIOPosix IntegerTypes.swift
[1606/1637] Compiling NIOPosix Linux.swift
[1607/1637] Compiling NIOPosix LinuxCPUSet.swift
[1608/1637] Compiling NIOPosix LinuxUring.swift
[1609/1637] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1610/1637] Compiling NIOPosix NIOThreadPool.swift
[1611/1637] Compiling NIOPosix NonBlockingFileIO.swift
[1612/1637] Compiling NIOPosix PendingDatagramWritesManager.swift
[1613/1637] Compiling NIOPosix PendingWritesManager.swift
[1614/1637] Compiling NIOPosix PipeChannel.swift
[1615/1637] Compiling NIOPosix PipePair.swift
[1616/1637] Compiling NIOPosix PointerHelpers.swift
[1617/1637] Compiling NIOPosix ThreadPosix.swift
[1618/1637] Compiling NIOPosix ThreadWindows.swift
[1619/1637] Compiling NIOPosix UnsafeTransfer.swift
[1620/1637] Compiling NIOPosix Utilities.swift
[1621/1637] Compiling NIOPosix VsockAddress.swift
[1622/1637] Compiling NIOPosix VsockChannelEvents.swift
[1623/1637] Emitting module NIOPosix
[1624/1637] Compiling NIOPosix BSDSocketAPICommon.swift
[1625/1637] Compiling NIOPosix BSDSocketAPIPosix.swift
[1626/1637] Compiling NIOPosix BSDSocketAPIWindows.swift
[1627/1637] Compiling NIOPosix BaseSocket.swift
[1628/1637] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1629/1637] Compiling NIOPosix BaseSocketChannel.swift
[1630/1637] Compiling NIOPosix BaseStreamSocketChannel.swift
[1631/1637] Compiling NIOPosix Bootstrap.swift
[1632/1637] Compiling NIOPosix ControlMessage.swift
[1633/1637] Compiling NIOPosix DatagramVectorReadManager.swift
[1634/1637] Compiling NIOPosix Errors+Any.swift
[1635/1637] Compiling NIOPosix FileDescriptor.swift
[1636/1637] Compiling NIOPosix GetaddrinfoResolver.swift
[1637/1637] Compiling NIOPosix HappyEyeballs.swift
[1639/1662] Emitting module NIO
[1640/1662] Compiling NIO Exports.swift
[1642/1663] Compiling AsyncKit EventLoop+Flatten.swift
[1643/1663] Compiling AsyncKit EventLoop+Future.swift
[1644/1663] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1645/1665] Compiling AsyncKit Future+Miscellaneous.swift
[1646/1665] Compiling AsyncKit Future+Nonempty.swift
[1647/1665] Compiling AsyncKit Future+Optional.swift
[1648/1665] Compiling AsyncKit Future+Transform.swift
[1649/1665] Compiling AsyncKit Future+Try.swift
[1650/1665] Compiling AsyncKit FutureOperators.swift
[1651/1671] Compiling NIOTLS TLSEvents.swift
[1652/1671] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1653/1671] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1654/1671] Emitting module NIOTLS
[1655/1671] Compiling AsyncKit EventLoopConnectionPool.swift
[1656/1671] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1657/1671] Compiling AsyncKit EventLoop+Concurrency.swift
[1658/1671] Compiling AsyncKit ConnectionPoolError.swift
[1659/1671] Compiling AsyncKit ConnectionPoolItem.swift
[1660/1671] Compiling AsyncKit ConnectionPoolSource.swift
[1661/1671] Compiling NIOTLS SNIHandler.swift
[1662/1671] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1664/1672] Compiling AsyncKit Optional+StrictMap.swift
[1665/1672] Compiling AsyncKit Exports.swift
[1666/1700] Compiling NIOSSL SSLPublicKey.swift
[1667/1700] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1668/1700] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1669/1700] Compiling NIOSSL SubjectAlternativeName.swift
[1670/1703] Compiling NIOSSL SSLErrors.swift
[1671/1703] Compiling NIOSSL SSLInit.swift
[1672/1703] Compiling NIOSSL SSLPKCS12Bundle.swift
[1673/1703] Compiling NIOSSL SSLPrivateKey.swift
[1674/1703] Compiling NIOSSL NIOSSLSecureBytes.swift
[1675/1703] Compiling NIOSSL RNG.swift
[1676/1703] Compiling NIOSSL SafeCompare.swift
[1677/1703] Compiling NIOSSL AndroidCABundle.swift
[1678/1703] Compiling NIOSSL ByteBufferBIO.swift
[1679/1703] Compiling NIOSSL CustomPrivateKey.swift
[1680/1703] Compiling NIOSSL IdentityVerification.swift
[1681/1703] Compiling NIOSSL LinuxCABundle.swift
[1682/1703] Compiling NIOSSL NIOSSLClientHandler.swift
[1683/1703] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1684/1703] Compiling NIOSSL NIOSSLHandler.swift
[1685/1703] Emitting module NIOSSL
[1686/1703] Compiling NIOSSL Zeroization.swift
[1687/1703] Compiling NIOSSL TLSConfiguration.swift
[1688/1703] Compiling NIOSSL UniversalBootstrapSupport.swift
[1689/1703] Compiling NIOSSL NIOSSLServerHandler.swift
[1690/1703] Compiling NIOSSL ObjectIdentifier.swift
[1691/1703] Compiling NIOSSL PosixPort.swift
[1692/1703] Compiling NIOSSL SSLCallbacks.swift
[1693/1703] Compiling NIOSSL SSLCertificate.swift
[1694/1703] Compiling NIOSSL SSLCertificateExtensions.swift
[1695/1703] Compiling NIOSSL SSLConnection.swift
[1696/1703] Compiling NIOSSL SSLContext.swift
[1698/1740] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1699/1740] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1700/1740] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1701/1740] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1702/1740] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1703/1745] Emitting module AsyncKit
[1704/1745] Compiling MySQLNIO MySQLDatabase.swift
[1705/1745] Compiling MySQLNIO MySQLError.swift
[1706/1745] Compiling MySQLNIO MySQLQueryCommand.swift
[1707/1745] Compiling MySQLNIO MySQLRow.swift
[1708/1745] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1709/1745] Compiling MySQLNIO MySQLTime.swift
[1710/1745] Compiling MySQLNIO MySQLPacket.swift
[1711/1745] Compiling MySQLNIO MySQLPacketDecoder.swift
[1712/1745] Compiling MySQLNIO MySQLPacketEncoder.swift
[1713/1745] Compiling MySQLNIO MySQLPacketSequence.swift
[1714/1745] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1715/1745] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1716/1745] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1717/1745] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1718/1745] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1719/1745] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1720/1745] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1721/1745] Compiling MySQLNIO MySQLProtocol.swift
[1722/1745] Compiling MySQLNIO CryptoUtils.swift
[1723/1745] Compiling MySQLNIO NIOUtils.swift
[1724/1745] Emitting module MySQLNIO
[1725/1745] Compiling MySQLNIO Exports.swift
[1726/1745] Compiling MySQLNIO MySQLConnection.swift
[1727/1745] Compiling MySQLNIO MySQLConnectionHandler.swift
[1728/1745] Compiling MySQLNIO MySQLData.swift
[1729/1745] Compiling MySQLNIO MySQLDataConvertible.swift
[1730/1745] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[1731/1745] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[1732/1745] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1733/1745] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1734/1745] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1735/1745] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1736/1745] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1737/1745] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1738/1745] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[1739/1745] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[1748/1787] Compiling Bridges AnyBridge.swift
[1749/1787] Compiling Bridges AnyBridgesObject.swift
[1750/1787] Compiling Bridges AnyDatabaseIdentifiable.swift
[1751/1787] Compiling Bridges AnyMigration.swift
[1752/1787] Compiling Bridges AutoCreateTableMigration.swift
[1753/1792] Compiling Bridges SchemaMigration.swift
[1754/1792] Compiling Bridges TableMigration.swift
[1755/1792] Compiling Bridges Trigger.swift
[1756/1792] Compiling Bridges View.swift
[1757/1792] Compiling Bridges Table.swift
[1758/1792] Compiling Bridges Connection.swift
[1759/1792] Compiling Bridges DatabaseHost.swift
[1760/1792] Compiling Bridges DatabaseIdentifier.swift
[1761/1792] Compiling Bridges DatabaseMigrations.swift
[1762/1792] Compiling Bridges Enum.swift
[1763/1792] Compiling Bridges Exports.swift
[1764/1792] Compiling Bridges Bridges.swift
[1765/1792] Compiling Bridges BridgesError.swift
[1766/1792] Compiling Bridges BridgesRow.swift
[1767/1792] Compiling Bridges CreateEnumBuilder.swift
[1768/1792] Compiling Bridges DropEnumBuilder.swift
[1769/1792] Compiling Bridges UpdateEnumBuilder.swift
[1770/1792] Compiling Bridges Bridgeable+Transaction.swift
[1771/1792] Compiling Bridges Dictionary+SwifQLable.swift
[1772/1792] Compiling Bridges Encodable+SwifQLable.swift
[1773/1792] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[1774/1792] Compiling Bridges SwifQLable+Execute.swift
[1775/1792] Compiling Bridges Table+Conveniences.swift
[1776/1792] Emitting module Bridges
[1777/1792] Compiling Bridges Bridgeable.swift
[1778/1792] Compiling Bridges BridgesApplication.swift
[1779/1792] Compiling Bridges BridgesRequest.swift
[1780/1792] Compiling Bridges ConnectionSource.swift
[1781/1792] Compiling Bridges ContextBridgeable.swift
[1782/1792] Compiling Bridges EnumMigration.swift
[1783/1792] Compiling Bridges Extension.swift
[1784/1792] Compiling Bridges Function.swift
[1785/1792] Compiling Bridges Migration.swift
[1786/1792] Compiling Bridges PoolSource.swift
[1787/1792] Compiling Bridges DateFormatter.swift
[1788/1792] Compiling Bridges Table+AllColumns.swift
[1789/1792] Compiling Bridges TableDelete.swift
[1790/1792] Compiling Bridges TableInsert.swift
[1791/1792] Compiling Bridges TableUpdate.swift
[1792/1792] Compiling Bridges TableUpsert.swift
[1794/1806] Compiling MySQLBridge MySQLMigration.swift
[1795/1807] 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 |
[1796/1807] 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 |
[1797/1807] Compiling MySQLBridge SwifQLable+Execute.swift
[1798/1807] Compiling MySQLBridge MySQLBridge.swift
[1799/1807] 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 }
[1800/1807] Compiling MySQLBridge Exports.swift
[1801/1807] Compiling MySQLBridge Bridges+Application.swift
[1802/1807] 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 |
[1803/1807] 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 |
[1804/1807] 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 }
[1805/1807] 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 |
[1806/1807] 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 |
[1807/1807] Compiling MySQLBridge MySQLDataEncoder.swift
Build complete! (280.57s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.