The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MySQLBridge, reference master (890391), with Swift 6.1 for Android on 27 May 2025 06:55:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/MySQLBridge.git
Reference: 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwifQL/MySQLBridge.git
https://github.com/SwifQL/MySQLBridge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "mysql-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/mysql-nio.git"
    },
    {
      "identity" : "bridges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifQL/Bridges.git"
    }
  ],
  "manifest_display_name" : "MySQLBridge",
  "name" : "MySQLBridge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MySQLBridge",
      "targets" : [
        "MySQLBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MySQLBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "MySQLBridgeTests",
      "path" : "Tests/MySQLBridgeTests",
      "sources" : [
        "MySQLBridgeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MySQLBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MySQLBridge",
      "module_type" : "SwiftTarget",
      "name" : "MySQLBridge",
      "path" : "Sources/MySQLBridge",
      "product_dependencies" : [
        "MySQLNIO",
        "Bridges"
      ],
      "product_memberships" : [
        "MySQLBridge"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bridges+Application.swift",
        "Extensions/DatabaseHost+Initialization.swift",
        "Extensions/DatabaseIdentifier+Initialization.swift",
        "Extensions/MySQLConnection+Bridge.swift",
        "Extensions/Row+Decode.swift",
        "Extensions/SwifQLable+Execute.swift",
        "MySQLBridge.swift",
        "MySQLConnectionSource.swift",
        "MySQLDataDecoder.swift",
        "MySQLDataEncoder.swift",
        "MySQLMigration.swift",
        "MySQLRow+SQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/SwifQL/Bridges.git
[1/2217] Fetching mysql-nio
[2218/2848] Fetching mysql-nio, bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.36s)
Fetched https://github.com/vapor/mysql-nio.git from cache (0.36s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (0.97s)
Fetching https://github.com/apple/swift-log.git
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
[1/3836] Fetching swift-log
[3837/17772] Fetching swift-log, swift-crypto
[4674/32615] Fetching swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
[2748/28779] Fetching swift-crypto, swift-nio-ssl
[3883/104816] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.21s)
[66402/89973] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (6.74s)
Fetched https://github.com/apple/swift-nio.git from cache (6.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (8.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.98s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[1216/6101] Fetching swift-atomics, swift-system
[3512/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.24s)
Fetched https://github.com/apple/swift-system.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-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.43s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.90s)
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.68s)
Fetching https://github.com/SwifQL/SwifQL.git
Fetching https://github.com/vapor/async-kit.git
[1/2366] Fetching swifql
[2367/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.35s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.98s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.32s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.06s)
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.60s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/SwifQL/SwifQL.git
Working copy of https://github.com/SwifQL/SwifQL.git resolved at 2.0.0-beta.4.0.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/799] Write sources
[23/799] Compiling _AtomicsShims.c
[24/799] Compiling CNIOWindows WSAStartup.c
[25/799] Compiling CNIOWASI CNIOWASI.c
[26/799] Compiling _NumericsShims _NumericsShims.c
[27/799] Compiling CNIOWindows shim.c
[28/799] Compiling CNIODarwin shim.c
[29/799] Compiling CNIOLinux liburing_shims.c
[30/799] Compiling fiat_curve25519_adx_square.S
[31/799] Compiling CNIOLinux shim.c
[32/799] Compiling fiat_p256_adx_mul.S
[32/799] Compiling fiat_curve25519_adx_mul.S
[34/799] Compiling fiat_p256_adx_sqr.S
[35/799] Write swift-version-24593BA9C3E375BF.txt
[36/799] Compiling CNIOBoringSSLShims shims.c
[37/803] Compiling tls_record.cc
[37/803] Compiling tls13_client.cc
[39/803] Compiling tls13_server.cc
[40/803] Compiling tls_method.cc
[41/803] Compiling t1_enc.cc
[42/803] Compiling tls13_both.cc
[43/803] Compiling tls13_enc.cc
[44/995] Compiling ssl_versions.cc
[45/995] Compiling ssl_x509.cc
[46/995] Compiling ssl_transcript.cc
[47/995] Compiling ssl_stat.cc
[49/995] Compiling SwifQL Distinct.swift
[50/995] Compiling SwifQL GenericTableSelector.swift
[51/996] Compiling _NIOBase64 Base64.swift
[52/996] Emitting module _NIOBase64
[53/997] Compiling SwifQL UpdateSchemaChangeOwner.swift
[54/997] Compiling SwifQL UpdateSchemaRename.swift
[55/997] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/997] Compiling SwifQL NewColumn.swift
[57/997] Compiling SwifQL PostgresArray.swift
[58/997] Compiling SwifQL Alias.swift
[59/997] Compiling SwifQL CaseWhen.swift
[60/997] Emitting module RealModule
[62/997] Compiling SwifQL CreateSchemaBuilder.swift
[64/997] Compiling SwifQL DropSchemaBuilder.swift
[65/997] Compiling SwifQL PostgresJsonObject.swift
[66/997] Compiling SwifQL QueryBuilder.swift
[67/998] Compiling RealModule Float+Real.swift
[68/998] Compiling RealModule Float16+Real.swift
[69/998] Compiling RealModule ElementaryFunctions.swift
[70/998] Compiling RealModule Real.swift
[73/998] Compiling RealModule Float80+Real.swift
[74/998] Emitting module InternalCollectionsUtilities
[75/998] Compiling _NIODataStructures PriorityQueue.swift
[76/998] Compiling _NIODataStructures _TinyArray.swift
[77/998] Emitting module _NIODataStructures
[78/998] Compiling _NIODataStructures Heap.swift
[80/999] Compiling RealModule RealFunctions.swift
[81/1000] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/1001] Emitting module SwifQL
[85/1023] Compiling ssl_session.cc
[86/1023] Compiling ssl_privkey.cc
[88/1146] Compiling Logging MetadataProvider.swift
[89/1146] Compiling Logging LogHandler.swift
[90/1146] Compiling Logging Locks.swift
[91/1146] Emitting module Logging
[92/1146] Compiling Logging Logging.swift
[92/1147] Compiling ssl_key_share.cc
[94/1147] Compiling ssl_credential.cc
[95/1147] Compiling ssl_file.cc
[97/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[98/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[99/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[100/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[101/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[102/1149] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[103/1149] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[104/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[105/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[106/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[107/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[108/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[109/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[110/1149] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[111/1172] Compiling HeapModule Heap+Invariants.swift
[112/1172] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[113/1176] Compiling HeapModule Heap+Descriptions.swift
[114/1252] Compiling HeapModule _HeapNode.swift
[115/1252] Compiling HashTreeCollections _HashNode+Structural union.swift
[116/1252] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[117/1254] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[118/1254] Compiling HashTreeCollections _RawHashNode.swift
[119/1254] Compiling HashTreeCollections _UnmanagedHashNode.swift
[120/1254] Compiling HashTreeCollections _UnsafePath.swift
[121/1254] Compiling HashTreeCollections TreeDictionary+Codable.swift
[122/1254] Compiling HashTreeCollections TreeDictionary+Collection.swift
[123/1254] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[124/1254] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[125/1254] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[126/1254] Compiling HashTreeCollections _AncestorHashSlots.swift
[127/1254] Compiling HashTreeCollections _Bitmap.swift
[128/1254] Compiling HashTreeCollections _Bucket.swift
[129/1254] Compiling HashTreeCollections _Hash.swift
[130/1254] Compiling HashTreeCollections _HashLevel.swift
[131/1254] Compiling HashTreeCollections _HashNode+Builder.swift
[132/1254] Compiling HashTreeCollections _HashNode+Debugging.swift
[133/1254] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[134/1254] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[135/1254] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[136/1254] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[137/1254] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[138/1254] Compiling HashTreeCollections _HashNode+Structural merge.swift
[139/1254] Compiling HashTreeCollections _HashTreeIterator.swift
[140/1254] Compiling HashTreeCollections _HashTreeStatistics.swift
[141/1254] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[142/1254] Compiling HeapModule Heap.swift
[143/1254] Compiling HashTreeCollections _HashNode+Storage.swift
[144/1254] Compiling HeapModule Heap+UnsafeHandle.swift
[145/1254] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[146/1254] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[147/1254] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[148/1254] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[149/1254] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[150/1254] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[151/1254] Compiling SwifQL QueryBuilderable.swift
[152/1254] Compiling SwifQL QueryParts.swift
[153/1254] Compiling SwifQL ReferentialAction.swift
[154/1254] Compiling SwifQL SwifQLableResultBuilder.swift
[155/1254] Compiling SwifQL Schema.swift
[156/1254] Compiling SwifQL Schemable.swift
[157/1254] Compiling SwifQL SplittedQuery.swift
[158/1254] Compiling SwifQL SwifQL.swift
[159/1254] Compiling SwifQL SwifQLable+Action.swift
[160/1254] Compiling SwifQL SwifQLable+Add.swift
[161/1254] Compiling SwifQL SwifQLable+AddQuery.swift
[162/1254] Compiling SwifQL SwifQLable+After.swift
[163/1254] Compiling SwifQL SwifQLable+All.swift
[164/1254] Compiling SwifQL SwifQLable+Alter.swift
[165/1254] Compiling SwifQL SwifQLable+And.swift
[166/1254] Compiling SwifQL SwifQLable+Any.swift
[167/1254] Compiling SwifQL SwifQLable+As.swift
[168/1254] Compiling SwifQL SwifQLable+Asterisk.swift
[169/1254] Compiling SwifQL SwifQLable+Before.swift
[170/1254] Compiling SwifQL SwifQLable+Begin.swift
[171/1254] Compiling SwifQL SwifQLable+Between.swift
[172/1254] Compiling SwifQL SwifQLable+Cascade.swift
[173/1254] Compiling SwifQL SwifQLable+Check.swift
[174/1254] Compiling SwifQL SwifQLable+Column.swift
[175/1254] Compiling SwifQL SwifQLable+Commit.swift
[176/1254] Compiling SwifQL SwifQLable+Conflict.swift
[177/1254] Compiling SwifQL SwifQLable+Constraint.swift
[178/1254] Compiling SwifQL SwifQLable+Create.swift
[179/1254] Compiling SwifQL SwifQLable+Default.swift
[180/1254] Compiling SwifQL SwifQLable+Delete.swift
[181/1254] Compiling SwifQL SwifQLable+Distinct.swift
[182/1254] Compiling SwifQL SwifQLable+Do.swift
[183/1254] Compiling SwifQL SwifQLable+Drop.swift
[184/1254] Compiling SwifQL SwifQLable+End.swift
[185/1254] Compiling SwifQL SwifQLable+Epoch.swift
[186/1254] Compiling SwifQL SwifQLable+Exists.swift
[187/1254] Compiling SwifQL SwifQLable+Filter.swift
[188/1254] Compiling SwifQL SwifQLable+From.swift
[189/1254] Compiling SwifQL SwifQLable+Fulltext.swift
[190/1254] Compiling SwifQL SwifQLable+Function.swift
[191/1254] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[192/1254] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[193/1254] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[194/1254] Compiling HashTreeCollections _HashNode.swift
[195/1254] Compiling HashTreeCollections _HashNodeHeader.swift
[196/1254] Compiling HashTreeCollections _HashSlot.swift
[197/1254] Emitting module HeapModule
[197/1255] Compiling ssl_lib.cc
[199/1255] Compiling SwifQL SwifQLable+GroupBy.swift
[200/1255] Compiling SwifQL SwifQLable+Having.swift
[201/1255] Compiling SwifQL SwifQLable+ILike.swift
[202/1255] Compiling SwifQL SwifQLable+If.swift
[203/1255] Compiling SwifQL SwifQLable+In.swift
[204/1255] Compiling SwifQL SwifQLable+InsertInto.swift
[205/1255] Compiling SwifQL SwifQLable+Interval.swift
[206/1255] Compiling SwifQL SwifQLable+IsNotNull.swift
[207/1255] Compiling SwifQL SwifQLable+IsNull.swift
[208/1255] Compiling SwifQL SwifQLable+Items.swift
[209/1255] Compiling SwifQL SwifQLable+Join.swift
[210/1255] Compiling SwifQL SwifQLable+Key.swift
[211/1255] Compiling SwifQL SwifQLable+Like.swift
[212/1255] Compiling SwifQL SwifQLable+Limit.swift
[213/1255] Compiling SwifQL SwifQLable+No.swift
[214/1255] Compiling SwifQL SwifQLable+Not.swift
[215/1255] Compiling SwifQL SwifQLable+NotBetween.swift
[216/1255] Compiling SwifQL SwifQLable+NotExists.swift
[217/1255] Compiling SwifQL SwifQLable+NotILike.swift
[218/1255] Compiling SwifQL SwifQLable+NotIn.swift
[219/1255] Compiling SwifQL SwifQLable+NotLike.swift
[220/1255] Compiling SwifQL SwifQLable+Nothing.swift
[221/1255] Compiling SwifQL SwifQLable+Null.swift
[222/1255] Compiling SwifQL SwifQLable+Offset.swift
[223/1255] Compiling SwifQL SwifQLable+On.swift
[224/1255] Compiling SwifQL SwifQLable+Or.swift
[225/1255] Compiling SwifQL SwifQLable+OrderBy.swift
[226/1255] Compiling SwifQL SwifQLable+Over.swift
[227/1255] Compiling SwifQL SwifQLable+Overlaps.swift
[228/1255] Compiling SwifQL SwifQLable+Owner.swift
[229/1255] Compiling SwifQL SwifQLable+PartitionBy.swift
[230/1255] Compiling SwifQL SwifQLable+Primary.swift
[231/1255] Compiling SwifQL SwifQLable+Raw.swift
[232/1255] Compiling SwifQL SwifQLable+References.swift
[233/1255] Compiling SwifQL SwifQLable+Rename.swift
[234/1255] Compiling SwifQL SwifQLable+Restrict.swift
[235/1255] Compiling SwifQL SwifQLable+Return.swift
[236/1255] Compiling SwifQL SwifQLable+Returning.swift
[237/1255] Compiling SwifQL SwifQLable+Rollback.swift
[238/1255] Compiling SwifQL SwifQLable+Schema.swift
[239/1255] Compiling SwifQL SwifQLable+Select.swift
[240/1255] Compiling SwifQL SwifQLable+Semicolon.swift
[241/1255] Compiling SwifQL SwifQLable+Set.swift
[242/1255] Compiling SwifQL SwifQLable+Space.swift
[243/1255] Compiling SwifQL SwifQLable+Subscript.swift
[261/1255] Compiling HashTreeCollections _HashNode+Initializers.swift
[262/1255] Compiling HashTreeCollections _HashNode+Invariants.swift
[263/1255] Compiling HashTreeCollections _HashNode+Lookups.swift
[264/1255] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[265/1255] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[266/1255] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[268/1255] Compiling DequeModule _DequeSlot.swift
[269/1255] Compiling DequeModule _UnsafeWrappedBuffer.swift
[270/1255] Compiling HashTreeCollections TreeSet+Hashable.swift
[271/1255] Compiling HashTreeCollections TreeSet+Sendable.swift
[272/1255] Compiling HashTreeCollections TreeSet+Sequence.swift
[273/1255] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[280/1265] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[281/1265] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[290/1265] Compiling HashTreeCollections _HashStack.swift
[291/1265] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[303/1265] Compiling HashTreeCollections TreeDictionary+Filter.swift
[304/1265] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[305/1265] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[306/1265] Compiling HashTreeCollections TreeDictionary+Keys.swift
[307/1265] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[308/1265] Compiling HashTreeCollections TreeDictionary+Merge.swift
[309/1265] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[310/1265] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[311/1265] Compiling HashTreeCollections TreeDictionary+Values.swift
[312/1265] Compiling HashTreeCollections TreeDictionary.swift
[313/1265] Compiling HashTreeCollections TreeSet+Codable.swift
[314/1265] Compiling HashTreeCollections TreeSet+Collection.swift
[315/1265] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[316/1265] Compiling HashTreeCollections TreeSet+Debugging.swift
[317/1265] Compiling HashTreeCollections TreeSet+Descriptions.swift
[318/1265] Compiling HashTreeCollections TreeSet+Equatable.swift
[319/1265] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[320/1265] Compiling HashTreeCollections TreeSet+Extras.swift
[321/1265] Compiling HashTreeCollections TreeSet+Filter.swift
[340/1274] Compiling SwifQL SwifQLable+Table.swift
[341/1274] Compiling SwifQL SwifQLable+Timestamp.swift
[342/1274] Compiling SwifQL SwifQLable+To.swift
[343/1274] Compiling SwifQL SwifQLable+Type.swift
[344/1274] Compiling SwifQL SwifQLable+Union.swift
[345/1274] Compiling SwifQL SwifQLable+Unique.swift
[346/1274] Compiling SwifQL SwifQLable+Update.swift
[347/1274] Compiling SwifQL SwifQLable+Value.swift
[348/1274] Compiling SwifQL SwifQLable+Values.swift
[349/1274] Compiling SwifQL SwifQLable+Where.swift
[350/1274] Compiling SwifQL SwifQLable+WhereExists.swift
[351/1274] Compiling SwifQL SwifQLable+WhereNotExists.swift
[352/1274] Compiling SwifQL SwifQLable+Window.swift
[353/1274] Compiling SwifQL SwifQLable+With.swift
[354/1274] Compiling SwifQL SwifQLable.swift
[355/1274] Compiling SwifQL SwifQLableArraySeparator.swift
[356/1274] Compiling SwifQL Table.swift
[357/1274] Compiling SwifQL TableAlias.swift
[358/1274] Compiling SwifQL Type+Autodetect.swift
[359/1274] Compiling SwifQL Type+SwifQLable.swift
[360/1274] Compiling SwifQL Type.swift
[361/1274] Compiling SwifQL _Todo.swift
[455/1275] Emitting module OrderedCollections
[456/1276] Emitting module DequeModule
[458/1277] Compiling _RopeModule _CharacterRecognizer.swift
[459/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[460/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[461/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[462/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[463/1277] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[464/1277] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[465/1277] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[466/1277] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[467/1277] Compiling HashTreeCollections TreeSet.swift
[469/1277] Emitting module _RopeModule
[469/1277] Compiling ssl_cipher.cc
[470/1277] Compiling ssl_cert.cc
[471/1277] Compiling ssl_buffer.cc
[494/1277] Compiling s3_pkt.cc
[518/1277] Compiling _RopeModule Rope+Join.swift
[519/1277] Compiling _RopeModule Rope+MutatingForEach.swift
[520/1277] Compiling _RopeModule Rope+Remove.swift
[521/1277] Compiling _RopeModule Rope+RemoveSubrange.swift
[522/1277] Compiling _RopeModule Rope+Split.swift
[523/1277] Compiling _RopeModule Optional Utilities.swift
[524/1277] Compiling _RopeModule String Utilities.swift
[525/1277] Compiling _RopeModule String.Index+ABI.swift
[526/1277] Compiling ssl_asn1.cc
[527/1277] Compiling handshake_server.cc
[537/1278] Compiling s3_both.cc
[539/1278] Compiling ssl_aead_ctx.cc
[540/1278] Compiling s3_lib.cc
[541/1278] Compiling handshake.cc
[542/1278] Compiling handshake_client.cc
[544/1278] Emitting module HashTreeCollections
[545/1279] Compiling d1_pkt.cc
[546/1279] Compiling d1_lib.cc
[547/1279] Compiling handoff.cc
[548/1279] Compiling dtls_record.cc
[549/1279] Compiling dtls_method.cc
[550/1279] Compiling md5-x86_64-linux.S
[551/1279] Compiling encrypted_client_hello.cc
[552/1279] Compiling md5-x86_64-apple.S
[553/1279] Compiling md5-586-linux.S
[554/1279] Compiling d1_srtp.cc
[555/1279] Compiling md5-586-apple.S
[556/1279] Compiling chacha20_poly1305_x86_64-linux.S
[557/1279] Compiling chacha20_poly1305_x86_64-apple.S
[558/1279] Compiling chacha20_poly1305_armv8-win.S
[559/1279] Compiling chacha-x86_64-linux.S
[560/1279] Compiling chacha20_poly1305_armv8-apple.S
[561/1279] Compiling chacha20_poly1305_armv8-linux.S
[562/1279] Compiling chacha-x86_64-apple.S
[563/1279] Compiling chacha-x86-linux.S
[564/1279] Compiling chacha-armv8-win.S
[565/1279] Compiling extensions.cc
[566/1279] Compiling chacha-x86-apple.S
[567/1279] Compiling aes128gcmsiv-x86_64-linux.S
[568/1279] Compiling chacha-armv8-apple.S
[569/1279] Compiling chacha-armv8-linux.S
[570/1279] Compiling chacha-armv4-linux.S
[571/1279] Compiling aes128gcmsiv-x86_64-apple.S
[572/1279] Compiling x86_64-mont5-apple.S
[573/1279] Compiling x86_64-mont5-linux.S
[574/1279] Compiling x86_64-mont-apple.S
[575/1279] Compiling x86-mont-linux.S
[576/1279] Compiling x86_64-mont-linux.S
[577/1279] Compiling vpaes-x86_64-linux.S
[578/1279] Compiling x86-mont-apple.S
[579/1279] Compiling vpaes-x86-linux.S
[580/1279] Compiling bio_ssl.cc
[581/1279] Compiling vpaes-x86-apple.S
[582/1279] Compiling vpaes-x86_64-apple.S
[583/1279] Compiling vpaes-armv8-win.S
[584/1279] Compiling vpaes-armv8-linux.S
[585/1279] Compiling vpaes-armv8-apple.S
[586/1279] Compiling vpaes-armv7-linux.S
[587/1279] Compiling sha512-x86_64-apple.S
[587/1279] Compiling sha512-x86_64-linux.S
[589/1279] Compiling sha512-armv8-win.S
[590/1279] Compiling sha512-586-apple.S
[591/1279] Compiling sha512-armv4-linux.S
[592/1279] Compiling sha512-armv8-linux.S
[593/1279] Compiling sha512-armv8-apple.S
[594/1279] Compiling sha512-586-linux.S
[595/1279] Compiling sha256-x86_64-linux.S
[596/1279] Compiling sha256-x86_64-apple.S
[597/1279] Compiling sha256-armv8-win.S
[598/1279] Compiling sha256-armv8-apple.S
[599/1279] Compiling sha256-armv8-linux.S
[600/1279] Compiling sha256-586-linux.S
[601/1279] Compiling sha256-armv4-linux.S
[602/1279] Compiling sha256-586-apple.S
[603/1279] Compiling sha1-x86_64-linux.S
[604/1279] Compiling sha1-x86_64-apple.S
[605/1279] Compiling sha1-armv8-win.S
[606/1279] Compiling sha1-armv8-apple.S
[607/1279] Compiling sha1-586-linux.S
[608/1279] Compiling sha1-armv4-large-linux.S
[609/1279] Compiling rsaz-avx2-linux.S
[610/1279] Compiling sha1-armv8-linux.S
[611/1279] Compiling sha1-586-apple.S
[612/1279] Compiling err_data.cc
[613/1279] Compiling rsaz-avx2-apple.S
[614/1279] Compiling rdrand-x86_64-linux.S
[615/1279] Compiling p256_beeu-x86_64-asm-apple.S
[616/1279] Compiling p256_beeu-armv8-asm-win.S
[617/1279] Compiling p256_beeu-x86_64-asm-linux.S
[617/1279] Compiling rdrand-x86_64-apple.S
[619/1279] Compiling p256_beeu-armv8-asm-apple.S
[620/1279] Compiling p256_beeu-armv8-asm-linux.S
[621/1279] Compiling p256-x86_64-asm-apple.S
[622/1279] Compiling p256-x86_64-asm-linux.S
[623/1279] Compiling ghashv8-armv8-win.S
[624/1279] Compiling p256-armv8-asm-apple.S
[625/1279] Compiling p256-armv8-asm-win.S
[626/1279] Compiling ghashv8-armv8-apple.S
[627/1279] Compiling ghashv8-armv8-linux.S
[628/1279] Compiling p256-armv8-asm-linux.S
[629/1279] Compiling ghashv8-armv7-linux.S
[630/1279] Compiling ghash-x86_64-linux.S
[631/1279] Compiling ghash-x86-linux.S
[632/1279] Compiling ghash-x86_64-apple.S
[633/1279] Compiling ghash-x86-apple.S
[634/1279] Compiling ghash-ssse3-x86_64-linux.S
[635/1279] Compiling ghash-ssse3-x86_64-apple.S
[636/1279] Compiling ghash-ssse3-x86-apple.S
[637/1279] Compiling ghash-ssse3-x86-linux.S
[638/1279] Compiling ghash-armv4-linux.S
[639/1279] Compiling ghash-neon-armv8-apple.S
[640/1279] Compiling ghash-neon-armv8-win.S
[641/1279] Compiling ghash-neon-armv8-linux.S
[642/1279] Compiling co-586-linux.S
[643/1279] Compiling bsaes-armv7-linux.S
[644/1279] Compiling bn-armv8-win.S
[645/1279] Compiling d1_both.cc
[646/1279] Compiling co-586-apple.S
[647/1279] Compiling bn-armv8-apple.S
[648/1279] Compiling armv8-mont-win.S
[649/1279] Compiling bn-armv8-linux.S
[650/1279] Compiling bn-586-linux.S
[651/1279] Compiling bn-586-apple.S
[652/1279] Compiling armv8-mont-apple.S
[653/1279] Compiling armv8-mont-linux.S
[654/1279] Compiling aesv8-gcm-armv8-win.S
[655/1279] Compiling armv4-mont-linux.S
[656/1279] Compiling aesv8-gcm-armv8-apple.S
[657/1279] Compiling aesni-x86_64-linux.S
[658/1279] Compiling aesv8-armv8-linux.S
[659/1279] Compiling aesv8-gcm-armv8-linux.S
[660/1279] Compiling aesv8-armv8-apple.S
[661/1279] Compiling aesv8-armv8-win.S
[662/1279] Compiling aesni-x86_64-apple.S
[663/1279] Compiling aesv8-armv7-linux.S
[664/1279] Compiling aesni-x86-linux.S
[665/1279] Compiling aesni-gcm-x86_64-apple.S
[666/1279] Compiling aesni-gcm-x86_64-linux.S
[667/1279] Compiling aes-gcm-avx2-x86_64-apple.S
[667/1279] Compiling aesni-x86-apple.S
[669/1279] Compiling aes-gcm-avx10-x86_64-linux.S
[670/1279] Compiling aes-gcm-avx2-x86_64-linux.S
[671/1279] Compiling aes-gcm-avx10-x86_64-apple.S
[672/1279] Compiling x_req.cc
[673/1279] Compiling x_sig.cc
[674/1279] Compiling x_name.cc
[675/1279] Compiling x_val.cc
[676/1279] Compiling x_x509a.cc
[677/1279] Compiling x_spki.cc
[677/1279] Compiling x_pubkey.cc
[679/1279] Compiling x_x509.cc
[680/1279] Compiling x_exten.cc
[681/1279] Compiling x_crl.cc
[682/1279] Compiling x509name.cc
[683/1279] Compiling x_all.cc
[684/1279] Compiling x_algor.cc
[685/1279] Compiling x509spki.cc
[686/1279] Compiling x509rset.cc
[687/1279] Compiling x_attrib.cc
[688/1279] Compiling x509cset.cc
[689/1279] Compiling x509_trs.cc
[690/1279] Compiling x509_vpm.cc
[691/1279] Compiling x509_v3.cc
[692/1279] Compiling x509_req.cc
[693/1279] Compiling x509_vfy.cc
[694/1279] Compiling x509_obj.cc
[695/1279] Compiling x509_txt.cc
[696/1279] Compiling x509_set.cc
[697/1279] Compiling x509_lu.cc
[698/1279] Compiling x509_def.cc
[699/1279] Compiling x509_ext.cc
[700/1279] Compiling x509_d2.cc
[701/1279] Compiling x509_cmp.cc
[702/1279] Compiling x509.cc
[703/1279] Compiling x509_att.cc
[704/1279] Compiling v3_purp.cc
[705/1279] Compiling v3_utl.cc
[706/1279] Compiling v3_lib.cc
[707/1279] Compiling v3_skey.cc
[708/1279] Compiling v3_ocsp.cc
[709/1279] Compiling v3_pmaps.cc
[710/1279] Compiling v3_prn.cc
[711/1279] Compiling v3_pcons.cc
[712/1279] Compiling v3_ncons.cc
[713/1279] Compiling v3_int.cc
[714/1279] Compiling v3_info.cc
[715/1279] Compiling v3_ia5.cc
[716/1279] Compiling v3_enum.cc
[717/1279] Compiling v3_genn.cc
[718/1279] Compiling v3_extku.cc
[719/1279] Compiling v3_conf.cc
[720/1279] Compiling v3_crld.cc
[721/1279] Compiling v3_cpols.cc
[722/1279] Compiling v3_bitst.cc
[723/1279] Compiling v3_bcons.cc
[724/1279] Compiling v3_alt.cc
[724/1279] Compiling v3_akey.cc
[726/1279] Compiling v3_akeya.cc
[727/1279] Compiling t_x509a.cc
[728/1279] Compiling rsa_pss.cc
[729/1279] Compiling i2d_pr.cc
[730/1279] Compiling t_x509.cc
[731/1279] Compiling t_req.cc
[732/1279] Compiling by_file.cc
[733/1279] Compiling t_crl.cc
[734/1279] Compiling by_dir.cc
[735/1279] Compiling name_print.cc
[736/1279] Compiling policy.cc
[737/1279] Compiling a_verify.cc
[738/1279] Compiling asn1_gen.cc
[739/1279] Compiling a_digest.cc
[740/1279] Compiling algorithm.cc
[741/1279] Compiling a_sign.cc
[742/1279] Compiling thread_win.cc
[743/1279] Compiling voprf.cc
[744/1279] Compiling thread.cc
[745/1279] Compiling thread_pthread.cc
[746/1279] Compiling trust_token.cc
[747/1279] Compiling pmbtoken.cc
[748/1279] Compiling thread_none.cc
[749/1279] Compiling spake2plus.cc
[750/1279] Compiling siphash.cc
[751/1279] Compiling stack.cc
[752/1279] Compiling sha512.cc
[753/1279] Compiling sha256.cc
[754/1279] Compiling slhdsa.cc
[755/1279] Compiling sha1.cc
[756/1279] Compiling rsa_print.cc
[757/1279] Compiling refcount.cc
[758/1279] Compiling rsa_extra.cc
[759/1279] Compiling windows.cc
[760/1279] Compiling passive.cc
[761/1279] Compiling rc4.cc
[762/1279] Compiling trusty.cc
[763/1279] Compiling rsa_crypt.cc
[764/1279] Compiling urandom.cc
[765/1279] Compiling rand.cc
[766/1279] Compiling rsa_asn1.cc
[767/1279] Compiling poly1305_arm_asm.S
[768/1279] Compiling fork_detect.cc
[769/1279] Compiling getentropy.cc
[770/1279] Compiling ios.cc
[771/1279] Compiling forkunsafe.cc
[772/1279] Compiling deterministic.cc
[773/1279] Compiling poly1305_vec.cc
[774/1279] Compiling poly1305_arm.cc
[775/1279] Compiling pool.cc
[776/1279] Compiling poly1305.cc
[777/1279] Compiling pkcs7_x509.cc
[778/1279] Compiling pkcs8_x509.cc
[779/1279] Compiling p5_pbev2.cc
[780/1279] Compiling pkcs8.cc
[781/1279] Compiling pkcs7.cc
[782/1279] Compiling pem_xaux.cc
[783/1279] Compiling pem_lib.cc
[784/1279] Compiling pem_x509.cc
[785/1279] Compiling pem_pkey.cc
[786/1279] Compiling pem_pk8.cc
[787/1279] Compiling pem_oth.cc
[788/1279] Compiling pem_info.cc
[789/1279] Compiling mlkem.cc
[790/1279] Compiling pem_all.cc
[791/1279] Compiling mldsa.cc
[792/1279] Compiling mem.cc
[793/1279] Compiling poly_rq_mul.S
[794/1279] Compiling obj_xref.cc
[795/1279] Compiling obj.cc
[796/1279] Compiling fips_shared_support.cc
[797/1279] Compiling md4.cc
[798/1279] Compiling md5.cc
[799/1279] Compiling lhash.cc
[800/1279] Compiling kyber.cc
[801/1279] Compiling sign.cc
[802/1279] Compiling ex_data.cc
[803/1279] Compiling pbkdf.cc
[804/1279] Compiling hpke.cc
[805/1279] Compiling scrypt.cc
[806/1279] Compiling hrss.cc
[807/1279] Compiling print.cc
[808/1279] Compiling p_x25519.cc
[809/1279] Compiling p_rsa_asn1.cc
[810/1279] Compiling p_x25519_asn1.cc
[811/1279] Compiling p_ed25519.cc
[812/1279] Compiling p_hkdf.cc
[813/1279] Compiling p_rsa.cc
[814/1279] Compiling p_ed25519_asn1.cc
[815/1279] Compiling p_ec.cc
[816/1279] Compiling p_dh_asn1.cc
[817/1279] Compiling p_ec_asn1.cc
[818/1279] Compiling p_dsa_asn1.cc
[819/1279] Compiling evp_ctx.cc
[820/1279] Compiling p_dh.cc
[821/1279] Compiling engine.cc
[822/1279] Compiling err.cc
[823/1279] Compiling evp_asn1.cc
[824/1279] Compiling evp.cc
[825/1279] Compiling ecdh.cc
[826/1279] Compiling ec_derive.cc
[827/1279] Compiling hash_to_curve.cc
[828/1279] Compiling ecdsa_asn1.cc
[829/1279] Compiling digest_extra.cc
[830/1279] Compiling ec_asn1.cc
[831/1279] Compiling params.cc
[832/1279] Compiling bcm.cc
[833/1279] Compiling dsa.cc
[834/1279] Compiling x25519-asm-arm.S
[835/1279] Compiling dsa_asn1.cc
[836/1279] Compiling curve25519_64_adx.cc
[837/1279] Compiling des.cc
[838/1279] Compiling dh_asn1.cc
[839/1279] Compiling cpu_arm_linux.cc
[840/1279] Compiling crypto.cc
[841/1279] Compiling cpu_intel.cc
[842/1279] Compiling cpu_arm_freebsd.cc
[843/1279] Compiling spake25519.cc
[844/1279] Compiling curve25519.cc
[845/1279] Compiling cpu_aarch64_sysreg.cc
[846/1279] Compiling cpu_aarch64_win.cc
[847/1279] Compiling cpu_aarch64_openbsd.cc
[848/1279] Compiling cpu_aarch64_linux.cc
[849/1279] Compiling cpu_aarch64_fuchsia.cc
[850/1279] Compiling cpu_aarch64_apple.cc
[851/1279] Compiling conf.cc
[852/1279] Compiling get_cipher.cc
[853/1279] Compiling tls_cbc.cc
[854/1279] Compiling e_tls.cc
[855/1279] Compiling e_rc4.cc
[856/1279] Compiling e_null.cc
[857/1279] Compiling e_rc2.cc
[858/1279] Compiling e_des.cc
[859/1279] Compiling derive_key.cc
[860/1279] Compiling chacha.cc
[861/1279] Compiling e_chacha20poly1305.cc
[862/1279] Compiling e_aesctrhmac.cc
[863/1279] Compiling e_aesgcmsiv.cc
[864/1279] Compiling unicode.cc
[865/1279] Compiling cbb.cc
[866/1279] Compiling blake2.cc
[867/1279] Compiling buf.cc
[868/1279] Compiling bn_asn1.cc
[869/1279] Compiling cbs.cc
[870/1279] Compiling ber.cc
[871/1279] Compiling asn1_compat.cc
[872/1279] Compiling convert.cc
[873/1279] Compiling socket_helper.cc
[874/1279] Compiling printf.cc
[875/1279] Compiling socket.cc
[876/1279] Compiling pair.cc
[877/1279] Compiling hexdump.cc
[878/1279] Compiling errno.cc
[879/1279] Compiling fd.cc
[880/1279] Compiling connect.cc
[881/1279] Compiling file.cc
[882/1279] Compiling bio_mem.cc
[883/1279] Compiling base64.cc
[884/1279] Compiling bio.cc
[885/1279] Compiling tasn_typ.cc
[886/1279] Compiling tasn_fre.cc
[887/1279] Compiling tasn_utl.cc
[888/1279] Compiling tasn_enc.cc
[889/1279] Compiling tasn_new.cc
[890/1279] Compiling f_string.cc
[891/1279] Compiling asn_pack.cc
[892/1279] Compiling f_int.cc
[893/1279] Compiling posix_time.cc
[894/1279] Compiling tasn_dec.cc
[895/1279] Compiling asn1_par.cc
[896/1279] Compiling a_octet.cc
[897/1279] Compiling asn1_lib.cc
[898/1279] Compiling a_utctm.cc
[899/1279] Compiling a_strnid.cc
[900/1279] Compiling a_type.cc
[901/1279] Compiling a_time.cc
[902/1279] Compiling a_strex.cc
[903/1279] Compiling a_object.cc
[904/1279] Compiling a_mbstr.cc
[905/1279] Compiling a_i2d_fp.cc
[906/1279] Compiling a_dup.cc
[907/1279] Compiling a_gentm.cc
[908/1279] Compiling a_int.cc
[909/1279] Compiling fiat_p256_adx_mul.S
[910/1279] Compiling fiat_p256_adx_sqr.S
[911/1279] Compiling a_d2i_fp.cc
[912/1279] Compiling fiat_curve25519_adx_square.S
[912/1279] Compiling a_bool.cc
[914/1279] Compiling fiat_curve25519_adx_mul.S
[915/1279] Compiling md5-x86_64-apple.S
[915/1279] Compiling md5-x86_64-linux.S
[917/1279] Compiling md5-586-linux.S
[918/1279] Compiling md5-586-apple.S
[919/1279] Compiling chacha20_poly1305_x86_64-linux.S
[920/1279] Compiling CCryptoBoringSSLShims shims.c
[921/1279] Compiling chacha20_poly1305_x86_64-apple.S
[922/1279] Compiling chacha20_poly1305_armv8-win.S
[923/1279] Compiling chacha-x86_64-linux.S
[924/1279] Compiling chacha20_poly1305_armv8-apple.S
[925/1279] Compiling a_bitstr.cc
[926/1279] Compiling chacha-x86_64-apple.S
[927/1279] Compiling chacha20_poly1305_armv8-linux.S
[928/1279] Compiling chacha-x86-apple.S
[929/1279] Compiling chacha-armv8-apple.S
[930/1279] Compiling chacha-x86-linux.S
[931/1279] Compiling chacha-armv8-win.S
[932/1279] Compiling chacha-armv8-linux.S
[933/1279] Compiling err_data.cc
[934/1279] Compiling chacha-armv4-linux.S
[935/1279] Compiling aes128gcmsiv-x86_64-linux.S
[936/1279] Compiling aes128gcmsiv-x86_64-apple.S
[937/1279] Compiling x86_64-mont5-linux.S
[938/1279] Compiling x86_64-mont5-apple.S
[939/1279] Compiling x86_64-mont-apple.S
[940/1279] Compiling x86_64-mont-linux.S
[941/1279] Compiling x86-mont-linux.S
[942/1279] Compiling x86-mont-apple.S
[943/1279] Compiling vpaes-x86_64-linux.S
[944/1279] Compiling vpaes-x86_64-apple.S
[945/1279] Compiling vpaes-x86-linux.S
[946/1279] Compiling vpaes-x86-apple.S
[947/1279] Compiling vpaes-armv8-win.S
[948/1279] Compiling vpaes-armv8-linux.S
[949/1279] Compiling vpaes-armv7-linux.S
[950/1279] Compiling vpaes-armv8-apple.S
[951/1279] Compiling sha512-x86_64-apple.S
[952/1279] Compiling sha512-armv8-apple.S
[953/1279] Compiling sha512-x86_64-linux.S
[954/1279] Compiling sha512-armv8-win.S
[955/1279] Compiling sha512-586-apple.S
[956/1279] Compiling sha512-armv4-linux.S
[957/1279] Compiling sha256-x86_64-apple.S
[958/1279] Compiling sha256-armv8-win.S
[959/1279] Compiling sha512-586-linux.S
[960/1279] Compiling sha256-x86_64-linux.S
[961/1279] Compiling sha512-armv8-linux.S
[962/1279] Compiling sha256-armv8-apple.S
[963/1279] Compiling sha256-armv4-linux.S
[964/1279] Compiling sha1-x86_64-linux.S
[965/1279] Compiling sha256-586-linux.S
[965/1279] Compiling sha256-586-apple.S
[967/1279] Compiling sha256-armv8-linux.S
[968/1279] Compiling sha1-armv8-win.S
[969/1279] Compiling sha1-x86_64-apple.S
[970/1279] Compiling sha1-586-linux.S
[971/1279] Compiling sha1-armv4-large-linux.S
[972/1279] Compiling sha1-armv8-apple.S
[973/1279] Compiling sha1-armv8-linux.S
[974/1279] Compiling sha1-586-apple.S
[974/1279] Compiling rsaz-avx2-linux.S
[976/1279] Compiling rsaz-avx2-apple.S
[977/1279] Compiling rdrand-x86_64-linux.S
[978/1279] Compiling p256_beeu-x86_64-asm-linux.S
[979/1279] Compiling p256_beeu-armv8-asm-win.S
[979/1279] Compiling p256_beeu-x86_64-asm-apple.S
[981/1279] Compiling rdrand-x86_64-apple.S
[982/1279] Compiling p256_beeu-armv8-asm-linux.S
[983/1279] Compiling p256_beeu-armv8-asm-apple.S
[984/1279] Compiling p256-x86_64-asm-linux.S
[985/1279] Compiling p256-x86_64-asm-apple.S
[986/1279] Compiling p256-armv8-asm-win.S
[987/1279] Compiling p256-armv8-asm-apple.S
[988/1279] Compiling p256-armv8-asm-linux.S
[989/1279] Compiling ghashv8-armv8-win.S
[990/1279] Compiling ghashv8-armv8-apple.S
[991/1279] Compiling ghashv8-armv8-linux.S
[992/1279] Compiling ghashv8-armv7-linux.S
[993/1279] Compiling ghash-x86_64-linux.S
[994/1279] Compiling ghash-x86-linux.S
[995/1279] Compiling ghash-x86_64-apple.S
[996/1279] Compiling ghash-ssse3-x86_64-linux.S
[997/1279] Compiling ghash-ssse3-x86-linux.S
[998/1279] Compiling ghash-ssse3-x86-apple.S
[999/1279] Compiling ghash-x86-apple.S
[1000/1279] Compiling ghash-neon-armv8-win.S
[1001/1279] Compiling ghash-ssse3-x86_64-apple.S
[1002/1279] Compiling ghash-neon-armv8-linux.S
[1003/1279] Compiling ghash-neon-armv8-apple.S
[1004/1279] Compiling ghash-armv4-linux.S
[1005/1279] Compiling co-586-apple.S
[1006/1279] Compiling bsaes-armv7-linux.S
[1007/1279] Compiling co-586-linux.S
[1008/1279] Compiling bn-armv8-win.S
[1009/1279] Compiling bn-armv8-apple.S
[1010/1279] Compiling bn-armv8-linux.S
[1011/1279] Compiling bn-586-linux.S
[1012/1279] Compiling armv8-mont-win.S
[1013/1279] Compiling bn-586-apple.S
[1014/1279] Compiling armv4-mont-linux.S
[1015/1279] Compiling armv8-mont-linux.S
[1016/1279] Compiling aesv8-gcm-armv8-win.S
[1017/1279] Compiling armv8-mont-apple.S
[1018/1279] Compiling aesv8-gcm-armv8-linux.S
[1019/1279] Compiling aesv8-armv8-win.S
[1020/1279] Compiling aesv8-gcm-armv8-apple.S
[1021/1279] Compiling aesv8-armv8-apple.S
[1022/1279] Compiling aesni-x86_64-linux.S
[1023/1279] Compiling aesv8-armv8-linux.S
[1024/1279] Compiling aesv8-armv7-linux.S
[1025/1279] Compiling aesni-x86_64-apple.S
[1026/1279] Compiling aesni-x86-apple.S
[1027/1279] Compiling aesni-gcm-x86_64-apple.S
[1028/1279] Compiling aesni-x86-linux.S
[1029/1279] Compiling aes-gcm-avx10-x86_64-linux.S
[1030/1279] Compiling aesni-gcm-x86_64-linux.S
[1031/1279] Compiling aes-gcm-avx10-x86_64-apple.S
[1032/1279] Compiling x_sig.cc
[1033/1279] Compiling x_val.cc
[1034/1279] Compiling c-nioatomics.c
[1035/1279] Compiling x_req.cc
[1036/1279] Compiling x_spki.cc
[1037/1279] Compiling x_x509.cc
[1038/1279] Compiling x_x509a.cc
[1039/1279] Compiling c-atomics.c
[1041/1285] Compiling NIOConcurrencyHelpers NIOLock.swift
[1041/1285] Compiling x_exten.cc
[1042/1285] Compiling x_crl.cc
[1043/1285] Compiling x_pubkey.cc
[1045/1285] Compiling NIOConcurrencyHelpers lock.swift
[1045/1285] Compiling x_attrib.cc
[1046/1285] Compiling x_name.cc
[1047/1285] Compiling x_algor.cc
[1048/1285] Compiling x_all.cc
[1050/1285] Compiling NIOConcurrencyHelpers atomics.swift
[1051/1285] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1052/1285] Emitting module NIOConcurrencyHelpers
[1053/1285] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1054/1286] Compiling x509spki.cc
[1055/1286] Compiling x509_txt.cc
[1056/1286] Compiling x509rset.cc
[1057/1286] Compiling x509name.cc
[1058/1286] Compiling x509_v3.cc
[1059/1286] Compiling x509cset.cc
[1060/1286] Compiling x509_vpm.cc
[1061/1286] Compiling x509_vfy.cc
[1062/1286] Compiling x509_obj.cc
[1063/1286] Compiling x509_ext.cc
[1064/1286] Compiling x509_set.cc
[1065/1286] Compiling x509_req.cc
[1066/1286] Compiling x509_trs.cc
[1067/1286] Compiling x509_d2.cc
[1068/1286] Compiling x509_def.cc
[1069/1286] Compiling x509_lu.cc
[1070/1286] Compiling x509.cc
[1071/1286] Compiling x509_cmp.cc
[1072/1286] Compiling x509_att.cc
[1073/1286] Compiling v3_skey.cc
[1074/1286] Compiling v3_pmaps.cc
[1075/1286] Compiling v3_utl.cc
[1076/1286] Compiling v3_prn.cc
[1077/1286] Compiling v3_purp.cc
[1078/1286] Compiling v3_int.cc
[1079/1286] Compiling v3_pcons.cc
[1080/1286] Compiling v3_ocsp.cc
[1081/1286] Compiling v3_ncons.cc
[1082/1286] Compiling v3_genn.cc
[1083/1286] Compiling v3_ia5.cc
[1084/1286] Compiling v3_lib.cc
[1085/1286] Compiling v3_info.cc
[1086/1286] Compiling v3_extku.cc
[1087/1286] Compiling v3_enum.cc
[1088/1286] Compiling v3_akeya.cc
[1089/1286] Compiling v3_crld.cc
[1090/1286] Compiling v3_conf.cc
[1091/1286] Compiling v3_cpols.cc
[1092/1286] Compiling v3_bitst.cc
[1093/1286] Compiling v3_bcons.cc
[1094/1286] Compiling v3_akey.cc
[1095/1286] Compiling v3_alt.cc
[1096/1286] Compiling t_req.cc
[1097/1286] Compiling i2d_pr.cc
[1098/1286] Compiling t_x509a.cc
[1099/1286] Compiling t_crl.cc
[1100/1286] Compiling t_x509.cc
[1101/1286] Compiling by_file.cc
[1102/1286] Compiling policy.cc
[1103/1286] Compiling name_print.cc
[1104/1286] Compiling rsa_pss.cc
[1105/1286] Compiling a_sign.cc
[1106/1286] Compiling algorithm.cc
[1107/1286] Compiling asn1_gen.cc
[1108/1286] Compiling a_digest.cc
[1109/1286] Compiling a_verify.cc
[1110/1286] Compiling by_dir.cc
[1111/1286] Compiling voprf.cc
[1112/1286] Compiling pmbtoken.cc
[1113/1286] Compiling trust_token.cc
[1114/1286] Compiling thash.cc
[1115/1286] Compiling thread_win.cc
[1116/1286] Compiling thread_pthread.cc
[1117/1286] Compiling stack.cc
[1118/1286] Compiling thread.cc
[1119/1286] Compiling thread_none.cc
[1120/1286] Compiling wots.cc
[1121/1286] Compiling merkle.cc
[1122/1286] Compiling rsa_print.cc
[1123/1286] Compiling fors.cc
[1124/1286] Compiling siphash.cc
[1125/1286] Compiling slhdsa.cc
[1126/1286] Compiling sha512.cc
[1127/1286] Compiling rsa_asn1.cc
[1128/1286] Compiling sha1.cc
[1129/1286] Compiling sha256.cc
[1130/1286] Compiling refcount.cc
[1131/1286] Compiling rsa_extra.cc
[1132/1286] Compiling trusty.cc
[1133/1286] Compiling passive.cc
[1134/1286] Compiling rc4.cc
[1135/1286] Compiling rsa_crypt.cc
[1136/1286] Compiling urandom.cc
[1137/1286] Compiling windows.cc
[1138/1286] Compiling ios.cc
[1139/1286] Compiling poly1305_arm_asm.S
[1140/1286] Compiling rand_extra.cc
[1141/1286] Compiling fork_detect.cc
[1142/1286] Compiling deterministic.cc
[1143/1286] Compiling getentropy.cc
[1144/1286] Compiling forkunsafe.cc
[1145/1286] Compiling poly1305_arm.cc
[1146/1286] Compiling poly1305_vec.cc
[1147/1286] Compiling pkcs7.cc
[1148/1286] Compiling pool.cc
[1149/1286] Compiling poly1305.cc
[1150/1286] Compiling p5_pbev2.cc
[1151/1286] Compiling pkcs8_x509.cc
[1152/1286] Compiling pkcs7_x509.cc
[1153/1286] Compiling pkcs8.cc
[1154/1286] Compiling pem_x509.cc
[1155/1286] Compiling pem_xaux.cc
[1156/1286] Compiling pem_pkey.cc
[1157/1286] Compiling pem_all.cc
[1158/1286] Compiling pem_oth.cc
[1159/1286] Compiling obj_xref.cc
[1160/1286] Compiling pem_pk8.cc
[1161/1286] Compiling mlkem.cc
[1162/1286] Compiling mem.cc
[1163/1286] Compiling pem_lib.cc
[1164/1286] Compiling pem_info.cc
[1165/1286] Compiling poly_rq_mul.S
[1166/1286] Compiling mldsa.cc
[1167/1286] Compiling fips_shared_support.cc
[1168/1286] Compiling md5.cc
[1169/1286] Compiling lhash.cc
[1170/1286] Compiling obj.cc
[1171/1286] Compiling md4.cc
[1172/1286] Compiling kyber.cc
[1173/1286] Compiling scrypt.cc
[1174/1286] Compiling ex_data.cc
[1175/1286] Compiling sign.cc
[1176/1286] Compiling hpke.cc
[1177/1286] Compiling hrss.cc
[1178/1286] Compiling print.cc
[1179/1286] Compiling pbkdf.cc
[1180/1286] Compiling p_x25519.cc
[1181/1286] Compiling p_x25519_asn1.cc
[1182/1286] Compiling p_rsa.cc
[1183/1286] Compiling p_ed25519.cc
[1184/1286] Compiling p_rsa_asn1.cc
[1185/1286] Compiling p_hkdf.cc
[1186/1286] Compiling p_ed25519_asn1.cc
[1187/1286] Compiling p_dh.cc
[1188/1286] Compiling p_ec_asn1.cc
[1189/1286] Compiling p_dsa_asn1.cc
[1190/1286] Compiling p_ec.cc
[1191/1286] Compiling evp_asn1.cc
[1192/1286] Compiling p_dh_asn1.cc
[1193/1286] Compiling evp_ctx.cc
[1194/1286] Compiling err.cc
[1195/1286] Compiling evp.cc
[1196/1286] Compiling engine.cc
[1197/1286] Compiling ecdsa_asn1.cc
[1198/1286] Compiling hash_to_curve.cc
[1199/1286] Compiling ecdh_extra.cc
[1200/1286] Compiling dsa.cc
[1200/1286] Compiling ec_derive.cc
[1202/1286] Compiling params.cc
[1203/1286] Compiling ec_asn1.cc
[1204/1286] Compiling curve25519_64_adx.cc
[1205/1286] Compiling x25519-asm-arm.S
[1206/1286] Compiling dsa_asn1.cc
[1207/1286] Compiling bcm.cc
[1208/1286] Compiling digest_extra.cc
[1209/1286] Compiling des.cc
[1210/1286] Compiling dh_asn1.cc
[1211/1286] Compiling crypto.cc
[1212/1286] Compiling cpu_intel.cc
[1213/1286] Compiling spake25519.cc
[1214/1286] Compiling curve25519.cc
[1215/1286] Compiling cpu_arm_linux.cc
[1216/1286] Compiling cpu_arm_freebsd.cc
[1217/1286] Compiling cpu_aarch64_win.cc
[1218/1286] Compiling cpu_aarch64_sysreg.cc
[1219/1286] Compiling cpu_aarch64_openbsd.cc
[1220/1286] Compiling cpu_aarch64_linux.cc
[1221/1286] Compiling cpu_aarch64_apple.cc
[1222/1286] Compiling cpu_aarch64_fuchsia.cc
[1223/1286] Compiling e_rc4.cc
[1224/1286] Compiling conf.cc
[1225/1286] Compiling e_tls.cc
[1226/1286] Compiling e_rc2.cc
[1227/1286] Compiling tls_cbc.cc
[1228/1286] Compiling e_chacha20poly1305.cc
[1229/1286] Compiling e_null.cc
[1230/1286] Compiling e_aesgcmsiv.cc
[1231/1286] Compiling e_des.cc
[1232/1286] Compiling derive_key.cc
[1233/1286] Compiling ber.cc
[1234/1286] Compiling cipher_extra.cc
[1235/1286] Compiling chacha.cc
[1236/1286] Compiling e_aesctrhmac.cc
[1237/1286] Compiling unicode.cc
[1238/1286] Compiling cbs.cc
[1239/1286] Compiling asn1_compat.cc
[1240/1286] Compiling bn_asn1.cc
[1241/1286] Compiling cbb.cc
[1242/1286] Compiling buf.cc
[1243/1286] Compiling blake2.cc
[1244/1286] Compiling printf.cc
[1245/1286] Compiling convert.cc
[1246/1286] Compiling fd.cc
[1247/1286] Compiling bio.cc
[1248/1286] Compiling pair.cc
[1249/1286] Compiling hexdump.cc
[1250/1286] Compiling errno.cc
[1251/1286] Compiling file.cc
[1252/1286] Compiling tasn_typ.cc
[1253/1286] Compiling base64.cc
[1254/1286] Compiling bio_mem.cc
[1255/1286] Compiling tasn_fre.cc
[1256/1286] Compiling tasn_utl.cc
[1257/1286] Compiling posix_time.cc
[1258/1286] Compiling f_string.cc
[1259/1286] Compiling tasn_enc.cc
[1260/1286] Compiling tasn_new.cc
[1261/1286] Compiling f_int.cc
[1262/1286] Compiling tasn_dec.cc
[1263/1286] Compiling asn_pack.cc
[1264/1286] Compiling asn1_par.cc
[1265/1286] Compiling a_type.cc
[1266/1286] Compiling a_utctm.cc
[1267/1286] Compiling asn1_lib.cc
[1268/1286] Compiling a_time.cc
[1269/1286] Compiling a_octet.cc
[1270/1286] Compiling a_strnid.cc
[1271/1286] Compiling a_object.cc
[1272/1286] Compiling a_strex.cc
[1273/1286] Compiling a_mbstr.cc
[1273/1286] Write sources
[1279/1286] Compiling a_dup.cc
[1280/1286] Compiling a_d2i_fp.cc
[1281/1286] Compiling a_bool.cc
[1282/1286] Compiling a_i2d_fp.cc
[1283/1321] Compiling a_bitstr.cc
[1284/1339] Compiling a_int.cc
[1285/1383] Compiling a_gentm.cc
[1287/1386] Compiling Atomics AtomicMemoryOrderings.swift
[1288/1386] Compiling Atomics DoubleWord.swift
[1289/1393] Compiling Atomics ManagedAtomic.swift
[1290/1393] Compiling Atomics ManagedAtomicLazyReference.swift
[1291/1393] Compiling Atomics UnsafeAtomic.swift
[1292/1393] Compiling Atomics UnsafeAtomicLazyReference.swift
[1293/1393] Compiling Atomics IntegerOperations.swift
[1294/1393] Compiling Atomics Unmanaged extensions.swift
[1295/1393] Emitting module BitCollections
[1296/1400] Compiling Atomics AtomicReference.swift
[1297/1400] Compiling Atomics AtomicStorage.swift
[1298/1400] Compiling Atomics AtomicValue.swift
[1299/1400] Compiling Atomics Primitives.shims.swift
[1300/1400] Compiling Atomics AtomicInteger.swift
[1301/1400] Compiling Atomics AtomicOptionalWrappable.swift
[1302/1400] Compiling BitCollections BitSet+Initializers.swift
[1303/1400] Compiling BitCollections BitSet+Invariants.swift
[1304/1400] Compiling BitCollections BitSet+Random.swift
[1305/1400] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1306/1400] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1307/1400] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1308/1400] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1309/1400] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1310/1400] Compiling BitCollections BitSet+CustomReflectable.swift
[1311/1400] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1312/1400] Compiling BitCollections BitSet+Equatable.swift
[1313/1400] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1314/1400] Compiling BitCollections BitSet+Extras.swift
[1315/1400] Compiling BitCollections BitSet+Hashable.swift
[1316/1400] Compiling CryptoBoringWrapper RandomBytes.swift
[1317/1400] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1318/1400] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1319/1400] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1320/1400] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1321/1400] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1322/1400] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1323/1400] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1324/1400] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1325/1400] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1326/1400] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1327/1400] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1328/1400] Compiling BitCollections BitSet+SetAlgebra union.swift
[1329/1400] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1330/1400] Compiling BitCollections BitSet.Counted.swift
[1331/1400] Emitting module CryptoBoringWrapper
[1334/1400] Compiling Algorithms Rotate.swift
[1335/1400] Compiling Algorithms Split.swift
[1336/1400] Compiling Algorithms Stride.swift
[1337/1400] Compiling Algorithms Suffix.swift
[1338/1403] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1347/1403] Compiling Atomics IntegerConformances.swift
[1348/1403] Compiling Atomics PointerConformances.swift
[1349/1403] Compiling Atomics Primitives.native.swift
[1350/1403] Compiling Atomics OptionalRawRepresentable.swift
[1351/1403] Compiling Atomics RawRepresentable.swift
[1352/1403] Compiling Atomics AtomicBool.swift
[1363/1403] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1364/1403] Compiling CryptoBoringWrapper EllipticCurve.swift
[1365/1403] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1366/1403] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1367/1403] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1383/1404] Compiling BitCollections BitSet.Index.swift
[1384/1404] Compiling BitCollections BitSet._UnsafeHandle.swift
[1385/1404] Compiling BitCollections BitSet.swift
[1386/1404] Compiling BitCollections Range+Utilities.swift
[1387/1404] Compiling BitCollections Slice+Utilities.swift
[1388/1404] Compiling BitCollections UInt+Tricks.swift
[1389/1404] Compiling BitCollections _Word.swift
[1390/1405] Compiling Algorithms Trim.swift
[1391/1405] Compiling Algorithms Unique.swift
[1392/1405] Compiling Algorithms Windows.swift
[1394/1478] Emitting module Collections
[1395/1478] Emitting module Atomics
[1396/1478] Compiling Collections Collections.swift
[1398/1479] Compiling Crypto PKCS8PrivateKey.swift
[1399/1479] Compiling Crypto SEC1PrivateKey.swift
[1400/1479] Compiling Crypto SubjectPublicKeyInfo.swift
[1401/1479] Compiling Crypto CryptoKitErrors.swift
[1403/1479] Compiling Crypto Digest_boring.swift
[1404/1479] Compiling Crypto Digest.swift
[1409/1480] Emitting module Algorithms
[1411/1541] Compiling NIOCore EventLoop+Deprecated.swift
[1412/1541] Compiling NIOCore EventLoop+SerialExecutor.swift
[1413/1541] Compiling NIOCore EventLoop.swift
[1414/1541] Compiling NIOCore MulticastChannel.swift
[1415/1541] Compiling NIOCore NIOAny.swift
[1416/1541] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1417/1541] Compiling NIOCore NIOLoopBound.swift
[1418/1541] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1419/1541] Compiling NIOCore NIOScheduledCallback.swift
[1420/1541] Compiling NIOCore NIOSendable.swift
[1421/1550] Emitting module Crypto
[1422/1550] Compiling Crypto HKDF.swift
[1423/1550] Compiling Crypto AESWrap.swift
[1424/1550] Compiling Crypto AESWrap_boring.swift
[1425/1550] Compiling Crypto Ed25519_boring.swift
[1426/1550] Compiling Crypto NISTCurvesKeys_boring.swift
[1427/1550] Compiling Crypto X25519Keys_boring.swift
[1428/1550] Compiling Crypto Curve25519.swift
[1429/1550] Compiling Crypto Ed25519Keys.swift
[1430/1550] Compiling Crypto NISTCurvesKeys.swift
[1431/1550] Compiling Crypto X25519Keys.swift
[1432/1550] Compiling NIOCore AddressedEnvelope.swift
[1433/1550] Compiling NIOCore AsyncAwaitSupport.swift
[1434/1550] Compiling NIOCore AsyncChannel.swift
[1435/1550] Compiling NIOCore AsyncChannelHandler.swift
[1436/1550] Compiling NIOCore AsyncChannelInboundStream.swift
[1437/1550] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1438/1550] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1439/1550] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1440/1550] Compiling NIOCore NIOAsyncWriter.swift
[1441/1550] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1442/1550] Compiling NIOCore EventLoopFuture.swift
[1443/1550] Compiling NIOCore FileDescriptor.swift
[1444/1550] Compiling NIOCore FileHandle.swift
[1445/1550] Compiling NIOCore FileRegion.swift
[1446/1550] Compiling NIOCore GlobalSingletons.swift
[1447/1550] Compiling NIOCore CircularBuffer.swift
[1448/1550] Compiling NIOCore Codec.swift
[1449/1550] Compiling NIOCore ConvenienceOptionSupport.swift
[1450/1550] Compiling NIOCore DeadChannel.swift
[1451/1550] Compiling NIOCore DispatchQueue+WithFuture.swift
[1452/1550] Compiling NIOCore BSDSocketAPI.swift
[1453/1550] Compiling NIOCore ByteBuffer-aux.swift
[1454/1550] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1455/1550] Compiling NIOCore ByteBuffer-conversions.swift
[1456/1550] Compiling NIOCore ByteBuffer-core.swift
[1457/1550] Compiling NIOCore ByteBuffer-hex.swift
[1458/1550] Compiling NIOCore ByteBuffer-int.swift
[1459/1550] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1460/1550] Compiling NIOCore ByteBuffer-multi-int.swift
[1461/1550] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1469/1550] Compiling NIOCore RecvByteBufferAllocator.swift
[1471/1558] Compiling NIOCore IO.swift
[1472/1558] Compiling NIOCore IOData.swift
[1473/1558] Compiling NIOCore IPProtocol.swift
[1474/1558] Compiling NIOCore IntegerBitPacking.swift
[1475/1558] Compiling NIOCore IntegerTypes.swift
[1476/1558] Compiling NIOCore Interfaces.swift
[1477/1558] Compiling NIOCore Linux.swift
[1478/1558] Compiling NIOCore MarkedCircularBuffer.swift
[1479/1558] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1480/1558] Compiling NIOCore ByteBuffer-views.swift
[1481/1558] Compiling NIOCore Channel.swift
[1482/1558] Compiling NIOCore ChannelHandler.swift
[1483/1558] Compiling NIOCore ChannelHandlers.swift
[1484/1558] Compiling NIOCore ChannelInvoker.swift
[1485/1558] Compiling NIOCore ChannelOption.swift
[1486/1558] Compiling NIOCore ChannelPipeline.swift
[1487/1558] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1488/1558] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1489/1558] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1490/1558] Compiling Crypto Signature.swift
[1491/1558] Compiling Crypto CryptoKitErrors_boring.swift
[1492/1558] Compiling Crypto RNG_boring.swift
[1493/1558] Compiling Crypto SafeCompare_boring.swift
[1494/1558] Compiling Crypto Zeroization_boring.swift
[1495/1558] Compiling Crypto PrettyBytes.swift
[1496/1558] Compiling Crypto SafeCompare.swift
[1497/1558] Compiling Crypto SecureBytes.swift
[1498/1558] Compiling Crypto Zeroization.swift
[1543/1559] Compiling NIOCore SocketAddresses.swift
[1544/1559] Compiling NIOCore SocketOptionProvider.swift
[1545/1559] Compiling NIOCore SystemCallHelpers.swift
[1546/1559] Compiling NIOCore TimeAmount+Duration.swift
[1547/1559] Compiling NIOCore TypeAssistedChannelHandler.swift
[1548/1559] Compiling NIOCore UniversalBootstrapSupport.swift
[1549/1559] Compiling NIOCore Utilities.swift
[1550/1559] Emitting module NIOCore
[1561/1610] Emitting module NIOEmbedded
[1562/1610] Compiling NIOEmbedded AsyncTestingChannel.swift
[1563/1610] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1564/1610] Compiling NIOEmbedded Embedded.swift
[1566/1611] Compiling NIOPosix ServerSocket.swift
[1567/1611] Compiling NIOPosix Socket.swift
[1568/1611] Compiling NIOPosix SocketChannel.swift
[1569/1611] Compiling NIOPosix SocketProtocols.swift
[1570/1611] Compiling NIOPosix System.swift
[1571/1611] Compiling NIOPosix Thread.swift
[1572/1611] Compiling NIOPosix Pool.swift
[1573/1611] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1574/1611] Compiling NIOPosix PosixSingletons.swift
[1575/1611] Compiling NIOPosix RawSocketBootstrap.swift
[1576/1611] Compiling NIOPosix Resolver.swift
[1577/1611] Compiling NIOPosix Selectable.swift
[1578/1611] Compiling NIOPosix SelectableChannel.swift
[1579/1611] Compiling NIOPosix SelectableEventLoop.swift
[1580/1611] Compiling NIOPosix SelectorEpoll.swift
[1581/1611] Compiling NIOPosix SelectorGeneric.swift
[1582/1611] Compiling NIOPosix SelectorKqueue.swift
[1583/1611] Compiling NIOPosix SelectorUring.swift
[1584/1617] Compiling NIOPosix BSDSocketAPICommon.swift
[1585/1617] Compiling NIOPosix BSDSocketAPIPosix.swift
[1586/1617] Compiling NIOPosix BSDSocketAPIWindows.swift
[1587/1617] Compiling NIOPosix BaseSocket.swift
[1588/1617] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1589/1617] Compiling NIOPosix BaseSocketChannel.swift
[1590/1617] Compiling NIOPosix BaseStreamSocketChannel.swift
[1591/1617] Emitting module NIOPosix
[1592/1617] Compiling NIOPosix ThreadPosix.swift
[1593/1617] Compiling NIOPosix ThreadWindows.swift
[1594/1617] Compiling NIOPosix UnsafeTransfer.swift
[1595/1617] Compiling NIOPosix Utilities.swift
[1596/1617] Compiling NIOPosix VsockAddress.swift
[1597/1617] Compiling NIOPosix VsockChannelEvents.swift
[1598/1617] Compiling NIOPosix IO.swift
[1599/1617] Compiling NIOPosix IntegerBitPacking.swift
[1600/1617] Compiling NIOPosix IntegerTypes.swift
[1601/1617] Compiling NIOPosix Linux.swift
[1602/1617] Compiling NIOPosix LinuxCPUSet.swift
[1603/1617] Compiling NIOPosix LinuxUring.swift
[1604/1617] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1605/1617] Compiling NIOPosix Bootstrap.swift
[1606/1617] Compiling NIOPosix ControlMessage.swift
[1607/1617] Compiling NIOPosix DatagramVectorReadManager.swift
[1608/1617] Compiling NIOPosix Errors+Any.swift
[1609/1617] Compiling NIOPosix FileDescriptor.swift
[1610/1617] Compiling NIOPosix GetaddrinfoResolver.swift
[1611/1617] Compiling NIOPosix HappyEyeballs.swift
[1612/1617] Compiling NIOPosix NIOThreadPool.swift
[1613/1617] Compiling NIOPosix NonBlockingFileIO.swift
[1614/1617] Compiling NIOPosix PendingDatagramWritesManager.swift
[1615/1617] Compiling NIOPosix PendingWritesManager.swift
[1616/1617] Compiling NIOPosix PipeChannel.swift
[1617/1617] Compiling NIOPosix PipePair.swift
[1619/1642] Emitting module NIO
[1620/1642] Compiling NIO Exports.swift
[1622/1643] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1623/1643] Compiling AsyncKit Collection+Flatten.swift
[1624/1643] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1625/1645] Compiling AsyncKit EventLoop+Flatten.swift
[1626/1645] Compiling AsyncKit EventLoop+Future.swift
[1627/1645] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1628/1645] Compiling AsyncKit Future+Transform.swift
[1629/1645] Compiling AsyncKit Future+Try.swift
[1630/1645] Compiling AsyncKit FutureOperators.swift
[1631/1651] Compiling AsyncKit Future+Miscellaneous.swift
[1632/1651] Compiling AsyncKit Future+Nonempty.swift
[1633/1651] Compiling AsyncKit Future+Optional.swift
[1634/1651] Compiling AsyncKit EventLoopConnectionPool.swift
[1635/1651] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1636/1651] Compiling AsyncKit EventLoop+Concurrency.swift
[1637/1651] Compiling NIOTLS TLSEvents.swift
[1638/1651] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1639/1651] Emitting module NIOTLS
[1640/1651] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1641/1651] Compiling AsyncKit Optional+StrictMap.swift
[1642/1651] Compiling AsyncKit Exports.swift
[1643/1651] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1644/1651] Compiling NIOTLS SNIHandler.swift
[1646/1681] Emitting module AsyncKit
[1647/1681] Emitting module NIOSSL
[1648/1685] Compiling NIOSSL LinuxCABundle.swift
[1649/1685] Compiling NIOSSL NIOSSLClientHandler.swift
[1650/1685] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1651/1685] Compiling NIOSSL NIOSSLHandler.swift
[1652/1685] Compiling NIOSSL NIOSSLServerHandler.swift
[1653/1685] Compiling NIOSSL ObjectIdentifier.swift
[1654/1685] Compiling NIOSSL PosixPort.swift
[1655/1685] Compiling NIOSSL SSLCallbacks.swift
[1656/1685] Compiling NIOSSL AndroidCABundle.swift
[1657/1685] Compiling NIOSSL ByteBufferBIO.swift
[1658/1685] Compiling NIOSSL CustomPrivateKey.swift
[1659/1685] Compiling NIOSSL IdentityVerification.swift
[1660/1685] Compiling NIOSSL SSLPrivateKey.swift
[1661/1685] Compiling NIOSSL SSLPublicKey.swift
[1662/1685] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1663/1685] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1664/1685] Compiling NIOSSL SubjectAlternativeName.swift
[1665/1685] Compiling NIOSSL NIOSSLSecureBytes.swift
[1666/1685] Compiling NIOSSL RNG.swift
[1667/1685] Compiling NIOSSL SafeCompare.swift
[1668/1685] Compiling NIOSSL SSLCertificate.swift
[1669/1685] Compiling NIOSSL SSLCertificateExtensions.swift
[1670/1685] Compiling NIOSSL SSLCertificateName.swift
[1671/1685] Compiling NIOSSL SSLConnection.swift
[1672/1685] Compiling NIOSSL SSLContext.swift
[1673/1685] Compiling NIOSSL SSLErrors.swift
[1674/1685] Compiling NIOSSL SSLInit.swift
[1675/1685] Compiling NIOSSL SSLPKCS12Bundle.swift
[1676/1685] Compiling NIOSSL Zeroization.swift
[1677/1685] Compiling NIOSSL TLSConfiguration.swift
[1678/1685] Compiling NIOSSL UniversalBootstrapSupport.swift
[1679/1685] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1681/1722] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[1682/1722] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[1683/1722] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[1684/1722] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[1685/1722] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[1686/1727] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[1687/1727] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[1688/1727] Compiling MySQLNIO MySQLProtocol.swift
[1689/1727] Compiling MySQLNIO CryptoUtils.swift
[1690/1727] Compiling MySQLNIO NIOUtils.swift
[1691/1727] Emitting module MySQLNIO
[1692/1727] Compiling MySQLNIO MySQLTime.swift
[1693/1727] Compiling MySQLNIO MySQLPacket.swift
[1694/1727] Compiling MySQLNIO MySQLPacketDecoder.swift
[1695/1727] Compiling MySQLNIO MySQLPacketEncoder.swift
[1696/1727] Compiling MySQLNIO MySQLPacketSequence.swift
[1697/1727] Compiling MySQLNIO Exports.swift
[1698/1727] Compiling MySQLNIO MySQLConnection.swift
[1699/1727] Compiling MySQLNIO MySQLConnectionHandler.swift
[1700/1727] Compiling MySQLNIO MySQLData.swift
[1701/1727] Compiling MySQLNIO MySQLDataConvertible.swift
[1702/1727] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[1703/1727] Compiling MySQLNIO MySQLProtocol+CapabilityFlags.swift
[1704/1727] Compiling MySQLNIO MySQLProtocol+CharacterSet.swift
[1705/1727] Compiling MySQLNIO MySQLProtocol+ColumnDefinition41.swift
[1706/1727] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[1707/1727] Compiling MySQLNIO MySQLProtocol+DataType.swift
[1709/1768] Compiling Bridges Bridgeable.swift
[1710/1768] Compiling Bridges BridgesApplication.swift
[1711/1768] Compiling Bridges BridgesRequest.swift
[1712/1768] Compiling Bridges ConnectionSource.swift
[1713/1768] Compiling Bridges ContextBridgeable.swift
[1714/1773] Compiling Bridges SchemaMigration.swift
[1715/1773] Compiling Bridges TableMigration.swift
[1716/1773] Compiling Bridges Trigger.swift
[1717/1773] Compiling Bridges View.swift
[1718/1773] Compiling Bridges Table.swift
[1719/1773] Compiling Bridges Bridges.swift
[1720/1773] Compiling Bridges BridgesError.swift
[1721/1773] Compiling Bridges BridgesRow.swift
[1722/1773] Compiling Bridges CreateEnumBuilder.swift
[1723/1773] Compiling Bridges DropEnumBuilder.swift
[1724/1773] Compiling Bridges UpdateEnumBuilder.swift
[1725/1773] Compiling Bridges Connection.swift
[1726/1773] Compiling Bridges DatabaseHost.swift
[1727/1773] Compiling Bridges DatabaseIdentifier.swift
[1728/1773] Compiling Bridges DatabaseMigrations.swift
[1729/1773] Compiling Bridges Enum.swift
[1730/1773] Compiling Bridges Exports.swift
[1731/1773] Emitting module Bridges
[1732/1773] Compiling Bridges Function.swift
[1733/1773] Compiling Bridges Migration.swift
[1734/1773] Compiling Bridges PoolSource.swift
[1735/1773] Compiling Bridges AnyBridge.swift
[1736/1773] Compiling Bridges AnyBridgesObject.swift
[1742/1773] Compiling Bridges TableInsert.swift
[1743/1773] Compiling Bridges TableUpdate.swift
[1744/1773] Compiling Bridges TableUpsert.swift
[1745/1773] Compiling Bridges EnumMigration.swift
[1746/1773] Compiling Bridges Extension.swift
[1749/1773] Compiling Bridges DateFormatter.swift
[1750/1773] Compiling Bridges Table+AllColumns.swift
[1751/1773] Compiling Bridges TableDelete.swift
[1753/1774] Compiling Bridges Bridgeable+Transaction.swift
[1754/1774] Compiling Bridges Dictionary+SwifQLable.swift
[1755/1774] Compiling Bridges Encodable+SwifQLable.swift
[1756/1774] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[1757/1774] Compiling Bridges SwifQLable+Execute.swift
[1758/1774] Compiling Bridges Table+Conveniences.swift
[1766/1774] Compiling Bridges AnyDatabaseIdentifiable.swift
[1767/1774] Compiling Bridges AnyMigration.swift
[1768/1774] Compiling Bridges AutoCreateTableMigration.swift
[1776/1788] Compiling MySQLBridge MySQLMigration.swift
[1777/1788] Compiling MySQLBridge MySQLConnection+Bridge.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/MySQLConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
 9 | import NIO
