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 queues, reference 1.17.2 (f1764d), with Swift 6.1 for Android on 30 May 2025 18:14:35 UTC.

Swift 6 data race errors: 0

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/vapor/queues.git
Reference: 1.17.2
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/vapor/queues
 * tag               1.17.2     -> FETCH_HEAD
HEAD is now at f1764d5 Use String(reflecting: error) for error logging (#141)
Cloned https://github.com/vapor/queues.git
Revision (git rev-parse @):
f1764d5fef7e8ede8f3585deb63ece01ea25c2db
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/queues.git at 1.17.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/queues.git
https://github.com/vapor/queues.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.104.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    }
  ],
  "manifest_display_name" : "queues",
  "name" : "queues",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Queues",
      "targets" : [
        "Queues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTQueues",
      "targets" : [
        "XCTQueues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTQueues",
      "module_type" : "SwiftTarget",
      "name" : "XCTQueues",
      "path" : "Sources/XCTQueues",
      "product_memberships" : [
        "XCTQueues"
      ],
      "sources" : [
        "TestQueueDriver.swift"
      ],
      "target_dependencies" : [
        "Queues"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QueuesTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesTests",
      "path" : "Tests/QueuesTests",
      "product_dependencies" : [
        "XCTVapor",
        "MetricsTestKit"
      ],
      "sources" : [
        "AsyncQueueTests.swift",
        "MetricsTests.swift",
        "QueueTests.swift",
        "ScheduleBuilderTests.swift",
        "Utilities.swift",
        "Utilities/FailingAsyncJob.swift",
        "Utilities/Failure.swift",
        "Utilities/MyAsyncJob.swift"
      ],
      "target_dependencies" : [
        "Queues",
        "XCTQueues"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Queues",
      "module_type" : "SwiftTarget",
      "name" : "Queues",
      "path" : "Sources/Queues",
      "product_dependencies" : [
        "Vapor",
        "NIOCore",
        "Metrics"
      ],
      "product_memberships" : [
        "Queues",
        "XCTQueues"
      ],
      "sources" : [
        "Application+Queues.swift",
        "AsyncJob.swift",
        "AsyncJobEventDelegate.swift",
        "AsyncQueue.swift",
        "AsyncScheduledJob.swift",
        "Exports.swift",
        "Job.swift",
        "JobData.swift",
        "JobIdentifier.swift",
        "NotificationHook.swift",
        "Queue.swift",
        "QueueContext.swift",
        "QueueName.swift",
        "QueueWorker.swift",
        "QueuesCommand.swift",
        "QueuesConfiguration.swift",
        "QueuesDriver.swift",
        "QueuesEventLoopPreference.swift",
        "RepeatedTask+Cancel.swift",
        "Request+Queues.swift",
        "ScheduleBuilder.swift",
        "ScheduledJob.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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/apple/swift-nio.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[2207/76584] Fetching swift-metrics, vapor
[2951/152707] Fetching swift-metrics, vapor, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.53s)
Fetched https://github.com/vapor/vapor.git from cache (2.58s)
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.81s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[1221/6108] Fetching swift-atomics, swift-system
[5056/22699] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[8207/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.92s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.00s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3319] Fetching multipart-kit
[1230/5928] Fetching multipart-kit, websocket-kit
[2776/11887] Fetching multipart-kit, websocket-kit, swift-algorithms
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/vapor/websocket-kit.git from cache (1.35s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.35s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.67s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1063] Fetching swift-service-context
[597/6986] Fetching swift-service-context, swift-nio-extras
[619/10822] Fetching swift-service-context, swift-nio-extras, swift-log
[9520/22349] Fetching swift-service-context, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (0.47s)
[10912/21286] Fetching swift-nio-extras, swift-log, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[12066/26260] Fetching swift-nio-extras, swift-log, swift-nio-http2, swift-distributed-tracing
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
[10001/22424] Fetching swift-nio-extras, swift-nio-http2, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.60s)
[5372/16501] Fetching swift-nio-http2, swift-distributed-tracing
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
[9010/37228] Fetching swift-nio-http2, swift-distributed-tracing, routing-kit
[22142/52071] Fetching swift-nio-http2, swift-distributed-tracing, routing-kit, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
[19620/47097] Fetching swift-nio-http2, routing-kit, swift-nio-ssl
[21425/52850] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, console-kit
Fetching https://github.com/vapor/async-kit.git
[30848/66786] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.51s)
[31771/61033] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[34237/63403] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.58s)
[39931/61033] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto
[42577/75047] Fetching swift-nio-http2, routing-kit, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.25s)
[26475/54320] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.82s)
[23247/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.28s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.63s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.46s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.51s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
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.35s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.90s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.00s)
Fetching https://github.com/apple/swift-async-algorithms.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-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/904] Fetching swift-http-types
[481/3330] Fetching swift-http-types, swift-service-lifecycle
[617/4920] Fetching swift-http-types, swift-service-lifecycle, swift-asn1
[971/9905] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[1037/11046] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-http-structured-headers
[1537/17201] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.65s)
[13827/15611] Fetching swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.79s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.80s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.80s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
Fetched https://github.com/apple/swift-certificates.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.54s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.35s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.93s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.63s)
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.66s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.54s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.93s)
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.85s)
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.92s)
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.71s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.55s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-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/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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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/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/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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/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-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/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Building for debugging...
[0/832] Write sources
[30/832] Compiling CNIODarwin shim.c
[30/832] Write sources
[32/832] Compiling CVaporBcrypt blf.c
[33/832] Write sources
[34/832] Compiling CNIOWindows WSAStartup.c
[35/832] Write sources
[46/832] Compiling CNIOLinux liburing_shims.c
[47/832] Write sources
[55/832] Compiling CNIOWindows shim.c
[55/832] Compiling _AtomicsShims.c
[55/832] Compiling CNIOLinux shim.c
[55/832] Compiling _NumericsShims _NumericsShims.c
[59/832] Compiling CSystem shims.c
[60/832] Compiling CNIOWASI CNIOWASI.c
[61/832] Compiling CNIOSHA1 c_nio_sha1.c
[62/832] Compiling CNIOExtrasZlib empty.c
[62/832] Compiling CNIOLLHTTP c_nio_http.c
[64/832] Compiling CNIOLLHTTP c_nio_api.c
[65/832] Compiling fiat_p256_adx_sqr.S
[65/832] Compiling fiat_p256_adx_mul.S
[67/832] Compiling fiat_curve25519_adx_square.S
[68/832] Write swift-version-24593BA9C3E375BF.txt
[68/832] Compiling CVaporBcrypt bcrypt.c
[70/832] Compiling fiat_curve25519_adx_mul.S
[71/832] Compiling CNIOBoringSSLShims shims.c
[72/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/866] Compiling tls_record.cc
[74/866] Compiling tls_method.cc
[75/866] Compiling tls13_enc.cc
[76/869] Compiling tls13_server.cc
[77/874] Compiling tls13_client.cc
[79/901] Emitting module SystemPackage
[80/904] Emitting module RealModule
[81/905] Compiling RealModule RealFunctions.swift
[82/905] Compiling CoreMetrics Metrics.swift
[83/905] Compiling RealModule Real.swift
[84/905] Compiling _NIODataStructures PriorityQueue.swift
[85/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/905] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/905] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/905] Emitting module _NIOBase64
[89/905] Compiling _NIOBase64 Base64.swift
[90/906] Compiling SystemPackage MachPort.swift
[91/906] Compiling SystemPackage PlatformString.swift
[92/906] Compiling SystemPackage SystemString.swift
[93/906] Compiling RealModule Float80+Real.swift
[94/906] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[95/906] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[97/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[98/907] Emitting module ServiceContextModule
[99/907] Compiling ServiceContextModule ServiceContext.swift
[100/907] Emitting module InternalCollectionsUtilities
[101/907] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[102/907] Compiling InternalCollectionsUtilities Integer rank.swift
[105/907] Compiling Logging LogHandler.swift
[111/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[112/907] Compiling InternalCollectionsUtilities Debugging.swift
[113/907] Compiling InternalCollectionsUtilities Descriptions.swift
[114/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[115/907] Compiling ServiceContextModule ServiceContextKey.swift
[116/907] Compiling _NIODataStructures _TinyArray.swift
[117/908] Compiling RealModule Float16+Real.swift
[118/908] Compiling SystemPackage Util+StringArray.swift
[119/908] Compiling SystemPackage Util.swift
[120/908] Compiling SystemPackage UtilConsumers.swift
[123/908] Compiling RealModule Float+Real.swift
[124/908] Compiling RealModule ElementaryFunctions.swift
[125/908] Emitting module _NIODataStructures
[126/908] Compiling _NIODataStructures Heap.swift
[134/929] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/930] Compiling Logging Locks.swift
[136/930] Emitting module Logging
[137/930] Emitting module CoreMetrics
[138/930] Compiling CoreMetrics Locks.swift
[139/930] Compiling Logging MetadataProvider.swift
[140/930] Compiling Logging Logging.swift
[141/931] Compiling Atomics IntegerConformances.swift
[142/931] Compiling Atomics PointerConformances.swift
[143/931] Compiling Atomics Primitives.native.swift
[144/931] Compiling Atomics AtomicReference.swift
[145/932] Compiling SystemPackage FilePathTempPosix.swift
[146/932] Compiling SystemPackage FilePathTempWindows.swift
[147/932] Compiling SystemPackage FilePathWindows.swift
[148/932] Compiling SystemPackage FilePermissions.swift
[149/932] Compiling Atomics AtomicMemoryOrderings.swift
[150/932] Compiling Atomics DoubleWord.swift
[151/932] Compiling SystemPackage FilePathSyntax.swift
[152/932] Compiling SystemPackage FilePathTemp.swift
[153/932] Compiling Atomics AtomicStorage.swift
[154/932] Compiling Atomics AtomicValue.swift
[155/932] Compiling Atomics ManagedAtomic.swift
[156/932] Compiling Atomics ManagedAtomicLazyReference.swift
[161/1019] Compiling Instrumentation NoOpInstrument.swift
[162/1074] Compiling Instrumentation MultiplexInstrument.swift
[163/1093] Compiling Instrumentation Locks.swift
[164/1093] Compiling Instrumentation Instrument.swift
[165/1093] Compiling Instrumentation InstrumentationSystem.swift
[166/1093] Emitting module Instrumentation
[168/1094] Compiling OrderedCollections OrderedDictionary+Codable.swift
[169/1094] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[170/1094] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[171/1094] Compiling OrderedCollections OrderedDictionary+Values.swift
[172/1094] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[173/1094] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[174/1094] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[175/1098] Compiling Atomics IntegerOperations.swift
[176/1098] Compiling Atomics Unmanaged extensions.swift
[179/1098] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[180/1098] Compiling OrderedCollections OrderedDictionary+Elements.swift
[181/1098] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[182/1098] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[183/1101] Compiling _RopeModule _RopePath.swift
[184/1101] Compiling _RopeModule _RopeVersion.swift
[185/1101] Compiling _RopeModule Rope+Collection.swift
[186/1101] Compiling _RopeModule Rope+Index.swift
[187/1101] Compiling _RopeModule Rope+Sequence.swift
[188/1101] Compiling _RopeModule Rope+Append.swift
[189/1101] Compiling _RopeModule Rope+Extract.swift
[190/1101] Compiling _RopeModule Rope+_Storage.swift
[191/1101] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[192/1101] Compiling _RopeModule Rope+_UnsafeHandle.swift
[193/1101] Compiling _RopeModule Rope.swift
[194/1101] Compiling _RopeModule RopeElement.swift
[195/1101] Compiling _RopeModule RopeMetric.swift
[196/1101] Compiling _RopeModule RopeSummary.swift
[197/1101] Compiling _RopeModule _RopeItem.swift
[198/1108] Compiling _RopeModule BigSubstring+UTF8View.swift
[199/1108] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[200/1108] Compiling _RopeModule BigSubstring.swift
[201/1108] Compiling _RopeModule Rope+Builder.swift
[202/1108] Compiling _RopeModule Rope+Debugging.swift
[203/1108] Compiling _RopeModule Rope+Invariants.swift
[204/1108] Compiling _RopeModule Rope+_Node.swift
[205/1108] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[206/1108] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[207/1108] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[213/1108] Compiling Algorithms Trim.swift
[214/1108] Compiling Algorithms Unique.swift
[215/1108] Compiling Algorithms Windows.swift
[216/1108] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[217/1108] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[218/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[219/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[220/1108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[220/1108] Compiling t1_enc.cc
[222/1108] Compiling OrderedCollections _HashTable+Bucket.swift
[223/1108] Compiling OrderedCollections _HashTable+BucketIterator.swift
[224/1108] Compiling OrderedCollections _HashTable+Constants.swift
[225/1108] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[235/1108] Compiling tls13_both.cc
[245/1123] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[246/1123] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[247/1123] Compiling OrderedCollections OrderedSet.swift
[248/1123] Compiling OrderedCollections _UnsafeBitset.swift
[249/1123] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[250/1123] Compiling _RopeModule BigString+Hashing.swift
[251/1123] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[252/1123] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[253/1123] Compiling _RopeModule BigString+Sequence.swift
[254/1123] Compiling _RopeModule BigString+TextOutputStream.swift
[258/1132] Compiling RoutingKit PathComponent.swift
[259/1132] Compiling HeapModule _HeapNode.swift
[260/1132] Compiling OrderedCollections _HashTable+Testing.swift
[261/1132] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[262/1132] Compiling OrderedCollections _HashTable.swift
[263/1132] Compiling OrderedCollections _Hashtable+Header.swift
[264/1132] Compiling Tracing TracingTime.swift
[265/1132] Compiling Tracing TracerProtocol.swift
[277/1132] Emitting module Atomics
[278/1132] Compiling HeapModule Heap.swift
[279/1132] Emitting module Tracing
[280/1132] Emitting module HeapModule
[281/1132] Compiling HeapModule Heap+Invariants.swift
[282/1133] Compiling Tracing InstrumentationSystem+Tracing.swift
[283/1133] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[284/1133] Compiling HeapModule Heap+Descriptions.swift
[285/1133] Compiling HeapModule Heap+UnsafeHandle.swift
[286/1133] Compiling Tracing TracerProtocol+Legacy.swift
[287/1133] Compiling Tracing Tracer.swift
[288/1134] Compiling RoutingKit Router.swift
[289/1134] Compiling RoutingKit TrieRouter.swift
[296/1134] Compiling OrderedCollections OrderedSet+Sendable.swift
[297/1134] Compiling OrderedCollections OrderedSet+SubSequence.swift
[298/1134] Compiling OrderedCollections OrderedSet+Testing.swift
[309/1134] Compiling Tracing NoOpTracer.swift
[310/1134] Compiling Tracing SpanProtocol.swift
[312/1135] Emitting module Metrics
[313/1135] Compiling Metrics Metrics.swift
[314/1135] Emitting module OrderedCollections
[323/1156] Emitting module Algorithms
[325/1178] Compiling RoutingKit AnyRouter.swift
[326/1178] Emitting module RoutingKit
[327/1178] Compiling RoutingKit Parameters.swift
[328/1228] Compiling HashTreeCollections _AncestorHashSlots.swift
[329/1228] Compiling HashTreeCollections _Bitmap.swift
[331/1232] Compiling HashTreeCollections TreeSet+Codable.swift
[332/1232] Compiling HashTreeCollections TreeSet+Collection.swift
[334/1232] Emitting module _RopeModule
[335/1232] Compiling HashTreeCollections _HashNode+Invariants.swift
[336/1232] Compiling HashTreeCollections _HashNode+Lookups.swift
[337/1232] Compiling HashTreeCollections _HashLevel.swift
[338/1232] Compiling HashTreeCollections _HashNode+Builder.swift
[339/1232] Compiling HashTreeCollections _HashNode+Debugging.swift
[340/1232] Compiling HashTreeCollections _HashNode+Initializers.swift
[341/1232] Compiling HashTreeCollections _Bucket.swift
[342/1232] Compiling HashTreeCollections _Hash.swift
[343/1232] Compiling DequeModule _DequeSlot.swift
[344/1232] Compiling DequeModule _UnsafeWrappedBuffer.swift
[345/1232] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[346/1232] Compiling HashTreeCollections TreeDictionary.swift
[347/1232] Emitting module DequeModule
[347/1233] Compiling ssl_x509.cc
[350/1233] Compiling HashTreeCollections TreeSet+Filter.swift
[351/1233] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[352/1233] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[353/1233] Compiling HashTreeCollections _HashNode+Structural union.swift
[354/1233] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[355/1233] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[356/1233] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[357/1233] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[358/1233] Compiling HashTreeCollections _HashNode.swift
[359/1233] Compiling HashTreeCollections _HashNodeHeader.swift
[360/1233] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[361/1233] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[362/1233] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[363/1233] Compiling HashTreeCollections _HashNode+Structural merge.swift
[364/1233] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[365/1233] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[366/1233] Compiling HashTreeCollections TreeDictionary+Filter.swift
[367/1233] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[368/1233] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[385/1233] Compiling HashTreeCollections TreeSet+Descriptions.swift
[386/1233] Compiling HashTreeCollections TreeSet+Equatable.swift
[387/1233] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[388/1233] Compiling HashTreeCollections TreeSet+Extras.swift
[389/1233] Compiling HashTreeCollections _HashSlot.swift
[390/1233] Compiling HashTreeCollections _HashStack.swift
[391/1233] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[392/1233] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[393/1233] Compiling HashTreeCollections _HashNode+Storage.swift
[394/1233] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[395/1233] Compiling HashTreeCollections _HashNode+Structural filter.swift
[396/1233] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[397/1233] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[398/1233] Compiling HashTreeCollections _RawHashNode.swift
[399/1233] Compiling HashTreeCollections _UnmanagedHashNode.swift
[400/1233] Compiling HashTreeCollections _UnsafePath.swift
[401/1233] Compiling HashTreeCollections TreeDictionary+Codable.swift
[402/1233] Compiling HashTreeCollections TreeDictionary+Collection.swift
[403/1233] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[404/1233] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[405/1233] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[406/1233] Compiling _RopeModule _CharacterRecognizer.swift
[407/1234] Compiling ssl_transcript.cc
[408/1234] Compiling ssl_versions.cc
[409/1234] Compiling ssl_stat.cc
[411/1234] Compiling HashTreeCollections _HashTreeIterator.swift
[412/1234] Compiling HashTreeCollections _HashTreeStatistics.swift
[413/1234] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[422/1244] Compiling HashTreeCollections TreeSet+Hashable.swift
[423/1244] Compiling HashTreeCollections TreeSet+Sendable.swift
[424/1244] Compiling HashTreeCollections TreeSet+Sequence.swift
[425/1244] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[426/1244] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[427/1244] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[428/1244] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[429/1244] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[430/1244] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[431/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[437/1244] Compiling HashTreeCollections TreeDictionary+Keys.swift
[438/1244] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[439/1244] Compiling HashTreeCollections TreeDictionary+Merge.swift
[440/1244] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[441/1244] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[442/1244] Compiling HashTreeCollections TreeDictionary+Values.swift
[442/1244] Compiling ssl_session.cc
[443/1244] Compiling ssl_privkey.cc
[456/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[457/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[458/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[459/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[460/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[461/1244] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[462/1244] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[463/1244] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[464/1244] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[465/1244] Compiling HashTreeCollections TreeSet.swift
[466/1244] Emitting module HashTreeCollections
[466/1244] Compiling ssl_lib.cc
[467/1244] Compiling ssl_file.cc
[468/1244] Compiling ssl_credential.cc
[501/1245] Compiling ssl_cipher.cc
[503/1245] Compiling ssl_key_share.cc
[504/1245] Compiling ssl_buffer.cc
[505/1245] Compiling ssl_cert.cc
[506/1245] Compiling ssl_asn1.cc
[507/1245] Compiling ssl_aead_ctx.cc
[508/1245] Compiling s3_pkt.cc
[509/1245] Compiling s3_lib.cc
[510/1245] Compiling handshake_server.cc
[511/1245] Compiling s3_both.cc
[512/1245] Compiling handshake_client.cc
[513/1245] Compiling handshake.cc
[514/1245] Compiling extensions.cc
[515/1245] Compiling dtls_record.cc
[516/1245] Compiling encrypted_client_hello.cc
[517/1245] Compiling handoff.cc
[518/1245] Compiling md5-x86_64-linux.S
[519/1245] Compiling dtls_method.cc
[520/1245] Compiling md5-x86_64-apple.S
[521/1245] Compiling d1_srtp.cc
[522/1245] Compiling md5-586-linux.S
[523/1245] Compiling md5-586-apple.S
[524/1245] Compiling chacha20_poly1305_x86_64-linux.S
[525/1245] Compiling d1_pkt.cc
[526/1245] Compiling bio_ssl.cc
[527/1245] Compiling d1_lib.cc
[528/1245] Compiling chacha20_poly1305_armv8-win.S
[529/1245] Compiling chacha20_poly1305_x86_64-apple.S
[530/1245] Compiling chacha20_poly1305_armv8-apple.S
[531/1245] Compiling chacha20_poly1305_armv8-linux.S
[532/1245] Compiling chacha-x86_64-linux.S
[533/1245] Compiling chacha-x86_64-apple.S
[534/1245] Compiling chacha-armv8-win.S
[535/1245] Compiling chacha-x86-apple.S
[536/1245] Compiling chacha-x86-linux.S
[537/1245] Compiling chacha-armv8-apple.S
[538/1245] Compiling err_data.cc
[539/1245] Compiling chacha-armv8-linux.S
[540/1245] Compiling chacha-armv4-linux.S
[541/1245] Compiling aes128gcmsiv-x86_64-apple.S
[542/1245] Compiling aes128gcmsiv-x86_64-linux.S
[543/1245] Compiling x86_64-mont5-linux.S
[544/1245] Compiling x86-mont-linux.S
[545/1245] Compiling x86_64-mont-apple.S
[546/1245] Compiling x86_64-mont-linux.S
[547/1245] Compiling x86_64-mont5-apple.S
[548/1245] Compiling vpaes-x86_64-apple.S
[549/1245] Compiling vpaes-x86_64-linux.S
[549/1245] Compiling x86-mont-apple.S
[551/1245] Compiling vpaes-x86-apple.S
[552/1245] Compiling vpaes-armv8-win.S
[553/1245] Compiling vpaes-x86-linux.S
[554/1245] Compiling vpaes-armv8-linux.S
[555/1245] Compiling vpaes-armv8-apple.S
[556/1245] Compiling sha512-x86_64-linux.S
[557/1245] Compiling vpaes-armv7-linux.S
[558/1245] Compiling sha512-x86_64-apple.S
[559/1245] Compiling sha512-armv8-apple.S
[560/1245] Compiling sha512-armv8-win.S
[561/1245] Compiling sha512-armv4-linux.S
[562/1245] Compiling sha512-armv8-linux.S
[563/1245] Compiling sha512-586-linux.S
[564/1245] Compiling sha256-x86_64-linux.S
[565/1245] Compiling sha512-586-apple.S
[566/1245] Compiling sha256-armv8-win.S
[567/1245] Compiling sha256-x86_64-apple.S
[568/1245] Compiling sha256-armv8-apple.S
[569/1245] Compiling sha256-586-linux.S
[570/1245] Compiling sha256-armv8-linux.S
[571/1245] Compiling sha256-armv4-linux.S
[572/1245] Compiling sha256-586-apple.S
[573/1245] Compiling sha1-x86_64-linux.S
[574/1245] Compiling sha1-x86_64-apple.S
[575/1245] Compiling sha1-armv8-win.S
[576/1245] Compiling sha1-armv8-apple.S
[577/1245] Compiling sha1-armv4-large-linux.S
[578/1245] Compiling sha1-586-apple.S
[579/1245] Compiling rsaz-avx2-linux.S
[580/1245] Compiling sha1-586-linux.S
[581/1245] Compiling rsaz-avx2-apple.S
[582/1245] Compiling sha1-armv8-linux.S
[583/1245] Compiling d1_both.cc
[584/1245] Compiling rdrand-x86_64-apple.S
[585/1245] Compiling rdrand-x86_64-linux.S
[586/1245] Compiling p256_beeu-armv8-asm-linux.S
[587/1245] Compiling p256_beeu-x86_64-asm-linux.S
[588/1245] Compiling p256_beeu-armv8-asm-win.S
[589/1245] Compiling p256_beeu-x86_64-asm-apple.S
[590/1245] Compiling p256-x86_64-asm-linux.S
[591/1245] Compiling p256_beeu-armv8-asm-apple.S
[592/1245] Compiling p256-x86_64-asm-apple.S
[593/1245] Compiling p256-armv8-asm-win.S
[594/1245] Compiling ghashv8-armv8-win.S
[595/1245] Compiling ghashv8-armv8-apple.S
[595/1245] Compiling p256-armv8-asm-apple.S
[597/1245] Compiling p256-armv8-asm-linux.S
[598/1245] Compiling ghashv8-armv7-linux.S
[599/1245] Compiling ghashv8-armv8-linux.S
[600/1245] Compiling ghash-x86_64-linux.S
[600/1245] Compiling ghash-x86_64-apple.S
[602/1245] Compiling ghash-x86-linux.S
[602/1245] Compiling ghash-ssse3-x86_64-linux.S
[604/1245] Compiling ghash-ssse3-x86_64-apple.S
[605/1245] Compiling ghash-ssse3-x86-linux.S
[606/1245] Compiling ghash-x86-apple.S
[607/1245] Compiling ghash-neon-armv8-win.S
[608/1245] Compiling ghash-ssse3-x86-apple.S
[609/1245] Compiling ghash-neon-armv8-apple.S
[610/1245] Compiling co-586-linux.S
[611/1245] Compiling ghash-neon-armv8-linux.S
[612/1245] Compiling ghash-armv4-linux.S
[613/1245] Compiling co-586-apple.S
[614/1245] Compiling bsaes-armv7-linux.S
[615/1245] Compiling bn-armv8-win.S
[616/1245] Compiling bn-armv8-linux.S
[617/1245] Compiling bn-armv8-apple.S
[618/1245] Compiling bn-586-linux.S
[619/1245] Compiling armv8-mont-win.S
[620/1245] Compiling bn-586-apple.S
[621/1245] Compiling armv4-mont-linux.S
[622/1245] Compiling aesv8-gcm-armv8-win.S
[623/1245] Compiling armv8-mont-apple.S
[624/1245] Compiling aesv8-gcm-armv8-apple.S
[625/1245] Compiling armv8-mont-linux.S
[626/1245] Compiling aesv8-gcm-armv8-linux.S
[627/1245] Compiling aesv8-armv8-apple.S
[628/1245] Compiling aesv8-armv8-win.S
[629/1245] Compiling aesni-x86_64-linux.S
[630/1245] Compiling aesv8-armv7-linux.S
[631/1245] Compiling aesv8-armv8-linux.S
[632/1245] Compiling aesni-x86-linux.S
[633/1245] Compiling aesni-x86_64-apple.S
[634/1245] Compiling aesni-x86-apple.S
[635/1245] Compiling aesni-gcm-x86_64-apple.S
[636/1245] Compiling aesni-gcm-x86_64-linux.S
[637/1245] Compiling aes-gcm-avx2-x86_64-linux.S
[638/1245] Compiling aes-gcm-avx10-x86_64-linux.S
[639/1245] Compiling aes-gcm-avx2-x86_64-apple.S
[640/1245] Compiling aes-gcm-avx10-x86_64-apple.S
[641/1245] Compiling x_spki.cc
[642/1245] Compiling x_sig.cc
[642/1245] Compiling x_pubkey.cc
[644/1245] Compiling x_x509a.cc
[645/1245] Compiling x_req.cc
[646/1245] Compiling x_x509.cc
[647/1245] Compiling x_val.cc
[648/1245] Compiling x_name.cc
[649/1245] Compiling x_attrib.cc
[650/1245] Compiling x_crl.cc
[651/1245] Compiling x_algor.cc
[652/1245] Compiling x_all.cc
[653/1245] Compiling x_exten.cc
[654/1245] Compiling x509name.cc
[655/1245] Compiling x509spki.cc
[656/1245] Compiling x509rset.cc
[657/1245] Compiling x509_vpm.cc
[658/1245] Compiling x509cset.cc
[659/1245] Compiling x509_vfy.cc
[660/1245] Compiling x509_txt.cc
[661/1245] Compiling x509_set.cc
[662/1245] Compiling x509_v3.cc
[663/1245] Compiling x509_trs.cc
[664/1245] Compiling x509_req.cc
[665/1245] Compiling x509_obj.cc
[666/1245] Compiling x509_def.cc
[667/1245] Compiling x509_lu.cc
[668/1245] Compiling x509_ext.cc
[669/1245] Compiling x509_cmp.cc
[670/1245] Compiling x509_d2.cc
[671/1245] Compiling x509_att.cc
[672/1245] Compiling x509.cc
[673/1245] Compiling v3_utl.cc
[674/1245] Compiling v3_skey.cc
[675/1245] Compiling v3_purp.cc
[676/1245] Compiling v3_prn.cc
[677/1245] Compiling v3_pmaps.cc
[678/1245] Compiling v3_pcons.cc
[679/1245] Compiling v3_ocsp.cc
[680/1245] Compiling v3_ncons.cc
[681/1245] Compiling v3_lib.cc
[682/1245] Compiling v3_int.cc
[683/1245] Compiling v3_ia5.cc
[684/1245] Compiling v3_info.cc
[685/1245] Compiling v3_genn.cc
[686/1245] Compiling v3_extku.cc
[687/1245] Compiling v3_enum.cc
[688/1245] Compiling v3_crld.cc
[689/1245] Compiling v3_conf.cc
[690/1245] Compiling v3_bcons.cc
[691/1245] Compiling v3_cpols.cc
[692/1245] Compiling v3_bitst.cc
[693/1245] Compiling v3_alt.cc
[694/1245] Compiling v3_akeya.cc
[695/1245] Compiling v3_akey.cc
[696/1245] Compiling t_x509a.cc
[697/1245] Compiling rsa_pss.cc
[698/1245] Compiling i2d_pr.cc
[699/1245] Compiling t_req.cc
[700/1245] Compiling t_crl.cc
[701/1245] Compiling policy.cc
[702/1245] Compiling t_x509.cc
[703/1245] Compiling by_file.cc
[704/1245] Compiling name_print.cc
[705/1245] Compiling by_dir.cc
[706/1245] Compiling a_verify.cc
[707/1245] Compiling a_sign.cc
[708/1245] Compiling algorithm.cc
[709/1245] Compiling asn1_gen.cc
[710/1245] Compiling a_digest.cc
[711/1245] Compiling voprf.cc
[712/1245] Compiling trust_token.cc
[713/1245] Compiling thread_win.cc
[714/1245] Compiling thread_pthread.cc
[715/1245] Compiling thread.cc
[715/1245] Compiling slhdsa.cc
[717/1245] Compiling stack.cc
[718/1245] Compiling thread_none.cc
[719/1245] Compiling siphash.cc
[720/1245] Compiling pmbtoken.cc
[721/1245] Compiling spake2plus.cc
[722/1245] Compiling sha512.cc
[723/1245] Compiling rsa_extra.cc
[724/1245] Compiling rsa_print.cc
[725/1245] Compiling sha256.cc
[726/1245] Compiling sha1.cc
[727/1245] Compiling rsa_crypt.cc
[728/1245] Compiling refcount.cc
[729/1245] Compiling rc4.cc
[730/1245] Compiling rsa_asn1.cc
[731/1245] Compiling trusty.cc
[732/1245] Compiling windows.cc
[733/1245] Compiling rand.cc
[734/1245] Compiling urandom.cc
[735/1245] Compiling ios.cc
[736/1245] Compiling passive.cc
[737/1245] Compiling poly1305_arm_asm.S
[738/1245] Compiling getentropy.cc
[739/1245] Compiling forkunsafe.cc
[740/1245] Compiling fork_detect.cc
[741/1245] Compiling poly1305_vec.cc
[742/1245] Compiling deterministic.cc
[743/1245] Compiling pool.cc
[744/1245] Compiling poly1305_arm.cc
[745/1245] Compiling poly1305.cc
[746/1245] Compiling pkcs7.cc
[747/1245] Compiling pkcs8_x509.cc
[748/1245] Compiling p5_pbev2.cc
[749/1245] Compiling pkcs8.cc
[750/1245] Compiling pkcs7_x509.cc
[751/1245] Compiling pem_pkey.cc
[752/1245] Compiling pem_xaux.cc
[753/1245] Compiling pem_pk8.cc
[754/1245] Compiling pem_x509.cc
[755/1245] Compiling obj_xref.cc
[756/1245] Compiling pem_lib.cc
[757/1245] Compiling mlkem.cc
[758/1245] Compiling obj.cc
[759/1245] Compiling pem_oth.cc
[760/1245] Compiling pem_info.cc
[761/1245] Compiling mldsa.cc
[762/1245] Compiling poly_rq_mul.S
[763/1245] Compiling pem_all.cc
[764/1245] Compiling fips_shared_support.cc
[765/1245] Compiling md4.cc
[766/1245] Compiling mem.cc
[767/1245] Compiling lhash.cc
[768/1245] Compiling md5.cc
[769/1245] Compiling kyber.cc
[770/1245] Compiling ex_data.cc
[771/1245] Compiling hpke.cc
[772/1245] Compiling hrss.cc
[773/1245] Compiling sign.cc
[774/1245] Compiling print.cc
[775/1245] Compiling pbkdf.cc
[776/1245] Compiling scrypt.cc
[777/1245] Compiling p_x25519.cc
[778/1245] Compiling p_x25519_asn1.cc
[779/1245] Compiling p_rsa_asn1.cc
[780/1245] Compiling p_hkdf.cc
[781/1245] Compiling p_rsa.cc
[782/1245] Compiling p_ed25519.cc
[783/1245] Compiling p_ed25519_asn1.cc
[784/1245] Compiling p_dh_asn1.cc
[785/1245] Compiling p_ec.cc
[786/1245] Compiling p_ec_asn1.cc
[787/1245] Compiling p_dh.cc
[788/1245] Compiling evp_ctx.cc
[789/1245] Compiling evp.cc
[790/1245] Compiling p_dsa_asn1.cc
[791/1245] Compiling err.cc
[792/1245] Compiling engine.cc
[793/1245] Compiling ecdh.cc
[794/1245] Compiling evp_asn1.cc
[795/1245] Compiling hash_to_curve.cc
[796/1245] Compiling ecdsa_asn1.cc
[797/1245] Compiling bcm.cc
[798/1245] Compiling dsa.cc
[799/1245] Compiling ec_derive.cc
[800/1245] Compiling params.cc
[801/1245] Compiling dsa_asn1.cc
[802/1245] Compiling digest_extra.cc
[803/1245] Compiling dh_asn1.cc
[804/1245] Compiling des.cc
[805/1245] Compiling x25519-asm-arm.S
[806/1245] Compiling ec_asn1.cc
[807/1245] Compiling curve25519_64_adx.cc
[808/1245] Compiling spake25519.cc
[809/1245] Compiling crypto.cc
[810/1245] Compiling curve25519.cc
[811/1245] Compiling cpu_intel.cc
[812/1245] Compiling cpu_aarch64_win.cc
[813/1245] Compiling cpu_arm_freebsd.cc
[814/1245] Compiling cpu_arm_linux.cc
[815/1245] Compiling cpu_aarch64_sysreg.cc
[816/1245] Compiling cpu_aarch64_linux.cc
[817/1245] Compiling cpu_aarch64_fuchsia.cc
[818/1245] Compiling cpu_aarch64_openbsd.cc
[819/1245] Compiling conf.cc
[820/1245] Compiling cpu_aarch64_apple.cc
[821/1245] Compiling e_tls.cc
[822/1245] Compiling get_cipher.cc
[823/1245] Compiling e_rc4.cc
[824/1245] Compiling tls_cbc.cc
[825/1245] Compiling e_null.cc
[826/1245] Compiling e_rc2.cc
[827/1245] Compiling e_aesgcmsiv.cc
[828/1245] Compiling chacha.cc
[829/1245] Compiling e_aesctrhmac.cc
[830/1245] Compiling e_des.cc
[831/1245] Compiling e_chacha20poly1305.cc
[832/1245] Compiling derive_key.cc
[833/1245] Compiling unicode.cc
[834/1245] Compiling cbb.cc
[835/1245] Compiling ber.cc
[836/1245] Compiling asn1_compat.cc
[837/1245] Compiling buf.cc
[838/1245] Compiling cbs.cc
[839/1245] Compiling bn_asn1.cc
[840/1245] Compiling convert.cc
[841/1245] Compiling blake2.cc
[842/1245] Compiling socket_helper.cc
[843/1245] Compiling socket.cc
[844/1245] Compiling hexdump.cc
[845/1245] Compiling printf.cc
[846/1245] Compiling pair.cc
[847/1245] Compiling file.cc
[848/1245] Compiling errno.cc
[849/1245] Compiling fd.cc
[850/1245] Compiling connect.cc
[851/1245] Compiling base64.cc
[852/1245] Compiling bio_mem.cc
[853/1245] Compiling bio.cc
[854/1245] Compiling tasn_typ.cc
[855/1245] Compiling tasn_utl.cc
[856/1245] Compiling tasn_fre.cc
[857/1245] Compiling tasn_enc.cc
[858/1245] Compiling f_string.cc
[859/1245] Compiling tasn_new.cc
[860/1245] Compiling f_int.cc
[861/1245] Compiling posix_time.cc
[862/1245] Compiling asn_pack.cc
[863/1245] Compiling asn1_par.cc
[864/1245] Compiling tasn_dec.cc
[865/1245] Compiling asn1_lib.cc
[866/1245] Compiling a_octet.cc
[867/1245] Compiling a_type.cc
[868/1245] Compiling a_object.cc
[869/1245] Compiling a_time.cc
[870/1245] Compiling a_strex.cc
[871/1245] Compiling a_strnid.cc
[872/1245] Compiling a_utctm.cc
[873/1245] Compiling a_i2d_fp.cc
[874/1245] Compiling a_dup.cc
[875/1245] Compiling a_d2i_fp.cc
[876/1245] Compiling a_mbstr.cc
[877/1245] Compiling a_bitstr.cc
[878/1245] Compiling a_gentm.cc
[879/1245] Compiling fiat_p256_adx_sqr.S
[880/1245] Compiling fiat_p256_adx_mul.S
[881/1245] Compiling fiat_curve25519_adx_square.S
[882/1245] Compiling a_int.cc
[883/1245] Compiling fiat_curve25519_adx_mul.S
[884/1245] Compiling md5-x86_64-linux.S
[885/1245] Compiling md5-x86_64-apple.S
[886/1245] Compiling md5-586-linux.S
[887/1245] Compiling CCryptoBoringSSLShims shims.c
[888/1245] Compiling a_bool.cc
[889/1245] Compiling md5-586-apple.S
[890/1245] Compiling chacha20_poly1305_armv8-win.S
[891/1245] Compiling chacha20_poly1305_x86_64-linux.S
[892/1245] Compiling chacha20_poly1305_x86_64-apple.S
[893/1245] Compiling chacha20_poly1305_armv8-apple.S
[894/1245] Compiling chacha-x86_64-apple.S
[895/1245] Compiling chacha-x86_64-linux.S
[896/1245] Compiling chacha-x86-linux.S
[897/1245] Compiling chacha20_poly1305_armv8-linux.S
[898/1245] Compiling chacha-x86-apple.S
[899/1245] Compiling chacha-armv8-apple.S
[900/1245] Compiling chacha-armv8-win.S
[901/1245] Compiling chacha-armv8-linux.S
[902/1245] Compiling chacha-armv4-linux.S
[903/1245] Compiling x86_64-mont5-linux.S
[904/1245] Compiling aes128gcmsiv-x86_64-apple.S
[905/1245] Compiling aes128gcmsiv-x86_64-linux.S
[906/1245] Compiling x86_64-mont5-apple.S
[907/1245] Compiling x86-mont-linux.S
[908/1245] Compiling x86_64-mont-linux.S
[909/1245] Compiling x86_64-mont-apple.S
[910/1245] Compiling x86-mont-apple.S
[911/1245] Compiling vpaes-x86_64-apple.S
[912/1245] Compiling vpaes-x86_64-linux.S
[912/1245] Compiling vpaes-x86-apple.S
[914/1245] Compiling vpaes-armv8-win.S
[914/1245] Compiling vpaes-x86-linux.S
[916/1245] Compiling vpaes-armv8-apple.S
[917/1245] Compiling sha512-x86_64-apple.S
[918/1245] Compiling vpaes-armv8-linux.S
[919/1245] Compiling vpaes-armv7-linux.S
[920/1245] Compiling sha512-armv8-win.S
[921/1245] Compiling sha512-x86_64-linux.S
[922/1245] Compiling sha512-armv8-apple.S
[923/1245] Compiling sha512-armv8-linux.S
[924/1245] Compiling err_data.cc
[925/1245] Compiling sha512-586-apple.S
[926/1245] Compiling sha512-armv4-linux.S
[927/1245] Compiling sha256-x86_64-linux.S
[928/1245] Compiling sha512-586-linux.S
[929/1245] Compiling sha256-x86_64-apple.S
[930/1245] Compiling sha256-armv8-win.S
[931/1245] Compiling sha256-armv8-apple.S
[932/1245] Compiling sha256-586-linux.S
[932/1245] Compiling sha256-armv4-linux.S
[934/1245] Compiling sha256-armv8-linux.S
[935/1245] Compiling sha256-586-apple.S
[936/1245] Compiling sha1-x86_64-apple.S
[937/1245] Compiling sha1-armv8-apple.S
[938/1245] Compiling sha1-x86_64-linux.S
[939/1245] Compiling sha1-armv8-win.S
[940/1245] Compiling sha1-586-linux.S
[941/1245] Compiling sha1-armv4-large-linux.S
[942/1245] Compiling sha1-armv8-linux.S
[943/1245] Compiling sha1-586-apple.S
[944/1245] Compiling rsaz-avx2-linux.S
[945/1245] Compiling rdrand-x86_64-linux.S
[946/1245] Compiling rdrand-x86_64-apple.S
[947/1245] Compiling rsaz-avx2-apple.S
[948/1245] Compiling p256_beeu-x86_64-asm-linux.S
[949/1245] Compiling p256_beeu-x86_64-asm-apple.S
[950/1245] Compiling p256_beeu-armv8-asm-linux.S
[951/1245] Compiling p256_beeu-armv8-asm-win.S
[951/1245] Compiling p256_beeu-armv8-asm-apple.S
[953/1245] Compiling p256-x86_64-asm-linux.S
[954/1245] Compiling p256-x86_64-asm-apple.S
[955/1245] Compiling p256-armv8-asm-win.S
[956/1245] Compiling ghashv8-armv8-win.S
[957/1245] Compiling p256-armv8-asm-linux.S
[957/1245] Compiling p256-armv8-asm-apple.S
[957/1245] Compiling ghashv8-armv8-linux.S
[960/1245] Compiling ghashv8-armv7-linux.S
[961/1245] Compiling ghashv8-armv8-apple.S
[962/1245] Compiling ghash-x86_64-apple.S
[963/1245] Compiling ghash-x86-linux.S
[964/1245] Compiling ghash-x86_64-linux.S
[965/1245] Compiling ghash-x86-apple.S
[966/1245] Compiling ghash-ssse3-x86_64-linux.S
[967/1245] Compiling ghash-ssse3-x86-linux.S
[968/1245] Compiling ghash-ssse3-x86_64-apple.S
[969/1245] Compiling ghash-ssse3-x86-apple.S
[970/1245] Compiling ghash-neon-armv8-linux.S
[971/1245] Compiling ghash-neon-armv8-win.S
[972/1245] Compiling co-586-linux.S
[973/1245] Compiling ghash-neon-armv8-apple.S
[974/1245] Compiling ghash-armv4-linux.S
[975/1245] Compiling bsaes-armv7-linux.S
[976/1245] Compiling co-586-apple.S
[977/1245] Compiling bn-armv8-win.S
[978/1245] Compiling bn-armv8-linux.S
[979/1245] Compiling bn-armv8-apple.S
[980/1245] Compiling bn-586-linux.S
[981/1245] Compiling bn-586-apple.S
[982/1245] Compiling armv8-mont-win.S
[983/1245] Compiling armv8-mont-apple.S
[984/1245] Compiling armv8-mont-linux.S
[985/1245] Compiling armv4-mont-linux.S
[986/1245] Compiling aesv8-gcm-armv8-win.S
[987/1245] Compiling aesv8-gcm-armv8-linux.S
[988/1245] Compiling aesv8-armv8-win.S
[989/1245] Compiling aesv8-gcm-armv8-apple.S
[990/1245] Compiling aesv8-armv8-linux.S
[991/1245] Compiling aesv8-armv8-apple.S
[992/1245] Compiling aesv8-armv7-linux.S
[993/1245] Compiling aesni-x86_64-linux.S
[993/1245] Compiling aesni-x86-apple.S
[995/1245] Compiling aesni-gcm-x86_64-linux.S
[996/1245] Compiling aesni-x86_64-apple.S
[997/1245] Compiling aesni-x86-linux.S
[998/1245] Compiling aesni-gcm-x86_64-apple.S
[999/1245] Compiling aes-gcm-avx10-x86_64-apple.S
[1000/1245] Compiling aes-gcm-avx10-x86_64-linux.S
[1001/1245] Compiling x_x509a.cc
[1002/1245] Compiling x_sig.cc
[1003/1245] Compiling x_x509.cc
[1004/1245] Compiling c-nioatomics.c
[1005/1245] Compiling x_spki.cc
[1006/1245] Compiling x_val.cc
[1007/1245] Compiling x_req.cc
[1008/1245] Compiling x_pubkey.cc
[1009/1245] Compiling c-atomics.c
[1010/1247] Compiling x_all.cc
[1011/1250] Compiling x_exten.cc
[1012/1251] Compiling x_name.cc
[1013/1251] Compiling x_attrib.cc
[1014/1251] Compiling x_algor.cc
[1015/1251] Compiling x_crl.cc
[1017/1251] Compiling NIOConcurrencyHelpers NIOLock.swift
[1018/1251] Compiling NIOConcurrencyHelpers lock.swift
[1019/1251] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1020/1251] Compiling NIOConcurrencyHelpers atomics.swift
[1021/1251] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1022/1251] Emitting module NIOConcurrencyHelpers
[1023/1252] Compiling x509name.cc
[1024/1252] Compiling x509spki.cc
[1025/1252] Compiling x509cset.cc
[1026/1252] Compiling x509rset.cc
[1027/1252] Compiling x509_vfy.cc
[1028/1252] Compiling x509_vpm.cc
[1029/1309] Compiling x509_v3.cc
[1031/1338] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1032/1338] Compiling ConsoleKitTerminal ConsoleClear.swift
[1033/1338] Compiling ConsoleKitTerminal Console+Ask.swift
[1034/1338] Compiling ConsoleKitTerminal Console+Choose.swift
[1035/1341] Emitting module ConsoleKitTerminal
[1036/1341] Compiling ConsoleKitTerminal ActivityBar.swift
[1037/1341] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1038/1341] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1039/1341] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1040/1341] Compiling ConsoleKitTerminal CustomActivity.swift
[1041/1341] Compiling ConsoleKitTerminal LoadingBar.swift
[1042/1341] Compiling ConsoleKitTerminal ProgressBar.swift
[1043/1341] Compiling ConsoleKitTerminal Console+Clear.swift
[1043/1341] Compiling x509_txt.cc
[1044/1341] Compiling x509_set.cc
[1045/1341] Compiling x509_trs.cc
[1047/1341] Compiling ConsoleKitTerminal Console+Wait.swift
[1048/1341] Compiling ConsoleKitTerminal ConsoleColor.swift
[1049/1341] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1050/1341] Compiling ConsoleKitTerminal Console+Confirm.swift
[1051/1341] Compiling ConsoleKitTerminal Console+Input.swift
[1052/1341] Compiling ConsoleKitTerminal Console+Center.swift
[1053/1341] Compiling ConsoleKitTerminal Console+Output.swift
[1054/1341] Compiling ConsoleKitTerminal ConsoleText.swift
[1055/1341] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1056/1341] Compiling ConsoleKitTerminal ANSI.swift
[1057/1341] Compiling ConsoleKitTerminal Console.swift
[1058/1341] Compiling ConsoleKitTerminal Terminal.swift
[1059/1341] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1060/1341] Compiling NIOCore MulticastChannel.swift
[1061/1341] Compiling NIOCore NIOAny.swift
[1062/1341] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1063/1341] Compiling NIOCore NIOLoopBound.swift
[1064/1341] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1065/1341] Compiling NIOCore NIOScheduledCallback.swift
[1066/1341] Compiling NIOCore NIOSendable.swift
[1067/1341] Compiling NIOCore RecvByteBufferAllocator.swift
[1067/1341] Compiling x509_obj.cc
[1068/1349] Compiling x509_req.cc
[1069/1349] Compiling x509_lu.cc
[1071/1349] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1072/1349] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1073/1349] Compiling ConsoleKitTerminal LoggerFragment.swift
[1074/1350] Compiling x509_ext.cc
[1075/1350] Compiling x509_def.cc
[1076/1350] Compiling x509_d2.cc
[1078/1372] Compiling NIOCore IO.swift
[1079/1372] Compiling NIOCore IOData.swift
[1080/1372] Compiling NIOCore IPProtocol.swift
[1081/1372] Compiling NIOCore IntegerBitPacking.swift
[1082/1372] Compiling NIOCore IntegerTypes.swift
[1083/1372] Compiling NIOCore Interfaces.swift
[1084/1372] Compiling NIOCore Linux.swift
[1085/1372] Compiling NIOCore MarkedCircularBuffer.swift
[1085/1372] Compiling x509_att.cc
[1086/1372] Compiling x509_cmp.cc
[1087/1372] Compiling x509.cc
[1088/1372] Compiling v3_utl.cc
[1090/1372] Emitting module ConsoleKitCommands
[1090/1374] Compiling v3_pmaps.cc
[1092/1374] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1093/1374] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1094/1374] Compiling ConsoleKitCommands Argument.swift
[1095/1374] Compiling ConsoleKitCommands CommandSignature.swift
[1096/1374] Compiling ConsoleKitCommands Flag.swift
[1097/1374] Compiling ConsoleKitCommands Option.swift
[1098/1374] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1099/1374] Compiling ConsoleKitCommands AsyncCommand.swift
[1100/1374] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1101/1374] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1102/1374] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1103/1374] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1104/1374] Compiling NIOCore EventLoopFuture.swift
[1105/1374] Compiling NIOCore FileDescriptor.swift
[1106/1374] Compiling NIOCore FileHandle.swift
[1107/1374] Compiling NIOCore FileRegion.swift
[1108/1374] Compiling NIOCore GlobalSingletons.swift
[1109/1374] Compiling ConsoleKitCommands AsyncCommands.swift
[1110/1374] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1111/1374] Compiling ConsoleKitCommands AnyCommand.swift
[1112/1374] Compiling ConsoleKitCommands Command.swift
[1113/1374] Compiling ConsoleKitCommands CommandContext.swift
[1114/1374] Compiling ConsoleKitCommands CommandError.swift
[1115/1374] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1116/1374] Compiling ConsoleKitCommands Utilities.swift
[1116/1374] Compiling v3_pcons.cc
[1117/1374] Compiling v3_purp.cc
[1118/1374] Compiling v3_ncons.cc
[1119/1374] Compiling v3_skey.cc
[1122/1374] Compiling NIOCore Codec.swift
[1123/1374] Compiling NIOCore ConvenienceOptionSupport.swift
[1124/1374] Compiling NIOCore DeadChannel.swift
[1125/1374] Compiling NIOCore DispatchQueue+WithFuture.swift
[1126/1374] Compiling NIOCore EventLoop+Deprecated.swift
[1127/1374] Compiling NIOCore EventLoop+SerialExecutor.swift
[1128/1374] Compiling NIOCore EventLoop.swift
[1129/1374] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1130/1374] Compiling NIOCore SocketAddresses.swift
[1131/1374] Compiling NIOCore SocketOptionProvider.swift
[1132/1374] Compiling NIOCore SystemCallHelpers.swift
[1133/1374] Compiling NIOCore TimeAmount+Duration.swift
[1134/1374] Compiling NIOCore TypeAssistedChannelHandler.swift
[1135/1374] Compiling NIOCore UniversalBootstrapSupport.swift
[1136/1374] Compiling NIOCore Utilities.swift
[1136/1374] Compiling v3_prn.cc
[1137/1374] Compiling v3_ocsp.cc
[1138/1374] Compiling v3_int.cc
[1140/1374] Compiling ConsoleKitCommands CommandGroup.swift
[1141/1374] Compiling ConsoleKitCommands CommandInput.swift
[1142/1374] Compiling ConsoleKitCommands Commands.swift
[1143/1374] Compiling ConsoleKitCommands Console+Run.swift
[1144/1374] Compiling ConsoleKitCommands ConsoleError.swift
[1145/1374] Compiling ConsoleKitCommands Completion.swift
[1146/1375] Compiling v3_ia5.cc
[1147/1375] Compiling v3_lib.cc
[1166/1375] Compiling v3_info.cc
[1168/1377] Emitting module ConsoleKit
[1169/1377] Compiling ConsoleKit Exports.swift
[1170/1378] Compiling v3_genn.cc
[1171/1378] Compiling v3_extku.cc
[1172/1378] Compiling v3_enum.cc
[1173/1378] Compiling v3_crld.cc
[1174/1378] Compiling v3_conf.cc
[1175/1378] Compiling v3_cpols.cc
[1176/1378] Compiling v3_bcons.cc
[1177/1378] Compiling v3_bitst.cc
[1178/1378] Compiling v3_alt.cc
[1179/1378] Compiling v3_akeya.cc
[1180/1378] Compiling v3_akey.cc
[1181/1378] Compiling t_x509.cc
[1182/1378] Compiling t_x509a.cc
[1183/1378] Compiling t_req.cc
[1184/1378] Compiling t_crl.cc
[1185/1378] Compiling rsa_pss.cc
[1186/1378] Compiling i2d_pr.cc
[1187/1378] Compiling policy.cc
[1188/1378] Compiling name_print.cc
[1189/1378] Compiling by_file.cc
[1190/1378] Compiling asn1_gen.cc
[1191/1378] Compiling by_dir.cc
[1192/1378] Compiling algorithm.cc
[1193/1378] Compiling a_verify.cc
[1203/1378] Compiling a_digest.cc
[1204/1378] Compiling a_sign.cc
[1206/1378] Emitting module NIOCore
[1207/1379] Compiling trust_token.cc
[1208/1379] Compiling thread_win.cc
[1209/1379] Compiling voprf.cc
[1210/1379] Compiling pmbtoken.cc
[1211/1407] Compiling thread_pthread.cc
[1212/1426] Compiling thread_none.cc
[1213/1429] Compiling thread.cc
[1214/1429] Compiling stack.cc
[1215/1429] Compiling wots.cc
[1216/1429] Compiling thash.cc
[1217/1429] Compiling merkle.cc
[1218/1429] Compiling fors.cc
[1220/1429] Emitting module NIOEmbedded
[1220/1429] Compiling slhdsa.cc
[1221/1429] Compiling sha512.cc
[1222/1429] Compiling siphash.cc
[1223/1429] Compiling sha256.cc
[1224/1429] Compiling sha1.cc
[1226/1429] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1227/1429] Compiling NIOEmbedded AsyncTestingChannel.swift
[1228/1429] Compiling NIOEmbedded Embedded.swift
[1228/1430] Compiling rsa_print.cc
[1231/1430] Compiling NIOPosix IO.swift
[1232/1430] Compiling NIOPosix IntegerBitPacking.swift
[1233/1430] Compiling NIOPosix IntegerTypes.swift
[1234/1430] Compiling NIOPosix Linux.swift
[1235/1430] Compiling NIOPosix LinuxCPUSet.swift
[1236/1430] Compiling NIOPosix LinuxUring.swift
[1237/1430] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1237/1436] Compiling rsa_crypt.cc
[1238/1436] Compiling rsa_extra.cc
[1239/1436] Compiling urandom.cc
[1240/1436] Compiling refcount.cc
[1241/1436] Compiling rc4.cc
[1242/1436] Compiling rsa_asn1.cc
[1243/1436] Compiling passive.cc
[1244/1436] Compiling trusty.cc
[1245/1436] Compiling windows.cc
[1246/1436] Compiling rand_extra.cc
[1248/1436] Compiling NIOPosix ThreadPosix.swift
[1249/1436] Compiling NIOPosix ThreadWindows.swift
[1250/1436] Compiling NIOPosix UnsafeTransfer.swift
[1251/1436] Compiling NIOPosix Utilities.swift
[1252/1436] Compiling NIOPosix VsockAddress.swift
[1253/1436] Compiling NIOPosix VsockChannelEvents.swift
[1254/1436] Emitting module NIOPosix
[1254/1436] Compiling ios.cc
[1255/1436] Compiling poly1305_arm_asm.S
[1256/1436] Compiling getentropy.cc
[1257/1436] Compiling forkunsafe.cc
[1258/1436] Compiling fork_detect.cc
[1259/1436] Compiling deterministic.cc
[1260/1436] Compiling pkcs8.cc
[1261/1436] Compiling poly1305_vec.cc
[1263/1436] Compiling NIOPosix Bootstrap.swift
[1264/1436] Compiling NIOPosix ControlMessage.swift
[1265/1436] Compiling NIOPosix DatagramVectorReadManager.swift
[1266/1436] Compiling NIOPosix Errors+Any.swift
[1267/1436] Compiling NIOPosix FileDescriptor.swift
[1268/1436] Compiling NIOPosix GetaddrinfoResolver.swift
[1269/1436] Compiling NIOPosix HappyEyeballs.swift
[1270/1436] Compiling NIOPosix SelectableChannel.swift
[1271/1436] Compiling NIOPosix SelectableEventLoop.swift
[1272/1436] Compiling NIOPosix SelectorEpoll.swift
[1273/1436] Compiling NIOPosix SelectorGeneric.swift
[1274/1436] Compiling NIOPosix SelectorKqueue.swift
[1275/1436] Compiling NIOPosix SelectorUring.swift
[1276/1436] Compiling NIOPosix ServerSocket.swift
[1277/1436] Compiling NIOPosix Socket.swift
[1278/1436] Compiling NIOPosix SocketChannel.swift
[1279/1436] Compiling NIOPosix SocketProtocols.swift
[1280/1436] Compiling NIOPosix System.swift
[1281/1436] Compiling NIOPosix Thread.swift
[1282/1436] Compiling NIOPosix Pool.swift
[1283/1436] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1284/1436] Compiling NIOPosix PosixSingletons.swift
[1285/1436] Compiling NIOPosix RawSocketBootstrap.swift
[1286/1436] Compiling NIOPosix Resolver.swift
[1287/1436] Compiling NIOPosix Selectable.swift
[1287/1436] Compiling poly1305_arm.cc
[1288/1436] Compiling poly1305.cc
[1290/1436] Compiling NIOPosix NIOThreadPool.swift
[1291/1436] Compiling NIOPosix NonBlockingFileIO.swift
[1292/1436] Compiling NIOPosix PendingDatagramWritesManager.swift
[1293/1436] Compiling NIOPosix PendingWritesManager.swift
[1294/1436] Compiling NIOPosix PipeChannel.swift
[1295/1436] Compiling NIOPosix PipePair.swift
[1295/1436] Compiling pool.cc
[1297/1436] Compiling NIOPosix BSDSocketAPICommon.swift
[1298/1436] Compiling NIOPosix BSDSocketAPIPosix.swift
[1299/1436] Compiling NIOPosix BSDSocketAPIWindows.swift
[1300/1436] Compiling NIOPosix BaseSocket.swift
[1301/1436] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1302/1436] Compiling NIOPosix BaseSocketChannel.swift
[1303/1436] Compiling NIOPosix BaseStreamSocketChannel.swift
[1304/1472] Compiling pkcs7.cc
[1305/1472] Compiling pkcs7_x509.cc
[1306/1472] Compiling pkcs8_x509.cc
[1307/1474] Compiling pem_x509.cc
[1308/1474] Compiling p5_pbev2.cc
[1310/1474] Compiling NIO Exports.swift
[1310/1474] Compiling pem_xaux.cc
[1312/1474] Emitting module NIO
[1313/1475] Compiling pem_pkey.cc
[1315/1493] Emitting module _NIOFileSystem
[1316/1497] Compiling NIOTLS TLSEvents.swift
[1317/1497] Emitting module NIOTLS
[1318/1497] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1319/1497] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1320/1497] Emitting module NIOSOCKS
[1321/1498] Compiling NIOSOCKS SOCKSResponse.swift
[1321/1498] Compiling pem_pk8.cc
[1323/1498] Compiling NIOSOCKS Errors.swift
[1324/1498] Compiling NIOSOCKS Helpers.swift
[1325/1498] Compiling NIOSOCKS AuthenticationMethod.swift
[1326/1498] Compiling NIOSOCKS ClientGreeting.swift
[1327/1498] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1328/1498] Compiling NIOSOCKS ClientStateMachine.swift
[1328/1498] Compiling pem_oth.cc
[1329/1498] Compiling pem_info.cc
[1331/1498] Compiling NIOSOCKS SOCKSClientHandler.swift
[1332/1498] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1332/1501] Compiling pem_lib.cc
[1334/1514] Compiling NIOTLS SNIHandler.swift
[1335/1514] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1336/1519] Compiling NIOSOCKS ServerStateMachine.swift
[1336/1520] Compiling pem_all.cc
[1338/1520] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1339/1520] Compiling NIOHTTP1 HTTPDecoder.swift
[1341/1521] Compiling _NIOFileSystem ParallelDirCopy.swift
[1342/1521] Compiling _NIOFileSystem ParallelRemoval.swift
[1343/1521] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1344/1521] Compiling _NIOFileSystem CInterop.swift
[1345/1521] Compiling _NIOFileSystem Errno.swift
[1346/1521] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1347/1521] Compiling _NIOFileSystem Mocking.swift
[1348/1521] Compiling _NIOFileSystem Syscall.swift
[1349/1521] Compiling _NIOFileSystem Syscalls.swift
[1351/1521] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1352/1522] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1353/1522] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1354/1550] Emitting module NIOFoundationCompat
[1355/1550] Compiling NIOSSL PosixPort.swift
[1356/1550] Compiling NIOSSL SSLCallbacks.swift
[1357/1550] Compiling NIOSSL SSLCertificate.swift
[1358/1550] Compiling NIOSSL SSLCertificateExtensions.swift
[1359/1550] Compiling NIOSSL SSLCertificateName.swift
[1360/1550] Compiling NIOSSL SSLPrivateKey.swift
[1361/1550] Compiling NIOSSL SSLPublicKey.swift
[1362/1550] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1363/1550] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1364/1550] Compiling NIOSSL SubjectAlternativeName.swift
[1364/1550] Compiling obj_xref.cc
[1365/1550] Compiling mldsa.cc
[1367/1550] Emitting module NIOHTTP1
[1370/1552] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1370/1553] Compiling mlkem.cc
[1371/1553] Compiling obj.cc
[1376/1553] Compiling NIOSSL AndroidCABundle.swift
[1377/1553] Compiling NIOSSL ByteBufferBIO.swift
[1377/1553] Compiling mem.cc
[1378/1553] Compiling md5.cc
[1380/1553] Compiling _NIOFileSystem SystemFileHandle.swift
[1381/1553] Compiling _NIOFileSystem Utilities.swift
[1382/1553] Compiling _NIOFileSystem OpenOptions.swift
[1383/1553] Compiling _NIOFileSystem String+FileSystem.swift
[1383/1575] Compiling lhash.cc
[1384/1575] Compiling md4.cc
[1385/1575] Compiling poly_rq_mul.S
[1386/1575] Compiling fips_shared_support.cc
[1388/1575] Compiling NIOTransportServices NIOTSBootstraps.swift
[1389/1575] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1390/1575] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1391/1577] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1392/1577] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1393/1577] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1394/1577] Compiling NIOTransportServices NIOTSErrors.swift
[1395/1577] Compiling NIOTransportServices NIOTSEventLoop.swift
[1396/1577] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1397/1577] Compiling NIOTransportServices NIOTSSingletons.swift
[1398/1577] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1399/1577] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1400/1577] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1401/1577] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1402/1577] Compiling NIOTransportServices StateManagedChannel.swift
[1403/1577] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1404/1577] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1409/1577] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1411/1577] Compiling NIOTransportServices AcceptHandler.swift
[1412/1577] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1414/1577] Emitting module NIOTransportServices
[1415/1577] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1416/1577] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1417/1577] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1420/1578] Compiling kyber.cc
[1425/1579] Emitting module NIOSSL
[1447/1584] Compiling NIOSSL NIOSSLSecureBytes.swift
[1448/1584] Compiling NIOSSL RNG.swift
[1449/1584] Compiling NIOSSL SafeCompare.swift
[1454/1584] Compiling ex_data.cc
[1455/1584] Compiling hpke.cc
[1456/1587] Compiling sign.cc
[1457/1593] Compiling hrss.cc
[1463/1604] Compiling NIOWebSocket WebSocketOpcode.swift
[1464/1616] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1477/1618] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1477/1618] Compiling scrypt.cc
[1479/1618] Emitting module NIOHTTPCompression
[1480/1618] Emitting module _NIOFileSystemFoundationCompat
[1481/1618] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1482/1619] Compiling NIOFileSystem Exports.swift
[1483/1619] Emitting module NIOFileSystem
[1484/1619] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1485/1619] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1487/1624] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1488/1627] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1490/1638] Compiling NIOHTTPCompression HTTPDecompression.swift
[1491/1638] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1492/1638] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1493/1638] Compiling NIOHTTPCompression HTTPCompression.swift
[1494/1638] Compiling NIOHPACK IndexedHeaderTable.swift
[1495/1638] Compiling NIOHPACK IntegerCoding.swift
[1496/1639] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1497/1639] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1498/1640] Emitting module NIOWebSocket
[1499/1640] Compiling NIOExtras DebugInboundEventsHandler.swift
[1500/1640] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1502/1640] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1503/1640] Compiling NIOWebSocket WebSocketFrame.swift
[1505/1641] Compiling NIOHPACK HuffmanTables.swift
[1506/1641] Compiling NIOHPACK HuffmanCoding.swift
[1507/1641] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1508/1641] Compiling NIOExtras NIOExtrasError.swift
[1509/1643] Emitting module NIOHPACK
[1510/1643] Compiling NIOHPACK StaticHeaderTable.swift
[1513/1643] Compiling NIOExtras RequestResponseHandler.swift
[1514/1643] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1515/1643] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1516/1643] Compiling NIOExtras NIORequestIdentifiable.swift
[1517/1643] Compiling NIOExtras PCAPRingBuffer.swift
[1518/1643] Compiling NIOExtras QuiescingHelper.swift
[1519/1643] Compiling NIOSSL Zeroization.swift
[1520/1643] Compiling NIOSSL TLSConfiguration.swift
[1521/1643] Compiling NIOSSL UniversalBootstrapSupport.swift
[1522/1643] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1522/1644] Compiling pbkdf.cc
[1524/1644] Compiling print.cc
[1525/1644] Compiling p_x25519.cc
[1527/1644] Emitting module NIOExtras
[1530/1644] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1531/1644] Compiling NIOExtras JSONRPCFraming.swift
[1532/1645] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1533/1645] Compiling NIOExtras LengthFieldPrepender.swift
[1534/1645] Compiling NIOExtras LineBasedFrameDecoder.swift
[1541/1645] Compiling p_x25519_asn1.cc
[1542/1703] Compiling p_rsa_asn1.cc
[1543/1703] Compiling p_rsa.cc
[1544/1703] Compiling p_ed25519.cc
[1545/1703] Compiling p_hkdf.cc
[1546/1703] Compiling p_ed25519_asn1.cc
[1548/1703] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1549/1703] Compiling NIOHTTP2 DOSHeuristics.swift
[1549/1704] Compiling bcm.cc
[1551/1712] Compiling p_ec.cc
[1552/1712] Compiling p_dh.cc
[1553/1712] Compiling p_dh_asn1.cc
[1555/1712] Compiling WebSocketKit Exports.swift
[1555/1712] Compiling p_ec_asn1.cc
[1556/1712] Compiling evp_ctx.cc
[1557/1712] Compiling p_dsa_asn1.cc
[1559/1712] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1560/1712] Compiling WebSocketKit WebSocketHandler.swift
[1561/1712] Emitting module WebSocketKit
[1562/1712] Compiling WebSocketKit WebSocket+Concurrency.swift
[1562/1712] Compiling evp.cc
[1563/1712] Compiling engine.cc
[1565/1712] Compiling WebSocketKit WebSocketClient.swift
[1566/1712] Compiling WebSocketKit WebSocket.swift
[1567/1712] Compiling WebSocketKit WebSocket+Connect.swift
[1567/1713] Compiling err.cc
[1569/1713] Compiling ecdh_extra.cc
[1570/1713] Compiling evp_asn1.cc
[1571/1713] Compiling ecdsa_asn1.cc
[1572/1713] Compiling hash_to_curve.cc
[1573/1713] Compiling ec_derive.cc
[1574/1713] Compiling dsa_asn1.cc
[1575/1713] Compiling dsa.cc
[1576/1713] Compiling ec_asn1.cc
[1578/1713] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1579/1713] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1580/1713] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1581/1713] Compiling NIOHTTP2 HTTP2StreamID.swift
[1582/1713] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1583/1713] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1584/1713] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1585/1713] Compiling NIOHTTP2 InboundEventBuffer.swift
[1585/1721] Compiling params.cc
[1586/1721] Compiling digest_extra.cc
[1587/1721] Compiling dh_asn1.cc
[1588/1721] Compiling x25519-asm-arm.S
[1589/1721] Compiling curve25519_64_adx.cc
[1590/1721] Compiling des.cc
[1592/1721] Emitting module NIOHTTP2
[1592/1721] Compiling spake25519.cc
[1593/1721] Compiling cpu_intel.cc
[1594/1721] Compiling crypto.cc
[1595/1721] Compiling cpu_arm_linux.cc
[1596/1721] Compiling curve25519.cc
[1597/1721] Compiling cpu_arm_freebsd.cc
[1598/1721] Compiling cpu_aarch64_win.cc
[1599/1721] Compiling cpu_aarch64_sysreg.cc
[1601/1721] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1602/1721] Compiling NIOHTTP2 HTTP2Frame.swift
[1602/1721] Compiling cpu_aarch64_openbsd.cc
[1603/1721] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1604/1721] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1605/1721] Compiling NIOHTTP2 HTTP2PingData.swift
[1606/1721] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1607/1721] Compiling NIOHTTP2 HTTP2Settings.swift
[1608/1721] Compiling NIOHTTP2 HTTP2Stream.swift
[1609/1721] Compiling cpu_aarch64_linux.cc
[1610/1721] Compiling cpu_aarch64_fuchsia.cc
[1611/1721] Compiling cpu_aarch64_apple.cc
[1612/1721] Compiling e_null.cc
[1613/1721] Compiling conf.cc
[1614/1721] Compiling tls_cbc.cc
[1615/1721] Compiling e_tls.cc
[1616/1721] Compiling e_rc2.cc
[1617/1721] Compiling e_rc4.cc
[1619/1721] Compiling NIOHTTP2 InboundWindowManager.swift
[1620/1721] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1621/1721] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1622/1721] Compiling NIOHTTP2 StreamChannelList.swift
[1623/1721] Compiling NIOHTTP2 StreamMap.swift
[1624/1721] Compiling NIOHTTP2 StreamStateMachine.swift
[1625/1721] Compiling NIOHTTP2 UnsafeTransfer.swift
[1626/1721] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1626/1721] Compiling e_aesgcmsiv.cc
[1627/1721] Compiling e_chacha20poly1305.cc
[1628/1721] Compiling e_des.cc
[1630/1721] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1631/1721] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1632/1721] Compiling NIOHTTP2 HasLocalSettings.swift
[1633/1721] Compiling NIOHTTP2 HasRemoteSettings.swift
[1634/1721] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1635/1721] Compiling NIOHTTP2 QuiescingState.swift
[1636/1721] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1637/1721] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1638/1721] Compiling NIOHTTP2 MaySendFrames.swift
[1639/1721] Compiling NIOHTTP2 SendingDataState.swift
[1640/1721] Compiling NIOHTTP2 SendingGoawayState.swift
[1641/1721] Compiling NIOHTTP2 SendingHeadersState.swift
[1642/1721] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1643/1721] Compiling NIOHTTP2 SendingRstStreamState.swift
[1644/1721] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1645/1721] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1646/1721] Compiling NIOHTTP2 StateMachineResult.swift
[1649/1721] Compiling NIOHTTP2 Error+Any.swift
[1650/1721] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1651/1721] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1652/1721] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1653/1721] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1654/1721] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1655/1721] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1656/1721] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1657/1721] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1658/1721] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1659/1721] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1660/1721] Compiling NIOHTTP2 HTTP2Error.swift
[1661/1721] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1662/1721] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1663/1721] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1664/1721] Compiling NIOHTTP2 MayReceiveFrames.swift
[1665/1721] Compiling NIOHTTP2 ReceivingDataState.swift
[1666/1721] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1667/1721] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1668/1721] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1669/1721] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1670/1721] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1670/1721] Compiling e_aesctrhmac.cc
[1671/1722] Compiling derive_key.cc
[1673/1722] Compiling chacha.cc
[1674/1722] Compiling cipher_extra.cc
[1675/1722] Compiling cbb.cc
[1676/1722] Compiling unicode.cc
[1677/1722] Compiling asn1_compat.cc
[1678/1722] Compiling buf.cc
[1679/1722] Compiling ber.cc
[1680/1722] Compiling cbs.cc
[1681/1722] Compiling bn_asn1.cc
[1682/1722] Compiling printf.cc
[1683/1722] Compiling convert.cc
[1684/1722] Compiling blake2.cc
[1685/1722] Compiling pair.cc
[1686/1722] Compiling fd.cc
[1687/1722] Compiling hexdump.cc
[1688/1722] Compiling file.cc
[1689/1722] Compiling errno.cc
[1690/1722] Compiling base64.cc
[1691/1722] Compiling bio_mem.cc
[1692/1722] Compiling tasn_fre.cc
[1693/1722] Compiling bio.cc
[1694/1722] Compiling tasn_typ.cc
[1695/1722] Compiling tasn_new.cc
[1696/1722] Compiling tasn_utl.cc
[1697/1722] Compiling tasn_enc.cc
[1698/1722] Compiling posix_time.cc
[1699/1722] Compiling f_string.cc
[1700/1722] Compiling tasn_dec.cc
[1701/1722] Compiling f_int.cc
[1702/1722] Compiling asn_pack.cc
[1703/1722] Compiling a_utctm.cc
[1704/1722] Compiling asn1_lib.cc
[1705/1722] Compiling asn1_par.cc
[1706/1722] Compiling a_type.cc
[1707/1722] Compiling a_time.cc
[1708/1722] Compiling a_octet.cc
[1709/1722] Compiling a_strnid.cc
[1710/1722] Compiling a_strex.cc
[1711/1722] Compiling a_object.cc
[1712/1722] Compiling a_mbstr.cc
[1713/1722] Compiling a_i2d_fp.cc
[1714/1722] Write sources
[1715/1722] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1716/1722] Compiling a_d2i_fp.cc
[1717/1722] Compiling a_dup.cc
[1718/1722] Compiling a_int.cc
[1719/1722] Compiling a_gentm.cc
[1720/1835] Compiling a_bool.cc
[1721/1835] Compiling a_bitstr.cc
[1723/1843] Compiling AsyncHTTPClient RequestBodyLength.swift
[1724/1843] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1725/1843] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1726/1843] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1727/1843] Compiling AsyncHTTPClient Transaction.swift
[1728/1843] Compiling AsyncHTTPClient Base64.swift
[1729/1843] Compiling AsyncHTTPClient BasicAuth.swift
[1730/1850] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1731/1850] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1732/1850] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1733/1850] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1734/1850] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1735/1850] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1736/1850] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1737/1850] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1738/1850] Emitting module BitCollections
[1739/1850] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1740/1850] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1741/1850] Compiling AsyncHTTPClient ConnectionPool.swift
[1742/1850] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1743/1850] Compiling AsyncHTTPClient RequestOptions.swift
[1744/1850] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1745/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1746/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1747/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1748/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1749/1850] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1750/1850] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1751/1850] Compiling AsyncHTTPClient ConnectionTarget.swift
[1752/1850] Compiling AsyncHTTPClient DeconstructedURL.swift
[1753/1850] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1754/1850] Compiling AsyncHTTPClient FoundationExtensions.swift
[1755/1850] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1756/1850] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1757/1850] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1758/1850] Compiling AsyncHTTPClient HTTPClient.swift
[1759/1850] Compiling AsyncHTTPClient HTTPHandler.swift
[1760/1850] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1761/1850] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1762/1850] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1763/1850] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1764/1850] Compiling AsyncHTTPClient HTTP1Connection.swift
[1765/1850] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1766/1850] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1767/1850] Compiling AsyncHTTPClient HTTP2Connection.swift
[1768/1850] Emitting module AsyncHTTPClient
[1769/1858] Compiling BitCollections BitSet.Index.swift
[1770/1858] Compiling BitCollections BitSet._UnsafeHandle.swift
[1771/1858] Compiling BitCollections BitSet.swift
[1772/1858] Compiling BitCollections Range+Utilities.swift
[1773/1858] Compiling BitCollections Slice+Utilities.swift
[1774/1858] Compiling BitCollections UInt+Tricks.swift
[1775/1858] Compiling BitCollections _Word.swift
[1776/1858] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1777/1858] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1778/1858] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1779/1858] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1780/1858] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1781/1858] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1782/1858] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1783/1858] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1784/1859] Compiling CryptoBoringWrapper RandomBytes.swift
[1786/1859] Compiling CryptoBoringWrapper EllipticCurve.swift
[1787/1859] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1788/1859] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1789/1859] Emitting module CryptoBoringWrapper
[1790/1859] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1791/1859] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1801/1861] Compiling Collections Collections.swift
[1802/1861] Emitting module Collections
[1803/1862] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1814/1863] Compiling AsyncHTTPClient RequestBag.swift
[1815/1863] Compiling AsyncHTTPClient RequestValidation.swift
[1816/1863] Compiling AsyncHTTPClient SSLContextCache.swift
[1817/1863] Compiling AsyncHTTPClient Scheme.swift
[1818/1863] Compiling AsyncHTTPClient Singleton.swift
[1819/1863] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1820/1863] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1821/1863] Compiling AsyncHTTPClient Utils.swift
[1830/1975] Compiling Crypto ECDSASignature.swift
[1831/1975] Compiling Crypto PEMDocument.swift
[1832/1975] Compiling Crypto PKCS8PrivateKey.swift
[1833/1975] Compiling Crypto SEC1PrivateKey.swift
[1834/1975] Compiling Crypto SubjectPublicKeyInfo.swift
[1835/1975] Compiling Crypto CryptoKitErrors.swift
[1836/1975] Compiling Crypto Digest_boring.swift
[1837/1975] Compiling Crypto Digest.swift
[1838/1975] Compiling Crypto ASN1Boolean.swift
[1839/1975] Compiling Crypto ASN1Identifier.swift
[1840/1975] Compiling Crypto ASN1Integer.swift
[1841/1975] Compiling Crypto ASN1Null.swift
[1842/1975] Compiling Crypto ASN1OctetString.swift
[1843/1975] Compiling Crypto ASN1Strings.swift
[1844/1975] Compiling Crypto ArraySliceBigint.swift
[1845/1975] Compiling Crypto GeneralizedTime.swift
[1846/1975] Compiling Crypto ObjectIdentifier.swift
[1847/1975] Compiling Crypto Digests.swift
[1848/1975] Compiling Crypto HashFunctions.swift
[1849/1975] Compiling Crypto HashFunctions_SHA2.swift
[1850/1975] Compiling Crypto HPKE-AEAD.swift
[1851/1975] Compiling Crypto HPKE-Ciphersuite.swift
[1852/1975] Compiling Crypto HPKE-KDF.swift
[1853/1975] Compiling Crypto HPKE-KexKeyDerivation.swift
[1854/1975] Compiling Crypto HPKE-LabeledExtract.swift
[1855/1975] Compiling Crypto HPKE-Utils.swift
[1856/1975] Compiling Crypto DHKEM.swift
[1857/1975] Compiling Crypto HPKE-KEM-Curve25519.swift
[1858/1975] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1859/1975] Compiling Crypto HPKE-KEM.swift
[1860/1975] Compiling Crypto HPKE-Errors.swift
[1861/1975] Compiling Crypto HPKE.swift
[1862/1975] Compiling Crypto HPKE-Context.swift
[1863/1975] Compiling Crypto HPKE-KeySchedule.swift
[1870/1980] Compiling MultipartKit MultipartSerializer.swift
[1871/1980] Compiling MultipartKit Utilities.swift
[1873/1980] Compiling Crypto ChaChaPoly.swift
[1874/1980] Compiling Crypto Cipher.swift
[1875/1980] Compiling Crypto Nonces.swift
[1876/1980] Compiling Crypto AES-GCM.swift
[1877/1980] Compiling Crypto AES-GCM_boring.swift
[1878/1980] Compiling Crypto ChaChaPoly_boring.swift
[1879/1980] Compiling Crypto ASN1.swift
[1880/1980] Compiling Crypto ASN1Any.swift
[1881/1980] Compiling Crypto ASN1BitString.swift
[1882/1980] Emitting module MultipartKit
[1896/1980] Compiling AsyncKit Optional+StrictMap.swift
[1897/1980] Compiling AsyncKit Exports.swift
[1901/1981] Compiling Crypto SymmetricKeys.swift
[1902/1981] Compiling Crypto HMAC.swift
[1903/1981] Compiling Crypto MACFunctions.swift
[1904/1981] Compiling Crypto MessageAuthenticationCode.swift
[1905/1981] Compiling Crypto AES.swift
[1906/1981] Compiling Crypto ECDSASignature_boring.swift
[1907/1981] Compiling Crypto ECDSA_boring.swift
[1908/1981] Compiling Crypto EdDSA_boring.swift
[1909/1981] Compiling Crypto ECDSA.swift
[1910/1981] Compiling Crypto Ed25519.swift
[1921/1990] Compiling Crypto HKDF.swift
[1922/1990] Compiling Crypto AESWrap.swift
[1923/1990] Compiling Crypto AESWrap_boring.swift
[1924/1990] Compiling Crypto Ed25519_boring.swift
[1925/1990] Compiling Crypto NISTCurvesKeys_boring.swift
[1926/1990] Compiling Crypto X25519Keys_boring.swift
[1927/1990] Compiling Crypto Curve25519.swift
[1928/1990] Compiling Crypto Ed25519Keys.swift
[1929/1990] Compiling Crypto NISTCurvesKeys.swift
[1930/1990] Compiling Crypto X25519Keys.swift
[1931/1990] Emitting module Crypto
[1942/1990] Emitting module AsyncKit
[1956/1990] Compiling Crypto HPKE-Modes.swift
[1957/1990] Compiling Crypto Insecure.swift
[1958/1990] Compiling Crypto Insecure_HashFunctions.swift
[1959/1990] Compiling Crypto KEM.swift
[1960/1990] Compiling Crypto ECDH_boring.swift
[1961/1990] Compiling Crypto DH.swift
[1962/1990] Compiling Crypto ECDH.swift
[1973/1990] Compiling Crypto Signature.swift
[1974/1990] Compiling Crypto CryptoKitErrors_boring.swift
[1975/1990] Compiling Crypto RNG_boring.swift
[1976/1990] Compiling Crypto SafeCompare_boring.swift
[1977/1990] Compiling Crypto Zeroization_boring.swift
[1978/1990] Compiling Crypto PrettyBytes.swift
[1979/1990] Compiling Crypto SafeCompare.swift
[1980/1990] Compiling Crypto SecureBytes.swift
[1981/1990] Compiling Crypto Zeroization.swift
[1993/2161] Compiling Vapor Application.swift
[1994/2161] Compiling Vapor AuthenticationCache.swift
[1995/2161] Compiling Vapor Authenticator.swift
[1996/2161] Compiling Vapor BasicAuthorization.swift
[1997/2161] Compiling Vapor BearerAuthorization.swift
[1998/2161] Compiling Vapor GuardMiddleware.swift
[1999/2161] Compiling Vapor RedirectMiddleware.swift
[2000/2161] Compiling Vapor SessionAuthenticatable.swift
[2001/2161] Compiling Vapor Bcrypt.swift
[2002/2161] Compiling Vapor Application+Cache.swift
[2003/2161] Compiling Vapor Cache.swift
[2004/2161] Compiling Vapor CacheExpirationTime.swift
[2005/2161] Compiling Vapor MemoryCache.swift
[2006/2161] Compiling Vapor Request+Cache.swift
[2007/2161] Compiling Vapor Application+Clients.swift
[2008/2161] Compiling Vapor Client.swift
[2009/2161] Compiling Vapor ClientRequest.swift
[2010/2161] Compiling Vapor ClientResponse.swift
[2011/2161] Compiling Vapor Request+Client.swift
[2012/2161] Compiling Vapor BootCommand.swift
[2013/2161] Compiling Vapor CommandContext+Application.swift
[2014/2161] Compiling Vapor RoutesCommand.swift
[2015/2161] Compiling Vapor ServeCommand.swift
[2016/2161] Compiling Vapor AnyResponse+Concurrency.swift
[2017/2185] Emitting module Vapor
[2018/2209] Compiling Vapor Service.swift
[2019/2209] Compiling Vapor Application+Sessions.swift
[2020/2209] Compiling Vapor MemorySessions.swift
[2021/2209] Compiling Vapor Request+Session.swift
[2022/2209] Compiling Vapor Session.swift
[2023/2209] Compiling Vapor SessionCache.swift
[2024/2209] Compiling Vapor SessionData.swift
[2025/2209] Compiling Vapor SessionDriver.swift
[2026/2209] Compiling Vapor SessionsConfiguration.swift
[2027/2209] Compiling Vapor SessionsMiddleware.swift
[2028/2209] Compiling Vapor URLEncodedFormData.swift
[2029/2209] Compiling Vapor URLEncodedFormDecoder.swift
[2030/2209] Compiling Vapor URLEncodedFormEncoder.swift
[2031/2209] Compiling Vapor URLEncodedFormError.swift
[2032/2209] Compiling Vapor URLEncodedFormParser.swift
[2033/2209] Compiling Vapor URLEncodedFormSerializer.swift
[2034/2209] Compiling Vapor URLQueryFragmentConvertible.swift
[2035/2209] Compiling Vapor AnyResponse.swift
[2036/2209] Compiling Vapor Array+Random.swift
[2037/2209] Compiling Vapor Base32.swift
[2038/2209] Compiling Vapor Base64.swift
[2039/2209] Compiling Vapor BaseN.swift
[2040/2209] Compiling Vapor BasicCodingKey.swift
[2041/2209] Compiling Vapor ByteCount.swift
[2042/2209] Compiling Vapor Request+Body.swift
[2043/2209] Compiling Vapor Request+BodyStream.swift
[2044/2209] Compiling Vapor Request.swift
[2045/2209] Compiling Vapor Application+Responder.swift
[2046/2209] Compiling Vapor DefaultResponder.swift
[2047/2209] Compiling Vapor Response+Body.swift
[2048/2209] Compiling Vapor Response.swift
[2049/2209] Compiling Vapor ResponseCodable.swift
[2050/2209] Compiling Vapor Application+Routes.swift
[2051/2209] Compiling Vapor Parameters+Require.swift
[2052/2209] Compiling Vapor Request+WebSocket.swift
[2053/2209] Compiling Vapor Route.swift
[2054/2209] Compiling Vapor RouteCollection.swift
[2055/2209] Compiling Vapor Routes.swift
[2056/2209] Compiling Vapor RoutesBuilder+Group.swift
[2057/2209] Compiling Vapor RoutesBuilder+Method.swift
[2058/2209] Compiling Vapor RoutesBuilder+Middleware.swift
[2059/2209] Compiling Vapor RoutesBuilder+WebSocket.swift
[2060/2209] Compiling Vapor RoutesBuilder.swift
[2061/2209] Compiling Vapor OTP.swift
[2062/2209] Compiling Vapor Application+Servers.swift
[2063/2209] Compiling Vapor Server.swift
[2064/2209] Compiling Vapor App+Service.swift
[2065/2209] Compiling Vapor Req+Service.swift
[2066/2209] Compiling Vapor Bytes+Hex.swift
[2067/2209] Compiling Vapor Bytes+SecureCompare.swift
[2068/2209] Compiling Vapor Collection+Safe.swift
[2069/2209] Compiling Vapor DataProtocol+Copy.swift
[2070/2209] Compiling Vapor DecoderUnwrapper.swift
[2071/2209] Compiling Vapor DirectoryConfiguration.swift
[2072/2209] Compiling Vapor DotEnv.swift
[2073/2209] Compiling Vapor Extendable.swift
[2074/2209] Compiling Vapor File.swift
[2075/2209] Compiling Vapor FileIO.swift
[2076/2209] Compiling Vapor LifecycleHandler.swift
[2077/2209] Compiling Vapor OptionalType.swift
[2078/2209] Compiling Vapor RFC1123.swift
[2079/2209] Compiling Vapor SocketAddress+Hostname.swift
[2080/2209] Compiling Vapor Storage.swift
[2081/2209] Compiling Vapor String+IsIPAddress.swift
[2082/2209] Compiling Vapor Thread.swift
[2083/2209] Compiling Vapor URI.swift
[2084/2209] Compiling Vapor RangeResult.swift
[2085/2209] Compiling Vapor Validatable.swift
[2086/2209] Compiling Vapor Validation.swift
[2087/2209] Compiling Vapor ValidationKey.swift
[2088/2209] Compiling Vapor Validations.swift
[2089/2209] Compiling Vapor ValidationsError.swift
[2090/2209] Compiling Vapor Validator.swift
[2091/2209] Compiling Vapor ValidatorResult.swift
[2092/2209] Compiling Vapor And.swift
[2093/2209] Compiling Vapor Case.swift
[2094/2209] Compiling Vapor CharacterSet.swift
[2095/2209] Compiling Vapor Count.swift
[2096/2209] Compiling Vapor Custom.swift
[2097/2209] Compiling Vapor Email.swift
[2098/2209] Compiling Vapor Empty.swift
[2099/2209] Compiling Vapor In.swift
[2100/2209] Compiling Vapor Nil.swift
[2101/2209] Compiling Vapor NilIgnoring.swift
[2102/2209] Compiling Vapor Not.swift
[2103/2209] Compiling Vapor Or.swift
[2104/2209] Compiling Vapor Pattern.swift
[2105/2209] Compiling Vapor Range.swift
[2106/2209] Compiling Vapor URL.swift
[2107/2209] Compiling Vapor Valid.swift
[2108/2209] Compiling Vapor Application+Views.swift
[2109/2209] Compiling Vapor PlaintextRenderer.swift
[2110/2209] Compiling Vapor Request+View.swift
[2111/2209] Compiling Vapor View.swift
[2112/2209] Compiling Vapor ViewRenderer.swift
[2113/2209] Compiling Vapor _Deprecations.swift
[2114/2209] Compiling Vapor Core.swift
[2115/2209] Compiling Vapor Running.swift
[2116/2209] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2117/2209] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2118/2209] Compiling Vapor DotEnvFile+load.swift
[2119/2209] Compiling Vapor Routes+caseInsenstive.swift
[2120/2209] Compiling Vapor Validatable+validate.swift
[2121/2209] Compiling Vapor Environment+Process.swift
[2122/2209] Compiling Vapor Environment+Secret.swift
[2123/2209] Compiling Vapor Environment.swift
[2124/2209] Compiling Vapor Abort.swift
[2125/2209] Compiling Vapor AbortError.swift
[2126/2209] Compiling Vapor DebuggableError.swift
[2127/2209] Compiling Vapor Demangler.swift
[2128/2209] Compiling Vapor ErrorSource.swift
[2129/2209] Compiling Vapor StackTrace.swift
[2130/2209] Compiling Vapor Exports.swift
[2131/2209] Compiling Vapor Application+HTTP.swift
[2132/2209] Compiling Vapor BasicResponder.swift
[2133/2209] Compiling Vapor BodyStream.swift
[2134/2209] Compiling Vapor Application+HTTP+Client.swift
[2135/2209] Compiling Vapor EventLoopHTTPClient.swift
[2136/2209] Compiling Vapor EndpointCache.swift
[2137/2209] Compiling Vapor HTTPMethod+String.swift
[2138/2209] Compiling Vapor HTTPServerResponseEncoder.swift
[2139/2209] Compiling Vapor HTTPServerUpgradeHandler.swift
[2140/2209] Compiling Vapor Logger+Report.swift
[2141/2209] Compiling Vapor LoggingSystem+Environment.swift
[2142/2209] Compiling Vapor Application+Middleware.swift
[2143/2209] Compiling Vapor CORSMiddleware.swift
[2144/2209] Compiling Vapor ErrorMiddleware.swift
[2145/2209] Compiling Vapor FileMiddleware.swift
[2146/2209] Compiling Vapor Middleware.swift
[2147/2209] Compiling Vapor MiddlewareConfiguration.swift
[2148/2209] Compiling Vapor ResponseCompressionMiddleware.swift
[2149/2209] Compiling Vapor RouteLoggingMiddleware.swift
[2150/2209] Compiling Vapor TracingMiddleware.swift
[2151/2209] Compiling Vapor File+Multipart.swift
[2152/2209] Compiling Vapor FormDataDecoder+Content.swift
[2153/2209] Compiling Vapor FormDataEncoder+Content.swift
[2154/2209] Compiling Vapor Application+Password.swift
[2155/2209] Compiling Vapor Application+Passwords.swift
[2156/2209] Compiling Vapor AsyncPasswordHasher.swift
[2157/2209] Compiling Vapor BcryptHasher.swift
[2158/2209] Compiling Vapor PasswordHasher.swift
[2159/2209] Compiling Vapor PlaintextHasher.swift
[2160/2209] Compiling Vapor Request+Password.swift
[2161/2209] Compiling Vapor Redirect.swift
[2162/2209] Compiling Vapor AsyncBasicResponder.swift
[2163/2209] Compiling Vapor AsyncMiddleware.swift
[2164/2209] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2165/2209] Compiling Vapor AsyncSessionDriver.swift
[2166/2209] Compiling Vapor Authentication+Concurrency.swift
[2167/2209] Compiling Vapor Cache+Concurrency.swift
[2168/2209] Compiling Vapor Client+Concurrency.swift
[2169/2209] Compiling Vapor RequestBody+Concurrency.swift
[2170/2209] Compiling Vapor Responder+Concurrency.swift
[2171/2209] Compiling Vapor ResponseCodable+Concurrency.swift
[2172/2209] Compiling Vapor RoutesBuilder+Concurrency.swift
[2173/2209] Compiling Vapor ViewRenderer+Concurrency.swift
[2174/2209] Compiling Vapor WebSocket+Concurrency.swift
[2175/2209] Compiling Vapor ContainerGetPathExecutor.swift
[2176/2209] Compiling Vapor Content.swift
[2177/2209] Compiling Vapor ContentCoders.swift
[2178/2209] Compiling Vapor ContentConfiguration.swift
[2179/2209] Compiling Vapor ContentContainer.swift
[2180/2209] Compiling Vapor JSONCoder+Custom.swift
[2181/2209] Compiling Vapor JSONCoders+Content.swift
[2182/2209] Compiling Vapor PlaintextDecoder.swift
[2183/2209] Compiling Vapor PlaintextEncoder.swift
[2184/2209] Compiling Vapor URLQueryCoders.swift
[2185/2209] Compiling Vapor URLQueryContainer.swift
[2186/2209] Compiling Vapor HTTPStatus.swift
[2187/2209] Compiling Vapor HTTPCookies.swift
[2188/2209] Compiling Vapor HTTPHeaderCacheControl.swift
[2189/2209] Compiling Vapor HTTPHeaderExpires.swift
[2190/2209] Compiling Vapor HTTPHeaderLastModified.swift
[2191/2209] Compiling Vapor HTTPHeaders+Cache.swift
[2192/2209] Compiling Vapor HTTPHeaders+Connection.swift
[2193/2209] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2194/2209] Compiling Vapor HTTPHeaders+ContentRange.swift
[2195/2209] Compiling Vapor HTTPHeaders+Directive.swift
[2196/2209] Compiling Vapor HTTPHeaders+Forwarded.swift
[2197/2209] Compiling Vapor HTTPHeaders+Link.swift
[2198/2209] Compiling Vapor HTTPHeaders+Name.swift
[2199/2209] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2200/2209] Compiling Vapor HTTPHeaders.swift
[2201/2209] Compiling Vapor HTTPMediaType.swift
[2202/2209] Compiling Vapor HTTPMediaTypePreference.swift
[2203/2209] Compiling Vapor Responder.swift
[2204/2209] Compiling Vapor Application+HTTP+Server.swift
[2205/2209] Compiling Vapor HTTPServer.swift
[2206/2209] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2207/2209] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2208/2209] Compiling Vapor HTTPServerHandler.swift
[2209/2209] Compiling Vapor HTTPServerRequestDecoder.swift
[2211/2231] Emitting module Queues
[2212/2233] Compiling Queues RepeatedTask+Cancel.swift
[2213/2233] Compiling Queues Request+Queues.swift
[2214/2233] Compiling Queues QueuesConfiguration.swift
[2215/2233] Compiling Queues QueuesDriver.swift
[2216/2233] Compiling Queues QueuesEventLoopPreference.swift
[2217/2233] Compiling Queues AsyncQueue.swift
[2218/2233] Compiling Queues AsyncScheduledJob.swift
[2219/2233] Compiling Queues Exports.swift
[2220/2233] Compiling Queues Application+Queues.swift
[2221/2233] Compiling Queues AsyncJob.swift
[2222/2233] Compiling Queues AsyncJobEventDelegate.swift
[2223/2233] Compiling Queues Job.swift
[2224/2233] Compiling Queues JobData.swift
[2225/2233] Compiling Queues JobIdentifier.swift
[2226/2233] Compiling Queues NotificationHook.swift
[2227/2233] Compiling Queues Queue.swift
[2228/2233] Compiling Queues QueueContext.swift
[2229/2233] Compiling Queues QueueName.swift
[2230/2233] Compiling Queues QueueWorker.swift
[2231/2233] Compiling Queues QueuesCommand.swift
[2232/2233] Compiling Queues ScheduleBuilder.swift
[2233/2233] Compiling Queues ScheduledJob.swift
[2235/2236] Emitting module XCTQueues
[2236/2236] Compiling XCTQueues TestQueueDriver.swift
Build complete! (376.77s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.104.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    }
  ],
  "manifest_display_name" : "queues",
  "name" : "queues",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Queues",
      "targets" : [
        "Queues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTQueues",
      "targets" : [
        "XCTQueues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTQueues",
      "module_type" : "SwiftTarget",
      "name" : "XCTQueues",
      "path" : "Sources/XCTQueues",
      "product_memberships" : [
        "XCTQueues"
      ],
      "sources" : [
        "TestQueueDriver.swift"
      ],
      "target_dependencies" : [
        "Queues"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QueuesTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesTests",
      "path" : "Tests/QueuesTests",
      "product_dependencies" : [
        "XCTVapor",
        "MetricsTestKit"
      ],
      "sources" : [
        "AsyncQueueTests.swift",
        "MetricsTests.swift",
        "QueueTests.swift",
        "ScheduleBuilderTests.swift",
        "Utilities.swift",
        "Utilities/FailingAsyncJob.swift",
        "Utilities/Failure.swift",
        "Utilities/MyAsyncJob.swift"
      ],
      "target_dependencies" : [
        "Queues",
        "XCTQueues"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Queues",
      "module_type" : "SwiftTarget",
      "name" : "Queues",
      "path" : "Sources/Queues",
      "product_dependencies" : [
        "Vapor",
        "NIOCore",
        "Metrics"
      ],
      "product_memberships" : [
        "Queues",
        "XCTQueues"
      ],
      "sources" : [
        "Application+Queues.swift",
        "AsyncJob.swift",
        "AsyncJobEventDelegate.swift",
        "AsyncQueue.swift",
        "AsyncScheduledJob.swift",
        "Exports.swift",
        "Job.swift",
        "JobData.swift",
        "JobIdentifier.swift",
        "NotificationHook.swift",
        "Queue.swift",
        "QueueContext.swift",
        "QueueName.swift",
        "QueueWorker.swift",
        "QueuesCommand.swift",
        "QueuesConfiguration.swift",
        "QueuesDriver.swift",
        "QueuesEventLoopPreference.swift",
        "RepeatedTask+Cancel.swift",
        "Request+Queues.swift",
        "ScheduleBuilder.swift",
        "ScheduledJob.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.