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.1 for Linux on 25 Apr 2025 10:17:08 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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.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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/SwifQL/Bridges.git
[1/2217] Fetching mysql-nio
[179/2842] Fetching mysql-nio, bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.31s)
Fetched https://github.com/vapor/mysql-nio.git from cache (0.31s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (1.03s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/13784] Fetching swift-crypto
[277/28577] Fetching swift-crypto, swift-nio-ssl
[278/32413] Fetching swift-crypto, swift-nio-ssl, swift-log
[6118/107844] Fetching swift-crypto, swift-nio-ssl, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[9774/104008] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (13.83s)
Fetched https://github.com/apple/swift-nio.git from cache (20.41s)
Fetched https://github.com/apple/swift-crypto.git from cache (20.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (22.11s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.37s)
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/4353] Fetching swift-system
[393/6058] Fetching swift-system, swift-atomics
[4577/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.82s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.85s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.91s)
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.67s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/SwifQL/SwifQL.git
[1/2366] Fetching swifql
[309/4736] Fetching swifql, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.34s)
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.34s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.31s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.20s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.20s)
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.66s)
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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/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/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-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.82.0
Building for debugging...
[0/799] Write sources
[7/799] Compiling aesv8-armv8-apple.S
[8/799] Write sources
[9/799] Compiling _NumericsShims _NumericsShims.c
[9/799] Write sources
[12/799] Compiling _AtomicsShims.c
[13/799] Write sources
[26/799] Compiling CNIOWindows shim.c
[27/799] Compiling CNIOWindows WSAStartup.c
[28/799] Compiling CNIOWASI CNIOWASI.c
[29/799] Compiling thread.cc
[30/799] Compiling CNIOLinux liburing_shims.c
[31/799] Compiling a_time.cc
[32/799] Write swift-version-24593BA9C3E375BF.txt
[33/799] Compiling a_mbstr.cc
[34/799] Compiling CNIODarwin shim.c
[35/799] Compiling CNIOLinux shim.c
[36/799] Compiling a_int.cc
[37/799] Compiling a_gentm.cc
[38/799] Compiling a_i2d_fp.cc
[39/799] Compiling fiat_p256_adx_sqr.S
[40/799] Compiling fiat_p256_adx_mul.S
[41/830] Compiling fiat_curve25519_adx_square.S
[42/837] Compiling fiat_curve25519_adx_mul.S
[43/837] Compiling CNIOBoringSSLShims shims.c
[45/998] Emitting module Logging
[46/998] Emitting module InternalCollectionsUtilities
[47/1000] Emitting module _NIOBase64
[48/1000] Compiling _NIODataStructures _TinyArray.swift
[49/1000] Compiling _NIOBase64 Base64.swift
[50/1001] Compiling RealModule ElementaryFunctions.swift
[51/1002] Compiling SwifQL Functions+Numeric.swift
[52/1002] Compiling SwifQL Functions+PostgresBool.swift
[54/1002] Compiling SwifQL Formatter.swift
[55/1002] Compiling SwifQL Functions+Array.swift
[56/1002] Compiling SwifQL Functions+General.swift
[57/1002] Compiling SwifQL Functions+MySQL.swift
[57/1002] Compiling tls_method.cc
[59/1002] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/1002] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/1002] Compiling tls_record.cc
[62/1002] Compiling RealModule Float80+Real.swift
[63/1002] Compiling RealModule Real.swift
[64/1002] Compiling SwifQL FluentKitFieldable.swift
[65/1002] Compiling SwifQL FormattedKeyPath.swift
[66/1002] Compiling SwifQL Dialect+Postgres.swift
[67/1002] Compiling SwifQL Dialect.swift
[68/1002] Compiling SwifQL Enum.swift
[69/1002] Compiling SwifQL Decodable+Table.swift
[70/1002] Compiling SwifQL StringExtensions.swift
[71/1002] Compiling SwifQL ExtractFieldValue.swift
[72/1002] Compiling SwifQL Array+SwifQLable.swift
[73/1002] Compiling SwifQL Column+AutoType.swift
[74/1002] Compiling RealModule Float16+Real.swift
[75/1002] Compiling RealModule Float+Real.swift
[78/1003] Emitting module RealModule
[81/1003] Compiling _NIODataStructures PriorityQueue.swift
[82/1003] Compiling RealModule RealFunctions.swift
[85/1072] Compiling Logging Locks.swift
[86/1072] Compiling _NIODataStructures Heap.swift
[87/1072] Emitting module _NIODataStructures
[88/1072] Compiling Logging MetadataProvider.swift
[89/1072] Compiling Logging LogHandler.swift
[90/1072] Compiling Logging Logging.swift
[91/1074] Emitting module SwifQL
[94/1158] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/1158] Compiling tls13_enc.cc
[96/1158] Compiling HeapModule Heap+Descriptions.swift
[97/1158] Compiling HeapModule _HeapNode.swift
[98/1158] Compiling HeapModule Heap.swift
[99/1158] Emitting module HeapModule
[100/1159] Compiling HeapModule Heap+Invariants.swift
[101/1159] Compiling HeapModule Heap+UnsafeHandle.swift
[102/1235] Compiling SwifQL SwifQLable+Asterisk.swift
[103/1235] Compiling SwifQL SwifQLable+Before.swift
[104/1235] Compiling SwifQL SwifQLable+Begin.swift
[105/1235] Compiling SwifQL SwifQLable+Between.swift
[106/1235] Compiling SwifQL SwifQLable+Cascade.swift
[107/1235] Compiling SwifQL SwifQLable+Check.swift
[108/1235] Compiling SwifQL SwifQLable+Column.swift
[109/1235] Compiling SwifQL SwifQLable+Commit.swift
[110/1235] Compiling SwifQL SwifQLable+Conflict.swift
[111/1235] Compiling SwifQL SwifQLable+Constraint.swift
[112/1235] Compiling SwifQL SwifQLable+Create.swift
[113/1235] Compiling SwifQL SwifQLable+Default.swift
[114/1235] Compiling SwifQL SwifQLable+Delete.swift
[115/1235] Compiling SwifQL SwifQLable+Distinct.swift
[116/1235] Compiling SwifQL SwifQLable+Do.swift
[117/1235] Compiling SwifQL SwifQLable+Drop.swift
[118/1235] Compiling SwifQL SwifQLable+End.swift
[119/1235] Compiling SwifQL SwifQLable+Epoch.swift
[120/1235] Compiling SwifQL SwifQLable+Exists.swift
[121/1235] Compiling SwifQL SwifQLable+Filter.swift
[122/1235] Compiling SwifQL SwifQLable+From.swift
[123/1235] Compiling SwifQL SwifQLable+Fulltext.swift
[124/1235] Compiling SwifQL SwifQLable+Function.swift
[126/1235] Compiling HashTreeCollections TreeDictionary+Collection.swift
[127/1235] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[128/1235] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[129/1235] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[130/1235] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[131/1235] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[132/1235] Compiling HashTreeCollections TreeDictionary+Filter.swift
[133/1242] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[134/1242] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[135/1242] Compiling HashTreeCollections TreeDictionary+Keys.swift
[136/1242] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[137/1242] Compiling HashTreeCollections TreeDictionary+Merge.swift
[138/1242] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[139/1242] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[140/1242] Compiling SwifQL SwifQLable+GroupBy.swift
[141/1242] Compiling SwifQL SwifQLable+Having.swift
[142/1242] Compiling SwifQL SwifQLable+ILike.swift
[143/1242] Compiling SwifQL SwifQLable+If.swift
[144/1242] Compiling SwifQL SwifQLable+In.swift
[145/1242] Compiling SwifQL SwifQLable+InsertInto.swift
[146/1242] Compiling SwifQL SwifQLable+Interval.swift
[147/1242] Compiling SwifQL SwifQLable+IsNotNull.swift
[148/1242] Compiling SwifQL SwifQLable+IsNull.swift
[149/1242] Compiling SwifQL SwifQLable+Items.swift
[150/1242] Compiling SwifQL SwifQLable+Join.swift
[151/1242] Compiling SwifQL SwifQLable+Key.swift
[152/1242] Compiling SwifQL SwifQLable+Like.swift
[153/1242] Compiling SwifQL SwifQLable+Limit.swift
[154/1242] Compiling SwifQL SwifQLable+No.swift
[155/1242] Compiling SwifQL SwifQLable+Not.swift
[156/1242] Compiling SwifQL SwifQLable+NotBetween.swift
[157/1242] Compiling SwifQL SwifQLable+NotExists.swift
[158/1242] Compiling SwifQL SwifQLable+NotILike.swift
[159/1242] Compiling SwifQL SwifQLable+NotIn.swift
[160/1242] Compiling SwifQL SwifQLable+NotLike.swift
[161/1242] Compiling SwifQL SwifQLable+Nothing.swift
[162/1242] Compiling SwifQL SwifQLable+Null.swift
[163/1242] Compiling SwifQL SwifQLable+Offset.swift
[164/1242] Compiling SwifQL SwifQLable+On.swift
[165/1242] Compiling SwifQL SwifQLable+Or.swift
[166/1242] Compiling SwifQL SwifQLable+OrderBy.swift
[167/1242] Compiling SwifQL SwifQLable+Over.swift
[168/1242] Compiling SwifQL SwifQLable+Overlaps.swift
[169/1242] Compiling SwifQL SwifQLable+Owner.swift
[170/1242] Compiling SwifQL SwifQLable+PartitionBy.swift
[171/1242] Compiling SwifQL SwifQLable+Primary.swift
[172/1242] Compiling SwifQL SwifQLable+Raw.swift
[173/1242] Compiling SwifQL SwifQLable+References.swift
[174/1242] Compiling SwifQL SwifQLable+Rename.swift
[175/1242] Compiling SwifQL SwifQLable+Restrict.swift
[176/1242] Compiling SwifQL SwifQLable+Return.swift
[177/1242] Compiling SwifQL SwifQLable+Returning.swift
[178/1242] Compiling SwifQL SwifQLable+Rollback.swift
[179/1242] Compiling SwifQL SwifQLable+Schema.swift
[180/1242] Compiling SwifQL SwifQLable+Select.swift
[181/1242] Compiling SwifQL SwifQLable+Semicolon.swift
[182/1242] Compiling SwifQL SwifQLable+Set.swift
[183/1242] Compiling SwifQL SwifQLable+Space.swift
[184/1242] Compiling SwifQL SwifQLable+Subscript.swift
[184/1242] Compiling tls13_both.cc
[186/1242] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[187/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[188/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[189/1242] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[190/1242] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[191/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[192/1242] Compiling SwifQL QueryBuilderable.swift
[193/1242] Compiling SwifQL QueryParts.swift
[194/1242] Compiling SwifQL ReferentialAction.swift
[195/1242] Compiling SwifQL SwifQLableResultBuilder.swift
[196/1242] Compiling SwifQL Schema.swift
[197/1242] Compiling SwifQL Schemable.swift
[198/1242] Compiling SwifQL SplittedQuery.swift
[199/1242] Compiling SwifQL SwifQL.swift
[200/1242] Compiling SwifQL SwifQLable+Action.swift
[201/1242] Compiling SwifQL SwifQLable+Add.swift
[202/1242] Compiling SwifQL SwifQLable+AddQuery.swift
[203/1242] Compiling SwifQL SwifQLable+After.swift
[204/1242] Compiling SwifQL SwifQLable+All.swift
[205/1242] Compiling SwifQL SwifQLable+Alter.swift
[206/1242] Compiling SwifQL SwifQLable+And.swift
[207/1242] Compiling SwifQL SwifQLable+Any.swift
[208/1242] Compiling SwifQL SwifQLable+As.swift
[209/1242] Emitting module _RopeModule
[210/1266] Compiling HashTreeCollections _HashStack.swift
[211/1266] Compiling HashTreeCollections _HashTreeIterator.swift
[212/1266] Compiling HashTreeCollections _HashTreeStatistics.swift
[213/1266] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[214/1266] Compiling HashTreeCollections _RawHashNode.swift
[215/1266] Compiling HashTreeCollections _UnmanagedHashNode.swift
[216/1266] Compiling HashTreeCollections _UnsafePath.swift
[217/1266] Compiling HashTreeCollections TreeDictionary+Codable.swift
[217/1266] Compiling tls13_client.cc
[227/1266] Compiling OrderedCollections OrderedSet+Sendable.swift
[228/1266] Compiling OrderedCollections OrderedSet+SubSequence.swift
[229/1266] Compiling OrderedCollections OrderedSet+Testing.swift
[230/1266] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[231/1266] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[232/1266] Compiling OrderedCollections OrderedSet.swift
[233/1266] Compiling OrderedCollections _UnsafeBitset.swift
[234/1266] Compiling HashTreeCollections TreeSet+Equatable.swift
[235/1266] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[236/1266] Compiling HashTreeCollections TreeSet+Extras.swift
[237/1266] Compiling HashTreeCollections TreeSet+Filter.swift
[238/1266] Compiling HashTreeCollections TreeSet+Hashable.swift
[239/1266] Compiling HashTreeCollections TreeSet+Sendable.swift
[240/1266] Compiling _RopeModule Rope+Join.swift
[241/1266] Compiling _RopeModule Rope+MutatingForEach.swift
[242/1266] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[243/1266] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[244/1266] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[245/1266] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[246/1266] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[247/1266] Compiling HashTreeCollections _HashNode+Structural merge.swift
[248/1266] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[249/1266] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/1266] Compiling HashTreeCollections _HashNode+Structural union.swift
[251/1266] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[252/1266] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[253/1266] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[254/1266] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[255/1266] Compiling HashTreeCollections _HashNode.swift
[256/1266] Compiling HashTreeCollections _HashNodeHeader.swift
[257/1266] Compiling HashTreeCollections _HashSlot.swift
[257/1266] Compiling tls13_server.cc
[269/1266] Compiling DequeModule Deque._UnsafeHandle.swift
[270/1266] Compiling DequeModule Deque.swift
[271/1266] Compiling DequeModule Deque+Testing.swift
[272/1266] Compiling DequeModule Deque._Storage.swift
[273/1266] Compiling DequeModule _DequeBuffer.swift
[274/1266] Compiling DequeModule _DequeBufferHeader.swift
[275/1266] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[276/1266] Compiling HashTreeCollections _HashNode+Structural filter.swift
[277/1266] Compiling DequeModule Deque+CustomReflectable.swift
[278/1266] Compiling DequeModule Deque+Descriptions.swift
[279/1268] Compiling DequeModule Deque+Codable.swift
[280/1268] Compiling DequeModule Deque+Collection.swift
[283/1268] Compiling DequeModule Deque+Equatable.swift
[284/1268] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[285/1268] Compiling DequeModule Deque+Extras.swift
[286/1268] Compiling DequeModule Deque+Hashable.swift
[295/1268] Compiling DequeModule _DequeSlot.swift
[296/1268] Compiling DequeModule _UnsafeWrappedBuffer.swift
[307/1268] Compiling _RopeModule Rope+Remove.swift
[308/1268] Compiling _RopeModule Rope+RemoveSubrange.swift
[309/1268] Compiling _RopeModule Rope+Split.swift
[310/1268] Compiling _RopeModule Optional Utilities.swift
[311/1268] Compiling _RopeModule String Utilities.swift
[312/1268] Compiling _RopeModule String.Index+ABI.swift
[354/1278] Compiling SwifQL SwifQLable+Table.swift
[355/1278] Compiling SwifQL SwifQLable+Timestamp.swift
[356/1278] Compiling SwifQL SwifQLable+To.swift
[357/1278] Compiling SwifQL SwifQLable+Type.swift
[358/1278] Compiling SwifQL SwifQLable+Union.swift
[359/1278] Compiling SwifQL SwifQLable+Unique.swift
[360/1278] Compiling SwifQL SwifQLable+Update.swift
[361/1278] Compiling SwifQL SwifQLable+Value.swift
[362/1278] Compiling SwifQL SwifQLable+Values.swift
[363/1278] Compiling SwifQL SwifQLable+Where.swift
[364/1278] Compiling SwifQL SwifQLable+WhereExists.swift
[365/1278] Compiling SwifQL SwifQLable+WhereNotExists.swift
[366/1278] Compiling SwifQL SwifQLable+Window.swift
[367/1278] Compiling SwifQL SwifQLable+With.swift
[368/1278] Compiling SwifQL SwifQLable.swift
[369/1278] Compiling SwifQL SwifQLableArraySeparator.swift
[370/1278] Compiling SwifQL Table.swift
[371/1278] Compiling SwifQL TableAlias.swift
[372/1278] Compiling SwifQL Type+Autodetect.swift
[373/1278] Compiling SwifQL Type+SwifQLable.swift
[374/1278] Compiling SwifQL Type.swift
[375/1278] Compiling SwifQL _Todo.swift
[380/1278] Emitting module OrderedCollections
[393/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[394/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[395/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[396/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[397/1278] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[398/1278] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[399/1278] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[400/1278] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[401/1278] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[402/1278] Compiling HashTreeCollections TreeSet.swift
[402/1278] Compiling ssl_versions.cc
[422/1279] Emitting module DequeModule
[470/1281] Compiling ssl_x509.cc
[481/1281] Compiling t1_enc.cc
[514/1282] Emitting module HashTreeCollections
[537/1283] Compiling ssl_stat.cc
[538/1283] Compiling ssl_transcript.cc
[539/1283] Compiling ssl_session.cc
[540/1283] Compiling ssl_lib.cc
[541/1283] Compiling ssl_privkey.cc
[542/1283] Compiling ssl_key_share.cc
[543/1283] Compiling ssl_file.cc
[544/1283] Compiling ssl_buffer.cc
[545/1283] Compiling ssl_cipher.cc
[546/1283] Compiling ssl_cert.cc
[547/1283] Compiling ssl_credential.cc
[548/1283] Compiling ssl_aead_ctx.cc
[549/1283] Compiling s3_pkt.cc
[550/1283] Compiling ssl_asn1.cc
[551/1283] Compiling s3_lib.cc
[552/1283] Compiling s3_both.cc
[553/1283] Compiling encrypted_client_hello.cc
[554/1283] Compiling handshake_server.cc
[555/1283] Compiling handshake_client.cc
[556/1283] Compiling handshake.cc
[557/1283] Compiling handoff.cc
[558/1283] Compiling extensions.cc
[559/1283] Compiling md5-x86_64-linux.S
[560/1283] Compiling dtls_method.cc
[561/1283] Compiling md5-x86_64-apple.S
[562/1283] Compiling md5-586-linux.S
[563/1283] Compiling dtls_record.cc
[564/1283] Compiling md5-586-apple.S
[565/1283] Compiling chacha20_poly1305_x86_64-apple.S
[566/1283] Compiling chacha20_poly1305_x86_64-linux.S
[567/1283] Compiling chacha20_poly1305_armv8-win.S
[568/1283] Compiling chacha20_poly1305_armv8-linux.S
[569/1283] Compiling chacha20_poly1305_armv8-apple.S
[570/1283] Compiling err_data.cc
[571/1283] Compiling d1_srtp.cc
[572/1283] Compiling chacha-x86_64-linux.S
[573/1283] Compiling chacha-x86_64-apple.S
[574/1283] Compiling chacha-x86-apple.S
[575/1283] Compiling chacha-x86-linux.S
[576/1283] Compiling chacha-armv8-win.S
[577/1283] Compiling chacha-armv8-linux.S
[578/1283] Compiling chacha-armv8-apple.S
[579/1283] Compiling chacha-armv4-linux.S
[580/1283] Compiling aes128gcmsiv-x86_64-linux.S
[581/1283] Compiling aes128gcmsiv-x86_64-apple.S
[582/1283] Compiling d1_pkt.cc
[583/1283] Compiling x86_64-mont5-apple.S
[584/1283] Compiling bio_ssl.cc
[585/1283] Compiling x86_64-mont-linux.S
[586/1283] Compiling x86_64-mont-apple.S
[587/1283] Compiling x86-mont-linux.S
[588/1283] Compiling x86_64-mont5-linux.S
[588/1283] Compiling vpaes-x86_64-linux.S
[590/1283] Compiling x86-mont-apple.S
[591/1283] Compiling d1_lib.cc
[592/1283] Compiling vpaes-x86-linux.S
[593/1283] Compiling vpaes-x86_64-apple.S
[594/1283] Compiling vpaes-armv8-apple.S
[595/1283] Compiling vpaes-armv8-linux.S
[596/1283] Compiling vpaes-x86-apple.S
[597/1283] Compiling vpaes-armv8-win.S
[598/1283] Compiling vpaes-armv7-linux.S
[598/1283] Compiling sha512-armv8-linux.S
[600/1283] Compiling sha512-x86_64-apple.S
[601/1283] Compiling d1_both.cc
[602/1283] Compiling sha512-586-linux.S
[603/1283] Compiling sha512-x86_64-linux.S
[604/1283] Compiling sha512-armv8-win.S
[604/1283] Compiling sha512-armv8-apple.S
[606/1283] Compiling sha512-armv4-linux.S
[607/1283] Compiling sha512-586-apple.S
[608/1283] Compiling sha256-x86_64-linux.S
[609/1283] Compiling sha256-x86_64-apple.S
[610/1283] Compiling sha256-armv8-win.S
[611/1283] Compiling sha256-armv8-apple.S
[612/1283] Compiling sha256-armv8-linux.S
[613/1283] Compiling sha256-armv4-linux.S
[614/1283] Compiling sha256-586-apple.S
[615/1283] Compiling sha256-586-linux.S
[616/1283] Compiling sha1-x86_64-apple.S
[617/1283] Compiling sha1-armv8-apple.S
[618/1283] Compiling sha1-armv8-linux.S
[619/1283] Compiling sha1-x86_64-linux.S
[620/1283] Compiling sha1-586-linux.S
[621/1283] Compiling sha1-armv8-win.S
[622/1283] Compiling sha1-armv4-large-linux.S
[623/1283] Compiling rsaz-avx2-linux.S
[624/1283] Compiling p256_beeu-x86_64-asm-linux.S
[625/1283] Compiling p256_beeu-armv8-asm-win.S
[626/1283] Compiling rdrand-x86_64-linux.S
[627/1283] Compiling rsaz-avx2-apple.S
[628/1283] Compiling sha1-586-apple.S
[629/1283] Compiling p256_beeu-x86_64-asm-apple.S
[630/1283] Compiling p256_beeu-armv8-asm-linux.S
[631/1283] Compiling rdrand-x86_64-apple.S
[632/1283] Compiling p256_beeu-armv8-asm-apple.S
[633/1283] Compiling p256-x86_64-asm-linux.S
[634/1283] Compiling p256-x86_64-asm-apple.S
[635/1283] Compiling p256-armv8-asm-linux.S
[636/1283] Compiling p256-armv8-asm-apple.S
[637/1283] Compiling p256-armv8-asm-win.S
[638/1283] Compiling ghashv8-armv8-win.S
[639/1283] Compiling ghashv8-armv8-apple.S
[640/1283] Compiling ghashv8-armv8-linux.S
[641/1283] Compiling ghashv8-armv7-linux.S
[642/1283] Compiling ghash-x86_64-linux.S
[643/1283] Compiling ghash-x86_64-apple.S
[644/1283] Compiling ghash-x86-apple.S
[645/1283] Compiling ghash-x86-linux.S
[646/1283] Compiling ghash-ssse3-x86-linux.S
[647/1283] Compiling ghash-ssse3-x86-apple.S
[648/1283] Compiling ghash-neon-armv8-linux.S
[648/1283] Compiling ghash-neon-armv8-win.S
[650/1283] Compiling ghash-neon-armv8-apple.S
[651/1283] Compiling ghash-ssse3-x86_64-apple.S
[652/1283] Compiling ghash-ssse3-x86_64-linux.S
[653/1283] Compiling ghash-armv4-linux.S
[654/1283] Compiling co-586-linux.S
[655/1283] Compiling co-586-apple.S
[656/1283] Compiling bn-armv8-linux.S
[657/1283] Compiling bn-armv8-win.S
[658/1283] Compiling bn-armv8-apple.S
[658/1283] Compiling armv8-mont-win.S
[660/1283] Compiling bn-586-linux.S
[661/1283] Compiling bsaes-armv7-linux.S
[662/1283] Compiling armv8-mont-apple.S
[663/1283] Compiling bn-586-apple.S
[664/1283] Compiling armv8-mont-linux.S
[665/1283] Compiling aesv8-gcm-armv8-linux.S
[666/1283] Compiling armv4-mont-linux.S
[667/1283] Compiling aesv8-gcm-armv8-win.S
[668/1283] Compiling aesv8-armv8-win.S
[669/1283] Compiling aesv8-gcm-armv8-apple.S
[670/1283] Compiling aesv8-armv8-apple.S
[671/1283] Compiling aesv8-armv8-linux.S
[672/1283] Compiling aesv8-armv7-linux.S
[673/1283] Compiling aesni-x86-apple.S
[674/1283] Compiling aesni-x86_64-apple.S
[674/1283] Compiling aesni-x86_64-linux.S
[676/1283] Compiling aesni-gcm-x86_64-linux.S
[676/1283] Compiling aesni-x86-linux.S
[678/1283] Compiling aesni-gcm-x86_64-apple.S
[679/1283] Compiling aes-gcm-avx2-x86_64-apple.S
[680/1283] Compiling aes-gcm-avx2-x86_64-linux.S
[681/1283] Compiling aes-gcm-avx10-x86_64-apple.S
[682/1283] Compiling aes-gcm-avx10-x86_64-linux.S
[683/1283] Compiling x_x509a.cc
[684/1283] Compiling x_sig.cc
[685/1283] Compiling x_req.cc
[686/1283] Compiling x_x509.cc
[686/1283] Compiling x_name.cc
[688/1283] Compiling x_spki.cc
[688/1283] Compiling x_val.cc
[690/1283] Compiling x_pubkey.cc
[691/1283] Compiling x_exten.cc
[692/1283] Compiling x509spki.cc
[693/1283] Compiling x_attrib.cc
[694/1283] Compiling x_crl.cc
[694/1283] Compiling x_algor.cc
[696/1283] Compiling x509name.cc
[697/1283] Compiling x509rset.cc
[698/1283] Compiling x_all.cc
[699/1283] Compiling x509_v3.cc
[700/1283] Compiling x509_vfy.cc
[701/1283] Compiling x509_trs.cc
[702/1283] Compiling x509_txt.cc
[703/1283] Compiling x509cset.cc
[704/1283] Compiling x509_vpm.cc
[705/1283] Compiling x509_req.cc
[706/1283] Compiling x509_set.cc
[707/1283] Compiling x509_def.cc
[708/1283] Compiling x509_d2.cc
[709/1283] Compiling x509_ext.cc
[710/1283] Compiling x509_obj.cc
[711/1283] Compiling x509_lu.cc
[712/1283] Compiling x509_att.cc
[713/1283] Compiling x509.cc
[714/1283] Compiling x509_cmp.cc
[715/1283] Compiling v3_prn.cc
[716/1283] Compiling v3_pmaps.cc
[717/1283] Compiling v3_skey.cc
[718/1283] Compiling v3_utl.cc
[719/1283] Compiling v3_purp.cc
[720/1283] Compiling v3_ncons.cc
[721/1283] Compiling v3_pcons.cc
[722/1283] Compiling v3_ocsp.cc
[723/1283] Compiling v3_lib.cc
[724/1283] Compiling v3_int.cc
[725/1283] Compiling v3_ia5.cc
[726/1283] Compiling v3_genn.cc
[727/1283] Compiling v3_info.cc
[728/1283] Compiling v3_extku.cc
[729/1283] Compiling v3_enum.cc
[730/1283] Compiling v3_crld.cc
[731/1283] Compiling v3_cpols.cc
[732/1283] Compiling v3_conf.cc
[733/1283] Compiling v3_bitst.cc
[734/1283] Compiling v3_alt.cc
[734/1283] Compiling v3_bcons.cc
[736/1283] Compiling v3_akeya.cc
[737/1283] Compiling t_x509a.cc
[738/1283] Compiling t_x509.cc
[739/1283] Compiling v3_akey.cc
[740/1283] Compiling t_req.cc
[741/1283] Compiling i2d_pr.cc
[742/1283] Compiling t_crl.cc
[743/1283] Compiling name_print.cc
[744/1283] Compiling by_dir.cc
[745/1283] Compiling rsa_pss.cc
[746/1283] Compiling policy.cc
[747/1283] Compiling by_file.cc
[748/1283] Compiling asn1_gen.cc
[749/1283] Compiling algorithm.cc
[750/1283] Compiling thread_win.cc
[751/1283] Compiling a_verify.cc
[752/1283] Compiling thread_pthread.cc
[753/1283] Compiling trust_token.cc
[754/1283] Compiling voprf.cc
[755/1283] Compiling pmbtoken.cc
[756/1283] Compiling a_sign.cc
[757/1283] Compiling thread.cc
[758/1283] Compiling thread_none.cc
[759/1283] Compiling a_digest.cc
[760/1283] Compiling stack.cc
[761/1283] Compiling sha512.cc
[762/1283] Compiling sha256.cc
[763/1283] Compiling siphash.cc
[764/1283] Compiling sha1.cc
[765/1283] Compiling slhdsa.cc
[766/1283] Compiling rsa_print.cc
[767/1283] Compiling spake2plus.cc
[768/1283] Compiling rsa_extra.cc
[769/1283] Compiling rc4.cc
[770/1283] Compiling rsa_crypt.cc
[771/1283] Compiling windows.cc
[772/1283] Compiling trusty.cc
[773/1283] Compiling refcount.cc
[774/1283] Compiling rand.cc
[774/1283] Compiling urandom.cc
[776/1283] Compiling rsa_asn1.cc
[777/1283] Compiling ios.cc
[778/1283] Compiling getentropy.cc
[779/1283] Compiling passive.cc
[780/1283] Compiling poly1305_arm_asm.S
[781/1283] Compiling forkunsafe.cc
[782/1283] Compiling fork_detect.cc
[783/1283] Compiling deterministic.cc
[784/1283] Compiling poly1305_vec.cc
[785/1283] Compiling poly1305.cc
[786/1283] Compiling pool.cc
[787/1283] Compiling poly1305_arm.cc
[788/1283] Compiling pkcs7.cc
[789/1283] Compiling pkcs7_x509.cc
[790/1283] Compiling pkcs8.cc
[791/1283] Compiling p5_pbev2.cc
[792/1283] Compiling pem_xaux.cc
[793/1283] Compiling pem_pkey.cc
[794/1283] Compiling pem_x509.cc
[795/1283] Compiling pkcs8_x509.cc
[796/1283] Compiling pem_pk8.cc
[797/1283] Compiling obj_xref.cc
[798/1283] Compiling mlkem.cc
[799/1283] Compiling mldsa.cc
[800/1283] Compiling pem_info.cc
[801/1283] Compiling obj.cc
[802/1283] Compiling pem_oth.cc
[803/1283] Compiling pem_lib.cc
[804/1283] Compiling mem.cc
[805/1283] Compiling md5.cc
[806/1283] Compiling poly_rq_mul.S
[807/1283] Compiling fips_shared_support.cc
[808/1283] Compiling lhash.cc
[809/1283] Compiling md4.cc
[810/1283] Compiling pem_all.cc
[811/1283] Compiling ex_data.cc
[812/1283] Compiling scrypt.cc
[812/1283] Compiling sign.cc
[814/1283] Compiling kyber.cc
[814/1283] Compiling hpke.cc
[816/1283] Compiling hrss.cc
[817/1283] Compiling print.cc
[818/1283] Compiling pbkdf.cc
[819/1283] Compiling p_x25519.cc
[820/1283] Compiling p_x25519_asn1.cc
[821/1283] Compiling p_ed25519_asn1.cc
[822/1283] Compiling p_rsa_asn1.cc
[823/1283] Compiling p_rsa.cc
[824/1283] Compiling p_ed25519.cc
[825/1283] Compiling p_hkdf.cc
[826/1283] Compiling p_ec.cc
[827/1283] Compiling p_ec_asn1.cc
[828/1283] Compiling evp_ctx.cc
[829/1283] Compiling p_dh_asn1.cc
[830/1283] Compiling p_dh.cc
[831/1283] Compiling p_dsa_asn1.cc
[832/1283] Compiling evp.cc
[833/1283] Compiling engine.cc
[834/1283] Compiling ecdh.cc
[835/1283] Compiling err.cc
[836/1283] Compiling evp_asn1.cc
[837/1283] Compiling hash_to_curve.cc
[838/1283] Compiling ecdsa_asn1.cc
[839/1283] Compiling ec_derive.cc
[840/1283] Compiling dsa.cc
[841/1283] Compiling ec_asn1.cc
[842/1283] Compiling des.cc
[843/1283] Compiling params.cc
[844/1283] Compiling dsa_asn1.cc
[845/1283] Compiling x25519-asm-arm.S
[846/1283] Compiling digest_extra.cc
[847/1283] Compiling bcm.cc
[848/1283] Compiling spake25519.cc
[849/1283] Compiling crypto.cc
[850/1283] Compiling dh_asn1.cc
[851/1283] Compiling curve25519.cc
[852/1283] Compiling cpu_arm_freebsd.cc
[853/1283] Compiling cpu_intel.cc
[854/1283] Compiling cpu_arm_linux.cc
[855/1283] Compiling cpu_aarch64_win.cc
[856/1283] Compiling cpu_aarch64_sysreg.cc
[857/1283] Compiling cpu_aarch64_openbsd.cc
[858/1283] Compiling curve25519_64_adx.cc
[859/1283] Compiling cpu_aarch64_linux.cc
[860/1283] Compiling cpu_aarch64_fuchsia.cc
[861/1283] Compiling cpu_aarch64_apple.cc
[862/1283] Compiling get_cipher.cc
[863/1283] Compiling tls_cbc.cc
[864/1283] Compiling e_rc4.cc
[865/1283] Compiling conf.cc
[866/1283] Compiling e_tls.cc
[867/1283] Compiling e_des.cc
[868/1283] Compiling e_null.cc
[869/1283] Compiling e_rc2.cc
[870/1283] Compiling derive_key.cc
[871/1283] Compiling e_aesctrhmac.cc
[872/1283] Compiling e_chacha20poly1305.cc
[873/1283] Compiling chacha.cc
[874/1283] Compiling e_aesgcmsiv.cc
[875/1283] Compiling cbs.cc
[876/1283] Compiling unicode.cc
[877/1283] Compiling ber.cc
[878/1283] Compiling asn1_compat.cc
[879/1283] Compiling buf.cc
[880/1283] Compiling bn_asn1.cc
[881/1283] Compiling cbb.cc
[882/1283] Compiling convert.cc
[883/1283] Compiling blake2.cc
[884/1283] Compiling socket.cc
[885/1283] Compiling socket_helper.cc
[886/1283] Compiling hexdump.cc
[887/1283] Compiling printf.cc
[888/1283] Compiling fd.cc
[889/1283] Compiling file.cc
[890/1283] Compiling pair.cc
[891/1283] Compiling bio_mem.cc
[892/1283] Compiling base64.cc
[893/1283] Compiling errno.cc
[894/1283] Compiling connect.cc
[895/1283] Compiling bio.cc
[896/1283] Compiling tasn_fre.cc
[897/1283] Compiling tasn_utl.cc
[898/1283] Compiling tasn_new.cc
[899/1283] Compiling tasn_typ.cc
[900/1283] Compiling tasn_enc.cc
[901/1283] Compiling asn_pack.cc
[902/1283] Compiling f_string.cc
[903/1283] Compiling posix_time.cc
[904/1283] Compiling f_int.cc
[905/1283] Compiling asn1_par.cc
[906/1283] Compiling tasn_dec.cc
[907/1283] Compiling asn1_lib.cc
[908/1283] Compiling a_octet.cc
[909/1283] Compiling a_utctm.cc
[910/1283] Compiling a_type.cc
[911/1283] Compiling a_object.cc
[912/1283] Compiling a_time.cc
[913/1283] Compiling a_i2d_fp.cc
[914/1283] Compiling a_strex.cc
[915/1283] Compiling a_strnid.cc
[916/1283] Compiling a_gentm.cc
[917/1283] Compiling a_dup.cc
[918/1283] Compiling a_bitstr.cc
[919/1283] Compiling a_mbstr.cc
[920/1283] Compiling a_d2i_fp.cc
[921/1283] Compiling a_int.cc
[922/1283] Compiling fiat_p256_adx_sqr.S
[923/1283] Compiling fiat_p256_adx_mul.S
[924/1283] Compiling fiat_curve25519_adx_square.S
[925/1283] Compiling fiat_curve25519_adx_mul.S
[926/1283] Compiling md5-x86_64-linux.S
[927/1283] Compiling md5-x86_64-apple.S
[928/1283] Compiling a_bool.cc
[929/1283] Compiling md5-586-linux.S
[930/1283] Compiling md5-586-apple.S
[931/1283] Compiling chacha20_poly1305_armv8-win.S
[932/1283] Compiling CCryptoBoringSSLShims shims.c
[933/1283] Compiling chacha20_poly1305_x86_64-apple.S
[934/1283] Compiling chacha20_poly1305_armv8-linux.S
[935/1283] Compiling chacha20_poly1305_x86_64-linux.S
[936/1283] Compiling chacha20_poly1305_armv8-apple.S
[937/1283] Compiling chacha-x86_64-apple.S
[938/1283] Compiling chacha-x86_64-linux.S
[939/1283] Compiling chacha-x86-linux.S
[940/1283] Compiling chacha-x86-apple.S
[941/1283] Compiling err_data.cc
[942/1283] Compiling chacha-armv8-win.S
[943/1283] Compiling chacha-armv8-linux.S
[944/1283] Compiling chacha-armv4-linux.S
[945/1283] Compiling chacha-armv8-apple.S
[945/1283] Compiling aes128gcmsiv-x86_64-linux.S
[947/1283] Compiling x86_64-mont5-apple.S
[948/1283] Compiling x86_64-mont5-linux.S
[949/1283] Compiling aes128gcmsiv-x86_64-apple.S
[950/1283] Compiling x86_64-mont-linux.S
[951/1283] Compiling x86-mont-apple.S
[952/1283] Compiling x86_64-mont-apple.S
[953/1283] Compiling x86-mont-linux.S
[954/1283] Compiling vpaes-x86_64-linux.S
[955/1283] Compiling vpaes-x86-linux.S
[956/1283] Compiling vpaes-x86_64-apple.S
[957/1283] Compiling vpaes-x86-apple.S
[958/1283] Compiling vpaes-armv8-win.S
[959/1283] Compiling vpaes-armv8-linux.S
[960/1283] Compiling vpaes-armv8-apple.S
[961/1283] Compiling vpaes-armv7-linux.S
[962/1283] Compiling sha512-armv8-win.S
[963/1283] Compiling sha512-x86_64-linux.S
[964/1283] Compiling sha512-x86_64-apple.S
[965/1283] Compiling sha512-armv8-linux.S
[966/1283] Compiling sha512-armv8-apple.S
[967/1283] Compiling sha512-armv4-linux.S
[968/1283] Compiling sha512-586-apple.S
[969/1283] Compiling sha256-x86_64-apple.S
[970/1283] Compiling sha512-586-linux.S
[971/1283] Compiling sha256-armv8-win.S
[972/1283] Compiling sha256-x86_64-linux.S
[973/1283] Compiling sha256-armv4-linux.S
[974/1283] Compiling sha256-armv8-linux.S
[975/1283] Compiling sha256-586-linux.S
[976/1283] Compiling sha256-armv8-apple.S
[977/1283] Compiling sha256-586-apple.S
[978/1283] Compiling sha1-x86_64-apple.S
[979/1283] Compiling sha1-x86_64-linux.S
[980/1283] Compiling sha1-armv8-win.S
[981/1283] Compiling sha1-armv8-linux.S
[982/1283] Compiling sha1-armv8-apple.S
[983/1283] Compiling sha1-armv4-large-linux.S
[984/1283] Compiling sha1-586-linux.S
[985/1283] Compiling rsaz-avx2-linux.S
[986/1283] Compiling sha1-586-apple.S
[987/1283] Compiling rsaz-avx2-apple.S
[988/1283] Compiling rdrand-x86_64-apple.S
[989/1283] Compiling rdrand-x86_64-linux.S
[990/1283] Compiling p256_beeu-x86_64-asm-linux.S
[991/1283] Compiling p256_beeu-x86_64-asm-apple.S
[992/1283] Compiling p256_beeu-armv8-asm-linux.S
[993/1283] Compiling p256_beeu-armv8-asm-win.S
[994/1283] Compiling p256_beeu-armv8-asm-apple.S
[995/1283] Compiling p256-x86_64-asm-apple.S
[996/1283] Compiling p256-armv8-asm-win.S
[997/1283] Compiling p256-x86_64-asm-linux.S
[998/1283] Compiling p256-armv8-asm-linux.S
[999/1283] Compiling ghashv8-armv8-win.S
[1000/1283] Compiling p256-armv8-asm-apple.S
[1001/1283] Compiling ghashv8-armv8-linux.S
[1002/1283] Compiling ghash-x86_64-linux.S
[1003/1283] Compiling ghashv8-armv7-linux.S
[1004/1283] Compiling ghashv8-armv8-apple.S
[1005/1283] Compiling ghash-x86-apple.S
[1006/1283] Compiling ghash-x86_64-apple.S
[1007/1283] Compiling ghash-x86-linux.S
[1008/1283] Compiling ghash-ssse3-x86_64-linux.S
[1009/1283] Compiling ghash-ssse3-x86-linux.S
[1009/1283] Compiling ghash-ssse3-x86_64-apple.S
[1011/1283] Compiling ghash-neon-armv8-win.S
[1012/1283] Compiling ghash-ssse3-x86-apple.S
[1013/1283] Compiling ghash-neon-armv8-linux.S
[1014/1283] Compiling ghash-armv4-linux.S
[1015/1283] Compiling co-586-linux.S
[1016/1283] Compiling ghash-neon-armv8-apple.S
[1017/1283] Compiling bn-armv8-win.S
[1018/1283] Compiling co-586-apple.S
[1019/1283] Compiling bsaes-armv7-linux.S
[1020/1283] Compiling bn-armv8-linux.S
[1021/1283] Compiling bn-armv8-apple.S
[1022/1283] Compiling bn-586-apple.S
[1023/1283] Compiling armv8-mont-apple.S
[1024/1283] Compiling bn-586-linux.S
[1025/1283] Compiling armv8-mont-win.S
[1026/1283] Compiling armv8-mont-linux.S
[1027/1283] Compiling aesv8-gcm-armv8-linux.S
[1028/1283] Compiling armv4-mont-linux.S
[1029/1283] Compiling aesv8-gcm-armv8-win.S
[1030/1283] Compiling aesv8-gcm-armv8-apple.S
[1031/1283] Compiling aesv8-armv8-linux.S
[1032/1283] Compiling aesv8-armv8-win.S
[1033/1283] Compiling aesni-x86-linux.S
[1034/1283] Compiling aesv8-armv7-linux.S
[1035/1283] Compiling aesni-x86_64-apple.S
[1036/1283] Compiling aesni-x86_64-linux.S
[1037/1283] Compiling aes-gcm-avx10-x86_64-linux.S
[1038/1283] Compiling aesni-x86-apple.S
[1039/1283] Compiling aesni-gcm-x86_64-linux.S
[1040/1283] Compiling aesni-gcm-x86_64-apple.S
[1041/1283] Compiling aes-gcm-avx10-x86_64-apple.S
[1042/1283] Compiling x_sig.cc
[1043/1283] Compiling x_x509a.cc
[1044/1283] Compiling c-nioatomics.c
[1045/1283] Compiling x_val.cc
[1046/1283] Compiling x_spki.cc
[1047/1283] Compiling x_x509.cc
[1048/1283] Compiling x_req.cc
[1049/1283] Compiling c-atomics.c
[1050/1283] Compiling x_crl.cc
[1051/1283] Compiling x_pubkey.cc
[1052/1283] Compiling x_exten.cc
[1053/1283] Compiling x_name.cc
[1054/1289] Compiling x_attrib.cc
[1055/1289] Compiling x_algor.cc
[1056/1289] Compiling x509spki.cc
[1057/1289] Compiling x_all.cc
[1058/1289] Compiling x509rset.cc
[1059/1289] Compiling x509_vpm.cc
[1061/1289] Compiling NIOConcurrencyHelpers NIOLock.swift
[1061/1289] Compiling x509cset.cc
[1062/1289] Compiling x509name.cc
[1064/1289] Compiling NIOConcurrencyHelpers lock.swift
[1065/1289] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1066/1289] Compiling NIOConcurrencyHelpers atomics.swift
[1067/1289] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1068/1289] Emitting module NIOConcurrencyHelpers
[1068/1289] Compiling x509_v3.cc
[1069/1289] Compiling x509_vfy.cc
[1071/1290] Compiling x509_txt.cc
[1072/1290] Compiling x509_trs.cc
[1073/1290] Compiling x509_set.cc
[1074/1290] Compiling x509_obj.cc
[1075/1290] Compiling x509_lu.cc
[1076/1290] Compiling x509_req.cc
[1077/1290] Compiling x509_d2.cc
[1078/1290] Compiling x509_ext.cc
[1079/1290] Compiling x509_def.cc
[1080/1290] Compiling x509_att.cc
[1081/1290] Compiling x509_cmp.cc
[1082/1290] Compiling v3_pmaps.cc
[1083/1290] Compiling x509.cc
[1084/1290] Compiling v3_purp.cc
[1085/1290] Compiling v3_utl.cc
[1086/1290] Compiling v3_skey.cc
[1087/1290] Compiling v3_prn.cc
[1088/1290] Compiling v3_pcons.cc
[1089/1290] Compiling v3_ocsp.cc
[1090/1290] Compiling v3_int.cc
[1091/1290] Compiling v3_ncons.cc
[1092/1290] Compiling v3_lib.cc
[1093/1290] Compiling v3_extku.cc
[1094/1290] Compiling v3_ia5.cc
[1095/1290] Compiling v3_genn.cc
[1096/1290] Compiling v3_info.cc
[1097/1290] Compiling v3_enum.cc
[1098/1290] Compiling v3_cpols.cc
[1099/1290] Compiling v3_crld.cc
[1100/1290] Compiling v3_conf.cc
[1101/1290] Compiling v3_bitst.cc
[1102/1290] Compiling v3_bcons.cc
[1103/1290] Compiling v3_alt.cc
[1104/1290] Compiling v3_akeya.cc
[1105/1290] Compiling v3_akey.cc
[1106/1290] Compiling t_x509a.cc
[1107/1290] Compiling t_crl.cc
[1108/1290] Compiling t_req.cc
[1109/1290] Compiling t_x509.cc
[1110/1290] Compiling i2d_pr.cc
[1111/1290] Compiling rsa_pss.cc
[1112/1290] Compiling policy.cc
[1113/1290] Compiling name_print.cc
[1114/1290] Compiling by_file.cc
[1115/1290] Compiling algorithm.cc
[1116/1290] Compiling by_dir.cc
[1117/1290] Compiling a_sign.cc
[1118/1290] Compiling asn1_gen.cc
[1119/1290] Compiling a_verify.cc
[1120/1290] Compiling thread_win.cc
[1121/1290] Compiling trust_token.cc
[1122/1290] Compiling a_digest.cc
[1123/1290] Compiling voprf.cc
[1124/1290] Compiling thread_pthread.cc
[1125/1290] Compiling pmbtoken.cc
[1126/1290] Compiling thread_none.cc
[1127/1290] Compiling stack.cc
[1128/1290] Compiling wots.cc
[1129/1290] Compiling thash.cc
[1130/1290] Compiling slhdsa.cc
[1131/1290] Compiling merkle.cc
[1132/1290] Compiling sha512.cc
[1133/1290] Compiling fors.cc
[1133/1290] Compiling siphash.cc
[1134/1290] Compiling sha256.cc
[1136/1290] Compiling sha1.cc
[1137/1290] Compiling rsa_print.cc
[1138/1290] Compiling rsa_extra.cc
[1139/1290] Compiling refcount.cc
[1140/1290] Compiling rsa_crypt.cc
[1141/1290] Compiling trusty.cc
[1142/1290] Compiling windows.cc
[1143/1290] Compiling rsa_asn1.cc
[1144/1290] Compiling rc4.cc
[1145/1290] Compiling urandom.cc
[1146/1290] Compiling rand_extra.cc
[1147/1290] Compiling ios.cc
[1148/1290] Compiling getentropy.cc
[1149/1290] Compiling passive.cc
[1150/1290] Compiling deterministic.cc
[1151/1290] Compiling poly1305_arm_asm.S
[1152/1290] Compiling fork_detect.cc
[1153/1290] Compiling forkunsafe.cc
[1154/1290] Compiling pool.cc
[1155/1290] Compiling poly1305.cc
[1156/1290] Compiling poly1305_arm.cc
[1157/1290] Compiling poly1305_vec.cc
[1158/1290] Compiling pkcs7.cc
[1159/1290] Compiling p5_pbev2.cc
[1160/1290] Compiling pkcs8.cc
[1161/1290] Compiling pem_xaux.cc
[1162/1290] Compiling pkcs7_x509.cc
[1163/1290] Compiling pem_x509.cc
[1164/1290] Compiling pkcs8_x509.cc
[1165/1290] Compiling pem_pkey.cc
[1166/1290] Compiling pem_info.cc
[1167/1290] Compiling pem_all.cc
[1168/1290] Compiling obj_xref.cc
[1169/1290] Compiling pem_oth.cc
[1170/1290] Compiling pem_lib.cc
[1171/1290] Compiling pem_pk8.cc
[1172/1290] Compiling obj.cc
[1173/1290] Compiling mldsa.cc
[1174/1290] Compiling mlkem.cc
[1175/1290] Compiling poly_rq_mul.S
[1176/1290] Compiling md5.cc
[1177/1290] Compiling md4.cc
[1178/1290] Compiling fips_shared_support.cc
[1179/1290] Compiling mem.cc
[1180/1290] Compiling lhash.cc
[1181/1290] Compiling kyber.cc
[1182/1290] Compiling hpke.cc
[1183/1290] Compiling sign.cc
[1184/1290] Compiling hrss.cc
[1185/1290] Compiling scrypt.cc
[1186/1290] Compiling print.cc
[1187/1290] Compiling ex_data.cc
[1188/1290] Compiling pbkdf.cc
[1189/1290] Compiling p_rsa_asn1.cc
[1190/1290] Compiling p_x25519_asn1.cc
[1191/1290] Compiling p_x25519.cc
[1192/1290] Compiling p_ed25519.cc
[1193/1290] Compiling p_rsa.cc
[1194/1290] Compiling p_ed25519_asn1.cc
[1195/1290] Compiling p_hkdf.cc
[1196/1290] Compiling p_ec_asn1.cc
[1197/1290] Compiling p_dsa_asn1.cc
[1198/1290] Compiling p_dh_asn1.cc
[1199/1290] Compiling evp_asn1.cc
[1200/1290] Compiling evp.cc
[1201/1290] Compiling evp_ctx.cc
[1201/1290] Compiling err.cc
[1203/1290] Compiling p_dh.cc
[1203/1290] Compiling p_ec.cc
[1205/1290] Compiling ecdh_extra.cc
[1206/1290] Compiling engine.cc
[1207/1290] Compiling ecdsa_asn1.cc
[1208/1290] Compiling ec_asn1.cc
[1209/1290] Compiling ec_derive.cc
[1210/1290] Compiling hash_to_curve.cc
[1211/1290] Compiling dsa_asn1.cc
[1212/1290] Compiling dsa.cc
[1213/1290] Compiling digest_extra.cc
[1214/1290] Compiling x25519-asm-arm.S
[1215/1290] Compiling dh_asn1.cc
[1216/1290] Compiling crypto.cc
[1217/1290] Compiling params.cc
[1218/1290] Compiling des.cc
[1219/1290] Compiling spake25519.cc
[1220/1290] Compiling cpu_arm_freebsd.cc
[1221/1290] Compiling cpu_arm_linux.cc
[1222/1290] Compiling cpu_intel.cc
[1223/1290] Compiling curve25519.cc
[1224/1290] Compiling cpu_aarch64_sysreg.cc
[1225/1290] Compiling cpu_aarch64_openbsd.cc
[1226/1290] Compiling cpu_aarch64_win.cc
[1227/1290] Compiling cpu_aarch64_linux.cc
[1228/1290] Compiling curve25519_64_adx.cc
[1229/1290] Compiling cpu_aarch64_fuchsia.cc
[1230/1290] Compiling bcm.cc
[1231/1290] Compiling tls_cbc.cc
[1232/1290] Compiling cpu_aarch64_apple.cc
[1233/1290] Compiling conf.cc
[1234/1290] Compiling e_null.cc
[1234/1290] Compiling e_rc2.cc
[1236/1290] Compiling e_tls.cc
[1237/1290] Compiling e_chacha20poly1305.cc
[1238/1290] Compiling e_aesgcmsiv.cc
[1239/1290] Compiling cipher_extra.cc
[1240/1290] Compiling derive_key.cc
[1241/1290] Compiling e_rc4.cc
[1242/1290] Compiling e_des.cc
[1243/1290] Compiling e_aesctrhmac.cc
[1244/1290] Compiling chacha.cc
[1245/1290] Compiling unicode.cc
[1246/1290] Compiling cbb.cc
[1247/1290] Compiling asn1_compat.cc
[1248/1290] Compiling buf.cc
[1249/1290] Compiling convert.cc
[1250/1290] Compiling ber.cc
[1250/1290] Compiling bn_asn1.cc
[1252/1290] Compiling blake2.cc
[1253/1290] Compiling cbs.cc
[1254/1290] Compiling pair.cc
[1255/1290] Compiling hexdump.cc
[1256/1290] Compiling file.cc
[1257/1290] Compiling printf.cc
[1258/1290] Compiling errno.cc
[1259/1290] Compiling base64.cc
[1260/1290] Compiling fd.cc
[1261/1290] Compiling bio.cc
[1262/1290] Compiling bio_mem.cc
[1263/1290] Compiling tasn_fre.cc
[1264/1290] Compiling tasn_utl.cc
[1265/1290] Compiling tasn_new.cc
[1266/1290] Compiling f_string.cc
[1267/1290] Compiling tasn_dec.cc
[1268/1290] Compiling posix_time.cc
[1269/1290] Compiling tasn_typ.cc
[1270/1290] Compiling tasn_enc.cc
[1271/1290] Compiling asn1_par.cc
[1272/1290] Compiling f_int.cc
[1273/1290] Compiling asn_pack.cc
[1274/1290] Compiling asn1_lib.cc
[1275/1290] Compiling a_utctm.cc
[1276/1290] Compiling a_strnid.cc
[1277/1290] Compiling a_d2i_fp.cc
[1278/1290] Write sources
[1280/1290] Compiling a_bool.cc
[1280/1290] Compiling a_dup.cc
[1281/1290] Compiling a_octet.cc
[1281/1290] Write sources
[1286/1290] Compiling a_type.cc
[1287/1290] Compiling a_object.cc
[1288/1290] Compiling a_strex.cc
[1289/1368] Compiling a_bitstr.cc
[1291/1395] Compiling Algorithms FlattenCollection.swift
[1292/1395] Compiling Algorithms Grouped.swift
[1293/1395] Compiling Algorithms Combinations.swift
[1294/1395] Compiling Algorithms Joined.swift
[1295/1395] Compiling Algorithms Keyed.swift
[1296/1395] Compiling Algorithms AdjacentPairs.swift
[1297/1395] Compiling Algorithms Chain.swift
[1298/1395] Compiling Algorithms Chunked.swift
[1299/1395] Compiling Algorithms Stride.swift
[1300/1395] Compiling Algorithms Suffix.swift
[1301/1397] Compiling Algorithms MinMax.swift
[1302/1397] Compiling Algorithms Compacted.swift
[1303/1397] Compiling Algorithms Cycle.swift
[1304/1397] Compiling Algorithms EitherSequence.swift
[1305/1397] Compiling Algorithms FirstNonNil.swift
[1306/1397] Emitting module BitCollections
[1307/1404] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1308/1404] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1309/1404] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1310/1404] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1311/1404] Compiling BitCollections BitSet+SetAlgebra union.swift
[1312/1404] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1313/1404] Compiling BitCollections BitSet.Counted.swift
[1314/1404] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1315/1404] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1316/1404] Compiling BitCollections BitArray+Extras.swift
[1317/1404] Compiling BitCollections BitArray+Fill.swift
[1318/1404] Compiling BitCollections BitArray+Hashable.swift
[1319/1404] Compiling BitCollections BitArray+Initializers.swift
[1320/1404] Compiling BitCollections BitArray+Invariants.swift
[1321/1404] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1322/1404] Compiling Algorithms RandomSample.swift
[1323/1404] Compiling Algorithms Reductions.swift
[1324/1404] Compiling Algorithms Rotate.swift
[1325/1407] Compiling Atomics IntegerOperations.swift
[1326/1407] Compiling Atomics Unmanaged extensions.swift
[1329/1407] Compiling Algorithms Indexed.swift
[1330/1407] Compiling Algorithms Intersperse.swift
[1331/1407] Compiling Algorithms Split.swift
[1342/1407] Compiling Algorithms Product.swift
[1346/1407] Compiling Algorithms Trim.swift
[1347/1407] Compiling Algorithms Unique.swift
[1348/1407] Compiling Algorithms Windows.swift
[1349/1407] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1350/1407] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1351/1407] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1352/1407] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1353/1407] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1354/1407] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1355/1407] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1356/1407] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1357/1407] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1358/1407] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1359/1407] Compiling CryptoBoringWrapper RandomBytes.swift
[1360/1407] Compiling BitCollections BitSet.Index.swift
[1361/1407] Compiling BitCollections BitSet._UnsafeHandle.swift
[1362/1407] Compiling BitCollections BitSet.swift
[1363/1407] Compiling BitCollections Range+Utilities.swift
[1364/1407] Compiling BitCollections Slice+Utilities.swift
[1365/1407] Compiling BitCollections UInt+Tricks.swift
[1366/1407] Compiling BitCollections _Word.swift
[1367/1407] Emitting module CryptoBoringWrapper
[1368/1407] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1369/1407] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1370/1407] Compiling CryptoBoringWrapper EllipticCurve.swift
[1385/1408] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1398/1408] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1399/1408] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1401/1411] Emitting module Atomics
[1406/1411] Compiling Collections Collections.swift
[1407/1411] Emitting module Collections
[1409/1483] Compiling Crypto HPKE-KeySchedule.swift
[1410/1483] Compiling Crypto HPKE-Modes.swift
[1411/1483] Compiling Crypto Insecure.swift
[1413/1543] Emitting module Algorithms
[1415/1544] Compiling NIOCore DeadChannel.swift
[1416/1544] Compiling NIOCore DispatchQueue+WithFuture.swift
[1417/1544] Compiling NIOCore EventLoop+Deprecated.swift
[1418/1544] Compiling NIOCore EventLoop+SerialExecutor.swift
[1419/1544] Compiling NIOCore EventLoop.swift
[1420/1544] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1421/1544] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1422/1544] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1423/1544] Compiling NIOCore EventLoopFuture.swift
[1424/1544] Compiling NIOCore FileDescriptor.swift
[1425/1553] Compiling Crypto AES-GCM.swift
[1426/1553] Compiling Crypto AES-GCM_boring.swift
[1427/1553] Compiling Crypto ChaChaPoly_boring.swift
[1428/1553] Compiling Crypto ChaChaPoly.swift
[1429/1553] Compiling Crypto Cipher.swift
[1430/1553] Compiling Crypto Nonces.swift
[1431/1553] Compiling Crypto ASN1.swift
[1432/1553] Compiling Crypto ASN1Any.swift
[1433/1553] Compiling Crypto ASN1BitString.swift
[1434/1553] Compiling Crypto ASN1Boolean.swift
[1435/1553] Emitting module Crypto
[1436/1553] Compiling NIOCore FileHandle.swift
[1437/1553] Compiling NIOCore FileRegion.swift
[1438/1553] Compiling NIOCore GlobalSingletons.swift
[1439/1553] Compiling NIOCore IO.swift
[1440/1553] Compiling NIOCore IOData.swift
[1441/1553] Compiling NIOCore IPProtocol.swift
[1442/1553] Compiling NIOCore IntegerBitPacking.swift
[1443/1553] Compiling NIOCore IntegerTypes.swift
[1444/1553] Compiling NIOCore Interfaces.swift
[1445/1553] Compiling NIOCore Linux.swift
[1446/1553] Compiling NIOCore MarkedCircularBuffer.swift
[1447/1553] Compiling NIOCore MulticastChannel.swift
[1448/1553] Compiling NIOCore NIOAny.swift
[1449/1553] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1450/1553] Compiling NIOCore NIOLoopBound.swift
[1451/1553] Compiling NIOCore NIOScheduledCallback.swift
[1452/1553] Compiling NIOCore NIOSendable.swift
[1453/1553] Compiling NIOCore RecvByteBufferAllocator.swift
[1454/1561] Compiling NIOCore ByteBuffer-views.swift
[1455/1561] Compiling NIOCore Channel.swift
[1456/1561] Compiling NIOCore ChannelHandler.swift
[1457/1561] Compiling NIOCore ChannelHandlers.swift
[1458/1561] Compiling NIOCore ChannelInvoker.swift
[1459/1561] Compiling NIOCore ChannelOption.swift
[1460/1561] Compiling NIOCore ChannelPipeline.swift
[1461/1561] Compiling NIOCore CircularBuffer.swift
[1462/1561] Compiling NIOCore Codec.swift
[1463/1561] Compiling NIOCore ConvenienceOptionSupport.swift
[1464/1561] Compiling NIOCore BSDSocketAPI.swift
[1465/1561] Compiling NIOCore ByteBuffer-aux.swift
[1466/1561] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1467/1561] Compiling NIOCore ByteBuffer-conversions.swift
[1468/1561] Compiling NIOCore ByteBuffer-core.swift
[1469/1561] Compiling NIOCore ByteBuffer-hex.swift
[1470/1561] Compiling NIOCore ByteBuffer-int.swift
[1471/1561] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1472/1561] Compiling NIOCore ByteBuffer-multi-int.swift
[1473/1561] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1474/1561] Compiling NIOCore AddressedEnvelope.swift
[1475/1561] Compiling NIOCore AsyncAwaitSupport.swift
[1476/1561] Compiling NIOCore AsyncChannel.swift
[1477/1561] Compiling NIOCore AsyncChannelHandler.swift
[1478/1561] Compiling NIOCore AsyncChannelInboundStream.swift
[1479/1561] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1480/1561] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1481/1561] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1482/1561] Compiling NIOCore NIOAsyncWriter.swift
[1483/1561] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1492/1561] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1493/1561] Compiling NIOCore SocketAddresses.swift
[1502/1561] Compiling Crypto Signature.swift
[1503/1561] Compiling Crypto CryptoKitErrors_boring.swift
[1504/1561] Compiling Crypto RNG_boring.swift
[1505/1561] Compiling Crypto SafeCompare_boring.swift
[1506/1561] Compiling Crypto Zeroization_boring.swift
[1507/1561] Compiling Crypto PrettyBytes.swift
[1508/1561] Compiling Crypto SafeCompare.swift
[1509/1561] Compiling Crypto SecureBytes.swift
[1510/1561] Compiling Crypto Zeroization.swift
[1522/1562] Compiling NIOCore SocketOptionProvider.swift
[1523/1562] Compiling NIOCore SystemCallHelpers.swift
[1524/1562] Compiling NIOCore TimeAmount+Duration.swift
[1525/1562] Compiling NIOCore TypeAssistedChannelHandler.swift
[1526/1562] Compiling NIOCore UniversalBootstrapSupport.swift
[1527/1562] Compiling NIOCore Utilities.swift
[1562/1562] Emitting module NIOCore
[1564/1614] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1565/1614] Emitting module NIOEmbedded
[1566/1614] Compiling NIOEmbedded AsyncTestingChannel.swift
[1567/1614] Compiling NIOEmbedded Embedded.swift
[1569/1615] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1570/1615] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1571/1615] Compiling NIOPosix PosixSingletons.swift
[1572/1615] Compiling NIOPosix RawSocketBootstrap.swift
[1573/1615] Compiling NIOPosix Resolver.swift
[1574/1615] Compiling NIOPosix Selectable.swift
[1575/1621] Compiling NIOPosix ServerSocket.swift
[1576/1621] Compiling NIOPosix Socket.swift
[1577/1621] Compiling NIOPosix SocketChannel.swift
[1578/1621] Compiling NIOPosix SocketProtocols.swift
[1579/1621] Compiling NIOPosix System.swift
[1580/1621] Compiling NIOPosix Thread.swift
[1581/1621] Compiling NIOPosix SelectableChannel.swift
[1582/1621] Compiling NIOPosix SelectableEventLoop.swift
[1583/1621] Compiling NIOPosix SelectorEpoll.swift
[1584/1621] Compiling NIOPosix SelectorGeneric.swift
[1585/1621] Compiling NIOPosix SelectorKqueue.swift
[1586/1621] Compiling NIOPosix SelectorUring.swift
[1587/1621] Emitting module NIOPosix
[1588/1621] Compiling NIOPosix Bootstrap.swift
[1589/1621] Compiling NIOPosix ControlMessage.swift
[1590/1621] Compiling NIOPosix DatagramVectorReadManager.swift
[1591/1621] Compiling NIOPosix Errors+Any.swift
[1592/1621] Compiling NIOPosix FileDescriptor.swift
[1593/1621] Compiling NIOPosix GetaddrinfoResolver.swift
[1594/1621] Compiling NIOPosix HappyEyeballs.swift
[1595/1621] Compiling NIOPosix ThreadPosix.swift
[1596/1621] Compiling NIOPosix ThreadWindows.swift
[1597/1621] Compiling NIOPosix UnsafeTransfer.swift
[1598/1621] Compiling NIOPosix Utilities.swift
[1599/1621] Compiling NIOPosix VsockAddress.swift
[1600/1621] Compiling NIOPosix VsockChannelEvents.swift
[1601/1621] Compiling NIOPosix NIOThreadPool.swift
[1602/1621] Compiling NIOPosix NonBlockingFileIO.swift
[1603/1621] Compiling NIOPosix PendingDatagramWritesManager.swift
[1604/1621] Compiling NIOPosix PendingWritesManager.swift
[1605/1621] Compiling NIOPosix PipeChannel.swift
[1606/1621] Compiling NIOPosix PipePair.swift
[1607/1621] Compiling NIOPosix Pool.swift
[1608/1621] Compiling NIOPosix BSDSocketAPICommon.swift
[1609/1621] Compiling NIOPosix BSDSocketAPIPosix.swift
[1610/1621] Compiling NIOPosix BSDSocketAPIWindows.swift
[1611/1621] Compiling NIOPosix BaseSocket.swift
[1612/1621] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1613/1621] Compiling NIOPosix BaseSocketChannel.swift
[1614/1621] Compiling NIOPosix BaseStreamSocketChannel.swift
[1615/1621] Compiling NIOPosix IO.swift
[1616/1621] Compiling NIOPosix IntegerBitPacking.swift
[1617/1621] Compiling NIOPosix IntegerTypes.swift
[1618/1621] Compiling NIOPosix Linux.swift
[1619/1621] Compiling NIOPosix LinuxCPUSet.swift
[1620/1621] Compiling NIOPosix LinuxUring.swift
[1621/1621] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1623/1646] Compiling NIO Exports.swift
[1624/1646] Emitting module NIO
[1625/1647] Compiling AsyncKit ConnectionPoolError.swift
[1626/1647] Compiling AsyncKit ConnectionPoolItem.swift
[1627/1647] Compiling AsyncKit ConnectionPoolSource.swift
[1629/1649] Compiling AsyncKit Future+Miscellaneous.swift
[1630/1649] Compiling AsyncKit Future+Nonempty.swift
[1631/1649] Compiling AsyncKit Future+Optional.swift
[1632/1649] Compiling AsyncKit Future+Transform.swift
[1633/1649] Compiling AsyncKit Future+Try.swift
[1634/1649] Compiling AsyncKit FutureOperators.swift
[1635/1655] Compiling NIOTLS TLSEvents.swift
[1636/1655] Emitting module NIOTLS
[1637/1655] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1638/1655] Compiling AsyncKit Optional+StrictMap.swift
[1639/1655] Compiling AsyncKit Exports.swift
[1640/1655] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1641/1655] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1642/1655] Compiling NIOTLS SNIHandler.swift
[1644/1685] Emitting module NIOSSL
[1645/1688] Emitting module AsyncKit
[1646/1688] Compiling NIOSSL SSLErrors.swift
[1647/1688] Compiling NIOSSL SSLInit.swift
[1648/1688] Compiling NIOSSL SSLPKCS12Bundle.swift
[1649/1688] Compiling NIOSSL SSLPrivateKey.swift
[1650/1688] Compiling NIOSSL NIOSSLSecureBytes.swift
[1651/1688] Compiling NIOSSL RNG.swift
[1652/1688] Compiling NIOSSL SafeCompare.swift
[1653/1688] Compiling NIOSSL Zeroization.swift
[1654/1688] Compiling NIOSSL AndroidCABundle.swift
[1655/1688] Compiling NIOSSL ByteBufferBIO.swift
[1656/1688] Compiling NIOSSL CustomPrivateKey.swift
[1657/1688] Compiling NIOSSL IdentityVerification.swift
[1658/1688] Compiling NIOSSL TLSConfiguration.swift
[1659/1688] Compiling NIOSSL UniversalBootstrapSupport.swift
[1660/1688] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1661/1688] Compiling NIOSSL NIOSSLServerHandler.swift
[1662/1688] Compiling NIOSSL ObjectIdentifier.swift
[1663/1688] Compiling NIOSSL PosixPort.swift
[1664/1688] Compiling NIOSSL SSLCallbacks.swift
[1665/1688] Compiling NIOSSL SSLPublicKey.swift
[1666/1688] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1667/1688] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1668/1688] Compiling NIOSSL SubjectAlternativeName.swift
[1669/1688] Compiling NIOSSL SSLCertificate.swift
[1670/1688] Compiling NIOSSL SSLCertificateExtensions.swift
[1671/1688] Compiling NIOSSL SSLConnection.swift
[1672/1688] Compiling NIOSSL SSLContext.swift
[1673/1688] Compiling NIOSSL LinuxCABundle.swift
[1674/1688] Compiling NIOSSL NIOSSLClientHandler.swift
[1675/1688] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1676/1688] Compiling NIOSSL NIOSSLHandler.swift
[1678/1725] Emitting module MySQLNIO
[1679/1725] Compiling MySQLNIO Exports.swift
[1680/1725] Compiling MySQLNIO MySQLConnection.swift
[1681/1725] Compiling MySQLNIO MySQLConnectionHandler.swift
[1682/1725] Compiling MySQLNIO MySQLData.swift
[1683/1725] Compiling MySQLNIO MySQLDataConvertible.swift
[1684/1725] Compiling MySQLNIO MySQLDatabase.swift
[1685/1725] Compiling MySQLNIO MySQLError.swift
[1686/1725] Compiling MySQLNIO MySQLQueryCommand.swift
[1687/1725] Compiling MySQLNIO MySQLRow.swift
[1688/1725] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[1689/1725] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[1690/1725] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[1691/1725] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[1692/1725] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[1693/1725] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[1694/1725] Compiling MySQLNIO MySQLTime.swift
[1695/1725] Compiling MySQLNIO MySQLPacket.swift
[1696/1725] Compiling MySQLNIO MySQLPacketDecoder.swift
[1697/1725] Compiling MySQLNIO MySQLPacketEncoder.swift
[1698/1725] Compiling MySQLNIO MySQLPacketSequence.swift
[1712/1731] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1713/1731] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1714/1731] Compiling MySQLNIO MySQLProtocol.swift
[1715/1731] Compiling MySQLNIO CryptoUtils.swift
[1716/1731] Compiling MySQLNIO NIOUtils.swift
[1717/1771] Compiling Bridges EnumMigration.swift
[1718/1771] Compiling Bridges Extension.swift
[1719/1771] Compiling Bridges Function.swift
[1720/1771] Compiling Bridges Migration.swift
[1721/1771] Compiling Bridges PoolSource.swift
[1722/1776] Compiling Bridges AnyBridge.swift
[1723/1776] Compiling Bridges AnyBridgesObject.swift
[1724/1776] Compiling Bridges AnyDatabaseIdentifiable.swift
[1725/1776] Compiling Bridges AnyMigration.swift
[1726/1776] Compiling Bridges AutoCreateTableMigration.swift
[1727/1776] Compiling Bridges Bridgeable.swift
[1728/1776] Compiling Bridges BridgesApplication.swift
[1729/1776] Compiling Bridges BridgesRequest.swift
[1730/1776] Compiling Bridges ConnectionSource.swift
[1731/1776] Compiling Bridges ContextBridgeable.swift
[1732/1776] Compiling Bridges SchemaMigration.swift
[1733/1776] Compiling Bridges TableMigration.swift
[1734/1776] Compiling Bridges Trigger.swift
[1735/1776] Compiling Bridges View.swift
[1736/1776] Compiling Bridges Table.swift
[1737/1776] Emitting module Bridges
[1748/1776] Compiling Bridges Encodable+SwifQLable.swift
[1749/1776] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[1750/1776] Compiling Bridges SwifQLable+Execute.swift
[1751/1776] Compiling Bridges Table+Conveniences.swift
[1753/1777] Compiling Bridges Connection.swift
[1754/1777] Compiling Bridges DatabaseHost.swift
[1755/1777] Compiling Bridges DatabaseIdentifier.swift
[1756/1777] Compiling Bridges DatabaseMigrations.swift
[1757/1777] Compiling Bridges Enum.swift
[1758/1777] Compiling Bridges Exports.swift
[1759/1777] Compiling Bridges Bridges.swift
[1760/1777] Compiling Bridges BridgesError.swift
[1761/1777] Compiling Bridges BridgesRow.swift
[1762/1777] Compiling Bridges CreateEnumBuilder.swift
[1763/1777] Compiling Bridges DropEnumBuilder.swift
[1764/1777] Compiling Bridges UpdateEnumBuilder.swift
[1766/1777] Compiling Bridges DateFormatter.swift
[1767/1777] Compiling Bridges Table+AllColumns.swift
[1768/1777] Compiling Bridges TableDelete.swift
[1769/1777] Compiling Bridges TableInsert.swift
[1770/1777] Compiling Bridges TableUpdate.swift
[1771/1777] Compiling Bridges TableUpsert.swift
[1772/1777] Compiling Bridges Bridgeable+Transaction.swift
[1773/1777] Compiling Bridges Dictionary+SwifQLable.swift
[1779/1791] Compiling MySQLBridge MySQLMigration.swift
[1780/1792] Compiling MySQLBridge SwifQLable+Execute.swift
[1781/1792] Compiling MySQLBridge MySQLBridge.swift
[1782/1792] 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 }
[1783/1792] 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 |
[1784/1792] 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 |
[1785/1792] Compiling MySQLBridge MySQLDataEncoder.swift
[1786/1792] 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 |
[1787/1792] 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 |
[1788/1792] 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 |
[1789/1792] 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 |
[1790/1792] 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 }
[1791/1792] Compiling MySQLBridge Exports.swift
[1792/1792] Compiling MySQLBridge Bridges+Application.swift
Build complete! (243.89s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.