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 VaporBridges, reference master (3dab7b), with Swift 6.1 for Android on 28 May 2025 04:44:55 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/VaporBridges.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/VaporBridges
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3dab7b0 ☕️ Add `ModelAuthenticatable`
Cloned https://github.com/SwifQL/VaporBridges.git
Revision (git rev-parse @):
3dab7b04cb5a1dac0bd9ab6a00b72014e8888cb0
SUCCESS checkout https://github.com/SwifQL/VaporBridges.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwifQL/VaporBridges.git
https://github.com/SwifQL/VaporBridges.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.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" : "VaporBridges",
  "name" : "VaporBridges",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporBridges",
      "targets" : [
        "VaporBridges"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporBridgesTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporBridgesTests",
      "path" : "Tests/VaporBridgesTests",
      "sources" : [
        "VaporBridgesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VaporBridges"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporBridges",
      "module_type" : "SwiftTarget",
      "name" : "VaporBridges",
      "path" : "Sources/VaporBridges",
      "product_dependencies" : [
        "Vapor",
        "Bridges"
      ],
      "product_memberships" : [
        "VaporBridges"
      ],
      "sources" : [
        "Exports.swift",
        "Protocols/ModelAuthenticatable.swift",
        "VaporBridges.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/SwifQL/Bridges.git
[1/631] Fetching bridges
Fetched https://github.com/SwifQL/Bridges.git from cache (0.26s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.36s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.15s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1710] Fetching swift-atomics
[532/5029] Fetching swift-atomics, multipart-kit
[1464/10003] Fetching swift-atomics, multipart-kit, swift-distributed-tracing
[1763/12612] Fetching swift-atomics, multipart-kit, swift-distributed-tracing, websocket-kit
[2072/13675] Fetching swift-atomics, multipart-kit, swift-distributed-tracing, websocket-kit, swift-service-context
[3370/19634] Fetching swift-atomics, multipart-kit, swift-distributed-tracing, websocket-kit, swift-service-context, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
Fetching https://github.com/apple/swift-metrics.git
[11951/15881] Fetching swift-atomics, multipart-kit, swift-distributed-tracing, websocket-kit, swift-service-context, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.49s)
Fetching https://github.com/apple/swift-log.git
[12006/17511] Fetching swift-atomics, multipart-kit, swift-distributed-tracing, websocket-kit, swift-service-context, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (2.38s)
Fetched https://github.com/vapor/websocket-kit.git from cache (2.38s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.39s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.39s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.59s)
Fetching https://github.com/apple/swift-crypto.git
[1/5914] Fetching swift-nio-extras
[4733/26641] Fetching swift-nio-extras, routing-kit
[9025/40577] Fetching swift-nio-extras, routing-kit, swift-crypto
[10691/52104] Fetching swift-nio-extras, routing-kit, swift-crypto, swift-nio-http2
[13018/66947] Fetching swift-nio-extras, routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
[14602/61033] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[22657/137088] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio
[25437/142665] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.79s)
[32884/137088] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[49389/139458] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.69s)
[55657/137088] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[68570/151102] Fetching routing-kit, swift-crypto, swift-nio-http2, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (6.23s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.05s)
Fetched https://github.com/apple/swift-crypto.git from cache (6.42s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (7.97s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (10.16s)
Fetched https://github.com/apple/swift-nio.git from cache (10.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (14.82s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.53s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.22s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.85s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.55s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.45s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.72s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.67s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/904] Fetching swift-http-types
[905/3330] Fetching swift-http-types, swift-service-lifecycle
[1633/4471] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[1833/6061] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[5697/12216] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-certificates
[7478/17201] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[5609/14775] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.60s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.62s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.15s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.65s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.66s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.45s)
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.63s)
Fetching https://github.com/SwifQL/SwifQL.git
[1/2366] Fetching swifql
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.39s)
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.95s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/833] Write sources
[40/833] Compiling CNIOWindows shim.c
[41/833] Compiling CNIOWindows WSAStartup.c
[41/833] Write sources
[49/833] Compiling CNIOWASI CNIOWASI.c
[50/833] Compiling _NumericsShims _NumericsShims.c
[51/833] Compiling _AtomicsShims.c
[52/833] Compiling CVaporBcrypt bcrypt.c
[53/833] Compiling CVaporBcrypt blf.c
[54/833] Compiling CNIOLinux liburing_shims.c
[55/833] Compiling CSystem shims.c
[56/833] Compiling CNIOLinux shim.c
[57/833] Compiling CNIOExtrasZlib empty.c
[57/833] Compiling CNIOSHA1 c_nio_sha1.c
[59/833] Compiling CNIODarwin shim.c
[60/833] Compiling CNIOLLHTTP c_nio_http.c
[61/833] Compiling fiat_p256_adx_sqr.S
[62/833] Compiling fiat_p256_adx_mul.S
[63/833] Compiling fiat_curve25519_adx_square.S
[64/833] Compiling fiat_curve25519_adx_mul.S
[65/833] Compiling CNIOLLHTTP c_nio_api.c
[66/833] Write swift-version-24593BA9C3E375BF.txt
[67/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/835] Compiling CNIOBoringSSLShims shims.c
[70/839] Emitting module _NIOBase64
[70/839] Compiling tls_method.cc
[71/839] Compiling tls_record.cc
[72/839] Compiling tls13_server.cc
[73/839] Compiling tls13_client.cc
[74/839] Compiling tls13_both.cc
[74/839] Compiling tls13_enc.cc
[77/1060] Emitting module SystemPackage
[78/1063] Compiling RealModule Float80+Real.swift
[79/1064] Emitting module RealModule
[80/1064] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/1064] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[82/1064] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[83/1064] Compiling InternalCollectionsUtilities UInt+reversed.swift
[84/1064] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[85/1064] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/1064] Compiling RealModule Float16+Real.swift
[87/1064] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/1064] Compiling InternalCollectionsUtilities Integer rank.swift
[89/1065] Compiling Logging LogHandler.swift
[90/1065] Compiling _NIOBase64 Base64.swift
[91/1065] Compiling RealModule Real.swift
[92/1065] Emitting module InternalCollectionsUtilities
[93/1066] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/1066] Compiling InternalCollectionsUtilities Debugging.swift
[95/1066] Compiling InternalCollectionsUtilities Descriptions.swift
[96/1066] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/1066] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[98/1066] Compiling SwifQL SwifQLable+Having.swift
[99/1066] Compiling SwifQL SwifQLable+ILike.swift
[100/1066] Compiling SwifQL SwifQLable+If.swift
[103/1066] Compiling RealModule ElementaryFunctions.swift
[104/1066] Compiling ServiceContextModule ServiceContext.swift
[105/1066] Compiling ServiceContextModule ServiceContextKey.swift
[108/1066] Emitting module ServiceContextModule
[109/1066] Compiling RealModule Float+Real.swift
[110/1067] Compiling _NIODataStructures PriorityQueue.swift
[111/1067] Compiling _NIODataStructures _TinyArray.swift
[112/1067] Emitting module _NIODataStructures
[113/1067] Compiling _NIODataStructures Heap.swift
[114/1068] Compiling RealModule RealFunctions.swift
[116/1069] Compiling SwifQL SwifQLJoinBuilder.swift
[117/1069] Compiling SwifQL SwifQLSelectBuilder.swift
[118/1069] Compiling SwifQL CreateTableBuilder.swift
[119/1069] Compiling SwifQL DropTableBuilder.swift
[134/1069] Compiling SystemPackage Util+StringArray.swift
[135/1069] Compiling SystemPackage Util.swift
[136/1069] Compiling SystemPackage UtilConsumers.swift
[138/1072] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/1079] Compiling Instrumentation NoOpInstrument.swift
[141/1079] Emitting module Instrumentation
[142/1079] Compiling Instrumentation MultiplexInstrument.swift
[143/1079] Emitting module CoreMetrics
[144/1079] Compiling Instrumentation Instrument.swift
[145/1079] Compiling Instrumentation InstrumentationSystem.swift
[146/1079] Emitting module SwifQL
[147/1101] Compiling CoreMetrics Metrics.swift
[147/1101] Compiling t1_enc.cc
[149/1101] Compiling Logging MetadataProvider.swift
[150/1101] Compiling CoreMetrics Locks.swift
[151/1102] Emitting module Logging
[152/1102] Compiling Logging Locks.swift
[153/1102] Compiling Instrumentation Locks.swift
[154/1102] Compiling Logging Logging.swift
[155/1104] Compiling SwifQL UpdateTableBuilder.swift
[156/1104] Compiling SwifQL Union.swift
[157/1104] Compiling SwifQL With.swift
[158/1104] Compiling SwifQL Codable.swift
[159/1104] Compiling SwifQL Column.swift
[160/1104] Compiling SwifQL Constraint.swift
[161/1104] Compiling SwifQL Dialect+MySQL.swift
[162/1104] Compiling SwifQL SwifQLable+GroupBy.swift
[167/1236] Compiling RoutingKit Router.swift
[168/1242] Compiling RoutingKit AnyRouter.swift
[169/1242] Emitting module RoutingKit
[169/1244] Compiling ssl_x509.cc
[170/1244] Compiling ssl_versions.cc
[172/1244] Compiling RoutingKit PathComponent.swift
[173/1251] Emitting module Metrics
[174/1251] Compiling Metrics Metrics.swift
[176/1328] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[177/1328] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[178/1328] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[179/1328] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[180/1328] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[181/1328] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[182/1328] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[183/1335] Compiling Tracing TracingTime.swift
[184/1335] Compiling HashTreeCollections TreeDictionary+Keys.swift
[185/1335] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[186/1335] Compiling HashTreeCollections TreeDictionary+Merge.swift
[187/1335] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[188/1335] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[189/1335] Compiling HashTreeCollections TreeDictionary+Values.swift
[190/1335] Compiling SwifQL SwifQLable+Column.swift
[191/1335] Compiling SwifQL SwifQLable+Commit.swift
[192/1335] Compiling SwifQL SwifQLable+Conflict.swift
[193/1335] Compiling SwifQL SwifQLable+Constraint.swift
[194/1335] Compiling SwifQL SwifQLable+Create.swift
[195/1335] Compiling SwifQL SwifQLable+Default.swift
[196/1335] Compiling SwifQL SwifQLable+Delete.swift
[197/1335] Compiling SwifQL SwifQLable+Distinct.swift
[198/1335] Compiling SwifQL SwifQLable+Do.swift
[199/1335] Compiling SwifQL SwifQLable+Drop.swift
[200/1335] Compiling SwifQL SwifQLable+End.swift
[201/1335] Compiling SwifQL SwifQLable+Epoch.swift
[202/1335] Compiling SwifQL SwifQLable+Exists.swift
[203/1335] Compiling SwifQL SwifQLable+Filter.swift
[204/1335] Compiling SwifQL SwifQLable+From.swift
[205/1335] Compiling SwifQL SwifQLable+Fulltext.swift
[206/1335] Compiling SwifQL SwifQLable+Function.swift
[207/1335] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[208/1335] Compiling HashTreeCollections _HashNode+Structural union.swift
[209/1335] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[210/1335] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[211/1335] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[212/1335] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[213/1335] Compiling HashTreeCollections _HashNode.swift
[214/1335] Compiling HashTreeCollections _HashNodeHeader.swift
[215/1335] Compiling HashTreeCollections _HashSlot.swift
[216/1335] Compiling HashTreeCollections _HashStack.swift
[217/1335] Compiling HashTreeCollections _HashTreeIterator.swift
[218/1335] Compiling HashTreeCollections _HashTreeStatistics.swift
[219/1335] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[220/1335] Compiling HashTreeCollections _RawHashNode.swift
[221/1335] Compiling HashTreeCollections _UnmanagedHashNode.swift
[222/1335] Compiling HashTreeCollections _UnsafePath.swift
[223/1335] Compiling HashTreeCollections TreeDictionary+Codable.swift
[224/1335] Compiling HashTreeCollections TreeDictionary+Collection.swift
[225/1335] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[226/1335] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[227/1335] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[228/1335] Compiling HashTreeCollections TreeSet+Hashable.swift
[229/1335] Compiling HashTreeCollections TreeSet+Sendable.swift
[230/1335] Compiling SwifQL Path+SchemaWithTableAndColumn.swift
[231/1335] Compiling SwifQL Path+Table.swift
[232/1335] Compiling SwifQL Path+TableWithColumn.swift
[233/1335] Compiling SwifQL Path.swift
[234/1335] Compiling SwifQL Predicates.swift
[235/1335] Compiling SwifQL Prepared.swift
[236/1335] Compiling SwifQL QueryBuilderable.swift
[237/1335] Compiling SwifQL QueryParts.swift
[238/1335] Compiling SwifQL ReferentialAction.swift
[239/1335] Compiling SwifQL SwifQLableResultBuilder.swift
[240/1335] Compiling SwifQL Schema.swift
[241/1335] Compiling SwifQL Schemable.swift
[242/1335] Compiling SwifQL SplittedQuery.swift
[243/1335] Compiling SwifQL SwifQL.swift
[244/1335] Compiling SwifQL SwifQLable+Action.swift
[245/1335] Compiling SwifQL SwifQLable+Add.swift
[246/1335] Compiling SwifQL SwifQLable+AddQuery.swift
[247/1335] Compiling SwifQL SwifQLable+After.swift
[248/1335] Compiling SwifQL SwifQLable+All.swift
[249/1335] Compiling SwifQL SwifQLable+Alter.swift
[250/1335] Compiling SwifQL SwifQLable+And.swift
[251/1335] Compiling SwifQL SwifQLable+Any.swift
[252/1335] Compiling SwifQL SwifQLable+As.swift
[253/1335] Compiling SwifQL SwifQLable+Offset.swift
[254/1335] Compiling SwifQL SwifQLable+On.swift
[255/1335] Compiling SwifQL SwifQLable+Or.swift
[256/1335] Compiling SwifQL SwifQLable+OrderBy.swift
[257/1335] Compiling SwifQL SwifQLable+Over.swift
[258/1335] Compiling SwifQL SwifQLable+Overlaps.swift
[259/1335] Compiling SwifQL SwifQLable+Owner.swift
[260/1335] Compiling SwifQL SwifQLable+PartitionBy.swift
[261/1335] Compiling SwifQL SwifQLable+Primary.swift
[262/1335] Compiling SwifQL SwifQLable+Raw.swift
[263/1335] Compiling SwifQL SwifQLable+References.swift
[264/1335] Compiling SwifQL SwifQLable+Rename.swift
[265/1335] Compiling SwifQL SwifQLable+Restrict.swift
[266/1335] Compiling SwifQL SwifQLable+Return.swift
[267/1335] Compiling SwifQL SwifQLable+Returning.swift
[268/1335] Compiling SwifQL SwifQLable+Rollback.swift
[269/1335] Compiling SwifQL SwifQLable+Schema.swift
[270/1335] Compiling SwifQL SwifQLable+Select.swift
[271/1335] Compiling SwifQL SwifQLable+Semicolon.swift
[272/1335] Compiling SwifQL SwifQLable+Set.swift
[273/1335] Compiling SwifQL SwifQLable+Space.swift
[274/1335] Compiling SwifQL SwifQLable+Subscript.swift
[275/1335] Compiling HashTreeCollections TreeSet+Sequence.swift
[283/1335] Compiling OrderedCollections OrderedSet+Sendable.swift
[284/1335] Compiling OrderedCollections OrderedSet+SubSequence.swift
[285/1335] Compiling OrderedCollections OrderedSet+Testing.swift
[286/1335] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[287/1335] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[288/1335] Compiling OrderedCollections OrderedSet.swift
[289/1335] Compiling OrderedCollections _UnsafeBitset.swift
[290/1335] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[291/1335] Compiling HashTreeCollections TreeSet+Extras.swift
[292/1335] Compiling HashTreeCollections TreeSet+Filter.swift
[293/1335] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[294/1335] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[295/1335] Compiling HashTreeCollections TreeDictionary+Filter.swift
[296/1335] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[297/1335] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[298/1350] Compiling RoutingKit TrieRouter.swift
[299/1350] Compiling HeapModule Heap+Descriptions.swift
[307/1350] Compiling DequeModule Deque+CustomReflectable.swift
[308/1350] Compiling DequeModule Deque+Descriptions.swift
[309/1350] Compiling DequeModule Deque+Equatable.swift
[310/1350] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[311/1352] Emitting module Tracing
[312/1352] Compiling Tracing TracerProtocol.swift
[313/1352] Compiling Tracing Tracer.swift
[314/1352] Compiling HeapModule Heap+Invariants.swift
[315/1352] Compiling RoutingKit Parameters.swift
[316/1353] Compiling HeapModule Heap+UnsafeHandle.swift
[317/1353] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[318/1353] Compiling HeapModule Heap.swift
[319/1353] Compiling HeapModule _HeapNode.swift
[328/1353] Compiling SwifQL Dialect+Postgres.swift
[329/1353] Compiling SwifQL Dialect.swift
[330/1353] Compiling SwifQL Enum.swift
[331/1353] Compiling SwifQL Array+SwifQLable.swift
[332/1353] Compiling SwifQL Column+AutoType.swift
[333/1353] Compiling SwifQL Decodable+Table.swift
[334/1353] Compiling SwifQL StringExtensions.swift
[335/1353] Compiling SwifQL ExtractFieldValue.swift
[336/1353] Compiling SwifQL FluentKitFieldable.swift
[337/1353] Compiling SwifQL FormattedKeyPath.swift
[338/1353] Compiling SwifQL Formatter.swift
[339/1353] Compiling SwifQL Functions+Array.swift
[340/1353] Compiling SwifQL Functions+General.swift
[341/1353] Compiling SwifQL Functions+MySQL.swift
[342/1353] Compiling SwifQL Functions+Numeric.swift
[343/1353] Compiling SwifQL Functions+PostgresBool.swift
[344/1353] Compiling SwifQL Functions+PostgresJSON.swift
[345/1353] Compiling SwifQL Functions+PostgresJSONB.swift
[346/1353] Compiling SwifQL Functions+PostgresSeries.swift
[347/1353] Compiling SwifQL Functions+PostgresTime.swift
[348/1353] Compiling SwifQL Functions+String.swift
[349/1353] Compiling SwifQL Functions+TextSearch.swift
[350/1353] Compiling SwifQL Functions+Window.swift
[351/1353] Compiling DequeModule _DequeBuffer.swift
[352/1353] Compiling DequeModule _DequeBufferHeader.swift
[363/1363] Compiling Tracing TracerProtocol+Legacy.swift
[365/1363] Compiling DequeModule _DequeSlot.swift
[366/1363] Compiling DequeModule _UnsafeWrappedBuffer.swift
[367/1363] Emitting module HeapModule
[369/1364] Compiling Tracing InstrumentationSystem+Tracing.swift
[370/1364] Compiling Tracing NoOpTracer.swift
[371/1364] Compiling Tracing SpanProtocol.swift
[394/1365] Compiling DequeModule Deque+Testing.swift
[395/1365] Compiling DequeModule Deque._Storage.swift
[396/1365] Compiling DequeModule Deque+Extras.swift
[397/1365] Compiling DequeModule Deque+Hashable.swift
[398/1365] Compiling DequeModule Deque._UnsafeHandle.swift
[399/1365] Compiling DequeModule Deque.swift
[400/1365] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[401/1365] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[402/1365] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[403/1365] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[404/1365] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[405/1365] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[406/1365] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[407/1365] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[408/1365] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[409/1365] Compiling HashTreeCollections TreeSet.swift
[410/1365] Compiling SwifQL SwifQLable+Table.swift
[411/1365] Compiling SwifQL SwifQLable+Timestamp.swift
[412/1365] Compiling SwifQL SwifQLable+To.swift
[413/1365] Compiling SwifQL SwifQLable+Type.swift
[414/1365] Compiling SwifQL SwifQLable+Union.swift
[415/1365] Compiling SwifQL SwifQLable+Unique.swift
[416/1365] Compiling SwifQL SwifQLable+Update.swift
[417/1365] Compiling SwifQL SwifQLable+Value.swift
[418/1365] Compiling SwifQL SwifQLable+Values.swift
[419/1365] Compiling SwifQL SwifQLable+Where.swift
[420/1365] Compiling SwifQL SwifQLable+WhereExists.swift
[421/1365] Compiling SwifQL SwifQLable+WhereNotExists.swift
[422/1365] Compiling SwifQL SwifQLable+Window.swift
[423/1365] Compiling SwifQL SwifQLable+With.swift
[424/1365] Compiling SwifQL SwifQLable.swift
[425/1365] Compiling SwifQL SwifQLableArraySeparator.swift
[426/1365] Compiling SwifQL Table.swift
[427/1365] Compiling SwifQL TableAlias.swift
[428/1365] Compiling SwifQL Type+Autodetect.swift
[429/1365] Compiling SwifQL Type+SwifQLable.swift
[430/1365] Compiling SwifQL Type.swift
[431/1365] Compiling SwifQL _Todo.swift
[450/1374] Compiling DequeModule Deque+Codable.swift
[451/1374] Compiling DequeModule Deque+Collection.swift
[468/1374] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[469/1374] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[470/1374] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[471/1374] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[472/1374] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[473/1374] Compiling HashTreeCollections _HashNode+Structural merge.swift
[474/1374] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[515/1375] Emitting module DequeModule
[548/1376] Emitting module _RopeModule
[549/1376] Emitting module OrderedCollections
[550/1377] Compiling ssl_transcript.cc
[551/1377] Compiling ssl_stat.cc
[552/1377] Compiling ssl_session.cc
[586/1377] Compiling ssl_privkey.cc
[588/1377] Compiling _RopeModule Rope+Join.swift
[589/1377] Compiling _RopeModule Rope+MutatingForEach.swift
[590/1377] Compiling _RopeModule Rope+Remove.swift
[591/1377] Compiling _RopeModule Rope+RemoveSubrange.swift
[592/1377] Compiling _RopeModule Rope+Split.swift
[593/1377] Compiling _RopeModule Optional Utilities.swift
[594/1377] Compiling _RopeModule String Utilities.swift
[595/1377] Compiling _RopeModule String.Index+ABI.swift
[596/1377] Compiling _RopeModule _CharacterRecognizer.swift
[627/1378] Emitting module HashTreeCollections
[628/1379] Compiling ssl_lib.cc
[629/1379] Compiling ssl_key_share.cc
[630/1379] Compiling ssl_file.cc
[631/1379] Compiling ssl_credential.cc
[632/1379] Compiling ssl_cipher.cc
[633/1379] Compiling ssl_cert.cc
[634/1379] Compiling ssl_buffer.cc
[635/1379] Compiling ssl_asn1.cc
[636/1379] Compiling ssl_aead_ctx.cc
[637/1379] Compiling s3_pkt.cc
[638/1379] Compiling s3_both.cc
[639/1379] Compiling s3_lib.cc
[640/1379] Compiling handshake_server.cc
[641/1379] Compiling handshake_client.cc
[642/1379] Compiling handoff.cc
[643/1379] Compiling d1_srtp.cc
[644/1379] Compiling handshake.cc
[645/1379] Compiling dtls_record.cc
[646/1379] Compiling extensions.cc
[647/1379] Compiling md5-x86_64-linux.S
[648/1379] Compiling md5-x86_64-apple.S
[649/1379] Compiling md5-586-linux.S
[650/1379] Compiling md5-586-apple.S
[651/1379] Compiling encrypted_client_hello.cc
[652/1379] Compiling dtls_method.cc
[653/1379] Compiling chacha20_poly1305_x86_64-linux.S
[654/1379] Compiling chacha20_poly1305_x86_64-apple.S
[655/1379] Compiling chacha20_poly1305_armv8-win.S
[656/1379] Compiling chacha20_poly1305_armv8-apple.S
[657/1379] Compiling chacha-x86_64-linux.S
[658/1379] Compiling chacha20_poly1305_armv8-linux.S
[659/1379] Compiling chacha-x86_64-apple.S
[660/1379] Compiling chacha-x86-linux.S
[661/1379] Compiling d1_pkt.cc
[662/1379] Compiling chacha-armv8-win.S
[663/1379] Compiling chacha-x86-apple.S
[664/1379] Compiling chacha-armv8-apple.S
[665/1379] Compiling chacha-armv4-linux.S
[666/1379] Compiling chacha-armv8-linux.S
[667/1379] Compiling aes128gcmsiv-x86_64-linux.S
[668/1379] Compiling aes128gcmsiv-x86_64-apple.S
[669/1379] Compiling x86_64-mont-linux.S
[670/1379] Compiling x86_64-mont5-apple.S
[671/1379] Compiling x86_64-mont5-linux.S
[672/1379] Compiling bio_ssl.cc
[673/1379] Compiling x86_64-mont-apple.S
[674/1379] Compiling x86-mont-linux.S
[675/1379] Compiling vpaes-x86_64-linux.S
[676/1379] Compiling x86-mont-apple.S
[677/1379] Compiling vpaes-x86-linux.S
[678/1379] Compiling vpaes-x86_64-apple.S
[679/1379] Compiling vpaes-armv8-win.S
[680/1379] Compiling d1_lib.cc
[681/1379] Compiling vpaes-x86-apple.S
[682/1379] Compiling vpaes-armv8-apple.S
[682/1379] Compiling vpaes-armv7-linux.S
[684/1379] Compiling err_data.cc
[685/1379] Compiling vpaes-armv8-linux.S
[686/1379] Compiling sha512-x86_64-apple.S
[687/1379] Compiling sha512-x86_64-linux.S
[688/1379] Compiling sha512-armv8-win.S
[689/1379] Compiling sha512-armv8-apple.S
[690/1379] Compiling sha512-armv4-linux.S
[691/1379] Compiling sha256-x86_64-apple.S
[692/1379] Compiling sha256-x86_64-linux.S
[693/1379] Compiling sha512-586-linux.S
[694/1379] Compiling sha512-586-apple.S
[695/1379] Compiling sha512-armv8-linux.S
[696/1379] Compiling sha256-armv8-apple.S
[697/1379] Compiling sha256-armv8-win.S
[698/1379] Compiling sha256-armv8-linux.S
[699/1379] Compiling sha256-armv4-linux.S
[700/1379] Compiling sha256-586-apple.S
[701/1379] Compiling sha1-x86_64-linux.S
[702/1379] Compiling sha256-586-linux.S
[703/1379] Compiling sha1-armv8-win.S
[704/1379] Compiling sha1-x86_64-apple.S
[705/1379] Compiling sha1-armv4-large-linux.S
[706/1379] Compiling sha1-armv8-apple.S
[707/1379] Compiling sha1-586-apple.S
[708/1379] Compiling sha1-armv8-linux.S
[708/1379] Compiling sha1-586-linux.S
[710/1379] Compiling rsaz-avx2-linux.S
[711/1379] Compiling rsaz-avx2-apple.S
[712/1379] Compiling rdrand-x86_64-linux.S
[713/1379] Compiling rdrand-x86_64-apple.S
[714/1379] Compiling p256_beeu-x86_64-asm-linux.S
[715/1379] Compiling p256_beeu-x86_64-asm-apple.S
[716/1379] Compiling p256_beeu-armv8-asm-win.S
[717/1379] Compiling p256_beeu-armv8-asm-apple.S
[718/1379] Compiling p256_beeu-armv8-asm-linux.S
[719/1379] Compiling p256-x86_64-asm-apple.S
[720/1379] Compiling p256-x86_64-asm-linux.S
[721/1379] Compiling p256-armv8-asm-win.S
[722/1379] Compiling ghashv8-armv8-linux.S
[723/1379] Compiling p256-armv8-asm-apple.S
[724/1379] Compiling ghashv8-armv8-apple.S
[725/1379] Compiling ghashv8-armv8-win.S
[726/1379] Compiling ghashv8-armv7-linux.S
[727/1379] Compiling p256-armv8-asm-linux.S
[728/1379] Compiling ghash-x86_64-linux.S
[729/1379] Compiling ghash-x86-linux.S
[730/1379] Compiling ghash-x86_64-apple.S
[731/1379] Compiling ghash-x86-apple.S
[732/1379] Compiling ghash-ssse3-x86_64-linux.S
[733/1379] Compiling ghash-ssse3-x86-apple.S
[734/1379] Compiling ghash-ssse3-x86_64-apple.S
[735/1379] Compiling ghash-ssse3-x86-linux.S
[736/1379] Compiling ghash-armv4-linux.S
[737/1379] Compiling ghash-neon-armv8-apple.S
[738/1379] Compiling ghash-neon-armv8-linux.S
[739/1379] Compiling ghash-neon-armv8-win.S
[740/1379] Compiling co-586-linux.S
[741/1379] Compiling bn-armv8-win.S
[742/1379] Compiling bsaes-armv7-linux.S
[743/1379] Compiling bn-armv8-apple.S
[744/1379] Compiling bn-586-linux.S
[745/1379] Compiling bn-armv8-linux.S
[746/1379] Compiling co-586-apple.S
[747/1379] Compiling d1_both.cc
[748/1379] Compiling bn-586-apple.S
[749/1379] Compiling armv8-mont-win.S
[750/1379] Compiling aesv8-gcm-armv8-win.S
[751/1379] Compiling armv4-mont-linux.S
[751/1379] Compiling armv8-mont-linux.S
[753/1379] Compiling aesv8-gcm-armv8-apple.S
[754/1379] Compiling armv8-mont-apple.S
[755/1379] Compiling aesv8-armv8-win.S
[756/1379] Compiling aesv8-gcm-armv8-linux.S
[757/1379] Compiling aesv8-armv8-linux.S
[758/1379] Compiling aesv8-armv8-apple.S
[759/1379] Compiling aesni-x86-linux.S
[760/1379] Compiling aesv8-armv7-linux.S
[761/1379] Compiling aesni-x86_64-apple.S
[762/1379] Compiling aesni-x86-apple.S
[763/1379] Compiling aesni-x86_64-linux.S
[764/1379] Compiling aesni-gcm-x86_64-linux.S
[765/1379] Compiling aesni-gcm-x86_64-apple.S
[766/1379] Compiling aes-gcm-avx2-x86_64-linux.S
[767/1379] Compiling aes-gcm-avx2-x86_64-apple.S
[768/1379] Compiling aes-gcm-avx10-x86_64-apple.S
[769/1379] Compiling aes-gcm-avx10-x86_64-linux.S
[770/1379] Compiling x_val.cc
[771/1379] Compiling x_pubkey.cc
[772/1379] Compiling x_x509.cc
[773/1379] Compiling x_spki.cc
[774/1379] Compiling x_req.cc
[775/1379] Compiling x_sig.cc
[776/1379] Compiling x_x509a.cc
[777/1379] Compiling x_name.cc
[778/1379] Compiling x_attrib.cc
[779/1379] Compiling x509name.cc
[780/1379] Compiling x_algor.cc
[781/1379] Compiling x509spki.cc
[782/1379] Compiling x_exten.cc
[783/1379] Compiling x_all.cc
[784/1379] Compiling x509rset.cc
[784/1379] Compiling x_crl.cc
[786/1379] Compiling x509_trs.cc
[787/1379] Compiling x509_vfy.cc
[788/1379] Compiling x509_set.cc
[789/1379] Compiling x509cset.cc
[790/1379] Compiling x509_vpm.cc
[791/1379] Compiling x509_txt.cc
[792/1379] Compiling x509_req.cc
[793/1379] Compiling x509_v3.cc
[794/1379] Compiling x509_lu.cc
[795/1379] Compiling x509_obj.cc
[796/1379] Compiling x509_d2.cc
[797/1379] Compiling x509_ext.cc
[798/1379] Compiling x509_cmp.cc
[799/1379] Compiling x509_def.cc
[800/1379] Compiling x509_att.cc
[801/1379] Compiling x509.cc
[802/1379] Compiling v3_skey.cc
[803/1379] Compiling v3_utl.cc
[804/1379] Compiling v3_purp.cc
[805/1379] Compiling v3_prn.cc
[806/1379] Compiling v3_pmaps.cc
[807/1379] Compiling v3_ocsp.cc
[808/1379] Compiling v3_lib.cc
[809/1379] Compiling v3_pcons.cc
[810/1379] Compiling v3_ncons.cc
[811/1379] Compiling v3_ia5.cc
[812/1379] Compiling v3_int.cc
[813/1379] Compiling v3_crld.cc
[814/1379] Compiling v3_info.cc
[815/1379] Compiling v3_genn.cc
[816/1379] Compiling v3_enum.cc
[817/1379] Compiling v3_cpols.cc
[818/1379] Compiling v3_extku.cc
[819/1379] Compiling v3_alt.cc
[820/1379] Compiling v3_conf.cc
[821/1379] Compiling v3_bcons.cc
[822/1379] Compiling v3_bitst.cc
[823/1379] Compiling t_x509a.cc
[824/1379] Compiling v3_akeya.cc
[825/1379] Compiling rsa_pss.cc
[826/1379] Compiling v3_akey.cc
[827/1379] Compiling t_crl.cc
[828/1379] Compiling t_x509.cc
[829/1379] Compiling t_req.cc
[830/1379] Compiling by_file.cc
[831/1379] Compiling i2d_pr.cc
[832/1379] Compiling name_print.cc
[833/1379] Compiling policy.cc
[834/1379] Compiling a_sign.cc
[835/1379] Compiling by_dir.cc
[836/1379] Compiling algorithm.cc
[837/1379] Compiling a_verify.cc
[838/1379] Compiling thread_win.cc
[839/1379] Compiling asn1_gen.cc
[840/1379] Compiling a_digest.cc
[841/1379] Compiling thread_pthread.cc
[842/1379] Compiling trust_token.cc
[843/1379] Compiling thread.cc
[844/1379] Compiling thread_none.cc
[845/1379] Compiling pmbtoken.cc
[846/1379] Compiling voprf.cc
[847/1379] Compiling sha512.cc
[848/1379] Compiling stack.cc
[849/1379] Compiling siphash.cc
[850/1379] Compiling slhdsa.cc
[851/1379] Compiling sha256.cc
[852/1379] Compiling sha1.cc
[853/1379] Compiling spake2plus.cc
[854/1379] Compiling rsa_extra.cc
[855/1379] Compiling rsa_print.cc
[856/1379] Compiling rsa_asn1.cc
[857/1379] Compiling rsa_crypt.cc
[858/1379] Compiling passive.cc
[859/1379] Compiling urandom.cc
[860/1379] Compiling refcount.cc
[861/1379] Compiling trusty.cc
[862/1379] Compiling rc4.cc
[863/1379] Compiling windows.cc
[864/1379] Compiling rand.cc
[865/1379] Compiling getentropy.cc
[866/1379] Compiling poly1305_arm_asm.S
[867/1379] Compiling ios.cc
[868/1379] Compiling deterministic.cc
[869/1379] Compiling forkunsafe.cc
[870/1379] Compiling fork_detect.cc
[871/1379] Compiling poly1305_vec.cc
[872/1379] Compiling poly1305.cc
[873/1379] Compiling poly1305_arm.cc
[874/1379] Compiling pool.cc
[875/1379] Compiling pkcs7_x509.cc
[876/1379] Compiling pkcs8.cc
[877/1379] Compiling pkcs8_x509.cc
[878/1379] Compiling pkcs7.cc
[879/1379] Compiling pem_pkey.cc
[880/1379] Compiling p5_pbev2.cc
[881/1379] Compiling pem_xaux.cc
[882/1379] Compiling pem_x509.cc
[883/1379] Compiling obj_xref.cc
[884/1379] Compiling mlkem.cc
[885/1379] Compiling pem_pk8.cc
[886/1379] Compiling pem_info.cc
[887/1379] Compiling pem_oth.cc
[888/1379] Compiling pem_lib.cc
[889/1379] Compiling obj.cc
[890/1379] Compiling pem_all.cc
[891/1379] Compiling poly_rq_mul.S
[892/1379] Compiling mem.cc
[893/1379] Compiling fips_shared_support.cc
[894/1379] Compiling mldsa.cc
[895/1379] Compiling md5.cc
[896/1379] Compiling md4.cc
[897/1379] Compiling lhash.cc
[898/1379] Compiling kyber.cc
[899/1379] Compiling ex_data.cc
[900/1379] Compiling hpke.cc
[901/1379] Compiling sign.cc
[902/1379] Compiling scrypt.cc
[903/1379] Compiling print.cc
[904/1379] Compiling hrss.cc
[905/1379] Compiling pbkdf.cc
[906/1379] Compiling p_x25519_asn1.cc
[907/1379] Compiling p_rsa.cc
[908/1379] Compiling p_rsa_asn1.cc
[909/1379] Compiling p_x25519.cc
[910/1379] Compiling p_ed25519.cc
[911/1379] Compiling p_hkdf.cc
[912/1379] Compiling p_ec.cc
[913/1379] Compiling p_dh_asn1.cc
[914/1379] Compiling p_dsa_asn1.cc
[915/1379] Compiling p_ed25519_asn1.cc
[916/1379] Compiling p_dh.cc
[917/1379] Compiling p_ec_asn1.cc
[918/1379] Compiling evp_ctx.cc
[919/1379] Compiling evp.cc
[920/1379] Compiling ecdh.cc
[921/1379] Compiling err.cc
[922/1379] Compiling evp_asn1.cc
[923/1379] Compiling engine.cc
[924/1379] Compiling hash_to_curve.cc
[925/1379] Compiling bcm.cc
[926/1379] Compiling ecdsa_asn1.cc
[927/1379] Compiling params.cc
[928/1379] Compiling ec_derive.cc
[929/1379] Compiling dsa.cc
[930/1379] Compiling digest_extra.cc
[931/1379] Compiling x25519-asm-arm.S
[932/1379] Compiling dsa_asn1.cc
[933/1379] Compiling des.cc
[934/1379] Compiling ec_asn1.cc
[935/1379] Compiling dh_asn1.cc
[936/1379] Compiling curve25519_64_adx.cc
[937/1379] Compiling crypto.cc
[938/1379] Compiling cpu_arm_linux.cc
[939/1379] Compiling cpu_aarch64_sysreg.cc
[940/1379] Compiling spake25519.cc
[941/1379] Compiling cpu_arm_freebsd.cc
[942/1379] Compiling cpu_intel.cc
[943/1379] Compiling curve25519.cc
[944/1379] Compiling cpu_aarch64_win.cc
[945/1379] Compiling cpu_aarch64_openbsd.cc
[946/1379] Compiling cpu_aarch64_apple.cc
[947/1379] Compiling cpu_aarch64_linux.cc
[948/1379] Compiling cpu_aarch64_fuchsia.cc
[949/1379] Compiling tls_cbc.cc
[950/1379] Compiling conf.cc
[951/1379] Compiling e_tls.cc
[952/1379] Compiling get_cipher.cc
[953/1379] Compiling e_rc2.cc
[954/1379] Compiling e_rc4.cc
[955/1379] Compiling e_null.cc
[956/1379] Compiling e_des.cc
[957/1379] Compiling e_aesgcmsiv.cc
[958/1379] Compiling e_chacha20poly1305.cc
[959/1379] Compiling e_aesctrhmac.cc
[960/1379] Compiling derive_key.cc
[961/1379] Compiling chacha.cc
[962/1379] Compiling unicode.cc
[963/1379] Compiling buf.cc
[964/1379] Compiling cbs.cc
[965/1379] Compiling ber.cc
[966/1379] Compiling bn_asn1.cc
[967/1379] Compiling convert.cc
[968/1379] Compiling cbb.cc
[969/1379] Compiling asn1_compat.cc
[970/1379] Compiling blake2.cc
[971/1379] Compiling socket_helper.cc
[972/1379] Compiling socket.cc
[973/1379] Compiling printf.cc
[974/1379] Compiling errno.cc
[975/1379] Compiling hexdump.cc
[976/1379] Compiling fd.cc
[977/1379] Compiling pair.cc
[978/1379] Compiling file.cc
[979/1379] Compiling bio.cc
[980/1379] Compiling base64.cc
[981/1379] Compiling connect.cc
[982/1379] Compiling bio_mem.cc
[983/1379] Compiling tasn_fre.cc
[984/1379] Compiling tasn_typ.cc
[985/1379] Compiling tasn_utl.cc
[986/1379] Compiling tasn_new.cc
[987/1379] Compiling tasn_enc.cc
[988/1379] Compiling posix_time.cc
[989/1379] Compiling f_string.cc
[990/1379] Compiling f_int.cc
[991/1379] Compiling tasn_dec.cc
[992/1379] Compiling asn_pack.cc
[993/1379] Compiling asn1_par.cc
[994/1379] Compiling a_octet.cc
[995/1379] Compiling asn1_lib.cc
[996/1379] Compiling a_type.cc
[997/1379] Compiling a_time.cc
[998/1379] Compiling a_utctm.cc
[999/1379] Compiling a_strex.cc
[1000/1379] Compiling a_strnid.cc
[1001/1379] Compiling a_d2i_fp.cc
[1002/1379] Compiling a_i2d_fp.cc
[1003/1379] Compiling a_gentm.cc
[1004/1379] Compiling a_mbstr.cc
[1005/1379] Compiling a_dup.cc
[1006/1379] Compiling a_object.cc
[1007/1379] Compiling fiat_p256_adx_mul.S
[1008/1379] Compiling fiat_p256_adx_sqr.S
[1009/1379] Compiling fiat_curve25519_adx_square.S
[1010/1379] Compiling fiat_curve25519_adx_mul.S
[1011/1379] Compiling md5-x86_64-apple.S
[1012/1379] Compiling a_bool.cc
[1013/1379] Compiling md5-x86_64-linux.S
[1014/1379] Compiling md5-586-linux.S
[1015/1379] Compiling md5-586-apple.S
[1016/1379] Compiling a_int.cc
[1017/1379] Compiling chacha20_poly1305_x86_64-linux.S
[1018/1379] Compiling chacha20_poly1305_x86_64-apple.S
[1019/1379] Compiling chacha20_poly1305_armv8-win.S
[1020/1379] Compiling CCryptoBoringSSLShims shims.c
[1021/1379] Compiling chacha20_poly1305_armv8-apple.S
[1022/1379] Compiling chacha-x86_64-linux.S
[1023/1379] Compiling chacha20_poly1305_armv8-linux.S
[1024/1379] Compiling chacha-x86_64-apple.S
[1025/1379] Compiling a_bitstr.cc
[1026/1379] Compiling chacha-x86-linux.S
[1027/1379] Compiling chacha-x86-apple.S
[1028/1379] Compiling chacha-armv8-win.S
[1029/1379] Compiling chacha-armv4-linux.S
[1030/1379] Compiling chacha-armv8-apple.S
[1031/1379] Compiling chacha-armv8-linux.S
[1032/1379] Compiling x86_64-mont5-linux.S
[1033/1379] Compiling aes128gcmsiv-x86_64-linux.S
[1034/1379] Compiling aes128gcmsiv-x86_64-apple.S
[1035/1379] Compiling x86_64-mont5-apple.S
[1036/1379] Compiling x86_64-mont-apple.S
[1037/1379] Compiling x86-mont-linux.S
[1038/1379] Compiling x86_64-mont-linux.S
[1039/1379] Compiling vpaes-x86_64-linux.S
[1040/1379] Compiling x86-mont-apple.S
[1041/1379] Compiling vpaes-x86-linux.S
[1042/1379] Compiling vpaes-x86_64-apple.S
[1043/1379] Compiling vpaes-x86-apple.S
[1044/1379] Compiling vpaes-armv8-linux.S
[1045/1379] Compiling vpaes-armv8-win.S
[1046/1379] Compiling vpaes-armv8-apple.S
[1047/1379] Compiling vpaes-armv7-linux.S
[1048/1379] Compiling sha512-x86_64-linux.S
[1049/1379] Compiling sha512-armv8-win.S
[1050/1379] Compiling sha512-x86_64-apple.S
[1051/1379] Compiling sha512-armv8-apple.S
[1052/1379] Compiling sha512-armv8-linux.S
[1053/1379] Compiling sha512-armv4-linux.S
[1054/1379] Compiling sha512-586-linux.S
[1055/1379] Compiling err_data.cc
[1056/1379] Compiling sha512-586-apple.S
[1057/1379] Compiling sha256-armv8-apple.S
[1058/1379] Compiling sha256-x86_64-linux.S
[1059/1379] Compiling sha256-armv8-win.S
[1060/1379] Compiling sha256-armv4-linux.S
[1061/1379] Compiling sha256-x86_64-apple.S
[1062/1379] Compiling sha256-armv8-linux.S
[1063/1379] Compiling sha256-586-linux.S
[1064/1379] Compiling sha256-586-apple.S
[1065/1379] Compiling sha1-armv8-win.S
[1066/1379] Compiling sha1-x86_64-apple.S
[1067/1379] Compiling sha1-x86_64-linux.S
[1068/1379] Compiling sha1-armv8-linux.S
[1069/1379] Compiling sha1-armv8-apple.S
[1070/1379] Compiling rsaz-avx2-linux.S
[1071/1379] Compiling sha1-armv4-large-linux.S
[1072/1379] Compiling sha1-586-apple.S
[1073/1379] Compiling rsaz-avx2-apple.S
[1074/1379] Compiling sha1-586-linux.S
[1075/1379] Compiling rdrand-x86_64-linux.S
[1076/1379] Compiling rdrand-x86_64-apple.S
[1077/1379] Compiling p256_beeu-x86_64-asm-linux.S
[1078/1379] Compiling p256_beeu-x86_64-asm-apple.S
[1079/1379] Compiling p256_beeu-armv8-asm-win.S
[1080/1379] Compiling p256_beeu-armv8-asm-apple.S
[1081/1379] Compiling p256_beeu-armv8-asm-linux.S
[1082/1379] Compiling p256-x86_64-asm-linux.S
[1083/1379] Compiling p256-x86_64-asm-apple.S
[1084/1379] Compiling p256-armv8-asm-apple.S
[1085/1379] Compiling p256-armv8-asm-win.S
[1086/1379] Compiling ghashv8-armv8-linux.S
[1087/1379] Compiling ghashv8-armv8-win.S
[1088/1379] Compiling p256-armv8-asm-linux.S
[1089/1379] Compiling ghashv8-armv7-linux.S
[1090/1379] Compiling ghashv8-armv8-apple.S
[1091/1379] Compiling ghash-x86_64-linux.S
[1092/1379] Compiling ghash-x86-linux.S
[1093/1379] Compiling ghash-x86_64-apple.S
[1094/1379] Compiling ghash-x86-apple.S
[1095/1379] Compiling ghash-ssse3-x86_64-apple.S
[1096/1379] Compiling ghash-ssse3-x86-linux.S
[1097/1379] Compiling ghash-neon-armv8-win.S
[1098/1379] Compiling ghash-ssse3-x86-apple.S
[1099/1379] Compiling ghash-ssse3-x86_64-linux.S
[1100/1379] Compiling ghash-neon-armv8-apple.S
[1101/1379] Compiling co-586-linux.S
[1102/1379] Compiling ghash-neon-armv8-linux.S
[1103/1379] Compiling ghash-armv4-linux.S
[1104/1379] Compiling co-586-apple.S
[1104/1379] Compiling bsaes-armv7-linux.S
[1106/1379] Compiling bn-armv8-win.S
[1107/1379] Compiling bn-586-apple.S
[1108/1379] Compiling bn-armv8-linux.S
[1109/1379] Compiling bn-armv8-apple.S
[1110/1379] Compiling bn-586-linux.S
[1111/1379] Compiling armv8-mont-win.S
[1112/1379] Compiling armv8-mont-linux.S
[1113/1379] Compiling armv8-mont-apple.S
[1114/1379] Compiling armv4-mont-linux.S
[1115/1379] Compiling aesv8-gcm-armv8-win.S
[1116/1379] Compiling aesv8-gcm-armv8-apple.S
[1117/1379] Compiling aesv8-gcm-armv8-linux.S
[1118/1379] Compiling aesv8-armv8-win.S
[1119/1379] Compiling aesv8-armv8-linux.S
[1120/1379] Compiling aesv8-armv8-apple.S
[1121/1379] Compiling aesv8-armv7-linux.S
[1122/1379] Compiling aesni-x86-linux.S
[1123/1379] Compiling aesni-x86_64-apple.S
[1124/1379] Compiling aesni-x86_64-linux.S
[1125/1379] Compiling aesni-x86-apple.S
[1126/1379] Compiling aesni-gcm-x86_64-linux.S
[1127/1379] Compiling aesni-gcm-x86_64-apple.S
[1128/1379] Compiling aes-gcm-avx10-x86_64-linux.S
[1129/1379] Compiling aes-gcm-avx10-x86_64-apple.S
[1130/1379] Compiling c-nioatomics.c
[1131/1379] Compiling x_x509.cc
[1132/1379] Compiling x_spki.cc
[1133/1379] Compiling x_sig.cc
[1134/1379] Compiling x_val.cc
[1135/1379] Compiling x_req.cc
[1136/1379] Compiling x_x509a.cc
[1137/1379] Compiling x_pubkey.cc
[1138/1379] Compiling x_name.cc
[1139/1379] Compiling x_exten.cc
[1140/1379] Compiling x_algor.cc
[1141/1379] Compiling c-atomics.c
[1142/1379] Compiling x_crl.cc
[1143/1385] Compiling x_attrib.cc
[1144/1385] Compiling x_all.cc
[1146/1385] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1146/1385] Compiling x509spki.cc
[1148/1385] Compiling NIOConcurrencyHelpers NIOLock.swift
[1149/1385] Compiling NIOConcurrencyHelpers lock.swift
[1150/1385] Emitting module NIOConcurrencyHelpers
[1150/1385] Compiling x509rset.cc
[1152/1385] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1153/1385] Compiling NIOConcurrencyHelpers atomics.swift
[1153/1386] Compiling x509cset.cc
[1155/1386] Compiling x509name.cc
[1156/1386] Compiling x509_vpm.cc
[1157/1386] Compiling x509_v3.cc
[1158/1412] Compiling x509_vfy.cc
[1159/1412] Compiling x509_txt.cc
[1161/1412] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1162/1412] Compiling ConsoleKitTerminal ConsoleClear.swift
[1163/1412] Compiling ConsoleKitTerminal Console+Ask.swift
[1164/1412] Compiling ConsoleKitTerminal Console+Choose.swift
[1165/1415] Compiling ConsoleKitTerminal Console+Confirm.swift
[1166/1415] Compiling ConsoleKitTerminal Console+Input.swift
[1167/1415] Compiling ConsoleKitTerminal Console+Center.swift
[1168/1415] Compiling ConsoleKitTerminal Console+Output.swift
[1169/1415] Compiling ConsoleKitTerminal Console+Wait.swift
[1170/1415] Compiling ConsoleKitTerminal ConsoleColor.swift
[1171/1415] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1172/1415] Compiling ConsoleKitTerminal ConsoleText.swift
[1173/1415] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1174/1415] Compiling ConsoleKitTerminal ANSI.swift
[1175/1415] Compiling ConsoleKitTerminal ActivityBar.swift
[1176/1415] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1177/1415] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1178/1415] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1179/1415] Emitting module ConsoleKitTerminal
[1180/1415] Compiling ConsoleKitTerminal CustomActivity.swift
[1181/1415] Compiling ConsoleKitTerminal LoadingBar.swift
[1182/1415] Compiling ConsoleKitTerminal ProgressBar.swift
[1183/1415] Compiling ConsoleKitTerminal Console+Clear.swift
[1183/1415] Compiling x509_set.cc
[1185/1415] Compiling ConsoleKitTerminal Console.swift
[1186/1415] Compiling ConsoleKitTerminal Terminal.swift
[1187/1415] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1187/1415] Compiling x509_trs.cc
[1188/1415] Compiling x509_req.cc
[1189/1415] Compiling x509_obj.cc
[1190/1415] Compiling x509_def.cc
[1191/1415] Compiling x509_lu.cc
[1192/1415] Compiling x509_ext.cc
[1194/1415] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1195/1415] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1196/1415] Compiling ConsoleKitTerminal LoggerFragment.swift
[1197/1416] Compiling x509_cmp.cc
[1198/1420] Compiling x509.cc
[1199/1438] Compiling x509_d2.cc
[1200/1438] Compiling x509_att.cc
[1201/1438] Compiling v3_skey.cc
[1203/1438] Emitting module ConsoleKitCommands
[1203/1440] Compiling v3_pmaps.cc
[1205/1440] Compiling ConsoleKitCommands CommandSignature.swift
[1206/1440] Compiling ConsoleKitCommands Flag.swift
[1207/1440] Compiling ConsoleKitCommands Option.swift
[1207/1440] Compiling v3_purp.cc
[1208/1440] Compiling v3_utl.cc
[1210/1440] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1211/1440] Compiling ConsoleKitCommands AsyncCommand.swift
[1212/1440] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1213/1440] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1214/1440] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1215/1440] Compiling ConsoleKitCommands Argument.swift
[1215/1440] Compiling v3_prn.cc
[1217/1440] Compiling ConsoleKitCommands AsyncCommands.swift
[1218/1440] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1219/1440] Compiling ConsoleKitCommands AnyCommand.swift
[1219/1440] Compiling v3_ncons.cc
[1221/1440] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1222/1440] Compiling ConsoleKitCommands Utilities.swift
[1222/1440] Compiling v3_lib.cc
[1223/1440] Compiling v3_pcons.cc
[1224/1440] Compiling v3_int.cc
[1225/1440] Compiling v3_ocsp.cc
[1226/1440] Compiling v3_info.cc
[1227/1440] Compiling v3_enum.cc
[1229/1440] Compiling ConsoleKitCommands Console+Run.swift
[1230/1440] Compiling ConsoleKitCommands ConsoleError.swift
[1231/1440] Compiling ConsoleKitCommands Completion.swift
[1232/1440] Compiling ConsoleKitCommands Command.swift
[1233/1440] Compiling ConsoleKitCommands CommandContext.swift
[1234/1440] Compiling ConsoleKitCommands CommandError.swift
[1235/1440] Compiling ConsoleKitCommands CommandGroup.swift
[1236/1440] Compiling ConsoleKitCommands CommandInput.swift
[1237/1440] Compiling ConsoleKitCommands Commands.swift
[1237/1441] Compiling v3_genn.cc
[1238/1441] Compiling v3_ia5.cc
[1240/1441] Compiling v3_extku.cc
[1241/1443] Compiling v3_cpols.cc
[1242/1443] Compiling v3_crld.cc
[1244/1443] Emitting module ConsoleKit
[1245/1443] Compiling ConsoleKit Exports.swift
[1245/1444] Compiling v3_conf.cc
[1246/1444] Compiling v3_bitst.cc
[1248/1444] Compiling v3_akeya.cc
[1249/1444] Compiling v3_bcons.cc
[1250/1444] Compiling v3_alt.cc
[1251/1444] Compiling v3_akey.cc
[1252/1444] Compiling t_x509a.cc
[1253/1444] Compiling policy.cc
[1254/1444] Compiling t_crl.cc
[1255/1444] Compiling t_req.cc
[1256/1444] Compiling t_x509.cc
[1257/1444] Compiling i2d_pr.cc
[1258/1444] Compiling rsa_pss.cc
[1259/1444] Compiling name_print.cc
[1260/1444] Compiling by_file.cc
[1261/1444] Compiling a_verify.cc
[1262/1444] Compiling by_dir.cc
[1263/1444] Compiling asn1_gen.cc
[1264/1444] Compiling algorithm.cc
[1265/1444] Compiling trust_token.cc
[1266/1444] Compiling voprf.cc
[1267/1444] Compiling a_sign.cc
[1268/1444] Compiling a_digest.cc
[1269/1444] Compiling thread_win.cc
[1270/1444] Compiling thread.cc
[1271/1444] Compiling stack.cc
[1272/1444] Compiling thread_pthread.cc
[1273/1444] Compiling pmbtoken.cc
[1274/1444] Compiling thread_none.cc
[1275/1444] Compiling wots.cc
[1276/1444] Compiling slhdsa.cc
[1277/1444] Compiling fors.cc
[1277/1444] Compiling sha256.cc
[1279/1444] Compiling thash.cc
[1280/1444] Compiling siphash.cc
[1281/1444] Compiling sha512.cc
[1282/1444] Compiling sha1.cc
[1283/1444] Compiling merkle.cc
[1284/1444] Compiling rsa_print.cc
[1285/1444] Compiling rc4.cc
[1286/1444] Compiling refcount.cc
[1287/1444] Compiling urandom.cc
[1288/1444] Compiling windows.cc
[1289/1444] Compiling rsa_extra.cc
[1290/1444] Compiling rsa_asn1.cc
[1291/1444] Compiling rsa_crypt.cc
[1292/1444] Compiling trusty.cc
[1293/1444] Compiling rand_extra.cc
[1294/1444] Compiling passive.cc
[1295/1444] Compiling ios.cc
[1296/1444] Compiling poly1305_arm_asm.S
[1297/1444] Compiling fork_detect.cc
[1298/1444] Compiling getentropy.cc
[1299/1444] Compiling deterministic.cc
[1300/1444] Compiling poly1305_vec.cc
[1301/1444] Compiling forkunsafe.cc
[1302/1444] Compiling poly1305.cc
[1303/1444] Compiling pool.cc
[1304/1444] Compiling poly1305_arm.cc
[1305/1444] Compiling pkcs7.cc
[1306/1444] Compiling pkcs8_x509.cc
[1307/1444] Compiling pkcs8.cc
[1308/1444] Compiling pkcs7_x509.cc
[1309/1444] Compiling pem_x509.cc
[1310/1444] Compiling p5_pbev2.cc
[1311/1444] Compiling pem_xaux.cc
[1312/1444] Compiling pem_pkey.cc
[1313/1444] Compiling obj_xref.cc
[1314/1444] Compiling pem_pk8.cc
[1315/1444] Compiling pem_oth.cc
[1316/1444] Compiling pem_info.cc
[1317/1444] Compiling obj.cc
[1318/1444] Compiling pem_all.cc
[1319/1444] Compiling pem_lib.cc
[1320/1444] Compiling lhash.cc
[1321/1444] Compiling mem.cc
[1322/1444] Compiling mldsa.cc
[1323/1444] Compiling mlkem.cc
[1324/1444] Compiling poly_rq_mul.S
[1325/1444] Compiling fips_shared_support.cc
[1326/1444] Compiling md5.cc
[1327/1444] Compiling md4.cc
[1328/1444] Compiling ex_data.cc
[1329/1444] Compiling sign.cc
[1330/1444] Compiling kyber.cc
[1331/1444] Compiling print.cc
[1332/1444] Compiling pbkdf.cc
[1333/1444] Compiling hpke.cc
[1334/1444] Compiling scrypt.cc
[1335/1444] Compiling p_x25519_asn1.cc
[1336/1444] Compiling hrss.cc
[1337/1444] Compiling p_x25519.cc
[1338/1444] Compiling p_rsa_asn1.cc
[1339/1444] Compiling p_ed25519.cc
[1340/1444] Compiling p_rsa.cc
[1341/1444] Compiling p_hkdf.cc
[1342/1444] Compiling p_ed25519_asn1.cc
[1343/1444] Compiling p_ec.cc
[1344/1444] Compiling p_ec_asn1.cc
[1345/1444] Compiling p_dh_asn1.cc
[1346/1444] Compiling p_dh.cc
[1347/1444] Compiling evp.cc
[1348/1444] Compiling evp_ctx.cc
[1349/1444] Compiling p_dsa_asn1.cc
[1350/1444] Compiling evp_asn1.cc
[1351/1444] Compiling ecdh_extra.cc
[1352/1444] Compiling engine.cc
[1353/1444] Compiling err.cc
[1354/1444] Compiling ec_derive.cc
[1355/1444] Compiling ecdsa_asn1.cc
[1356/1444] Compiling hash_to_curve.cc
[1357/1444] Compiling dsa.cc
[1358/1444] Compiling params.cc
[1359/1444] Compiling ec_asn1.cc
[1360/1444] Compiling bcm.cc
[1361/1444] Compiling dh_asn1.cc
[1362/1444] Compiling dsa_asn1.cc
[1363/1444] Compiling des.cc
[1364/1444] Compiling x25519-asm-arm.S
[1365/1444] Compiling digest_extra.cc
[1366/1444] Compiling curve25519_64_adx.cc
[1367/1444] Compiling spake25519.cc
[1368/1444] Compiling cpu_intel.cc
[1369/1444] Compiling crypto.cc
[1369/1444] Compiling cpu_arm_linux.cc
[1371/1444] Compiling curve25519.cc
[1372/1444] Compiling cpu_arm_freebsd.cc
[1373/1444] Compiling cpu_aarch64_win.cc
[1374/1444] Compiling cpu_aarch64_apple.cc
[1375/1444] Compiling cpu_aarch64_openbsd.cc
[1376/1444] Compiling cpu_aarch64_sysreg.cc
[1377/1444] Compiling cpu_aarch64_fuchsia.cc
[1378/1444] Compiling cpu_aarch64_linux.cc
[1379/1444] Compiling conf.cc
[1380/1444] Compiling e_tls.cc
[1381/1444] Compiling tls_cbc.cc
[1382/1444] Compiling e_rc4.cc
[1383/1444] Compiling e_null.cc
[1384/1444] Compiling e_rc2.cc
[1385/1444] Compiling e_aesgcmsiv.cc
[1386/1444] Compiling e_des.cc
[1387/1444] Compiling derive_key.cc
[1388/1444] Compiling cipher_extra.cc
[1389/1444] Compiling e_chacha20poly1305.cc
[1390/1444] Compiling e_aesctrhmac.cc
[1391/1444] Compiling chacha.cc
[1392/1444] Compiling unicode.cc
[1393/1444] Compiling cbb.cc
[1394/1444] Compiling asn1_compat.cc
[1395/1444] Compiling buf.cc
[1396/1444] Compiling ber.cc
[1397/1444] Compiling cbs.cc
[1398/1444] Compiling convert.cc
[1399/1444] Compiling blake2.cc
[1400/1444] Compiling bn_asn1.cc
[1401/1444] Compiling printf.cc
[1402/1444] Compiling pair.cc
[1403/1444] Compiling file.cc
[1404/1444] Compiling errno.cc
[1405/1444] Compiling hexdump.cc
[1406/1444] Compiling fd.cc
[1407/1444] Compiling bio.cc
[1408/1444] Compiling base64.cc
[1409/1444] Compiling bio_mem.cc
[1410/1444] Compiling tasn_fre.cc
[1411/1444] Compiling tasn_typ.cc
[1412/1444] Compiling tasn_utl.cc
[1413/1444] Compiling tasn_enc.cc
[1414/1444] Compiling f_int.cc
[1415/1444] Compiling tasn_new.cc
[1416/1444] Compiling tasn_dec.cc
[1417/1444] Compiling f_string.cc
[1418/1444] Compiling posix_time.cc
[1419/1444] Compiling asn1_par.cc
[1420/1444] Compiling asn_pack.cc
[1421/1444] Compiling asn1_lib.cc
[1422/1444] Compiling a_utctm.cc
[1423/1444] Compiling a_octet.cc
[1424/1444] Compiling a_object.cc
[1425/1444] Compiling a_type.cc
[1426/1444] Compiling a_time.cc
[1427/1444] Compiling a_strex.cc
[1428/1444] Compiling a_strnid.cc
[1429/1444] Compiling a_mbstr.cc
[1430/1444] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1431/1444] Write sources
[1433/1478] Compiling a_d2i_fp.cc
[1433/1478] Write sources
[1438/1494] Compiling a_dup.cc
[1439/1495] Compiling a_i2d_fp.cc
[1440/1497] Compiling a_int.cc
[1441/1497] Compiling a_gentm.cc
[1442/1532] Compiling a_bool.cc
[1443/1541] Compiling a_bitstr.cc
[1445/1549] Compiling Algorithms Partition.swift
[1446/1549] Compiling Algorithms Permutations.swift
[1447/1549] Compiling Algorithms Product.swift
[1448/1551] Emitting module BitCollections
[1449/1558] Compiling Algorithms Compacted.swift
[1450/1558] Compiling Algorithms Cycle.swift
[1451/1558] Compiling Atomics AtomicMemoryOrderings.swift
[1452/1558] Compiling Atomics DoubleWord.swift
[1455/1558] Compiling Atomics IntegerConformances.swift
[1456/1558] Compiling Atomics PointerConformances.swift
[1457/1558] Compiling Atomics Primitives.native.swift
[1460/1558] Compiling Atomics OptionalRawRepresentable.swift
[1461/1558] Compiling Algorithms Suffix.swift
[1462/1558] Compiling BitCollections BitSet+CustomReflectable.swift
[1463/1558] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1464/1558] Compiling BitCollections BitSet+Equatable.swift
[1465/1558] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1466/1558] Compiling BitCollections BitSet+Extras.swift
[1467/1558] Compiling BitCollections BitSet+Hashable.swift
[1470/1558] Compiling Atomics IntegerOperations.swift
[1471/1558] Compiling Atomics Unmanaged extensions.swift
[1472/1558] Compiling Algorithms Rotate.swift
[1473/1558] Compiling Algorithms Split.swift
[1474/1558] Compiling Algorithms Stride.swift
[1475/1558] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1476/1558] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1477/1558] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1478/1558] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1479/1558] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1480/1558] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1481/1558] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1484/1558] Compiling Algorithms Indexed.swift
[1485/1558] Compiling Algorithms Intersperse.swift
[1486/1558] Compiling Algorithms Joined.swift
[1487/1558] Compiling Algorithms Keyed.swift
[1488/1558] Compiling Algorithms MinMax.swift
[1489/1558] Compiling Algorithms FlattenCollection.swift
[1490/1558] Compiling Algorithms Grouped.swift
[1503/1561] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1504/1561] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1505/1561] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1506/1561] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1507/1561] Compiling BitCollections BitSet+SetAlgebra union.swift
[1508/1561] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1509/1561] Compiling BitCollections BitSet.Counted.swift
[1510/1561] Compiling BitCollections BitArray+RandomBits.swift
[1511/1561] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1512/1561] Compiling BitCollections BitArray+Shifts.swift
[1513/1561] Compiling BitCollections BitArray+Testing.swift
[1514/1561] Compiling BitCollections BitArray._UnsafeHandle.swift
[1515/1561] Compiling BitCollections BitArray.swift
[1516/1561] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1517/1561] Compiling BitCollections BitSet+Codable.swift
[1518/1561] Compiling CryptoBoringWrapper RandomBytes.swift
[1519/1561] Compiling BitCollections BitSet.Index.swift
[1520/1561] Compiling BitCollections BitSet._UnsafeHandle.swift
[1521/1561] Compiling BitCollections BitSet.swift
[1522/1561] Compiling BitCollections Range+Utilities.swift
[1523/1561] Compiling BitCollections Slice+Utilities.swift
[1524/1561] Compiling BitCollections UInt+Tricks.swift
[1525/1561] Compiling BitCollections _Word.swift
[1534/1562] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1536/1562] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1537/1562] Compiling Algorithms Trim.swift
[1538/1562] Compiling Algorithms Unique.swift
[1539/1562] Compiling Algorithms Windows.swift
[1540/1562] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1541/1562] Compiling CryptoBoringWrapper EllipticCurve.swift
[1548/1564] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1549/1564] Emitting module CryptoBoringWrapper
[1550/1564] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1551/1565] Compiling Collections Collections.swift
[1552/1565] Emitting module Collections
[1559/1637] Compiling Crypto HashFunctions.swift
[1560/1637] Compiling Crypto HashFunctions_SHA2.swift
[1561/1637] Compiling Crypto HPKE-AEAD.swift
[1562/1637] Compiling Crypto SubjectPublicKeyInfo.swift
[1563/1637] Compiling Crypto CryptoKitErrors.swift
[1564/1637] Compiling Crypto Digest_boring.swift
[1565/1637] Emitting module Atomics
[1567/1638] Emitting module Algorithms
[1569/1699] Compiling Crypto SymmetricKeys.swift
[1570/1699] Compiling Crypto HMAC.swift
[1571/1699] Compiling Crypto MACFunctions.swift
[1572/1699] Compiling Crypto MessageAuthenticationCode.swift
[1573/1699] Compiling Crypto AES.swift
[1574/1699] Compiling Crypto ECDSASignature_boring.swift
[1575/1699] Compiling Crypto ECDSA_boring.swift
[1576/1699] Compiling Crypto EdDSA_boring.swift
[1577/1699] Compiling Crypto ECDSA.swift
[1578/1699] Compiling Crypto Ed25519.swift
[1579/1708] Compiling NIOCore MarkedCircularBuffer.swift
[1580/1708] Compiling NIOCore MulticastChannel.swift
[1581/1708] Compiling NIOCore NIOAny.swift
[1582/1708] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1583/1708] Compiling NIOCore NIOLoopBound.swift
[1584/1708] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1585/1708] Compiling NIOCore NIOScheduledCallback.swift
[1586/1708] Compiling NIOCore NIOSendable.swift
[1587/1708] Compiling NIOCore RecvByteBufferAllocator.swift
[1588/1708] Compiling Crypto X25519Keys.swift
[1589/1708] Emitting module Crypto
[1598/1716] Compiling NIOCore ByteBuffer-views.swift
[1599/1716] Compiling NIOCore Channel.swift
[1600/1716] Compiling NIOCore ChannelHandler.swift
[1601/1716] Compiling NIOCore ChannelHandlers.swift
[1602/1716] Compiling NIOCore ChannelInvoker.swift
[1603/1716] Compiling NIOCore ChannelOption.swift
[1604/1716] Compiling NIOCore ChannelPipeline.swift
[1605/1716] Compiling NIOCore CircularBuffer.swift
[1606/1716] Compiling NIOCore Codec.swift
[1607/1716] Compiling NIOCore ConvenienceOptionSupport.swift
[1608/1716] Compiling NIOCore FileHandle.swift
[1609/1716] Compiling NIOCore FileRegion.swift
[1610/1716] Compiling NIOCore GlobalSingletons.swift
[1611/1716] Compiling NIOCore IO.swift
[1612/1716] Compiling NIOCore IOData.swift
[1613/1716] Compiling NIOCore IPProtocol.swift
[1614/1716] Compiling NIOCore IntegerBitPacking.swift
[1615/1716] Compiling NIOCore IntegerTypes.swift
[1616/1716] Compiling NIOCore Interfaces.swift
[1617/1716] Compiling NIOCore Linux.swift
[1618/1716] Compiling NIOCore DeadChannel.swift
[1619/1716] Compiling NIOCore DispatchQueue+WithFuture.swift
[1620/1716] Compiling NIOCore EventLoop+Deprecated.swift
[1621/1716] Compiling NIOCore EventLoop+SerialExecutor.swift
[1622/1716] Compiling NIOCore EventLoop.swift
[1623/1716] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1624/1716] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1625/1716] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1626/1716] Compiling NIOCore EventLoopFuture.swift
[1627/1716] Compiling NIOCore FileDescriptor.swift
[1628/1716] Compiling NIOCore AddressedEnvelope.swift
[1629/1716] Compiling NIOCore AsyncAwaitSupport.swift
[1630/1716] Compiling NIOCore AsyncChannel.swift
[1631/1716] Compiling NIOCore AsyncChannelHandler.swift
[1632/1716] Compiling NIOCore AsyncChannelInboundStream.swift
[1633/1716] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1634/1716] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1635/1716] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1636/1716] Compiling NIOCore NIOAsyncWriter.swift
[1637/1716] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1638/1716] Compiling NIOCore BSDSocketAPI.swift
[1639/1716] Compiling NIOCore ByteBuffer-aux.swift
[1640/1716] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1641/1716] Compiling NIOCore ByteBuffer-conversions.swift
[1642/1716] Compiling NIOCore ByteBuffer-core.swift
[1643/1716] Compiling NIOCore ByteBuffer-hex.swift
[1644/1716] Compiling NIOCore ByteBuffer-int.swift
[1645/1716] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1646/1716] Compiling NIOCore ByteBuffer-multi-int.swift
[1647/1716] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1656/1716] Compiling Crypto Signature.swift
[1657/1716] Compiling Crypto CryptoKitErrors_boring.swift
[1658/1716] Compiling Crypto RNG_boring.swift
[1659/1716] Compiling Crypto SafeCompare_boring.swift
[1660/1716] Compiling Crypto Zeroization_boring.swift
[1661/1716] Compiling Crypto PrettyBytes.swift
[1662/1716] Compiling Crypto SafeCompare.swift
[1663/1716] Compiling Crypto SecureBytes.swift
[1664/1716] Compiling Crypto Zeroization.swift
[1682/1717] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1683/1717] Compiling NIOCore SocketAddresses.swift
[1684/1717] Compiling NIOCore SocketOptionProvider.swift
[1685/1717] Compiling NIOCore SystemCallHelpers.swift
[1686/1717] Compiling NIOCore TimeAmount+Duration.swift
[1687/1717] Compiling NIOCore TypeAssistedChannelHandler.swift
[1688/1717] Compiling NIOCore UniversalBootstrapSupport.swift
[1689/1717] Compiling NIOCore Utilities.swift
[1717/1717] Emitting module NIOCore
[1719/1768] Compiling NIOEmbedded AsyncTestingChannel.swift
[1720/1768] Emitting module NIOEmbedded
[1721/1768] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1722/1768] Compiling NIOEmbedded Embedded.swift
[1723/1769] Compiling NIOPosix IO.swift
[1724/1769] Compiling NIOPosix IntegerBitPacking.swift
[1725/1769] Compiling NIOPosix IntegerTypes.swift
[1726/1769] Compiling NIOPosix Linux.swift
[1727/1769] Compiling NIOPosix LinuxCPUSet.swift
[1728/1769] Compiling NIOPosix LinuxUring.swift
[1729/1769] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1731/1775] Compiling NIOPosix ThreadPosix.swift
[1732/1775] Compiling NIOPosix ThreadWindows.swift
[1733/1775] Compiling NIOPosix UnsafeTransfer.swift
[1734/1775] Compiling NIOPosix Utilities.swift
[1735/1775] Compiling NIOPosix VsockAddress.swift
[1736/1775] Compiling NIOPosix VsockChannelEvents.swift
[1737/1775] Emitting module NIOPosix
[1738/1775] Compiling NIOPosix Pool.swift
[1739/1775] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1740/1775] Compiling NIOPosix PosixSingletons.swift
[1741/1775] Compiling NIOPosix RawSocketBootstrap.swift
[1742/1775] Compiling NIOPosix Resolver.swift
[1743/1775] Compiling NIOPosix Selectable.swift
[1744/1775] Compiling NIOPosix SelectableChannel.swift
[1745/1775] Compiling NIOPosix SelectableEventLoop.swift
[1746/1775] Compiling NIOPosix SelectorEpoll.swift
[1747/1775] Compiling NIOPosix SelectorGeneric.swift
[1748/1775] Compiling NIOPosix SelectorKqueue.swift
[1749/1775] Compiling NIOPosix SelectorUring.swift
[1750/1775] Compiling NIOPosix ServerSocket.swift
[1751/1775] Compiling NIOPosix Socket.swift
[1752/1775] Compiling NIOPosix SocketChannel.swift
[1753/1775] Compiling NIOPosix SocketProtocols.swift
[1754/1775] Compiling NIOPosix System.swift
[1755/1775] Compiling NIOPosix Thread.swift
[1756/1775] Compiling NIOPosix BSDSocketAPICommon.swift
[1757/1775] Compiling NIOPosix BSDSocketAPIPosix.swift
[1758/1775] Compiling NIOPosix BSDSocketAPIWindows.swift
[1759/1775] Compiling NIOPosix BaseSocket.swift
[1760/1775] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1761/1775] Compiling NIOPosix BaseSocketChannel.swift
[1762/1775] Compiling NIOPosix BaseStreamSocketChannel.swift
[1763/1775] Compiling NIOPosix NIOThreadPool.swift
[1764/1775] Compiling NIOPosix NonBlockingFileIO.swift
[1765/1775] Compiling NIOPosix PendingDatagramWritesManager.swift
[1766/1775] Compiling NIOPosix PendingWritesManager.swift
[1767/1775] Compiling NIOPosix PipeChannel.swift
[1768/1775] Compiling NIOPosix PipePair.swift
[1769/1775] Compiling NIOPosix Bootstrap.swift
[1770/1775] Compiling NIOPosix ControlMessage.swift
[1771/1775] Compiling NIOPosix DatagramVectorReadManager.swift
[1772/1775] Compiling NIOPosix Errors+Any.swift
[1773/1775] Compiling NIOPosix FileDescriptor.swift
[1774/1775] Compiling NIOPosix GetaddrinfoResolver.swift
[1775/1775] Compiling NIOPosix HappyEyeballs.swift
[1777/1835] Compiling NIO Exports.swift
[1778/1835] Emitting module NIO
[1780/1843] Compiling NIOSOCKS Helpers.swift
[1781/1843] Compiling NIOSOCKS AuthenticationMethod.swift
[1782/1843] Compiling NIOSOCKS ClientGreeting.swift
[1783/1850] Compiling NIOSOCKS Errors.swift
[1785/1878] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1786/1878] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1787/1878] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1788/1878] Compiling AsyncKit Future+Miscellaneous.swift
[1789/1878] Compiling AsyncKit Future+Nonempty.swift
[1790/1878] Compiling AsyncKit Future+Optional.swift
[1791/1878] Compiling AsyncKit Future+Transform.swift
[1792/1878] Compiling AsyncKit Future+Try.swift
[1793/1878] Compiling AsyncKit FutureOperators.swift
[1794/1878] Compiling NIOSOCKS ClientStateMachine.swift
[1795/1878] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1796/1878] Compiling NIOSOCKS ServerStateMachine.swift
[1797/1878] Compiling NIOTLS TLSEvents.swift
[1798/1878] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1799/1878] Compiling NIOSOCKS SOCKSResponse.swift
[1800/1878] Compiling NIOHTTP1 HTTPEncoder.swift
[1801/1878] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1802/1878] Emitting module NIOTLS
[1803/1878] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1804/1878] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1805/1878] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1806/1878] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1807/1878] Emitting module NIOSOCKS
[1811/1878] Compiling AsyncKit Optional+StrictMap.swift
[1812/1878] Compiling AsyncKit Exports.swift
[1813/1878] Compiling _NIOFileSystem CInterop.swift
[1814/1878] Compiling _NIOFileSystem Errno.swift
[1815/1878] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1816/1878] Compiling _NIOFileSystem Mocking.swift
[1817/1878] Compiling _NIOFileSystem Syscall.swift
[1818/1878] Compiling _NIOFileSystem Syscalls.swift
[1819/1882] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1820/1882] Compiling NIOTLS SNIHandler.swift
[1821/1883] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1822/1883] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1823/1883] Emitting module _NIOFileSystem
[1831/1884] Compiling NIOHTTP1 HTTPDecoder.swift
[1833/1913] Compiling NIOSSL NIOSSLClientHandler.swift
[1834/1913] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1835/1913] Compiling NIOSSL AndroidCABundle.swift
[1836/1913] Compiling NIOSSL ByteBufferBIO.swift
[1837/1915] Emitting module NIOHTTP1
[1838/1915] Compiling NIOSSL SSLCertificateExtensions.swift
[1839/1915] Compiling NIOSSL SSLCertificateName.swift
[1840/1915] Emitting module AsyncKit
[1841/1915] Emitting module NIOFoundationCompat
[1842/1915] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1844/1916] Compiling NIOSSL SSLCallbacks.swift
[1845/1916] Compiling NIOSSL SSLCertificate.swift
[1846/1916] Compiling NIOSSL PosixPort.swift
[1851/1916] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1852/1916] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1855/1916] Compiling NIOSSL SSLErrors.swift
[1856/1916] Compiling NIOSSL SSLInit.swift
[1857/1916] Compiling NIOSSL SSLPKCS12Bundle.swift
[1858/1916] Compiling NIOSSL ObjectIdentifier.swift
[1860/1916] Compiling NIOSSL NIOSSLHandler.swift
[1861/1916] Compiling NIOSSL NIOSSLServerHandler.swift
[1862/1938] Emitting module NIOTransportServices
[1863/1940] Compiling _NIOFileSystem SystemFileHandle.swift
[1864/1940] Compiling _NIOFileSystem Utilities.swift
[1865/1940] Compiling _NIOFileSystem OpenOptions.swift
[1866/1940] Compiling _NIOFileSystem String+FileSystem.swift
[1867/1940] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1868/1940] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1869/1940] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1870/1940] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1871/1940] Compiling NIOTransportServices NIOTSErrors.swift
[1872/1940] Compiling NIOTransportServices NIOTSEventLoop.swift
[1873/1940] Compiling NIOTransportServices StateManagedChannel.swift
[1874/1940] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1875/1940] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1876/1940] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1877/1940] Compiling NIOTransportServices NIOTSSingletons.swift
[1878/1940] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1879/1940] Compiling NIOTransportServices NIOTSBootstraps.swift
[1880/1940] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1881/1940] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1882/1940] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1883/1940] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1884/1940] Emitting module NIOSSL
[1885/1944] Compiling NIOTransportServices AcceptHandler.swift
[1886/1944] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1887/1944] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1888/1944] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1889/1944] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1890/1944] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1899/1945] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1900/1945] Compiling NIOSSL SubjectAlternativeName.swift
[1901/1945] Compiling NIOSSL NIOSSLSecureBytes.swift
[1902/1945] Compiling NIOSSL RNG.swift
[1903/1945] Compiling NIOSSL SafeCompare.swift
[1932/1946] Compiling NIOSSL Zeroization.swift
[1933/1946] Compiling NIOSSL TLSConfiguration.swift
[1935/2015] Compiling NIOHPACK IndexedHeaderTable.swift
[1936/2016] Compiling NIOHPACK HuffmanTables.swift
[1937/2016] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1938/2016] Compiling NIOWebSocket WebSocketOpcode.swift
[1941/2016] Compiling NIOSSL UniversalBootstrapSupport.swift
[1942/2016] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1943/2018] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1944/2018] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1945/2018] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1946/2018] Compiling NIOExtras DebugInboundEventsHandler.swift
[1947/2018] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1948/2018] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1949/2020] Compiling NIOExtras RequestResponseHandler.swift
[1950/2020] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1951/2020] Emitting module _NIOFileSystemFoundationCompat
[1952/2020] Emitting module MultipartKit
[1953/2022] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1954/2022] Compiling NIOExtras NIORequestIdentifiable.swift
[1955/2022] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1956/2022] Compiling NIOExtras NIOExtrasError.swift
[1957/2022] Compiling NIOExtras PCAPRingBuffer.swift
[1958/2022] Compiling NIOExtras QuiescingHelper.swift
[1960/2022] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1961/2022] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1962/2022] Compiling NIOHPACK IntegerCoding.swift
[1963/2022] Compiling NIOHPACK StaticHeaderTable.swift
[1964/2022] Emitting module NIOHTTPCompression
[1965/2022] Compiling NIOHTTPCompression HTTPCompression.swift
[1966/2022] Compiling NIOHTTPCompression HTTPDecompression.swift
[1967/2023] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1968/2023] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1969/2023] Compiling NIOExtras JSONRPCFraming.swift
[1975/2024] Emitting module NIOWebSocket
[1978/2024] Compiling NIOHPACK HuffmanCoding.swift
[1983/2024] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1984/2024] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1985/2024] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1986/2024] Compiling MultipartKit MultipartSerializer.swift
[1987/2024] Compiling MultipartKit Utilities.swift
[1988/2024] Emitting module NIOExtras
[1989/2026] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1990/2026] Compiling NIOWebSocket WebSocketFrame.swift
[1991/2027] Emitting module NIOHPACK
[1995/2027] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1996/2027] Compiling NIOExtras LengthFieldPrepender.swift
[1997/2027] Compiling NIOExtras LineBasedFrameDecoder.swift
[2007/2027] Compiling NIOExtras UnsafeTransfer.swift
[2009/2028] Compiling NIOFileSystem Exports.swift
[2011/2028] Emitting module NIOFileSystem
[2023/2097] Compiling WebSocketKit Exports.swift
[2024/2097] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2025/2097] Compiling WebSocketKit WebSocketHandler.swift
[2026/2097] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2027/2097] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2028/2097] Compiling NIOHTTP2 HasLocalSettings.swift
[2029/2097] Compiling NIOHTTP2 HasRemoteSettings.swift
[2030/2097] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2031/2097] Compiling NIOHTTP2 QuiescingState.swift
[2032/2097] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2033/2097] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2034/2097] Emitting module WebSocketKit
[2035/2097] Compiling WebSocketKit WebSocket+Concurrency.swift
[2036/2105] Compiling WebSocketKit WebSocketClient.swift
[2037/2105] Compiling WebSocketKit WebSocket.swift
[2038/2105] Compiling WebSocketKit WebSocket+Connect.swift
[2039/2106] Compiling NIOHTTP2 MaySendFrames.swift
[2040/2106] Compiling NIOHTTP2 SendingDataState.swift
[2041/2106] Compiling NIOHTTP2 SendingGoawayState.swift
[2042/2106] Compiling NIOHTTP2 SendingHeadersState.swift
[2043/2106] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2044/2106] Compiling NIOHTTP2 SendingRstStreamState.swift
[2045/2106] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2046/2106] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2048/2106] Compiling NIOHTTP2 StateMachineResult.swift
[2049/2106] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2050/2106] Compiling NIOHTTP2 DOSHeuristics.swift
[2051/2106] Compiling NIOHTTP2 Error+Any.swift
[2052/2106] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2053/2106] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2054/2106] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2055/2106] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2056/2106] Compiling NIOHTTP2 InboundWindowManager.swift
[2057/2106] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2058/2106] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2059/2106] Compiling NIOHTTP2 StreamChannelList.swift
[2060/2106] Compiling NIOHTTP2 StreamMap.swift
[2061/2106] Compiling NIOHTTP2 StreamStateMachine.swift
[2062/2106] Compiling NIOHTTP2 UnsafeTransfer.swift
[2063/2106] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2064/2106] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2065/2106] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2066/2106] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2067/2106] Compiling NIOHTTP2 HTTP2StreamID.swift
[2068/2106] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2069/2106] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2070/2106] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2071/2106] Compiling NIOHTTP2 InboundEventBuffer.swift
[2072/2106] Emitting module NIOHTTP2
[2073/2106] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2074/2106] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2075/2106] Compiling NIOHTTP2 MayReceiveFrames.swift
[2076/2106] Compiling NIOHTTP2 ReceivingDataState.swift
[2077/2106] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2078/2106] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2079/2106] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2080/2106] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2081/2106] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2092/2107] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2093/2107] Compiling NIOHTTP2 HTTP2Frame.swift
[2094/2107] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2095/2107] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2096/2107] Compiling NIOHTTP2 HTTP2PingData.swift
[2097/2107] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2098/2107] Compiling NIOHTTP2 HTTP2Settings.swift
[2099/2107] Compiling NIOHTTP2 HTTP2Stream.swift
[2100/2147] Compiling Bridges AnyBridge.swift
[2101/2147] Compiling Bridges AnyBridgesObject.swift
[2102/2147] Compiling Bridges AnyDatabaseIdentifiable.swift
[2103/2147] Compiling Bridges AnyMigration.swift
[2104/2147] Compiling Bridges AutoCreateTableMigration.swift
[2105/2152] Compiling Bridges EnumMigration.swift
[2106/2152] Compiling Bridges Extension.swift
[2107/2152] Compiling Bridges Function.swift
[2108/2152] Compiling Bridges Migration.swift
[2109/2152] Compiling Bridges PoolSource.swift
[2110/2152] Compiling Bridges Bridgeable.swift
[2111/2152] Compiling Bridges BridgesApplication.swift
[2112/2152] Compiling Bridges BridgesRequest.swift
[2113/2152] Compiling Bridges ConnectionSource.swift
[2114/2152] Compiling Bridges ContextBridgeable.swift
[2115/2152] Compiling Bridges SchemaMigration.swift
[2116/2152] Compiling Bridges TableMigration.swift
[2117/2152] Compiling Bridges Trigger.swift
[2118/2152] Compiling Bridges View.swift
[2119/2152] Compiling Bridges Table.swift
[2120/2152] Compiling Bridges Connection.swift
[2121/2152] Compiling Bridges DatabaseHost.swift
[2122/2152] Compiling Bridges DatabaseIdentifier.swift
[2123/2152] Compiling Bridges DatabaseMigrations.swift
[2124/2152] Compiling Bridges Enum.swift
[2125/2152] Compiling Bridges Exports.swift
[2126/2152] Emitting module Bridges
[2127/2152] Compiling Bridges Bridges.swift
[2128/2152] Compiling Bridges BridgesError.swift
[2129/2152] Compiling Bridges BridgesRow.swift
[2130/2152] Compiling Bridges CreateEnumBuilder.swift
[2131/2152] Compiling Bridges DropEnumBuilder.swift
[2132/2152] Compiling Bridges UpdateEnumBuilder.swift
[2133/2152] Compiling Bridges DateFormatter.swift
[2134/2152] Compiling Bridges Table+AllColumns.swift
[2135/2152] Compiling Bridges TableDelete.swift
[2136/2152] Compiling Bridges TableInsert.swift
[2137/2152] Compiling Bridges TableUpdate.swift
[2138/2152] Compiling Bridges TableUpsert.swift
[2139/2152] Compiling Bridges Bridgeable+Transaction.swift
[2140/2152] Compiling Bridges Dictionary+SwifQLable.swift
[2141/2152] Compiling Bridges Encodable+SwifQLable.swift
[2142/2152] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[2143/2152] Compiling Bridges SwifQLable+Execute.swift
[2144/2152] Compiling Bridges Table+Conveniences.swift
[2155/2214] Emitting module AsyncHTTPClient
[2156/2214] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2157/2214] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2158/2214] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2159/2214] Compiling AsyncHTTPClient HTTP1Connection.swift
[2160/2214] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2161/2214] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2162/2214] Compiling AsyncHTTPClient HTTP2Connection.swift
[2163/2214] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2164/2214] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2165/2214] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2166/2214] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2167/2214] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2168/2214] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2169/2214] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2170/2214] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2171/2214] Compiling AsyncHTTPClient RequestBodyLength.swift
[2172/2214] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2173/2222] Compiling AsyncHTTPClient ConnectionTarget.swift
[2174/2222] Compiling AsyncHTTPClient DeconstructedURL.swift
[2175/2222] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2176/2222] Compiling AsyncHTTPClient FoundationExtensions.swift
[2177/2222] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2178/2222] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2179/2222] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2180/2222] Compiling AsyncHTTPClient HTTPClient.swift
[2181/2222] Compiling AsyncHTTPClient HTTPHandler.swift
[2182/2222] Compiling AsyncHTTPClient LRUCache.swift
[2183/2222] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2184/2222] Compiling AsyncHTTPClient NWErrorHandler.swift
[2185/2222] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2186/2222] Compiling AsyncHTTPClient TLSConfiguration.swift
[2187/2222] Compiling AsyncHTTPClient RedirectState.swift
[2188/2222] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2189/2222] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2190/2222] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2191/2222] Compiling AsyncHTTPClient Transaction.swift
[2192/2222] Compiling AsyncHTTPClient Base64.swift
[2193/2222] Compiling AsyncHTTPClient BasicAuth.swift
[2194/2222] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2195/2222] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2196/2222] Compiling AsyncHTTPClient ConnectionPool.swift
[2197/2222] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2198/2222] Compiling AsyncHTTPClient RequestOptions.swift
[2199/2222] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2200/2222] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2201/2222] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2202/2222] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2203/2222] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2204/2222] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2205/2222] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2206/2222] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2207/2222] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2208/2222] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2209/2222] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2210/2222] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2211/2222] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2212/2222] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2213/2222] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2214/2222] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2215/2222] Compiling AsyncHTTPClient RequestBag.swift
[2216/2222] Compiling AsyncHTTPClient RequestValidation.swift
[2217/2222] Compiling AsyncHTTPClient SSLContextCache.swift
[2218/2222] Compiling AsyncHTTPClient Scheme.swift
[2219/2222] Compiling AsyncHTTPClient Singleton.swift
[2220/2222] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2221/2222] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2222/2222] Compiling AsyncHTTPClient Utils.swift
[2224/2392] Compiling Vapor Core.swift
[2225/2392] Compiling Vapor Running.swift
[2226/2392] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2227/2392] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2228/2392] Compiling Vapor DotEnvFile+load.swift
[2229/2392] Compiling Vapor Routes+caseInsenstive.swift
[2230/2392] Compiling Vapor Validatable+validate.swift
[2231/2392] Compiling Vapor Environment+Process.swift
[2232/2392] Compiling Vapor Environment+Secret.swift
[2233/2392] Compiling Vapor Environment.swift
[2234/2392] Compiling Vapor Abort.swift
[2235/2392] Compiling Vapor AbortError.swift
[2236/2392] Compiling Vapor DebuggableError.swift
[2237/2392] Compiling Vapor Demangler.swift
[2238/2392] Compiling Vapor ErrorSource.swift
[2239/2392] Compiling Vapor StackTrace.swift
[2240/2392] Compiling Vapor Exports.swift
[2241/2392] Compiling Vapor Application+HTTP.swift
[2242/2392] Compiling Vapor BasicResponder.swift
[2243/2392] Compiling Vapor BodyStream.swift
[2244/2392] Compiling Vapor Application+HTTP+Client.swift
[2245/2392] Compiling Vapor EventLoopHTTPClient.swift
[2246/2392] Compiling Vapor EndpointCache.swift
[2247/2392] Compiling Vapor HTTPMethod+String.swift
[2248/2416] Compiling Vapor HTTPServerResponseEncoder.swift
[2249/2416] Compiling Vapor HTTPServerUpgradeHandler.swift
[2250/2416] Compiling Vapor Logger+Report.swift
[2251/2416] Compiling Vapor LoggingSystem+Environment.swift
[2252/2416] Compiling Vapor Application+Middleware.swift
[2253/2416] Compiling Vapor CORSMiddleware.swift
[2254/2416] Compiling Vapor ErrorMiddleware.swift
[2255/2416] Compiling Vapor FileMiddleware.swift
[2256/2416] Compiling Vapor Middleware.swift
[2257/2416] Compiling Vapor MiddlewareConfiguration.swift
[2258/2416] Compiling Vapor ResponseCompressionMiddleware.swift
[2259/2416] Compiling Vapor RouteLoggingMiddleware.swift
[2260/2416] Compiling Vapor TracingMiddleware.swift
[2261/2416] Compiling Vapor File+Multipart.swift
[2262/2416] Compiling Vapor FormDataDecoder+Content.swift
[2263/2416] Compiling Vapor FormDataEncoder+Content.swift
[2264/2416] Compiling Vapor Application+Password.swift
[2265/2416] Compiling Vapor Application+Passwords.swift
[2266/2416] Compiling Vapor AsyncPasswordHasher.swift
[2267/2416] Compiling Vapor BcryptHasher.swift
[2268/2416] Compiling Vapor PasswordHasher.swift
[2269/2416] Compiling Vapor PlaintextHasher.swift
[2270/2416] Compiling Vapor Request+Password.swift
[2271/2416] Compiling Vapor Redirect.swift
[2272/2440] Compiling Vapor Validator.swift
[2273/2440] Compiling Vapor ValidatorResult.swift
[2274/2440] Compiling Vapor And.swift
[2275/2440] Compiling Vapor Case.swift
[2276/2440] Compiling Vapor CharacterSet.swift
[2277/2440] Compiling Vapor Count.swift
[2278/2440] Compiling Vapor Custom.swift
[2279/2440] Compiling Vapor Email.swift
[2280/2440] Compiling Vapor Empty.swift
[2281/2440] Compiling Vapor In.swift
[2282/2440] Compiling Vapor Nil.swift
[2283/2440] Compiling Vapor NilIgnoring.swift
[2284/2440] Compiling Vapor Not.swift
[2285/2440] Compiling Vapor Or.swift
[2286/2440] Compiling Vapor Pattern.swift
[2287/2440] Compiling Vapor Range.swift
[2288/2440] Compiling Vapor URL.swift
[2289/2440] Compiling Vapor Valid.swift
[2290/2440] Compiling Vapor Application+Views.swift
[2291/2440] Compiling Vapor PlaintextRenderer.swift
[2292/2440] Compiling Vapor Request+View.swift
[2293/2440] Compiling Vapor View.swift
[2294/2440] Compiling Vapor ViewRenderer.swift
[2295/2440] Compiling Vapor _Deprecations.swift
[2296/2440] Emitting module Vapor
[2297/2440] Compiling Vapor Application.swift
[2298/2440] Compiling Vapor AuthenticationCache.swift
[2299/2440] Compiling Vapor Authenticator.swift
[2300/2440] Compiling Vapor BasicAuthorization.swift
[2301/2440] Compiling Vapor BearerAuthorization.swift
[2302/2440] Compiling Vapor GuardMiddleware.swift
[2303/2440] Compiling Vapor RedirectMiddleware.swift
[2304/2440] Compiling Vapor SessionAuthenticatable.swift
[2305/2440] Compiling Vapor Bcrypt.swift
[2306/2440] Compiling Vapor Application+Cache.swift
[2307/2440] Compiling Vapor Cache.swift
[2308/2440] Compiling Vapor CacheExpirationTime.swift
[2309/2440] Compiling Vapor MemoryCache.swift
[2310/2440] Compiling Vapor Request+Cache.swift
[2311/2440] Compiling Vapor Application+Clients.swift
[2312/2440] Compiling Vapor Client.swift
[2313/2440] Compiling Vapor ClientRequest.swift
[2314/2440] Compiling Vapor ClientResponse.swift
[2315/2440] Compiling Vapor Request+Client.swift
[2316/2440] Compiling Vapor BootCommand.swift
[2317/2440] Compiling Vapor CommandContext+Application.swift
[2318/2440] Compiling Vapor RoutesCommand.swift
[2319/2440] Compiling Vapor ServeCommand.swift
[2320/2440] Compiling Vapor AnyResponse+Concurrency.swift
[2321/2440] Compiling Vapor Service.swift
[2322/2440] Compiling Vapor Application+Sessions.swift
[2323/2440] Compiling Vapor MemorySessions.swift
[2324/2440] Compiling Vapor Request+Session.swift
[2325/2440] Compiling Vapor Session.swift
[2326/2440] Compiling Vapor SessionCache.swift
[2327/2440] Compiling Vapor SessionData.swift
[2328/2440] Compiling Vapor SessionDriver.swift
[2329/2440] Compiling Vapor SessionsConfiguration.swift
[2330/2440] Compiling Vapor SessionsMiddleware.swift
[2331/2440] Compiling Vapor URLEncodedFormData.swift
[2332/2440] Compiling Vapor URLEncodedFormDecoder.swift
[2333/2440] Compiling Vapor URLEncodedFormEncoder.swift
[2334/2440] Compiling Vapor URLEncodedFormError.swift
[2335/2440] Compiling Vapor URLEncodedFormParser.swift
[2336/2440] Compiling Vapor URLEncodedFormSerializer.swift
[2337/2440] Compiling Vapor URLQueryFragmentConvertible.swift
[2338/2440] Compiling Vapor AnyResponse.swift
[2339/2440] Compiling Vapor Array+Random.swift
[2340/2440] Compiling Vapor Base32.swift
[2341/2440] Compiling Vapor Base64.swift
[2342/2440] Compiling Vapor BaseN.swift
[2343/2440] Compiling Vapor BasicCodingKey.swift
[2344/2440] Compiling Vapor ByteCount.swift
[2345/2440] Compiling Vapor Request+Body.swift
[2346/2440] Compiling Vapor Request+BodyStream.swift
[2347/2440] Compiling Vapor Request.swift
[2348/2440] Compiling Vapor Application+Responder.swift
[2349/2440] Compiling Vapor DefaultResponder.swift
[2350/2440] Compiling Vapor Response+Body.swift
[2351/2440] Compiling Vapor Response.swift
[2352/2440] Compiling Vapor ResponseCodable.swift
[2353/2440] Compiling Vapor Application+Routes.swift
[2354/2440] Compiling Vapor Parameters+Require.swift
[2355/2440] Compiling Vapor Request+WebSocket.swift
[2356/2440] Compiling Vapor Route.swift
[2357/2440] Compiling Vapor RouteCollection.swift
[2358/2440] Compiling Vapor Routes.swift
[2359/2440] Compiling Vapor RoutesBuilder+Group.swift
[2360/2440] Compiling Vapor RoutesBuilder+Method.swift
[2361/2440] Compiling Vapor RoutesBuilder+Middleware.swift
[2362/2440] Compiling Vapor RoutesBuilder+WebSocket.swift
[2363/2440] Compiling Vapor RoutesBuilder.swift
[2364/2440] Compiling Vapor OTP.swift
[2365/2440] Compiling Vapor Application+Servers.swift
[2366/2440] Compiling Vapor Server.swift
[2367/2440] Compiling Vapor App+Service.swift
[2368/2440] Compiling Vapor Req+Service.swift
[2369/2440] Compiling Vapor Bytes+Hex.swift
[2370/2440] Compiling Vapor Bytes+SecureCompare.swift
[2371/2440] Compiling Vapor Collection+Safe.swift
[2372/2440] Compiling Vapor DataProtocol+Copy.swift
[2373/2440] Compiling Vapor DecoderUnwrapper.swift
[2374/2440] Compiling Vapor DirectoryConfiguration.swift
[2375/2440] Compiling Vapor DotEnv.swift
[2376/2440] Compiling Vapor Extendable.swift
[2377/2440] Compiling Vapor File.swift
[2378/2440] Compiling Vapor FileIO.swift
[2379/2440] Compiling Vapor LifecycleHandler.swift
[2380/2440] Compiling Vapor OptionalType.swift
[2381/2440] Compiling Vapor RFC1123.swift
[2382/2440] Compiling Vapor SocketAddress+Hostname.swift
[2383/2440] Compiling Vapor Storage.swift
[2384/2440] Compiling Vapor String+IsIPAddress.swift
[2385/2440] Compiling Vapor Thread.swift
[2386/2440] Compiling Vapor URI.swift
[2387/2440] Compiling Vapor RangeResult.swift
[2388/2440] Compiling Vapor Validatable.swift
[2389/2440] Compiling Vapor Validation.swift
[2390/2440] Compiling Vapor ValidationKey.swift
[2391/2440] Compiling Vapor Validations.swift
[2392/2440] Compiling Vapor ValidationsError.swift
[2393/2440] Compiling Vapor AsyncBasicResponder.swift
[2394/2440] Compiling Vapor AsyncMiddleware.swift
[2395/2440] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2396/2440] Compiling Vapor AsyncSessionDriver.swift
[2397/2440] Compiling Vapor Authentication+Concurrency.swift
[2398/2440] Compiling Vapor Cache+Concurrency.swift
[2399/2440] Compiling Vapor Client+Concurrency.swift
[2400/2440] Compiling Vapor RequestBody+Concurrency.swift
[2401/2440] Compiling Vapor Responder+Concurrency.swift
[2402/2440] Compiling Vapor ResponseCodable+Concurrency.swift
[2403/2440] Compiling Vapor RoutesBuilder+Concurrency.swift
[2404/2440] Compiling Vapor ViewRenderer+Concurrency.swift
[2405/2440] Compiling Vapor WebSocket+Concurrency.swift
[2406/2440] Compiling Vapor ContainerGetPathExecutor.swift
[2407/2440] Compiling Vapor Content.swift
[2408/2440] Compiling Vapor ContentCoders.swift
[2409/2440] Compiling Vapor ContentConfiguration.swift
[2410/2440] Compiling Vapor ContentContainer.swift
[2411/2440] Compiling Vapor JSONCoder+Custom.swift
[2412/2440] Compiling Vapor JSONCoders+Content.swift
[2413/2440] Compiling Vapor PlaintextDecoder.swift
[2414/2440] Compiling Vapor PlaintextEncoder.swift
[2415/2440] Compiling Vapor URLQueryCoders.swift
[2416/2440] Compiling Vapor URLQueryContainer.swift
[2417/2440] Compiling Vapor HTTPStatus.swift
[2418/2440] Compiling Vapor HTTPCookies.swift
[2419/2440] Compiling Vapor HTTPHeaderCacheControl.swift
[2420/2440] Compiling Vapor HTTPHeaderExpires.swift
[2421/2440] Compiling Vapor HTTPHeaderLastModified.swift
[2422/2440] Compiling Vapor HTTPHeaders+Cache.swift
[2423/2440] Compiling Vapor HTTPHeaders+Connection.swift
[2424/2440] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2425/2440] Compiling Vapor HTTPHeaders+ContentRange.swift
[2426/2440] Compiling Vapor HTTPHeaders+Directive.swift
[2427/2440] Compiling Vapor HTTPHeaders+Forwarded.swift
[2428/2440] Compiling Vapor HTTPHeaders+Link.swift
[2429/2440] Compiling Vapor HTTPHeaders+Name.swift
[2430/2440] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2431/2440] Compiling Vapor HTTPHeaders.swift
[2432/2440] Compiling Vapor HTTPMediaType.swift
[2433/2440] Compiling Vapor HTTPMediaTypePreference.swift
[2434/2440] Compiling Vapor Responder.swift
[2435/2440] Compiling Vapor Application+HTTP+Server.swift
[2436/2440] Compiling Vapor HTTPServer.swift
[2437/2440] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2438/2440] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2439/2440] Compiling Vapor HTTPServerHandler.swift
[2440/2440] Compiling Vapor HTTPServerRequestDecoder.swift
[2442/2445] Compiling VaporBridges VaporBridges.swift
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:4:1: warning: extension declares a conformance of imported type 'Application' to imported protocols 'BridgesApplication', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
 2 | import Bridges
 3 |
 4 | extension Application: BridgesApplication {
   | |- warning: extension declares a conformance of imported type 'Application' to imported protocols 'BridgesApplication', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     struct Key: StorageKey {
 6 |         typealias Value = Bridges
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:5:12: warning: type 'Application.Key.Value' (aka 'Bridges') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application: BridgesApplication {
 5 |     struct Key: StorageKey {
   |            `- warning: type 'Application.Key.Value' (aka 'Bridges') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = Bridges
 7 |     }
/host/spi-builder-workspace/.build/checkouts/Bridges/Sources/Bridges/Bridges.swift:17:12: note: class 'Bridges' does not conform to the 'Sendable' protocol
 15 | }
 16 |
 17 | open class Bridges {
    |            `- note: class 'Bridges' does not conform to the 'Sendable' protocol
 18 |     var bridges: [String: AnyBridge] = [:]
 19 |
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
 1 | import Vapor
 2 | import Bridges
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
 3 |
 4 | extension Application: BridgesApplication {
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:19:1: warning: extension declares a conformance of imported type 'Request' to imported protocols 'BridgesRequest', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
17 | }
18 |
19 | extension Request: BridgesRequest {
   | |- warning: extension declares a conformance of imported type 'Request' to imported protocols 'BridgesRequest', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |     public var bridgesApplication: BridgesApplication { application }
21 | }
[2443/2445] Emitting module VaporBridges
/host/spi-builder-workspace/Sources/VaporBridges/Protocols/ModelAuthenticatable.swift:36:16: warning: stored property 'database' of 'Sendable'-conforming generic struct 'ModelAuthenticator' has non-sendable type 'DatabaseIdentifier'; this is an error in the Swift 6 language mode
34 |     where User: ModelAuthenticatable
35 | {
36 |     public let database: DatabaseIdentifier
   |                `- warning: stored property 'database' of 'Sendable'-conforming generic struct 'ModelAuthenticator' has non-sendable type 'DatabaseIdentifier'; this is an error in the Swift 6 language mode
37 |
38 |     public func authenticate(
/host/spi-builder-workspace/.build/checkouts/Bridges/Sources/Bridges/DatabaseIdentifier.swift:10:12: note: class 'DatabaseIdentifier' does not conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | open class DatabaseIdentifier {
   |            `- note: class 'DatabaseIdentifier' does not conform to the 'Sendable' protocol
11 |     public let name: String?
12 |     public let host: DatabaseHost
/host/spi-builder-workspace/Sources/VaporBridges/Protocols/ModelAuthenticatable.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
 7 |
 8 | import Vapor
 9 | import Bridges
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
10 |
11 | public protocol ModelAuthenticatable: Table, Authenticatable {
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:4:1: warning: extension declares a conformance of imported type 'Application' to imported protocols 'BridgesApplication', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
 2 | import Bridges
 3 |
 4 | extension Application: BridgesApplication {
   | |- warning: extension declares a conformance of imported type 'Application' to imported protocols 'BridgesApplication', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     struct Key: StorageKey {
 6 |         typealias Value = Bridges
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:5:12: warning: type 'Application.Key.Value' (aka 'Bridges') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | extension Application: BridgesApplication {
 5 |     struct Key: StorageKey {
   |            `- warning: type 'Application.Key.Value' (aka 'Bridges') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 6 |         typealias Value = Bridges
 7 |     }
/host/spi-builder-workspace/.build/checkouts/Bridges/Sources/Bridges/Bridges.swift:17:12: note: class 'Bridges' does not conform to the 'Sendable' protocol
 15 | }
 16 |
 17 | open class Bridges {
    |            `- note: class 'Bridges' does not conform to the 'Sendable' protocol
 18 |     var bridges: [String: AnyBridge] = [:]
 19 |
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
 1 | import Vapor
 2 | import Bridges
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
 3 |
 4 | extension Application: BridgesApplication {
/host/spi-builder-workspace/Sources/VaporBridges/VaporBridges.swift:19:1: warning: extension declares a conformance of imported type 'Request' to imported protocols 'BridgesRequest', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
17 | }
18 |
19 | extension Request: BridgesRequest {
   | |- warning: extension declares a conformance of imported type 'Request' to imported protocols 'BridgesRequest', 'AnyBridgesObject'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |     public var bridgesApplication: BridgesApplication { application }
21 | }
[2444/2445] Compiling VaporBridges ModelAuthenticatable.swift
/host/spi-builder-workspace/Sources/VaporBridges/Protocols/ModelAuthenticatable.swift:36:16: warning: stored property 'database' of 'Sendable'-conforming generic struct 'ModelAuthenticator' has non-sendable type 'DatabaseIdentifier'; this is an error in the Swift 6 language mode
34 |     where User: ModelAuthenticatable
35 | {
36 |     public let database: DatabaseIdentifier
   |                `- warning: stored property 'database' of 'Sendable'-conforming generic struct 'ModelAuthenticator' has non-sendable type 'DatabaseIdentifier'; this is an error in the Swift 6 language mode
37 |
38 |     public func authenticate(
/host/spi-builder-workspace/.build/checkouts/Bridges/Sources/Bridges/DatabaseIdentifier.swift:10:12: note: class 'DatabaseIdentifier' does not conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | open class DatabaseIdentifier {
   |            `- note: class 'DatabaseIdentifier' does not conform to the 'Sendable' protocol
11 |     public let name: String?
12 |     public let host: DatabaseHost
/host/spi-builder-workspace/Sources/VaporBridges/Protocols/ModelAuthenticatable.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
 7 |
 8 | import Vapor
 9 | import Bridges
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Bridges'
10 |
11 | public protocol ModelAuthenticatable: Table, Authenticatable {
[2445/2445] Compiling VaporBridges Exports.swift
Build complete! (420.72s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.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" : "VaporBridges",
  "name" : "VaporBridges",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporBridges",
      "targets" : [
        "VaporBridges"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporBridgesTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporBridgesTests",
      "path" : "Tests/VaporBridgesTests",
      "sources" : [
        "VaporBridgesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VaporBridges"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporBridges",
      "module_type" : "SwiftTarget",
      "name" : "VaporBridges",
      "path" : "Sources/VaporBridges",
      "product_dependencies" : [
        "Vapor",
        "Bridges"
      ],
      "product_memberships" : [
        "VaporBridges"
      ],
      "sources" : [
        "Exports.swift",
        "Protocols/ModelAuthenticatable.swift",
        "VaporBridges.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.