10 |
11 | extension MySQLConnection: BridgeConnection {
   | |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var dialect: SQLDialect { .mysql }
13 |
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
 9 | import Bridges
10 |
11 | extension MySQLRow: BridgesRow {}
   | |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1778/1788] Compiling MySQLBridge Row+Decode.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/MySQLConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
 9 | import NIO
10 |
11 | extension MySQLConnection: BridgeConnection {
   | |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var dialect: SQLDialect { .mysql }
13 |
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
 9 | import Bridges
10 |
11 | extension MySQLRow: BridgesRow {}
   | |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[1779/1788] Compiling MySQLBridge SwifQLable+Execute.swift
[1780/1788] Compiling MySQLBridge MySQLBridge.swift
[1781/1788] 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 |
[1782/1788] 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 |
[1783/1788] Compiling MySQLBridge MySQLDataEncoder.swift
[1784/1789] Emitting module MySQLBridge
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/MySQLConnection+Bridge.swift:11:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
 9 | import NIO
10 |
11 | extension MySQLConnection: BridgeConnection {
   | |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'BridgeConnection'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public var dialect: SQLDialect { .mysql }
13 |
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/Row+Decode.swift:11:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
 9 | import Bridges
10 |
11 | extension MySQLRow: BridgesRow {}
   | |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'BridgesRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLConnectionSource.swift:37:1: warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
35 | }
36 |
37 | extension MySQLConnection: ConnectionPoolItem {}
   | |- warning: extension declares a conformance of imported type 'MySQLConnection' to imported protocol 'ConnectionPoolItem'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
38 |
39 |
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLRow+SQL.swift:15:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
13 | }
14 |
15 | extension MySQLRow: SQLRow {
   | |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |     public var allColumns: [String] {
17 |         self.columnDefinitions.map { $0.name }
[1785/1789] Compiling MySQLBridge Exports.swift
[1786/1789] Compiling MySQLBridge Bridges+Application.swift
[1787/1789] Compiling MySQLBridge DatabaseHost+Initialization.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/DatabaseHost+Initialization.swift:42:33: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
40 |             tlsConfiguration = nil
41 |         } else {
42 |             tlsConfiguration = .forClient()
   |                                 |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
   |                                 `- note: use 'makeClientConfiguration()' instead
43 |         }
44 |
[1788/1789] Compiling MySQLBridge DatabaseIdentifier+Initialization.swift
/host/spi-builder-workspace/Sources/MySQLBridge/Extensions/DatabaseHost+Initialization.swift:42:33: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
40 |             tlsConfiguration = nil
41 |         } else {
42 |             tlsConfiguration = .forClient()
   |                                 |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
   |                                 `- note: use 'makeClientConfiguration()' instead
43 |         }
44 |
[1789/1789] Compiling MySQLBridge MySQLRow+SQL.swift
/host/spi-builder-workspace/Sources/MySQLBridge/MySQLRow+SQL.swift:15:1: warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
13 | }
14 |
15 | extension MySQLRow: SQLRow {
   | |- warning: extension declares a conformance of imported type 'MySQLRow' to imported protocol 'SQLRow'; this will not behave correctly if the owners of 'MySQLNIO' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
16 |     public var allColumns: [String] {
17 |         self.columnDefinitions.map { $0.name }
Build complete! (391.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "mysql-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/mysql-nio.git"
    },
    {
      "identity" : "bridges",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwifQL/Bridges.git"
    }
  ],
  "manifest_display_name" : "MySQLBridge",
  "name" : "MySQLBridge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MySQLBridge",
      "targets" : [
        "MySQLBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MySQLBridgeTests",
      "module_type" : "SwiftTarget",
      "name" : "MySQLBridgeTests",
      "path" : "Tests/MySQLBridgeTests",
      "sources" : [
        "MySQLBridgeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MySQLBridge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MySQLBridge",
      "module_type" : "SwiftTarget",
      "name" : "MySQLBridge",
      "path" : "Sources/MySQLBridge",
      "product_dependencies" : [
        "MySQLNIO",
        "Bridges"
      ],
      "product_memberships" : [
        "MySQLBridge"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bridges+Application.swift",
        "Extensions/DatabaseHost+Initialization.swift",
        "Extensions/DatabaseIdentifier+Initialization.swift",
        "Extensions/MySQLConnection+Bridge.swift",
        "Extensions/Row+Decode.swift",
        "Extensions/SwifQLable+Execute.swift",
        "MySQLBridge.swift",
        "MySQLConnectionSource.swift",
        "MySQLDataDecoder.swift",
        "MySQLDataEncoder.swift",
        "MySQLMigration.swift",
        "MySQLRow+SQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.