The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of VaporBridges, reference master (3dab7b), with Swift 6.1 for Linux on 26 Apr 2025 19:57:42 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwifQL/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:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwifQL/Bridges.git
Fetching https://github.com/vapor/vapor.git
[1/631] Fetching bridges
[632/74944] Fetching bridges, vapor
Fetched https://github.com/SwifQL/Bridges.git from cache (1.79s)
Fetched https://github.com/vapor/vapor.git from cache (1.83s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.47s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5903] Fetching swift-algorithms
[5904/9111] Fetching swift-algorithms, multipart-kit
[7541/10170] Fetching swift-algorithms, multipart-kit, swift-service-context
[8600/12766] Fetching swift-algorithms, multipart-kit, swift-service-context, websocket-kit
[11196/17736] Fetching swift-algorithms, multipart-kit, swift-service-context, websocket-kit, swift-distributed-tracing
[12787/19441] Fetching swift-algorithms, multipart-kit, swift-service-context, websocket-kit, swift-distributed-tracing, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (1.77s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.78s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.84s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.84s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.85s)
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-extras.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.03s)
[1/3836] Fetching swift-log
Fetching https://github.com/apple/swift-nio.git
[539/6036] Fetching swift-log, swift-metrics
[2374/11698] Fetching swift-log, swift-metrics, swift-nio-extras
[10737/23190] Fetching swift-log, swift-metrics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.74s)
[4765/11698] Fetching swift-log, swift-metrics, swift-nio-extras
[7847/31947] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
[9376/107378] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.77s)
[4010/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/console-kit.git
[8046/122439] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[11601/136223] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[11739/141708] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.75s)
Fetching https://github.com/vapor/async-kit.git
[105898/136223] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.96s)
[88687/115500] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[91364/117870] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-kit
[95997/131657] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (1.58s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.58s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.27s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.29s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.62s)
Fetched https://github.com/apple/swift-nio.git from cache (6.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.27s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.01s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.44s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.47s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] 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-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.48s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.35s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.73s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.88s)
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.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
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.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.45s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.44s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
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.43s)
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.44s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.46s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.00s)
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.52s)
Fetching https://github.com/SwifQL/SwifQL.git
[1/2366] Fetching swifql
Fetched https://github.com/SwifQL/SwifQL.git from cache (0.25s)
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.67s)
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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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/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/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/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.15.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/SwifQL/Bridges.git
Working copy of https://github.com/SwifQL/Bridges.git resolved at 1.0.0-rc.4.13.6
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Building for debugging...
[0/833] Write sources
[47/833] Compiling CNIOWindows WSAStartup.c
[48/833] Compiling CNIOWindows shim.c
[49/833] Compiling _NumericsShims _NumericsShims.c
[50/833] Compiling _AtomicsShims.c
[51/833] Compiling CNIOWASI CNIOWASI.c
[52/833] Compiling CNIOLinux liburing_shims.c
[53/833] Compiling CSystem shims.c
[54/833] Compiling CVaporBcrypt bcrypt.c
[55/833] Compiling CVaporBcrypt blf.c
[56/833] Compiling CNIOExtrasZlib empty.c
[57/833] Compiling CNIOSHA1 c_nio_sha1.c
[58/833] Compiling CNIODarwin shim.c
[59/833] Compiling CNIOLLHTTP c_nio_http.c
[60/833] Compiling CNIOLinux shim.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 CNIOLLHTTP c_nio_api.c
[65/833] Compiling fiat_curve25519_adx_mul.S
[66/833] Write swift-version-24593BA9C3E375BF.txt
[67/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/837] Compiling CNIOBoringSSLShims shims.c
[69/839] Compiling tls_method.cc
[70/839] Compiling tls_record.cc
[71/839] Compiling tls13_client.cc
[72/839] Compiling tls13_enc.cc
[73/839] Compiling tls13_both.cc
[74/839] Compiling tls13_server.cc
[76/1063] Emitting module Logging
[77/1063] Emitting module SystemPackage
[78/1066] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/1066] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/1068] Emitting module _NIOBase64
[81/1068] Compiling _NIOBase64 Base64.swift
[82/1069] Compiling InternalCollectionsUtilities Integer rank.swift
[83/1069] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/1069] Compiling InternalCollectionsUtilities UInt+reversed.swift
[85/1069] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/1069] Compiling _NIODataStructures _TinyArray.swift
[87/1069] Compiling SystemPackage Util+StringArray.swift
[88/1069] Compiling SystemPackage Util.swift
[89/1069] Compiling SystemPackage UtilConsumers.swift
[90/1069] Emitting module InternalCollectionsUtilities
[91/1069] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[92/1069] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[93/1069] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[94/1069] Compiling RealModule ElementaryFunctions.swift
[95/1069] Compiling RealModule Real.swift
[96/1069] Compiling RealModule Float80+Real.swift
[97/1070] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[102/1070] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/1070] Compiling InternalCollectionsUtilities Specialize.swift
[105/1070] Emitting module RealModule
[106/1070] Compiling ServiceContextModule ServiceContextKey.swift
[115/1070] Emitting module ServiceContextModule
[116/1070] Compiling ServiceContextModule ServiceContext.swift
[117/1071] Compiling InternalCollectionsUtilities _SortedCollection.swift
[118/1071] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[119/1071] Compiling InternalCollectionsUtilities Debugging.swift
[120/1071] Compiling InternalCollectionsUtilities Descriptions.swift
[121/1071] Compiling SwifQL Column.swift
[122/1071] Compiling SwifQL Constraint.swift
[123/1071] Compiling SwifQL Dialect+MySQL.swift
[124/1071] Compiling RealModule Float+Real.swift
[125/1071] Compiling RealModule Float16+Real.swift
[126/1071] Compiling _NIODataStructures PriorityQueue.swift
[127/1071] Compiling RealModule RealFunctions.swift
[128/1072] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[129/1072] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/1082] Compiling Instrumentation NoOpInstrument.swift
[134/1082] Compiling Instrumentation Instrument.swift
[135/1082] Emitting module Instrumentation
[136/1082] Compiling Logging MetadataProvider.swift
[137/1082] Compiling Instrumentation MultiplexInstrument.swift
[146/1082] Compiling Instrumentation Locks.swift
[147/1082] Compiling Logging LogHandler.swift
[148/1082] Compiling Logging Locks.swift
[149/1082] Compiling Logging Logging.swift
[150/1082] Compiling Instrumentation InstrumentationSystem.swift
[153/1084] Compiling SwifQL With.swift
[154/1084] Compiling SwifQL Codable.swift
[155/1084] Compiling SwifQL Dialect+Postgres.swift
[156/1084] Compiling SwifQL Dialect.swift
[157/1084] Compiling SwifQL Enum.swift
[158/1084] Compiling SwifQL Array+SwifQLable.swift
[159/1085] Emitting module _NIODataStructures
[160/1085] Compiling _NIODataStructures Heap.swift
[165/1223] Compiling CoreMetrics Locks.swift
[166/1223] Emitting module CoreMetrics
[167/1223] Compiling CoreMetrics Metrics.swift
[169/1224] Emitting module RoutingKit
[170/1224] Compiling Tracing InstrumentationSystem+Tracing.swift
[171/1224] Compiling Tracing NoOpTracer.swift
[172/1224] Compiling RoutingKit PathComponent.swift
[173/1224] Compiling Tracing TracingTime.swift
[174/1225] Emitting module Tracing
[175/1231] Compiling Tracing TracerProtocol.swift
[176/1231] Compiling Tracing Tracer.swift
[177/1231] Compiling Tracing TracerProtocol+Legacy.swift
[178/1231] Compiling HeapModule Heap+Descriptions.swift
[179/1231] Compiling RoutingKit Router.swift
[180/1231] Compiling RoutingKit TrieRouter.swift
[181/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[182/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[183/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[184/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[185/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[186/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[187/1231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[188/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[189/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[190/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[191/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[192/1238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[193/1238] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[194/1238] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[195/1238] Compiling HeapModule _HeapNode.swift
[195/1238] Compiling t1_enc.cc
[197/1238] Compiling SwifQL Path+SchemaWithTableAndColumn.swift
[198/1238] Compiling SwifQL Path+Table.swift
[199/1238] Compiling SwifQL Path+TableWithColumn.swift
[200/1238] Compiling SwifQL Path.swift
[201/1238] Compiling SwifQL Predicates.swift
[202/1238] Compiling SwifQL Prepared.swift
[203/1238] Compiling SwifQL QueryBuilderable.swift
[204/1238] Compiling SwifQL QueryParts.swift
[205/1238] Compiling SwifQL ReferentialAction.swift
[206/1238] Compiling SwifQL SwifQLableResultBuilder.swift
[207/1238] Compiling SwifQL Schema.swift
[208/1238] Compiling SwifQL Schemable.swift
[209/1238] Compiling SwifQL SplittedQuery.swift
[210/1238] Compiling SwifQL SwifQL.swift
[211/1238] Compiling SwifQL SwifQLable+Action.swift
[212/1238] Compiling SwifQL SwifQLable+Add.swift
[213/1238] Compiling SwifQL SwifQLable+AddQuery.swift
[214/1238] Compiling SwifQL SwifQLable+After.swift
[215/1238] Compiling SwifQL SwifQLable+All.swift
[216/1238] Compiling SwifQL SwifQLable+Alter.swift
[217/1238] Compiling SwifQL SwifQLable+And.swift
[218/1238] Compiling SwifQL SwifQLable+Any.swift
[219/1238] Compiling SwifQL SwifQLable+As.swift
[220/1238] Compiling SwifQL SwifQLable+Asterisk.swift
[221/1238] Compiling SwifQL SwifQLable+Before.swift
[222/1238] Compiling SwifQL SwifQLable+Begin.swift
[223/1238] Compiling SwifQL SwifQLable+Between.swift
[224/1238] Compiling SwifQL SwifQLable+Cascade.swift
[225/1238] Compiling SwifQL SwifQLable+Check.swift
[226/1238] Compiling SwifQL SwifQLable+Column.swift
[227/1238] Compiling SwifQL SwifQLable+Commit.swift
[228/1238] Compiling SwifQL SwifQLable+Conflict.swift
[229/1238] Compiling SwifQL SwifQLable+Constraint.swift
[230/1238] Compiling SwifQL SwifQLable+Create.swift
[231/1238] Compiling SwifQL SwifQLable+Default.swift
[232/1238] Compiling SwifQL SwifQLable+Delete.swift
[233/1238] Compiling SwifQL SwifQLable+Distinct.swift
[234/1238] Compiling SwifQL SwifQLable+Do.swift
[235/1238] Compiling SwifQL SwifQLable+Drop.swift
[236/1238] Compiling SwifQL SwifQLable+End.swift
[237/1238] Compiling SwifQL SwifQLable+Epoch.swift
[238/1238] Compiling SwifQL SwifQLable+Exists.swift
[239/1238] Compiling SwifQL SwifQLable+Filter.swift
[240/1238] Compiling SwifQL SwifQLable+From.swift
[241/1238] Compiling SwifQL SwifQLable+Fulltext.swift
[242/1238] Compiling SwifQL SwifQLable+Function.swift
[243/1256] Compiling HeapModule Heap.swift
[244/1260] Compiling SwifQL SwifQLable+GroupBy.swift
[245/1260] Compiling SwifQL SwifQLable+Having.swift
[246/1260] Compiling SwifQL SwifQLable+ILike.swift
[247/1260] Compiling SwifQL SwifQLable+If.swift
[248/1260] Compiling SwifQL SwifQLable+In.swift
[249/1260] Compiling SwifQL SwifQLable+InsertInto.swift
[250/1260] Compiling SwifQL SwifQLable+Interval.swift
[251/1260] Compiling SwifQL SwifQLable+IsNotNull.swift
[252/1260] Compiling SwifQL SwifQLable+IsNull.swift
[253/1260] Compiling SwifQL SwifQLable+Items.swift
[254/1260] Compiling SwifQL SwifQLable+Join.swift
[255/1260] Compiling SwifQL SwifQLable+Key.swift
[256/1260] Compiling SwifQL SwifQLable+Like.swift
[257/1260] Compiling SwifQL SwifQLable+Limit.swift
[258/1260] Compiling SwifQL SwifQLable+No.swift
[259/1260] Compiling SwifQL SwifQLable+Not.swift
[260/1260] Compiling SwifQL SwifQLable+NotBetween.swift
[261/1260] Compiling SwifQL SwifQLable+NotExists.swift
[262/1260] Compiling SwifQL SwifQLable+NotILike.swift
[263/1260] Compiling SwifQL SwifQLable+NotIn.swift
[264/1260] Compiling SwifQL SwifQLable+NotLike.swift
[265/1260] Compiling SwifQL SwifQLable+Nothing.swift
[266/1260] Compiling SwifQL SwifQLable+Null.swift
[267/1260] Compiling SwifQL SwifQLable+Offset.swift
[268/1260] Compiling SwifQL SwifQLable+On.swift
[269/1260] Compiling SwifQL SwifQLable+Or.swift
[270/1260] Compiling SwifQL SwifQLable+OrderBy.swift
[271/1260] Compiling SwifQL SwifQLable+Over.swift
[272/1260] Compiling SwifQL SwifQLable+Overlaps.swift
[273/1260] Compiling SwifQL SwifQLable+Owner.swift
[274/1260] Compiling SwifQL SwifQLable+PartitionBy.swift
[275/1260] Compiling SwifQL SwifQLable+Primary.swift
[276/1260] Compiling SwifQL SwifQLable+Raw.swift
[277/1260] Compiling SwifQL SwifQLable+References.swift
[278/1260] Compiling SwifQL SwifQLable+Rename.swift
[279/1260] Compiling SwifQL SwifQLable+Restrict.swift
[280/1260] Compiling SwifQL SwifQLable+Return.swift
[281/1260] Compiling SwifQL SwifQLable+Returning.swift
[282/1260] Compiling SwifQL SwifQLable+Rollback.swift
[283/1260] Compiling SwifQL SwifQLable+Schema.swift
[284/1260] Compiling SwifQL SwifQLable+Select.swift
[285/1260] Compiling SwifQL SwifQLable+Semicolon.swift
[286/1260] Compiling SwifQL SwifQLable+Set.swift
[287/1260] Compiling SwifQL SwifQLable+Space.swift
[288/1260] Compiling SwifQL SwifQLable+Subscript.swift
[289/1260] Compiling OrderedCollections OrderedSet+Initializers.swift
[290/1260] Compiling OrderedCollections OrderedSet+Insertions.swift
[291/1260] Compiling OrderedCollections OrderedSet+Invariants.swift
[292/1260] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[293/1260] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[294/1260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[295/1260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[296/1260] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[297/1260] Compiling OrderedCollections OrderedSet+Sendable.swift
[298/1260] Compiling OrderedCollections OrderedSet+SubSequence.swift
[299/1260] Compiling OrderedCollections OrderedSet+Testing.swift
[300/1260] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[301/1260] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[302/1260] Compiling OrderedCollections OrderedSet.swift
[303/1260] Compiling OrderedCollections _UnsafeBitset.swift
[304/1260] Compiling _RopeModule Rope+Sequence.swift
[305/1260] Compiling _RopeModule Rope+Append.swift
[306/1260] Compiling _RopeModule Rope+Extract.swift
[307/1260] Compiling _RopeModule Rope+Find.swift
[308/1260] Compiling _RopeModule Rope+ForEachWhile.swift
[309/1260] Compiling _RopeModule Rope+Insert.swift
[310/1260] Compiling SwifQL Path+Schema.swift
[311/1260] Compiling SwifQL Path+SchemaWithTable.swift
[312/1260] Emitting module HeapModule
[313/1260] Compiling HeapModule Heap+Invariants.swift
[314/1260] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[315/1260] Compiling HeapModule Heap+UnsafeHandle.swift
[316/1261] Compiling Tracing SpanProtocol.swift
[317/1262] Compiling RoutingKit AnyRouter.swift
[318/1262] Compiling RoutingKit Parameters.swift
[319/1265] Compiling OrderedCollections OrderedDictionary.swift
[320/1265] Compiling OrderedCollections OrderedSet+Codable.swift
[321/1265] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[322/1265] Compiling OrderedCollections OrderedSet+Descriptions.swift
[323/1265] Compiling OrderedCollections OrderedSet+Diffing.swift
[324/1265] Compiling OrderedCollections OrderedSet+Equatable.swift
[325/1265] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[326/1265] Compiling OrderedCollections OrderedSet+Hashable.swift
[327/1265] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[328/1265] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[329/1265] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[330/1265] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[331/1265] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[332/1265] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[333/1265] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[334/1265] Compiling OrderedCollections OrderedDictionary+Values.swift
[344/1265] Compiling ssl_x509.cc
[347/1265] Compiling OrderedCollections OrderedDictionary+Codable.swift
[348/1265] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[349/1265] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[350/1265] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[351/1265] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[352/1265] Compiling OrderedCollections OrderedDictionary+Elements.swift
[353/1265] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[354/1265] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[355/1279] Emitting module Metrics
[356/1356] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[357/1356] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[358/1356] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[359/1356] Compiling HashTreeCollections _HashNode+Storage.swift
[360/1356] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[361/1356] Compiling HashTreeCollections _HashNode+Structural filter.swift
[362/1356] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[363/1356] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[364/1356] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[365/1356] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[366/1365] Compiling Metrics Metrics.swift
[367/1366] Compiling HashTreeCollections _HashLevel.swift
[368/1366] Compiling HashTreeCollections _HashNode+Builder.swift
[369/1368] Compiling HashTreeCollections _AncestorHashSlots.swift
[370/1368] Compiling HashTreeCollections _Bitmap.swift
[374/1368] Compiling HashTreeCollections _HashNode+Debugging.swift
[375/1368] Compiling HashTreeCollections _HashNode+Initializers.swift
[378/1368] Compiling HashTreeCollections _Bucket.swift
[379/1368] Compiling HashTreeCollections _Hash.swift
[384/1368] Compiling HashTreeCollections _HashNode+Invariants.swift
[385/1368] Compiling HashTreeCollections _HashNode+Lookups.swift
[386/1368] Compiling HashTreeCollections TreeDictionary+Keys.swift
[387/1368] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[388/1368] Compiling HashTreeCollections TreeDictionary+Merge.swift
[389/1368] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[390/1368] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[391/1368] Compiling HashTreeCollections TreeDictionary+Values.swift
[392/1368] Compiling HashTreeCollections TreeDictionary.swift
[393/1368] Compiling HashTreeCollections TreeSet+Codable.swift
[394/1368] Compiling HashTreeCollections TreeSet+Collection.swift
[395/1368] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[396/1368] Compiling HashTreeCollections TreeSet+Debugging.swift
[397/1368] Compiling HashTreeCollections TreeSet+Descriptions.swift
[398/1368] Compiling HashTreeCollections TreeSet+Equatable.swift
[399/1368] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[400/1368] Compiling HashTreeCollections TreeSet+Extras.swift
[401/1368] Compiling HashTreeCollections TreeSet+Filter.swift
[402/1368] Compiling HashTreeCollections TreeSet+Hashable.swift
[403/1368] Compiling HashTreeCollections TreeSet+Sendable.swift
[404/1368] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[405/1368] Compiling HashTreeCollections _HashNode+Structural merge.swift
[406/1368] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[407/1368] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[408/1368] Compiling HashTreeCollections _HashNode+Structural union.swift
[409/1368] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[410/1368] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[411/1368] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[412/1368] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[413/1368] Compiling HashTreeCollections _HashNode.swift
[416/1368] Compiling _RopeModule Rope+Join.swift
[417/1368] Compiling _RopeModule Rope+MutatingForEach.swift
[418/1368] Compiling _RopeModule Rope+Remove.swift
[419/1368] Compiling _RopeModule Rope+RemoveSubrange.swift
[420/1368] Compiling _RopeModule Rope+Split.swift
[421/1368] Compiling _RopeModule Optional Utilities.swift
[422/1368] Compiling _RopeModule String Utilities.swift
[423/1368] Compiling _RopeModule String.Index+ABI.swift
[424/1378] Compiling DequeModule _DequeSlot.swift
[425/1378] Compiling DequeModule _UnsafeWrappedBuffer.swift
[435/1378] Compiling HashTreeCollections _HashNodeHeader.swift
[436/1378] Compiling HashTreeCollections _HashSlot.swift
[437/1378] Compiling HashTreeCollections _HashStack.swift
[438/1378] Compiling HashTreeCollections _HashTreeIterator.swift
[439/1378] Compiling HashTreeCollections _HashTreeStatistics.swift
[440/1378] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[441/1378] Compiling HashTreeCollections _RawHashNode.swift
[442/1378] Compiling HashTreeCollections _UnmanagedHashNode.swift
[443/1378] Compiling HashTreeCollections _UnsafePath.swift
[444/1378] Compiling HashTreeCollections TreeDictionary+Codable.swift
[445/1378] Compiling HashTreeCollections TreeDictionary+Collection.swift
[446/1378] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[447/1378] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[448/1378] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[449/1378] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[450/1378] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[451/1378] Emitting module SwifQL
[486/1378] Compiling HashTreeCollections TreeDictionary+Filter.swift
[487/1378] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[488/1378] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[515/1378] Emitting module OrderedCollections
[516/1379] Emitting module DequeModule
[519/1380] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[520/1380] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[521/1380] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[522/1380] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[523/1380] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[524/1380] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[525/1380] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[526/1380] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[527/1380] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[528/1380] Compiling HashTreeCollections TreeSet.swift
[528/1380] Compiling ssl_transcript.cc
[529/1380] Compiling ssl_versions.cc
[542/1380] Compiling SwifQL SwifQLable+Table.swift
[543/1380] Compiling SwifQL SwifQLable+Timestamp.swift
[544/1380] Compiling SwifQL SwifQLable+To.swift
[545/1380] Compiling SwifQL SwifQLable+Type.swift
[546/1380] Compiling SwifQL SwifQLable+Union.swift
[547/1380] Compiling SwifQL SwifQLable+Unique.swift
[548/1380] Compiling SwifQL SwifQLable+Update.swift
[549/1380] Compiling SwifQL SwifQLable+Value.swift
[550/1380] Compiling SwifQL SwifQLable+Values.swift
[551/1380] Compiling SwifQL SwifQLable+Where.swift
[552/1380] Compiling SwifQL SwifQLable+WhereExists.swift
[553/1380] Compiling SwifQL SwifQLable+WhereNotExists.swift
[554/1380] Compiling SwifQL SwifQLable+Window.swift
[555/1380] Compiling SwifQL SwifQLable+With.swift
[556/1380] Compiling SwifQL SwifQLable.swift
[557/1380] Compiling SwifQL SwifQLableArraySeparator.swift
[558/1380] Compiling SwifQL Table.swift
[559/1380] Compiling SwifQL TableAlias.swift
[560/1380] Compiling SwifQL Type+Autodetect.swift
[561/1380] Compiling SwifQL Type+SwifQLable.swift
[562/1380] Compiling SwifQL Type.swift
[563/1380] Compiling SwifQL _Todo.swift
[564/1381] Emitting module _RopeModule
[565/1381] Compiling ssl_stat.cc
[628/1382] Compiling ssl_privkey.cc
[629/1382] Compiling ssl_session.cc
[631/1382] Emitting module HashTreeCollections
[632/1383] Compiling ssl_file.cc
[633/1383] Compiling ssl_key_share.cc
[634/1383] Compiling ssl_credential.cc
[635/1383] Compiling ssl_lib.cc
[636/1383] Compiling ssl_cipher.cc
[637/1383] Compiling ssl_buffer.cc
[638/1383] Compiling ssl_cert.cc
[639/1383] Compiling ssl_aead_ctx.cc
[640/1383] Compiling ssl_asn1.cc
[641/1383] Compiling s3_pkt.cc
[642/1383] Compiling s3_lib.cc
[643/1383] Compiling s3_both.cc
[644/1383] Compiling handshake_server.cc
[645/1383] Compiling handshake.cc
[646/1383] Compiling handshake_client.cc
[647/1383] Compiling handoff.cc
[648/1383] Compiling encrypted_client_hello.cc
[649/1383] Compiling dtls_record.cc
[650/1383] Compiling md5-x86_64-linux.S
[651/1383] Compiling md5-x86_64-apple.S
[652/1383] Compiling md5-586-linux.S
[653/1383] Compiling extensions.cc
[654/1383] Compiling md5-586-apple.S
[655/1383] Compiling dtls_method.cc
[656/1383] Compiling chacha20_poly1305_x86_64-apple.S
[657/1383] Compiling chacha20_poly1305_x86_64-linux.S
[658/1383] Compiling chacha20_poly1305_armv8-win.S
[659/1383] Compiling chacha20_poly1305_armv8-linux.S
[660/1383] Compiling chacha20_poly1305_armv8-apple.S
[661/1383] Compiling chacha-x86_64-linux.S
[662/1383] Compiling chacha-x86_64-apple.S
[663/1383] Compiling chacha-x86-linux.S
[664/1383] Compiling chacha-x86-apple.S
[665/1383] Compiling chacha-armv8-win.S
[666/1383] Compiling chacha-armv8-linux.S
[667/1383] Compiling err_data.cc
[668/1383] Compiling chacha-armv8-apple.S
[669/1383] Compiling chacha-armv4-linux.S
[670/1383] Compiling aes128gcmsiv-x86_64-linux.S
[671/1383] Compiling aes128gcmsiv-x86_64-apple.S
[672/1383] Compiling x86_64-mont5-linux.S
[673/1383] Compiling x86_64-mont5-apple.S
[674/1383] Compiling x86_64-mont-linux.S
[675/1383] Compiling x86_64-mont-apple.S
[676/1383] Compiling x86-mont-linux.S
[677/1383] Compiling x86-mont-apple.S
[678/1383] Compiling vpaes-x86_64-linux.S
[679/1383] Compiling vpaes-x86_64-apple.S
[680/1383] Compiling vpaes-x86-linux.S
[681/1383] Compiling vpaes-x86-apple.S
[682/1383] Compiling vpaes-armv8-win.S
[683/1383] Compiling vpaes-armv8-linux.S
[684/1383] Compiling vpaes-armv8-apple.S
[685/1383] Compiling vpaes-armv7-linux.S
[686/1383] Compiling sha512-x86_64-apple.S
[687/1383] Compiling sha512-x86_64-linux.S
[688/1383] Compiling sha512-armv8-win.S
[689/1383] Compiling sha512-armv8-linux.S
[690/1383] Compiling sha512-armv8-apple.S
[691/1383] Compiling sha512-armv4-linux.S
[692/1383] Compiling sha512-586-linux.S
[693/1383] Compiling bio_ssl.cc
[694/1383] Compiling sha512-586-apple.S
[695/1383] Compiling d1_srtp.cc
[696/1383] Compiling sha256-x86_64-linux.S
[697/1383] Compiling sha256-x86_64-apple.S
[698/1383] Compiling sha256-armv8-win.S
[699/1383] Compiling sha256-armv8-linux.S
[700/1383] Compiling sha256-armv8-apple.S
[701/1383] Compiling sha256-armv4-linux.S
[702/1383] Compiling sha256-586-linux.S
[703/1383] Compiling sha256-586-apple.S
[704/1383] Compiling sha1-x86_64-apple.S
[705/1383] Compiling sha1-x86_64-linux.S
[706/1383] Compiling sha1-armv8-win.S
[707/1383] Compiling sha1-armv8-linux.S
[708/1383] Compiling sha1-armv8-apple.S
[709/1383] Compiling sha1-armv4-large-linux.S
[710/1383] Compiling sha1-586-linux.S
[711/1383] Compiling sha1-586-apple.S
[712/1383] Compiling rsaz-avx2-linux.S
[713/1383] Compiling rsaz-avx2-apple.S
[714/1383] Compiling d1_pkt.cc
[715/1383] Compiling rdrand-x86_64-linux.S
[716/1383] Compiling rdrand-x86_64-apple.S
[717/1383] Compiling p256_beeu-x86_64-asm-linux.S
[718/1383] Compiling p256_beeu-x86_64-asm-apple.S
[719/1383] Compiling p256_beeu-armv8-asm-win.S
[720/1383] Compiling p256_beeu-armv8-asm-linux.S
[721/1383] Compiling p256_beeu-armv8-asm-apple.S
[722/1383] Compiling p256-x86_64-asm-apple.S
[723/1383] Compiling p256-x86_64-asm-linux.S
[724/1383] Compiling p256-armv8-asm-win.S
[725/1383] Compiling p256-armv8-asm-linux.S
[726/1383] Compiling p256-armv8-asm-apple.S
[727/1383] Compiling ghashv8-armv8-win.S
[728/1383] Compiling ghashv8-armv8-linux.S
[729/1383] Compiling ghashv8-armv8-apple.S
[730/1383] Compiling ghashv8-armv7-linux.S
[731/1383] Compiling ghash-x86_64-apple.S
[732/1383] Compiling d1_lib.cc
[733/1383] Compiling ghash-x86-linux.S
[734/1383] Compiling ghash-x86_64-linux.S
[735/1383] Compiling ghash-x86-apple.S
[736/1383] Compiling ghash-ssse3-x86_64-linux.S
[737/1383] Compiling ghash-ssse3-x86_64-apple.S
[738/1383] Compiling ghash-ssse3-x86-linux.S
[738/1383] Compiling ghash-ssse3-x86-apple.S
[740/1383] Compiling ghash-neon-armv8-linux.S
[741/1383] Compiling ghash-neon-armv8-win.S
[742/1383] Compiling ghash-neon-armv8-apple.S
[743/1383] Compiling ghash-armv4-linux.S
[744/1383] Compiling co-586-linux.S
[745/1383] Compiling co-586-apple.S
[746/1383] Compiling bsaes-armv7-linux.S
[747/1383] Compiling bn-armv8-win.S
[747/1383] Compiling bn-armv8-linux.S
[749/1383] Compiling bn-armv8-apple.S
[750/1383] Compiling bn-586-linux.S
[751/1383] Compiling bn-586-apple.S
[752/1383] Compiling armv8-mont-linux.S
[753/1383] Compiling armv8-mont-win.S
[754/1383] Compiling armv8-mont-apple.S
[755/1383] Compiling armv4-mont-linux.S
[756/1383] Compiling aesv8-gcm-armv8-win.S
[757/1383] Compiling aesv8-gcm-armv8-linux.S
[758/1383] Compiling aesv8-gcm-armv8-apple.S
[759/1383] Compiling aesv8-armv8-win.S
[759/1383] Compiling aesv8-armv8-apple.S
[761/1383] Compiling aesv8-armv8-linux.S
[762/1383] Compiling aesv8-armv7-linux.S
[763/1383] Compiling aesni-x86_64-apple.S
[764/1383] Compiling aesni-x86_64-linux.S
[765/1383] Compiling aesni-x86-linux.S
[766/1383] Compiling aesni-gcm-x86_64-linux.S
[767/1383] Compiling aesni-gcm-x86_64-apple.S
[768/1383] Compiling aesni-x86-apple.S
[769/1383] Compiling aes-gcm-avx2-x86_64-linux.S
[770/1383] Compiling aes-gcm-avx2-x86_64-apple.S
[771/1383] Compiling d1_both.cc
[772/1383] Compiling aes-gcm-avx10-x86_64-linux.S
[773/1383] Compiling aes-gcm-avx10-x86_64-apple.S
[774/1383] Compiling x_sig.cc
[775/1383] Compiling x_x509a.cc
[775/1383] Compiling x_spki.cc
[775/1383] Compiling x_val.cc
[778/1383] Compiling x_x509.cc
[779/1383] Compiling x_req.cc
[779/1383] Compiling x_pubkey.cc
[781/1383] Compiling x_name.cc
[782/1383] Compiling x_algor.cc
[783/1383] Compiling x509spki.cc
[783/1383] Compiling x_exten.cc
[785/1383] Compiling x_attrib.cc
[786/1383] Compiling x509rset.cc
[787/1383] Compiling x_crl.cc
[788/1383] Compiling x_all.cc
[789/1383] Compiling x509name.cc
[790/1383] Compiling x509_txt.cc
[791/1383] Compiling x509cset.cc
[792/1383] Compiling x509_vpm.cc
[793/1383] Compiling x509_v3.cc
[794/1383] Compiling x509_trs.cc
[795/1383] Compiling x509_set.cc
[796/1383] Compiling x509_vfy.cc
[797/1383] Compiling x509_req.cc
[798/1383] Compiling x509_def.cc
[799/1383] Compiling x509_obj.cc
[800/1383] Compiling x509_d2.cc
[801/1383] Compiling x509_ext.cc
[802/1383] Compiling x509_lu.cc
[803/1383] Compiling x509.cc
[804/1383] Compiling x509_cmp.cc
[805/1383] Compiling x509_att.cc
[806/1383] Compiling v3_skey.cc
[807/1383] Compiling v3_prn.cc
[808/1383] Compiling v3_ocsp.cc
[809/1383] Compiling v3_purp.cc
[810/1383] Compiling v3_utl.cc
[811/1383] Compiling v3_pmaps.cc
[812/1383] Compiling v3_pcons.cc
[813/1383] Compiling v3_ncons.cc
[814/1383] Compiling v3_int.cc
[815/1383] Compiling v3_lib.cc
[816/1383] Compiling v3_ia5.cc
[817/1383] Compiling v3_info.cc
[818/1383] Compiling v3_genn.cc
[819/1383] Compiling v3_enum.cc
[820/1383] Compiling v3_extku.cc
[821/1383] Compiling v3_crld.cc
[822/1383] Compiling v3_cpols.cc
[823/1383] Compiling v3_conf.cc
[824/1383] Compiling v3_bitst.cc
[824/1383] Compiling v3_bcons.cc
[826/1383] Compiling v3_akeya.cc
[827/1383] Compiling v3_alt.cc
[828/1383] Compiling v3_akey.cc
[829/1383] Compiling t_x509a.cc
[830/1383] Compiling i2d_pr.cc
[831/1383] Compiling t_crl.cc
[832/1383] Compiling name_print.cc
[833/1383] Compiling t_x509.cc
[834/1383] Compiling t_req.cc
[835/1383] Compiling rsa_pss.cc
[836/1383] Compiling policy.cc
[837/1383] Compiling by_file.cc
[838/1383] Compiling by_dir.cc
[839/1383] Compiling voprf.cc
[840/1383] Compiling trust_token.cc
[841/1383] Compiling algorithm.cc
[842/1383] Compiling a_digest.cc
[843/1383] Compiling asn1_gen.cc
[844/1383] Compiling a_verify.cc
[845/1383] Compiling a_sign.cc
[846/1383] Compiling thread_win.cc
[847/1383] Compiling thread.cc
[848/1383] Compiling thread_pthread.cc
[849/1383] Compiling thread_none.cc
[850/1383] Compiling pmbtoken.cc
[851/1383] Compiling stack.cc
[852/1383] Compiling slhdsa.cc
[853/1383] Compiling sha512.cc
[854/1383] Compiling siphash.cc
[855/1383] Compiling sha256.cc
[856/1383] Compiling sha1.cc
[857/1383] Compiling rsa_extra.cc
[857/1383] Compiling spake2plus.cc
[859/1383] Compiling rsa_print.cc
[860/1383] Compiling rc4.cc
[861/1383] Compiling windows.cc
[861/1383] Compiling trusty.cc
[863/1383] Compiling rsa_crypt.cc
[864/1383] Compiling rand.cc
[864/1383] Compiling refcount.cc
[866/1383] Compiling urandom.cc
[867/1383] Compiling rsa_asn1.cc
[868/1383] Compiling passive.cc
[869/1383] Compiling ios.cc
[870/1383] Compiling getentropy.cc
[871/1383] Compiling poly1305_arm_asm.S
[872/1383] Compiling deterministic.cc
[873/1383] Compiling forkunsafe.cc
[874/1383] Compiling fork_detect.cc
[875/1383] Compiling poly1305_arm.cc
[876/1383] Compiling poly1305.cc
[877/1383] Compiling pool.cc
[878/1383] Compiling poly1305_vec.cc
[879/1383] Compiling pkcs7.cc
[880/1383] Compiling pkcs8.cc
[880/1383] Compiling p5_pbev2.cc
[882/1383] Compiling pkcs8_x509.cc
[883/1383] Compiling pkcs7_x509.cc
[884/1383] Compiling pem_xaux.cc
[885/1383] Compiling pem_x509.cc
[886/1383] Compiling pem_pkey.cc
[887/1383] Compiling mlkem.cc
[888/1383] Compiling obj_xref.cc
[888/1383] Compiling pem_pk8.cc
[890/1383] Compiling pem_oth.cc
[891/1383] Compiling pem_info.cc
[892/1383] Compiling pem_lib.cc
[893/1383] Compiling mldsa.cc
[894/1383] Compiling pem_all.cc
[895/1383] Compiling obj.cc
[896/1383] Compiling poly_rq_mul.S
[897/1383] Compiling fips_shared_support.cc
[898/1383] Compiling md5.cc
[899/1383] Compiling mem.cc
[900/1383] Compiling md4.cc
[901/1383] Compiling lhash.cc
[902/1383] Compiling hrss.cc
[903/1383] Compiling ex_data.cc
[904/1383] Compiling kyber.cc
[905/1383] Compiling sign.cc
[906/1383] Compiling scrypt.cc
[907/1383] Compiling print.cc
[908/1383] Compiling hpke.cc
[909/1383] Compiling pbkdf.cc
[910/1383] Compiling p_x25519.cc
[911/1383] Compiling p_x25519_asn1.cc
[912/1383] Compiling p_rsa_asn1.cc
[913/1383] Compiling p_ed25519.cc
[914/1383] Compiling p_rsa.cc
[915/1383] Compiling p_hkdf.cc
[916/1383] Compiling p_ed25519_asn1.cc
[917/1383] Compiling p_ec_asn1.cc
[918/1383] Compiling p_ec.cc
[919/1383] Compiling p_dh.cc
[920/1383] Compiling p_dh_asn1.cc
[921/1383] Compiling evp_ctx.cc
[922/1383] Compiling p_dsa_asn1.cc
[923/1383] Compiling err.cc
[924/1383] Compiling evp.cc
[925/1383] Compiling engine.cc
[926/1383] Compiling evp_asn1.cc
[927/1383] Compiling ecdh.cc
[928/1383] Compiling ecdsa_asn1.cc
[929/1383] Compiling hash_to_curve.cc
[930/1383] Compiling ec_derive.cc
[931/1383] Compiling dsa.cc
[932/1383] Compiling ec_asn1.cc
[933/1383] Compiling dsa_asn1.cc
[934/1383] Compiling params.cc
[935/1383] Compiling x25519-asm-arm.S
[936/1383] Compiling des.cc
[937/1383] Compiling digest_extra.cc
[938/1383] Compiling dh_asn1.cc
[939/1383] Compiling crypto.cc
[940/1383] Compiling spake25519.cc
[941/1383] Compiling cpu_intel.cc
[942/1383] Compiling cpu_arm_linux.cc
[943/1383] Compiling curve25519.cc
[944/1383] Compiling cpu_arm_freebsd.cc
[945/1383] Compiling cpu_aarch64_openbsd.cc
[946/1383] Compiling cpu_aarch64_win.cc
[947/1383] Compiling cpu_aarch64_sysreg.cc
[947/1383] Compiling bcm.cc
[949/1383] Compiling cpu_aarch64_linux.cc
[950/1383] Compiling cpu_aarch64_fuchsia.cc
[951/1383] Compiling curve25519_64_adx.cc
[952/1383] Compiling cpu_aarch64_apple.cc
[953/1383] Compiling get_cipher.cc
[954/1383] Compiling tls_cbc.cc
[955/1383] Compiling e_rc4.cc
[956/1383] Compiling conf.cc
[957/1383] Compiling e_tls.cc
[958/1383] Compiling e_null.cc
[959/1383] Compiling e_rc2.cc
[960/1383] Compiling e_des.cc
[961/1383] Compiling derive_key.cc
[962/1383] Compiling e_chacha20poly1305.cc
[963/1383] Compiling e_aesgcmsiv.cc
[964/1383] Compiling e_aesctrhmac.cc
[965/1383] Compiling chacha.cc
[966/1383] Compiling unicode.cc
[967/1383] Compiling cbb.cc
[968/1383] Compiling buf.cc
[969/1383] Compiling cbs.cc
[970/1383] Compiling ber.cc
[971/1383] Compiling bn_asn1.cc
[972/1383] Compiling asn1_compat.cc
[973/1383] Compiling blake2.cc
[974/1383] Compiling convert.cc
[975/1383] Compiling printf.cc
[976/1383] Compiling socket.cc
[977/1383] Compiling socket_helper.cc
[978/1383] Compiling pair.cc
[979/1383] Compiling hexdump.cc
[980/1383] Compiling file.cc
[981/1383] Compiling errno.cc
[982/1383] Compiling fd.cc
[983/1383] Compiling bio_mem.cc
[984/1383] Compiling connect.cc
[985/1383] Compiling base64.cc
[985/1383] Compiling bio.cc
[987/1383] Compiling tasn_typ.cc
[988/1383] Compiling tasn_fre.cc
[989/1383] Compiling tasn_enc.cc
[990/1383] Compiling f_string.cc
[991/1383] Compiling posix_time.cc
[992/1383] Compiling tasn_utl.cc
[993/1383] Compiling tasn_new.cc
[994/1383] Compiling f_int.cc
[995/1383] Compiling asn_pack.cc
[996/1383] Compiling tasn_dec.cc
[997/1383] Compiling asn1_par.cc
[998/1383] Compiling a_utctm.cc
[999/1383] Compiling a_octet.cc
[1000/1383] Compiling asn1_lib.cc
[1001/1383] Compiling a_type.cc
[1002/1383] Compiling a_time.cc
[1003/1383] Compiling a_strnid.cc
[1004/1383] Compiling a_strex.cc
[1005/1383] Compiling a_i2d_fp.cc
[1006/1383] Compiling a_object.cc
[1007/1383] Compiling a_dup.cc
[1008/1383] Compiling a_d2i_fp.cc
[1009/1383] Compiling a_mbstr.cc
[1010/1383] Compiling fiat_p256_adx_sqr.S
[1011/1383] Compiling a_gentm.cc
[1012/1383] Compiling a_int.cc
[1013/1383] Compiling fiat_p256_adx_mul.S
[1014/1383] Compiling fiat_curve25519_adx_square.S
[1015/1383] Compiling fiat_curve25519_adx_mul.S
[1016/1383] Compiling md5-x86_64-linux.S
[1017/1383] Compiling md5-x86_64-apple.S
[1018/1383] Compiling md5-586-linux.S
[1019/1383] Compiling md5-586-apple.S
[1020/1383] Compiling a_bitstr.cc
[1021/1383] Compiling a_bool.cc
[1022/1383] Compiling chacha20_poly1305_x86_64-apple.S
[1023/1383] Compiling chacha20_poly1305_armv8-win.S
[1024/1383] Compiling chacha20_poly1305_armv8-linux.S
[1025/1383] Compiling chacha20_poly1305_x86_64-linux.S
[1026/1383] Compiling chacha20_poly1305_armv8-apple.S
[1027/1383] Compiling chacha-x86_64-linux.S
[1028/1383] Compiling chacha-x86_64-apple.S
[1029/1383] Compiling chacha-x86-linux.S
[1030/1383] Compiling chacha-x86-apple.S
[1031/1383] Compiling chacha-armv8-win.S
[1032/1383] Compiling CCryptoBoringSSLShims shims.c
[1033/1383] Compiling chacha-armv8-linux.S
[1034/1383] Compiling chacha-armv8-apple.S
[1035/1383] Compiling chacha-armv4-linux.S
[1036/1383] Compiling aes128gcmsiv-x86_64-apple.S
[1037/1383] Compiling aes128gcmsiv-x86_64-linux.S
[1038/1383] Compiling x86_64-mont5-linux.S
[1039/1383] Compiling x86_64-mont5-apple.S
[1040/1383] Compiling x86_64-mont-linux.S
[1041/1383] Compiling err_data.cc
[1042/1383] Compiling x86-mont-linux.S
[1043/1383] Compiling x86_64-mont-apple.S
[1044/1383] Compiling x86-mont-apple.S
[1045/1383] Compiling vpaes-x86_64-apple.S
[1046/1383] Compiling vpaes-x86_64-linux.S
[1047/1383] Compiling vpaes-x86-apple.S
[1048/1383] Compiling vpaes-x86-linux.S
[1049/1383] Compiling vpaes-armv8-win.S
[1050/1383] Compiling vpaes-armv8-linux.S
[1051/1383] Compiling vpaes-armv8-apple.S
[1052/1383] Compiling vpaes-armv7-linux.S
[1053/1383] Compiling sha512-x86_64-apple.S
[1054/1383] Compiling sha512-armv8-win.S
[1055/1383] Compiling sha512-armv8-apple.S
[1056/1383] Compiling sha512-x86_64-linux.S
[1057/1383] Compiling sha512-armv8-linux.S
[1058/1383] Compiling sha512-armv4-linux.S
[1059/1383] Compiling sha512-586-linux.S
[1060/1383] Compiling sha512-586-apple.S
[1061/1383] Compiling sha256-x86_64-apple.S
[1062/1383] Compiling sha256-armv8-win.S
[1063/1383] Compiling sha256-armv8-linux.S
[1064/1383] Compiling sha256-x86_64-linux.S
[1065/1383] Compiling sha256-armv8-apple.S
[1066/1383] Compiling sha256-armv4-linux.S
[1067/1383] Compiling sha256-586-apple.S
[1068/1383] Compiling sha256-586-linux.S
[1069/1383] Compiling sha1-x86_64-apple.S
[1070/1383] Compiling sha1-armv8-win.S
[1071/1383] Compiling sha1-x86_64-linux.S
[1072/1383] Compiling sha1-armv8-linux.S
[1073/1383] Compiling sha1-armv8-apple.S
[1074/1383] Compiling sha1-armv4-large-linux.S
[1075/1383] Compiling sha1-586-linux.S
[1076/1383] Compiling sha1-586-apple.S
[1077/1383] Compiling rsaz-avx2-apple.S
[1078/1383] Compiling rdrand-x86_64-linux.S
[1079/1383] Compiling rsaz-avx2-linux.S
[1080/1383] Compiling rdrand-x86_64-apple.S
[1081/1383] Compiling p256_beeu-x86_64-asm-linux.S
[1082/1383] Compiling p256_beeu-x86_64-asm-apple.S
[1083/1383] Compiling p256_beeu-armv8-asm-win.S
[1084/1383] Compiling p256_beeu-armv8-asm-linux.S
[1085/1383] Compiling p256_beeu-armv8-asm-apple.S
[1086/1383] Compiling p256-x86_64-asm-apple.S
[1087/1383] Compiling p256-x86_64-asm-linux.S
[1088/1383] Compiling p256-armv8-asm-linux.S
[1089/1383] Compiling p256-armv8-asm-win.S
[1090/1383] Compiling ghashv8-armv8-win.S
[1091/1383] Compiling p256-armv8-asm-apple.S
[1092/1383] Compiling ghashv8-armv8-linux.S
[1093/1383] Compiling ghashv8-armv8-apple.S
[1094/1383] Compiling ghashv8-armv7-linux.S
[1094/1383] Compiling ghash-x86_64-apple.S
[1096/1383] Compiling ghash-x86-linux.S
[1097/1383] Compiling ghash-x86_64-linux.S
[1098/1383] Compiling ghash-x86-apple.S
[1099/1383] Compiling ghash-ssse3-x86_64-linux.S
[1100/1383] Compiling ghash-ssse3-x86-linux.S
[1101/1383] Compiling ghash-ssse3-x86_64-apple.S
[1102/1383] Compiling ghash-neon-armv8-win.S
[1103/1383] Compiling ghash-ssse3-x86-apple.S
[1104/1383] Compiling ghash-neon-armv8-apple.S
[1104/1383] Compiling ghash-neon-armv8-linux.S
[1106/1383] Compiling ghash-armv4-linux.S
[1107/1383] Compiling co-586-apple.S
[1108/1383] Compiling co-586-linux.S
[1109/1383] Compiling bsaes-armv7-linux.S
[1110/1383] Compiling bn-armv8-linux.S
[1111/1383] Compiling bn-armv8-win.S
[1112/1383] Compiling bn-586-linux.S
[1113/1383] Compiling bn-armv8-apple.S
[1114/1383] Compiling bn-586-apple.S
[1115/1383] Compiling armv8-mont-win.S
[1116/1383] Compiling armv8-mont-linux.S
[1117/1383] Compiling armv8-mont-apple.S
[1118/1383] Compiling armv4-mont-linux.S
[1119/1383] Compiling aesv8-gcm-armv8-win.S
[1120/1383] Compiling aesv8-gcm-armv8-linux.S
[1121/1383] Compiling aesv8-gcm-armv8-apple.S
[1122/1383] Compiling aesv8-armv8-win.S
[1123/1383] Compiling aesv8-armv8-linux.S
[1124/1383] Compiling aesv8-armv8-apple.S
[1125/1383] Compiling aesv8-armv7-linux.S
[1126/1383] Compiling aesni-x86_64-apple.S
[1127/1383] Compiling aesni-x86_64-linux.S
[1128/1383] Compiling aesni-x86-linux.S
[1129/1383] Compiling aesni-x86-apple.S
[1130/1383] Compiling aesni-gcm-x86_64-apple.S
[1131/1383] Compiling aesni-gcm-x86_64-linux.S
[1132/1383] Compiling aes-gcm-avx10-x86_64-linux.S
[1133/1383] Compiling aes-gcm-avx10-x86_64-apple.S
[1134/1383] Compiling x_x509a.cc
[1134/1383] Compiling x_val.cc
[1136/1383] Compiling x_sig.cc
[1137/1383] Compiling x_spki.cc
[1138/1383] Compiling x_x509.cc
[1139/1383] Compiling x_req.cc
[1140/1383] Compiling c-nioatomics.c
[1141/1383] Compiling x_pubkey.cc
[1142/1383] Compiling x_name.cc
[1143/1383] Compiling x_exten.cc
[1144/1383] Compiling x_attrib.cc
[1145/1383] Compiling x_crl.cc
[1146/1383] Compiling x_all.cc
[1147/1383] Compiling c-atomics.c
[1148/1383] Compiling x_algor.cc
[1150/1389] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1150/1389] Compiling x509spki.cc
[1152/1389] Compiling NIOConcurrencyHelpers NIOLock.swift
[1152/1389] Compiling x509_vpm.cc
[1153/1389] Compiling x509name.cc
[1154/1389] Compiling x509rset.cc
[1155/1389] Compiling x509cset.cc
[1157/1389] Compiling NIOConcurrencyHelpers lock.swift
[1157/1389] Compiling x509_vfy.cc
[1158/1389] Compiling x509_v3.cc
[1160/1389] Emitting module NIOConcurrencyHelpers
[1161/1389] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1162/1389] Compiling NIOConcurrencyHelpers atomics.swift
[1163/1390] Compiling x509_txt.cc
[1164/1413] Compiling x509_trs.cc
[1165/1416] Compiling x509_obj.cc
[1166/1416] Compiling x509_set.cc
[1167/1416] Compiling x509_ext.cc
[1168/1416] Compiling x509_req.cc
[1169/1416] Compiling x509_lu.cc
[1171/1416] Compiling ConsoleKitTerminal Console+Wait.swift
[1172/1416] Compiling ConsoleKitTerminal ConsoleColor.swift
[1173/1416] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1174/1416] Compiling ConsoleKitTerminal Console+Confirm.swift
[1175/1416] Compiling ConsoleKitTerminal Console+Input.swift
[1176/1416] Compiling ConsoleKitTerminal Console+Center.swift
[1177/1416] Compiling ConsoleKitTerminal Console+Output.swift
[1178/1419] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1179/1419] Compiling ConsoleKitTerminal ConsoleClear.swift
[1180/1419] Compiling ConsoleKitTerminal Console+Ask.swift
[1181/1419] Compiling ConsoleKitTerminal Console+Choose.swift
[1182/1419] Emitting module ConsoleKitTerminal
[1182/1419] Compiling x509_def.cc
[1184/1419] Compiling ConsoleKitTerminal CustomActivity.swift
[1185/1419] Compiling ConsoleKitTerminal LoadingBar.swift
[1186/1419] Compiling ConsoleKitTerminal ProgressBar.swift
[1187/1419] Compiling ConsoleKitTerminal Console+Clear.swift
[1188/1419] Compiling ConsoleKitTerminal ActivityBar.swift
[1189/1419] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1190/1419] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1191/1419] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1192/1419] Compiling ConsoleKitTerminal Console.swift
[1193/1419] Compiling ConsoleKitTerminal Terminal.swift
[1194/1419] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1195/1419] Compiling ConsoleKitTerminal ConsoleText.swift
[1195/1419] Compiling x509_att.cc
[1196/1419] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1197/1419] Compiling ConsoleKitTerminal ANSI.swift
[1198/1419] Compiling x509.cc
[1199/1419] Compiling x509_d2.cc
[1200/1419] Compiling x509_cmp.cc
[1201/1419] Compiling v3_utl.cc
[1202/1419] Compiling v3_skey.cc
[1204/1419] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1205/1419] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1206/1419] Compiling ConsoleKitTerminal LoggerFragment.swift
[1206/1420] Compiling v3_purp.cc
[1208/1420] Compiling v3_ocsp.cc
[1209/1420] Compiling v3_prn.cc
[1210/1420] Compiling v3_pmaps.cc
[1211/1420] Compiling v3_pcons.cc
[1212/1442] Compiling v3_lib.cc
[1213/1442] Compiling v3_ncons.cc
[1214/1442] Compiling v3_int.cc
[1215/1442] Compiling v3_ia5.cc
[1217/1442] Compiling ConsoleKitCommands CommandSignature.swift
[1218/1442] Compiling ConsoleKitCommands Flag.swift
[1219/1442] Compiling ConsoleKitCommands Option.swift
[1220/1442] Emitting module ConsoleKitCommands
[1220/1444] Compiling v3_info.cc
[1222/1444] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1223/1444] Compiling ConsoleKitCommands AsyncCommand.swift
[1224/1444] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1225/1444] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1226/1444] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1227/1444] Compiling ConsoleKitCommands Argument.swift
[1228/1444] Compiling ConsoleKitCommands AsyncCommands.swift
[1229/1444] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1230/1444] Compiling ConsoleKitCommands AnyCommand.swift
[1231/1444] Compiling ConsoleKitCommands Command.swift
[1232/1444] Compiling ConsoleKitCommands CommandContext.swift
[1233/1444] Compiling ConsoleKitCommands CommandError.swift
[1234/1444] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1235/1444] Compiling ConsoleKitCommands Utilities.swift
[1235/1444] Compiling v3_genn.cc
[1236/1444] Compiling v3_extku.cc
[1237/1444] Compiling v3_enum.cc
[1238/1444] Compiling v3_crld.cc
[1239/1444] Compiling v3_cpols.cc
[1240/1444] Compiling v3_conf.cc
[1241/1444] Compiling v3_bitst.cc
[1242/1444] Compiling v3_bcons.cc
[1243/1444] Compiling v3_alt.cc
[1245/1444] Compiling ConsoleKitCommands CommandGroup.swift
[1246/1444] Compiling ConsoleKitCommands CommandInput.swift
[1247/1444] Compiling ConsoleKitCommands Commands.swift
[1247/1444] Compiling v3_akeya.cc
[1249/1444] Compiling ConsoleKitCommands Console+Run.swift
[1250/1444] Compiling ConsoleKitCommands ConsoleError.swift
[1251/1444] Compiling ConsoleKitCommands Completion.swift
[1251/1445] Compiling v3_akey.cc
[1252/1445] Compiling t_x509a.cc
[1254/1445] Compiling t_x509.cc
[1255/1447] Compiling t_req.cc
[1257/1447] Compiling ConsoleKit Exports.swift
[1258/1447] Emitting module ConsoleKit
[1259/1448] Compiling i2d_pr.cc
[1260/1448] Compiling t_crl.cc
[1261/1448] Compiling name_print.cc
[1262/1448] Compiling rsa_pss.cc
[1263/1448] Compiling policy.cc
[1264/1448] Compiling by_file.cc
[1265/1448] Compiling by_dir.cc
[1266/1448] Compiling voprf.cc
[1267/1448] Compiling algorithm.cc
[1268/1448] Compiling a_verify.cc
[1268/1448] Compiling asn1_gen.cc
[1270/1448] Compiling a_digest.cc
[1271/1448] Compiling a_sign.cc
[1272/1448] Compiling trust_token.cc
[1273/1448] Compiling thread_win.cc
[1274/1448] Compiling thread.cc
[1275/1448] Compiling pmbtoken.cc
[1276/1448] Compiling thread_pthread.cc
[1277/1448] Compiling thread_none.cc
[1278/1448] Compiling wots.cc
[1279/1448] Compiling stack.cc
[1280/1448] Compiling thash.cc
[1281/1448] Compiling sha512.cc
[1282/1448] Compiling merkle.cc
[1283/1448] Compiling fors.cc
[1283/1448] Compiling siphash.cc
[1285/1448] Compiling sha256.cc
[1286/1448] Compiling slhdsa.cc
[1287/1448] Compiling sha1.cc
[1288/1448] Compiling rsa_print.cc
[1289/1448] Compiling rsa_extra.cc
[1290/1448] Compiling rc4.cc
[1291/1448] Compiling refcount.cc
[1292/1448] Compiling windows.cc
[1293/1448] Compiling urandom.cc
[1294/1448] Compiling rsa_crypt.cc
[1295/1448] Compiling rsa_asn1.cc
[1296/1448] Compiling trusty.cc
[1297/1448] Compiling rand_extra.cc
[1298/1448] Compiling ios.cc
[1299/1448] Compiling passive.cc
[1299/1448] Compiling getentropy.cc
[1301/1448] Compiling poly1305_arm_asm.S
[1302/1448] Compiling deterministic.cc
[1303/1448] Compiling forkunsafe.cc
[1304/1448] Compiling fork_detect.cc
[1305/1448] Compiling pool.cc
[1306/1448] Compiling poly1305_arm.cc
[1307/1448] Compiling poly1305.cc
[1308/1448] Compiling poly1305_vec.cc
[1309/1448] Compiling pkcs7.cc
[1310/1448] Compiling p5_pbev2.cc
[1310/1448] Compiling pkcs8_x509.cc
[1312/1448] Compiling pkcs8.cc
[1313/1448] Compiling pkcs7_x509.cc
[1314/1448] Compiling pem_xaux.cc
[1315/1448] Compiling pem_x509.cc
[1316/1448] Compiling pem_pkey.cc
[1317/1448] Compiling pem_pk8.cc
[1318/1448] Compiling obj_xref.cc
[1319/1448] Compiling pem_oth.cc
[1320/1448] Compiling pem_info.cc
[1321/1448] Compiling mlkem.cc
[1322/1448] Compiling pem_all.cc
[1323/1448] Compiling obj.cc
[1324/1448] Compiling pem_lib.cc
[1325/1448] Compiling mldsa.cc
[1326/1448] Compiling poly_rq_mul.S
[1327/1448] Compiling fips_shared_support.cc
[1328/1448] Compiling mem.cc
[1329/1448] Compiling md5.cc
[1330/1448] Compiling md4.cc
[1331/1448] Compiling lhash.cc
[1332/1448] Compiling kyber.cc
[1333/1448] Compiling ex_data.cc
[1334/1448] Compiling hrss.cc
[1335/1448] Compiling hpke.cc
[1336/1448] Compiling sign.cc
[1337/1448] Compiling scrypt.cc
[1338/1448] Compiling pbkdf.cc
[1339/1448] Compiling print.cc
[1340/1448] Compiling p_x25519.cc
[1341/1448] Compiling p_x25519_asn1.cc
[1342/1448] Compiling p_rsa_asn1.cc
[1343/1448] Compiling p_rsa.cc
[1344/1448] Compiling p_ed25519.cc
[1344/1448] Compiling p_hkdf.cc
[1346/1448] Compiling p_ed25519_asn1.cc
[1347/1448] Compiling p_ec_asn1.cc
[1348/1448] Compiling p_ec.cc
[1349/1448] Compiling p_dh_asn1.cc
[1350/1448] Compiling p_dh.cc
[1350/1448] Compiling p_dsa_asn1.cc
[1352/1448] Compiling evp_ctx.cc
[1353/1448] Compiling evp_asn1.cc
[1354/1448] Compiling evp.cc
[1355/1448] Compiling err.cc
[1356/1448] Compiling engine.cc
[1357/1448] Compiling ecdh_extra.cc
[1358/1448] Compiling ecdsa_asn1.cc
[1359/1448] Compiling hash_to_curve.cc
[1360/1448] Compiling ec_derive.cc
[1361/1448] Compiling ec_asn1.cc
[1362/1448] Compiling dsa_asn1.cc
[1363/1448] Compiling dsa.cc
[1364/1448] Compiling params.cc
[1365/1448] Compiling digest_extra.cc
[1366/1448] Compiling dh_asn1.cc
[1367/1448] Compiling x25519-asm-arm.S
[1368/1448] Compiling des.cc
[1369/1448] Compiling spake25519.cc
[1370/1448] Compiling cpu_arm_linux.cc
[1371/1448] Compiling cpu_intel.cc
[1372/1448] Compiling crypto.cc
[1373/1448] Compiling cpu_arm_freebsd.cc
[1374/1448] Compiling curve25519.cc
[1375/1448] Compiling cpu_aarch64_win.cc
[1376/1448] Compiling cpu_aarch64_openbsd.cc
[1377/1448] Compiling cpu_aarch64_sysreg.cc
[1378/1448] Compiling cpu_aarch64_linux.cc
[1379/1448] Compiling cpu_aarch64_fuchsia.cc
[1380/1448] Compiling curve25519_64_adx.cc
[1381/1448] Compiling cpu_aarch64_apple.cc
[1382/1448] Compiling bcm.cc
[1383/1448] Compiling conf.cc
[1384/1448] Compiling tls_cbc.cc
[1385/1448] Compiling e_rc4.cc
[1386/1448] Compiling e_tls.cc
[1387/1448] Compiling e_rc2.cc
[1388/1448] Compiling e_null.cc
[1389/1448] Compiling e_des.cc
[1390/1448] Compiling e_chacha20poly1305.cc
[1391/1448] Compiling derive_key.cc
[1392/1448] Compiling e_aesctrhmac.cc
[1393/1448] Compiling e_aesgcmsiv.cc
[1394/1448] Compiling cipher_extra.cc
[1395/1448] Compiling chacha.cc
[1396/1448] Compiling unicode.cc
[1397/1448] Compiling cbb.cc
[1398/1448] Compiling ber.cc
[1399/1448] Compiling cbs.cc
[1400/1448] Compiling buf.cc
[1401/1448] Compiling asn1_compat.cc
[1402/1448] Compiling bn_asn1.cc
[1403/1448] Compiling convert.cc
[1404/1448] Compiling blake2.cc
[1405/1448] Compiling printf.cc
[1406/1448] Compiling pair.cc
[1407/1448] Compiling hexdump.cc
[1408/1448] Compiling file.cc
[1409/1448] Compiling fd.cc
[1410/1448] Compiling errno.cc
[1411/1448] Compiling bio_mem.cc
[1412/1448] Compiling bio.cc
[1413/1448] Compiling base64.cc
[1414/1448] Compiling tasn_typ.cc
[1415/1448] Compiling tasn_fre.cc
[1416/1448] Compiling tasn_new.cc
[1416/1448] Compiling tasn_utl.cc
[1418/1448] Compiling tasn_enc.cc
[1419/1448] Compiling f_string.cc
[1420/1448] Compiling posix_time.cc
[1421/1448] Compiling tasn_dec.cc
[1422/1448] Compiling f_int.cc
[1423/1448] Compiling asn_pack.cc
[1424/1448] Compiling asn1_par.cc
[1425/1448] Compiling a_utctm.cc
[1426/1448] Compiling asn1_lib.cc
[1427/1448] Compiling a_type.cc
[1428/1448] Compiling a_time.cc
[1429/1448] Compiling a_octet.cc
[1430/1448] Compiling a_strnid.cc
[1431/1448] Compiling a_strex.cc
[1432/1448] Compiling a_object.cc
[1433/1448] Compiling a_mbstr.cc
[1434/1448] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1435/1448] Write sources
[1437/1448] Compiling a_i2d_fp.cc
[1438/1448] Write sources
[1439/1448] Compiling a_int.cc
[1440/1448] Write sources
[1443/1448] Compiling a_gentm.cc
[1444/1448] Compiling a_dup.cc
[1445/1448] Compiling a_d2i_fp.cc
[1446/1449] Compiling a_bool.cc
[1447/1545] Compiling a_bitstr.cc
[1449/1549] Compiling Atomics Primitives.shims.swift
[1450/1549] Compiling Atomics AtomicInteger.swift
[1451/1549] Compiling Atomics AtomicOptionalWrappable.swift
[1452/1555] Compiling Atomics UnsafeAtomic.swift
[1453/1555] Compiling Atomics UnsafeAtomicLazyReference.swift
[1454/1555] Compiling Atomics ManagedAtomic.swift
[1455/1555] Compiling Atomics ManagedAtomicLazyReference.swift
[1456/1555] Compiling Atomics AtomicMemoryOrderings.swift
[1457/1555] Compiling Atomics DoubleWord.swift
[1458/1555] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1459/1555] Compiling BitCollections BitSet+CustomReflectable.swift
[1460/1555] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1461/1555] Compiling BitCollections BitSet+Equatable.swift
[1462/1555] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1463/1555] Compiling BitCollections BitSet+Extras.swift
[1464/1555] Compiling BitCollections BitSet+Hashable.swift
[1465/1562] Compiling Atomics AtomicReference.swift
[1466/1562] Compiling Atomics AtomicStorage.swift
[1467/1562] Compiling Atomics AtomicValue.swift
[1468/1562] Compiling Atomics IntegerOperations.swift
[1469/1562] Compiling Atomics Unmanaged extensions.swift
[1470/1562] Emitting module BitCollections
[1471/1562] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1472/1562] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1473/1562] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1474/1562] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1475/1562] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1476/1562] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1477/1562] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1478/1562] Compiling BitCollections BitSet+Initializers.swift
[1479/1562] Compiling BitCollections BitSet+Invariants.swift
[1480/1562] Compiling BitCollections BitSet+Random.swift
[1481/1562] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1482/1562] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1483/1562] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1484/1562] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1485/1562] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1486/1562] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1487/1562] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1488/1562] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1489/1562] Compiling BitCollections BitSet+SetAlgebra union.swift
[1490/1562] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1491/1562] Compiling BitCollections BitSet.Counted.swift
[1494/1562] Compiling Algorithms Rotate.swift
[1495/1562] Compiling Algorithms Split.swift
[1496/1562] Compiling Algorithms Stride.swift
[1497/1562] Compiling Algorithms Suffix.swift
[1498/1565] Compiling CryptoBoringWrapper RandomBytes.swift
[1499/1565] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1500/1565] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1501/1565] Emitting module CryptoBoringWrapper
[1502/1565] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1503/1565] Compiling CryptoBoringWrapper EllipticCurve.swift
[1510/1565] Compiling Atomics OptionalRawRepresentable.swift
[1511/1565] Compiling Atomics RawRepresentable.swift
[1512/1565] Compiling Atomics AtomicBool.swift
[1513/1565] Compiling Atomics IntegerConformances.swift
[1514/1565] Compiling Atomics PointerConformances.swift
[1515/1565] Compiling Algorithms Partition.swift
[1528/1565] Compiling BitCollections BitSet.Index.swift
[1529/1565] Compiling BitCollections BitSet._UnsafeHandle.swift
[1530/1565] Compiling BitCollections BitSet.swift
[1531/1565] Compiling BitCollections Range+Utilities.swift
[1532/1565] Compiling BitCollections Slice+Utilities.swift
[1533/1565] Compiling BitCollections UInt+Tricks.swift
[1534/1565] Compiling BitCollections _Word.swift
[1535/1565] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1536/1565] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1553/1567] Compiling Algorithms Trim.swift
[1554/1567] Compiling Algorithms Unique.swift
[1555/1567] Compiling Algorithms Windows.swift
[1556/1619] Compiling Crypto ASN1Identifier.swift
[1557/1619] Compiling Crypto ASN1Integer.swift
[1558/1619] Compiling Crypto ASN1Null.swift
[1559/1619] Compiling Crypto ASN1OctetString.swift
[1560/1640] Emitting module Collections
[1561/1640] Compiling Collections Collections.swift
[1563/1641] Compiling Crypto GeneralizedTime.swift
[1564/1641] Compiling Crypto ObjectIdentifier.swift
[1565/1641] Compiling Crypto ECDSASignature.swift
[1566/1641] Emitting module Atomics
[1567/1641] Compiling Crypto PEMDocument.swift
[1568/1641] Compiling Crypto HPKE.swift
[1569/1641] Compiling Crypto HPKE-Context.swift
[1571/1642] Emitting module Algorithms
[1573/1702] Emitting module Crypto
[1574/1711] Compiling Crypto SymmetricKeys.swift
[1575/1711] Compiling Crypto HMAC.swift
[1576/1711] Compiling Crypto MACFunctions.swift
[1577/1711] Compiling Crypto MessageAuthenticationCode.swift
[1578/1711] Compiling Crypto AES.swift
[1579/1711] Compiling Crypto ECDSASignature_boring.swift
[1580/1711] Compiling Crypto ECDSA_boring.swift
[1581/1711] Compiling Crypto EdDSA_boring.swift
[1582/1711] Compiling Crypto ECDSA.swift
[1583/1711] Compiling Crypto Ed25519.swift
[1584/1711] Compiling NIOCore ByteBuffer-views.swift
[1585/1711] Compiling NIOCore Channel.swift
[1586/1711] Compiling NIOCore ChannelHandler.swift
[1587/1711] Compiling NIOCore ChannelHandlers.swift
[1588/1711] Compiling NIOCore ChannelInvoker.swift
[1589/1711] Compiling NIOCore ChannelOption.swift
[1590/1711] Compiling NIOCore ChannelPipeline.swift
[1591/1711] Compiling NIOCore CircularBuffer.swift
[1592/1711] Compiling NIOCore Codec.swift
[1593/1711] Compiling NIOCore ConvenienceOptionSupport.swift
[1594/1711] Compiling NIOCore MarkedCircularBuffer.swift
[1595/1711] Compiling NIOCore MulticastChannel.swift
[1596/1711] Compiling NIOCore NIOAny.swift
[1597/1711] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1598/1711] Compiling NIOCore NIOLoopBound.swift
[1599/1711] Compiling NIOCore NIOScheduledCallback.swift
[1600/1711] Compiling NIOCore NIOSendable.swift
[1601/1711] Compiling NIOCore RecvByteBufferAllocator.swift
[1602/1711] Compiling Crypto NISTCurvesKeys.swift
[1603/1711] Compiling Crypto X25519Keys.swift
[1612/1719] Compiling NIOCore GlobalSingletons.swift
[1613/1719] Compiling NIOCore IO.swift
[1614/1719] Compiling NIOCore IOData.swift
[1615/1719] Compiling NIOCore IPProtocol.swift
[1616/1719] Compiling NIOCore IntegerBitPacking.swift
[1617/1719] Compiling NIOCore IntegerTypes.swift
[1618/1719] Compiling NIOCore Interfaces.swift
[1619/1719] Compiling NIOCore Linux.swift
[1620/1719] Compiling NIOCore BSDSocketAPI.swift
[1621/1719] Compiling NIOCore ByteBuffer-aux.swift
[1622/1719] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1623/1719] Compiling NIOCore ByteBuffer-conversions.swift
[1624/1719] Compiling NIOCore ByteBuffer-core.swift
[1625/1719] Compiling NIOCore ByteBuffer-hex.swift
[1626/1719] Compiling NIOCore ByteBuffer-int.swift
[1627/1719] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1628/1719] Compiling NIOCore ByteBuffer-multi-int.swift
[1629/1719] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1630/1719] Compiling NIOCore FileHandle.swift
[1631/1719] Compiling NIOCore FileRegion.swift
[1640/1719] Compiling NIOCore DeadChannel.swift
[1641/1719] Compiling NIOCore DispatchQueue+WithFuture.swift
[1642/1719] Compiling NIOCore EventLoop+Deprecated.swift
[1643/1719] Compiling NIOCore EventLoop+SerialExecutor.swift
[1644/1719] Compiling NIOCore EventLoop.swift
[1645/1719] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1646/1719] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1647/1719] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1648/1719] Compiling NIOCore EventLoopFuture.swift
[1649/1719] Compiling NIOCore FileDescriptor.swift
[1650/1719] Compiling NIOCore AddressedEnvelope.swift
[1651/1719] Compiling NIOCore AsyncAwaitSupport.swift
[1652/1719] Compiling NIOCore AsyncChannel.swift
[1653/1719] Compiling NIOCore AsyncChannelHandler.swift
[1654/1719] Compiling NIOCore AsyncChannelInboundStream.swift
[1655/1719] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1656/1719] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1657/1719] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1658/1719] Compiling NIOCore NIOAsyncWriter.swift
[1659/1719] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1660/1719] Compiling Crypto Signature.swift
[1661/1719] Compiling Crypto CryptoKitErrors_boring.swift
[1662/1719] Compiling Crypto RNG_boring.swift
[1663/1719] Compiling Crypto SafeCompare_boring.swift
[1664/1719] Compiling Crypto Zeroization_boring.swift
[1665/1719] Compiling Crypto PrettyBytes.swift
[1666/1719] Compiling Crypto SafeCompare.swift
[1667/1719] Compiling Crypto SecureBytes.swift
[1668/1719] Compiling Crypto Zeroization.swift
[1686/1720] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1687/1720] Compiling NIOCore SocketAddresses.swift
[1688/1720] Compiling NIOCore SocketOptionProvider.swift
[1689/1720] Compiling NIOCore SystemCallHelpers.swift
[1690/1720] Compiling NIOCore TimeAmount+Duration.swift
[1691/1720] Compiling NIOCore TypeAssistedChannelHandler.swift
[1692/1720] Compiling NIOCore UniversalBootstrapSupport.swift
[1693/1720] Compiling NIOCore Utilities.swift
[1720/1720] Emitting module NIOCore
[1722/1772] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1723/1772] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1724/1772] Compiling NIOPosix PosixSingletons.swift
[1725/1772] Compiling NIOPosix RawSocketBootstrap.swift
[1726/1772] Compiling NIOPosix Resolver.swift
[1727/1772] Compiling NIOPosix Selectable.swift
[1728/1778] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1729/1778] Compiling NIOEmbedded AsyncTestingChannel.swift
[1730/1778] Emitting module NIOEmbedded
[1731/1778] Compiling NIOEmbedded Embedded.swift
[1733/1779] Compiling NIOPosix ThreadPosix.swift
[1734/1779] Compiling NIOPosix ThreadWindows.swift
[1735/1779] Compiling NIOPosix UnsafeTransfer.swift
[1736/1779] Compiling NIOPosix Utilities.swift
[1737/1779] Compiling NIOPosix VsockAddress.swift
[1738/1779] Compiling NIOPosix VsockChannelEvents.swift
[1739/1779] Emitting module NIOPosix
[1740/1779] Compiling NIOPosix BSDSocketAPICommon.swift
[1741/1779] Compiling NIOPosix BSDSocketAPIPosix.swift
[1742/1779] Compiling NIOPosix BSDSocketAPIWindows.swift
[1743/1779] Compiling NIOPosix BaseSocket.swift
[1744/1779] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1745/1779] Compiling NIOPosix BaseSocketChannel.swift
[1746/1779] Compiling NIOPosix BaseStreamSocketChannel.swift
[1747/1779] Compiling NIOPosix IO.swift
[1748/1779] Compiling NIOPosix IntegerBitPacking.swift
[1749/1779] Compiling NIOPosix IntegerTypes.swift
[1750/1779] Compiling NIOPosix Linux.swift
[1751/1779] Compiling NIOPosix LinuxCPUSet.swift
[1752/1779] Compiling NIOPosix LinuxUring.swift
[1753/1779] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1754/1779] Compiling NIOPosix Bootstrap.swift
[1755/1779] Compiling NIOPosix ControlMessage.swift
[1756/1779] Compiling NIOPosix DatagramVectorReadManager.swift
[1757/1779] Compiling NIOPosix Errors+Any.swift
[1758/1779] Compiling NIOPosix FileDescriptor.swift
[1759/1779] Compiling NIOPosix GetaddrinfoResolver.swift
[1760/1779] Compiling NIOPosix HappyEyeballs.swift
[1761/1779] Compiling NIOPosix ServerSocket.swift
[1762/1779] Compiling NIOPosix Socket.swift
[1763/1779] Compiling NIOPosix SocketChannel.swift
[1764/1779] Compiling NIOPosix SocketProtocols.swift
[1765/1779] Compiling NIOPosix System.swift
[1766/1779] Compiling NIOPosix Thread.swift
[1767/1779] Compiling NIOPosix NIOThreadPool.swift
[1768/1779] Compiling NIOPosix NonBlockingFileIO.swift
[1769/1779] Compiling NIOPosix PendingDatagramWritesManager.swift
[1770/1779] Compiling NIOPosix PendingWritesManager.swift
[1771/1779] Compiling NIOPosix PipeChannel.swift
[1772/1779] Compiling NIOPosix PipePair.swift
[1773/1779] Compiling NIOPosix Pool.swift
[1774/1779] Compiling NIOPosix SelectableChannel.swift
[1775/1779] Compiling NIOPosix SelectableEventLoop.swift
[1776/1779] Compiling NIOPosix SelectorEpoll.swift
[1777/1779] Compiling NIOPosix SelectorGeneric.swift
[1778/1779] Compiling NIOPosix SelectorKqueue.swift
[1779/1779] Compiling NIOPosix SelectorUring.swift
[1781/1839] Emitting module NIO
[1782/1839] Compiling NIO Exports.swift
[1783/1840] Compiling _NIOFileSystem Convenience.swift
[1784/1840] Compiling _NIOFileSystem DirectoryEntries.swift
[1785/1840] Compiling _NIOFileSystem DirectoryEntry.swift
[1787/1842] Compiling _NIOFileSystem BufferedWriter.swift
[1788/1842] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1789/1842] Compiling _NIOFileSystem ByteCount.swift
[1790/1860] Compiling _NIOFileSystem FileHandleProtocol.swift
[1791/1860] Compiling _NIOFileSystem FileInfo.swift
[1792/1860] Compiling _NIOFileSystem FileSystem.swift
[1793/1862] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1794/1862] Compiling NIOHTTP1 HTTPTypes.swift
[1795/1862] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1796/1881] Compiling NIOTLS TLSEvents.swift
[1797/1881] Emitting module NIOTLS
[1798/1881] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1799/1881] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1800/1881] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1801/1881] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1802/1881] Compiling NIOSOCKS SOCKSClientHandler.swift
[1803/1881] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1804/1881] Compiling NIOSOCKS AuthenticationMethod.swift
[1805/1881] Compiling _NIOFileSystem ParallelDirCopy.swift
[1806/1881] Compiling AsyncKit Optional+StrictMap.swift
[1807/1881] Compiling AsyncKit Exports.swift
[1808/1881] Compiling _NIOFileSystem CInterop.swift
[1809/1881] Compiling _NIOFileSystem Errno.swift
[1810/1881] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1811/1881] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1812/1885] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1813/1886] Compiling NIOSOCKS SOCKSResponse.swift
[1814/1886] Compiling NIOSOCKS ClientStateMachine.swift
[1815/1886] Emitting module NIOSOCKS
[1816/1886] Compiling NIOSOCKS Errors.swift
[1817/1886] Compiling NIOSOCKS Helpers.swift
[1821/1886] Compiling NIOSOCKS ClientGreeting.swift
[1824/1886] Compiling NIOTLS SNIHandler.swift
[1825/1887] Compiling NIOSOCKS SOCKSRequest.swift
[1826/1887] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1827/1887] Compiling NIOSOCKS ServerStateMachine.swift
[1829/1889] Compiling NIOSOCKS Messages.swift
[1831/1890] Emitting module NIOHTTP1
[1839/1890] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1840/1890] Emitting module NIOFoundationCompat
[1841/1890] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1843/1920] Compiling NIOSSL SSLCertificateExtensions.swift
[1844/1920] Compiling NIOSSL SSLConnection.swift
[1845/1920] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1846/1920] Compiling _NIOFileSystem Mocking.swift
[1847/1920] Compiling _NIOFileSystem Syscall.swift
[1848/1920] Compiling _NIOFileSystem Syscalls.swift
[1849/1920] Compiling NIOSSL NIOSSLClientHandler.swift
[1850/1920] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1851/1920] Compiling NIOSSL IdentityVerification.swift
[1852/1920] Compiling NIOSSL LinuxCABundle.swift
[1853/1942] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1854/1942] Compiling NIOTransportServices NIOTSSingletons.swift
[1855/1942] Compiling NIOSSL RNG.swift
[1856/1942] Compiling NIOSSL SafeCompare.swift
[1857/1942] Compiling NIOSSL Zeroization.swift
[1858/1942] Compiling _NIOFileSystem TokenBucket.swift
[1859/1942] Compiling _NIOFileSystem UnsafeTransfer.swift
[1862/1942] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1863/1942] Compiling NIOTransportServices StateManagedChannel.swift
[1864/1942] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1865/1942] Compiling NIOTransportServices NIOTSBootstraps.swift
[1866/1942] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1867/1942] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1868/1942] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1869/1942] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1870/1942] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1871/1942] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1872/1942] Compiling NIOTransportServices NIOTSErrors.swift
[1873/1942] Compiling NIOTransportServices NIOTSEventLoop.swift
[1879/1942] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1880/1944] Compiling NIOTransportServices AcceptHandler.swift
[1881/1944] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1882/1944] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1883/1944] Emitting module NIOTransportServices
[1884/1944] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1885/1944] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1886/1944] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1887/1944] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1888/1944] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1892/1945] Emitting module AsyncKit
[1897/1946] Compiling _NIOFileSystem SystemFileHandle.swift
[1898/1946] Compiling _NIOFileSystem Utilities.swift
[1899/1946] Compiling _NIOFileSystem OpenOptions.swift
[1900/1946] Compiling _NIOFileSystem String+FileSystem.swift
[1901/2011] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1902/2011] Compiling MultipartKit MultipartPartConvertible.swift
[1908/2014] Compiling NIOSSL SubjectAlternativeName.swift
[1909/2014] Compiling NIOSSL NIOSSLSecureBytes.swift
[1913/2014] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1914/2014] Emitting module NIOSSL
[1915/2015] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1916/2015] Compiling NIOWebSocket WebSocketOpcode.swift
[1917/2015] Compiling NIOHPACK HPACKHeader.swift
[1918/2015] Compiling NIOHPACK HeaderTables.swift
[1919/2015] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1920/2015] Compiling NIOExtras NIOExtrasError.swift
[1921/2015] Compiling NIOHPACK DynamicHeaderTable.swift
[1922/2015] Compiling NIOHPACK HPACKDecoder.swift
[1923/2015] Compiling NIOHPACK HPACKEncoder.swift
[1924/2015] Compiling NIOHPACK HPACKErrors.swift
[1925/2015] Compiling NIOExtras PCAPRingBuffer.swift
[1926/2015] Compiling NIOExtras QuiescingHelper.swift
[1927/2015] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1928/2015] Compiling NIOExtras NIORequestIdentifiable.swift
[1929/2015] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1932/2017] Compiling NIOHPACK IndexedHeaderTable.swift
[1935/2017] Compiling NIOHPACK IntegerCoding.swift
[1940/2020] Emitting module NIOHTTPCompression
[1941/2020] Compiling NIOHTTPCompression HTTPDecompression.swift
[1942/2020] Compiling NIOHTTPCompression HTTPCompression.swift
[1943/2020] Compiling NIOExtras RequestResponseHandler.swift
[1947/2020] Compiling NIOHPACK HuffmanTables.swift
[1951/2020] Emitting module MultipartKit
[1957/2020] Emitting module _NIOFileSystem
[1958/2020] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1961/2020] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1962/2020] Compiling NIOExtras LengthFieldPrepender.swift
[1963/2020] Compiling NIOExtras LineBasedFrameDecoder.swift
[1964/2020] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1965/2020] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1970/2021] Emitting module NIOWebSocket
[1973/2021] Compiling NIOHPACK HuffmanCoding.swift
[1980/2021] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1981/2021] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1982/2022] Compiling NIOHPACK StaticHeaderTable.swift
[1984/2022] Compiling NIOWebSocket WebSocketFrame.swift
[1985/2023] Emitting module NIOHPACK
[1995/2023] Compiling NIOExtras WritePCAPHandler.swift
[1996/2023] Compiling MultipartKit Utilities.swift
[2003/2029] Emitting module NIOExtras
[2011/2030] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2012/2030] Emitting module _NIOFileSystemFoundationCompat
[2017/2030] Emitting module NIOFileSystem
[2018/2030] Compiling NIOFileSystem Exports.swift
[2019/2030] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2022/2090] Compiling NIOHTTP2 HasRemoteSettings.swift
[2023/2090] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2024/2090] Compiling NIOHTTP2 QuiescingState.swift
[2025/2091] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2026/2091] Compiling NIOHTTP2 MayReceiveFrames.swift
[2029/2100] Compiling WebSocketKit WebSocketHandler.swift
[2030/2100] Compiling WebSocketKit WebSocket+Connect.swift
[2031/2100] Compiling WebSocketKit Exports.swift
[2032/2100] Emitting module WebSocketKit
[2033/2100] Compiling WebSocketKit WebSocket+Concurrency.swift
[2034/2100] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2035/2100] Emitting module NIOHTTP2
[2036/2108] Compiling WebSocketKit WebSocketClient.swift
[2037/2108] Compiling WebSocketKit WebSocket.swift
[2039/2109] Compiling NIOHTTP2 MaySendFrames.swift
[2040/2109] Compiling NIOHTTP2 SendingDataState.swift
[2041/2109] Compiling NIOHTTP2 SendingGoawayState.swift
[2042/2109] Compiling NIOHTTP2 SendingHeadersState.swift
[2043/2109] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2044/2109] Compiling NIOHTTP2 SendingRstStreamState.swift
[2045/2109] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2046/2109] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2047/2109] Compiling NIOHTTP2 InboundWindowManager.swift
[2048/2109] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2049/2109] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2050/2109] Compiling NIOHTTP2 StreamChannelList.swift
[2051/2109] Compiling NIOHTTP2 StreamMap.swift
[2052/2109] Compiling NIOHTTP2 StreamStateMachine.swift
[2053/2109] Compiling NIOHTTP2 UnsafeTransfer.swift
[2054/2109] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2055/2109] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2056/2109] Compiling NIOHTTP2 HTTP2Frame.swift
[2057/2109] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2058/2109] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2059/2109] Compiling NIOHTTP2 HTTP2PingData.swift
[2060/2109] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2061/2109] Compiling NIOHTTP2 HTTP2Settings.swift
[2062/2109] Compiling NIOHTTP2 HTTP2Stream.swift
[2063/2109] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2066/2109] Compiling NIOHTTP2 ReceivingDataState.swift
[2067/2109] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2068/2109] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2069/2109] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2070/2109] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2071/2109] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2072/2109] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2073/2109] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2074/2109] Compiling NIOHTTP2 HasLocalSettings.swift
[2078/2109] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2079/2109] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2080/2109] Compiling NIOHTTP2 StateMachineResult.swift
[2081/2109] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2082/2109] Compiling NIOHTTP2 DOSHeuristics.swift
[2083/2109] Compiling NIOHTTP2 Error+Any.swift
[2084/2109] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2085/2109] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2086/2109] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2087/2109] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2088/2109] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2089/2109] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2090/2109] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2091/2109] Compiling NIOHTTP2 HTTP2StreamID.swift
[2092/2109] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2093/2109] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2094/2109] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2095/2109] Compiling NIOHTTP2 InboundEventBuffer.swift
[2096/2109] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2097/2109] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2098/2109] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2099/2109] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2100/2109] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2101/2109] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2102/2109] Compiling NIOHTTP2 HTTP2Error.swift
[2103/2109] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2112/2210] Compiling Bridges EnumMigration.swift
[2113/2210] Compiling Bridges Extension.swift
[2114/2210] Compiling Bridges Function.swift
[2115/2210] Compiling Bridges Migration.swift
[2116/2210] Compiling Bridges PoolSource.swift
[2117/2215] Compiling Bridges Bridgeable.swift
[2118/2215] Compiling Bridges BridgesApplication.swift
[2119/2215] Compiling Bridges BridgesRequest.swift
[2120/2215] Compiling Bridges ConnectionSource.swift
[2121/2215] Compiling Bridges ContextBridgeable.swift
[2122/2215] Compiling Bridges AnyBridge.swift
[2123/2215] Compiling Bridges AnyBridgesObject.swift
[2124/2215] Compiling Bridges AnyDatabaseIdentifiable.swift
[2125/2215] Compiling Bridges AnyMigration.swift
[2126/2215] Compiling Bridges AutoCreateTableMigration.swift
[2127/2215] Emitting module Bridges
[2128/2215] Compiling Bridges SchemaMigration.swift
[2129/2215] Compiling Bridges TableMigration.swift
[2130/2215] Compiling Bridges Trigger.swift
[2131/2215] Compiling Bridges View.swift
[2132/2215] Compiling Bridges Table.swift
[2133/2215] Compiling Bridges Connection.swift
[2134/2215] Compiling Bridges DatabaseHost.swift
[2135/2215] Compiling Bridges DatabaseIdentifier.swift
[2136/2215] Compiling Bridges DatabaseMigrations.swift
[2137/2215] Compiling Bridges Enum.swift
[2138/2215] Compiling Bridges Exports.swift
[2139/2215] Compiling Bridges Bridges.swift
[2140/2215] Compiling Bridges BridgesError.swift
[2141/2215] Compiling Bridges BridgesRow.swift
[2142/2215] Compiling Bridges CreateEnumBuilder.swift
[2143/2215] Compiling Bridges DropEnumBuilder.swift
[2144/2215] Compiling Bridges UpdateEnumBuilder.swift
[2145/2215] Emitting module AsyncHTTPClient
[2146/2223] Compiling Bridges Bridgeable+Transaction.swift
[2147/2223] Compiling Bridges Dictionary+SwifQLable.swift
[2148/2223] Compiling Bridges Encodable+SwifQLable.swift
[2149/2223] Compiling Bridges EventLoopFuture+SyncFlatten.swift
[2150/2223] Compiling Bridges SwifQLable+Execute.swift
[2151/2223] Compiling Bridges Table+Conveniences.swift
[2152/2223] Compiling Bridges DateFormatter.swift
[2153/2223] Compiling Bridges Table+AllColumns.swift
[2154/2223] Compiling Bridges TableDelete.swift
[2155/2223] Compiling Bridges TableInsert.swift
[2156/2223] Compiling Bridges TableUpdate.swift
[2157/2223] Compiling Bridges TableUpsert.swift
[2176/2224] Compiling AsyncHTTPClient RequestBag.swift
[2177/2224] Compiling AsyncHTTPClient RequestValidation.swift
[2178/2224] Compiling AsyncHTTPClient SSLContextCache.swift
[2179/2224] Compiling AsyncHTTPClient Scheme.swift
[2180/2224] Compiling AsyncHTTPClient Singleton.swift
[2181/2224] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2182/2224] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2183/2224] Compiling AsyncHTTPClient Utils.swift
[2195/2224] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2196/2224] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2197/2224] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2198/2224] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2199/2224] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2200/2224] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2201/2224] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2202/2224] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2203/2224] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2204/2224] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2205/2224] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2206/2224] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2207/2224] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2208/2224] Compiling AsyncHTTPClient RequestBodyLength.swift
[2226/2394] Compiling Vapor Core.swift
[2227/2394] Compiling Vapor Running.swift
[2228/2394] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2229/2394] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2230/2394] Compiling Vapor DotEnvFile+load.swift
[2231/2394] Compiling Vapor Routes+caseInsenstive.swift
[2232/2394] Compiling Vapor Validatable+validate.swift
[2233/2394] Compiling Vapor Environment+Process.swift
[2234/2394] Compiling Vapor Environment+Secret.swift
[2235/2394] Compiling Vapor Environment.swift
[2236/2394] Compiling Vapor Abort.swift
[2237/2394] Compiling Vapor AbortError.swift
[2238/2394] Compiling Vapor DebuggableError.swift
[2239/2394] Compiling Vapor Demangler.swift
[2240/2394] Compiling Vapor ErrorSource.swift
[2241/2394] Compiling Vapor StackTrace.swift
[2242/2394] Compiling Vapor Exports.swift
[2243/2394] Compiling Vapor Application+HTTP.swift
[2244/2394] Compiling Vapor BasicResponder.swift
[2245/2394] Compiling Vapor BodyStream.swift
[2246/2394] Compiling Vapor Application+HTTP+Client.swift
[2247/2394] Compiling Vapor EventLoopHTTPClient.swift
[2248/2394] Compiling Vapor EndpointCache.swift
[2249/2394] Compiling Vapor HTTPMethod+String.swift
[2250/2418] Compiling Vapor AsyncBasicResponder.swift
[2251/2418] Compiling Vapor AsyncMiddleware.swift
[2252/2418] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2253/2418] Compiling Vapor AsyncSessionDriver.swift
[2254/2418] Compiling Vapor Authentication+Concurrency.swift
[2255/2418] Compiling Vapor Cache+Concurrency.swift
[2256/2418] Compiling Vapor Client+Concurrency.swift
[2257/2418] Compiling Vapor RequestBody+Concurrency.swift
[2258/2418] Compiling Vapor Responder+Concurrency.swift
[2259/2418] Compiling Vapor ResponseCodable+Concurrency.swift
[2260/2418] Compiling Vapor RoutesBuilder+Concurrency.swift
[2261/2418] Compiling Vapor ViewRenderer+Concurrency.swift
[2262/2418] Compiling Vapor WebSocket+Concurrency.swift
[2263/2418] Compiling Vapor ContainerGetPathExecutor.swift
[2264/2418] Compiling Vapor Content.swift
[2265/2418] Compiling Vapor ContentCoders.swift
[2266/2418] Compiling Vapor ContentConfiguration.swift
[2267/2418] Compiling Vapor ContentContainer.swift
[2268/2418] Compiling Vapor JSONCoder+Custom.swift
[2269/2418] Compiling Vapor JSONCoders+Content.swift
[2270/2418] Compiling Vapor PlaintextDecoder.swift
[2271/2418] Compiling Vapor PlaintextEncoder.swift
[2272/2418] Compiling Vapor URLQueryCoders.swift
[2273/2418] Compiling Vapor URLQueryContainer.swift
[2274/2442] Compiling Vapor HTTPServerResponseEncoder.swift
[2275/2442] Compiling Vapor HTTPServerUpgradeHandler.swift
[2276/2442] Compiling Vapor Logger+Report.swift
[2277/2442] Compiling Vapor LoggingSystem+Environment.swift
[2278/2442] Compiling Vapor Application+Middleware.swift
[2279/2442] Compiling Vapor CORSMiddleware.swift
[2280/2442] Compiling Vapor ErrorMiddleware.swift
[2281/2442] Compiling Vapor FileMiddleware.swift
[2282/2442] Compiling Vapor Middleware.swift
[2283/2442] Compiling Vapor MiddlewareConfiguration.swift
[2284/2442] Compiling Vapor ResponseCompressionMiddleware.swift
[2285/2442] Compiling Vapor RouteLoggingMiddleware.swift
[2286/2442] Compiling Vapor TracingMiddleware.swift
[2287/2442] Compiling Vapor File+Multipart.swift
[2288/2442] Compiling Vapor FormDataDecoder+Content.swift
[2289/2442] Compiling Vapor FormDataEncoder+Content.swift
[2290/2442] Compiling Vapor Application+Password.swift
[2291/2442] Compiling Vapor Application+Passwords.swift
[2292/2442] Compiling Vapor AsyncPasswordHasher.swift
[2293/2442] Compiling Vapor BcryptHasher.swift
[2294/2442] Compiling Vapor PasswordHasher.swift
[2295/2442] Compiling Vapor PlaintextHasher.swift
[2296/2442] Compiling Vapor Request+Password.swift
[2297/2442] Compiling Vapor Redirect.swift
[2298/2442] Compiling Vapor Application.swift
[2299/2442] Compiling Vapor AuthenticationCache.swift
[2300/2442] Compiling Vapor Authenticator.swift
[2301/2442] Compiling Vapor BasicAuthorization.swift
[2302/2442] Compiling Vapor BearerAuthorization.swift
[2303/2442] Compiling Vapor GuardMiddleware.swift
[2304/2442] Compiling Vapor RedirectMiddleware.swift
[2305/2442] Compiling Vapor SessionAuthenticatable.swift
[2306/2442] Compiling Vapor Bcrypt.swift
[2307/2442] Compiling Vapor Application+Cache.swift
[2308/2442] Compiling Vapor Cache.swift
[2309/2442] Compiling Vapor CacheExpirationTime.swift
[2310/2442] Compiling Vapor MemoryCache.swift
[2311/2442] Compiling Vapor Request+Cache.swift
[2312/2442] Compiling Vapor Application+Clients.swift
[2313/2442] Compiling Vapor Client.swift
[2314/2442] Compiling Vapor ClientRequest.swift
[2315/2442] Compiling Vapor ClientResponse.swift
[2316/2442] Compiling Vapor Request+Client.swift
[2317/2442] Compiling Vapor BootCommand.swift
[2318/2442] Compiling Vapor CommandContext+Application.swift
[2319/2442] Compiling Vapor RoutesCommand.swift
[2320/2442] Compiling Vapor ServeCommand.swift
[2321/2442] Compiling Vapor AnyResponse+Concurrency.swift
[2322/2442] Compiling Vapor Validator.swift
[2323/2442] Compiling Vapor ValidatorResult.swift
[2324/2442] Compiling Vapor And.swift
[2325/2442] Compiling Vapor Case.swift
[2326/2442] Compiling Vapor CharacterSet.swift
[2327/2442] Compiling Vapor Count.swift
[2328/2442] Compiling Vapor Custom.swift
[2329/2442] Compiling Vapor Email.swift
[2330/2442] Compiling Vapor Empty.swift
[2331/2442] Compiling Vapor In.swift
[2332/2442] Compiling Vapor Nil.swift
[2333/2442] Compiling Vapor NilIgnoring.swift
[2334/2442] Compiling Vapor Not.swift
[2335/2442] Compiling Vapor Or.swift
[2336/2442] Compiling Vapor Pattern.swift
[2337/2442] Compiling Vapor Range.swift
[2338/2442] Compiling Vapor URL.swift
[2339/2442] Compiling Vapor Valid.swift
[2340/2442] Compiling Vapor Application+Views.swift
[2341/2442] Compiling Vapor PlaintextRenderer.swift
[2342/2442] Compiling Vapor Request+View.swift
[2343/2442] Compiling Vapor View.swift
[2344/2442] Compiling Vapor ViewRenderer.swift
[2345/2442] Compiling Vapor _Deprecations.swift
[2346/2442] Compiling Vapor Bytes+Hex.swift
[2347/2442] Compiling Vapor Bytes+SecureCompare.swift
[2348/2442] Compiling Vapor Collection+Safe.swift
[2349/2442] Compiling Vapor DataProtocol+Copy.swift
[2350/2442] Compiling Vapor DecoderUnwrapper.swift
[2351/2442] Compiling Vapor DirectoryConfiguration.swift
[2352/2442] Compiling Vapor DotEnv.swift
[2353/2442] Compiling Vapor Extendable.swift
[2354/2442] Compiling Vapor File.swift
[2355/2442] Compiling Vapor FileIO.swift
[2356/2442] Compiling Vapor LifecycleHandler.swift
[2357/2442] Compiling Vapor OptionalType.swift
[2358/2442] Compiling Vapor RFC1123.swift
[2359/2442] Compiling Vapor SocketAddress+Hostname.swift
[2360/2442] Compiling Vapor Storage.swift
[2361/2442] Compiling Vapor String+IsIPAddress.swift
[2362/2442] Compiling Vapor Thread.swift
[2363/2442] Compiling Vapor URI.swift
[2364/2442] Compiling Vapor RangeResult.swift
[2365/2442] Compiling Vapor Validatable.swift
[2366/2442] Compiling Vapor Validation.swift
[2367/2442] Compiling Vapor ValidationKey.swift
[2368/2442] Compiling Vapor Validations.swift
[2369/2442] Compiling Vapor ValidationsError.swift
[2370/2442] Compiling Vapor Request+Body.swift
[2371/2442] Compiling Vapor Request+BodyStream.swift
[2372/2442] Compiling Vapor Request.swift
[2373/2442] Compiling Vapor Application+Responder.swift
[2374/2442] Compiling Vapor DefaultResponder.swift
[2375/2442] Compiling Vapor Response+Body.swift
[2376/2442] Compiling Vapor Response.swift
[2377/2442] Compiling Vapor ResponseCodable.swift
[2378/2442] Compiling Vapor Application+Routes.swift
[2379/2442] Compiling Vapor Parameters+Require.swift
[2380/2442] Compiling Vapor Request+WebSocket.swift
[2381/2442] Compiling Vapor Route.swift
[2382/2442] Compiling Vapor RouteCollection.swift
[2383/2442] Compiling Vapor Routes.swift
[2384/2442] Compiling Vapor RoutesBuilder+Group.swift
[2385/2442] Compiling Vapor RoutesBuilder+Method.swift
[2386/2442] Compiling Vapor RoutesBuilder+Middleware.swift
[2387/2442] Compiling Vapor RoutesBuilder+WebSocket.swift
[2388/2442] Compiling Vapor RoutesBuilder.swift
[2389/2442] Compiling Vapor OTP.swift
[2390/2442] Compiling Vapor Application+Servers.swift
[2391/2442] Compiling Vapor Server.swift
[2392/2442] Compiling Vapor App+Service.swift
[2393/2442] Compiling Vapor Req+Service.swift
[2394/2442] Compiling Vapor Service.swift
[2395/2442] Compiling Vapor Application+Sessions.swift
[2396/2442] Compiling Vapor MemorySessions.swift
[2397/2442] Compiling Vapor Request+Session.swift
[2398/2442] Compiling Vapor Session.swift
[2399/2442] Compiling Vapor SessionCache.swift
[2400/2442] Compiling Vapor SessionData.swift
[2401/2442] Compiling Vapor SessionDriver.swift
[2402/2442] Compiling Vapor SessionsConfiguration.swift
[2403/2442] Compiling Vapor SessionsMiddleware.swift
[2404/2442] Compiling Vapor URLEncodedFormData.swift
[2405/2442] Compiling Vapor URLEncodedFormDecoder.swift
[2406/2442] Compiling Vapor URLEncodedFormEncoder.swift
[2407/2442] Compiling Vapor URLEncodedFormError.swift
[2408/2442] Compiling Vapor URLEncodedFormParser.swift
[2409/2442] Compiling Vapor URLEncodedFormSerializer.swift
[2410/2442] Compiling Vapor URLQueryFragmentConvertible.swift
[2411/2442] Compiling Vapor AnyResponse.swift
[2412/2442] Compiling Vapor Array+Random.swift
[2413/2442] Compiling Vapor Base32.swift
[2414/2442] Compiling Vapor Base64.swift
[2415/2442] Compiling Vapor BaseN.swift
[2416/2442] Compiling Vapor BasicCodingKey.swift
[2417/2442] Compiling Vapor ByteCount.swift
[2418/2442] Emitting module Vapor
[2419/2442] Compiling Vapor HTTPStatus.swift
[2420/2442] Compiling Vapor HTTPCookies.swift
[2421/2442] Compiling Vapor HTTPHeaderCacheControl.swift
[2422/2442] Compiling Vapor HTTPHeaderExpires.swift
[2423/2442] Compiling Vapor HTTPHeaderLastModified.swift
[2424/2442] Compiling Vapor HTTPHeaders+Cache.swift
[2425/2442] Compiling Vapor HTTPHeaders+Connection.swift
[2426/2442] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2427/2442] Compiling Vapor HTTPHeaders+ContentRange.swift
[2428/2442] Compiling Vapor HTTPHeaders+Directive.swift
[2429/2442] Compiling Vapor HTTPHeaders+Forwarded.swift
[2430/2442] Compiling Vapor HTTPHeaders+Link.swift
[2431/2442] Compiling Vapor HTTPHeaders+Name.swift
[2432/2442] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2433/2442] Compiling Vapor HTTPHeaders.swift
[2434/2442] Compiling Vapor HTTPMediaType.swift
[2435/2442] Compiling Vapor HTTPMediaTypePreference.swift
[2436/2442] Compiling Vapor Responder.swift
[2437/2442] Compiling Vapor Application+HTTP+Server.swift
[2438/2442] Compiling Vapor HTTPServer.swift
[2439/2442] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2440/2442] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2441/2442] Compiling Vapor HTTPServerHandler.swift
[2442/2442] Compiling Vapor HTTPServerRequestDecoder.swift
[2444/2447] 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 | }
[2445/2447] Compiling VaporBridges Exports.swift
[2446/2447] 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 | }
[2447/2447] 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 {
Build complete! (165.45s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.