The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of n-meta, reference 4.0.0-rc.3 (93107c), with Swift 6.1 for Android on 29 May 2025 07:56:09 UTC.

Swift 6 data race errors: 2

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ml-archive/n-meta.git
Reference: 4.0.0-rc.3
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/ml-archive/n-meta
 * tag               4.0.0-rc.3 -> FETCH_HEAD
HEAD is now at 93107ce Merge pull request #29 from nodes-vapor/feature/fix-user-agent
Cloned https://github.com/ml-archive/n-meta.git
Revision (git rev-parse @):
93107ceea2bac89f8a37bc29a8b10639d96fb090
SUCCESS checkout https://github.com/ml-archive/n-meta.git at 4.0.0-rc.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ml-archive/n-meta.git
https://github.com/ml-archive/n-meta.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"
    }
  ],
  "manifest_display_name" : "n-meta",
  "name" : "n-meta",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "NMeta",
      "targets" : [
        "NMeta"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMetaTests",
      "module_type" : "SwiftTarget",
      "name" : "NMetaTests",
      "path" : "Tests/NMetaTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "NMetaTests.swift"
      ],
      "target_dependencies" : [
        "NMeta"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMeta",
      "module_type" : "SwiftTarget",
      "name" : "NMeta",
      "path" : "Sources/NMeta",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "NMeta"
      ],
      "sources" : [
        "Extensions/Application+NMeta.swift",
        "Extensions/Request+NMeta.swift",
        "NMetaError.swift",
        "NMetaMiddleware.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.09s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.84s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.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
Fetching https://github.com/apple/swift-algorithms.git
[1/1710] Fetching swift-atomics
[2/6684] Fetching swift-atomics, swift-distributed-tracing
[462/9293] Fetching swift-atomics, swift-distributed-tracing, websocket-kit
[1811/12612] Fetching swift-atomics, swift-distributed-tracing, websocket-kit, multipart-kit
[4710/18571] Fetching swift-atomics, swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms
[6668/19634] Fetching swift-atomics, swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-service-context
Fetched https://github.com/apple/swift-algorithms.git from cache (1.03s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.07s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.08s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.08s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1097/5525] Fetching multipart-kit, swift-metrics
[3327/17052] Fetching multipart-kit, swift-metrics, swift-nio-http2
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[4250/31895] Fetching multipart-kit, swift-metrics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.55s)
[2159/29689] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
[5736/35603] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio-extras
[9961/39439] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio-extras, swift-log
[20610/115532] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio-extras, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.01s)
[20965/109618] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
[18430/105782] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
[25508/126509] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.91s)
Fetching https://github.com/vapor/console-kit.git
[72370/114982] Fetching multipart-kit, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (4.08s)
[69812/111663] Fetching swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/vapor/async-kit.git
[80466/114033] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit
[88163/119680] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit, console-kit
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.47s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/async-kit.git from cache (4.00s)
Fetched https://github.com/vapor/routing-kit.git from cache (5.50s)
Fetched https://github.com/vapor/console-kit.git from cache (4.13s)
Fetched https://github.com/apple/swift-nio.git from cache (6.88s)
[1/14014] Fetching async-http-client
[14015/27950] Fetching async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (2.44s)
[3484/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.08s)
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.86s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.24s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[167/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.63s)
Fetched https://github.com/apple/swift-collections.git from cache (1.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.45s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
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.85s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.61s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[49/2494] Fetching swift-asn1, swift-http-types
[2495/4920] Fetching swift-asn1, swift-http-types, swift-service-lifecycle
[2690/11075] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates
[3961/16060] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[6217/15156] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
[9661/16297] Fetching swift-asn1, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.90s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.95s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.94s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.94s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.91s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.68s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.02s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.84s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (4.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.33s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.55s)
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.49s)
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.89s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.92s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/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-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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/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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Building for debugging...
[0/831] Write sources
[40/831] Compiling CVaporBcrypt bcrypt.c
[41/831] Write sources
[42/831] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[43/831] Write sources
[52/831] Compiling _NumericsShims _NumericsShims.c
[53/831] Compiling CNIODarwin shim.c
[54/831] Compiling _AtomicsShims.c
[55/831] Compiling CNIOWindows WSAStartup.c
[56/831] Compiling CNIOWindows shim.c
[57/831] Compiling CNIOWASI CNIOWASI.c
[58/831] Compiling CSystem shims.c
[59/831] Compiling CNIOLinux liburing_shims.c
[60/831] Compiling CNIOSHA1 c_nio_sha1.c
[61/831] Write swift-version-24593BA9C3E375BF.txt
[62/831] Compiling CVaporBcrypt blf.c
[63/831] Compiling CNIOLLHTTP c_nio_http.c
[64/831] Compiling CNIOExtrasZlib empty.c
[65/831] Compiling CNIOLLHTTP c_nio_api.c
[66/831] Compiling CNIOLinux shim.c
[67/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/883] Emitting module _NIOBase64
[70/883] Emitting module SystemPackage
[70/886] Compiling c-nioatomics.c
[71/886] Compiling c-atomics.c
[73/886] Compiling SystemPackage Util+StringArray.swift
[74/886] Compiling SystemPackage Util.swift
[75/886] Compiling SystemPackage UtilConsumers.swift
[76/886] Compiling RealModule Float+Real.swift
[77/887] Compiling _NIODataStructures _TinyArray.swift
[78/887] Emitting module ServiceContextModule
[79/887] Compiling RealModule ElementaryFunctions.swift
[80/887] Compiling RealModule RealFunctions.swift
[81/887] Compiling ServiceContextModule ServiceContext.swift
[82/887] Compiling ServiceContextModule ServiceContextKey.swift
[83/887] Compiling _NIODataStructures PriorityQueue.swift
[84/888] Compiling RealModule Float16+Real.swift
[85/888] Compiling RealModule Real.swift
[86/888] Compiling RealModule AugmentedArithmetic.swift
[87/888] Compiling RealModule Double+Real.swift
[88/888] Compiling RealModule Float80+Real.swift
[89/894] Emitting module _NIODataStructures
[90/894] Compiling _NIODataStructures Heap.swift
[91/897] Emitting module RealModule
[92/897] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/897] Compiling InternalCollectionsUtilities UInt+reversed.swift
[94/902] Compiling _NIOBase64 Base64.swift
[97/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[98/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[99/911] Compiling SystemPackage MachPort.swift
[100/911] Compiling SystemPackage PlatformString.swift
[101/911] Compiling SystemPackage SystemString.swift
[102/911] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[103/911] Compiling InternalCollectionsUtilities _SortedCollection.swift
[104/911] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[105/911] Compiling InternalCollectionsUtilities Integer rank.swift
[106/911] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[107/911] Compiling InternalCollectionsUtilities Debugging.swift
[108/911] Compiling InternalCollectionsUtilities Descriptions.swift
[109/911] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[114/911] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[119/940] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[120/940] Compiling Instrumentation NoOpInstrument.swift
[121/940] Compiling Atomics OptionalRawRepresentable.swift
[122/940] Compiling Atomics RawRepresentable.swift
[123/940] Compiling Instrumentation MultiplexInstrument.swift
[124/940] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/940] Compiling NIOConcurrencyHelpers lock.swift
[126/940] Compiling Instrumentation Instrument.swift
[127/940] Emitting module Instrumentation
[128/940] Compiling Instrumentation InstrumentationSystem.swift
[129/940] Compiling Atomics AtomicBool.swift
[130/940] Compiling Atomics IntegerConformances.swift
[131/940] Compiling Atomics Primitives.shims.swift
[132/940] Compiling Atomics AtomicInteger.swift
[133/940] Emitting module InternalCollectionsUtilities
[134/940] Compiling Atomics PointerConformances.swift
[135/940] Compiling Atomics Primitives.native.swift
[136/941] Emitting module NIOConcurrencyHelpers
[137/941] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[137/941] Compiling CNIOBoringSSLShims shims.c
[139/941] Compiling NIOConcurrencyHelpers atomics.swift
[140/941] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[142/942] Compiling fiat_p256_adx_sqr.S
[146/942] Compiling Atomics AtomicOptionalWrappable.swift
[147/945] Compiling Atomics AtomicMemoryOrderings.swift
[148/945] Compiling Atomics DoubleWord.swift
[149/969] Compiling Algorithms MinMax.swift
[150/969] Compiling Algorithms Partition.swift
[151/969] Compiling Algorithms Permutations.swift
[152/969] Compiling Algorithms Product.swift
[153/969] Emitting module CoreMetrics
[154/1025] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[155/1025] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[156/1025] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[157/1092] Compiling _RopeModule BigString+Sequence.swift
[158/1092] Compiling _RopeModule BigString+TextOutputStream.swift
[159/1092] Compiling _RopeModule BigString+BidirectionalCollection.swift
[160/1092] Compiling _RopeModule BigString+Comparable.swift
[161/1092] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[162/1092] Compiling CoreMetrics Metrics.swift
[163/1092] Compiling _RopeModule Rope+Invariants.swift
[164/1092] Compiling _RopeModule Rope+_Node.swift
[165/1092] Compiling _RopeModule Rope+_Storage.swift
[166/1092] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[167/1092] Compiling _RopeModule Rope+_UnsafeHandle.swift
[168/1092] Compiling _RopeModule Rope.swift
[169/1092] Compiling _RopeModule RopeElement.swift
[170/1099] Compiling _RopeModule BigString+UnicodeScalarView.swift
[171/1099] Compiling _RopeModule BigSubstring+UTF16View.swift
[172/1099] Compiling _RopeModule BigSubstring+UTF8View.swift
[173/1099] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[174/1099] Compiling _RopeModule BigSubstring.swift
[175/1099] Compiling _RopeModule Rope+Builder.swift
[176/1099] Compiling _RopeModule Rope+Debugging.swift
[179/1099] Compiling _RopeModule BigString+Builder.swift
[180/1102] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[181/1102] Compiling _RopeModule BigString+Chunk+Breaks.swift
[182/1102] Compiling _RopeModule BigString+Chunk+Counts.swift
[183/1102] Compiling _RopeModule BigString+Chunk+Description.swift
[184/1102] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[185/1102] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[186/1102] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[187/1102] Compiling _RopeModule BigString+Chunk+Splitting.swift
[188/1102] Compiling Algorithms Trim.swift
[189/1102] Compiling Algorithms Unique.swift
[190/1102] Compiling Algorithms Windows.swift
[191/1102] Compiling _RopeModule BigString+Metrics.swift
[192/1102] Compiling _RopeModule BigString+Summary.swift
[193/1102] Compiling _RopeModule BigString.swift
[194/1102] Compiling _RopeModule BigString+Append.swift
[195/1102] Compiling _RopeModule BigString+Initializers.swift
[196/1102] Compiling _RopeModule BigString+Insert.swift
[197/1102] Compiling _RopeModule BigString+Managing Breaks.swift
[198/1102] Compiling _RopeModule BigString+RemoveSubrange.swift
[199/1102] Compiling _RopeModule BigString+ReplaceSubrange.swift
[200/1102] Compiling _RopeModule BigString+Split.swift
[201/1102] Compiling _RopeModule Range+BigString.swift
[202/1102] Compiling _RopeModule BigString+UTF16View.swift
[203/1102] Compiling _RopeModule BigString+UTF8View.swift
[204/1102] Emitting module Atomics
[205/1102] Emitting module OrderedCollections
[206/1102] Compiling _RopeModule BigString+Contents.swift
[207/1102] Compiling _RopeModule BigString+Debugging.swift
[208/1102] Compiling _RopeModule BigString+Index.swift
[214/1102] Compiling OrderedCollections OrderedSet+Sendable.swift
[215/1102] Compiling OrderedCollections OrderedSet+SubSequence.swift
[216/1102] Compiling OrderedCollections OrderedSet+Testing.swift
[217/1102] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[221/1111] Compiling CoreMetrics Locks.swift
[222/1112] Emitting module Logging
[223/1112] Compiling Logging MetadataProvider.swift
[224/1112] Compiling Logging Locks.swift
[225/1112] Compiling Instrumentation Locks.swift
[226/1113] Compiling _RopeModule BigString+CustomStringConvertible.swift
[227/1113] Compiling _RopeModule BigString+Equatable.swift
[228/1113] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[229/1113] Compiling _RopeModule BigString+Hashing.swift
[230/1113] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[231/1113] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[238/1113] Compiling _RopeModule BigString+Chunk.swift
[260/1113] Compiling Logging LogHandler.swift
[261/1113] Compiling Logging Logging.swift
[274/1122] Emitting module _RopeModule
[279/1130] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[280/1130] Compiling OrderedCollections OrderedSet.swift
[281/1130] Compiling OrderedCollections _UnsafeBitset.swift
[282/1130] Compiling _RopeModule Rope+Sequence.swift
[283/1130] Compiling _RopeModule Rope+Append.swift
[284/1130] Compiling _RopeModule Rope+Extract.swift
[285/1130] Compiling _RopeModule Rope+Find.swift
[286/1130] Compiling _RopeModule Rope+ForEachWhile.swift
[287/1130] Compiling _RopeModule Rope+Insert.swift
[298/1134] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[299/1134] Compiling HeapModule Heap+Descriptions.swift
[301/1134] Emitting module Tracing
[303/1210] Compiling HeapModule Heap.swift
[304/1210] Compiling HeapModule _HeapNode.swift
[305/1210] Compiling HeapModule Heap+Invariants.swift
[306/1210] Compiling HeapModule Heap+UnsafeHandle.swift
[307/1211] Compiling Tracing InstrumentationSystem+Tracing.swift
[308/1212] Compiling Tracing TracingTime.swift
[309/1213] Compiling Tracing TracerProtocol.swift
[310/1216] Compiling Tracing Tracer.swift
[311/1216] Compiling Tracing TracerProtocol+Legacy.swift
[312/1216] Emitting module HeapModule
[313/1232] Emitting module Algorithms
[316/1233] Compiling DequeModule Deque+CustomReflectable.swift
[317/1233] Compiling DequeModule Deque+Descriptions.swift
[318/1233] Compiling HashTreeCollections TreeSet+Hashable.swift
[319/1233] Compiling HashTreeCollections TreeSet+Sendable.swift
[320/1233] Compiling HashTreeCollections TreeSet+Sequence.swift
[321/1233] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[322/1233] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[323/1233] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[324/1233] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[325/1233] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[326/1233] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[327/1233] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[328/1271] Compiling ConsoleKitTerminal CustomActivity.swift
[329/1271] Compiling ConsoleKitTerminal LoadingBar.swift
[330/1271] Compiling ConsoleKitTerminal ProgressBar.swift
[331/1271] Compiling ConsoleKitTerminal Console+Clear.swift
[331/1271] Compiling fiat_p256_adx_mul.S
[333/1271] Compiling ConsoleKitTerminal Console+Center.swift
[334/1271] Compiling ConsoleKitTerminal Console+Output.swift
[335/1271] Compiling Tracing SpanProtocol.swift
[336/1271] Compiling Tracing NoOpTracer.swift
[336/1272] Compiling fiat_curve25519_adx_square.S
[337/1272] Compiling fiat_curve25519_adx_mul.S
[339/1272] Compiling ConsoleKitTerminal Console+Confirm.swift
[340/1272] Compiling ConsoleKitTerminal Console+Input.swift
[342/1272] Compiling HashTreeCollections TreeDictionary.swift
[343/1272] Compiling HashTreeCollections TreeSet+Codable.swift
[344/1272] Compiling HashTreeCollections TreeSet+Collection.swift
[345/1272] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[346/1272] Compiling HashTreeCollections TreeSet+Debugging.swift
[347/1272] Compiling HashTreeCollections TreeSet+Descriptions.swift
[348/1272] Compiling HashTreeCollections TreeSet+Equatable.swift
[349/1272] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[350/1272] Compiling HashTreeCollections TreeSet+Extras.swift
[351/1272] Compiling HashTreeCollections TreeSet+Filter.swift
[352/1272] Compiling ConsoleKitTerminal Console+Ask.swift
[353/1272] Compiling ConsoleKitTerminal Console+Choose.swift
[362/1272] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[364/1272] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[365/1272] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[366/1272] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[367/1272] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[368/1272] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[369/1272] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[370/1272] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[371/1272] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[372/1272] Compiling HashTreeCollections TreeSet.swift
[373/1272] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[374/1272] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[375/1272] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[376/1272] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[377/1272] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[378/1272] Compiling HashTreeCollections TreeDictionary+Filter.swift
[379/1272] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[380/1272] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[381/1272] Compiling HashTreeCollections TreeDictionary+Keys.swift
[382/1272] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[383/1272] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[384/1272] Compiling ConsoleKitTerminal ANSI.swift
[385/1272] Compiling ConsoleKitTerminal Console.swift
[386/1272] Compiling ConsoleKitTerminal Terminal.swift
[387/1272] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[388/1272] Compiling HashTreeCollections _RawHashNode.swift
[389/1272] Compiling HashTreeCollections _UnmanagedHashNode.swift
[390/1272] Compiling HashTreeCollections _UnsafePath.swift
[391/1272] Compiling HashTreeCollections TreeDictionary+Codable.swift
[392/1272] Compiling HashTreeCollections TreeDictionary+Collection.swift
[393/1272] Compiling ConsoleKitTerminal ActivityBar.swift
[394/1272] Compiling ConsoleKitTerminal ActivityIndicator.swift
[395/1272] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[396/1272] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[403/1272] Compiling HashTreeCollections TreeDictionary+Merge.swift
[404/1272] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[405/1272] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[406/1272] Compiling HashTreeCollections TreeDictionary+Values.swift
[407/1272] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[408/1272] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[409/1272] Compiling HashTreeCollections _HashNode+Structural union.swift
[410/1272] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[411/1272] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[414/1272] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[415/1272] Compiling ConsoleKitTerminal ConsoleClear.swift
[418/1272] Compiling ConsoleKitTerminal Console+Wait.swift
[419/1272] Compiling ConsoleKitTerminal ConsoleColor.swift
[420/1272] Compiling ConsoleKitTerminal ConsoleStyle.swift
[421/1272] Compiling ConsoleKitTerminal ConsoleText.swift
[424/1273] Emitting module DequeModule
[429/1274] Emitting module RoutingKit
[430/1274] Compiling RoutingKit PathComponent.swift
[431/1274] Compiling RoutingKit Router.swift
[432/1274] Compiling RoutingKit TrieRouter.swift
[447/1277] Compiling tls_record.cc
[474/1277] Compiling ConsoleKitTerminal AnySendableHashable.swift
[475/1277] Compiling ConsoleKitTerminal ConsoleLogger.swift
[476/1277] Compiling ConsoleKitTerminal LoggerFragment.swift
[487/1277] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[488/1277] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[489/1277] Compiling HashTreeCollections _HashNode.swift
[490/1277] Compiling HashTreeCollections _HashNodeHeader.swift
[491/1277] Compiling HashTreeCollections _HashSlot.swift
[492/1277] Compiling HashTreeCollections _HashStack.swift
[492/1337] Compiling tls13_server.cc
[494/1337] Emitting module Metrics
[495/1337] Compiling Metrics Metrics.swift
[496/1338] Compiling RoutingKit AnyRouter.swift
[497/1338] Compiling RoutingKit Parameters.swift
[499/1339] Emitting module ConsoleKitTerminal
[500/1339] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[501/1339] Compiling NIOCore BSDSocketAPI.swift
[502/1339] Compiling NIOCore ByteBuffer-aux.swift
[503/1339] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[505/1339] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[506/1339] Compiling NIOCore AddressedEnvelope.swift
[507/1339] Compiling NIOCore AsyncAwaitSupport.swift
[508/1339] Compiling NIOCore AsyncChannel.swift
[509/1339] Compiling NIOCore AsyncChannelHandler.swift
[510/1339] Compiling NIOCore AsyncChannelInboundStream.swift
[511/1339] Compiling NIOCore AsyncChannelOutboundWriter.swift
[512/1339] Compiling NIOCore NIOAsyncSequenceProducer.swift
[513/1339] Compiling NIOCore Codec.swift
[514/1339] Compiling NIOCore ConvenienceOptionSupport.swift
[515/1339] Compiling NIOCore DeadChannel.swift
[515/1339] Compiling tls_method.cc
[517/1339] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[518/1339] Compiling NIOCore NIOAsyncWriter.swift
[519/1339] Compiling NIOCore CircularBuffer.swift
[520/1339] Compiling NIOCore DispatchQueue+WithFuture.swift
[521/1339] Compiling NIOCore EventLoop+Deprecated.swift
[522/1339] Compiling NIOCore EventLoop+SerialExecutor.swift
[523/1339] Compiling NIOCore EventLoop.swift
[524/1339] Compiling NIOCore ByteBuffer-multi-int.swift
[525/1339] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[526/1340] Compiling tls13_enc.cc
[528/1350] Emitting module HashTreeCollections
[530/1363] Compiling NIOCore MulticastChannel.swift
[531/1363] Compiling NIOCore NIOAny.swift
[532/1363] Compiling NIOCore NIOCloseOnErrorHandler.swift
[533/1363] Compiling NIOCore NIOLoopBound.swift
[534/1363] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[535/1363] Compiling NIOCore NIOScheduledCallback.swift
[536/1363] Compiling NIOCore NIOSendable.swift
[537/1363] Compiling NIOCore RecvByteBufferAllocator.swift
[538/1371] Emitting module ConsoleKitCommands
[539/1373] Compiling ConsoleKitCommands CommandSignature.swift
[540/1373] Compiling ConsoleKitCommands Flag.swift
[541/1373] Compiling ConsoleKitCommands Option.swift
[542/1373] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[543/1373] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[544/1373] Compiling ConsoleKitCommands Argument.swift
[545/1373] Compiling ConsoleKitCommands CommandGroup.swift
[546/1373] Compiling ConsoleKitCommands CommandInput.swift
[547/1373] Compiling ConsoleKitCommands Commands.swift
[548/1373] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[549/1373] Compiling ConsoleKitCommands Utilities.swift
[550/1373] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[551/1373] Compiling ConsoleKitCommands AsyncCommand.swift
[552/1373] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[553/1373] Compiling ConsoleKitCommands AsyncCommands.swift
[554/1373] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[555/1373] Compiling ConsoleKitCommands AnyCommand.swift
[556/1373] Compiling ConsoleKitCommands Command.swift
[557/1373] Compiling ConsoleKitCommands CommandContext.swift
[558/1373] Compiling ConsoleKitCommands CommandError.swift
[558/1373] Compiling tls13_client.cc
[559/1373] Compiling ssl_versions.cc
[560/1373] Compiling tls13_both.cc
[561/1373] Compiling t1_enc.cc
[563/1373] Compiling NIOCore IO.swift
[564/1373] Compiling NIOCore IOData.swift
[565/1373] Compiling NIOCore IPProtocol.swift
[566/1373] Compiling NIOCore IntegerBitPacking.swift
[567/1373] Compiling NIOCore IntegerTypes.swift
[568/1373] Compiling NIOCore Interfaces.swift
[569/1373] Compiling NIOCore Linux.swift
[570/1373] Compiling NIOCore MarkedCircularBuffer.swift
[570/1373] Compiling ssl_x509.cc
[571/1373] Compiling ssl_transcript.cc
[573/1373] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[574/1373] Compiling NIOCore EventLoopFuture+Deprecated.swift
[575/1373] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[576/1373] Compiling NIOCore EventLoopFuture.swift
[577/1373] Compiling NIOCore FileDescriptor.swift
[578/1373] Compiling NIOCore FileHandle.swift
[579/1373] Compiling NIOCore FileRegion.swift
[580/1373] Compiling NIOCore GlobalSingletons.swift
[581/1373] Compiling ConsoleKitCommands Console+Run.swift
[582/1373] Compiling ConsoleKitCommands ConsoleError.swift
[583/1373] Compiling ConsoleKitCommands Completion.swift
[583/1374] Compiling ssl_stat.cc
[585/1374] Compiling ssl_privkey.cc
[587/1374] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[588/1374] Compiling NIOCore SocketAddresses.swift
[589/1374] Compiling NIOCore SocketOptionProvider.swift
[590/1374] Compiling NIOCore SystemCallHelpers.swift
[591/1374] Compiling NIOCore TimeAmount+Duration.swift
[592/1374] Compiling NIOCore TypeAssistedChannelHandler.swift
[593/1374] Compiling NIOCore UniversalBootstrapSupport.swift
[594/1374] Compiling NIOCore Utilities.swift
[602/1374] Compiling ssl_session.cc
[612/1374] Compiling ssl_lib.cc
[622/1374] Compiling ssl_key_share.cc
[623/1374] Compiling ssl_file.cc
[625/1376] Emitting module ConsoleKit
[626/1376] Compiling ConsoleKit Exports.swift
[627/1377] Compiling ssl_credential.cc
[628/1377] Compiling ssl_cipher.cc
[629/1377] Compiling ssl_buffer.cc
[630/1377] Compiling ssl_asn1.cc
[631/1377] Compiling ssl_cert.cc
[632/1377] Compiling ssl_aead_ctx.cc
[633/1377] Compiling s3_both.cc
[634/1377] Compiling s3_lib.cc
[635/1377] Compiling s3_pkt.cc
[637/1377] Emitting module NIOCore
[637/1377] Compiling handshake_server.cc
[638/1377] Compiling handoff.cc
[642/1377] Compiling NIOCore ByteBuffer-views.swift
[643/1377] Compiling NIOCore Channel.swift
[644/1377] Compiling NIOCore ChannelHandler.swift
[645/1377] Compiling NIOCore ChannelHandlers.swift
[646/1377] Compiling NIOCore ChannelInvoker.swift
[647/1377] Compiling NIOCore ChannelOption.swift
[648/1377] Compiling NIOCore ChannelPipeline.swift
[649/1378] Compiling handshake_client.cc
[650/1378] Compiling handshake.cc
[651/1389] Compiling extensions.cc
[652/1428] Compiling dtls_record.cc
[654/1428] Emitting module NIOEmbedded
[654/1428] Compiling encrypted_client_hello.cc
[655/1428] Compiling d1_srtp.cc
[656/1428] Compiling md5-x86_64-linux.S
[657/1428] Compiling md5-x86_64-apple.S
[658/1428] Compiling md5-586-linux.S
[659/1428] Compiling md5-586-apple.S
[661/1428] Compiling NIOEmbedded AsyncTestingChannel.swift
[662/1428] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[663/1428] Compiling NIOEmbedded Embedded.swift
[663/1429] Compiling dtls_method.cc
[664/1429] Compiling chacha20_poly1305_x86_64-linux.S
[666/1429] Compiling chacha20_poly1305_armv8-win.S
[667/1429] Compiling chacha20_poly1305_x86_64-apple.S
[668/1429] Compiling chacha20_poly1305_armv8-apple.S
[669/1429] Compiling chacha20_poly1305_armv8-linux.S
[670/1429] Compiling chacha-x86_64-linux.S
[671/1429] Compiling chacha-x86_64-apple.S
[672/1429] Compiling chacha-x86-linux.S
[673/1429] Compiling chacha-x86-apple.S
[674/1429] Compiling err_data.cc
[675/1429] Compiling chacha-armv8-win.S
[676/1429] Compiling chacha-armv8-linux.S
[677/1429] Compiling chacha-armv8-apple.S
[678/1429] Compiling chacha-armv4-linux.S
[679/1429] Compiling aes128gcmsiv-x86_64-linux.S
[680/1429] Compiling aes128gcmsiv-x86_64-apple.S
[681/1429] Compiling x86_64-mont5-linux.S
[682/1429] Compiling d1_pkt.cc
[683/1429] Compiling x86_64-mont5-apple.S
[684/1429] Compiling x86_64-mont-linux.S
[685/1429] Compiling d1_lib.cc
[686/1429] Compiling x86_64-mont-apple.S
[687/1429] Compiling x86-mont-linux.S
[688/1429] Compiling bio_ssl.cc
[689/1429] Compiling x86-mont-apple.S
[690/1429] Compiling vpaes-x86_64-linux.S
[690/1429] Compiling vpaes-x86-linux.S
[692/1429] Compiling vpaes-armv8-win.S
[693/1429] Compiling vpaes-x86-apple.S
[694/1429] Compiling vpaes-x86_64-apple.S
[695/1429] Compiling vpaes-armv8-apple.S
[696/1429] Compiling vpaes-armv7-linux.S
[697/1429] Compiling sha512-x86_64-linux.S
[698/1429] Compiling vpaes-armv8-linux.S
[699/1429] Compiling sha512-x86_64-apple.S
[700/1429] Compiling sha512-armv8-win.S
[701/1429] Compiling sha512-armv8-apple.S
[702/1429] Compiling sha512-armv8-linux.S
[703/1429] Compiling sha512-586-apple.S
[704/1429] Compiling sha512-armv4-linux.S
[705/1429] Compiling sha512-586-linux.S
[706/1429] Compiling sha256-x86_64-apple.S
[707/1429] Compiling sha256-armv8-win.S
[708/1429] Compiling sha256-x86_64-linux.S
[709/1429] Compiling sha256-armv8-apple.S
[710/1429] Compiling sha256-armv8-linux.S
[711/1429] Compiling sha256-586-linux.S
[712/1429] Compiling sha256-armv4-linux.S
[713/1429] Compiling sha256-586-apple.S
[714/1429] Compiling sha1-x86_64-linux.S
[715/1429] Compiling sha1-x86_64-apple.S
[717/1429] Compiling NIOPosix ServerSocket.swift
[718/1429] Compiling NIOPosix Socket.swift
[719/1429] Compiling NIOPosix SocketChannel.swift
[720/1429] Compiling NIOPosix SocketProtocols.swift
[721/1429] Compiling NIOPosix System.swift
[722/1429] Compiling NIOPosix Thread.swift
[722/1435] Compiling sha1-armv8-apple.S
[723/1435] Compiling sha1-armv4-large-linux.S
[724/1435] Compiling sha1-armv8-linux.S
[725/1435] Compiling sha1-armv8-win.S
[726/1435] Compiling rsaz-avx2-apple.S
[727/1435] Compiling sha1-586-linux.S
[728/1435] Compiling sha1-586-apple.S
[729/1435] Compiling rsaz-avx2-linux.S
[730/1435] Compiling rdrand-x86_64-apple.S
[731/1435] Compiling rdrand-x86_64-linux.S
[732/1435] Compiling p256_beeu-x86_64-asm-linux.S
[733/1435] Compiling d1_both.cc
[734/1435] Compiling p256_beeu-armv8-asm-win.S
[735/1435] Compiling p256_beeu-x86_64-asm-apple.S
[736/1435] Compiling p256_beeu-armv8-asm-apple.S
[737/1435] Compiling p256-x86_64-asm-apple.S
[738/1435] Compiling p256_beeu-armv8-asm-linux.S
[739/1435] Compiling p256-armv8-asm-win.S
[740/1435] Compiling p256-x86_64-asm-linux.S
[741/1435] Compiling ghashv8-armv8-win.S
[742/1435] Compiling ghashv8-armv8-linux.S
[743/1435] Compiling p256-armv8-asm-apple.S
[744/1435] Compiling ghashv8-armv8-apple.S
[745/1435] Compiling p256-armv8-asm-linux.S
[746/1435] Compiling ghashv8-armv7-linux.S
[747/1435] Compiling ghash-x86-linux.S
[748/1435] Compiling ghash-x86_64-apple.S
[750/1435] Compiling NIOPosix SelectableChannel.swift
[751/1435] Compiling NIOPosix SelectableEventLoop.swift
[752/1435] Compiling NIOPosix SelectorEpoll.swift
[753/1435] Compiling NIOPosix SelectorGeneric.swift
[754/1435] Compiling NIOPosix SelectorKqueue.swift
[755/1435] Compiling NIOPosix SelectorUring.swift
[756/1435] Compiling NIOPosix Pool.swift
[757/1435] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[758/1435] Compiling NIOPosix PosixSingletons.swift
[759/1435] Compiling NIOPosix RawSocketBootstrap.swift
[760/1435] Compiling NIOPosix Resolver.swift
[761/1435] Compiling NIOPosix Selectable.swift
[761/1435] Compiling ghash-x86_64-linux.S
[762/1435] Compiling ghash-x86-apple.S
[763/1435] Compiling ghash-ssse3-x86-linux.S
[764/1435] Compiling ghash-ssse3-x86_64-apple.S
[765/1435] Compiling ghash-ssse3-x86_64-linux.S
[766/1435] Compiling ghash-ssse3-x86-apple.S
[767/1435] Compiling ghash-neon-armv8-linux.S
[768/1435] Compiling ghash-neon-armv8-apple.S
[769/1435] Compiling ghash-neon-armv8-win.S
[770/1435] Compiling co-586-linux.S
[771/1435] Compiling co-586-apple.S
[772/1435] Compiling ghash-armv4-linux.S
[773/1435] Compiling bsaes-armv7-linux.S
[774/1435] Compiling bn-armv8-win.S
[775/1435] Compiling bn-586-linux.S
[776/1435] Compiling bn-armv8-apple.S
[776/1435] Compiling bn-armv8-linux.S
[778/1435] Compiling armv8-mont-win.S
[779/1435] Compiling bn-586-apple.S
[780/1435] Compiling armv8-mont-linux.S
[781/1435] Compiling armv4-mont-linux.S
[782/1435] Compiling armv8-mont-apple.S
[783/1435] Compiling aesv8-gcm-armv8-win.S
[784/1435] Compiling aesv8-armv8-win.S
[785/1435] Compiling aesv8-gcm-armv8-apple.S
[786/1435] Compiling aesv8-gcm-armv8-linux.S
[787/1435] Compiling aesv8-armv8-linux.S
[788/1435] Compiling aesv8-armv8-apple.S
[789/1435] Compiling aesni-x86_64-linux.S
[790/1435] Compiling aesv8-armv7-linux.S
[792/1435] Compiling NIOPosix ThreadPosix.swift
[793/1435] Compiling NIOPosix ThreadWindows.swift
[794/1435] Compiling NIOPosix UnsafeTransfer.swift
[795/1435] Compiling NIOPosix Utilities.swift
[796/1435] Compiling NIOPosix VsockAddress.swift
[797/1435] Compiling NIOPosix VsockChannelEvents.swift
[797/1435] Compiling aesni-x86-linux.S
[798/1435] Compiling aesni-x86_64-apple.S
[799/1435] Compiling aesni-gcm-x86_64-apple.S
[800/1435] Compiling aesni-x86-apple.S
[802/1435] Compiling NIOPosix IO.swift
[803/1435] Compiling NIOPosix IntegerBitPacking.swift
[804/1435] Compiling NIOPosix IntegerTypes.swift
[805/1435] Compiling NIOPosix Linux.swift
[806/1435] Compiling NIOPosix LinuxCPUSet.swift
[807/1435] Compiling NIOPosix LinuxUring.swift
[808/1435] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[809/1435] Compiling NIOPosix NIOThreadPool.swift
[810/1435] Compiling NIOPosix NonBlockingFileIO.swift
[811/1435] Compiling NIOPosix PendingDatagramWritesManager.swift
[812/1435] Compiling NIOPosix PendingWritesManager.swift
[813/1435] Compiling NIOPosix PipeChannel.swift
[814/1435] Compiling NIOPosix PipePair.swift
[814/1435] Compiling aesni-gcm-x86_64-linux.S
[815/1435] Compiling aes-gcm-avx2-x86_64-apple.S
[816/1435] Compiling aes-gcm-avx2-x86_64-linux.S
[817/1435] Compiling aes-gcm-avx10-x86_64-apple.S
[818/1435] Compiling aes-gcm-avx10-x86_64-linux.S
[820/1435] Compiling NIOPosix BSDSocketAPICommon.swift
[821/1435] Compiling NIOPosix BSDSocketAPIPosix.swift
[822/1435] Compiling NIOPosix BSDSocketAPIWindows.swift
[823/1435] Compiling NIOPosix BaseSocket.swift
[824/1435] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[825/1435] Compiling NIOPosix BaseSocketChannel.swift
[826/1435] Compiling NIOPosix BaseStreamSocketChannel.swift
[827/1435] Emitting module NIOPosix
[828/1435] Compiling NIOPosix Bootstrap.swift
[829/1435] Compiling NIOPosix ControlMessage.swift
[830/1435] Compiling NIOPosix DatagramVectorReadManager.swift
[831/1435] Compiling NIOPosix Errors+Any.swift
[832/1435] Compiling NIOPosix FileDescriptor.swift
[833/1435] Compiling NIOPosix GetaddrinfoResolver.swift
[834/1435] Compiling NIOPosix HappyEyeballs.swift
[834/1436] Compiling x_req.cc
[836/1436] Compiling x_sig.cc
[837/1436] Compiling x_spki.cc
[838/1436] Compiling x_x509a.cc
[839/1462] Compiling x_pubkey.cc
[840/1473] Compiling x_x509.cc
[841/1473] Compiling x_val.cc
[843/1473] Compiling NIO Exports.swift
[844/1473] Emitting module NIO
[845/1474] Compiling x_crl.cc
[846/1479] Compiling x_name.cc
[847/1480] Compiling x_exten.cc
[849/1480] Compiling NIOTLS TLSEvents.swift
[849/1490] Compiling x_algor.cc
[850/1492] Compiling x509spki.cc
[852/1492] Emitting module _NIOFileSystem
[853/1496] Compiling _NIOFileSystem ParallelDirCopy.swift
[854/1496] Compiling _NIOFileSystem ParallelRemoval.swift
[855/1496] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[856/1496] Compiling _NIOFileSystem CInterop.swift
[857/1496] Compiling _NIOFileSystem Errno.swift
[858/1496] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[859/1496] Compiling _NIOFileSystem Mocking.swift
[860/1496] Compiling _NIOFileSystem Syscall.swift
[861/1496] Compiling _NIOFileSystem Syscalls.swift
[861/1512] Compiling x_attrib.cc
[863/1512] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[864/1512] Emitting module NIOTLS
[865/1512] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[866/1517] Compiling NIOSOCKS SOCKSResponse.swift
[867/1518] Emitting module NIOHTTP1
[868/1520] Compiling NIOHTTP1 ByteCollectionUtils.swift
[869/1520] Compiling NIOHTTP1 HTTPDecoder.swift
[870/1520] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[871/1520] Compiling NIOSOCKS ClientStateMachine.swift
[871/1520] Compiling x_all.cc
[873/1520] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[874/1520] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[875/1520] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[876/1520] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[877/1520] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[878/1520] Compiling NIOHTTP1 HTTPEncoder.swift
[879/1520] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[880/1520] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[881/1520] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[882/1520] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[883/1520] Compiling NIOTLS SNIHandler.swift
[884/1520] Emitting module NIOSOCKS
[885/1520] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[886/1520] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[888/1521] Compiling NIOSOCKS ServerStateMachine.swift
[889/1521] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[890/1521] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[891/1522] Compiling x509name.cc
[895/1522] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[896/1522] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[897/1522] Emitting module NIOFoundationCompat
[898/1522] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[898/1523] Compiling x509_vpm.cc
[900/1523] Compiling x509rset.cc
[902/1523] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[903/1523] Compiling _NIOFileSystem BufferedStream.swift
[904/1523] Compiling _NIOFileSystem Cancellation.swift
[905/1523] Compiling _NIOFileSystem TokenBucket.swift
[906/1523] Compiling _NIOFileSystem UnsafeTransfer.swift
[909/1523] Compiling _NIOFileSystem FileSystemProtocol.swift
[910/1523] Compiling _NIOFileSystem FileType.swift
[911/1523] Compiling _NIOFileSystem IOStrategy.swift
[911/1545] Compiling x509_vfy.cc
[913/1545] Compiling NIOTransportServices NIOTSBootstraps.swift
[914/1545] Compiling NIOTransportServices NIOTSChannelOptions.swift
[915/1545] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[915/1547] Compiling x509cset.cc
[916/1547] Compiling x509_txt.cc
[918/1547] Compiling NIOTransportServices StateManagedChannel.swift
[919/1547] Compiling NIOTransportServices StateManagedListenerChannel.swift
[920/1547] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[921/1547] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[922/1547] Compiling NIOTransportServices NIOTSErrors.swift
[923/1547] Compiling NIOTransportServices NIOTSEventLoop.swift
[924/1547] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[925/1547] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[926/1547] Compiling NIOTransportServices NIOTSListenerChannel.swift
[927/1547] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[928/1547] Compiling NIOTransportServices NIOTSSingletons.swift
[929/1547] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[930/1547] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[931/1547] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[932/1547] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[935/1547] Emitting module NIOTransportServices
[936/1547] Compiling NIOTransportServices AcceptHandler.swift
[937/1547] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[938/1547] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[939/1547] Compiling NIOTransportServices NIOTSDatagramListener.swift
[940/1547] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[950/1549] Compiling _NIOFileSystem SystemFileHandle.swift
[951/1549] Compiling _NIOFileSystem Utilities.swift
[952/1549] Compiling _NIOFileSystem OpenOptions.swift
[953/1549] Compiling _NIOFileSystem String+FileSystem.swift
[953/1549] Compiling x509_v3.cc
[954/1549] Compiling x509_set.cc
[955/1549] Compiling x509_trs.cc
[956/1566] Compiling x509_obj.cc
[957/1595] Compiling x509_req.cc
[959/1595] Compiling NIOHPACK IndexedHeaderTable.swift
[960/1596] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[961/1596] Compiling NIOWebSocket WebSocketOpcode.swift
[962/1597] Compiling NIOHPACK IntegerCoding.swift
[963/1597] Emitting module NIOHPACK
[964/1597] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[965/1597] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[965/1597] Compiling x509_lu.cc
[967/1597] Compiling NIOHTTPCompression HTTPCompression.swift
[968/1597] Compiling NIOExtras LineBasedFrameDecoder.swift
[969/1597] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[970/1597] Compiling NIOExtras NIOExtrasError.swift
[971/1597] Compiling NIOExtras DebugInboundEventsHandler.swift
[972/1597] Compiling NIOExtras DebugOutboundEventsHandler.swift
[975/1597] Compiling NIOExtras JSONRPCFraming.swift
[976/1597] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[977/1597] Compiling NIOExtras LengthFieldPrepender.swift
[978/1597] Compiling NIOExtras FixedLengthFrameDecoder.swift
[979/1597] Compiling NIOExtras NIOLengthFieldBitLength.swift
[980/1597] Compiling NIOExtras NIORequestIdentifiable.swift
[981/1597] Compiling NIOExtras PCAPRingBuffer.swift
[982/1597] Compiling NIOExtras QuiescingHelper.swift
[983/1597] Compiling NIOHTTPCompression HTTPDecompression.swift
[984/1597] Emitting module NIOHTTPCompression
[985/1597] Compiling NIOHPACK StaticHeaderTable.swift
[986/1597] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[987/1597] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[988/1597] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[989/1597] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[990/1598] Emitting module NIOWebSocket
[991/1598] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[992/1599] Compiling NIOExtras RequestResponseHandler.swift
[993/1599] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1006/1601] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1007/1601] Compiling NIOHPACK HuffmanCoding.swift
[1008/1601] Compiling NIOHPACK HuffmanTables.swift
[1010/1601] Compiling NIOWebSocket WebSocketFrame.swift
[1013/1601] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1014/1602] Compiling x509_def.cc
[1015/1602] Compiling x509_ext.cc
[1023/1602] Emitting module NIOExtras
[1028/1608] Compiling x509_d2.cc
[1030/1608] Emitting module NIOFileSystem
[1031/1608] Compiling NIOFileSystem Exports.swift
[1032/1608] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1033/1609] Emitting module _NIOFileSystemFoundationCompat
[1034/1609] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1037/1660] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1038/1660] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1038/1668] Compiling x509_cmp.cc
[1040/1669] Compiling x509.cc
[1041/1669] Compiling x509_att.cc
[1042/1669] Compiling v3_utl.cc
[1043/1669] Compiling v3_skey.cc
[1044/1669] Compiling v3_purp.cc
[1045/1669] Compiling v3_prn.cc
[1047/1669] Emitting module NIOHTTP2
[1047/1677] Compiling v3_ocsp.cc
[1048/1677] Compiling v3_pmaps.cc
[1049/1677] Compiling v3_pcons.cc
[1050/1677] Compiling v3_ncons.cc
[1051/1677] Compiling v3_int.cc
[1053/1677] Compiling NIOHTTP2 StateMachineResult.swift
[1054/1677] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1055/1677] Compiling NIOHTTP2 DOSHeuristics.swift
[1056/1677] Compiling NIOHTTP2 Error+Any.swift
[1057/1677] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1058/1677] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1059/1677] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1060/1677] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1060/1677] Compiling v3_lib.cc
[1061/1677] Compiling v3_genn.cc
[1062/1677] Compiling v3_info.cc
[1063/1677] Compiling v3_extku.cc
[1065/1677] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1066/1677] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1067/1677] Compiling NIOHTTP2 MayReceiveFrames.swift
[1068/1677] Compiling NIOHTTP2 ReceivingDataState.swift
[1069/1677] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1070/1677] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1071/1677] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1072/1677] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1073/1677] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1073/1677] Compiling v3_ia5.cc
[1074/1677] Compiling v3_bitst.cc
[1075/1677] Compiling v3_enum.cc
[1077/1677] Compiling NIOHTTP2 InboundWindowManager.swift
[1078/1677] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1079/1677] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1080/1677] Compiling NIOHTTP2 StreamChannelList.swift
[1081/1677] Compiling NIOHTTP2 StreamMap.swift
[1082/1677] Compiling NIOHTTP2 StreamStateMachine.swift
[1083/1677] Compiling NIOHTTP2 UnsafeTransfer.swift
[1084/1677] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1084/1677] Compiling v3_crld.cc
[1085/1677] Compiling v3_cpols.cc
[1086/1677] Compiling v3_conf.cc
[1087/1677] Compiling v3_bcons.cc
[1091/1677] Compiling NIOHTTP2 HasLocalSettings.swift
[1092/1677] Compiling NIOHTTP2 HasRemoteSettings.swift
[1093/1677] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1094/1677] Compiling NIOHTTP2 QuiescingState.swift
[1095/1677] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1096/1677] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1097/1677] Compiling NIOHTTP2 MaySendFrames.swift
[1098/1677] Compiling NIOHTTP2 SendingDataState.swift
[1099/1677] Compiling NIOHTTP2 SendingGoawayState.swift
[1100/1677] Compiling NIOHTTP2 SendingHeadersState.swift
[1101/1677] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1102/1677] Compiling NIOHTTP2 SendingRstStreamState.swift
[1103/1677] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1104/1677] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1105/1677] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1106/1677] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1107/1677] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1108/1677] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1109/1677] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1110/1677] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1111/1677] Compiling NIOHTTP2 HTTP2Error.swift
[1112/1677] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1113/1677] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1114/1677] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1115/1677] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1116/1677] Compiling NIOHTTP2 HTTP2StreamID.swift
[1117/1677] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1118/1677] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1119/1677] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1120/1677] Compiling NIOHTTP2 InboundEventBuffer.swift
[1121/1677] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1122/1677] Compiling NIOHTTP2 HTTP2Frame.swift
[1123/1677] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1124/1677] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1125/1677] Compiling NIOHTTP2 HTTP2PingData.swift
[1126/1677] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1127/1677] Compiling NIOHTTP2 HTTP2Settings.swift
[1128/1677] Compiling NIOHTTP2 HTTP2Stream.swift
[1128/1678] Compiling t_x509.cc
[1130/1678] Compiling v3_alt.cc
[1131/1678] Compiling v3_akeya.cc
[1132/1678] Compiling v3_akey.cc
[1133/1678] Compiling i2d_pr.cc
[1134/1678] Compiling t_x509a.cc
[1135/1678] Compiling t_req.cc
[1136/1678] Compiling policy.cc
[1137/1678] Compiling t_crl.cc
[1138/1678] Compiling rsa_pss.cc
[1139/1678] Compiling name_print.cc
[1140/1678] Compiling by_file.cc
[1141/1678] Compiling by_dir.cc
[1142/1678] Compiling voprf.cc
[1143/1678] Compiling asn1_gen.cc
[1144/1678] Compiling algorithm.cc
[1145/1678] Compiling thread_win.cc
[1146/1678] Compiling a_digest.cc
[1147/1678] Compiling thread_pthread.cc
[1148/1678] Compiling thread.cc
[1149/1678] Compiling a_sign.cc
[1150/1678] Compiling a_verify.cc
[1151/1678] Compiling trust_token.cc
[1152/1678] Compiling siphash.cc
[1153/1678] Compiling thread_none.cc
[1154/1678] Compiling stack.cc
[1155/1678] Compiling spake2plus.cc
[1156/1678] Compiling pmbtoken.cc
[1157/1678] Compiling slhdsa.cc
[1158/1678] Compiling sha512.cc
[1159/1678] Compiling rsa_crypt.cc
[1160/1678] Compiling rsa_print.cc
[1161/1678] Compiling sha256.cc
[1162/1678] Compiling rsa_extra.cc
[1163/1678] Compiling sha1.cc
[1164/1678] Compiling rand.cc
[1165/1678] Compiling windows.cc
[1166/1678] Compiling rc4.cc
[1167/1678] Compiling refcount.cc
[1168/1678] Compiling urandom.cc
[1169/1678] Compiling trusty.cc
[1170/1678] Compiling passive.cc
[1171/1678] Compiling ios.cc
[1172/1678] Compiling rsa_asn1.cc
[1173/1678] Compiling poly1305_arm_asm.S
[1174/1678] Compiling forkunsafe.cc
[1175/1678] Compiling getentropy.cc
[1176/1678] Compiling poly1305_arm.cc
[1177/1678] Compiling deterministic.cc
[1178/1678] Compiling fork_detect.cc
[1179/1678] Compiling poly1305_vec.cc
[1180/1678] Compiling poly1305.cc
[1181/1678] Compiling pool.cc
[1182/1678] Compiling pkcs8.cc
[1183/1678] Compiling pkcs7.cc
[1184/1678] Compiling pkcs8_x509.cc
[1185/1678] Compiling p5_pbev2.cc
[1186/1678] Compiling pkcs7_x509.cc
[1187/1678] Compiling pem_pkey.cc
[1188/1678] Compiling pem_xaux.cc
[1189/1678] Compiling pem_x509.cc
[1190/1678] Compiling obj_xref.cc
[1191/1678] Compiling pem_pk8.cc
[1192/1678] Compiling pem_oth.cc
[1193/1678] Compiling pem_lib.cc
[1194/1678] Compiling pem_info.cc
[1195/1678] Compiling obj.cc
[1196/1678] Compiling mlkem.cc
[1197/1678] Compiling pem_all.cc
[1198/1678] Compiling poly_rq_mul.S
[1199/1678] Compiling mldsa.cc
[1200/1678] Compiling fips_shared_support.cc
[1201/1678] Compiling lhash.cc
[1202/1678] Compiling mem.cc
[1203/1678] Compiling md5.cc
[1204/1678] Compiling md4.cc
[1205/1678] Compiling ex_data.cc
[1206/1678] Compiling print.cc
[1207/1678] Compiling sign.cc
[1208/1678] Compiling kyber.cc
[1209/1678] Compiling hrss.cc
[1210/1678] Compiling scrypt.cc
[1211/1678] Compiling hpke.cc
[1212/1678] Compiling p_x25519.cc
[1213/1678] Compiling pbkdf.cc
[1214/1678] Compiling p_x25519_asn1.cc
[1215/1678] Compiling p_rsa.cc
[1216/1678] Compiling p_ed25519.cc
[1217/1678] Compiling p_hkdf.cc
[1218/1678] Compiling p_ed25519_asn1.cc
[1219/1678] Compiling p_rsa_asn1.cc
[1220/1678] Compiling p_ec_asn1.cc
[1221/1678] Compiling p_dh_asn1.cc
[1222/1678] Compiling p_ec.cc
[1223/1678] Compiling p_dh.cc
[1224/1678] Compiling evp_ctx.cc
[1225/1678] Compiling p_dsa_asn1.cc
[1226/1678] Compiling evp_asn1.cc
[1227/1678] Compiling evp.cc
[1228/1678] Compiling err.cc
[1229/1678] Compiling hash_to_curve.cc
[1230/1678] Compiling engine.cc
[1231/1678] Compiling ecdh.cc
[1232/1678] Compiling ec_derive.cc
[1233/1678] Compiling ecdsa_asn1.cc
[1234/1678] Compiling bcm.cc
[1235/1678] Compiling ec_asn1.cc
[1236/1678] Compiling dsa.cc
[1237/1678] Compiling params.cc
[1238/1678] Compiling x25519-asm-arm.S
[1239/1678] Compiling dsa_asn1.cc
[1240/1678] Compiling digest_extra.cc
[1241/1678] Compiling curve25519_64_adx.cc
[1242/1678] Compiling dh_asn1.cc
[1243/1678] Compiling des.cc
[1244/1678] Compiling spake25519.cc
[1245/1678] Compiling crypto.cc
[1246/1678] Compiling cpu_intel.cc
[1247/1678] Compiling curve25519.cc
[1248/1678] Compiling cpu_arm_linux.cc
[1249/1678] Compiling cpu_arm_freebsd.cc
[1250/1678] Compiling cpu_aarch64_sysreg.cc
[1251/1678] Compiling cpu_aarch64_win.cc
[1252/1678] Compiling cpu_aarch64_linux.cc
[1253/1678] Compiling cpu_aarch64_apple.cc
[1254/1678] Compiling cpu_aarch64_openbsd.cc
[1255/1678] Compiling cpu_aarch64_fuchsia.cc
[1256/1678] Compiling e_des.cc
[1257/1678] Compiling conf.cc
[1258/1678] Compiling tls_cbc.cc
[1259/1678] Compiling get_cipher.cc
[1260/1678] Compiling e_tls.cc
[1261/1678] Compiling e_rc2.cc
[1262/1678] Compiling e_rc4.cc
[1263/1678] Compiling e_null.cc
[1264/1678] Compiling e_aesgcmsiv.cc
[1265/1678] Compiling e_aesctrhmac.cc
[1266/1678] Compiling e_chacha20poly1305.cc
[1267/1678] Compiling chacha.cc
[1268/1678] Compiling derive_key.cc
[1269/1678] Compiling unicode.cc
[1270/1678] Compiling buf.cc
[1271/1678] Compiling cbb.cc
[1272/1678] Compiling ber.cc
[1273/1678] Compiling asn1_compat.cc
[1274/1678] Compiling cbs.cc
[1275/1678] Compiling convert.cc
[1276/1678] Compiling bn_asn1.cc
[1277/1678] Compiling blake2.cc
[1278/1678] Compiling socket_helper.cc
[1279/1678] Compiling socket.cc
[1280/1678] Compiling printf.cc
[1281/1678] Compiling hexdump.cc
[1282/1678] Compiling pair.cc
[1283/1678] Compiling file.cc
[1284/1678] Compiling errno.cc
[1285/1678] Compiling fd.cc
[1286/1678] Compiling bio_mem.cc
[1287/1678] Compiling connect.cc
[1288/1678] Compiling bio.cc
[1289/1678] Compiling base64.cc
[1290/1678] Compiling tasn_fre.cc
[1291/1678] Compiling tasn_enc.cc
[1292/1678] Compiling tasn_typ.cc
[1293/1678] Compiling tasn_utl.cc
[1294/1678] Compiling f_string.cc
[1295/1678] Compiling tasn_new.cc
[1296/1678] Compiling posix_time.cc
[1297/1678] Compiling tasn_dec.cc
[1298/1678] Compiling asn_pack.cc
[1299/1678] Compiling f_int.cc
[1300/1678] Compiling asn1_par.cc
[1301/1678] Compiling a_octet.cc
[1302/1678] Compiling asn1_lib.cc
[1303/1678] Compiling a_utctm.cc
[1304/1678] Compiling a_type.cc
[1305/1678] Compiling a_strex.cc
[1306/1678] Compiling a_time.cc
[1307/1678] Compiling a_mbstr.cc
[1308/1678] Compiling a_strnid.cc
[1309/1678] Compiling a_object.cc
[1310/1678] Compiling a_d2i_fp.cc
[1311/1678] Compiling a_i2d_fp.cc
[1312/1678] Compiling fiat_p256_adx_mul.S
[1313/1678] Compiling fiat_p256_adx_sqr.S
[1314/1678] Compiling a_gentm.cc
[1315/1678] Compiling fiat_curve25519_adx_square.S
[1316/1678] Compiling CCryptoBoringSSLShims shims.c
[1317/1678] Compiling fiat_curve25519_adx_mul.S
[1318/1678] Compiling a_dup.cc
[1319/1678] Compiling md5-x86_64-linux.S
[1320/1678] Compiling md5-586-linux.S
[1321/1678] Compiling md5-586-apple.S
[1322/1678] Compiling md5-x86_64-apple.S
[1323/1678] Compiling a_bitstr.cc
[1324/1678] Compiling chacha20_poly1305_x86_64-linux.S
[1325/1678] Compiling chacha20_poly1305_x86_64-apple.S
[1326/1678] Compiling a_int.cc
[1327/1678] Compiling chacha20_poly1305_armv8-win.S
[1328/1678] Compiling chacha20_poly1305_armv8-linux.S
[1329/1678] Compiling chacha-x86-apple.S
[1330/1678] Compiling chacha-x86_64-apple.S
[1331/1678] Compiling chacha20_poly1305_armv8-apple.S
[1332/1678] Compiling chacha-x86_64-linux.S
[1333/1678] Compiling chacha-x86-linux.S
[1334/1678] Compiling chacha-armv8-win.S
[1335/1678] Compiling chacha-armv8-apple.S
[1336/1678] Compiling aes128gcmsiv-x86_64-linux.S
[1337/1678] Compiling chacha-armv4-linux.S
[1338/1678] Compiling chacha-armv8-linux.S
[1339/1678] Compiling aes128gcmsiv-x86_64-apple.S
[1340/1678] Compiling a_bool.cc
[1341/1678] Compiling x86_64-mont5-apple.S
[1342/1678] Compiling x86_64-mont5-linux.S
[1343/1678] Compiling x86_64-mont-linux.S
[1344/1678] Compiling x86-mont-apple.S
[1345/1678] Compiling x86-mont-linux.S
[1346/1678] Compiling x86_64-mont-apple.S
[1347/1678] Compiling vpaes-x86_64-linux.S
[1348/1678] Compiling vpaes-x86_64-apple.S
[1349/1678] Compiling vpaes-x86-linux.S
[1350/1678] Compiling vpaes-x86-apple.S
[1351/1678] Compiling vpaes-armv8-win.S
[1352/1678] Compiling vpaes-armv8-apple.S
[1353/1678] Compiling vpaes-armv7-linux.S
[1354/1678] Compiling vpaes-armv8-linux.S
[1355/1678] Compiling sha512-armv8-win.S
[1356/1678] Compiling sha512-x86_64-linux.S
[1357/1678] Compiling sha512-x86_64-apple.S
[1358/1678] Compiling sha512-armv8-apple.S
[1359/1683] Compiling sha512-armv8-linux.S
[1360/1707] Compiling sha512-586-linux.S
[1361/1707] Compiling sha512-armv4-linux.S
[1362/1707] Compiling sha512-586-apple.S
[1363/1707] Compiling sha256-x86_64-linux.S
[1364/1707] Compiling sha256-x86_64-apple.S
[1365/1707] Compiling err_data.cc
[1366/1707] Compiling sha256-armv8-win.S
[1367/1707] Compiling sha256-586-linux.S
[1368/1707] Compiling sha256-armv8-linux.S
[1369/1707] Compiling sha256-586-apple.S
[1370/1707] Compiling sha256-armv4-linux.S
[1371/1707] Compiling sha1-x86_64-linux.S
[1371/1707] Compiling sha256-armv8-apple.S
[1373/1707] Compiling sha1-x86_64-apple.S
[1374/1707] Compiling sha1-armv8-apple.S
[1375/1707] Compiling sha1-armv8-win.S
[1376/1707] Compiling sha1-586-linux.S
[1377/1707] Compiling sha1-armv4-large-linux.S
[1378/1707] Compiling sha1-armv8-linux.S
[1379/1707] Compiling rsaz-avx2-linux.S
[1380/1707] Compiling rsaz-avx2-apple.S
[1381/1707] Compiling rdrand-x86_64-linux.S
[1382/1707] Compiling sha1-586-apple.S
[1383/1707] Compiling rdrand-x86_64-apple.S
[1384/1707] Compiling p256_beeu-armv8-asm-linux.S
[1385/1707] Compiling p256_beeu-x86_64-asm-apple.S
[1386/1707] Compiling p256_beeu-x86_64-asm-linux.S
[1387/1707] Compiling p256_beeu-armv8-asm-win.S
[1388/1707] Compiling p256_beeu-armv8-asm-apple.S
[1389/1707] Compiling p256-x86_64-asm-linux.S
[1390/1707] Compiling p256-x86_64-asm-apple.S
[1391/1707] Compiling p256-armv8-asm-win.S
[1392/1707] Compiling p256-armv8-asm-apple.S
[1393/1707] Compiling p256-armv8-asm-linux.S
[1394/1707] Compiling ghashv8-armv8-win.S
[1395/1707] Compiling ghashv8-armv7-linux.S
[1396/1707] Compiling ghashv8-armv8-linux.S
[1397/1707] Compiling ghashv8-armv8-apple.S
[1398/1707] Compiling ghash-x86-linux.S
[1399/1707] Compiling ghash-x86_64-apple.S
[1400/1707] Compiling ghash-ssse3-x86_64-linux.S
[1401/1707] Compiling ghash-x86_64-linux.S
[1402/1707] Compiling ghash-x86-apple.S
[1403/1707] Compiling ghash-ssse3-x86_64-apple.S
[1404/1707] Compiling ghash-neon-armv8-win.S
[1405/1707] Compiling ghash-neon-armv8-linux.S
[1405/1707] Compiling ghash-ssse3-x86-linux.S
[1407/1707] Compiling ghash-neon-armv8-apple.S
[1408/1707] Compiling co-586-linux.S
[1409/1707] Compiling ghash-ssse3-x86-apple.S
[1410/1707] Compiling ghash-armv4-linux.S
[1411/1707] Compiling co-586-apple.S
[1412/1707] Compiling bsaes-armv7-linux.S
[1413/1707] Compiling bn-armv8-win.S
[1414/1707] Compiling bn-armv8-apple.S
[1415/1707] Compiling armv8-mont-win.S
[1416/1707] Compiling bn-armv8-linux.S
[1416/1707] Compiling bn-586-linux.S
[1418/1707] Compiling bn-586-apple.S
[1419/1707] Compiling armv4-mont-linux.S
[1420/1707] Compiling armv8-mont-apple.S
[1421/1707] Compiling armv8-mont-linux.S
[1422/1707] Compiling aesv8-gcm-armv8-win.S
[1423/1707] Compiling aesv8-gcm-armv8-linux.S
[1424/1707] Compiling aesv8-armv8-win.S
[1425/1707] Compiling aesv8-gcm-armv8-apple.S
[1426/1707] Compiling aesv8-armv7-linux.S
[1427/1707] Compiling aesv8-armv8-apple.S
[1428/1707] Compiling aesni-x86_64-apple.S
[1429/1707] Compiling aesni-x86-linux.S
[1430/1707] Compiling aesv8-armv8-linux.S
[1431/1707] Compiling aesni-x86_64-linux.S
[1432/1707] Compiling aesni-gcm-x86_64-linux.S
[1433/1707] Compiling aesni-x86-apple.S
[1433/1707] Compiling aesni-gcm-x86_64-apple.S
[1435/1707] Compiling aes-gcm-avx10-x86_64-linux.S
[1436/1707] Compiling aes-gcm-avx10-x86_64-apple.S
[1437/1707] Compiling x_req.cc
[1438/1707] Compiling x_sig.cc
[1439/1707] Compiling x_x509.cc
[1441/1707] Compiling NIOSSL AndroidCABundle.swift
[1442/1707] Compiling NIOSSL ByteBufferBIO.swift
[1443/1707] Compiling NIOSSL CustomPrivateKey.swift
[1444/1707] Compiling NIOSSL IdentityVerification.swift
[1445/1711] Emitting module NIOSSL
[1445/1711] Compiling x_x509a.cc
[1446/1711] Compiling x_spki.cc
[1447/1711] Compiling x_val.cc
[1448/1711] Compiling x_pubkey.cc
[1450/1711] Compiling NIOSSL SSLPrivateKey.swift
[1451/1711] Compiling NIOSSL SSLPublicKey.swift
[1452/1711] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1453/1711] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1454/1711] Compiling NIOSSL SubjectAlternativeName.swift
[1455/1711] Compiling NIOSSL NIOSSLSecureBytes.swift
[1456/1711] Compiling NIOSSL RNG.swift
[1457/1711] Compiling NIOSSL SafeCompare.swift
[1458/1711] Compiling NIOSSL SSLContext.swift
[1459/1711] Compiling NIOSSL SSLErrors.swift
[1460/1711] Compiling NIOSSL SSLInit.swift
[1461/1711] Compiling NIOSSL SSLPKCS12Bundle.swift
[1462/1711] Compiling NIOSSL NIOSSLServerHandler.swift
[1463/1711] Compiling NIOSSL ObjectIdentifier.swift
[1464/1711] Compiling NIOSSL PosixPort.swift
[1465/1711] Compiling NIOSSL SSLCallbacks.swift
[1466/1711] Compiling NIOSSL SSLCertificate.swift
[1467/1711] Compiling NIOSSL SSLCertificateExtensions.swift
[1468/1711] Compiling NIOSSL SSLCertificateName.swift
[1469/1711] Compiling NIOSSL SSLConnection.swift
[1470/1711] Compiling NIOSSL LinuxCABundle.swift
[1471/1711] Compiling NIOSSL NIOSSLClientHandler.swift
[1472/1711] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1473/1711] Compiling NIOSSL NIOSSLHandler.swift
[1473/1711] Compiling x_attrib.cc
[1474/1711] Compiling x_exten.cc
[1475/1711] Compiling x_name.cc
[1476/1711] Compiling x509spki.cc
[1477/1711] Compiling x_algor.cc
[1478/1711] Compiling x_crl.cc
[1479/1711] Compiling x_all.cc
[1481/1711] Compiling NIOSSL Zeroization.swift
[1482/1711] Compiling NIOSSL TLSConfiguration.swift
[1483/1711] Compiling NIOSSL UniversalBootstrapSupport.swift
[1484/1711] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1485/1712] Compiling x509name.cc
[1486/1712] Compiling x509_vfy.cc
[1487/1712] Compiling x509_vpm.cc
[1488/1712] Compiling x509_v3.cc
[1489/1712] Compiling x509rset.cc
[1490/1712] Compiling x509_txt.cc
[1491/1712] Compiling x509cset.cc
[1492/1720] Compiling x509_set.cc
[1493/1720] Compiling x509_trs.cc
[1495/1720] Compiling WebSocketKit WebSocketHandler.swift
[1496/1720] Compiling WebSocketKit Exports.swift
[1497/1720] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1497/1720] Compiling x509_ext.cc
[1498/1720] Compiling x509_lu.cc
[1499/1720] Compiling x509_obj.cc
[1501/1720] Compiling WebSocketKit WebSocket+Connect.swift
[1501/1721] Compiling x509_req.cc
[1503/1780] Compiling WebSocketKit WebSocket+Concurrency.swift
[1503/1780] Compiling x509_def.cc
[1505/1780] Compiling WebSocketKit WebSocket.swift
[1506/1780] Emitting module WebSocketKit
[1507/1780] Compiling WebSocketKit WebSocketClient.swift
[1508/1781] Compiling x509_d2.cc
[1509/1781] Compiling x509_att.cc
[1510/1781] Compiling x509.cc
[1511/1781] Compiling x509_cmp.cc
[1512/1781] Compiling v3_utl.cc
[1513/1781] Compiling v3_purp.cc
[1515/1781] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1516/1781] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1517/1781] Compiling AsyncHTTPClient Transaction.swift
[1518/1781] Compiling AsyncHTTPClient Base64.swift
[1519/1781] Compiling AsyncHTTPClient BasicAuth.swift
[1520/1781] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1521/1781] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1522/1781] Compiling AsyncHTTPClient ConnectionPool.swift
[1523/1781] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1523/1781] Compiling v3_skey.cc
[1525/1789] Emitting module AsyncHTTPClient
[1526/1789] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1527/1789] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1528/1789] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1529/1789] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1530/1789] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1531/1789] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1532/1789] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1533/1789] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1534/1789] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1534/1789] Compiling v3_pmaps.cc
[1535/1789] Compiling v3_prn.cc
[1536/1789] Compiling v3_pcons.cc
[1537/1789] Compiling v3_ocsp.cc
[1538/1789] Compiling v3_ncons.cc
[1539/1789] Compiling v3_lib.cc
[1540/1789] Compiling v3_int.cc
[1541/1789] Compiling v3_info.cc
[1543/1789] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1544/1789] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1545/1789] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1546/1789] Compiling AsyncHTTPClient HTTP1Connection.swift
[1547/1789] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1548/1789] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1549/1789] Compiling AsyncHTTPClient HTTP2Connection.swift
[1550/1789] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1551/1789] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1552/1789] Compiling AsyncHTTPClient RequestBag.swift
[1553/1789] Compiling AsyncHTTPClient RequestValidation.swift
[1554/1789] Compiling AsyncHTTPClient SSLContextCache.swift
[1555/1789] Compiling AsyncHTTPClient Scheme.swift
[1556/1789] Compiling AsyncHTTPClient Singleton.swift
[1557/1789] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1558/1789] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1559/1789] Compiling AsyncHTTPClient Utils.swift
[1559/1789] Compiling v3_ia5.cc
[1561/1789] Compiling AsyncHTTPClient ConnectionTarget.swift
[1562/1789] Compiling AsyncHTTPClient DeconstructedURL.swift
[1563/1789] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1564/1789] Compiling AsyncHTTPClient FoundationExtensions.swift
[1565/1789] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1566/1789] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1567/1789] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1568/1789] Compiling AsyncHTTPClient HTTPClient.swift
[1569/1789] Compiling AsyncHTTPClient HTTPHandler.swift
[1570/1789] Compiling AsyncHTTPClient LRUCache.swift
[1571/1789] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1572/1789] Compiling AsyncHTTPClient NWErrorHandler.swift
[1573/1789] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1574/1789] Compiling AsyncHTTPClient TLSConfiguration.swift
[1575/1789] Compiling AsyncHTTPClient RedirectState.swift
[1576/1789] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1576/1789] Compiling v3_extku.cc
[1577/1789] Compiling v3_genn.cc
[1578/1789] Compiling v3_cpols.cc
[1579/1789] Compiling v3_conf.cc
[1581/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1582/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1583/1789] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1584/1789] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1585/1789] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1586/1789] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1587/1789] Compiling AsyncHTTPClient RequestBodyLength.swift
[1588/1789] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1589/1789] Compiling AsyncHTTPClient RequestOptions.swift
[1590/1789] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1591/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1592/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1593/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1594/1789] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1595/1789] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1596/1789] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1596/1789] Compiling v3_enum.cc
[1598/1790] Compiling v3_crld.cc
[1599/1790] Compiling v3_bitst.cc
[1600/1790] Compiling v3_bcons.cc
[1601/1790] Compiling v3_alt.cc
[1602/1790] Compiling v3_akeya.cc
[1603/1790] Compiling t_crl.cc
[1604/1790] Compiling t_x509a.cc
[1605/1790] Compiling v3_akey.cc
[1606/1790] Compiling t_req.cc
[1607/1790] Compiling t_x509.cc
[1608/1790] Compiling i2d_pr.cc
[1609/1790] Compiling rsa_pss.cc
[1610/1790] Compiling policy.cc
[1611/1790] Compiling name_print.cc
[1612/1790] Compiling asn1_gen.cc
[1613/1790] Compiling by_file.cc
[1614/1790] Compiling by_dir.cc
[1615/1790] Compiling algorithm.cc
[1616/1790] Compiling a_verify.cc
[1617/1790] Compiling a_sign.cc
[1618/1790] Compiling a_digest.cc
[1619/1790] Compiling thread_win.cc
[1620/1790] Compiling thread_pthread.cc
[1621/1790] Compiling voprf.cc
[1622/1790] Compiling trust_token.cc
[1623/1790] Compiling thread_none.cc
[1624/1790] Compiling pmbtoken.cc
[1625/1790] Compiling thread.cc
[1626/1790] Compiling wots.cc
[1627/1790] Compiling stack.cc
[1628/1790] Compiling sha512.cc
[1629/1790] Compiling slhdsa.cc
[1630/1790] Compiling merkle.cc
[1631/1790] Compiling fors.cc
[1632/1790] Compiling thash.cc
[1633/1790] Compiling siphash.cc
[1634/1790] Compiling sha1.cc
[1635/1790] Compiling sha256.cc
[1636/1790] Compiling rsa_print.cc
[1637/1790] Compiling refcount.cc
[1638/1790] Compiling rsa_extra.cc
[1639/1790] Compiling rsa_crypt.cc
[1640/1790] Compiling rc4.cc
[1641/1790] Compiling rsa_asn1.cc
[1642/1790] Compiling trusty.cc
[1643/1790] Compiling windows.cc
[1644/1790] Compiling rand_extra.cc
[1645/1790] Compiling urandom.cc
[1646/1790] Compiling ios.cc
[1647/1790] Compiling poly1305_arm_asm.S
[1648/1790] Compiling passive.cc
[1649/1790] Compiling getentropy.cc
[1650/1790] Compiling forkunsafe.cc
[1651/1790] Compiling deterministic.cc
[1652/1790] Compiling poly1305_vec.cc
[1653/1790] Compiling poly1305_arm.cc
[1654/1790] Compiling fork_detect.cc
[1655/1790] Compiling pool.cc
[1656/1790] Compiling poly1305.cc
[1657/1790] Compiling pkcs8_x509.cc
[1658/1790] Compiling pkcs7_x509.cc
[1659/1790] Compiling pkcs7.cc
[1660/1790] Compiling p5_pbev2.cc
[1661/1790] Compiling pkcs8.cc
[1662/1790] Compiling pem_x509.cc
[1663/1790] Compiling pem_pkey.cc
[1664/1790] Compiling pem_xaux.cc
[1665/1790] Compiling pem_oth.cc
[1666/1790] Compiling pem_pk8.cc
[1667/1790] Compiling obj_xref.cc
[1668/1790] Compiling pem_all.cc
[1669/1790] Compiling pem_lib.cc
[1670/1790] Compiling pem_info.cc
[1671/1790] Compiling obj.cc
[1672/1790] Compiling mlkem.cc
[1673/1790] Compiling poly_rq_mul.S
[1674/1790] Compiling mldsa.cc
[1675/1790] Compiling fips_shared_support.cc
[1676/1790] Compiling mem.cc
[1677/1790] Compiling md5.cc
[1678/1790] Compiling md4.cc
[1679/1790] Compiling lhash.cc
[1680/1790] Compiling hrss.cc
[1681/1790] Compiling hpke.cc
[1682/1790] Compiling kyber.cc
[1683/1790] Compiling sign.cc
[1684/1790] Compiling ex_data.cc
[1685/1790] Compiling pbkdf.cc
[1686/1790] Compiling print.cc
[1687/1790] Compiling scrypt.cc
[1688/1790] Compiling p_x25519.cc
[1689/1790] Compiling p_x25519_asn1.cc
[1690/1790] Compiling p_rsa_asn1.cc
[1691/1790] Compiling p_ed25519.cc
[1692/1790] Compiling p_ed25519_asn1.cc
[1693/1790] Compiling p_rsa.cc
[1694/1790] Compiling p_hkdf.cc
[1695/1790] Compiling p_ec_asn1.cc
[1696/1790] Compiling p_ec.cc
[1697/1790] Compiling evp_ctx.cc
[1698/1790] Compiling p_dh.cc
[1699/1790] Compiling p_dsa_asn1.cc
[1700/1790] Compiling p_dh_asn1.cc
[1701/1790] Compiling evp_asn1.cc
[1702/1790] Compiling evp.cc
[1703/1790] Compiling engine.cc
[1704/1790] Compiling err.cc
[1705/1790] Compiling ecdh_extra.cc
[1706/1790] Compiling hash_to_curve.cc
[1707/1790] Compiling ecdsa_asn1.cc
[1708/1790] Compiling ec_derive.cc
[1709/1790] Compiling params.cc
[1710/1790] Compiling dsa.cc
[1711/1790] Compiling ec_asn1.cc
[1712/1790] Compiling dsa_asn1.cc
[1713/1790] Compiling des.cc
[1714/1790] Compiling x25519-asm-arm.S
[1715/1790] Compiling digest_extra.cc
[1716/1790] Compiling bcm.cc
[1717/1790] Compiling spake25519.cc
[1718/1790] Compiling dh_asn1.cc
[1719/1790] Compiling curve25519_64_adx.cc
[1720/1790] Compiling cpu_aarch64_win.cc
[1721/1790] Compiling crypto.cc
[1722/1790] Compiling cpu_intel.cc
[1723/1790] Compiling cpu_arm_linux.cc
[1724/1790] Compiling cpu_arm_freebsd.cc
[1725/1790] Compiling cpu_aarch64_sysreg.cc
[1726/1790] Compiling curve25519.cc
[1727/1790] Compiling cpu_aarch64_linux.cc
[1728/1790] Compiling cpu_aarch64_fuchsia.cc
[1729/1790] Compiling cpu_aarch64_openbsd.cc
[1730/1790] Compiling cpu_aarch64_apple.cc
[1731/1790] Compiling conf.cc
[1732/1790] Compiling tls_cbc.cc
[1733/1790] Compiling e_tls.cc
[1734/1790] Compiling e_rc4.cc
[1735/1790] Compiling e_null.cc
[1736/1790] Compiling e_rc2.cc
[1737/1790] Compiling e_chacha20poly1305.cc
[1738/1790] Compiling e_des.cc
[1739/1790] Compiling e_aesgcmsiv.cc
[1740/1790] Compiling e_aesctrhmac.cc
[1741/1790] Compiling chacha.cc
[1742/1790] Compiling derive_key.cc
[1743/1790] Compiling unicode.cc
[1744/1790] Compiling cipher_extra.cc
[1745/1790] Compiling buf.cc
[1746/1790] Compiling asn1_compat.cc
[1747/1790] Compiling cbb.cc
[1748/1790] Compiling ber.cc
[1749/1790] Compiling cbs.cc
[1750/1790] Compiling printf.cc
[1751/1790] Compiling blake2.cc
[1752/1790] Compiling pair.cc
[1753/1790] Compiling bn_asn1.cc
[1754/1790] Compiling convert.cc
[1755/1790] Compiling hexdump.cc
[1756/1790] Compiling file.cc
[1757/1790] Compiling fd.cc
[1758/1790] Compiling tasn_utl.cc
[1759/1790] Compiling errno.cc
[1760/1790] Compiling base64.cc
[1761/1790] Compiling bio_mem.cc
[1762/1790] Compiling bio.cc
[1763/1790] Compiling tasn_fre.cc
[1764/1790] Compiling tasn_typ.cc
[1765/1790] Compiling tasn_new.cc
[1766/1790] Compiling tasn_enc.cc
[1767/1790] Compiling f_string.cc
[1768/1790] Compiling tasn_dec.cc
[1769/1790] Compiling f_int.cc
[1770/1790] Compiling posix_time.cc
[1771/1790] Compiling asn_pack.cc
[1772/1790] Compiling asn1_par.cc
[1773/1790] Compiling asn1_lib.cc
[1774/1790] Compiling a_utctm.cc
[1775/1790] Compiling a_time.cc
[1776/1790] Compiling a_octet.cc
[1777/1790] Compiling a_type.cc
[1778/1790] Compiling a_strnid.cc
[1779/1790] Compiling a_strex.cc
[1780/1790] Compiling a_object.cc
[1781/1790] Compiling a_i2d_fp.cc
[1781/1790] Write sources
[1781/1790] Compiling a_mbstr.cc
[1784/1790] Compiling a_int.cc
[1785/1790] Compiling a_dup.cc
[1786/1790] Compiling a_d2i_fp.cc
[1787/1790] Compiling a_gentm.cc
[1788/1790] Compiling a_bitstr.cc
[1789/1791] Compiling a_bool.cc
[1791/1851] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1792/1851] Compiling BitCollections BitSet+CustomReflectable.swift
[1793/1851] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1794/1851] Compiling BitCollections BitSet+Equatable.swift
[1795/1851] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1796/1851] Compiling BitCollections BitSet+Extras.swift
[1797/1851] Compiling BitCollections BitSet+Hashable.swift
[1798/1858] Emitting module BitCollections
[1799/1858] Compiling BitCollections BitSet+Initializers.swift
[1800/1858] Compiling BitCollections BitSet+Invariants.swift
[1801/1858] Compiling BitCollections BitSet+Random.swift
[1802/1858] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1803/1858] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1804/1858] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1805/1858] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1806/1858] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1807/1858] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1808/1858] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1809/1858] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1810/1858] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1811/1858] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1812/1858] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1813/1858] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1814/1858] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1815/1858] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1816/1858] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1817/1858] Compiling BitCollections BitSet+SetAlgebra union.swift
[1818/1858] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1819/1858] Compiling BitCollections BitSet.Counted.swift
[1820/1858] Compiling CryptoBoringWrapper RandomBytes.swift
[1821/1858] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1822/1858] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1823/1858] Compiling BitCollections BitArray+Extras.swift
[1824/1858] Compiling BitCollections BitArray+Fill.swift
[1825/1858] Compiling BitCollections BitArray+Hashable.swift
[1826/1858] Compiling BitCollections BitArray+Initializers.swift
[1827/1858] Compiling BitCollections BitArray+Invariants.swift
[1828/1858] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1829/1858] Compiling BitCollections BitArray+RandomBits.swift
[1830/1858] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1831/1858] Compiling BitCollections BitArray+Shifts.swift
[1832/1858] Compiling BitCollections BitArray+Testing.swift
[1833/1858] Compiling BitCollections BitArray._UnsafeHandle.swift
[1834/1858] Compiling BitCollections BitArray.swift
[1835/1858] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1836/1858] Compiling BitCollections BitSet+Codable.swift
[1837/1858] Compiling BitCollections BitArray+BitwiseOperations.swift
[1838/1858] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1839/1858] Compiling BitCollections BitArray+Codable.swift
[1840/1858] Compiling BitCollections BitArray+Collection.swift
[1841/1858] Compiling BitCollections BitArray+Copy.swift
[1842/1858] Compiling BitCollections BitArray+CustomReflectable.swift
[1843/1858] Compiling BitCollections BitArray+Descriptions.swift
[1844/1858] Compiling BitCollections BitArray+Equatable.swift
[1845/1858] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1846/1858] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1847/1858] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1848/1858] Compiling CryptoBoringWrapper EllipticCurve.swift
[1849/1858] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1850/1858] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1851/1858] Emitting module CryptoBoringWrapper
[1852/1859] Compiling BitCollections BitSet.Index.swift
[1853/1859] Compiling BitCollections BitSet._UnsafeHandle.swift
[1854/1859] Compiling BitCollections BitSet.swift
[1855/1859] Compiling BitCollections Range+Utilities.swift
[1856/1859] Compiling BitCollections Slice+Utilities.swift
[1857/1859] Compiling BitCollections UInt+Tricks.swift
[1858/1859] Compiling BitCollections _Word.swift
[1861/1933] Compiling Collections Collections.swift
[1862/1933] Emitting module Collections
[1864/1975] Compiling AsyncKit ConnectionPoolError.swift
[1865/1975] Compiling AsyncKit ConnectionPoolItem.swift
[1866/1975] Compiling AsyncKit ConnectionPoolSource.swift
[1867/1977] Compiling AsyncKit EventLoop+Flatten.swift
[1868/1977] Compiling AsyncKit EventLoop+Future.swift
[1869/1977] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1870/1977] Compiling AsyncKit EventLoopConnectionPool.swift
[1871/1977] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1872/1977] Compiling AsyncKit EventLoop+Concurrency.swift
[1876/1979] Emitting module MultipartKit
[1877/1979] Compiling AsyncKit Future+Conjunctions.swift
[1878/1979] Compiling AsyncKit Future+Miscellaneous.swift
[1879/1979] Compiling MultipartKit MultipartSerializer.swift
[1880/1979] Compiling MultipartKit Utilities.swift
[1881/1979] Compiling AsyncKit FutureOperators.swift
[1883/1979] Compiling AsyncKit Future+Nonempty.swift
[1884/1979] Compiling AsyncKit Future+Optional.swift
[1888/1979] Compiling Crypto HPKE-Ciphersuite.swift
[1889/1979] Compiling Crypto HPKE-KDF.swift
[1890/1979] Compiling Crypto HPKE-KexKeyDerivation.swift
[1891/1979] Compiling Crypto HPKE-LabeledExtract.swift
[1892/1979] Compiling Crypto HPKE-Utils.swift
[1893/1979] Compiling Crypto DHKEM.swift
[1894/1979] Compiling Crypto HPKE-KEM-Curve25519.swift
[1895/1979] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1896/1979] Compiling Crypto HPKE-KEM.swift
[1897/1979] Compiling Crypto HPKE-Errors.swift
[1898/1988] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1899/1988] Compiling AsyncKit Collection+Flatten.swift
[1900/1988] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1903/1988] Compiling AsyncKit EventLoopFutureQueue.swift
[1904/1988] Compiling AsyncKit Future+Collection.swift
[1910/1989] Compiling AsyncKit Optional+StrictMap.swift
[1911/1989] Compiling AsyncKit Exports.swift
[1913/1989] Compiling Crypto SymmetricKeys.swift
[1914/1989] Compiling Crypto HMAC.swift
[1915/1989] Compiling Crypto MACFunctions.swift
[1916/1989] Compiling Crypto MessageAuthenticationCode.swift
[1917/1989] Compiling Crypto AES.swift
[1918/1989] Compiling Crypto ECDSASignature_boring.swift
[1919/1989] Compiling Crypto ECDSA_boring.swift
[1920/1989] Compiling Crypto EdDSA_boring.swift
[1921/1989] Compiling Crypto ECDSA.swift
[1922/1989] Compiling Crypto Ed25519.swift
[1943/1989] Emitting module Crypto
[1944/1989] Compiling Crypto HKDF.swift
[1945/1989] Compiling Crypto AESWrap.swift
[1946/1989] Compiling Crypto AESWrap_boring.swift
[1947/1989] Compiling Crypto Ed25519_boring.swift
[1948/1989] Compiling Crypto NISTCurvesKeys_boring.swift
[1949/1989] Compiling Crypto X25519Keys_boring.swift
[1950/1989] Compiling Crypto Curve25519.swift
[1951/1989] Compiling Crypto Ed25519Keys.swift
[1952/1989] Compiling Crypto NISTCurvesKeys.swift
[1953/1989] Compiling Crypto X25519Keys.swift
[1957/1989] Compiling Crypto ASN1OctetString.swift
[1958/1989] Compiling Crypto ASN1Strings.swift
[1959/1989] Compiling Crypto ArraySliceBigint.swift
[1960/1989] Compiling Crypto GeneralizedTime.swift
[1961/1989] Compiling Crypto ObjectIdentifier.swift
[1962/1989] Compiling Crypto ECDSASignature.swift
[1963/1989] Compiling Crypto PEMDocument.swift
[1964/1989] Compiling Crypto HPKE.swift
[1965/1989] Compiling Crypto HPKE-Context.swift
[1966/1989] Compiling Crypto HPKE-KeySchedule.swift
[1967/1989] Compiling Crypto HPKE-Modes.swift
[1968/1989] Compiling Crypto Insecure.swift
[1969/1989] Compiling Crypto Insecure_HashFunctions.swift
[1970/1989] Compiling Crypto KEM.swift
[1971/1989] Compiling Crypto ECDH_boring.swift
[1972/1989] Compiling Crypto DH.swift
[1973/1989] Compiling Crypto ECDH.swift
[1974/1989] Compiling Crypto Signature.swift
[1975/1989] Compiling Crypto CryptoKitErrors_boring.swift
[1976/1989] Compiling Crypto RNG_boring.swift
[1977/1989] Compiling Crypto SafeCompare_boring.swift
[1978/1989] Compiling Crypto Zeroization_boring.swift
[1979/1989] Compiling Crypto PrettyBytes.swift
[1980/1989] Compiling Crypto SafeCompare.swift
[1981/1989] Compiling Crypto SecureBytes.swift
[1982/1989] Compiling Crypto Zeroization.swift
[1984/1990] Emitting module AsyncKit
[1992/2160] Compiling Vapor HTTPServerResponseEncoder.swift
[1993/2160] Compiling Vapor HTTPServerUpgradeHandler.swift
[1994/2160] Compiling Vapor Logger+Report.swift
[1995/2160] Compiling Vapor LoggingSystem+Environment.swift
[1996/2160] Compiling Vapor Application+Middleware.swift
[1997/2160] Compiling Vapor CORSMiddleware.swift
[1998/2160] Compiling Vapor ErrorMiddleware.swift
[1999/2160] Compiling Vapor FileMiddleware.swift
[2000/2160] Compiling Vapor Middleware.swift
[2001/2160] Compiling Vapor MiddlewareConfiguration.swift
[2002/2160] Compiling Vapor ResponseCompressionMiddleware.swift
[2003/2160] Compiling Vapor RouteLoggingMiddleware.swift
[2004/2160] Compiling Vapor TracingMiddleware.swift
[2005/2160] Compiling Vapor File+Multipart.swift
[2006/2160] Compiling Vapor FormDataDecoder+Content.swift
[2007/2160] Compiling Vapor FormDataEncoder+Content.swift
[2008/2160] Compiling Vapor Application+Password.swift
[2009/2160] Compiling Vapor Application+Passwords.swift
[2010/2160] Compiling Vapor AsyncPasswordHasher.swift
[2011/2160] Compiling Vapor BcryptHasher.swift
[2012/2160] Compiling Vapor PasswordHasher.swift
[2013/2160] Compiling Vapor PlaintextHasher.swift
[2014/2160] Compiling Vapor Request+Password.swift
[2015/2160] Compiling Vapor Redirect.swift
[2016/2184] Compiling Vapor Application.swift
[2017/2184] Compiling Vapor AuthenticationCache.swift
[2018/2184] Compiling Vapor Authenticator.swift
[2019/2184] Compiling Vapor BasicAuthorization.swift
[2020/2184] Compiling Vapor BearerAuthorization.swift
[2021/2184] Compiling Vapor GuardMiddleware.swift
[2022/2184] Compiling Vapor RedirectMiddleware.swift
[2023/2184] Compiling Vapor SessionAuthenticatable.swift
[2024/2184] Compiling Vapor Bcrypt.swift
[2025/2184] Compiling Vapor Application+Cache.swift
[2026/2184] Compiling Vapor Cache.swift
[2027/2184] Compiling Vapor CacheExpirationTime.swift
[2028/2184] Compiling Vapor MemoryCache.swift
[2029/2184] Compiling Vapor Request+Cache.swift
[2030/2184] Compiling Vapor Application+Clients.swift
[2031/2184] Compiling Vapor Client.swift
[2032/2184] Compiling Vapor ClientRequest.swift
[2033/2184] Compiling Vapor ClientResponse.swift
[2034/2184] Compiling Vapor Request+Client.swift
[2035/2184] Compiling Vapor BootCommand.swift
[2036/2184] Compiling Vapor CommandContext+Application.swift
[2037/2184] Compiling Vapor RoutesCommand.swift
[2038/2184] Compiling Vapor ServeCommand.swift
[2039/2184] Compiling Vapor AnyResponse+Concurrency.swift
[2040/2208] Compiling Vapor Service.swift
[2041/2208] Compiling Vapor Application+Sessions.swift
[2042/2208] Compiling Vapor MemorySessions.swift
[2043/2208] Compiling Vapor Request+Session.swift
[2044/2208] Compiling Vapor Session.swift
[2045/2208] Compiling Vapor SessionCache.swift
[2046/2208] Compiling Vapor SessionData.swift
[2047/2208] Compiling Vapor SessionDriver.swift
[2048/2208] Compiling Vapor SessionsConfiguration.swift
[2049/2208] Compiling Vapor SessionsMiddleware.swift
[2050/2208] Compiling Vapor URLEncodedFormData.swift
[2051/2208] Compiling Vapor URLEncodedFormDecoder.swift
[2052/2208] Compiling Vapor URLEncodedFormEncoder.swift
[2053/2208] Compiling Vapor URLEncodedFormError.swift
[2054/2208] Compiling Vapor URLEncodedFormParser.swift
[2055/2208] Compiling Vapor URLEncodedFormSerializer.swift
[2056/2208] Compiling Vapor URLQueryFragmentConvertible.swift
[2057/2208] Compiling Vapor AnyResponse.swift
[2058/2208] Compiling Vapor Array+Random.swift
[2059/2208] Compiling Vapor Base32.swift
[2060/2208] Compiling Vapor Base64.swift
[2061/2208] Compiling Vapor BaseN.swift
[2062/2208] Compiling Vapor BasicCodingKey.swift
[2063/2208] Compiling Vapor ByteCount.swift
[2064/2208] Compiling Vapor Request+Body.swift
[2065/2208] Compiling Vapor Request+BodyStream.swift
[2066/2208] Compiling Vapor Request.swift
[2067/2208] Compiling Vapor Application+Responder.swift
[2068/2208] Compiling Vapor DefaultResponder.swift
[2069/2208] Compiling Vapor Response+Body.swift
[2070/2208] Compiling Vapor Response.swift
[2071/2208] Compiling Vapor ResponseCodable.swift
[2072/2208] Compiling Vapor Application+Routes.swift
[2073/2208] Compiling Vapor Parameters+Require.swift
[2074/2208] Compiling Vapor Request+WebSocket.swift
[2075/2208] Compiling Vapor Route.swift
[2076/2208] Compiling Vapor RouteCollection.swift
[2077/2208] Compiling Vapor Routes.swift
[2078/2208] Compiling Vapor RoutesBuilder+Group.swift
[2079/2208] Compiling Vapor RoutesBuilder+Method.swift
[2080/2208] Compiling Vapor RoutesBuilder+Middleware.swift
[2081/2208] Compiling Vapor RoutesBuilder+WebSocket.swift
[2082/2208] Compiling Vapor RoutesBuilder.swift
[2083/2208] Compiling Vapor OTP.swift
[2084/2208] Compiling Vapor Application+Servers.swift
[2085/2208] Compiling Vapor Server.swift
[2086/2208] Compiling Vapor App+Service.swift
[2087/2208] Compiling Vapor Req+Service.swift
[2088/2208] Emitting module Vapor
[2089/2208] Compiling Vapor Validator.swift
[2090/2208] Compiling Vapor ValidatorResult.swift
[2091/2208] Compiling Vapor And.swift
[2092/2208] Compiling Vapor Case.swift
[2093/2208] Compiling Vapor CharacterSet.swift
[2094/2208] Compiling Vapor Count.swift
[2095/2208] Compiling Vapor Custom.swift
[2096/2208] Compiling Vapor Email.swift
[2097/2208] Compiling Vapor Empty.swift
[2098/2208] Compiling Vapor In.swift
[2099/2208] Compiling Vapor Nil.swift
[2100/2208] Compiling Vapor NilIgnoring.swift
[2101/2208] Compiling Vapor Not.swift
[2102/2208] Compiling Vapor Or.swift
[2103/2208] Compiling Vapor Pattern.swift
[2104/2208] Compiling Vapor Range.swift
[2105/2208] Compiling Vapor URL.swift
[2106/2208] Compiling Vapor Valid.swift
[2107/2208] Compiling Vapor Application+Views.swift
[2108/2208] Compiling Vapor PlaintextRenderer.swift
[2109/2208] Compiling Vapor Request+View.swift
[2110/2208] Compiling Vapor View.swift
[2111/2208] Compiling Vapor ViewRenderer.swift
[2112/2208] Compiling Vapor _Deprecations.swift
[2113/2208] Compiling Vapor Bytes+Hex.swift
[2114/2208] Compiling Vapor Bytes+SecureCompare.swift
[2115/2208] Compiling Vapor Collection+Safe.swift
[2116/2208] Compiling Vapor DataProtocol+Copy.swift
[2117/2208] Compiling Vapor DecoderUnwrapper.swift
[2118/2208] Compiling Vapor DirectoryConfiguration.swift
[2119/2208] Compiling Vapor DotEnv.swift
[2120/2208] Compiling Vapor Extendable.swift
[2121/2208] Compiling Vapor File.swift
[2122/2208] Compiling Vapor FileIO.swift
[2123/2208] Compiling Vapor LifecycleHandler.swift
[2124/2208] Compiling Vapor OptionalType.swift
[2125/2208] Compiling Vapor RFC1123.swift
[2126/2208] Compiling Vapor SocketAddress+Hostname.swift
[2127/2208] Compiling Vapor Storage.swift
[2128/2208] Compiling Vapor String+IsIPAddress.swift
[2129/2208] Compiling Vapor Thread.swift
[2130/2208] Compiling Vapor URI.swift
[2131/2208] Compiling Vapor RangeResult.swift
[2132/2208] Compiling Vapor Validatable.swift
[2133/2208] Compiling Vapor Validation.swift
[2134/2208] Compiling Vapor ValidationKey.swift
[2135/2208] Compiling Vapor Validations.swift
[2136/2208] Compiling Vapor ValidationsError.swift
[2137/2208] Compiling Vapor AsyncBasicResponder.swift
[2138/2208] Compiling Vapor AsyncMiddleware.swift
[2139/2208] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2140/2208] Compiling Vapor AsyncSessionDriver.swift
[2141/2208] Compiling Vapor Authentication+Concurrency.swift
[2142/2208] Compiling Vapor Cache+Concurrency.swift
[2143/2208] Compiling Vapor Client+Concurrency.swift
[2144/2208] Compiling Vapor RequestBody+Concurrency.swift
[2145/2208] Compiling Vapor Responder+Concurrency.swift
[2146/2208] Compiling Vapor ResponseCodable+Concurrency.swift
[2147/2208] Compiling Vapor RoutesBuilder+Concurrency.swift
[2148/2208] Compiling Vapor ViewRenderer+Concurrency.swift
[2149/2208] Compiling Vapor WebSocket+Concurrency.swift
[2150/2208] Compiling Vapor ContainerGetPathExecutor.swift
[2151/2208] Compiling Vapor Content.swift
[2152/2208] Compiling Vapor ContentCoders.swift
[2153/2208] Compiling Vapor ContentConfiguration.swift
[2154/2208] Compiling Vapor ContentContainer.swift
[2155/2208] Compiling Vapor JSONCoder+Custom.swift
[2156/2208] Compiling Vapor JSONCoders+Content.swift
[2157/2208] Compiling Vapor PlaintextDecoder.swift
[2158/2208] Compiling Vapor PlaintextEncoder.swift
[2159/2208] Compiling Vapor URLQueryCoders.swift
[2160/2208] Compiling Vapor URLQueryContainer.swift
[2161/2208] Compiling Vapor HTTPStatus.swift
[2162/2208] Compiling Vapor HTTPCookies.swift
[2163/2208] Compiling Vapor HTTPHeaderCacheControl.swift
[2164/2208] Compiling Vapor HTTPHeaderExpires.swift
[2165/2208] Compiling Vapor HTTPHeaderLastModified.swift
[2166/2208] Compiling Vapor HTTPHeaders+Cache.swift
[2167/2208] Compiling Vapor HTTPHeaders+Connection.swift
[2168/2208] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2169/2208] Compiling Vapor HTTPHeaders+ContentRange.swift
[2170/2208] Compiling Vapor HTTPHeaders+Directive.swift
[2171/2208] Compiling Vapor HTTPHeaders+Forwarded.swift
[2172/2208] Compiling Vapor HTTPHeaders+Link.swift
[2173/2208] Compiling Vapor HTTPHeaders+Name.swift
[2174/2208] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2175/2208] Compiling Vapor HTTPHeaders.swift
[2176/2208] Compiling Vapor HTTPMediaType.swift
[2177/2208] Compiling Vapor HTTPMediaTypePreference.swift
[2178/2208] Compiling Vapor Responder.swift
[2179/2208] Compiling Vapor Application+HTTP+Server.swift
[2180/2208] Compiling Vapor HTTPServer.swift
[2181/2208] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2182/2208] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2183/2208] Compiling Vapor HTTPServerHandler.swift
[2184/2208] Compiling Vapor HTTPServerRequestDecoder.swift
[2185/2208] Compiling Vapor Core.swift
[2186/2208] Compiling Vapor Running.swift
[2187/2208] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2188/2208] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2189/2208] Compiling Vapor DotEnvFile+load.swift
[2190/2208] Compiling Vapor Routes+caseInsenstive.swift
[2191/2208] Compiling Vapor Validatable+validate.swift
[2192/2208] Compiling Vapor Environment+Process.swift
[2193/2208] Compiling Vapor Environment+Secret.swift
[2194/2208] Compiling Vapor Environment.swift
[2195/2208] Compiling Vapor Abort.swift
[2196/2208] Compiling Vapor AbortError.swift
[2197/2208] Compiling Vapor DebuggableError.swift
[2198/2208] Compiling Vapor Demangler.swift
[2199/2208] Compiling Vapor ErrorSource.swift
[2200/2208] Compiling Vapor StackTrace.swift
[2201/2208] Compiling Vapor Exports.swift
[2202/2208] Compiling Vapor Application+HTTP.swift
[2203/2208] Compiling Vapor BasicResponder.swift
[2204/2208] Compiling Vapor BodyStream.swift
[2205/2208] Compiling Vapor Application+HTTP+Client.swift
[2206/2208] Compiling Vapor EventLoopHTTPClient.swift
[2207/2208] Compiling Vapor EndpointCache.swift
[2208/2208] Compiling Vapor HTTPMethod+String.swift
[2210/2215] Compiling NMeta NMetaError.swift
[2211/2215] Compiling NMeta NMetaMiddleware.swift
[2212/2215] Compiling NMeta Version.swift
[2213/2215] Compiling NMeta Request+NMeta.swift
/host/spi-builder-workspace/Sources/NMeta/Extensions/Request+NMeta.swift:3:16: warning: type 'NMetaKey.Value' (aka 'Request.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | private struct NMetaKey: StorageKey {
   |                `- warning: type 'NMetaKey.Value' (aka 'Request.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |     typealias Value = Request.NMeta
 5 | }
 6 |
 7 | public extension Request {
 8 |     struct NMeta {
   |            `- note: consider making struct 'NMeta' conform to the 'Sendable' protocol
 9 |
10 |         public let platform: String
[2214/2215] Emitting module NMeta
/host/spi-builder-workspace/Sources/NMeta/Extensions/Application+NMeta.swift:94:20: warning: type 'Application.Key.Value' (aka 'Application.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  2 |
  3 | public extension Application {
  4 |     struct NMeta {
    |            `- note: consider making struct 'NMeta' conform to the 'Sendable' protocol
  5 |
  6 |         /// Request header where NMeta data will be extracted from
    :
 92 |     }
 93 |
 94 |     private struct Key: StorageKey {
    |                    `- warning: type 'Application.Key.Value' (aka 'Application.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 95 |         typealias Value = NMeta
 96 |     }
/host/spi-builder-workspace/Sources/NMeta/Extensions/Request+NMeta.swift:3:16: warning: type 'NMetaKey.Value' (aka 'Request.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | private struct NMetaKey: StorageKey {
   |                `- warning: type 'NMetaKey.Value' (aka 'Request.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 4 |     typealias Value = Request.NMeta
 5 | }
 6 |
 7 | public extension Request {
 8 |     struct NMeta {
   |            `- note: consider making struct 'NMeta' conform to the 'Sendable' protocol
 9 |
10 |         public let platform: String
[2215/2215] Compiling NMeta Application+NMeta.swift
/host/spi-builder-workspace/Sources/NMeta/Extensions/Application+NMeta.swift:94:20: warning: type 'Application.Key.Value' (aka 'Application.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  2 |
  3 | public extension Application {
  4 |     struct NMeta {
    |            `- note: consider making struct 'NMeta' conform to the 'Sendable' protocol
  5 |
  6 |         /// Request header where NMeta data will be extracted from
    :
 92 |     }
 93 |
 94 |     private struct Key: StorageKey {
    |                    `- warning: type 'Application.Key.Value' (aka 'Application.NMeta') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 95 |         typealias Value = NMeta
 96 |     }
Build complete! (372.18s)
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"
    }
  ],
  "manifest_display_name" : "n-meta",
  "name" : "n-meta",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "NMeta",
      "targets" : [
        "NMeta"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMetaTests",
      "module_type" : "SwiftTarget",
      "name" : "NMetaTests",
      "path" : "Tests/NMetaTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "NMetaTests.swift"
      ],
      "target_dependencies" : [
        "NMeta"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMeta",
      "module_type" : "SwiftTarget",
      "name" : "NMeta",
      "path" : "Sources/NMeta",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "NMeta"
      ],
      "sources" : [
        "Extensions/Application+NMeta.swift",
        "Extensions/Request+NMeta.swift",
        "NMetaError.swift",
        "NMetaMiddleware.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.