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 MixpanelVapor, reference 2.1.0 (c7de53), with Swift 6.1 for Android on 30 May 2025 23:16:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/MixpanelVapor.git
Reference: 2.1.0
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/petrpavlik/MixpanelVapor
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at c7de53f Add VSCode settings to exclude build files from the workspace
Cloned https://github.com/petrpavlik/MixpanelVapor.git
Revision (git rev-parse @):
c7de53f768d318d80ca2889b712acaa8558f7c72
SUCCESS checkout https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/petrpavlik/MixpanelVapor.git
https://github.com/petrpavlik/MixpanelVapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "uaparserswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/malcommac/UAParserSwift.git"
    },
    {
      "identity" : "fakery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vadymmarkov/Fakery.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "MixpanelVapor",
  "name" : "MixpanelVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MixpanelVapor",
      "targets" : [
        "MixpanelVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MixpanelVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVaporTests",
      "path" : "Tests/MixpanelVaporTests",
      "product_dependencies" : [
        "Fakery",
        "XCTVapor"
      ],
      "sources" : [
        "MixpanelVaporTests.swift"
      ],
      "target_dependencies" : [
        "MixpanelVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MixpanelVapor",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVapor",
      "path" : "Sources/MixpanelVapor",
      "product_dependencies" : [
        "Vapor",
        "UAParserSwift",
        "Logging",
        "Atomics"
      ],
      "product_memberships" : [
        "MixpanelVapor"
      ],
      "sources" : [
        "Application+Mixpanel.swift",
        "BatchLogRecordProcessor.swift",
        "Constants.swift",
        "LifecycleHandler.swift",
        "MixpanelProperty.swift",
        "MixpanelVapor.swift",
        "Request+Mixpanel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/malcommac/UAParserSwift.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vadymmarkov/Fakery.git
Fetching https://github.com/vapor/vapor.git
[1/3293] Fetching fakery
[100/7129] Fetching fakery, swift-log
[605/7421] Fetching fakery, swift-log, uaparserswift
[3465/9138] Fetching fakery, swift-log, uaparserswift, swift-atomics
[9139/83516] Fetching fakery, swift-log, uaparserswift, swift-atomics, vapor
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.52s)
[17028/83224] Fetching fakery, swift-log, swift-atomics, vapor
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[14680/79388] Fetching fakery, swift-atomics, vapor
Fetched https://github.com/vadymmarkov/Fakery.git from cache (2.18s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.18s)
Fetched https://github.com/vapor/vapor.git from cache (2.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.19s)
Computing version for https://github.com/vadymmarkov/Fakery.git
Computed https://github.com/vadymmarkov/Fakery.git at 5.1.0 (2.01s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.58s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[448/4382] Fetching swift-service-context, multipart-kit
[2160/6991] Fetching swift-service-context, multipart-kit, websocket-kit
[2682/11965] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing
[3432/17924] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-algorithms
[6838/20130] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-algorithms, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.39s)
[14762/17521] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-algorithms, swift-metrics
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.53s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[1097/9242] Fetching multipart-kit, swift-nio-extras
[6784/29969] Fetching multipart-kit, swift-nio-extras, routing-kit
[10337/41496] Fetching multipart-kit, swift-nio-extras, routing-kit, swift-nio-http2
[25632/56339] Fetching multipart-kit, swift-nio-extras, routing-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.58s)
[20302/50416] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[21275/126539] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[42415/140475] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.42s)
[60507/119748] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.01s)
Fetching https://github.com/vapor/console-kit.git
[58136/116429] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.62s)
[58501/104902] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[63654/110655] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.46s)
[73875/104902] Fetching swift-nio-ssl, swift-nio, swift-crypto
[74015/118916] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
[89813/121286] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.49s)
[93796/118916] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.88s)
[84282/104073] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.46s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.66s)
Fetched https://github.com/apple/swift-nio.git from cache (6.44s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (7.48s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.22s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.31s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.96s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.53s)
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.67s)
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.14s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.54s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.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/1141] Fetching swift-http-structured-headers
[24/2731] Fetching swift-http-structured-headers, swift-asn1
[2310/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[2678/10142] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
[1/904] Fetching swift-http-types
[905/7059] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
[1970/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.57s)
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.95s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.01s)
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.76s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.92s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.80s)
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.88s)
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.81s)
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.78s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.91s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/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/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/malcommac/UAParserSwift.git
Working copy of https://github.com/malcommac/UAParserSwift.git resolved at 1.2.1
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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vadymmarkov/Fakery.git
Working copy of https://github.com/vadymmarkov/Fakery.git resolved at 5.1.0
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
Building for debugging...
[0/832] Write sources
[48/832] Compiling _NumericsShims _NumericsShims.c
[49/832] Compiling _AtomicsShims.c
[50/832] Compiling CNIOWindows WSAStartup.c
[51/832] Compiling CNIOWASI CNIOWASI.c
[52/832] Compiling CNIOWindows shim.c
[53/832] Compiling CVaporBcrypt blf.c
[54/832] Compiling CNIOLinux liburing_shims.c
[55/832] Compiling CSystem shims.c
[56/832] Compiling CNIOLLHTTP c_nio_http.c
[57/832] Compiling CNIOSHA1 c_nio_sha1.c
[58/832] Compiling CNIOExtrasZlib empty.c
[59/832] Write swift-version-24593BA9C3E375BF.txt
[59/832] Compiling CNIOLinux shim.c
[59/832] Compiling CVaporBcrypt bcrypt.c
[62/832] Compiling CNIODarwin shim.c
[63/832] Compiling CNIOLLHTTP c_nio_api.c
[64/832] Compiling fiat_p256_adx_sqr.S
[65/832] Compiling fiat_p256_adx_mul.S
[66/832] Compiling fiat_curve25519_adx_square.S
[67/832] Compiling fiat_curve25519_adx_mul.S
[68/878] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/886] Compiling CNIOBoringSSLShims shims.c
[71/900] Compiling _NIODataStructures PriorityQueue.swift
[72/900] Compiling ServiceContextModule ServiceContextKey.swift
[73/900] Emitting module _NIODataStructures
[74/900] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/900] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/900] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/900] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/900] Emitting module InternalCollectionsUtilities
[79/900] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/900] Compiling InternalCollectionsUtilities Integer rank.swift
[81/901] Emitting module _NIOBase64
[82/901] Compiling _NIOBase64 Base64.swift
[83/901] Compiling InternalCollectionsUtilities Descriptions.swift
[84/901] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/901] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/901] Compiling InternalCollectionsUtilities Debugging.swift
[87/901] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/902] Compiling _NIODataStructures Heap.swift
[91/902] Compiling _NIODataStructures _TinyArray.swift
[93/904] Compiling SystemPackage MachPort.swift
[94/904] Compiling SystemPackage PlatformString.swift
[95/904] Compiling SystemPackage SystemString.swift
[96/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[97/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/907] Compiling RealModule Float80+Real.swift
[99/907] Compiling RealModule Real.swift
[100/907] Emitting module ServiceContextModule
[101/907] Compiling ServiceContextModule ServiceContext.swift
[102/908] Compiling RealModule ElementaryFunctions.swift
[103/908] Emitting module RealModule
[106/908] Emitting module SystemPackage
[107/908] Compiling RealModule Float+Real.swift
[108/908] Compiling RealModule Float16+Real.swift
[109/908] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/909] Compiling RealModule RealFunctions.swift
[123/938] Compiling Instrumentation Instrument.swift
[124/938] Compiling Atomics Primitives.shims.swift
[125/938] Compiling Atomics AtomicInteger.swift
[126/938] Compiling Atomics AtomicOptionalWrappable.swift
[127/940] Compiling Instrumentation NoOpInstrument.swift
[128/940] Emitting module Instrumentation
[129/940] Compiling Atomics ManagedAtomic.swift
[130/940] Compiling Atomics ManagedAtomicLazyReference.swift
[131/940] Compiling Atomics UnsafeAtomic.swift
[132/940] Compiling Atomics UnsafeAtomicLazyReference.swift
[133/962] Compiling _RopeModule BigString+TextOutputStream.swift
[134/962] Compiling _RopeModule BigString+Builder.swift
[135/987] Compiling Instrumentation MultiplexInstrument.swift
[136/994] Compiling Instrumentation InstrumentationSystem.swift
[137/1008] Compiling _RopeModule BigString+Chunk+Splitting.swift
[138/1008] Compiling _RopeModule BigString+Chunk.swift
[139/1008] Compiling _RopeModule BigString+BidirectionalCollection.swift
[140/1008] Compiling _RopeModule BigString+Summary.swift
[141/1008] Compiling _RopeModule BigString.swift
[142/1008] Compiling _RopeModule BigString+Contents.swift
[143/1008] Compiling _RopeModule BigString+Debugging.swift
[144/1008] Compiling _RopeModule BigString+Index.swift
[144/1008] Compiling tls_record.cc
[146/1063] Compiling CoreMetrics Metrics.swift
[147/1063] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[148/1063] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[149/1063] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[150/1063] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[151/1063] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[152/1063] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[153/1063] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[154/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[155/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[156/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[157/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/1070] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[166/1070] Compiling OrderedCollections OrderedSet+Sendable.swift
[167/1070] Compiling OrderedCollections OrderedSet+SubSequence.swift
[168/1070] Compiling OrderedCollections OrderedSet+Testing.swift
[169/1070] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[170/1070] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[171/1070] Compiling OrderedCollections OrderedSet.swift
[172/1070] Compiling OrderedCollections _UnsafeBitset.swift
[173/1070] Compiling _RopeModule Rope+Sequence.swift
[174/1070] Compiling _RopeModule Rope+Append.swift
[175/1070] Compiling _RopeModule Rope+Extract.swift
[176/1070] Compiling _RopeModule Rope+Find.swift
[177/1070] Compiling _RopeModule Rope+ForEachWhile.swift
[178/1070] Compiling _RopeModule Rope+Insert.swift
[179/1079] Compiling Instrumentation Locks.swift
[180/1079] Emitting module CoreMetrics
[181/1079] Compiling CoreMetrics Locks.swift
[182/1080] Emitting module Logging
[183/1081] Compiling Logging Locks.swift
[184/1081] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[185/1081] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[186/1081] Compiling Logging MetadataProvider.swift
[187/1081] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[188/1081] Compiling OrderedCollections OrderedDictionary+Values.swift
[189/1081] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[190/1081] Compiling OrderedCollections OrderedDictionary+Elements.swift
[191/1081] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[192/1081] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[193/1081] Compiling OrderedCollections OrderedDictionary+Codable.swift
[194/1081] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[195/1081] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[196/1081] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[197/1081] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[198/1081] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[199/1081] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[200/1081] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[201/1082] Compiling OrderedCollections OrderedDictionary.swift
[202/1082] Compiling OrderedCollections OrderedSet+Codable.swift
[203/1082] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[204/1082] Compiling OrderedCollections OrderedSet+Descriptions.swift
[205/1082] Compiling OrderedCollections OrderedSet+Diffing.swift
[206/1082] Compiling OrderedCollections OrderedSet+Equatable.swift
[207/1082] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[208/1082] Compiling OrderedCollections OrderedSet+Hashable.swift
[209/1082] Compiling OrderedCollections OrderedSet+Initializers.swift
[210/1082] Compiling OrderedCollections OrderedSet+Insertions.swift
[211/1082] Compiling OrderedCollections OrderedSet+Invariants.swift
[212/1082] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[213/1082] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[214/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[215/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[216/1082] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[217/1082] Compiling Logging LogHandler.swift
[218/1082] Compiling Logging Logging.swift
[239/1106] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[240/1106] Emitting module Atomics
[241/1106] Compiling HeapModule Heap+Descriptions.swift
[242/1106] Compiling Tracing InstrumentationSystem+Tracing.swift
[243/1106] Emitting module RoutingKit
[244/1106] Compiling RoutingKit AnyRouter.swift
[245/1106] Compiling HeapModule _HeapNode.swift
[246/1106] Compiling RoutingKit PathComponent.swift
[247/1106] Compiling Tracing TracingTime.swift
[248/1106] Compiling Tracing TracerProtocol.swift
[249/1106] Compiling OrderedCollections _HashTable+Bucket.swift
[250/1106] Compiling OrderedCollections _HashTable+BucketIterator.swift
[251/1106] Compiling OrderedCollections _HashTable+Constants.swift
[252/1106] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[253/1106] Compiling OrderedCollections _HashTable+Testing.swift
[254/1106] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[255/1106] Compiling OrderedCollections _HashTable.swift
[256/1106] Compiling OrderedCollections _Hashtable+Header.swift
[279/1106] Emitting module Tracing
[280/1106] Compiling HeapModule Heap+Invariants.swift
[281/1106] Compiling HeapModule Heap.swift
[282/1106] Compiling HeapModule Heap+UnsafeHandle.swift
[283/1106] Compiling RoutingKit Router.swift
[284/1106] Compiling RoutingKit TrieRouter.swift
[285/1106] Compiling Tracing TracerProtocol+Legacy.swift
[286/1106] Emitting module UAParserSwift
[287/1106] Compiling UAParserSwift UAParserSwift.swift
[288/1107] Compiling Tracing Tracer.swift
[289/1107] Emitting module HeapModule
[314/1109] Emitting module Metrics
[315/1109] Compiling Metrics Metrics.swift
[316/1110] Compiling Tracing NoOpTracer.swift
[317/1110] Compiling Tracing SpanProtocol.swift
[318/1112] Emitting module OrderedCollections
[319/1117] Emitting module _RopeModule
[320/1134] Compiling RoutingKit Parameters.swift
[325/1204] Compiling DequeModule _DequeBuffer.swift
[326/1204] Compiling DequeModule _DequeBufferHeader.swift
[327/1206] Compiling DequeModule Deque+CustomReflectable.swift
[328/1206] Compiling DequeModule Deque+Descriptions.swift
[329/1206] Compiling DequeModule Deque+Extras.swift
[330/1206] Compiling DequeModule Deque+Hashable.swift
[331/1206] Compiling DequeModule Deque+Equatable.swift
[332/1206] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[333/1206] Compiling HashTreeCollections TreeSet+Hashable.swift
[334/1206] Compiling HashTreeCollections TreeSet+Sendable.swift
[335/1206] Compiling HashTreeCollections TreeSet+Sequence.swift
[336/1206] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[337/1206] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[338/1206] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[339/1206] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[340/1206] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[341/1206] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[342/1206] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[343/1216] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[344/1216] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[345/1216] Compiling HashTreeCollections _HashNode+Structural merge.swift
[346/1216] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[347/1216] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[348/1216] Compiling HashTreeCollections TreeDictionary+Filter.swift
[349/1216] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[350/1216] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[351/1216] Compiling HashTreeCollections TreeDictionary+Keys.swift
[352/1216] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[353/1216] Compiling HashTreeCollections TreeDictionary+Merge.swift
[354/1216] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[355/1216] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[356/1216] Compiling HashTreeCollections TreeDictionary+Values.swift
[357/1216] Compiling HashTreeCollections TreeDictionary.swift
[358/1216] Compiling HashTreeCollections TreeSet+Codable.swift
[359/1216] Compiling HashTreeCollections TreeSet+Collection.swift
[360/1216] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[361/1216] Compiling HashTreeCollections TreeSet+Debugging.swift
[362/1216] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[363/1216] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[364/1216] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[365/1216] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[366/1216] Compiling HashTreeCollections _HashNode.swift
[367/1216] Compiling HashTreeCollections _HashNodeHeader.swift
[368/1216] Compiling HashTreeCollections _HashSlot.swift
[369/1216] Compiling HashTreeCollections _HashStack.swift
[370/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[372/1217] Compiling DequeModule _DequeSlot.swift
[373/1217] Compiling DequeModule _UnsafeWrappedBuffer.swift
[374/1217] Compiling DequeModule Deque+Testing.swift
[375/1217] Compiling DequeModule Deque._Storage.swift
[376/1217] Compiling DequeModule Deque._UnsafeHandle.swift
[377/1217] Compiling DequeModule Deque.swift
[383/1217] Compiling HashTreeCollections TreeSet+Descriptions.swift
[384/1217] Compiling HashTreeCollections TreeSet+Equatable.swift
[385/1217] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[386/1217] Compiling HashTreeCollections TreeSet+Extras.swift
[387/1217] Compiling HashTreeCollections TreeSet+Filter.swift
[399/1217] Compiling DequeModule Deque+Codable.swift
[400/1217] Compiling DequeModule Deque+Collection.swift
[402/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[403/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[404/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[405/1217] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[406/1217] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[407/1217] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[408/1217] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[409/1217] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[410/1217] Compiling HashTreeCollections TreeSet.swift
[411/1217] Emitting module DequeModule
[412/1218] Compiling tls_method.cc
[413/1218] Compiling tls13_both.cc
[414/1218] Compiling tls13_server.cc
[421/1218] Compiling HashTreeCollections _UnsafePath.swift
[422/1218] Compiling HashTreeCollections TreeDictionary+Codable.swift
[423/1218] Compiling HashTreeCollections TreeDictionary+Collection.swift
[424/1218] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[425/1218] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[426/1218] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[426/1218] Compiling tls13_client.cc
[427/1218] Compiling t1_enc.cc
[428/1218] Compiling tls13_enc.cc
[441/1218] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[442/1218] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[443/1218] Compiling HashTreeCollections _HashNode+Storage.swift
[444/1218] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[445/1218] Compiling HashTreeCollections _HashNode+Structural filter.swift
[446/1218] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[447/1218] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[448/1218] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[452/1218] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[453/1218] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[454/1218] Compiling HashTreeCollections _HashNode+Structural union.swift
[462/1218] Compiling ssl_x509.cc
[463/1218] Compiling ssl_versions.cc
[464/1218] Compiling ssl_stat.cc
[466/1218] Emitting module HashTreeCollections
[466/1219] Compiling ssl_transcript.cc
[468/1219] Compiling ssl_lib.cc
[469/1219] Compiling ssl_session.cc
[470/1219] Compiling ssl_cipher.cc
[471/1219] Compiling ssl_privkey.cc
[472/1219] Compiling ssl_file.cc
[473/1219] Compiling ssl_key_share.cc
[474/1219] Compiling ssl_credential.cc
[475/1219] Compiling ssl_aead_ctx.cc
[476/1219] Compiling ssl_buffer.cc
[477/1219] Compiling ssl_cert.cc
[478/1219] Compiling s3_both.cc
[479/1219] Compiling ssl_asn1.cc
[480/1219] Compiling s3_pkt.cc
[481/1219] Compiling s3_lib.cc
[482/1219] Compiling handshake_server.cc
[483/1219] Compiling dtls_record.cc
[484/1219] Compiling handshake_client.cc
[485/1219] Compiling handshake.cc
[486/1219] Compiling handoff.cc
[487/1219] Compiling encrypted_client_hello.cc
[488/1219] Compiling d1_pkt.cc
[489/1219] Compiling md5-x86_64-linux.S
[490/1219] Compiling md5-x86_64-apple.S
[491/1219] Compiling md5-586-linux.S
[492/1219] Compiling md5-586-apple.S
[493/1219] Compiling extensions.cc
[494/1219] Compiling chacha20_poly1305_x86_64-linux.S
[495/1219] Compiling chacha20_poly1305_x86_64-apple.S
[496/1219] Compiling chacha20_poly1305_armv8-win.S
[497/1219] Compiling chacha20_poly1305_armv8-apple.S
[498/1219] Compiling dtls_method.cc
[499/1219] Compiling chacha20_poly1305_armv8-linux.S
[500/1219] Compiling chacha-x86_64-linux.S
[501/1219] Compiling chacha-x86_64-apple.S
[502/1219] Compiling chacha-x86-apple.S
[503/1219] Compiling err_data.cc
[503/1219] Compiling chacha-x86-linux.S
[505/1219] Compiling d1_srtp.cc
[506/1219] Compiling chacha-armv8-win.S
[507/1219] Compiling chacha-armv8-linux.S
[508/1219] Compiling chacha-armv4-linux.S
[509/1219] Compiling chacha-armv8-apple.S
[510/1219] Compiling aes128gcmsiv-x86_64-linux.S
[511/1219] Compiling aes128gcmsiv-x86_64-apple.S
[512/1219] Compiling x86_64-mont5-linux.S
[513/1219] Compiling x86_64-mont-linux.S
[514/1219] Compiling x86_64-mont5-apple.S
[515/1219] Compiling x86_64-mont-apple.S
[516/1219] Compiling x86-mont-apple.S
[517/1219] Compiling x86-mont-linux.S
[518/1219] Compiling vpaes-x86_64-linux.S
[519/1219] Compiling vpaes-x86_64-apple.S
[520/1219] Compiling vpaes-x86-linux.S
[521/1219] Compiling vpaes-armv8-win.S
[522/1219] Compiling vpaes-x86-apple.S
[523/1219] Compiling d1_lib.cc
[524/1219] Compiling vpaes-armv7-linux.S
[525/1219] Compiling vpaes-armv8-apple.S
[526/1219] Compiling sha512-x86_64-linux.S
[527/1219] Compiling vpaes-armv8-linux.S
[528/1219] Compiling sha512-armv8-win.S
[529/1219] Compiling sha512-armv8-apple.S
[530/1219] Compiling sha512-586-linux.S
[531/1219] Compiling sha512-armv4-linux.S
[532/1219] Compiling sha512-x86_64-apple.S
[533/1219] Compiling sha512-armv8-linux.S
[534/1219] Compiling sha256-x86_64-linux.S
[535/1219] Compiling sha512-586-apple.S
[536/1219] Compiling sha256-x86_64-apple.S
[537/1219] Compiling sha256-armv8-win.S
[538/1219] Compiling sha256-armv8-linux.S
[539/1219] Compiling bio_ssl.cc
[540/1219] Compiling sha256-armv8-apple.S
[541/1219] Compiling sha256-586-linux.S
[542/1219] Compiling sha256-armv4-linux.S
[543/1219] Compiling sha256-586-apple.S
[543/1219] Compiling sha1-x86_64-linux.S
[545/1219] Compiling sha1-armv8-win.S
[546/1219] Compiling sha1-armv8-linux.S
[547/1219] Compiling sha1-x86_64-apple.S
[547/1219] Compiling sha1-armv8-apple.S
[549/1219] Compiling sha1-586-linux.S
[550/1219] Compiling sha1-armv4-large-linux.S
[551/1219] Compiling rdrand-x86_64-linux.S
[552/1219] Compiling rsaz-avx2-linux.S
[553/1219] Compiling sha1-586-apple.S
[554/1219] Compiling rsaz-avx2-apple.S
[555/1219] Compiling p256_beeu-x86_64-asm-linux.S
[556/1219] Compiling rdrand-x86_64-apple.S
[557/1219] Compiling p256_beeu-armv8-asm-win.S
[558/1219] Compiling p256-x86_64-asm-linux.S
[559/1219] Compiling p256_beeu-x86_64-asm-apple.S
[559/1219] Compiling p256_beeu-armv8-asm-linux.S
[561/1219] Compiling p256-x86_64-asm-apple.S
[562/1219] Compiling p256_beeu-armv8-asm-apple.S
[563/1219] Compiling p256-armv8-asm-win.S
[564/1219] Compiling ghashv8-armv8-linux.S
[565/1219] Compiling ghashv8-armv7-linux.S
[566/1219] Compiling ghashv8-armv8-win.S
[566/1219] Compiling p256-armv8-asm-apple.S
[568/1219] Compiling ghashv8-armv8-apple.S
[569/1219] Compiling p256-armv8-asm-linux.S
[570/1219] Compiling ghash-x86-apple.S
[571/1219] Compiling ghash-x86_64-apple.S
[572/1219] Compiling ghash-x86_64-linux.S
[573/1219] Compiling ghash-x86-linux.S
[574/1219] Compiling ghash-ssse3-x86-apple.S
[575/1219] Compiling ghash-ssse3-x86_64-linux.S
[576/1219] Compiling ghash-neon-armv8-linux.S
[577/1219] Compiling ghash-ssse3-x86-linux.S
[578/1219] Compiling ghash-neon-armv8-win.S
[578/1219] Compiling ghash-neon-armv8-apple.S
[580/1219] Compiling ghash-ssse3-x86_64-apple.S
[581/1219] Compiling ghash-armv4-linux.S
[582/1219] Compiling co-586-linux.S
[583/1219] Compiling co-586-apple.S
[584/1219] Compiling bsaes-armv7-linux.S
[585/1219] Compiling bn-armv8-linux.S
[586/1219] Compiling bn-armv8-apple.S
[587/1219] Compiling bn-armv8-win.S
[588/1219] Compiling bn-586-linux.S
[589/1219] Compiling bn-586-apple.S
[590/1219] Compiling armv8-mont-win.S
[591/1219] Compiling armv4-mont-linux.S
[592/1219] Compiling armv8-mont-apple.S
[593/1219] Compiling armv8-mont-linux.S
[594/1219] Compiling aesv8-gcm-armv8-win.S
[595/1219] Compiling aesv8-gcm-armv8-linux.S
[596/1219] Compiling aesv8-armv8-win.S
[597/1219] Compiling aesv8-gcm-armv8-apple.S
[598/1219] Compiling aesv8-armv8-apple.S
[599/1219] Compiling aesv8-armv7-linux.S
[600/1219] Compiling aesv8-armv8-linux.S
[601/1219] Compiling aesni-x86_64-linux.S
[602/1219] Compiling aesni-x86-linux.S
[603/1219] Compiling aesni-x86_64-apple.S
[604/1219] Compiling aesni-gcm-x86_64-apple.S
[605/1219] Compiling aesni-x86-apple.S
[606/1219] Compiling aes-gcm-avx2-x86_64-linux.S
[607/1219] Compiling aesni-gcm-x86_64-linux.S
[608/1219] Compiling aes-gcm-avx10-x86_64-apple.S
[609/1219] Compiling aes-gcm-avx2-x86_64-apple.S
[610/1219] Compiling aes-gcm-avx10-x86_64-linux.S
[611/1219] Compiling d1_both.cc
[612/1219] Compiling x_x509a.cc
[613/1219] Compiling x_pubkey.cc
[614/1219] Compiling x_val.cc
[615/1219] Compiling x_spki.cc
[616/1219] Compiling x_name.cc
[617/1219] Compiling x_x509.cc
[618/1219] Compiling x_req.cc
[619/1219] Compiling x_sig.cc
[620/1219] Compiling x_algor.cc
[621/1219] Compiling x_exten.cc
[622/1219] Compiling x_attrib.cc
[623/1219] Compiling x509rset.cc
[624/1219] Compiling x_all.cc
[625/1219] Compiling x509name.cc
[626/1219] Compiling x509spki.cc
[627/1219] Compiling x_crl.cc
[628/1219] Compiling x509_vpm.cc
[629/1219] Compiling x509_vfy.cc
[630/1219] Compiling x509cset.cc
[631/1219] Compiling x509_v3.cc
[632/1219] Compiling x509_txt.cc
[633/1219] Compiling x509_req.cc
[634/1219] Compiling x509_trs.cc
[635/1219] Compiling x509_set.cc
[636/1219] Compiling x509_obj.cc
[637/1219] Compiling x509_def.cc
[638/1219] Compiling x509_ext.cc
[639/1219] Compiling x509_d2.cc
[640/1219] Compiling x509_lu.cc
[641/1219] Compiling x509_cmp.cc
[642/1219] Compiling x509_att.cc
[643/1219] Compiling x509.cc
[644/1219] Compiling v3_utl.cc
[645/1219] Compiling v3_skey.cc
[646/1219] Compiling v3_prn.cc
[647/1219] Compiling v3_pmaps.cc
[648/1219] Compiling v3_ocsp.cc
[649/1219] Compiling v3_purp.cc
[650/1219] Compiling v3_pcons.cc
[651/1219] Compiling v3_ncons.cc
[652/1219] Compiling v3_int.cc
[653/1219] Compiling v3_lib.cc
[654/1219] Compiling v3_enum.cc
[655/1219] Compiling v3_ia5.cc
[656/1219] Compiling v3_info.cc
[657/1219] Compiling v3_extku.cc
[658/1219] Compiling v3_genn.cc
[659/1219] Compiling v3_crld.cc
[660/1219] Compiling v3_cpols.cc
[661/1219] Compiling v3_conf.cc
[662/1219] Compiling v3_bcons.cc
[663/1219] Compiling v3_bitst.cc
[664/1219] Compiling v3_akeya.cc
[665/1219] Compiling v3_alt.cc
[666/1219] Compiling v3_akey.cc
[667/1219] Compiling t_x509a.cc
[668/1219] Compiling t_crl.cc
[668/1219] Compiling t_req.cc
[670/1219] Compiling t_x509.cc
[671/1219] Compiling i2d_pr.cc
[672/1219] Compiling name_print.cc
[673/1219] Compiling policy.cc
[674/1219] Compiling rsa_pss.cc
[675/1219] Compiling algorithm.cc
[676/1219] Compiling by_dir.cc
[677/1219] Compiling by_file.cc
[678/1219] Compiling a_verify.cc
[679/1219] Compiling asn1_gen.cc
[680/1219] Compiling a_sign.cc
[681/1219] Compiling thread_win.cc
[682/1219] Compiling voprf.cc
[683/1219] Compiling a_digest.cc
[684/1219] Compiling trust_token.cc
[685/1219] Compiling pmbtoken.cc
[686/1219] Compiling thread_pthread.cc
[687/1219] Compiling thread_none.cc
[688/1219] Compiling thread.cc
[689/1219] Compiling stack.cc
[690/1219] Compiling siphash.cc
[691/1219] Compiling sha1.cc
[692/1219] Compiling sha512.cc
[693/1219] Compiling slhdsa.cc
[694/1219] Compiling spake2plus.cc
[695/1219] Compiling sha256.cc
[696/1219] Compiling rsa_print.cc
[697/1219] Compiling rsa_extra.cc
[698/1219] Compiling rc4.cc
[699/1219] Compiling rsa_crypt.cc
[700/1219] Compiling urandom.cc
[701/1219] Compiling trusty.cc
[702/1219] Compiling refcount.cc
[703/1219] Compiling windows.cc
[704/1219] Compiling rand.cc
[705/1219] Compiling passive.cc
[706/1219] Compiling rsa_asn1.cc
[707/1219] Compiling getentropy.cc
[708/1219] Compiling poly1305_arm_asm.S
[709/1219] Compiling ios.cc
[710/1219] Compiling fork_detect.cc
[711/1219] Compiling forkunsafe.cc
[712/1219] Compiling deterministic.cc
[713/1219] Compiling poly1305_vec.cc
[714/1219] Compiling pool.cc
[715/1219] Compiling poly1305_arm.cc
[716/1219] Compiling pkcs8_x509.cc
[717/1219] Compiling poly1305.cc
[718/1219] Compiling pkcs8.cc
[719/1219] Compiling p5_pbev2.cc
[720/1219] Compiling pem_x509.cc
[721/1219] Compiling pkcs7.cc
[722/1219] Compiling pkcs7_x509.cc
[723/1219] Compiling pem_xaux.cc
[724/1219] Compiling pem_pk8.cc
[725/1219] Compiling pem_pkey.cc
[726/1219] Compiling pem_oth.cc
[727/1219] Compiling pem_lib.cc
[728/1219] Compiling mlkem.cc
[729/1219] Compiling mldsa.cc
[730/1219] Compiling obj_xref.cc
[731/1219] Compiling pem_info.cc
[732/1219] Compiling pem_all.cc
[733/1219] Compiling mem.cc
[734/1219] Compiling lhash.cc
[735/1219] Compiling obj.cc
[736/1219] Compiling md5.cc
[736/1219] Compiling md4.cc
[738/1219] Compiling fips_shared_support.cc
[739/1219] Compiling poly_rq_mul.S
[740/1219] Compiling kyber.cc
[741/1219] Compiling hrss.cc
[742/1219] Compiling ex_data.cc
[743/1219] Compiling sign.cc
[744/1219] Compiling print.cc
[745/1219] Compiling hpke.cc
[746/1219] Compiling scrypt.cc
[747/1219] Compiling pbkdf.cc
[748/1219] Compiling p_x25519.cc
[749/1219] Compiling p_x25519_asn1.cc
[750/1219] Compiling p_rsa.cc
[751/1219] Compiling p_rsa_asn1.cc
[752/1219] Compiling p_ed25519.cc
[753/1219] Compiling p_hkdf.cc
[754/1219] Compiling p_ed25519_asn1.cc
[755/1219] Compiling p_ec.cc
[756/1219] Compiling p_ec_asn1.cc
[757/1219] Compiling evp_ctx.cc
[758/1219] Compiling p_dh_asn1.cc
[759/1219] Compiling p_dh.cc
[760/1219] Compiling evp_asn1.cc
[761/1219] Compiling p_dsa_asn1.cc
[762/1219] Compiling engine.cc
[763/1219] Compiling err.cc
[764/1219] Compiling evp.cc
[765/1219] Compiling ecdh.cc
[766/1219] Compiling hash_to_curve.cc
[767/1219] Compiling ec_derive.cc
[768/1219] Compiling bcm.cc
[769/1219] Compiling ecdsa_asn1.cc
[770/1219] Compiling dsa.cc
[771/1219] Compiling dsa_asn1.cc
[772/1219] Compiling ec_asn1.cc
[773/1219] Compiling x25519-asm-arm.S
[774/1219] Compiling params.cc
[775/1219] Compiling des.cc
[776/1219] Compiling digest_extra.cc
[777/1219] Compiling spake25519.cc
[778/1219] Compiling dh_asn1.cc
[779/1219] Compiling curve25519_64_adx.cc
[780/1219] Compiling crypto.cc
[781/1219] Compiling cpu_intel.cc
[782/1219] Compiling curve25519.cc
[783/1219] Compiling cpu_arm_freebsd.cc
[783/1219] Compiling cpu_arm_linux.cc
[785/1219] Compiling cpu_aarch64_sysreg.cc
[786/1219] Compiling cpu_aarch64_openbsd.cc
[787/1219] Compiling cpu_aarch64_linux.cc
[788/1219] Compiling cpu_aarch64_win.cc
[789/1219] Compiling cpu_aarch64_fuchsia.cc
[790/1219] Compiling cpu_aarch64_apple.cc
[791/1219] Compiling tls_cbc.cc
[792/1219] Compiling get_cipher.cc
[793/1219] Compiling e_tls.cc
[794/1219] Compiling conf.cc
[795/1219] Compiling e_null.cc
[796/1219] Compiling e_rc4.cc
[797/1219] Compiling e_rc2.cc
[798/1219] Compiling e_des.cc
[799/1219] Compiling e_chacha20poly1305.cc
[800/1219] Compiling derive_key.cc
[801/1219] Compiling chacha.cc
[802/1219] Compiling e_aesgcmsiv.cc
[803/1219] Compiling e_aesctrhmac.cc
[804/1219] Compiling cbs.cc
[805/1219] Compiling unicode.cc
[806/1219] Compiling cbb.cc
[807/1219] Compiling buf.cc
[808/1219] Compiling blake2.cc
[809/1219] Compiling asn1_compat.cc
[810/1219] Compiling ber.cc
[811/1219] Compiling socket_helper.cc
[812/1219] Compiling bn_asn1.cc
[813/1219] Compiling convert.cc
[814/1219] Compiling socket.cc
[815/1219] Compiling fd.cc
[816/1219] Compiling pair.cc
[817/1219] Compiling file.cc
[818/1219] Compiling hexdump.cc
[819/1219] Compiling printf.cc
[820/1219] Compiling connect.cc
[821/1219] Compiling errno.cc
[822/1219] Compiling base64.cc
[823/1219] Compiling bio_mem.cc
[824/1219] Compiling tasn_fre.cc
[825/1219] Compiling bio.cc
[826/1219] Compiling tasn_typ.cc
[827/1219] Compiling tasn_new.cc
[828/1219] Compiling tasn_utl.cc
[829/1219] Compiling posix_time.cc
[830/1219] Compiling f_int.cc
[831/1219] Compiling tasn_enc.cc
[832/1219] Compiling f_string.cc
[833/1219] Compiling tasn_dec.cc
[834/1219] Compiling asn_pack.cc
[835/1219] Compiling asn1_par.cc
[836/1219] Compiling a_type.cc
[837/1219] Compiling a_time.cc
[838/1219] Compiling asn1_lib.cc
[839/1219] Compiling a_utctm.cc
[840/1219] Compiling a_strnid.cc
[841/1219] Compiling a_octet.cc
[842/1219] Compiling a_strex.cc
[843/1219] Compiling a_i2d_fp.cc
[844/1219] Compiling a_mbstr.cc
[845/1219] Compiling a_dup.cc
[846/1219] Compiling a_object.cc
[847/1219] Compiling a_d2i_fp.cc
[848/1219] Compiling a_int.cc
[849/1219] Compiling fiat_p256_adx_sqr.S
[850/1219] Compiling fiat_p256_adx_mul.S
[851/1219] Compiling fiat_curve25519_adx_square.S
[852/1219] Compiling a_gentm.cc
[853/1219] Compiling fiat_curve25519_adx_mul.S
[854/1219] Compiling CCryptoBoringSSLShims shims.c
[855/1219] Compiling md5-x86_64-linux.S
[856/1219] Compiling md5-x86_64-apple.S
[857/1219] Compiling md5-586-linux.S
[858/1219] Compiling md5-586-apple.S
[859/1219] Compiling chacha20_poly1305_x86_64-linux.S
[860/1219] Compiling chacha20_poly1305_x86_64-apple.S
[861/1219] Compiling a_bitstr.cc
[862/1219] Compiling chacha20_poly1305_armv8-win.S
[863/1219] Compiling chacha20_poly1305_armv8-apple.S
[864/1219] Compiling chacha-x86_64-linux.S
[865/1219] Compiling chacha-x86_64-apple.S
[866/1219] Compiling chacha20_poly1305_armv8-linux.S
[867/1219] Compiling chacha-x86-linux.S
[868/1219] Compiling chacha-x86-apple.S
[869/1219] Compiling chacha-armv8-win.S
[870/1219] Compiling chacha-armv8-apple.S
[871/1219] Compiling chacha-armv4-linux.S
[872/1219] Compiling chacha-armv8-linux.S
[873/1219] Compiling aes128gcmsiv-x86_64-linux.S
[874/1219] Compiling aes128gcmsiv-x86_64-apple.S
[875/1219] Compiling x86_64-mont5-linux.S
[876/1219] Compiling a_bool.cc
[877/1219] Compiling x86_64-mont5-apple.S
[878/1219] Compiling x86_64-mont-apple.S
[879/1219] Compiling x86_64-mont-linux.S
[880/1219] Compiling x86-mont-linux.S
[881/1219] Compiling x86-mont-apple.S
[882/1219] Compiling vpaes-x86_64-linux.S
[883/1219] Compiling vpaes-x86_64-apple.S
[884/1219] Compiling vpaes-x86-linux.S
[885/1219] Compiling vpaes-x86-apple.S
[886/1219] Compiling vpaes-armv8-win.S
[887/1219] Compiling vpaes-armv7-linux.S
[888/1219] Compiling vpaes-armv8-apple.S
[889/1219] Compiling vpaes-armv8-linux.S
[890/1219] Compiling sha512-x86_64-linux.S
[891/1219] Compiling err_data.cc
[892/1219] Compiling sha512-x86_64-apple.S
[893/1219] Compiling sha512-armv8-apple.S
[894/1219] Compiling sha512-armv8-win.S
[895/1219] Compiling sha512-armv8-linux.S
[896/1219] Compiling sha256-x86_64-apple.S
[896/1219] Compiling sha512-armv4-linux.S
[898/1219] Compiling sha256-x86_64-linux.S
[898/1219] Compiling sha512-586-linux.S
[899/1219] Compiling sha512-586-apple.S
[901/1219] Compiling sha256-armv8-win.S
[902/1219] Compiling sha256-armv8-apple.S
[903/1219] Compiling sha256-armv4-linux.S
[904/1219] Compiling sha256-586-linux.S
[904/1219] Compiling sha1-x86_64-linux.S
[904/1219] Compiling sha256-586-apple.S
[904/1219] Compiling sha256-armv8-linux.S
[908/1219] Compiling sha1-x86_64-apple.S
[909/1219] Compiling sha1-armv8-win.S
[909/1219] Compiling sha1-armv8-apple.S
[909/1219] Compiling sha1-armv4-large-linux.S
[909/1219] Compiling sha1-586-linux.S
[913/1219] Compiling sha1-armv8-linux.S
[914/1219] Compiling sha1-586-apple.S
[915/1219] Compiling rdrand-x86_64-apple.S
[916/1219] Compiling rsaz-avx2-linux.S
[916/1219] Compiling rdrand-x86_64-linux.S
[918/1219] Compiling rsaz-avx2-apple.S
[919/1219] Compiling p256_beeu-x86_64-asm-linux.S
[920/1219] Compiling p256_beeu-x86_64-asm-apple.S
[921/1219] Compiling p256_beeu-armv8-asm-win.S
[922/1219] Compiling p256_beeu-armv8-asm-linux.S
[923/1219] Compiling p256-x86_64-asm-apple.S
[924/1219] Compiling p256_beeu-armv8-asm-apple.S
[925/1219] Compiling p256-x86_64-asm-linux.S
[926/1219] Compiling p256-armv8-asm-win.S
[927/1219] Compiling p256-armv8-asm-apple.S
[928/1219] Compiling p256-armv8-asm-linux.S
[929/1219] Compiling ghashv8-armv8-apple.S
[930/1219] Compiling ghashv8-armv8-linux.S
[931/1219] Compiling ghashv8-armv8-win.S
[932/1219] Compiling ghashv8-armv7-linux.S
[933/1219] Compiling ghash-x86_64-linux.S
[934/1219] Compiling ghash-x86-apple.S
[935/1219] Compiling ghash-x86_64-apple.S
[936/1219] Compiling ghash-x86-linux.S
[937/1219] Compiling ghash-ssse3-x86_64-linux.S
[938/1219] Compiling ghash-ssse3-x86_64-apple.S
[939/1219] Compiling ghash-ssse3-x86-apple.S
[940/1219] Compiling ghash-neon-armv8-win.S
[941/1219] Compiling ghash-ssse3-x86-linux.S
[942/1219] Compiling ghash-neon-armv8-linux.S
[943/1219] Compiling ghash-neon-armv8-apple.S
[944/1219] Compiling ghash-armv4-linux.S
[945/1219] Compiling co-586-linux.S
[946/1219] Compiling bsaes-armv7-linux.S
[947/1219] Compiling bn-armv8-win.S
[948/1219] Compiling co-586-apple.S
[949/1219] Compiling bn-armv8-linux.S
[950/1219] Compiling bn-586-linux.S
[951/1219] Compiling bn-armv8-apple.S
[952/1219] Compiling c-nioatomics.c
[953/1219] Compiling armv8-mont-win.S
[954/1219] Compiling bn-586-apple.S
[955/1219] Compiling c-atomics.c
[956/1219] Compiling armv4-mont-linux.S
[957/1219] Compiling armv8-mont-apple.S
[958/1225] Compiling armv8-mont-linux.S
[958/1225] Compiling aesv8-gcm-armv8-win.S
[960/1225] Compiling aesv8-armv8-win.S
[960/1225] Compiling aesv8-armv8-linux.S
[960/1225] Compiling aesv8-gcm-armv8-linux.S
[961/1225] Compiling aesv8-armv8-apple.S
[964/1225] Compiling aesv8-gcm-armv8-apple.S
[965/1225] Compiling aesni-x86_64-linux.S
[966/1225] Compiling aesv8-armv7-linux.S
[967/1225] Compiling aesni-gcm-x86_64-apple.S
[968/1225] Compiling aesni-gcm-x86_64-linux.S
[968/1225] Compiling aesni-x86-linux.S
[970/1225] Compiling aesni-x86_64-apple.S
[971/1225] Compiling aesni-x86-apple.S
[971/1225] Compiling aes-gcm-avx10-x86_64-linux.S
[973/1225] Compiling aes-gcm-avx10-x86_64-apple.S
[975/1225] Compiling NIOConcurrencyHelpers lock.swift
[976/1225] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[977/1225] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[978/1225] Compiling NIOConcurrencyHelpers NIOLock.swift
[979/1225] Emitting module NIOConcurrencyHelpers
[980/1225] Compiling NIOConcurrencyHelpers atomics.swift
[980/1226] Compiling x_x509.cc
[981/1226] Compiling x_x509a.cc
[982/1226] Compiling x_sig.cc
[984/1226] Compiling x_spki.cc
[985/1226] Compiling x_req.cc
[986/1226] Compiling x_val.cc
[987/1226] Compiling x_pubkey.cc
[988/1286] Compiling x_exten.cc
[989/1286] Compiling x_name.cc
[990/1286] Compiling x_attrib.cc
[991/1312] Compiling x_algor.cc
[992/1312] Compiling x_all.cc
[993/1312] Compiling x509spki.cc
[994/1312] Compiling x_crl.cc
[996/1312] Compiling ConsoleKitTerminal Console+Confirm.swift
[997/1312] Compiling ConsoleKitTerminal Console+Input.swift
[998/1312] Compiling ConsoleKitTerminal Console+Center.swift
[999/1312] Compiling ConsoleKitTerminal Console+Output.swift
[1000/1315] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1001/1315] Compiling ConsoleKitTerminal ConsoleClear.swift
[1002/1315] Compiling ConsoleKitTerminal Console+Ask.swift
[1003/1315] Compiling ConsoleKitTerminal Console+Choose.swift
[1004/1315] Emitting module ConsoleKitTerminal
[1004/1315] Compiling x509rset.cc
[1006/1315] Compiling ConsoleKitTerminal ActivityBar.swift
[1007/1315] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1008/1315] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1009/1315] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1010/1315] Compiling ConsoleKitTerminal CustomActivity.swift
[1011/1315] Compiling ConsoleKitTerminal LoadingBar.swift
[1012/1315] Compiling ConsoleKitTerminal ProgressBar.swift
[1013/1315] Compiling ConsoleKitTerminal Console+Clear.swift
[1014/1315] Compiling ConsoleKitTerminal Console+Wait.swift
[1015/1315] Compiling ConsoleKitTerminal ConsoleColor.swift
[1016/1315] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1017/1315] Compiling NIOCore MulticastChannel.swift
[1018/1315] Compiling NIOCore NIOAny.swift
[1019/1315] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1020/1315] Compiling NIOCore NIOLoopBound.swift
[1021/1315] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1022/1315] Compiling NIOCore NIOScheduledCallback.swift
[1023/1315] Compiling NIOCore NIOSendable.swift
[1024/1315] Compiling NIOCore RecvByteBufferAllocator.swift
[1024/1323] Compiling x509name.cc
[1025/1323] Compiling x509_vpm.cc
[1027/1323] Compiling ConsoleKitTerminal ConsoleText.swift
[1028/1323] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1029/1323] Compiling ConsoleKitTerminal ANSI.swift
[1030/1323] Compiling ConsoleKitTerminal Console.swift
[1031/1323] Compiling ConsoleKitTerminal Terminal.swift
[1032/1323] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1032/1323] Compiling x509cset.cc
[1033/1323] Compiling x509_v3.cc
[1034/1323] Compiling x509_vfy.cc
[1035/1323] Compiling x509_txt.cc
[1037/1323] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1038/1323] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1039/1323] Compiling ConsoleKitTerminal LoggerFragment.swift
[1040/1324] Compiling x509_set.cc
[1041/1324] Compiling x509_trs.cc
[1042/1324] Compiling x509_obj.cc
[1044/1324] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1045/1324] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1046/1324] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1047/1324] Compiling NIOCore EventLoopFuture.swift
[1048/1324] Compiling NIOCore FileDescriptor.swift
[1049/1324] Compiling NIOCore FileHandle.swift
[1050/1324] Compiling NIOCore FileRegion.swift
[1051/1324] Compiling NIOCore GlobalSingletons.swift
[1052/1324] Compiling NIOCore IO.swift
[1053/1324] Compiling NIOCore IOData.swift
[1054/1324] Compiling NIOCore IPProtocol.swift
[1055/1324] Compiling NIOCore IntegerBitPacking.swift
[1056/1324] Compiling NIOCore IntegerTypes.swift
[1057/1324] Compiling NIOCore Interfaces.swift
[1058/1324] Compiling NIOCore Linux.swift
[1059/1324] Compiling NIOCore MarkedCircularBuffer.swift
[1059/1324] Compiling x509_req.cc
[1062/1346] Compiling NIOCore Codec.swift
[1063/1346] Compiling NIOCore ConvenienceOptionSupport.swift
[1064/1346] Compiling NIOCore DeadChannel.swift
[1065/1346] Compiling NIOCore DispatchQueue+WithFuture.swift
[1066/1346] Compiling NIOCore EventLoop+Deprecated.swift
[1067/1346] Compiling NIOCore EventLoop+SerialExecutor.swift
[1068/1346] Compiling NIOCore EventLoop.swift
[1069/1346] Emitting module ConsoleKitCommands
[1069/1348] Compiling x509_lu.cc
[1070/1348] Compiling x509_ext.cc
[1072/1348] Compiling ConsoleKitCommands CommandSignature.swift
[1073/1348] Compiling ConsoleKitCommands Flag.swift
[1074/1348] Compiling ConsoleKitCommands Option.swift
[1075/1348] Compiling ConsoleKitCommands CommandGroup.swift
[1076/1348] Compiling ConsoleKitCommands CommandInput.swift
[1077/1348] Compiling ConsoleKitCommands Commands.swift
[1078/1348] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1079/1348] Compiling ConsoleKitCommands AsyncCommand.swift
[1080/1348] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1081/1348] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1082/1348] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1083/1348] Compiling ConsoleKitCommands Argument.swift
[1084/1348] Compiling ConsoleKitCommands AsyncCommands.swift
[1085/1348] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1086/1348] Compiling ConsoleKitCommands AnyCommand.swift
[1086/1348] Compiling x509_d2.cc
[1087/1348] Compiling x509_cmp.cc
[1089/1348] Compiling ConsoleKitCommands Command.swift
[1090/1348] Compiling ConsoleKitCommands CommandContext.swift
[1091/1348] Compiling ConsoleKitCommands CommandError.swift
[1091/1348] Compiling x509_att.cc
[1092/1348] Compiling x509_def.cc
[1094/1348] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1095/1348] Compiling ConsoleKitCommands Utilities.swift
[1096/1348] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1097/1348] Compiling NIOCore SocketAddresses.swift
[1098/1348] Compiling NIOCore SocketOptionProvider.swift
[1099/1348] Compiling NIOCore SystemCallHelpers.swift
[1100/1348] Compiling NIOCore TimeAmount+Duration.swift
[1101/1348] Compiling NIOCore TypeAssistedChannelHandler.swift
[1102/1348] Compiling NIOCore UniversalBootstrapSupport.swift
[1103/1348] Compiling NIOCore Utilities.swift
[1103/1348] Compiling x509.cc
[1104/1348] Compiling v3_pmaps.cc
[1105/1348] Compiling v3_utl.cc
[1106/1348] Compiling v3_purp.cc
[1107/1348] Compiling v3_skey.cc
[1108/1348] Compiling v3_prn.cc
[1110/1348] Compiling ConsoleKitCommands Console+Run.swift
[1111/1348] Compiling ConsoleKitCommands ConsoleError.swift
[1112/1348] Compiling ConsoleKitCommands Completion.swift
[1113/1349] Compiling v3_pcons.cc
[1114/1349] Compiling v3_ocsp.cc
[1115/1349] Compiling v3_lib.cc
[1116/1349] Compiling v3_ncons.cc
[1117/1349] Compiling v3_info.cc
[1118/1349] Compiling v3_int.cc
[1119/1349] Compiling v3_ia5.cc
[1120/1349] Compiling v3_extku.cc
[1121/1349] Compiling v3_genn.cc
[1122/1351] Compiling v3_enum.cc
[1124/1351] Compiling ConsoleKit Exports.swift
[1125/1351] Emitting module ConsoleKit
[1125/1352] Compiling v3_cpols.cc
[1127/1352] Compiling v3_crld.cc
[1128/1352] Compiling v3_conf.cc
[1157/1352] Emitting module NIOCore
[1157/1353] Compiling v3_bcons.cc
[1159/1353] Compiling v3_bitst.cc
[1160/1353] Compiling v3_akeya.cc
[1161/1353] Compiling t_x509a.cc
[1162/1353] Compiling v3_alt.cc
[1163/1353] Compiling v3_akey.cc
[1164/1353] Compiling t_x509.cc
[1165/1353] Compiling t_req.cc
[1166/1353] Compiling t_crl.cc
[1167/1353] Compiling i2d_pr.cc
[1168/1353] Compiling rsa_pss.cc
[1169/1353] Compiling name_print.cc
[1170/1353] Compiling policy.cc
[1171/1353] Compiling by_file.cc
[1172/1399] Compiling by_dir.cc
[1173/1403] Compiling algorithm.cc
[1174/1403] Compiling asn1_gen.cc
[1175/1403] Compiling a_sign.cc
[1176/1403] Compiling a_verify.cc
[1177/1403] Compiling a_digest.cc
[1179/1403] Emitting module NIOEmbedded
[1179/1403] Compiling pmbtoken.cc
[1180/1403] Compiling thread_pthread.cc
[1181/1403] Compiling thread_win.cc
[1182/1403] Compiling voprf.cc
[1184/1403] Compiling NIOEmbedded AsyncTestingChannel.swift
[1184/1403] Compiling thread.cc
[1185/1403] Compiling trust_token.cc
[1186/1403] Compiling thread_none.cc
[1188/1403] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1189/1403] Compiling NIOEmbedded Embedded.swift
[1189/1403] Compiling wots.cc
[1191/1404] Compiling thash.cc
[1192/1404] Compiling stack.cc
[1193/1404] Compiling sha256.cc
[1194/1404] Compiling sha512.cc
[1195/1404] Compiling merkle.cc
[1196/1404] Compiling fors.cc
[1197/1404] Compiling slhdsa.cc
[1198/1404] Compiling siphash.cc
[1199/1404] Compiling sha1.cc
[1201/1404] Emitting module NIOPosix
[1202/1404] Compiling NIOPosix BSDSocketAPICommon.swift
[1203/1404] Compiling NIOPosix BSDSocketAPIPosix.swift
[1204/1404] Compiling NIOPosix BSDSocketAPIWindows.swift
[1205/1404] Compiling NIOPosix BaseSocket.swift
[1206/1404] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1207/1404] Compiling NIOPosix BaseSocketChannel.swift
[1208/1404] Compiling NIOPosix BaseStreamSocketChannel.swift
[1208/1404] Compiling refcount.cc
[1209/1404] Compiling rsa_print.cc
[1210/1410] Compiling rc4.cc
[1211/1410] Compiling rsa_asn1.cc
[1212/1410] Compiling rsa_extra.cc
[1213/1410] Compiling rsa_crypt.cc
[1215/1410] Compiling NIOPosix Pool.swift
[1216/1410] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1217/1410] Compiling NIOPosix PosixSingletons.swift
[1218/1410] Compiling NIOPosix RawSocketBootstrap.swift
[1219/1410] Compiling NIOPosix Resolver.swift
[1220/1410] Compiling NIOPosix Selectable.swift
[1221/1410] Compiling NIOPosix ServerSocket.swift
[1222/1410] Compiling NIOPosix Socket.swift
[1223/1410] Compiling NIOPosix SocketChannel.swift
[1224/1410] Compiling NIOPosix SocketProtocols.swift
[1225/1410] Compiling NIOPosix System.swift
[1226/1410] Compiling NIOPosix Thread.swift
[1227/1410] Compiling NIOPosix SelectableChannel.swift
[1228/1410] Compiling NIOPosix SelectableEventLoop.swift
[1229/1410] Compiling NIOPosix SelectorEpoll.swift
[1230/1410] Compiling NIOPosix SelectorGeneric.swift
[1231/1410] Compiling NIOPosix SelectorKqueue.swift
[1232/1410] Compiling NIOPosix SelectorUring.swift
[1232/1410] Compiling windows.cc
[1233/1410] Compiling urandom.cc
[1234/1410] Compiling rand_extra.cc
[1235/1410] Compiling getentropy.cc
[1236/1410] Compiling trusty.cc
[1237/1410] Compiling forkunsafe.cc
[1238/1410] Compiling deterministic.cc
[1239/1410] Compiling ios.cc
[1240/1410] Compiling fork_detect.cc
[1241/1410] Compiling poly1305_arm_asm.S
[1242/1410] Compiling passive.cc
[1244/1410] Compiling NIOPosix ThreadPosix.swift
[1245/1410] Compiling NIOPosix ThreadWindows.swift
[1246/1410] Compiling NIOPosix UnsafeTransfer.swift
[1247/1410] Compiling NIOPosix Utilities.swift
[1248/1410] Compiling NIOPosix VsockAddress.swift
[1249/1410] Compiling NIOPosix VsockChannelEvents.swift
[1249/1410] Compiling poly1305_vec.cc
[1250/1410] Compiling poly1305_arm.cc
[1252/1410] Compiling NIOPosix Bootstrap.swift
[1253/1410] Compiling NIOPosix ControlMessage.swift
[1254/1410] Compiling NIOPosix DatagramVectorReadManager.swift
[1255/1410] Compiling NIOPosix Errors+Any.swift
[1256/1410] Compiling NIOPosix FileDescriptor.swift
[1257/1410] Compiling NIOPosix GetaddrinfoResolver.swift
[1258/1410] Compiling NIOPosix HappyEyeballs.swift
[1259/1410] Compiling NIOPosix IO.swift
[1260/1410] Compiling NIOPosix IntegerBitPacking.swift
[1261/1410] Compiling NIOPosix IntegerTypes.swift
[1262/1410] Compiling NIOPosix Linux.swift
[1263/1410] Compiling NIOPosix LinuxCPUSet.swift
[1264/1410] Compiling NIOPosix LinuxUring.swift
[1265/1410] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1266/1410] Compiling NIOPosix NIOThreadPool.swift
[1267/1410] Compiling NIOPosix NonBlockingFileIO.swift
[1268/1410] Compiling NIOPosix PendingDatagramWritesManager.swift
[1269/1410] Compiling NIOPosix PendingWritesManager.swift
[1270/1410] Compiling NIOPosix PipeChannel.swift
[1271/1410] Compiling NIOPosix PipePair.swift
[1271/1411] Compiling poly1305.cc
[1272/1411] Compiling pool.cc
[1274/1411] Compiling pkcs8.cc
[1275/1411] Compiling pkcs7.cc
[1276/1412] Compiling p5_pbev2.cc
[1277/1427] Compiling pem_xaux.cc
[1278/1437] Compiling pkcs7_x509.cc
[1279/1448] Compiling pkcs8_x509.cc
[1281/1448] Compiling NIO Exports.swift
[1282/1448] Emitting module NIO
[1282/1449] Compiling pem_x509.cc
[1284/1449] Compiling pem_pkey.cc
[1285/1467] Compiling pem_oth.cc
[1287/1467] Compiling NIOTLS TLSEvents.swift
[1288/1483] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1289/1483] Compiling NIOSOCKS ClientStateMachine.swift
[1289/1484] Compiling pem_lib.cc
[1290/1484] Compiling pem_info.cc
[1292/1484] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1293/1484] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1294/1484] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1295/1484] Emitting module NIOTLS
[1296/1484] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1297/1484] Emitting module NIOSOCKS
[1298/1484] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1298/1484] Compiling pem_pk8.cc
[1300/1484] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1301/1484] Compiling NIOHTTP1 HTTPTypes.swift
[1302/1484] Compiling NIOSOCKS SOCKSResponse.swift
[1303/1489] Compiling NIOSOCKS ServerStateMachine.swift
[1304/1489] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1305/1489] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1309/1489] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1310/1489] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1311/1493] Emitting module _NIOFileSystem
[1312/1493] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1313/1493] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1319/1494] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1320/1494] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1320/1494] Compiling pem_all.cc
[1322/1494] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1324/1494] Compiling NIOTLS SNIHandler.swift
[1325/1495] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1327/1495] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1328/1495] Compiling _NIOFileSystem FileSystemError.swift
[1329/1495] Compiling _NIOFileSystem FileSystemProtocol.swift
[1330/1495] Compiling _NIOFileSystem FileType.swift
[1331/1495] Compiling _NIOFileSystem IOStrategy.swift
[1332/1495] Emitting module NIOFoundationCompat
[1334/1496] Compiling _NIOFileSystem ParallelDirCopy.swift
[1335/1496] Compiling _NIOFileSystem ParallelRemoval.swift
[1336/1496] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1337/1496] Compiling _NIOFileSystem CInterop.swift
[1338/1496] Compiling _NIOFileSystem Errno.swift
[1338/1496] Compiling obj_xref.cc
[1340/1496] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1341/1496] Compiling _NIOFileSystem Mocking.swift
[1342/1496] Compiling _NIOFileSystem Syscall.swift
[1343/1496] Compiling _NIOFileSystem Syscalls.swift
[1344/1496] Emitting module NIOHTTP1
[1347/1498] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1348/1498] Compiling _NIOFileSystem BufferedStream.swift
[1349/1498] Compiling _NIOFileSystem Cancellation.swift
[1350/1498] Compiling _NIOFileSystem TokenBucket.swift
[1351/1498] Compiling _NIOFileSystem UnsafeTransfer.swift
[1351/1498] Compiling mlkem.cc
[1352/1498] Compiling mldsa.cc
[1353/1498] Compiling obj.cc
[1355/1498] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1356/1498] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1356/1498] Compiling mem.cc
[1365/1498] Compiling md4.cc
[1366/1498] Compiling md5.cc
[1368/1498] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1369/1498] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1370/1498] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1371/1498] Compiling NIOHTTP1 HTTPDecoder.swift
[1372/1498] Compiling NIOHTTP1 HTTPEncoder.swift
[1373/1499] Compiling _NIOFileSystem SystemFileHandle.swift
[1374/1499] Compiling _NIOFileSystem Utilities.swift
[1375/1499] Compiling _NIOFileSystem OpenOptions.swift
[1376/1499] Compiling _NIOFileSystem String+FileSystem.swift
[1377/1541] Compiling lhash.cc
[1378/1550] Compiling kyber.cc
[1379/1550] Compiling poly_rq_mul.S
[1380/1550] Compiling fips_shared_support.cc
[1382/1551] Compiling NIOTransportServices NIOTSErrors.swift
[1383/1551] Compiling NIOTransportServices NIOTSEventLoop.swift
[1384/1551] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1385/1551] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1386/1551] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1387/1567] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1390/1567] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1391/1567] Compiling NIOTransportServices NIOTSSingletons.swift
[1392/1567] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1393/1567] Compiling NIOTransportServices StateManagedChannel.swift
[1394/1567] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1395/1567] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1396/1570] Compiling NIOTransportServices NIOTSBootstraps.swift
[1397/1570] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1398/1570] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1402/1570] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1403/1570] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1404/1570] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1405/1570] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1406/1570] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1406/1570] Compiling hrss.cc
[1409/1570] Compiling NIOWebSocket SHA1.swift
[1410/1570] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1411/1570] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1412/1570] Emitting module NIOTransportServices
[1413/1573] Compiling NIOWebSocket WebSocketOpcode.swift
[1414/1580] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1415/1601] Emitting module NIOHTTPCompression
[1416/1601] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1418/1601] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1419/1601] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1420/1601] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1420/1601] Compiling hpke.cc
[1422/1601] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1423/1601] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1424/1601] Compiling NIOHTTPCompression HTTPCompression.swift
[1425/1601] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1426/1601] Compiling NIOExtras NIOExtrasError.swift
[1427/1603] Compiling NIOHTTPCompression HTTPDecompression.swift
[1428/1603] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1429/1603] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1430/1609] Compiling NIOExtras DebugInboundEventsHandler.swift
[1431/1609] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1432/1609] Emitting module NIOWebSocket
[1434/1609] Compiling NIOExtras RequestResponseHandler.swift
[1435/1609] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1436/1609] Compiling NIOHPACK HuffmanTables.swift
[1437/1609] Compiling NIOHPACK IndexedHeaderTable.swift
[1438/1609] Compiling NIOHPACK IntegerCoding.swift
[1441/1610] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1442/1610] Compiling NIOWebSocket WebSocketFrame.swift
[1444/1611] Compiling NIOFileSystem Exports.swift
[1445/1611] Emitting module NIOFileSystem
[1446/1611] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1447/1611] Compiling NIOExtras NIORequestIdentifiable.swift
[1448/1611] Compiling NIOExtras PCAPRingBuffer.swift
[1449/1611] Compiling NIOExtras QuiescingHelper.swift
[1450/1611] Emitting module NIOHPACK
[1451/1611] Emitting module _NIOFileSystemFoundationCompat
[1452/1611] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1453/1611] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1454/1612] Compiling NIOHPACK HuffmanCoding.swift
[1455/1612] Compiling NIOHPACK StaticHeaderTable.swift
[1457/1613] Emitting module NIOSSL
[1457/1617] Compiling ex_data.cc
[1462/1617] Emitting module NIOExtras
[1464/1617] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1465/1617] Compiling NIOExtras JSONRPCFraming.swift
[1467/1618] Compiling sign.cc
[1472/1618] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1473/1618] Compiling NIOExtras LengthFieldPrepender.swift
[1474/1618] Compiling NIOExtras LineBasedFrameDecoder.swift
[1483/1618] Compiling pbkdf.cc
[1494/1618] Compiling NIOExtras UnsafeTransfer.swift
[1495/1618] Compiling NIOExtras WritePCAPHandler.swift
[1497/1618] Compiling NIOSSL SSLContext.swift
[1498/1618] Compiling NIOSSL SSLErrors.swift
[1499/1618] Compiling NIOSSL SSLInit.swift
[1500/1618] Compiling NIOSSL SSLPKCS12Bundle.swift
[1504/1618] Compiling NIOSSL SafeCompare.swift
[1504/1618] Compiling p_x25519.cc
[1505/1618] Compiling print.cc
[1507/1619] Compiling NIOSSL Zeroization.swift
[1508/1619] Compiling NIOSSL TLSConfiguration.swift
[1509/1619] Compiling NIOSSL UniversalBootstrapSupport.swift
[1510/1619] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1510/1677] Compiling p_x25519_asn1.cc
[1511/1677] Compiling scrypt.cc
[1514/1677] Compiling NIOHTTP2 MaySendFrames.swift
[1515/1677] Compiling NIOHTTP2 SendingDataState.swift
[1515/1678] Compiling p_hkdf.cc
[1517/1678] Compiling p_rsa.cc
[1518/1680] Compiling p_rsa_asn1.cc
[1519/1686] Compiling p_ed25519.cc
[1520/1686] Compiling p_ed25519_asn1.cc
[1522/1686] Compiling WebSocketKit Exports.swift
[1523/1686] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1524/1686] Compiling WebSocketKit WebSocketHandler.swift
[1524/1686] Compiling p_ec.cc
[1525/1686] Compiling p_dh.cc
[1526/1686] Compiling p_dh_asn1.cc
[1526/1686] Compiling p_ec_asn1.cc
[1529/1686] Compiling WebSocketKit WebSocket+Concurrency.swift
[1530/1686] Emitting module WebSocketKit
[1531/1686] Compiling WebSocketKit WebSocketClient.swift
[1532/1686] Compiling WebSocketKit WebSocket+Connect.swift
[1532/1686] Compiling p_dsa_asn1.cc
[1533/1686] Compiling bcm.cc
[1535/1686] Compiling WebSocketKit WebSocket.swift
[1536/1687] Compiling engine.cc
[1537/1687] Compiling evp_ctx.cc
[1538/1687] Compiling evp.cc
[1539/1687] Compiling evp_asn1.cc
[1540/1687] Compiling err.cc
[1541/1687] Compiling ecdsa_asn1.cc
[1543/1687] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1544/1687] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1545/1687] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1546/1687] Compiling NIOHTTP2 HTTP2StreamID.swift
[1547/1687] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1548/1687] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1549/1687] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1550/1687] Compiling NIOHTTP2 InboundEventBuffer.swift
[1551/1695] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1552/1695] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1553/1695] Compiling NIOHTTP2 HasLocalSettings.swift
[1554/1695] Compiling NIOHTTP2 HasRemoteSettings.swift
[1555/1695] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1556/1695] Compiling NIOHTTP2 QuiescingState.swift
[1557/1695] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1558/1695] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1558/1695] Compiling ecdh_extra.cc
[1559/1695] Compiling ec_derive.cc
[1560/1695] Compiling hash_to_curve.cc
[1561/1695] Compiling ec_asn1.cc
[1562/1695] Compiling dsa_asn1.cc
[1563/1695] Compiling dsa.cc
[1564/1695] Compiling params.cc
[1565/1695] Compiling x25519-asm-arm.S
[1567/1695] Emitting module NIOHTTP2
[1568/1695] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1569/1695] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1570/1695] Compiling NIOHTTP2 MayReceiveFrames.swift
[1571/1695] Compiling NIOHTTP2 ReceivingDataState.swift
[1572/1695] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1573/1695] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1574/1695] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1575/1695] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1576/1695] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1576/1695] Compiling digest_extra.cc
[1577/1695] Compiling des.cc
[1578/1695] Compiling dh_asn1.cc
[1579/1695] Compiling curve25519_64_adx.cc
[1580/1695] Compiling spake25519.cc
[1581/1695] Compiling cpu_intel.cc
[1583/1695] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1584/1695] Compiling NIOHTTP2 HTTP2Frame.swift
[1585/1695] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1586/1695] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1587/1695] Compiling NIOHTTP2 HTTP2PingData.swift
[1588/1695] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1589/1695] Compiling NIOHTTP2 HTTP2Settings.swift
[1590/1695] Compiling NIOHTTP2 HTTP2Stream.swift
[1590/1695] Compiling cpu_arm_linux.cc
[1592/1695] Compiling NIOHTTP2 InboundWindowManager.swift
[1593/1695] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1594/1695] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1595/1695] Compiling NIOHTTP2 StreamChannelList.swift
[1596/1695] Compiling NIOHTTP2 StreamMap.swift
[1597/1695] Compiling NIOHTTP2 StreamStateMachine.swift
[1598/1695] Compiling NIOHTTP2 UnsafeTransfer.swift
[1599/1695] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1599/1695] Compiling crypto.cc
[1600/1695] Compiling cpu_arm_freebsd.cc
[1601/1695] Compiling curve25519.cc
[1602/1695] Compiling cpu_aarch64_linux.cc
[1603/1695] Compiling cpu_aarch64_fuchsia.cc
[1604/1695] Compiling cpu_aarch64_sysreg.cc
[1605/1695] Compiling cpu_aarch64_win.cc
[1606/1695] Compiling cpu_aarch64_openbsd.cc
[1607/1695] Compiling cpu_aarch64_apple.cc
[1608/1695] Compiling conf.cc
[1612/1695] Compiling NIOHTTP2 SendingGoawayState.swift
[1613/1695] Compiling NIOHTTP2 SendingHeadersState.swift
[1614/1695] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1615/1695] Compiling NIOHTTP2 SendingRstStreamState.swift
[1616/1695] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1617/1695] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1618/1695] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1619/1695] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1620/1695] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1621/1695] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1622/1695] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1623/1695] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1624/1695] Compiling NIOHTTP2 HTTP2Error.swift
[1625/1695] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1626/1695] Compiling NIOHTTP2 StateMachineResult.swift
[1627/1695] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1628/1695] Compiling NIOHTTP2 DOSHeuristics.swift
[1629/1695] Compiling NIOHTTP2 Error+Any.swift
[1630/1695] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1631/1695] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1632/1695] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1633/1695] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1633/1695] Compiling e_rc2.cc
[1634/1695] Compiling tls_cbc.cc
[1635/1695] Compiling e_rc4.cc
[1636/1696] Compiling e_tls.cc
[1638/1696] Compiling e_null.cc
[1639/1696] Compiling e_chacha20poly1305.cc
[1640/1696] Compiling e_des.cc
[1641/1696] Compiling derive_key.cc
[1642/1696] Compiling e_aesgcmsiv.cc
[1643/1696] Compiling e_aesctrhmac.cc
[1644/1696] Compiling cipher_extra.cc
[1645/1696] Compiling chacha.cc
[1646/1696] Compiling unicode.cc
[1647/1696] Compiling cbs.cc
[1648/1696] Compiling cbb.cc
[1649/1696] Compiling ber.cc
[1650/1696] Compiling asn1_compat.cc
[1651/1696] Compiling convert.cc
[1652/1696] Compiling buf.cc
[1653/1696] Compiling printf.cc
[1654/1696] Compiling hexdump.cc
[1655/1696] Compiling bn_asn1.cc
[1656/1696] Compiling blake2.cc
[1657/1696] Compiling fd.cc
[1658/1696] Compiling errno.cc
[1659/1696] Compiling file.cc
[1660/1696] Compiling pair.cc
[1661/1696] Compiling bio_mem.cc
[1662/1696] Compiling bio.cc
[1663/1696] Compiling base64.cc
[1664/1696] Compiling tasn_utl.cc
[1665/1696] Compiling tasn_fre.cc
[1666/1696] Compiling tasn_typ.cc
[1667/1696] Compiling tasn_enc.cc
[1668/1696] Compiling tasn_new.cc
[1669/1696] Compiling posix_time.cc
[1670/1696] Compiling asn_pack.cc
[1671/1696] Compiling f_int.cc
[1672/1696] Compiling tasn_dec.cc
[1673/1696] Compiling f_string.cc
[1674/1696] Compiling asn1_par.cc
[1675/1696] Compiling asn1_lib.cc
[1676/1696] Compiling a_strex.cc
[1677/1696] Compiling a_utctm.cc
[1678/1696] Compiling a_strnid.cc
[1679/1696] Compiling a_time.cc
[1680/1696] Compiling a_octet.cc
[1681/1696] Compiling a_type.cc
[1682/1696] Compiling a_mbstr.cc
[1683/1696] Compiling a_object.cc
[1684/1696] Compiling a_int.cc
[1684/1696] Write sources
[1689/1696] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1690/1696] Compiling a_d2i_fp.cc
[1691/1696] Compiling a_i2d_fp.cc
[1692/1721] Compiling a_dup.cc
[1693/1721] Compiling a_gentm.cc
[1694/1738] Compiling a_bool.cc
[1695/1774] Compiling a_bitstr.cc
[1697/1774] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1698/1774] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1699/1774] Compiling BitCollections BitArray+Extras.swift
[1700/1774] Compiling BitCollections BitArray+Fill.swift
[1701/1774] Compiling BitCollections BitArray+Hashable.swift
[1702/1774] Compiling BitCollections BitArray+Initializers.swift
[1703/1774] Compiling BitCollections BitArray+Invariants.swift
[1704/1774] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1705/1789] Emitting module BitCollections
[1706/1789] Compiling BitCollections BitArray+BitwiseOperations.swift
[1707/1789] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1708/1789] Compiling BitCollections BitArray+Codable.swift
[1709/1789] Compiling BitCollections BitArray+Collection.swift
[1710/1789] Compiling BitCollections BitArray+Copy.swift
[1711/1789] Compiling BitCollections BitArray+CustomReflectable.swift
[1712/1789] Compiling BitCollections BitArray+Descriptions.swift
[1713/1789] Compiling BitCollections BitArray+Equatable.swift
[1714/1789] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1715/1789] Compiling BitCollections BitSet+CustomReflectable.swift
[1716/1789] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1717/1789] Compiling BitCollections BitSet+Equatable.swift
[1718/1789] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1719/1789] Compiling BitCollections BitSet+Extras.swift
[1720/1789] Compiling BitCollections BitSet+Hashable.swift
[1721/1789] Compiling BitCollections BitSet+Initializers.swift
[1722/1789] Compiling BitCollections BitSet+Invariants.swift
[1723/1789] Compiling BitCollections BitSet+Random.swift
[1724/1789] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1725/1789] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1726/1789] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1727/1789] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1728/1789] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1729/1789] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1730/1789] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1731/1789] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1732/1789] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1733/1789] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1734/1789] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1740/1792] Compiling BitCollections BitArray+RandomBits.swift
[1742/1792] Compiling Algorithms Trim.swift
[1743/1792] Compiling Algorithms Unique.swift
[1744/1792] Compiling Algorithms Windows.swift
[1745/1792] Compiling BitCollections BitArray._UnsafeHandle.swift
[1746/1792] Compiling BitCollections BitArray.swift
[1747/1792] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1748/1792] Compiling BitCollections BitSet+Codable.swift
[1749/1792] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1750/1792] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1751/1792] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1752/1792] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1753/1792] Compiling BitCollections BitSet+SetAlgebra union.swift
[1754/1792] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1755/1792] Compiling BitCollections BitSet.Counted.swift
[1756/1792] Compiling CryptoBoringWrapper RandomBytes.swift
[1768/1792] Compiling BitCollections BitSet.Index.swift
[1769/1792] Compiling BitCollections BitSet._UnsafeHandle.swift
[1770/1792] Compiling BitCollections BitSet.swift
[1771/1792] Compiling BitCollections Range+Utilities.swift
[1772/1792] Compiling BitCollections Slice+Utilities.swift
[1773/1792] Compiling BitCollections UInt+Tricks.swift
[1774/1792] Compiling BitCollections _Word.swift
[1778/1793] Emitting module CryptoBoringWrapper
[1779/1793] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1781/1793] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1785/1793] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1786/1793] Compiling CryptoBoringWrapper EllipticCurve.swift
[1787/1793] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1788/1793] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1794/1796] Compiling Collections Collections.swift
[1795/1796] Emitting module Collections
[1796/1796] Emitting module Algorithms
[1799/1970] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1800/1970] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1801/1970] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1802/1972] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1803/1972] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1804/1972] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1805/1972] Compiling AsyncHTTPClient ConnectionPool.swift
[1806/1972] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1807/1974] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1808/1974] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1809/1974] Compiling AsyncHTTPClient Transaction.swift
[1810/1974] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1813/1974] Emitting module MultipartKit
[1814/1974] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1815/1974] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1816/1974] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1817/1974] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1818/1974] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1819/1974] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1823/1974] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1824/1974] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1825/1974] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1826/1974] Compiling AsyncHTTPClient RequestBodyLength.swift
[1827/1974] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1828/1974] Compiling AsyncHTTPClient RequestOptions.swift
[1829/1974] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1830/1974] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1831/1974] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1832/1974] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1833/1983] Compiling MultipartKit MultipartSerializer.swift
[1834/1983] Compiling MultipartKit Utilities.swift
[1841/1983] Compiling AsyncKit Optional+StrictMap.swift
[1842/1983] Compiling AsyncKit Exports.swift
[1843/1983] Compiling AsyncHTTPClient Base64.swift
[1844/1983] Compiling AsyncHTTPClient BasicAuth.swift
[1848/1983] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1851/1984] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1852/1984] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1853/1984] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1854/1984] Compiling AsyncHTTPClient HTTPHandler.swift
[1855/1984] Compiling AsyncHTTPClient LRUCache.swift
[1856/1984] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1857/1984] Compiling AsyncHTTPClient NWErrorHandler.swift
[1858/1984] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1859/1984] Compiling AsyncHTTPClient TLSConfiguration.swift
[1860/1984] Compiling AsyncHTTPClient RedirectState.swift
[1861/1984] Compiling Crypto HKDF.swift
[1862/1984] Compiling Crypto AESWrap.swift
[1863/1984] Compiling Crypto AESWrap_boring.swift
[1864/1984] Compiling Crypto Ed25519_boring.swift
[1865/1984] Compiling Crypto NISTCurvesKeys_boring.swift
[1866/1984] Compiling Crypto X25519Keys_boring.swift
[1867/1984] Compiling Crypto Curve25519.swift
[1868/1984] Compiling Crypto Ed25519Keys.swift
[1869/1984] Compiling Crypto NISTCurvesKeys.swift
[1870/1984] Compiling Crypto X25519Keys.swift
[1871/1984] Emitting module AsyncKit
[1882/1984] Compiling Crypto Signature.swift
[1883/1984] Compiling Crypto CryptoKitErrors_boring.swift
[1884/1984] Compiling Crypto RNG_boring.swift
[1885/1984] Compiling Crypto SafeCompare_boring.swift
[1886/1984] Compiling Crypto Zeroization_boring.swift
[1887/1984] Compiling Crypto PrettyBytes.swift
[1888/1984] Compiling Crypto SafeCompare.swift
[1889/1984] Compiling Crypto SecureBytes.swift
[1890/1984] Compiling Crypto Zeroization.swift
[1891/1984] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1892/1984] Compiling AsyncHTTPClient ConnectionTarget.swift
[1893/1984] Compiling AsyncHTTPClient DeconstructedURL.swift
[1894/1984] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1895/1984] Compiling AsyncHTTPClient FoundationExtensions.swift
[1896/1984] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1897/1984] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1898/1984] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1899/1984] Compiling AsyncHTTPClient HTTPClient.swift
[1900/1984] Compiling Crypto HPKE-AEAD.swift
[1912/1992] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1913/1992] Compiling AsyncHTTPClient HTTP2Connection.swift
[1914/1992] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1915/1992] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1916/1992] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1917/1992] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1918/1992] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1929/1992] Emitting module Crypto
[1948/1993] Emitting module AsyncHTTPClient
[1983/1993] Compiling AsyncHTTPClient RequestBag.swift
[1984/1993] Compiling AsyncHTTPClient RequestValidation.swift
[1985/1993] Compiling AsyncHTTPClient SSLContextCache.swift
[1986/1993] Compiling AsyncHTTPClient Scheme.swift
[1987/1993] Compiling AsyncHTTPClient Singleton.swift
[1988/1993] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1989/1993] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1990/1993] Compiling AsyncHTTPClient Utils.swift
[1996/2164] Compiling Vapor AsyncBasicResponder.swift
[1997/2164] Compiling Vapor AsyncMiddleware.swift
[1998/2164] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1999/2164] Compiling Vapor AsyncSessionDriver.swift
[2000/2164] Compiling Vapor Authentication+Concurrency.swift
[2001/2164] Compiling Vapor Cache+Concurrency.swift
[2002/2164] Compiling Vapor Client+Concurrency.swift
[2003/2164] Compiling Vapor RequestBody+Concurrency.swift
[2004/2164] Compiling Vapor Responder+Concurrency.swift
[2005/2164] Compiling Vapor ResponseCodable+Concurrency.swift
[2006/2164] Compiling Vapor RoutesBuilder+Concurrency.swift
[2007/2164] Compiling Vapor ViewRenderer+Concurrency.swift
[2008/2164] Compiling Vapor WebSocket+Concurrency.swift
[2009/2164] Compiling Vapor ContainerGetPathExecutor.swift
[2010/2164] Compiling Vapor Content.swift
[2011/2164] Compiling Vapor ContentCoders.swift
[2012/2164] Compiling Vapor ContentConfiguration.swift
[2013/2164] Compiling Vapor ContentContainer.swift
[2014/2164] Compiling Vapor JSONCoder+Custom.swift
[2015/2164] Compiling Vapor JSONCoders+Content.swift
[2016/2164] Compiling Vapor PlaintextDecoder.swift
[2017/2164] Compiling Vapor PlaintextEncoder.swift
[2018/2164] Compiling Vapor URLQueryCoders.swift
[2019/2164] Compiling Vapor URLQueryContainer.swift
[2020/2188] Compiling Vapor Bytes+Hex.swift
[2021/2188] Compiling Vapor Bytes+SecureCompare.swift
[2022/2188] Compiling Vapor Collection+Safe.swift
[2023/2188] Compiling Vapor DataProtocol+Copy.swift
[2024/2188] Compiling Vapor DecoderUnwrapper.swift
[2025/2188] Compiling Vapor DirectoryConfiguration.swift
[2026/2188] Compiling Vapor DotEnv.swift
[2027/2188] Compiling Vapor Extendable.swift
[2028/2188] Compiling Vapor File.swift
[2029/2188] Compiling Vapor FileIO.swift
[2030/2188] Compiling Vapor LifecycleHandler.swift
[2031/2188] Compiling Vapor OptionalType.swift
[2032/2188] Compiling Vapor RFC1123.swift
[2033/2188] Compiling Vapor SocketAddress+Hostname.swift
[2034/2188] Compiling Vapor Storage.swift
[2035/2188] Compiling Vapor String+IsIPAddress.swift
[2036/2188] Compiling Vapor Thread.swift
[2037/2188] Compiling Vapor URI.swift
[2038/2188] Compiling Vapor RangeResult.swift
[2039/2188] Compiling Vapor Validatable.swift
[2040/2188] Compiling Vapor Validation.swift
[2041/2188] Compiling Vapor ValidationKey.swift
[2042/2188] Compiling Vapor Validations.swift
[2043/2188] Compiling Vapor ValidationsError.swift
[2044/2212] Compiling Vapor Validator.swift
[2045/2212] Compiling Vapor ValidatorResult.swift
[2046/2212] Compiling Vapor And.swift
[2047/2212] Compiling Vapor Case.swift
[2048/2212] Compiling Vapor CharacterSet.swift
[2049/2212] Compiling Vapor Count.swift
[2050/2212] Compiling Vapor Custom.swift
[2051/2212] Compiling Vapor Email.swift
[2052/2212] Compiling Vapor Empty.swift
[2053/2212] Compiling Vapor In.swift
[2054/2212] Compiling Vapor Nil.swift
[2055/2212] Compiling Vapor NilIgnoring.swift
[2056/2212] Compiling Vapor Not.swift
[2057/2212] Compiling Vapor Or.swift
[2058/2212] Compiling Vapor Pattern.swift
[2059/2212] Compiling Vapor Range.swift
[2060/2212] Compiling Vapor URL.swift
[2061/2212] Compiling Vapor Valid.swift
[2062/2212] Compiling Vapor Application+Views.swift
[2063/2212] Compiling Vapor PlaintextRenderer.swift
[2064/2212] Compiling Vapor Request+View.swift
[2065/2212] Compiling Vapor View.swift
[2066/2212] Compiling Vapor ViewRenderer.swift
[2067/2212] Compiling Vapor _Deprecations.swift
[2068/2212] Compiling Vapor Application.swift
[2069/2212] Compiling Vapor AuthenticationCache.swift
[2070/2212] Compiling Vapor Authenticator.swift
[2071/2212] Compiling Vapor BasicAuthorization.swift
[2072/2212] Compiling Vapor BearerAuthorization.swift
[2073/2212] Compiling Vapor GuardMiddleware.swift
[2074/2212] Compiling Vapor RedirectMiddleware.swift
[2075/2212] Compiling Vapor SessionAuthenticatable.swift
[2076/2212] Compiling Vapor Bcrypt.swift
[2077/2212] Compiling Vapor Application+Cache.swift
[2078/2212] Compiling Vapor Cache.swift
[2079/2212] Compiling Vapor CacheExpirationTime.swift
[2080/2212] Compiling Vapor MemoryCache.swift
[2081/2212] Compiling Vapor Request+Cache.swift
[2082/2212] Compiling Vapor Application+Clients.swift
[2083/2212] Compiling Vapor Client.swift
[2084/2212] Compiling Vapor ClientRequest.swift
[2085/2212] Compiling Vapor ClientResponse.swift
[2086/2212] Compiling Vapor Request+Client.swift
[2087/2212] Compiling Vapor BootCommand.swift
[2088/2212] Compiling Vapor CommandContext+Application.swift
[2089/2212] Compiling Vapor RoutesCommand.swift
[2090/2212] Compiling Vapor ServeCommand.swift
[2091/2212] Compiling Vapor AnyResponse+Concurrency.swift
[2092/2212] Compiling Vapor Request+Body.swift
[2093/2212] Compiling Vapor Request+BodyStream.swift
[2094/2212] Compiling Vapor Request.swift
[2095/2212] Compiling Vapor Application+Responder.swift
[2096/2212] Compiling Vapor DefaultResponder.swift
[2097/2212] Compiling Vapor Response+Body.swift
[2098/2212] Compiling Vapor Response.swift
[2099/2212] Compiling Vapor ResponseCodable.swift
[2100/2212] Compiling Vapor Application+Routes.swift
[2101/2212] Compiling Vapor Parameters+Require.swift
[2102/2212] Compiling Vapor Request+WebSocket.swift
[2103/2212] Compiling Vapor Route.swift
[2104/2212] Compiling Vapor RouteCollection.swift
[2105/2212] Compiling Vapor Routes.swift
[2106/2212] Compiling Vapor RoutesBuilder+Group.swift
[2107/2212] Compiling Vapor RoutesBuilder+Method.swift
[2108/2212] Compiling Vapor RoutesBuilder+Middleware.swift
[2109/2212] Compiling Vapor RoutesBuilder+WebSocket.swift
[2110/2212] Compiling Vapor RoutesBuilder.swift
[2111/2212] Compiling Vapor OTP.swift
[2112/2212] Compiling Vapor Application+Servers.swift
[2113/2212] Compiling Vapor Server.swift
[2114/2212] Compiling Vapor App+Service.swift
[2115/2212] Compiling Vapor Req+Service.swift
[2116/2212] Compiling Vapor Service.swift
[2117/2212] Compiling Vapor Application+Sessions.swift
[2118/2212] Compiling Vapor MemorySessions.swift
[2119/2212] Compiling Vapor Request+Session.swift
[2120/2212] Compiling Vapor Session.swift
[2121/2212] Compiling Vapor SessionCache.swift
[2122/2212] Compiling Vapor SessionData.swift
[2123/2212] Compiling Vapor SessionDriver.swift
[2124/2212] Compiling Vapor SessionsConfiguration.swift
[2125/2212] Compiling Vapor SessionsMiddleware.swift
[2126/2212] Compiling Vapor URLEncodedFormData.swift
[2127/2212] Compiling Vapor URLEncodedFormDecoder.swift
[2128/2212] Compiling Vapor URLEncodedFormEncoder.swift
[2129/2212] Compiling Vapor URLEncodedFormError.swift
[2130/2212] Compiling Vapor URLEncodedFormParser.swift
[2131/2212] Compiling Vapor URLEncodedFormSerializer.swift
[2132/2212] Compiling Vapor URLQueryFragmentConvertible.swift
[2133/2212] Compiling Vapor AnyResponse.swift
[2134/2212] Compiling Vapor Array+Random.swift
[2135/2212] Compiling Vapor Base32.swift
[2136/2212] Compiling Vapor Base64.swift
[2137/2212] Compiling Vapor BaseN.swift
[2138/2212] Compiling Vapor BasicCodingKey.swift
[2139/2212] Compiling Vapor ByteCount.swift
[2140/2212] Compiling Vapor Core.swift
[2141/2212] Compiling Vapor Running.swift
[2142/2212] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2143/2212] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2144/2212] Compiling Vapor DotEnvFile+load.swift
[2145/2212] Compiling Vapor Routes+caseInsenstive.swift
[2146/2212] Compiling Vapor Validatable+validate.swift
[2147/2212] Compiling Vapor Environment+Process.swift
[2148/2212] Compiling Vapor Environment+Secret.swift
[2149/2212] Compiling Vapor Environment.swift
[2150/2212] Compiling Vapor Abort.swift
[2151/2212] Compiling Vapor AbortError.swift
[2152/2212] Compiling Vapor DebuggableError.swift
[2153/2212] Compiling Vapor Demangler.swift
[2154/2212] Compiling Vapor ErrorSource.swift
[2155/2212] Compiling Vapor StackTrace.swift
[2156/2212] Compiling Vapor Exports.swift
[2157/2212] Compiling Vapor Application+HTTP.swift
[2158/2212] Compiling Vapor BasicResponder.swift
[2159/2212] Compiling Vapor BodyStream.swift
[2160/2212] Compiling Vapor Application+HTTP+Client.swift
[2161/2212] Compiling Vapor EventLoopHTTPClient.swift
[2162/2212] Compiling Vapor EndpointCache.swift
[2163/2212] Compiling Vapor HTTPMethod+String.swift
[2164/2212] Emitting module Vapor
[2165/2212] Compiling Vapor HTTPServerResponseEncoder.swift
[2166/2212] Compiling Vapor HTTPServerUpgradeHandler.swift
[2167/2212] Compiling Vapor Logger+Report.swift
[2168/2212] Compiling Vapor LoggingSystem+Environment.swift
[2169/2212] Compiling Vapor Application+Middleware.swift
[2170/2212] Compiling Vapor CORSMiddleware.swift
[2171/2212] Compiling Vapor ErrorMiddleware.swift
[2172/2212] Compiling Vapor FileMiddleware.swift
[2173/2212] Compiling Vapor Middleware.swift
[2174/2212] Compiling Vapor MiddlewareConfiguration.swift
[2175/2212] Compiling Vapor ResponseCompressionMiddleware.swift
[2176/2212] Compiling Vapor RouteLoggingMiddleware.swift
[2177/2212] Compiling Vapor TracingMiddleware.swift
[2178/2212] Compiling Vapor File+Multipart.swift
[2179/2212] Compiling Vapor FormDataDecoder+Content.swift
[2180/2212] Compiling Vapor FormDataEncoder+Content.swift
[2181/2212] Compiling Vapor Application+Password.swift
[2182/2212] Compiling Vapor Application+Passwords.swift
[2183/2212] Compiling Vapor AsyncPasswordHasher.swift
[2184/2212] Compiling Vapor BcryptHasher.swift
[2185/2212] Compiling Vapor PasswordHasher.swift
[2186/2212] Compiling Vapor PlaintextHasher.swift
[2187/2212] Compiling Vapor Request+Password.swift
[2188/2212] Compiling Vapor Redirect.swift
[2189/2212] Compiling Vapor HTTPStatus.swift
[2190/2212] Compiling Vapor HTTPCookies.swift
[2191/2212] Compiling Vapor HTTPHeaderCacheControl.swift
[2192/2212] Compiling Vapor HTTPHeaderExpires.swift
[2193/2212] Compiling Vapor HTTPHeaderLastModified.swift
[2194/2212] Compiling Vapor HTTPHeaders+Cache.swift
[2195/2212] Compiling Vapor HTTPHeaders+Connection.swift
[2196/2212] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2197/2212] Compiling Vapor HTTPHeaders+ContentRange.swift
[2198/2212] Compiling Vapor HTTPHeaders+Directive.swift
[2199/2212] Compiling Vapor HTTPHeaders+Forwarded.swift
[2200/2212] Compiling Vapor HTTPHeaders+Link.swift
[2201/2212] Compiling Vapor HTTPHeaders+Name.swift
[2202/2212] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2203/2212] Compiling Vapor HTTPHeaders.swift
[2204/2212] Compiling Vapor HTTPMediaType.swift
[2205/2212] Compiling Vapor HTTPMediaTypePreference.swift
[2206/2212] Compiling Vapor Responder.swift
[2207/2212] Compiling Vapor Application+HTTP+Server.swift
[2208/2212] Compiling Vapor HTTPServer.swift
[2209/2212] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2210/2212] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2211/2212] Compiling Vapor HTTPServerHandler.swift
[2212/2212] Compiling Vapor HTTPServerRequestDecoder.swift
[2214/2221] Compiling MixpanelVapor Request+Mixpanel.swift
[2215/2221] Compiling MixpanelVapor LifecycleHandler.swift
[2216/2221] Compiling MixpanelVapor MixpanelProperty.swift
[2217/2221] Compiling MixpanelVapor MixpanelVapor.swift
[2218/2221] Compiling MixpanelVapor Application+Mixpanel.swift
[2219/2221] Compiling MixpanelVapor BatchLogRecordProcessor.swift
[2220/2221] Emitting module MixpanelVapor
[2221/2221] Compiling MixpanelVapor Constants.swift
Build complete! (312.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "uaparserswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/malcommac/UAParserSwift.git"
    },
    {
      "identity" : "fakery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vadymmarkov/Fakery.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "MixpanelVapor",
  "name" : "MixpanelVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MixpanelVapor",
      "targets" : [
        "MixpanelVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MixpanelVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVaporTests",
      "path" : "Tests/MixpanelVaporTests",
      "product_dependencies" : [
        "Fakery",
        "XCTVapor"
      ],
      "sources" : [
        "MixpanelVaporTests.swift"
      ],
      "target_dependencies" : [
        "MixpanelVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MixpanelVapor",
      "module_type" : "SwiftTarget",
      "name" : "MixpanelVapor",
      "path" : "Sources/MixpanelVapor",
      "product_dependencies" : [
        "Vapor",
        "UAParserSwift",
        "Logging",
        "Atomics"
      ],
      "product_memberships" : [
        "MixpanelVapor"
      ],
      "sources" : [
        "Application+Mixpanel.swift",
        "BatchLogRecordProcessor.swift",
        "Constants.swift",
        "LifecycleHandler.swift",
        "MixpanelProperty.swift",
        "MixpanelVapor.swift",
        "Request+Mixpanel.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.