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 main (8c0984), with Swift 6.1 for Android on 30 May 2025 23:18:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8c0984c Update README.md
Cloned https://github.com/petrpavlik/MixpanelVapor.git
Revision (git rev-parse @):
8c0984c36dbe0dc1d9d61a8a989a1a5ffdc172d0
SUCCESS checkout https://github.com/petrpavlik/MixpanelVapor.git at main
========================================
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-4606859-0":/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/malcommac/UAParserSwift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vadymmarkov/Fakery.git
[1/292] Fetching uaparserswift
[250/2009] Fetching uaparserswift, swift-atomics
[302/5845] Fetching uaparserswift, swift-atomics, swift-log
[1632/9138] Fetching uaparserswift, swift-atomics, swift-log, fakery
[9139/83516] Fetching uaparserswift, swift-atomics, swift-log, fakery, vapor
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.51s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetched https://github.com/vadymmarkov/Fakery.git from cache (0.52s)
[5324/78214] Fetching swift-log, vapor
Fetched https://github.com/apple/swift-log.git from cache (2.13s)
Fetched https://github.com/vapor/vapor.git from cache (2.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.35s)
Computing version for https://github.com/vadymmarkov/Fakery.git
Computed https://github.com/vadymmarkov/Fakery.git at 5.1.0 (4.02s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.80s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.11s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3319] Fetching multipart-kit
[831/5928] Fetching multipart-kit, websocket-kit
[832/8134] Fetching multipart-kit, websocket-kit, swift-metrics
[1716/14093] Fetching multipart-kit, websocket-kit, swift-metrics, swift-algorithms
[2548/15156] Fetching multipart-kit, websocket-kit, swift-metrics, swift-algorithms, swift-service-context
[3489/20130] Fetching multipart-kit, websocket-kit, swift-metrics, swift-algorithms, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (1.02s)
Fetching https://github.com/apple/swift-nio-extras.git
[16233/23847] Fetching multipart-kit, websocket-kit, swift-algorithms, swift-service-context, swift-distributed-tracing, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.75s)
Fetching https://github.com/apple/swift-nio-http2.git
[16255/29451] Fetching multipart-kit, websocket-kit, swift-algorithms, swift-service-context, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.81s)
[21942/24477] Fetching multipart-kit, websocket-kit, swift-algorithms, swift-service-context, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (2.82s)
[21109/23414] Fetching multipart-kit, websocket-kit, swift-algorithms, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/websocket-kit.git from cache (2.83s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.83s)
[12772/14846] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.05s)
Fetching https://github.com/vapor/console-kit.git
[1/20727] Fetching routing-kit
[416/34663] Fetching routing-kit, swift-crypto
[4429/49506] Fetching routing-kit, swift-crypto, swift-nio-ssl
[12087/55259] Fetching routing-kit, swift-crypto, swift-nio-ssl, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.16s)
[22568/49506] Fetching routing-kit, swift-crypto, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.51s)
Fetching https://github.com/swift-server/async-http-client.git
[30308/51876] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-kit
[36240/65890] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.72s)
[36703/63520] Fetching routing-kit, swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.35s)
[22287/42793] Fetching swift-crypto, swift-nio-ssl, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.32s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.42s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.57s)
[1/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.62s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (17.00s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.97s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.80s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.82s)
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.43s)
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.21s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.78s)
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.93s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[905/3330] Fetching swift-http-types, swift-service-lifecycle
[2507/9485] Fetching swift-http-types, swift-service-lifecycle, swift-certificates
[3116/14470] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[5595/15611] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers
[5703/17201] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.86s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.96s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.96s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.96s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
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.75s)
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.78s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.89s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.70s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.82s)
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.79s)
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.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.40s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.29s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.70s)
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 (1.72s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.65s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.64s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/832] Write sources
[43/832] Compiling _AtomicsShims.c
[44/832] Write sources
[45/832] Compiling CNIOWindows shim.c
[46/832] Write sources
[53/832] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[54/832] Compiling CNIOWindows WSAStartup.c
[55/832] Compiling CNIOWASI CNIOWASI.c
[56/832] Compiling CVaporBcrypt blf.c
[57/832] Compiling CNIOLinux liburing_shims.c
[58/832] Compiling _NumericsShims _NumericsShims.c
[59/832] Compiling CNIOSHA1 c_nio_sha1.c
[60/832] Compiling CSystem shims.c
[61/832] Compiling CNIOLinux shim.c
[62/832] Compiling CNIOLLHTTP c_nio_http.c
[63/832] Compiling CNIODarwin shim.c
[63/832] Compiling CNIOLLHTTP c_nio_api.c
[64/832] Compiling CNIOExtrasZlib empty.c
[66/832] Compiling fiat_p256_adx_mul.S
[67/832] Write swift-version-24593BA9C3E375BF.txt
[68/832] Compiling CVaporBcrypt bcrypt.c
[69/832] Compiling fiat_p256_adx_sqr.S
[69/832] Compiling fiat_curve25519_adx_square.S
[71/832] Compiling fiat_curve25519_adx_mul.S
[72/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/841] Compiling CNIOBoringSSLShims shims.c
[75/871] Emitting module ServiceContextModule
[75/881] Compiling tls_method.cc
[76/886] Compiling tls_record.cc
[78/900] Emitting module SystemPackage
[79/903] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/903] Compiling InternalCollectionsUtilities Integer rank.swift
[81/904] Compiling InternalCollectionsUtilities Descriptions.swift
[82/904] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/904] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/905] Emitting module RealModule
[85/905] Emitting module InternalCollectionsUtilities
[86/905] Compiling _NIODataStructures _TinyArray.swift
[89/905] Compiling _NIOBase64 Base64.swift
[90/905] Emitting module _NIOBase64
[91/905] Compiling RealModule Float80+Real.swift
[92/906] Compiling RealModule ElementaryFunctions.swift
[93/906] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/906] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/906] Compiling ServiceContextModule ServiceContextKey.swift
[96/906] Compiling _NIODataStructures Heap.swift
[97/906] Emitting module _NIODataStructures
[98/906] Compiling _NIODataStructures PriorityQueue.swift
[99/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/907] Compiling InternalCollectionsUtilities Debugging.swift
[101/907] Compiling RealModule Float16+Real.swift
[102/907] Compiling SystemPackage Util+StringArray.swift
[103/907] Compiling SystemPackage Util.swift
[104/907] Compiling SystemPackage UtilConsumers.swift
[105/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/907] Compiling ServiceContextModule ServiceContext.swift
[114/907] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[115/907] Compiling InternalCollectionsUtilities _SortedCollection.swift
[120/908] Compiling RealModule Float+Real.swift
[121/908] Compiling RealModule Real.swift
[129/908] Compiling RealModule RealFunctions.swift
[130/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/938] Compiling Instrumentation NoOpInstrument.swift
[134/938] Compiling Instrumentation MultiplexInstrument.swift
[135/938] Compiling Atomics Primitives.shims.swift
[136/938] Compiling Atomics AtomicInteger.swift
[137/938] Compiling Atomics AtomicOptionalWrappable.swift
[138/940] Compiling Atomics UnsafeAtomic.swift
[139/940] Compiling Atomics UnsafeAtomicLazyReference.swift
[140/940] Compiling Atomics ManagedAtomic.swift
[141/940] Compiling Atomics ManagedAtomicLazyReference.swift
[142/940] Compiling Atomics AtomicMemoryOrderings.swift
[143/940] Compiling Atomics DoubleWord.swift
[144/940] Compiling Atomics IntegerOperations.swift
[145/940] Compiling Atomics Unmanaged extensions.swift
[146/940] Compiling Atomics AtomicReference.swift
[147/940] Compiling Atomics AtomicStorage.swift
[148/940] Compiling Atomics AtomicValue.swift
[149/940] Compiling CoreMetrics Metrics.swift
[150/940] Emitting module Logging
[151/940] Compiling Logging Locks.swift
[151/940] Compiling tls13_server.cc
[153/940] Compiling Logging MetadataProvider.swift
[154/940] Compiling Instrumentation InstrumentationSystem.swift
[155/940] Compiling Instrumentation Instrument.swift
[156/940] Emitting module Instrumentation
[157/940] Compiling Instrumentation Locks.swift
[158/940] Emitting module CoreMetrics
[159/940] Compiling CoreMetrics Locks.swift
[160/941] Compiling SystemPackage MachPort.swift
[161/941] Compiling SystemPackage PlatformString.swift
[162/941] Compiling SystemPackage SystemString.swift
[167/941] Compiling SystemPackage Backcompat.swift
[168/941] Compiling SystemPackage CInterop.swift
[169/941] Compiling SystemPackage Constants.swift
[170/941] Compiling SystemPackage Exports.swift
[175/942] Compiling Logging LogHandler.swift
[176/942] Compiling Logging Logging.swift
[176/943] Compiling tls13_enc.cc
[182/1067] Emitting module UAParserSwift
[183/1067] Compiling UAParserSwift UAParserSwift.swift
[185/1167] Emitting module Metrics
[186/1167] Compiling Tracing InstrumentationSystem+Tracing.swift
[187/1167] Compiling Metrics Metrics.swift
[188/1168] Compiling HeapModule Heap+Descriptions.swift
[189/1168] Compiling HashTreeCollections TreeDictionary+Codable.swift
[190/1168] Compiling HashTreeCollections TreeDictionary+Collection.swift
[191/1168] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[192/1168] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[193/1168] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[194/1168] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[195/1168] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[197/1175] Compiling HeapModule _HeapNode.swift
[198/1175] Compiling Tracing TracingTime.swift
[199/1175] Compiling HashTreeCollections _HashSlot.swift
[200/1175] Compiling HashTreeCollections _HashStack.swift
[201/1175] Compiling HashTreeCollections _HashTreeIterator.swift
[202/1175] Compiling HashTreeCollections _HashTreeStatistics.swift
[203/1175] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[204/1175] Compiling HashTreeCollections _RawHashNode.swift
[205/1175] Compiling HashTreeCollections _UnmanagedHashNode.swift
[206/1175] Compiling HashTreeCollections _UnsafePath.swift
[207/1175] Compiling HeapModule Heap.swift
[208/1175] Emitting module Tracing
[209/1175] Emitting module RoutingKit
[210/1175] Compiling Tracing TracerProtocol.swift
[211/1175] Compiling RoutingKit AnyRouter.swift
[212/1175] Compiling RoutingKit Parameters.swift
[213/1190] Compiling HashTreeCollections TreeDictionary+Filter.swift
[214/1190] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[215/1190] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[216/1190] Compiling HashTreeCollections TreeDictionary+Keys.swift
[217/1190] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[218/1190] Compiling HashTreeCollections TreeDictionary+Merge.swift
[219/1190] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[220/1190] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[221/1190] Compiling HeapModule Heap+Invariants.swift
[222/1190] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[223/1190] Compiling HeapModule Heap+UnsafeHandle.swift
[224/1190] Compiling RoutingKit PathComponent.swift
[225/1190] Emitting module HeapModule
[226/1190] Compiling Tracing TracerProtocol+Legacy.swift
[227/1191] Compiling Tracing Tracer.swift
[229/1191] Compiling DequeModule Deque+Descriptions.swift
[230/1191] Compiling DequeModule Deque+Extras.swift
[231/1191] Compiling DequeModule Deque+Hashable.swift
[232/1191] Emitting module Atomics
[233/1191] Compiling DequeModule Deque+Codable.swift
[234/1191] Compiling DequeModule Deque+Collection.swift
[235/1191] Compiling DequeModule Deque+CustomReflectable.swift
[238/1194] Compiling HashTreeCollections TreeSet+Hashable.swift
[239/1194] Compiling HashTreeCollections TreeSet+Sendable.swift
[240/1194] Compiling HashTreeCollections TreeSet+Sequence.swift
[241/1194] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[242/1194] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[243/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[244/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[245/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[246/1194] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[247/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[248/1204] Compiling DequeModule _DequeBuffer.swift
[249/1204] Compiling DequeModule _DequeBufferHeader.swift
[250/1204] Compiling RoutingKit Router.swift
[251/1204] Compiling RoutingKit TrieRouter.swift
[253/1205] Compiling Tracing NoOpTracer.swift
[254/1205] Compiling Tracing SpanProtocol.swift
[255/1206] Compiling DequeModule Deque._UnsafeHandle.swift
[256/1206] Compiling DequeModule Deque.swift
[257/1206] Compiling DequeModule Deque+Testing.swift
[258/1206] Compiling DequeModule Deque._Storage.swift
[261/1206] Compiling DequeModule _DequeSlot.swift
[262/1206] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[263/1206] Compiling HashTreeCollections _HashNode+Structural union.swift
[264/1206] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[265/1206] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[266/1206] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[267/1206] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[268/1206] Compiling HashTreeCollections _HashNode.swift
[269/1206] Compiling HashTreeCollections _HashNodeHeader.swift
[270/1206] Compiling DequeModule _UnsafeWrappedBuffer.swift
[271/1206] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[272/1206] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[273/1206] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[274/1206] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[275/1206] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[276/1206] Compiling HashTreeCollections _HashNode+Structural merge.swift
[277/1206] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[279/1231] Compiling Algorithms Indexed.swift
[280/1231] Compiling Algorithms Intersperse.swift
[281/1231] Compiling Algorithms Joined.swift
[282/1231] Compiling Algorithms Keyed.swift
[283/1231] Compiling Algorithms MinMax.swift
[284/1231] Compiling Algorithms RandomSample.swift
[285/1231] Compiling Algorithms Reductions.swift
[286/1231] Compiling Algorithms Rotate.swift
[287/1231] Compiling Algorithms Partition.swift
[288/1231] Compiling Algorithms Permutations.swift
[300/1240] Compiling OrderedCollections OrderedSet+Sendable.swift
[301/1240] Compiling OrderedCollections OrderedSet+SubSequence.swift
[302/1240] Compiling OrderedCollections OrderedSet+Testing.swift
[303/1240] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[304/1240] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[305/1240] Compiling OrderedCollections OrderedSet.swift
[306/1240] Compiling OrderedCollections _UnsafeBitset.swift
[307/1240] Compiling HashTreeCollections TreeSet+Equatable.swift
[308/1240] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[309/1240] Compiling HashTreeCollections TreeSet+Extras.swift
[310/1240] Compiling HashTreeCollections TreeSet+Filter.swift
[322/1240] Compiling Algorithms Compacted.swift
[323/1240] Compiling Algorithms Cycle.swift
[326/1240] Compiling Algorithms FlattenCollection.swift
[327/1240] Compiling Algorithms Grouped.swift
[328/1240] Compiling Algorithms EitherSequence.swift
[329/1240] Compiling Algorithms FirstNonNil.swift
[330/1240] Compiling Algorithms AdjacentPairs.swift
[331/1240] Compiling Algorithms Chain.swift
[332/1240] Compiling Algorithms Chunked.swift
[333/1240] Compiling Algorithms Combinations.swift
[340/1240] Compiling Algorithms Product.swift
[341/1240] Compiling Algorithms Split.swift
[342/1240] Compiling Algorithms Stride.swift
[343/1240] Compiling Algorithms Suffix.swift
[350/1240] Compiling _RopeModule _CharacterRecognizer.swift
[351/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[352/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[353/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[354/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[355/1240] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[356/1240] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[357/1240] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[358/1240] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[359/1240] Compiling HashTreeCollections TreeSet.swift
[367/1240] Emitting module _RopeModule
[368/1240] Emitting module DequeModule
[371/1241] Emitting module OrderedCollections
[422/1245] Compiling tls13_client.cc
[424/1245] Compiling Algorithms Trim.swift
[425/1245] Compiling Algorithms Unique.swift
[426/1245] Compiling Algorithms Windows.swift
[427/1245] Compiling _RopeModule Rope+Join.swift
[428/1245] Compiling _RopeModule Rope+MutatingForEach.swift
[429/1245] Compiling _RopeModule Rope+Remove.swift
[430/1245] Compiling _RopeModule Rope+RemoveSubrange.swift
[431/1245] Compiling _RopeModule Rope+Split.swift
[432/1245] Compiling _RopeModule Optional Utilities.swift
[433/1245] Compiling _RopeModule String Utilities.swift
[434/1245] Compiling _RopeModule String.Index+ABI.swift
[468/1245] Compiling t1_enc.cc
[469/1245] Compiling tls13_both.cc
[474/1245] Compiling ssl_versions.cc
[475/1245] Compiling ssl_x509.cc
[477/1245] Emitting module HashTreeCollections
[478/1246] Compiling ssl_transcript.cc
[499/1247] Emitting module Algorithms
[499/1248] Compiling ssl_stat.cc
[501/1248] Compiling ssl_session.cc
[502/1248] Compiling ssl_privkey.cc
[503/1248] Compiling ssl_file.cc
[504/1248] Compiling ssl_lib.cc
[505/1248] Compiling ssl_key_share.cc
[506/1248] Compiling ssl_cipher.cc
[507/1248] Compiling ssl_credential.cc
[508/1248] Compiling ssl_cert.cc
[509/1248] Compiling ssl_buffer.cc
[510/1248] Compiling ssl_aead_ctx.cc
[511/1248] Compiling ssl_asn1.cc
[512/1248] Compiling s3_pkt.cc
[513/1248] Compiling s3_lib.cc
[514/1248] Compiling s3_both.cc
[515/1248] Compiling handshake_server.cc
[516/1248] Compiling encrypted_client_hello.cc
[517/1248] Compiling handshake_client.cc
[518/1248] Compiling handshake.cc
[519/1248] Compiling extensions.cc
[520/1248] Compiling dtls_method.cc
[521/1248] Compiling handoff.cc
[522/1248] Compiling dtls_record.cc
[523/1248] Compiling md5-x86_64-linux.S
[524/1248] Compiling md5-x86_64-apple.S
[525/1248] Compiling md5-586-linux.S
[526/1248] Compiling md5-586-apple.S
[527/1248] Compiling chacha20_poly1305_x86_64-apple.S
[528/1248] Compiling chacha20_poly1305_x86_64-linux.S
[529/1248] Compiling chacha20_poly1305_armv8-win.S
[530/1248] Compiling chacha20_poly1305_armv8-linux.S
[531/1248] Compiling chacha20_poly1305_armv8-apple.S
[532/1248] Compiling chacha-x86_64-linux.S
[533/1248] Compiling chacha-x86_64-apple.S
[534/1248] Compiling chacha-x86-linux.S
[535/1248] Compiling chacha-x86-apple.S
[536/1248] Compiling chacha-armv8-win.S
[537/1248] Compiling err_data.cc
[538/1248] Compiling chacha-armv8-linux.S
[539/1248] Compiling chacha-armv8-apple.S
[540/1248] Compiling d1_srtp.cc
[541/1248] Compiling chacha-armv4-linux.S
[542/1248] Compiling aes128gcmsiv-x86_64-apple.S
[543/1248] Compiling aes128gcmsiv-x86_64-linux.S
[544/1248] Compiling x86_64-mont5-linux.S
[545/1248] Compiling x86_64-mont-linux.S
[546/1248] Compiling x86_64-mont5-apple.S
[547/1248] Compiling x86-mont-linux.S
[548/1248] Compiling x86_64-mont-apple.S
[549/1248] Compiling x86-mont-apple.S
[550/1248] Compiling vpaes-x86_64-linux.S
[551/1248] Compiling vpaes-x86_64-apple.S
[552/1248] Compiling vpaes-x86-linux.S
[553/1248] Compiling vpaes-armv8-win.S
[554/1248] Compiling vpaes-x86-apple.S
[555/1248] Compiling vpaes-armv8-apple.S
[556/1248] Compiling vpaes-armv8-linux.S
[557/1248] Compiling bio_ssl.cc
[558/1248] Compiling vpaes-armv7-linux.S
[559/1248] Compiling sha512-x86_64-apple.S
[560/1248] Compiling sha512-x86_64-linux.S
[561/1248] Compiling sha512-armv8-win.S
[562/1248] Compiling d1_pkt.cc
[563/1248] Compiling d1_lib.cc
[564/1248] Compiling sha512-armv8-linux.S
[565/1248] Compiling sha512-armv8-apple.S
[566/1248] Compiling sha512-armv4-linux.S
[567/1248] Compiling sha512-586-linux.S
[568/1248] Compiling sha512-586-apple.S
[569/1248] Compiling sha256-x86_64-linux.S
[570/1248] Compiling sha256-x86_64-apple.S
[571/1248] Compiling d1_both.cc
[572/1248] Compiling sha256-armv8-win.S
[573/1248] Compiling sha256-armv8-apple.S
[574/1248] Compiling sha256-armv8-linux.S
[575/1248] Compiling sha256-586-linux.S
[576/1248] Compiling sha256-armv4-linux.S
[576/1248] Compiling sha256-586-apple.S
[578/1248] Compiling sha1-armv8-win.S
[579/1248] Compiling sha1-x86_64-apple.S
[580/1248] Compiling sha1-x86_64-linux.S
[581/1248] Compiling sha1-armv4-large-linux.S
[582/1248] Compiling sha1-586-linux.S
[583/1248] Compiling sha1-586-apple.S
[584/1248] Compiling sha1-armv8-apple.S
[585/1248] Compiling sha1-armv8-linux.S
[586/1248] Compiling rsaz-avx2-linux.S
[587/1248] Compiling rdrand-x86_64-linux.S
[588/1248] Compiling rdrand-x86_64-apple.S
[589/1248] Compiling rsaz-avx2-apple.S
[590/1248] Compiling p256_beeu-x86_64-asm-linux.S
[591/1248] Compiling p256_beeu-x86_64-asm-apple.S
[592/1248] Compiling p256_beeu-armv8-asm-win.S
[593/1248] Compiling p256_beeu-armv8-asm-apple.S
[594/1248] Compiling p256-x86_64-asm-linux.S
[595/1248] Compiling p256_beeu-armv8-asm-linux.S
[596/1248] Compiling p256-x86_64-asm-apple.S
[597/1248] Compiling p256-armv8-asm-win.S
[598/1248] Compiling ghashv8-armv8-win.S
[599/1248] Compiling p256-armv8-asm-apple.S
[600/1248] Compiling ghashv8-armv8-linux.S
[601/1248] Compiling p256-armv8-asm-linux.S
[602/1248] Compiling ghashv8-armv8-apple.S
[603/1248] Compiling ghash-x86_64-apple.S
[604/1248] Compiling ghash-x86_64-linux.S
[605/1248] Compiling ghash-x86-linux.S
[606/1248] Compiling ghashv8-armv7-linux.S
[607/1248] Compiling ghash-x86-apple.S
[608/1248] Compiling ghash-ssse3-x86_64-linux.S
[609/1248] Compiling ghash-ssse3-x86_64-apple.S
[610/1248] Compiling ghash-ssse3-x86-apple.S
[611/1248] Compiling ghash-neon-armv8-linux.S
[612/1248] Compiling ghash-neon-armv8-win.S
[613/1248] Compiling co-586-apple.S
[614/1248] Compiling ghash-ssse3-x86-linux.S
[615/1248] Compiling ghash-neon-armv8-apple.S
[616/1248] Compiling ghash-armv4-linux.S
[617/1248] Compiling co-586-linux.S
[618/1248] Compiling bsaes-armv7-linux.S
[619/1248] Compiling bn-armv8-win.S
[620/1248] Compiling bn-armv8-apple.S
[621/1248] Compiling armv8-mont-win.S
[622/1248] Compiling bn-armv8-linux.S
[623/1248] Compiling bn-586-linux.S
[624/1248] Compiling bn-586-apple.S
[625/1248] Compiling armv8-mont-apple.S
[626/1248] Compiling armv4-mont-linux.S
[627/1248] Compiling aesv8-gcm-armv8-apple.S
[628/1248] Compiling aesv8-gcm-armv8-win.S
[629/1248] Compiling armv8-mont-linux.S
[630/1248] Compiling aesv8-armv8-apple.S
[631/1248] Compiling aesv8-armv8-win.S
[632/1248] Compiling aesv8-gcm-armv8-linux.S
[633/1248] Compiling aesv8-armv8-linux.S
[634/1248] Compiling aesv8-armv7-linux.S
[635/1248] Compiling aesni-x86_64-apple.S
[636/1248] Compiling aesni-x86-linux.S
[637/1248] Compiling aesni-x86_64-linux.S
[638/1248] Compiling aesni-gcm-x86_64-apple.S
[639/1248] Compiling aes-gcm-avx10-x86_64-linux.S
[640/1248] Compiling aesni-x86-apple.S
[641/1248] Compiling aesni-gcm-x86_64-linux.S
[642/1248] Compiling aes-gcm-avx2-x86_64-apple.S
[643/1248] Compiling aes-gcm-avx10-x86_64-apple.S
[644/1248] Compiling aes-gcm-avx2-x86_64-linux.S
[645/1248] Compiling x_pubkey.cc
[646/1248] Compiling x_val.cc
[647/1248] Compiling x_x509a.cc
[648/1248] Compiling x_req.cc
[649/1248] Compiling x_spki.cc
[650/1248] Compiling x_name.cc
[651/1248] Compiling x_sig.cc
[652/1248] Compiling x_x509.cc
[653/1248] Compiling x_attrib.cc
[654/1248] Compiling x_crl.cc
[655/1248] Compiling x_all.cc
[656/1248] Compiling x_algor.cc
[657/1248] Compiling x_exten.cc
[658/1248] Compiling x509name.cc
[659/1248] Compiling x509spki.cc
[660/1248] Compiling x509rset.cc
[661/1248] Compiling x509_vpm.cc
[662/1248] Compiling x509cset.cc
[663/1248] Compiling x509_v3.cc
[664/1248] Compiling x509_vfy.cc
[665/1248] Compiling x509_txt.cc
[666/1248] Compiling x509_trs.cc
[667/1248] Compiling x509_set.cc
[668/1248] Compiling x509_obj.cc
[669/1248] Compiling x509_req.cc
[670/1248] Compiling x509_ext.cc
[671/1248] Compiling x509_def.cc
[672/1248] Compiling x509_lu.cc
[673/1248] Compiling x509_d2.cc
[674/1248] Compiling x509_cmp.cc
[675/1248] Compiling x509.cc
[676/1248] Compiling x509_att.cc
[677/1248] Compiling v3_utl.cc
[678/1248] Compiling v3_purp.cc
[679/1248] Compiling v3_skey.cc
[680/1248] Compiling v3_pmaps.cc
[681/1248] Compiling v3_prn.cc
[682/1248] Compiling v3_ncons.cc
[683/1248] Compiling v3_info.cc
[684/1248] Compiling v3_lib.cc
[685/1248] Compiling v3_ocsp.cc
[686/1248] Compiling v3_pcons.cc
[687/1248] Compiling v3_int.cc
[688/1248] Compiling v3_genn.cc
[689/1248] Compiling v3_extku.cc
[690/1248] Compiling v3_crld.cc
[691/1248] Compiling v3_ia5.cc
[692/1248] Compiling v3_enum.cc
[693/1248] Compiling v3_bcons.cc
[694/1248] Compiling v3_conf.cc
[695/1248] Compiling v3_bitst.cc
[696/1248] Compiling v3_akey.cc
[697/1248] Compiling v3_cpols.cc
[698/1248] Compiling v3_alt.cc
[699/1248] Compiling t_crl.cc
[700/1248] Compiling t_x509a.cc
[701/1248] Compiling v3_akeya.cc
[702/1248] Compiling t_req.cc
[703/1248] Compiling t_x509.cc
[704/1248] Compiling policy.cc
[705/1248] Compiling i2d_pr.cc
[706/1248] Compiling rsa_pss.cc
[707/1248] Compiling name_print.cc
[708/1248] Compiling by_file.cc
[709/1248] Compiling by_dir.cc
[710/1248] Compiling pmbtoken.cc
[711/1248] Compiling a_sign.cc
[712/1248] Compiling algorithm.cc
[713/1248] Compiling asn1_gen.cc
[714/1248] Compiling trust_token.cc
[715/1248] Compiling a_verify.cc
[716/1248] Compiling a_digest.cc
[717/1248] Compiling spake2plus.cc
[718/1248] Compiling voprf.cc
[719/1248] Compiling thread_win.cc
[720/1248] Compiling thread.cc
[721/1248] Compiling thread_none.cc
[722/1248] Compiling thread_pthread.cc
[723/1248] Compiling stack.cc
[724/1248] Compiling sha1.cc
[725/1248] Compiling sha512.cc
[726/1248] Compiling siphash.cc
[727/1248] Compiling sha256.cc
[728/1248] Compiling rsa_asn1.cc
[729/1248] Compiling rsa_print.cc
[730/1248] Compiling rsa_extra.cc
[731/1248] Compiling slhdsa.cc
[732/1248] Compiling rsa_crypt.cc
[733/1248] Compiling rc4.cc
[734/1248] Compiling urandom.cc
[735/1248] Compiling refcount.cc
[736/1248] Compiling windows.cc
[737/1248] Compiling trusty.cc
[738/1248] Compiling passive.cc
[739/1248] Compiling ios.cc
[740/1248] Compiling rand.cc
[741/1248] Compiling getentropy.cc
[742/1248] Compiling poly1305_arm_asm.S
[743/1248] Compiling forkunsafe.cc
[744/1248] Compiling deterministic.cc
[745/1248] Compiling poly1305_vec.cc
[746/1248] Compiling fork_detect.cc
[747/1248] Compiling poly1305_arm.cc
[748/1248] Compiling pkcs7.cc
[749/1248] Compiling pool.cc
[750/1248] Compiling p5_pbev2.cc
[751/1248] Compiling poly1305.cc
[752/1248] Compiling pkcs7_x509.cc
[753/1248] Compiling pkcs8_x509.cc
[754/1248] Compiling pem_xaux.cc
[755/1248] Compiling pkcs8.cc
[756/1248] Compiling pem_pk8.cc
[757/1248] Compiling pem_x509.cc
[758/1248] Compiling pem_pkey.cc
[759/1248] Compiling pem_oth.cc
[760/1248] Compiling pem_lib.cc
[761/1248] Compiling mldsa.cc
[762/1248] Compiling mlkem.cc
[763/1248] Compiling pem_info.cc
[764/1248] Compiling obj_xref.cc
[765/1248] Compiling mem.cc
[766/1248] Compiling md5.cc
[767/1248] Compiling poly_rq_mul.S
[768/1248] Compiling fips_shared_support.cc
[769/1248] Compiling obj.cc
[770/1248] Compiling lhash.cc
[771/1248] Compiling md4.cc
[772/1248] Compiling pem_all.cc
[773/1248] Compiling kyber.cc
[774/1248] Compiling hrss.cc
[775/1248] Compiling sign.cc
[776/1248] Compiling ex_data.cc
[777/1248] Compiling hpke.cc
[778/1248] Compiling scrypt.cc
[779/1248] Compiling print.cc
[780/1248] Compiling p_x25519.cc
[781/1248] Compiling pbkdf.cc
[782/1248] Compiling p_rsa.cc
[783/1248] Compiling p_ed25519.cc
[784/1248] Compiling p_x25519_asn1.cc
[785/1248] Compiling p_rsa_asn1.cc
[786/1248] Compiling p_ed25519_asn1.cc
[787/1248] Compiling p_hkdf.cc
[788/1248] Compiling p_ec_asn1.cc
[789/1248] Compiling p_ec.cc
[790/1248] Compiling p_dh_asn1.cc
[791/1248] Compiling p_dh.cc
[792/1248] Compiling p_dsa_asn1.cc
[793/1248] Compiling evp_ctx.cc
[794/1248] Compiling evp.cc
[795/1248] Compiling err.cc
[796/1248] Compiling evp_asn1.cc
[797/1248] Compiling ecdh.cc
[798/1248] Compiling engine.cc
[799/1248] Compiling ecdsa_asn1.cc
[800/1248] Compiling hash_to_curve.cc
[801/1248] Compiling dsa.cc
[802/1248] Compiling ec_derive.cc
[803/1248] Compiling ec_asn1.cc
[804/1248] Compiling bcm.cc
[805/1248] Compiling dsa_asn1.cc
[806/1248] Compiling params.cc
[807/1248] Compiling des.cc
[808/1248] Compiling curve25519_64_adx.cc
[809/1248] Compiling dh_asn1.cc
[810/1248] Compiling digest_extra.cc
[811/1248] Compiling spake25519.cc
[812/1248] Compiling x25519-asm-arm.S
[813/1248] Compiling curve25519.cc
[814/1248] Compiling crypto.cc
[815/1248] Compiling cpu_arm_freebsd.cc
[816/1248] Compiling cpu_intel.cc
[817/1248] Compiling cpu_aarch64_win.cc
[818/1248] Compiling cpu_arm_linux.cc
[819/1248] Compiling cpu_aarch64_openbsd.cc
[820/1248] Compiling cpu_aarch64_linux.cc
[821/1248] Compiling cpu_aarch64_sysreg.cc
[822/1248] Compiling cpu_aarch64_fuchsia.cc
[823/1248] Compiling tls_cbc.cc
[824/1248] Compiling get_cipher.cc
[825/1248] Compiling conf.cc
[826/1248] Compiling cpu_aarch64_apple.cc
[827/1248] Compiling e_rc2.cc
[828/1248] Compiling e_rc4.cc
[829/1248] Compiling e_tls.cc
[830/1248] Compiling e_des.cc
[831/1248] Compiling e_null.cc
[832/1248] Compiling derive_key.cc
[833/1248] Compiling e_chacha20poly1305.cc
[834/1248] Compiling e_aesgcmsiv.cc
[835/1248] Compiling e_aesctrhmac.cc
[836/1248] Compiling unicode.cc
[837/1248] Compiling chacha.cc
[838/1248] Compiling cbb.cc
[839/1248] Compiling asn1_compat.cc
[840/1248] Compiling buf.cc
[841/1248] Compiling ber.cc
[842/1248] Compiling cbs.cc
[843/1248] Compiling blake2.cc
[844/1248] Compiling convert.cc
[845/1248] Compiling socket_helper.cc
[846/1248] Compiling socket.cc
[847/1248] Compiling printf.cc
[848/1248] Compiling hexdump.cc
[849/1248] Compiling pair.cc
[850/1248] Compiling bn_asn1.cc
[851/1248] Compiling file.cc
[852/1248] Compiling errno.cc
[853/1248] Compiling fd.cc
[854/1248] Compiling bio_mem.cc
[855/1248] Compiling connect.cc
[856/1248] Compiling bio.cc
[857/1248] Compiling base64.cc
[858/1248] Compiling tasn_typ.cc
[859/1248] Compiling tasn_enc.cc
[860/1248] Compiling tasn_fre.cc
[861/1248] Compiling tasn_utl.cc
[862/1248] Compiling tasn_new.cc
[863/1248] Compiling posix_time.cc
[864/1248] Compiling asn_pack.cc
[865/1248] Compiling f_string.cc
[866/1248] Compiling f_int.cc
[867/1248] Compiling tasn_dec.cc
[868/1248] Compiling asn1_par.cc
[869/1248] Compiling a_utctm.cc
[870/1248] Compiling asn1_lib.cc
[871/1248] Compiling a_time.cc
[872/1248] Compiling a_octet.cc
[873/1248] Compiling a_strex.cc
[874/1248] Compiling a_type.cc
[875/1248] Compiling a_strnid.cc
[876/1248] Compiling a_i2d_fp.cc
[877/1248] Compiling a_object.cc
[878/1248] Compiling a_int.cc
[879/1248] Compiling a_d2i_fp.cc
[880/1248] Compiling a_dup.cc
[881/1248] Compiling a_mbstr.cc
[882/1248] Compiling a_gentm.cc
[883/1248] Compiling fiat_p256_adx_sqr.S
[884/1248] Compiling fiat_p256_adx_mul.S
[885/1248] Compiling CCryptoBoringSSLShims shims.c
[886/1248] Compiling a_bool.cc
[887/1248] Compiling fiat_curve25519_adx_square.S
[888/1248] Compiling a_bitstr.cc
[889/1248] Compiling md5-586-linux.S
[890/1248] Compiling fiat_curve25519_adx_mul.S
[891/1248] Compiling md5-586-apple.S
[892/1248] Compiling chacha20_poly1305_x86_64-linux.S
[893/1248] Compiling md5-x86_64-apple.S
[894/1248] Compiling md5-x86_64-linux.S
[895/1248] Compiling chacha20_poly1305_x86_64-apple.S
[896/1248] Compiling chacha20_poly1305_armv8-win.S
[897/1248] Compiling err_data.cc
[898/1248] Compiling chacha-x86_64-linux.S
[898/1248] Compiling chacha20_poly1305_armv8-apple.S
[900/1248] Compiling chacha20_poly1305_armv8-linux.S
[901/1248] Compiling chacha-armv8-win.S
[902/1248] Compiling chacha-x86-linux.S
[903/1248] Compiling chacha-armv8-apple.S
[904/1248] Compiling chacha-x86_64-apple.S
[905/1248] Compiling chacha-x86-apple.S
[906/1248] Compiling chacha-armv8-linux.S
[907/1248] Compiling aes128gcmsiv-x86_64-linux.S
[908/1248] Compiling chacha-armv4-linux.S
[909/1248] Compiling x86_64-mont5-linux.S
[910/1248] Compiling x86_64-mont5-apple.S
[911/1248] Compiling x86_64-mont-linux.S
[912/1248] Compiling aes128gcmsiv-x86_64-apple.S
[913/1248] Compiling x86_64-mont-apple.S
[914/1248] Compiling vpaes-x86_64-linux.S
[915/1248] Compiling x86-mont-apple.S
[916/1248] Compiling x86-mont-linux.S
[917/1248] Compiling vpaes-x86-linux.S
[918/1248] Compiling vpaes-x86-apple.S
[919/1248] Compiling vpaes-armv8-win.S
[920/1248] Compiling vpaes-x86_64-apple.S
[921/1248] Compiling vpaes-armv8-linux.S
[922/1248] Compiling vpaes-armv8-apple.S
[923/1248] Compiling vpaes-armv7-linux.S
[924/1248] Compiling sha512-x86_64-linux.S
[925/1248] Compiling sha512-x86_64-apple.S
[926/1248] Compiling sha512-armv8-win.S
[927/1248] Compiling sha512-armv8-apple.S
[928/1248] Compiling sha512-armv4-linux.S
[929/1248] Compiling sha512-armv8-linux.S
[930/1248] Compiling sha512-586-linux.S
[931/1248] Compiling sha512-586-apple.S
[932/1248] Compiling sha256-x86_64-linux.S
[933/1248] Compiling sha256-x86_64-apple.S
[934/1248] Compiling sha256-armv8-win.S
[935/1248] Compiling sha256-armv8-linux.S
[936/1248] Compiling sha256-armv8-apple.S
[937/1248] Compiling sha256-armv4-linux.S
[938/1248] Compiling sha256-586-linux.S
[939/1248] Compiling sha256-586-apple.S
[940/1248] Compiling sha1-x86_64-linux.S
[941/1248] Compiling sha1-armv8-win.S
[942/1248] Compiling sha1-x86_64-apple.S
[943/1248] Compiling sha1-armv8-apple.S
[944/1248] Compiling sha1-armv8-linux.S
[945/1248] Compiling sha1-586-linux.S
[946/1248] Compiling sha1-586-apple.S
[947/1248] Compiling sha1-armv4-large-linux.S
[948/1248] Compiling rsaz-avx2-linux.S
[949/1248] Compiling rsaz-avx2-apple.S
[950/1248] Compiling p256_beeu-x86_64-asm-linux.S
[951/1248] Compiling rdrand-x86_64-apple.S
[952/1248] Compiling rdrand-x86_64-linux.S
[953/1248] Compiling p256_beeu-x86_64-asm-apple.S
[954/1248] Compiling p256_beeu-armv8-asm-win.S
[955/1248] Compiling p256_beeu-armv8-asm-apple.S
[956/1248] Compiling p256_beeu-armv8-asm-linux.S
[957/1248] Compiling p256-x86_64-asm-linux.S
[958/1248] Compiling p256-armv8-asm-win.S
[959/1248] Compiling p256-x86_64-asm-apple.S
[960/1248] Compiling p256-armv8-asm-linux.S
[961/1248] Compiling p256-armv8-asm-apple.S
[962/1248] Compiling ghashv8-armv8-apple.S
[963/1248] Compiling ghashv8-armv8-win.S
[963/1248] Compiling ghashv8-armv8-linux.S
[965/1248] Compiling ghashv8-armv7-linux.S
[965/1248] Compiling ghash-x86_64-linux.S
[967/1248] Compiling ghash-x86_64-apple.S
[968/1248] Compiling c-nioatomics.c
[969/1248] Compiling ghash-x86-linux.S
[970/1248] Compiling ghash-ssse3-x86_64-linux.S
[971/1248] Compiling ghash-ssse3-x86_64-apple.S
[972/1248] Compiling ghash-ssse3-x86-linux.S
[973/1248] Compiling ghash-x86-apple.S
[974/1248] Compiling ghash-ssse3-x86-apple.S
[975/1248] Compiling ghash-neon-armv8-win.S
[975/1248] Compiling ghash-neon-armv8-apple.S
[977/1248] Compiling ghash-neon-armv8-linux.S
[978/1248] Compiling ghash-armv4-linux.S
[979/1248] Compiling co-586-linux.S
[980/1248] Compiling bsaes-armv7-linux.S
[980/1248] Compiling co-586-apple.S
[982/1248] Compiling bn-armv8-linux.S
[983/1248] Compiling bn-armv8-win.S
[984/1248] Compiling bn-armv8-apple.S
[985/1248] Compiling c-atomics.c
[986/1248] Compiling bn-586-linux.S
[987/1248] Compiling armv8-mont-win.S
[988/1248] Compiling bn-586-apple.S
[989/1248] Compiling armv4-mont-linux.S
[990/1248] Compiling armv8-mont-apple.S
[991/1248] Compiling aesv8-gcm-armv8-win.S
[992/1248] Compiling armv8-mont-linux.S
[993/1248] Compiling aesv8-gcm-armv8-apple.S
[994/1248] Compiling aesv8-armv8-win.S
[995/1248] Compiling aesv8-gcm-armv8-linux.S
[996/1248] Compiling aesv8-armv8-apple.S
[997/1248] Compiling aesni-x86-apple.S
[998/1248] Compiling aesni-x86_64-linux.S
[999/1248] Compiling aesv8-armv8-linux.S
[999/1248] Compiling aesv8-armv7-linux.S
[1001/1248] Compiling aesni-x86-linux.S
[1002/1248] Compiling aesni-x86_64-apple.S
[1003/1251] Compiling aesni-gcm-x86_64-linux.S
[1004/1254] Compiling aes-gcm-avx10-x86_64-apple.S
[1005/1254] Compiling aesni-gcm-x86_64-apple.S
[1006/1254] Compiling aes-gcm-avx10-x86_64-linux.S
[1007/1254] Compiling x_x509.cc
[1008/1254] Compiling x_val.cc
[1010/1254] Compiling NIOConcurrencyHelpers lock.swift
[1010/1254] Compiling x_spki.cc
[1011/1254] Compiling x_sig.cc
[1013/1254] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1014/1254] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1015/1254] Compiling NIOConcurrencyHelpers NIOLock.swift
[1016/1254] Compiling NIOConcurrencyHelpers atomics.swift
[1017/1254] Emitting module NIOConcurrencyHelpers
[1017/1255] Compiling x_x509a.cc
[1019/1255] Compiling x_pubkey.cc
[1020/1315] Compiling x_req.cc
[1021/1341] Compiling x_name.cc
[1023/1341] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1024/1341] Compiling ConsoleKitTerminal ConsoleClear.swift
[1025/1341] Compiling ConsoleKitTerminal Console+Ask.swift
[1026/1341] Compiling ConsoleKitTerminal Console+Choose.swift
[1027/1344] Emitting module ConsoleKitTerminal
[1027/1344] Compiling x_attrib.cc
[1028/1344] Compiling x_exten.cc
[1030/1344] Compiling ConsoleKitTerminal CustomActivity.swift
[1031/1344] Compiling ConsoleKitTerminal LoadingBar.swift
[1032/1344] Compiling ConsoleKitTerminal ProgressBar.swift
[1033/1344] Compiling ConsoleKitTerminal Console+Clear.swift
[1034/1344] Compiling ConsoleKitTerminal ActivityBar.swift
[1035/1344] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1036/1344] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1037/1344] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1038/1344] Compiling ConsoleKitTerminal Console.swift
[1039/1344] Compiling ConsoleKitTerminal Terminal.swift
[1040/1344] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1040/1344] Compiling x_algor.cc
[1041/1344] Compiling x_all.cc
[1042/1344] Compiling x_crl.cc
[1044/1344] Compiling ConsoleKitTerminal Console+Wait.swift
[1045/1344] Compiling ConsoleKitTerminal ConsoleColor.swift
[1046/1344] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1047/1344] Compiling ConsoleKitTerminal Console+Confirm.swift
[1048/1344] Compiling ConsoleKitTerminal Console+Input.swift
[1049/1344] Compiling ConsoleKitTerminal Console+Center.swift
[1050/1344] Compiling ConsoleKitTerminal Console+Output.swift
[1051/1344] Compiling ConsoleKitTerminal ConsoleText.swift
[1052/1344] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1053/1344] Compiling ConsoleKitTerminal ANSI.swift
[1054/1344] Compiling NIOCore MulticastChannel.swift
[1055/1344] Compiling NIOCore NIOAny.swift
[1056/1344] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1057/1344] Compiling NIOCore NIOLoopBound.swift
[1058/1344] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1059/1344] Compiling NIOCore NIOScheduledCallback.swift
[1060/1344] Compiling NIOCore NIOSendable.swift
[1061/1344] Compiling NIOCore RecvByteBufferAllocator.swift
[1061/1352] Compiling x509spki.cc
[1062/1352] Compiling x509name.cc
[1063/1352] Compiling x509cset.cc
[1064/1352] Compiling x509rset.cc
[1066/1352] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1067/1352] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1068/1352] Compiling ConsoleKitTerminal LoggerFragment.swift
[1069/1375] Compiling x509_txt.cc
[1070/1375] Compiling x509_vpm.cc
[1071/1375] Compiling x509_vfy.cc
[1073/1375] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1074/1375] Compiling ConsoleKitCommands AsyncCommand.swift
[1075/1375] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1076/1375] Emitting module ConsoleKitCommands
[1077/1375] Compiling ConsoleKitCommands AsyncCommands.swift
[1078/1375] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1079/1375] Compiling ConsoleKitCommands AnyCommand.swift
[1079/1377] Compiling x509_trs.cc
[1081/1377] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1082/1377] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1083/1377] Compiling ConsoleKitCommands Argument.swift
[1084/1377] Compiling ConsoleKitCommands CommandSignature.swift
[1085/1377] Compiling ConsoleKitCommands Flag.swift
[1086/1377] Compiling ConsoleKitCommands Option.swift
[1086/1377] Compiling x509_v3.cc
[1088/1377] Compiling ConsoleKitCommands Command.swift
[1089/1377] Compiling ConsoleKitCommands CommandContext.swift
[1090/1377] Compiling ConsoleKitCommands CommandError.swift
[1090/1377] Compiling x509_set.cc
[1092/1377] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1093/1377] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1094/1377] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1095/1377] Compiling NIOCore EventLoopFuture.swift
[1096/1377] Compiling NIOCore FileDescriptor.swift
[1097/1377] Compiling NIOCore FileHandle.swift
[1098/1377] Compiling NIOCore FileRegion.swift
[1099/1377] Compiling NIOCore GlobalSingletons.swift
[1100/1377] Compiling NIOCore IO.swift
[1101/1377] Compiling NIOCore IOData.swift
[1102/1377] Compiling NIOCore IPProtocol.swift
[1103/1377] Compiling NIOCore IntegerBitPacking.swift
[1104/1377] Compiling NIOCore IntegerTypes.swift
[1105/1377] Compiling NIOCore Interfaces.swift
[1106/1377] Compiling NIOCore Linux.swift
[1107/1377] Compiling NIOCore MarkedCircularBuffer.swift
[1109/1377] Compiling NIOCore Codec.swift
[1110/1377] Compiling NIOCore ConvenienceOptionSupport.swift
[1111/1377] Compiling NIOCore DeadChannel.swift
[1112/1377] Compiling NIOCore DispatchQueue+WithFuture.swift
[1113/1377] Compiling NIOCore EventLoop+Deprecated.swift
[1114/1377] Compiling NIOCore EventLoop+SerialExecutor.swift
[1115/1377] Compiling NIOCore EventLoop.swift
[1116/1377] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1117/1377] Compiling ConsoleKitCommands Utilities.swift
[1117/1377] Compiling x509_req.cc
[1118/1377] Compiling x509_ext.cc
[1119/1377] Compiling x509_obj.cc
[1120/1377] Compiling x509_lu.cc
[1122/1377] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1123/1377] Compiling NIOCore SocketAddresses.swift
[1124/1377] Compiling NIOCore SocketOptionProvider.swift
[1125/1377] Compiling NIOCore SystemCallHelpers.swift
[1126/1377] Compiling NIOCore TimeAmount+Duration.swift
[1127/1377] Compiling NIOCore TypeAssistedChannelHandler.swift
[1128/1377] Compiling NIOCore UniversalBootstrapSupport.swift
[1129/1377] Compiling NIOCore Utilities.swift
[1129/1377] Compiling x509_d2.cc
[1131/1377] Compiling ConsoleKitCommands CommandGroup.swift
[1132/1377] Compiling ConsoleKitCommands CommandInput.swift
[1133/1377] Compiling ConsoleKitCommands Commands.swift
[1134/1377] Compiling ConsoleKitCommands Console+Run.swift
[1135/1377] Compiling ConsoleKitCommands ConsoleError.swift
[1136/1377] Compiling ConsoleKitCommands Completion.swift
[1136/1378] Compiling x509_def.cc
[1138/1378] Compiling x509_cmp.cc
[1139/1378] Compiling x509_att.cc
[1140/1378] Compiling x509.cc
[1141/1378] Compiling v3_skey.cc
[1143/1380] Compiling ConsoleKit Exports.swift
[1143/1380] Compiling v3_utl.cc
[1145/1380] Emitting module ConsoleKit
[1145/1381] Compiling v3_purp.cc
[1146/1381] Compiling v3_pmaps.cc
[1148/1381] Compiling v3_prn.cc
[1149/1381] Compiling v3_pcons.cc
[1177/1381] Compiling v3_ocsp.cc
[1178/1381] Compiling v3_ncons.cc
[1179/1381] Compiling v3_int.cc
[1180/1381] Compiling v3_lib.cc
[1181/1381] Compiling v3_ia5.cc
[1182/1381] Compiling v3_info.cc
[1183/1381] Compiling v3_genn.cc
[1184/1381] Compiling v3_extku.cc
[1185/1381] Compiling v3_cpols.cc
[1186/1381] Compiling v3_crld.cc
[1187/1381] Compiling v3_enum.cc
[1189/1381] Emitting module NIOCore
[1190/1382] Compiling v3_bitst.cc
[1191/1382] Compiling v3_bcons.cc
[1192/1396] Compiling v3_conf.cc
[1193/1432] Compiling v3_alt.cc
[1194/1432] Compiling v3_akeya.cc
[1195/1432] Compiling v3_akey.cc
[1196/1432] Compiling t_x509a.cc
[1198/1432] Emitting module NIOEmbedded
[1198/1432] Compiling t_x509.cc
[1200/1432] Compiling NIOEmbedded AsyncTestingChannel.swift
[1200/1432] Compiling t_crl.cc
[1201/1432] Compiling t_req.cc
[1203/1432] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1204/1432] Compiling NIOEmbedded Embedded.swift
[1205/1433] Compiling rsa_pss.cc
[1206/1433] Compiling name_print.cc
[1207/1433] Compiling i2d_pr.cc
[1208/1433] Compiling policy.cc
[1209/1433] Compiling by_file.cc
[1210/1433] Compiling by_dir.cc
[1211/1433] Compiling a_verify.cc
[1212/1433] Compiling algorithm.cc
[1213/1433] Compiling a_sign.cc
[1215/1433] Compiling NIOPosix ServerSocket.swift
[1216/1433] Compiling NIOPosix Socket.swift
[1217/1433] Compiling NIOPosix SocketChannel.swift
[1218/1433] Compiling NIOPosix SocketProtocols.swift
[1219/1433] Compiling NIOPosix System.swift
[1220/1433] Compiling NIOPosix Thread.swift
[1220/1439] Compiling asn1_gen.cc
[1222/1439] Compiling NIOPosix SelectableChannel.swift
[1223/1439] Compiling NIOPosix SelectableEventLoop.swift
[1224/1439] Compiling NIOPosix SelectorEpoll.swift
[1225/1439] Compiling NIOPosix SelectorGeneric.swift
[1226/1439] Compiling NIOPosix SelectorKqueue.swift
[1227/1439] Compiling NIOPosix SelectorUring.swift
[1228/1439] Compiling NIOPosix Pool.swift
[1229/1439] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1230/1439] Compiling NIOPosix PosixSingletons.swift
[1231/1439] Compiling NIOPosix RawSocketBootstrap.swift
[1232/1439] Compiling NIOPosix Resolver.swift
[1233/1439] Compiling NIOPosix Selectable.swift
[1233/1439] Compiling a_digest.cc
[1234/1439] Compiling thread_win.cc
[1235/1439] Compiling voprf.cc
[1236/1439] Compiling thread_none.cc
[1237/1439] Compiling thread_pthread.cc
[1238/1439] Compiling pmbtoken.cc
[1239/1439] Compiling stack.cc
[1240/1439] Compiling trust_token.cc
[1241/1439] Compiling thread.cc
[1243/1439] Compiling NIOPosix ThreadPosix.swift
[1244/1439] Compiling NIOPosix ThreadWindows.swift
[1245/1439] Compiling NIOPosix UnsafeTransfer.swift
[1246/1439] Compiling NIOPosix Utilities.swift
[1247/1439] Compiling NIOPosix VsockAddress.swift
[1248/1439] Compiling NIOPosix VsockChannelEvents.swift
[1248/1439] Compiling thash.cc
[1250/1439] Compiling NIOPosix IO.swift
[1251/1439] Compiling NIOPosix IntegerBitPacking.swift
[1252/1439] Compiling NIOPosix IntegerTypes.swift
[1253/1439] Compiling NIOPosix Linux.swift
[1254/1439] Compiling NIOPosix LinuxCPUSet.swift
[1255/1439] Compiling NIOPosix LinuxUring.swift
[1256/1439] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1257/1439] Compiling NIOPosix NIOThreadPool.swift
[1258/1439] Compiling NIOPosix NonBlockingFileIO.swift
[1259/1439] Compiling NIOPosix PendingDatagramWritesManager.swift
[1260/1439] Compiling NIOPosix PendingWritesManager.swift
[1261/1439] Compiling NIOPosix PipeChannel.swift
[1262/1439] Compiling NIOPosix PipePair.swift
[1263/1439] Compiling NIOPosix Bootstrap.swift
[1264/1439] Compiling NIOPosix ControlMessage.swift
[1265/1439] Compiling NIOPosix DatagramVectorReadManager.swift
[1266/1439] Compiling NIOPosix Errors+Any.swift
[1267/1439] Compiling NIOPosix FileDescriptor.swift
[1268/1439] Compiling NIOPosix GetaddrinfoResolver.swift
[1269/1439] Compiling NIOPosix HappyEyeballs.swift
[1270/1439] Compiling NIOPosix BSDSocketAPICommon.swift
[1271/1439] Compiling NIOPosix BSDSocketAPIPosix.swift
[1272/1439] Compiling NIOPosix BSDSocketAPIWindows.swift
[1273/1439] Compiling NIOPosix BaseSocket.swift
[1274/1439] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1275/1439] Compiling NIOPosix BaseSocketChannel.swift
[1276/1439] Compiling NIOPosix BaseStreamSocketChannel.swift
[1277/1439] Emitting module NIOPosix
[1277/1439] Compiling wots.cc
[1278/1439] Compiling merkle.cc
[1279/1440] Compiling fors.cc
[1281/1440] Compiling sha256.cc
[1282/1440] Compiling slhdsa.cc
[1283/1440] Compiling siphash.cc
[1284/1440] Compiling sha512.cc
[1285/1440] Compiling sha1.cc
[1286/1442] Compiling rsa_print.cc
[1287/1458] Compiling rsa_extra.cc
[1288/1477] Compiling rsa_crypt.cc
[1290/1477] Emitting module NIO
[1291/1477] Compiling NIO Exports.swift
[1292/1478] Compiling trusty.cc
[1293/1478] Compiling rc4.cc
[1294/1478] Compiling refcount.cc
[1295/1487] Compiling windows.cc
[1296/1495] Compiling urandom.cc
[1297/1497] Compiling rsa_asn1.cc
[1299/1517] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1300/1517] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1301/1517] Emitting module _NIOFileSystem
[1302/1521] Compiling NIOTLS TLSEvents.swift
[1303/1521] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1304/1521] Compiling NIOSOCKS SOCKSResponse.swift
[1305/1522] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1306/1522] Compiling NIOSOCKS ClientStateMachine.swift
[1307/1522] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1308/1522] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1308/1522] Compiling rand_extra.cc
[1310/1522] Emitting module NIOSOCKS
[1310/1522] Compiling ios.cc
[1312/1522] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1313/1522] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1314/1522] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1315/1522] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1316/1522] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1317/1522] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1318/1522] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1319/1522] Compiling NIOHTTP1 HTTPDecoder.swift
[1320/1522] Compiling NIOSOCKS ServerStateMachine.swift
[1320/1523] Compiling passive.cc
[1322/1523] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1323/1523] Emitting module NIOTLS
[1324/1523] Compiling NIOTLS SNIHandler.swift
[1326/1524] Emitting module NIOFoundationCompat
[1327/1524] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1329/1525] Emitting module NIOHTTP1
[1331/1527] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1332/1527] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1333/1527] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1334/1527] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1343/1527] Compiling NIOHTTP1 HTTPEncoder.swift
[1344/1527] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1344/1527] Compiling getentropy.cc
[1346/1527] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1347/1527] Compiling _NIOFileSystem Mocking.swift
[1348/1527] Compiling _NIOFileSystem Syscall.swift
[1349/1527] Compiling _NIOFileSystem Syscalls.swift
[1350/1527] Compiling _NIOFileSystem ParallelDirCopy.swift
[1351/1527] Compiling _NIOFileSystem ParallelRemoval.swift
[1352/1527] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1353/1527] Compiling _NIOFileSystem CInterop.swift
[1354/1527] Compiling _NIOFileSystem Errno.swift
[1354/1578] Compiling forkunsafe.cc
[1356/1578] Compiling NIOSSL SSLInit.swift
[1357/1578] Compiling NIOSSL SSLPKCS12Bundle.swift
[1358/1578] Compiling NIOSSL SSLPrivateKey.swift
[1358/1580] Compiling deterministic.cc
[1360/1580] Compiling NIOSSL SSLCertificate.swift
[1361/1580] Compiling NIOSSL SSLCertificateExtensions.swift
[1362/1580] Compiling NIOSSL SSLCertificateName.swift
[1363/1580] Compiling NIOSSL ObjectIdentifier.swift
[1364/1580] Compiling NIOSSL PosixPort.swift
[1365/1580] Compiling NIOSSL SSLCallbacks.swift
[1366/1580] Emitting module NIOTransportServices
[1367/1580] Compiling NIOSSL CustomPrivateKey.swift
[1368/1580] Compiling NIOSSL IdentityVerification.swift
[1369/1580] Compiling NIOSSL NIOSSLServerHandler.swift
[1369/1580] Compiling poly1305_arm_asm.S
[1371/1580] Compiling NIOSSL SSLConnection.swift
[1372/1580] Compiling NIOSSL SSLContext.swift
[1373/1580] Compiling NIOSSL SSLErrors.swift
[1374/1580] Compiling NIOSSL LinuxCABundle.swift
[1375/1580] Compiling NIOSSL NIOSSLClientHandler.swift
[1376/1580] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1377/1580] Compiling NIOSSL NIOSSLHandler.swift
[1378/1580] Compiling NIOSSL AndroidCABundle.swift
[1379/1580] Compiling NIOSSL ByteBufferBIO.swift
[1382/1580] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1383/1580] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1387/1580] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1388/1580] Compiling NIOSSL SubjectAlternativeName.swift
[1393/1581] Compiling fork_detect.cc
[1395/1581] Compiling poly1305_vec.cc
[1396/1581] Compiling poly1305_arm.cc
[1397/1581] Compiling pool.cc
[1398/1581] Compiling poly1305.cc
[1402/1581] Compiling _NIOFileSystem SystemFileHandle.swift
[1403/1581] Compiling _NIOFileSystem Utilities.swift
[1404/1581] Compiling _NIOFileSystem OpenOptions.swift
[1405/1581] Compiling _NIOFileSystem String+FileSystem.swift
[1405/1581] Compiling pkcs7.cc
[1406/1581] Compiling pkcs8.cc
[1423/1583] Compiling pem_xaux.cc
[1428/1590] Compiling pkcs8_x509.cc
[1429/1590] Compiling p5_pbev2.cc
[1430/1590] Compiling pkcs7_x509.cc
[1436/1634] Compiling NIOFileSystem Exports.swift
[1437/1638] Emitting module _NIOFileSystemFoundationCompat
[1438/1638] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1439/1638] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1440/1638] Emitting module NIOSSL
[1441/1638] Compiling NIOHPACK HPACKHeader.swift
[1442/1638] Compiling NIOHPACK HeaderTables.swift
[1443/1638] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1444/1638] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1445/1638] Emitting module NIOFileSystem
[1446/1640] Compiling pem_x509.cc
[1449/1640] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1451/1640] Compiling NIOSSL NIOSSLSecureBytes.swift
[1452/1640] Compiling NIOSSL RNG.swift
[1453/1640] Compiling NIOSSL SafeCompare.swift
[1454/1640] Compiling NIOWebSocket WebSocketOpcode.swift
[1455/1641] Compiling NIOHPACK IndexedHeaderTable.swift
[1456/1642] Compiling NIOHPACK IntegerCoding.swift
[1457/1642] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1458/1642] Compiling NIOExtras NIOExtrasError.swift
[1459/1644] Compiling NIOHPACK HuffmanTables.swift
[1460/1644] Compiling NIOHTTPCompression HTTPDecompression.swift
[1461/1644] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1462/1644] Compiling NIOHPACK StaticHeaderTable.swift
[1463/1644] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1464/1644] Compiling NIOExtras NIORequestIdentifiable.swift
[1465/1644] Compiling NIOExtras PCAPRingBuffer.swift
[1466/1644] Compiling NIOExtras QuiescingHelper.swift
[1467/1644] Compiling NIOExtras RequestResponseHandler.swift
[1468/1644] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1469/1644] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1470/1644] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1471/1644] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1472/1644] Emitting module NIOWebSocket
[1473/1644] Compiling NIOHPACK HPACKEncoder.swift
[1474/1644] Compiling NIOHPACK HPACKErrors.swift
[1474/1644] Compiling pem_oth.cc
[1476/1644] Compiling NIOHPACK DynamicHeaderTable.swift
[1477/1644] Compiling NIOHPACK HPACKDecoder.swift
[1478/1644] Compiling NIOWebSocket WebSocketFrame.swift
[1479/1644] Compiling NIOExtras JSONRPCFraming.swift
[1482/1644] Compiling pem_pk8.cc
[1484/1644] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1485/1644] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1486/1644] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1492/1645] Compiling NIOExtras UnsafeTransfer.swift
[1493/1645] Compiling NIOExtras WritePCAPHandler.swift
[1495/1645] Emitting module NIOHTTPCompression
[1496/1645] Compiling NIOHTTPCompression HTTPCompression.swift
[1497/1646] Compiling NIOHPACK HuffmanCoding.swift
[1503/1646] Emitting module NIOExtras
[1503/1646] Compiling pem_pkey.cc
[1510/1646] Compiling pem_lib.cc
[1511/1646] Compiling pem_info.cc
[1519/1646] Emitting module NIOHPACK
[1523/1648] Compiling NIOSSL Zeroization.swift
[1524/1648] Compiling NIOSSL TLSConfiguration.swift
[1525/1648] Compiling NIOSSL UniversalBootstrapSupport.swift
[1526/1648] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1526/1648] Compiling obj_xref.cc
[1527/1649] Compiling obj.cc
[1530/1649] Compiling mldsa.cc
[1531/1649] Compiling pem_all.cc
[1532/1707] Compiling mem.cc
[1533/1707] Compiling mlkem.cc
[1534/1715] Compiling poly_rq_mul.S
[1535/1715] Compiling md4.cc
[1536/1715] Compiling lhash.cc
[1537/1715] Compiling fips_shared_support.cc
[1538/1715] Compiling md5.cc
[1540/1715] Compiling WebSocketKit Exports.swift
[1541/1715] Compiling WebSocketKit WebSocket+Connect.swift
[1542/1715] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1543/1715] Compiling WebSocketKit WebSocketHandler.swift
[1544/1715] Emitting module WebSocketKit
[1545/1715] Compiling WebSocketKit WebSocket+Concurrency.swift
[1545/1715] Compiling kyber.cc
[1547/1715] Compiling WebSocketKit WebSocketClient.swift
[1548/1715] Compiling WebSocketKit WebSocket.swift
[1548/1716] Compiling sign.cc
[1550/1716] Compiling hpke.cc
[1551/1716] Compiling hrss.cc
[1552/1716] Compiling ex_data.cc
[1553/1716] Compiling scrypt.cc
[1554/1716] Compiling print.cc
[1555/1716] Compiling pbkdf.cc
[1556/1716] Compiling p_x25519.cc
[1557/1716] Compiling p_x25519_asn1.cc
[1558/1716] Compiling p_rsa_asn1.cc
[1560/1716] Compiling NIOHTTP2 StateMachineResult.swift
[1561/1716] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1562/1716] Compiling NIOHTTP2 DOSHeuristics.swift
[1563/1716] Compiling NIOHTTP2 Error+Any.swift
[1564/1716] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1565/1716] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1566/1716] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1567/1716] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1568/1716] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1569/1716] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1570/1716] Compiling NIOHTTP2 HasLocalSettings.swift
[1571/1716] Compiling NIOHTTP2 HasRemoteSettings.swift
[1572/1716] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1573/1716] Compiling NIOHTTP2 QuiescingState.swift
[1574/1716] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1575/1716] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1575/1724] Compiling p_ed25519.cc
[1576/1724] Compiling p_hkdf.cc
[1577/1724] Compiling p_rsa.cc
[1578/1724] Compiling p_ec_asn1.cc
[1579/1724] Compiling p_ec.cc
[1580/1724] Compiling p_ed25519_asn1.cc
[1582/1724] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1583/1724] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1584/1724] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1585/1724] Compiling NIOHTTP2 HTTP2StreamID.swift
[1586/1724] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1587/1724] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1588/1724] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1589/1724] Compiling NIOHTTP2 InboundEventBuffer.swift
[1589/1724] Compiling p_dh.cc
[1590/1724] Compiling p_dh_asn1.cc
[1591/1724] Compiling evp_ctx.cc
[1593/1724] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1594/1724] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1595/1724] Compiling NIOHTTP2 MayReceiveFrames.swift
[1596/1724] Compiling NIOHTTP2 ReceivingDataState.swift
[1597/1724] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1598/1724] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1599/1724] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1600/1724] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1601/1724] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1602/1724] Emitting module NIOHTTP2
[1602/1724] Compiling evp.cc
[1603/1724] Compiling p_dsa_asn1.cc
[1604/1724] Compiling evp_asn1.cc
[1605/1724] Compiling err.cc
[1607/1724] Compiling NIOHTTP2 InboundWindowManager.swift
[1608/1724] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1609/1724] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1610/1724] Compiling NIOHTTP2 StreamChannelList.swift
[1611/1724] Compiling NIOHTTP2 StreamMap.swift
[1612/1724] Compiling NIOHTTP2 StreamStateMachine.swift
[1613/1724] Compiling NIOHTTP2 UnsafeTransfer.swift
[1614/1724] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1614/1724] Compiling engine.cc
[1615/1724] Compiling ecdh_extra.cc
[1616/1724] Compiling ecdsa_asn1.cc
[1617/1724] Compiling bcm.cc
[1618/1724] Compiling ec_derive.cc
[1619/1724] Compiling hash_to_curve.cc
[1621/1724] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1622/1724] Compiling NIOHTTP2 HTTP2Frame.swift
[1623/1724] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1624/1724] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1625/1724] Compiling NIOHTTP2 HTTP2PingData.swift
[1626/1724] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1627/1724] Compiling NIOHTTP2 HTTP2Settings.swift
[1628/1724] Compiling NIOHTTP2 HTTP2Stream.swift
[1628/1724] Compiling ec_asn1.cc
[1629/1724] Compiling dsa_asn1.cc
[1630/1724] Compiling dsa.cc
[1631/1724] Compiling params.cc
[1632/1724] Compiling x25519-asm-arm.S
[1633/1724] Compiling des.cc
[1634/1724] Compiling dh_asn1.cc
[1635/1724] Compiling digest_extra.cc
[1636/1724] Compiling spake25519.cc
[1637/1724] Compiling curve25519_64_adx.cc
[1638/1724] Compiling cpu_intel.cc
[1640/1724] Compiling NIOHTTP2 MaySendFrames.swift
[1641/1724] Compiling NIOHTTP2 SendingDataState.swift
[1642/1724] Compiling NIOHTTP2 SendingGoawayState.swift
[1643/1724] Compiling NIOHTTP2 SendingHeadersState.swift
[1644/1724] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1645/1724] Compiling NIOHTTP2 SendingRstStreamState.swift
[1646/1724] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1647/1724] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1648/1724] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1649/1724] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1650/1724] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1651/1724] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1652/1724] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1653/1724] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1654/1724] Compiling NIOHTTP2 HTTP2Error.swift
[1655/1724] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1655/1725] Compiling crypto.cc
[1656/1725] Compiling curve25519.cc
[1657/1725] Compiling cpu_arm_freebsd.cc
[1659/1725] Compiling cpu_arm_linux.cc
[1660/1725] Compiling cpu_aarch64_win.cc
[1661/1725] Compiling cpu_aarch64_sysreg.cc
[1662/1725] Compiling cpu_aarch64_openbsd.cc
[1663/1725] Compiling cpu_aarch64_linux.cc
[1664/1785] Compiling cpu_aarch64_fuchsia.cc
[1665/1785] Compiling conf.cc
[1666/1785] Compiling cpu_aarch64_apple.cc
[1667/1785] Compiling e_rc4.cc
[1668/1785] Compiling e_tls.cc
[1669/1785] Compiling tls_cbc.cc
[1670/1785] Compiling e_rc2.cc
[1671/1785] Compiling e_des.cc
[1672/1785] Compiling e_chacha20poly1305.cc
[1673/1785] Compiling e_null.cc
[1674/1785] Compiling e_aesgcmsiv.cc
[1675/1785] Compiling e_aesctrhmac.cc
[1676/1785] Compiling derive_key.cc
[1677/1785] Compiling cipher_extra.cc
[1678/1785] Compiling unicode.cc
[1679/1785] Compiling chacha.cc
[1681/1785] Emitting module AsyncHTTPClient
[1681/1793] Compiling ber.cc
[1682/1793] Compiling cbb.cc
[1683/1793] Compiling cbs.cc
[1684/1793] Compiling asn1_compat.cc
[1685/1793] Compiling buf.cc
[1686/1793] Compiling convert.cc
[1687/1793] Compiling printf.cc
[1688/1793] Compiling hexdump.cc
[1689/1793] Compiling bn_asn1.cc
[1690/1793] Compiling blake2.cc
[1691/1793] Compiling pair.cc
[1692/1793] Compiling file.cc
[1693/1793] Compiling errno.cc
[1695/1793] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1696/1793] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1697/1793] Compiling AsyncHTTPClient Transaction.swift
[1698/1793] Compiling AsyncHTTPClient Base64.swift
[1699/1793] Compiling AsyncHTTPClient BasicAuth.swift
[1700/1793] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1701/1793] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1702/1793] Compiling AsyncHTTPClient ConnectionPool.swift
[1703/1793] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1704/1793] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1705/1793] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1706/1793] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1707/1793] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1708/1793] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1709/1793] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1710/1793] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1711/1793] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1712/1793] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1712/1793] Compiling bio_mem.cc
[1713/1793] Compiling fd.cc
[1715/1793] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1716/1793] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1717/1793] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1718/1793] Compiling AsyncHTTPClient HTTP1Connection.swift
[1719/1793] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1720/1793] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1721/1793] Compiling AsyncHTTPClient HTTP2Connection.swift
[1722/1793] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1723/1793] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1724/1793] Compiling AsyncHTTPClient HTTPHandler.swift
[1725/1793] Compiling AsyncHTTPClient LRUCache.swift
[1726/1793] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1727/1793] Compiling AsyncHTTPClient NWErrorHandler.swift
[1728/1793] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1729/1793] Compiling AsyncHTTPClient TLSConfiguration.swift
[1730/1793] Compiling AsyncHTTPClient RedirectState.swift
[1731/1793] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1732/1793] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1733/1793] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1734/1793] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1735/1793] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1736/1793] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1737/1793] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1738/1793] Compiling AsyncHTTPClient RequestBodyLength.swift
[1739/1793] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1739/1793] Compiling bio.cc
[1740/1793] Compiling base64.cc
[1741/1793] Compiling tasn_fre.cc
[1743/1793] Compiling AsyncHTTPClient RequestOptions.swift
[1744/1793] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1745/1793] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1746/1793] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1747/1793] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1748/1793] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1749/1793] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1750/1793] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1751/1793] Compiling AsyncHTTPClient ConnectionTarget.swift
[1752/1793] Compiling AsyncHTTPClient DeconstructedURL.swift
[1753/1793] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1754/1793] Compiling AsyncHTTPClient FoundationExtensions.swift
[1755/1793] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1756/1793] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1757/1793] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1758/1793] Compiling AsyncHTTPClient HTTPClient.swift
[1758/1793] Compiling tasn_utl.cc
[1759/1793] Compiling tasn_typ.cc
[1760/1793] Compiling tasn_enc.cc
[1761/1793] Compiling tasn_new.cc
[1763/1793] Compiling AsyncHTTPClient RequestBag.swift
[1764/1793] Compiling AsyncHTTPClient RequestValidation.swift
[1765/1793] Compiling AsyncHTTPClient SSLContextCache.swift
[1766/1793] Compiling AsyncHTTPClient Scheme.swift
[1767/1793] Compiling AsyncHTTPClient Singleton.swift
[1768/1793] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1769/1793] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1770/1793] Compiling AsyncHTTPClient Utils.swift
[1770/1794] Compiling posix_time.cc
[1772/1794] Compiling f_string.cc
[1773/1794] Compiling asn_pack.cc
[1774/1794] Compiling f_int.cc
[1775/1794] Compiling tasn_dec.cc
[1776/1794] Compiling asn1_par.cc
[1777/1794] Compiling a_utctm.cc
[1778/1794] Compiling asn1_lib.cc
[1779/1794] Compiling a_type.cc
[1780/1794] Compiling a_object.cc
[1781/1794] Compiling a_time.cc
[1782/1794] Compiling a_strnid.cc
[1783/1794] Compiling a_octet.cc
[1784/1794] Compiling a_strex.cc
[1785/1794] Compiling a_i2d_fp.cc
[1786/1794] Compiling a_mbstr.cc
[1786/1794] Write sources
[1788/1794] Compiling a_dup.cc
[1789/1794] Compiling a_d2i_fp.cc
[1790/1833] Compiling a_gentm.cc
[1791/1847] Compiling a_int.cc
[1792/1847] Compiling a_bitstr.cc
[1793/1847] Compiling a_bool.cc
[1795/1855] Emitting module BitCollections
[1796/1862] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1797/1862] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1798/1862] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1799/1862] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1800/1862] Compiling BitCollections BitSet+SetAlgebra union.swift
[1801/1862] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1802/1862] Compiling BitCollections BitSet.Counted.swift
[1803/1862] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1804/1862] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1805/1862] Compiling BitCollections BitArray+Extras.swift
[1806/1862] Compiling BitCollections BitArray+Fill.swift
[1807/1862] Compiling BitCollections BitArray+Hashable.swift
[1808/1862] Compiling BitCollections BitArray+Initializers.swift
[1809/1862] Compiling BitCollections BitArray+Invariants.swift
[1810/1862] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1811/1862] Compiling CryptoBoringWrapper RandomBytes.swift
[1812/1862] Compiling BitCollections BitArray+BitwiseOperations.swift
[1813/1862] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1814/1862] Compiling BitCollections BitArray+Codable.swift
[1815/1862] Compiling BitCollections BitArray+Collection.swift
[1816/1862] Compiling BitCollections BitArray+Copy.swift
[1817/1862] Compiling BitCollections BitArray+CustomReflectable.swift
[1818/1862] Compiling BitCollections BitArray+Descriptions.swift
[1819/1862] Compiling BitCollections BitArray+Equatable.swift
[1820/1862] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1821/1862] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1822/1862] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1823/1862] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1824/1862] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1825/1862] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1826/1862] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1827/1862] Compiling BitCollections BitSet+Initializers.swift
[1828/1862] Compiling BitCollections BitSet+Invariants.swift
[1829/1862] Compiling BitCollections BitSet+Random.swift
[1830/1862] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1831/1862] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1832/1862] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1833/1862] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1834/1862] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1835/1862] Compiling BitCollections BitSet+CustomReflectable.swift
[1836/1862] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1837/1862] Compiling BitCollections BitSet+Equatable.swift
[1838/1862] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1839/1862] Compiling BitCollections BitSet+Extras.swift
[1840/1862] Compiling BitCollections BitSet+Hashable.swift
[1841/1862] Compiling BitCollections BitArray+RandomBits.swift
[1842/1862] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1843/1862] Compiling BitCollections BitArray+Shifts.swift
[1844/1862] Compiling BitCollections BitArray+Testing.swift
[1845/1862] Compiling BitCollections BitArray._UnsafeHandle.swift
[1846/1862] Compiling BitCollections BitArray.swift
[1847/1862] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1848/1862] Compiling BitCollections BitSet+Codable.swift
[1849/1862] Compiling BitCollections BitSet.Index.swift
[1850/1862] Compiling BitCollections BitSet._UnsafeHandle.swift
[1851/1862] Compiling BitCollections BitSet.swift
[1852/1862] Compiling BitCollections Range+Utilities.swift
[1853/1862] Compiling BitCollections Slice+Utilities.swift
[1854/1862] Compiling BitCollections UInt+Tricks.swift
[1855/1862] Compiling BitCollections _Word.swift
[1857/1863] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1858/1863] Compiling CryptoBoringWrapper EllipticCurve.swift
[1859/1863] Emitting module CryptoBoringWrapper
[1860/1863] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1861/1863] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1862/1863] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1863/1863] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1865/1866] Emitting module Collections
[1866/1866] Compiling Collections Collections.swift
[1868/1979] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1869/1979] Compiling AsyncKit Collection+Flatten.swift
[1870/1979] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1871/1981] Emitting module MultipartKit
[1872/1981] Compiling AsyncKit Future+Transform.swift
[1873/1981] Compiling AsyncKit Future+Try.swift
[1874/1981] Compiling MultipartKit MultipartSerializer.swift
[1875/1981] Compiling MultipartKit Utilities.swift
[1876/1981] Compiling AsyncKit Future+Optional.swift
[1879/1983] Compiling AsyncKit FutureOperators.swift
[1880/1983] Compiling AsyncKit EventLoop+Flatten.swift
[1881/1983] Compiling AsyncKit EventLoop+Future.swift
[1882/1983] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1883/1983] Compiling AsyncKit EventLoopFutureQueue.swift
[1884/1983] Compiling AsyncKit Future+Collection.swift
[1885/1983] Compiling AsyncKit Future+Conjunctions.swift
[1889/1983] Compiling AsyncKit EventLoopConnectionPool.swift
[1890/1983] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1891/1983] Compiling AsyncKit EventLoop+Concurrency.swift
[1892/1983] Emitting module Crypto
[1893/1983] Compiling AsyncKit ConnectionPoolError.swift
[1894/1983] Compiling AsyncKit ConnectionPoolItem.swift
[1895/1983] Compiling AsyncKit ConnectionPoolSource.swift
[1897/1993] Compiling Crypto HKDF.swift
[1898/1993] Compiling Crypto AESWrap.swift
[1899/1993] Compiling Crypto AESWrap_boring.swift
[1900/1993] Compiling Crypto Ed25519_boring.swift
[1901/1993] Compiling Crypto NISTCurvesKeys_boring.swift
[1902/1993] Compiling Crypto X25519Keys_boring.swift
[1903/1993] Compiling Crypto Curve25519.swift
[1904/1993] Compiling Crypto Ed25519Keys.swift
[1905/1993] Compiling Crypto NISTCurvesKeys.swift
[1906/1993] Compiling Crypto X25519Keys.swift
[1917/1993] Compiling Crypto SymmetricKeys.swift
[1918/1993] Compiling Crypto HMAC.swift
[1919/1993] Compiling Crypto MACFunctions.swift
[1920/1993] Compiling Crypto MessageAuthenticationCode.swift
[1921/1993] Compiling Crypto AES.swift
[1922/1993] Compiling Crypto ECDSASignature_boring.swift
[1923/1993] Compiling Crypto ECDSA_boring.swift
[1924/1993] Compiling Crypto EdDSA_boring.swift
[1925/1993] Compiling Crypto ECDSA.swift
[1926/1993] Compiling Crypto Ed25519.swift
[1937/1993] Compiling AsyncKit Optional+StrictMap.swift
[1938/1993] Compiling AsyncKit Exports.swift
[1939/1993] Compiling Crypto PKCS8PrivateKey.swift
[1940/1993] Compiling Crypto SEC1PrivateKey.swift
[1941/1993] Compiling Crypto SubjectPublicKeyInfo.swift
[1942/1993] Compiling Crypto CryptoKitErrors.swift
[1943/1993] Compiling Crypto Digest_boring.swift
[1944/1993] Compiling Crypto Digest.swift
[1945/1993] Compiling Crypto Digests.swift
[1946/1993] Compiling Crypto HashFunctions.swift
[1947/1993] Compiling Crypto HashFunctions_SHA2.swift
[1948/1993] Compiling Crypto HPKE-AEAD.swift
[1949/1993] Compiling Crypto HPKE-Ciphersuite.swift
[1950/1993] Compiling Crypto HPKE-KDF.swift
[1951/1993] Compiling Crypto HPKE-KexKeyDerivation.swift
[1952/1993] Compiling Crypto HPKE-LabeledExtract.swift
[1953/1993] Compiling Crypto HPKE-Utils.swift
[1954/1993] Compiling Crypto DHKEM.swift
[1955/1993] Compiling Crypto HPKE-KEM-Curve25519.swift
[1956/1993] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1957/1993] Compiling Crypto HPKE-KEM.swift
[1958/1993] Compiling Crypto HPKE-Errors.swift
[1962/1993] Compiling Crypto ASN1OctetString.swift
[1963/1993] Compiling Crypto ASN1Strings.swift
[1964/1993] Compiling Crypto ArraySliceBigint.swift
[1965/1993] Compiling Crypto GeneralizedTime.swift
[1966/1993] Compiling Crypto ObjectIdentifier.swift
[1967/1993] Compiling Crypto ECDSASignature.swift
[1968/1993] Compiling Crypto PEMDocument.swift
[1969/1993] Emitting module AsyncKit
[1970/1993] Compiling Crypto Signature.swift
[1971/1993] Compiling Crypto CryptoKitErrors_boring.swift
[1972/1993] Compiling Crypto RNG_boring.swift
[1973/1993] Compiling Crypto SafeCompare_boring.swift
[1974/1993] Compiling Crypto Zeroization_boring.swift
[1975/1993] Compiling Crypto PrettyBytes.swift
[1976/1993] Compiling Crypto SafeCompare.swift
[1977/1993] Compiling Crypto SecureBytes.swift
[1978/1993] Compiling Crypto Zeroization.swift
[1996/2164] Compiling Vapor Request+Body.swift
[1997/2164] Compiling Vapor Request+BodyStream.swift
[1998/2164] Compiling Vapor Request.swift
[1999/2164] Compiling Vapor Application+Responder.swift
[2000/2164] Compiling Vapor DefaultResponder.swift
[2001/2164] Compiling Vapor Response+Body.swift
[2002/2164] Compiling Vapor Response.swift
[2003/2164] Compiling Vapor ResponseCodable.swift
[2004/2164] Compiling Vapor Application+Routes.swift
[2005/2164] Compiling Vapor Parameters+Require.swift
[2006/2164] Compiling Vapor Request+WebSocket.swift
[2007/2164] Compiling Vapor Route.swift
[2008/2164] Compiling Vapor RouteCollection.swift
[2009/2164] Compiling Vapor Routes.swift
[2010/2164] Compiling Vapor RoutesBuilder+Group.swift
[2011/2164] Compiling Vapor RoutesBuilder+Method.swift
[2012/2164] Compiling Vapor RoutesBuilder+Middleware.swift
[2013/2164] Compiling Vapor RoutesBuilder+WebSocket.swift
[2014/2164] Compiling Vapor RoutesBuilder.swift
[2015/2164] Compiling Vapor OTP.swift
[2016/2164] Compiling Vapor Application+Servers.swift
[2017/2164] Compiling Vapor Server.swift
[2018/2164] Compiling Vapor App+Service.swift
[2019/2164] Compiling Vapor Req+Service.swift
[2020/2188] Compiling Vapor Service.swift
[2021/2188] Compiling Vapor Application+Sessions.swift
[2022/2188] Compiling Vapor MemorySessions.swift
[2023/2188] Compiling Vapor Request+Session.swift
[2024/2188] Compiling Vapor Session.swift
[2025/2188] Compiling Vapor SessionCache.swift
[2026/2188] Compiling Vapor SessionData.swift
[2027/2188] Compiling Vapor SessionDriver.swift
[2028/2188] Compiling Vapor SessionsConfiguration.swift
[2029/2188] Compiling Vapor SessionsMiddleware.swift
[2030/2188] Compiling Vapor URLEncodedFormData.swift
[2031/2188] Compiling Vapor URLEncodedFormDecoder.swift
[2032/2188] Compiling Vapor URLEncodedFormEncoder.swift
[2033/2188] Compiling Vapor URLEncodedFormError.swift
[2034/2188] Compiling Vapor URLEncodedFormParser.swift
[2035/2188] Compiling Vapor URLEncodedFormSerializer.swift
[2036/2188] Compiling Vapor URLQueryFragmentConvertible.swift
[2037/2188] Compiling Vapor AnyResponse.swift
[2038/2188] Compiling Vapor Array+Random.swift
[2039/2188] Compiling Vapor Base32.swift
[2040/2188] Compiling Vapor Base64.swift
[2041/2188] Compiling Vapor BaseN.swift
[2042/2188] Compiling Vapor BasicCodingKey.swift
[2043/2188] Compiling Vapor ByteCount.swift
[2044/2212] Compiling Vapor Application.swift
[2045/2212] Compiling Vapor AuthenticationCache.swift
[2046/2212] Compiling Vapor Authenticator.swift
[2047/2212] Compiling Vapor BasicAuthorization.swift
[2048/2212] Compiling Vapor BearerAuthorization.swift
[2049/2212] Compiling Vapor GuardMiddleware.swift
[2050/2212] Compiling Vapor RedirectMiddleware.swift
[2051/2212] Compiling Vapor SessionAuthenticatable.swift
[2052/2212] Compiling Vapor Bcrypt.swift
[2053/2212] Compiling Vapor Application+Cache.swift
[2054/2212] Compiling Vapor Cache.swift
[2055/2212] Compiling Vapor CacheExpirationTime.swift
[2056/2212] Compiling Vapor MemoryCache.swift
[2057/2212] Compiling Vapor Request+Cache.swift
[2058/2212] Compiling Vapor Application+Clients.swift
[2059/2212] Compiling Vapor Client.swift
[2060/2212] Compiling Vapor ClientRequest.swift
[2061/2212] Compiling Vapor ClientResponse.swift
[2062/2212] Compiling Vapor Request+Client.swift
[2063/2212] Compiling Vapor BootCommand.swift
[2064/2212] Compiling Vapor CommandContext+Application.swift
[2065/2212] Compiling Vapor RoutesCommand.swift
[2066/2212] Compiling Vapor ServeCommand.swift
[2067/2212] Compiling Vapor AnyResponse+Concurrency.swift
[2068/2212] Compiling Vapor AsyncBasicResponder.swift
[2069/2212] Compiling Vapor AsyncMiddleware.swift
[2070/2212] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2071/2212] Compiling Vapor AsyncSessionDriver.swift
[2072/2212] Compiling Vapor Authentication+Concurrency.swift
[2073/2212] Compiling Vapor Cache+Concurrency.swift
[2074/2212] Compiling Vapor Client+Concurrency.swift
[2075/2212] Compiling Vapor RequestBody+Concurrency.swift
[2076/2212] Compiling Vapor Responder+Concurrency.swift
[2077/2212] Compiling Vapor ResponseCodable+Concurrency.swift
[2078/2212] Compiling Vapor RoutesBuilder+Concurrency.swift
[2079/2212] Compiling Vapor ViewRenderer+Concurrency.swift
[2080/2212] Compiling Vapor WebSocket+Concurrency.swift
[2081/2212] Compiling Vapor ContainerGetPathExecutor.swift
[2082/2212] Compiling Vapor Content.swift
[2083/2212] Compiling Vapor ContentCoders.swift
[2084/2212] Compiling Vapor ContentConfiguration.swift
[2085/2212] Compiling Vapor ContentContainer.swift
[2086/2212] Compiling Vapor JSONCoder+Custom.swift
[2087/2212] Compiling Vapor JSONCoders+Content.swift
[2088/2212] Compiling Vapor PlaintextDecoder.swift
[2089/2212] Compiling Vapor PlaintextEncoder.swift
[2090/2212] Compiling Vapor URLQueryCoders.swift
[2091/2212] Compiling Vapor URLQueryContainer.swift
[2092/2212] Compiling Vapor HTTPServerResponseEncoder.swift
[2093/2212] Compiling Vapor HTTPServerUpgradeHandler.swift
[2094/2212] Compiling Vapor Logger+Report.swift
[2095/2212] Compiling Vapor LoggingSystem+Environment.swift
[2096/2212] Compiling Vapor Application+Middleware.swift
[2097/2212] Compiling Vapor CORSMiddleware.swift
[2098/2212] Compiling Vapor ErrorMiddleware.swift
[2099/2212] Compiling Vapor FileMiddleware.swift
[2100/2212] Compiling Vapor Middleware.swift
[2101/2212] Compiling Vapor MiddlewareConfiguration.swift
[2102/2212] Compiling Vapor ResponseCompressionMiddleware.swift
[2103/2212] Compiling Vapor RouteLoggingMiddleware.swift
[2104/2212] Compiling Vapor TracingMiddleware.swift
[2105/2212] Compiling Vapor File+Multipart.swift
[2106/2212] Compiling Vapor FormDataDecoder+Content.swift
[2107/2212] Compiling Vapor FormDataEncoder+Content.swift
[2108/2212] Compiling Vapor Application+Password.swift
[2109/2212] Compiling Vapor Application+Passwords.swift
[2110/2212] Compiling Vapor AsyncPasswordHasher.swift
[2111/2212] Compiling Vapor BcryptHasher.swift
[2112/2212] Compiling Vapor PasswordHasher.swift
[2113/2212] Compiling Vapor PlaintextHasher.swift
[2114/2212] Compiling Vapor Request+Password.swift
[2115/2212] Compiling Vapor Redirect.swift
[2116/2212] Emitting module Vapor
[2117/2212] Compiling Vapor HTTPStatus.swift
[2118/2212] Compiling Vapor HTTPCookies.swift
[2119/2212] Compiling Vapor HTTPHeaderCacheControl.swift
[2120/2212] Compiling Vapor HTTPHeaderExpires.swift
[2121/2212] Compiling Vapor HTTPHeaderLastModified.swift
[2122/2212] Compiling Vapor HTTPHeaders+Cache.swift
[2123/2212] Compiling Vapor HTTPHeaders+Connection.swift
[2124/2212] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2125/2212] Compiling Vapor HTTPHeaders+ContentRange.swift
[2126/2212] Compiling Vapor HTTPHeaders+Directive.swift
[2127/2212] Compiling Vapor HTTPHeaders+Forwarded.swift
[2128/2212] Compiling Vapor HTTPHeaders+Link.swift
[2129/2212] Compiling Vapor HTTPHeaders+Name.swift
[2130/2212] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2131/2212] Compiling Vapor HTTPHeaders.swift
[2132/2212] Compiling Vapor HTTPMediaType.swift
[2133/2212] Compiling Vapor HTTPMediaTypePreference.swift
[2134/2212] Compiling Vapor Responder.swift
[2135/2212] Compiling Vapor Application+HTTP+Server.swift
[2136/2212] Compiling Vapor HTTPServer.swift
[2137/2212] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2138/2212] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2139/2212] Compiling Vapor HTTPServerHandler.swift
[2140/2212] Compiling Vapor HTTPServerRequestDecoder.swift
[2141/2212] Compiling Vapor Core.swift
[2142/2212] Compiling Vapor Running.swift
[2143/2212] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2144/2212] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2145/2212] Compiling Vapor DotEnvFile+load.swift
[2146/2212] Compiling Vapor Routes+caseInsenstive.swift
[2147/2212] Compiling Vapor Validatable+validate.swift
[2148/2212] Compiling Vapor Environment+Process.swift
[2149/2212] Compiling Vapor Environment+Secret.swift
[2150/2212] Compiling Vapor Environment.swift
[2151/2212] Compiling Vapor Abort.swift
[2152/2212] Compiling Vapor AbortError.swift
[2153/2212] Compiling Vapor DebuggableError.swift
[2154/2212] Compiling Vapor Demangler.swift
[2155/2212] Compiling Vapor ErrorSource.swift
[2156/2212] Compiling Vapor StackTrace.swift
[2157/2212] Compiling Vapor Exports.swift
[2158/2212] Compiling Vapor Application+HTTP.swift
[2159/2212] Compiling Vapor BasicResponder.swift
[2160/2212] Compiling Vapor BodyStream.swift
[2161/2212] Compiling Vapor Application+HTTP+Client.swift
[2162/2212] Compiling Vapor EventLoopHTTPClient.swift
[2163/2212] Compiling Vapor EndpointCache.swift
[2164/2212] Compiling Vapor HTTPMethod+String.swift
[2165/2212] Compiling Vapor Validator.swift
[2166/2212] Compiling Vapor ValidatorResult.swift
[2167/2212] Compiling Vapor And.swift
[2168/2212] Compiling Vapor Case.swift
[2169/2212] Compiling Vapor CharacterSet.swift
[2170/2212] Compiling Vapor Count.swift
[2171/2212] Compiling Vapor Custom.swift
[2172/2212] Compiling Vapor Email.swift
[2173/2212] Compiling Vapor Empty.swift
[2174/2212] Compiling Vapor In.swift
[2175/2212] Compiling Vapor Nil.swift
[2176/2212] Compiling Vapor NilIgnoring.swift
[2177/2212] Compiling Vapor Not.swift
[2178/2212] Compiling Vapor Or.swift
[2179/2212] Compiling Vapor Pattern.swift
[2180/2212] Compiling Vapor Range.swift
[2181/2212] Compiling Vapor URL.swift
[2182/2212] Compiling Vapor Valid.swift
[2183/2212] Compiling Vapor Application+Views.swift
[2184/2212] Compiling Vapor PlaintextRenderer.swift
[2185/2212] Compiling Vapor Request+View.swift
[2186/2212] Compiling Vapor View.swift
[2187/2212] Compiling Vapor ViewRenderer.swift
[2188/2212] Compiling Vapor _Deprecations.swift
[2189/2212] Compiling Vapor Bytes+Hex.swift
[2190/2212] Compiling Vapor Bytes+SecureCompare.swift
[2191/2212] Compiling Vapor Collection+Safe.swift
[2192/2212] Compiling Vapor DataProtocol+Copy.swift
[2193/2212] Compiling Vapor DecoderUnwrapper.swift
[2194/2212] Compiling Vapor DirectoryConfiguration.swift
[2195/2212] Compiling Vapor DotEnv.swift
[2196/2212] Compiling Vapor Extendable.swift
[2197/2212] Compiling Vapor File.swift
[2198/2212] Compiling Vapor FileIO.swift
[2199/2212] Compiling Vapor LifecycleHandler.swift
[2200/2212] Compiling Vapor OptionalType.swift
[2201/2212] Compiling Vapor RFC1123.swift
[2202/2212] Compiling Vapor SocketAddress+Hostname.swift
[2203/2212] Compiling Vapor Storage.swift
[2204/2212] Compiling Vapor String+IsIPAddress.swift
[2205/2212] Compiling Vapor Thread.swift
[2206/2212] Compiling Vapor URI.swift
[2207/2212] Compiling Vapor RangeResult.swift
[2208/2212] Compiling Vapor Validatable.swift
[2209/2212] Compiling Vapor Validation.swift
[2210/2212] Compiling Vapor ValidationKey.swift
[2211/2212] Compiling Vapor Validations.swift
[2212/2212] Compiling Vapor ValidationsError.swift
[2214/2221] Compiling MixpanelVapor Constants.swift
[2215/2221] Compiling MixpanelVapor LifecycleHandler.swift
[2216/2221] Compiling MixpanelVapor Request+Mixpanel.swift
[2217/2221] Compiling MixpanelVapor Application+Mixpanel.swift
[2218/2221] Emitting module MixpanelVapor
[2219/2221] Compiling MixpanelVapor MixpanelProperty.swift
[2220/2221] Compiling MixpanelVapor MixpanelVapor.swift
[2221/2221] Compiling MixpanelVapor BatchLogRecordProcessor.swift
Build complete! (400.78s)
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.