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 vapor-elementary, reference 0.2.1 (a14bc5), with Swift 6.1 for Android on 30 May 2025 01:26:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapor-elementary.git
Reference: 0.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/vapor-elementary
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at a14bc5d support for non-sendable responses (#6)
Cloned https://github.com/vapor-community/vapor-elementary.git
Revision (git rev-parse @):
a14bc5d995f06fa2c398fa7a6bb6f98f1fd54446
SUCCESS checkout https://github.com/vapor-community/vapor-elementary.git at 0.2.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/vapor-elementary.git
https://github.com/vapor-community/vapor-elementary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.102.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sliemeobn/elementary.git"
    }
  ],
  "manifest_display_name" : "vapor-elementary",
  "name" : "vapor-elementary",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporElementary",
      "targets" : [
        "VaporElementary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporElementaryTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporElementaryTests",
      "path" : "Tests/VaporElementaryTests",
      "product_dependencies" : [
        "Elementary",
        "XCTVapor"
      ],
      "sources" : [
        "HTMLResponseTests.swift",
        "NonSendableHTMLResponseTests.swift"
      ],
      "target_dependencies" : [
        "VaporElementary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporElementary",
      "module_type" : "SwiftTarget",
      "name" : "VaporElementary",
      "path" : "Sources/VaporElementary",
      "product_dependencies" : [
        "Vapor",
        "Elementary"
      ],
      "product_memberships" : [
        "VaporElementary"
      ],
      "sources" : [
        "HTMLResponse.swift",
        "HTMLResponseBodyWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/sliemeobn/elementary.git
[1/1263] Fetching elementary
[1264/75641] Fetching elementary, vapor
Fetched https://github.com/sliemeobn/elementary.git from cache (2.19s)
Fetched https://github.com/vapor/vapor.git from cache (2.23s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (2.77s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.51s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3319] Fetching multipart-kit
[831/4382] Fetching multipart-kit, swift-service-context
[2691/9356] Fetching multipart-kit, swift-service-context, swift-distributed-tracing
[2692/11066] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics
[3620/17025] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics, swift-algorithms
[4089/19634] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, swift-atomics, swift-algorithms, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.34s)
[11985/18571] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms, websocket-kit
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetching https://github.com/apple/swift-log.git
[10921/14818] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, websocket-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.51s)
Fetching https://github.com/apple/swift-nio-extras.git
[10921/16448] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, websocket-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Fetching https://github.com/apple/swift-nio-http2.git
[10921/18526] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, websocket-kit, swift-nio-extras
[18527/30053] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, websocket-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio-ssl.git
[15033/24139] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, websocket-kit, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (1.65s)
[15075/21530] Fetching multipart-kit, swift-distributed-tracing, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.66s)
[13481/19820] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.66s)
[8622/14846] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
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 (1.71s)
[9222/11527] Fetching swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
[11528/32254] Fetching swift-nio-http2, routing-kit
[15052/37901] Fetching swift-nio-http2, routing-kit, console-kit
[19667/51837] Fetching swift-nio-http2, routing-kit, console-kit, swift-crypto
[22551/66680] Fetching swift-nio-http2, routing-kit, console-kit, swift-crypto, swift-nio-ssl
[35457/142788] Fetching swift-nio-http2, routing-kit, console-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.59s)
[31434/137141] Fetching swift-nio-http2, routing-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.48s)
[27787/125614] Fetching routing-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[32590/127984] Fetching routing-kit, swift-crypto, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.55s)
[48907/125614] Fetching routing-kit, swift-crypto, swift-nio-ssl, swift-nio
[53363/139628] Fetching routing-kit, swift-crypto, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.77s)
[67993/118901] Fetching swift-crypto, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.88s)
[77489/104887] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.23s)
[65690/90044] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.15s)
[52515/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.87s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.70s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (3.23s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.71s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.07s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4349/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.17s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.50s)
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.90s)
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.47s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.60s)
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.62s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[908/4016] Fetching swift-asn1, swift-service-lifecycle
[3654/10171] Fetching swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
[6612/8581] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.36s)
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-async-algorithms.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.51s)
[1/1141] Fetching swift-http-structured-headers
[1142/6126] Fetching swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.23s)
[250/4985] Fetching swift-async-algorithms
[1298/5889] Fetching swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
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.61s)
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.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.05s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.71s)
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.58s)
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.60s)
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.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.75s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.61s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.63s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.58s)
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.89s)
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.87s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.74s)
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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/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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/sliemeobn/elementary.git
Working copy of https://github.com/sliemeobn/elementary.git resolved at 0.5.2
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Building for debugging...
[0/832] Write sources
[40/832] Compiling CVaporBcrypt blf.c
[41/832] Compiling CNIOWindows shim.c
[41/832] Write sources
[49/832] Compiling CNIOWASI CNIOWASI.c
[50/832] Compiling CNIOWindows WSAStartup.c
[50/832] Compiling CVaporBcrypt bcrypt.c
[52/832] Compiling _NumericsShims _NumericsShims.c
[53/832] Compiling _AtomicsShims.c
[54/832] Compiling CNIOLinux liburing_shims.c
[55/832] Compiling CSystem shims.c
[56/832] Compiling CNIOLLHTTP c_nio_http.c
[57/832] Compiling CNIOSHA1 c_nio_sha1.c
[58/832] Compiling CNIOExtrasZlib empty.c
[59/832] Compiling CNIOLinux shim.c
[60/832] Compiling CNIODarwin shim.c
[61/832] Compiling fiat_p256_adx_sqr.S
[62/832] Compiling fiat_p256_adx_mul.S
[63/832] Compiling fiat_curve25519_adx_square.S
[64/832] Compiling CNIOLLHTTP c_nio_api.c
[65/832] Compiling fiat_curve25519_adx_mul.S
[66/832] Write swift-version-24593BA9C3E375BF.txt
[67/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[68/832] Compiling CNIOBoringSSLShims shims.c
[70/838] Emitting module _NIOBase64
[70/838] Compiling tls_record.cc
[71/838] Compiling tls_method.cc
[72/869] Compiling tls13_both.cc
[73/869] Compiling tls13_client.cc
[74/884] Compiling tls13_server.cc
[75/884] Compiling tls13_enc.cc
[77/920] Emitting module SystemPackage
[78/923] Compiling _NIOBase64 Base64.swift
[79/924] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/924] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/924] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[82/924] Compiling InternalCollectionsUtilities Integer rank.swift
[83/926] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/926] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/926] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[86/926] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/926] Emitting module RealModule
[88/926] Emitting module InternalCollectionsUtilities
[91/926] Compiling ServiceContextModule ServiceContext.swift
[92/926] Emitting module ServiceContextModule
[93/926] Compiling RealModule Real.swift
[94/926] Compiling RealModule Float80+Real.swift
[95/926] Compiling RealModule Float16+Real.swift
[96/926] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[97/926] Compiling InternalCollectionsUtilities Debugging.swift
[98/926] Compiling InternalCollectionsUtilities Descriptions.swift
[99/926] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[100/926] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/926] Compiling Elementary HtmlTextRenderer.swift
[102/926] Compiling SystemPackage PlatformString.swift
[103/926] Compiling SystemPackage SystemString.swift
[104/926] Compiling ServiceContextModule ServiceContextKey.swift
[105/926] Compiling _NIODataStructures PriorityQueue.swift
[106/926] Compiling _NIODataStructures _TinyArray.swift
[107/927] Compiling RealModule ElementaryFunctions.swift
[114/927] Compiling RealModule Float+Real.swift
[115/927] Emitting module _NIODataStructures
[116/927] Compiling _NIODataStructures Heap.swift
[126/928] Compiling RealModule RealFunctions.swift
[127/929] Compiling SystemPackage Util+StringArray.swift
[128/929] Compiling SystemPackage Util.swift
[129/929] Compiling SystemPackage UtilConsumers.swift
[133/929] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/942] Emitting module Instrumentation
[139/942] Compiling Instrumentation Instrument.swift
[140/942] Compiling Elementary HtmlAttributes+global.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/942] Compiling Elementary HtmlDocument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/942] Compiling Elementary HtmlElements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/942] Compiling Elementary HtmlTags.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/942] Compiling Elementary HtmlAsyncRenderer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/942] Compiling Instrumentation MultiplexInstrument.swift
[147/942] Compiling Instrumentation NoOpInstrument.swift
[148/942] Compiling Elementary Html+Rendering.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/942] Compiling Elementary HtmlAttributes+common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/942] Compiling Elementary HtmlAttributes+event.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/942] Emitting module Elementary
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/942] Compiling t1_enc.cc
[162/942] Compiling CoreMetrics Metrics.swift
[163/1010] Compiling Logging MetadataProvider.swift
[164/1010] Emitting module CoreMetrics
[165/1010] Compiling CoreMetrics Locks.swift
[166/1011] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[167/1011] Compiling _RopeModule BigSubstring.swift
[168/1011] Compiling _RopeModule Rope+Builder.swift
[169/1011] Compiling _RopeModule Rope+Debugging.swift
[170/1011] Compiling Instrumentation Locks.swift
[171/1011] Compiling Instrumentation InstrumentationSystem.swift
[172/1012] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[173/1012] Compiling _RopeModule BigString+Chunk+Splitting.swift
[174/1012] Compiling _RopeModule BigString+Chunk.swift
[175/1012] Compiling _RopeModule BigString+BidirectionalCollection.swift
[176/1012] Emitting module Logging
[177/1012] Compiling Logging Locks.swift
[178/1012] Compiling _RopeModule BigString+Chunk+Counts.swift
[179/1012] Compiling _RopeModule BigString+Chunk+Description.swift
[180/1012] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[181/1012] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[182/1013] Compiling Logging LogHandler.swift
[183/1013] Compiling Logging Logging.swift
[187/1014] Compiling ssl_x509.cc
[188/1014] Compiling ssl_versions.cc
[190/1168] Compiling HeapModule Heap.swift
[191/1168] Compiling HeapModule _HeapNode.swift
[192/1168] Compiling HeapModule Heap+Invariants.swift
[193/1168] Compiling HeapModule Heap+UnsafeHandle.swift
[194/1168] Compiling HeapModule Heap+Descriptions.swift
[195/1168] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[196/1168] Emitting module HeapModule
[197/1169] Compiling Tracing TracingTime.swift
[198/1169] Emitting module Tracing
[200/1169] Compiling Tracing Tracer.swift
[201/1169] Compiling Tracing TracerProtocol+Legacy.swift
[202/1169] Compiling Tracing TracerProtocol.swift
[203/1169] Compiling HashTreeCollections TreeSet+Hashable.swift
[204/1169] Compiling HashTreeCollections TreeSet+Sendable.swift
[205/1169] Compiling HashTreeCollections TreeSet+Sequence.swift
[206/1169] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[207/1169] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[208/1169] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[209/1169] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[210/1169] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[211/1169] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[212/1169] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[213/1179] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[214/1179] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[215/1179] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/1179] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/1179] Compiling HashTreeCollections TreeDictionary+Merge.swift
[218/1179] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[219/1179] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[220/1186] Compiling HashTreeCollections TreeDictionary+Collection.swift
[221/1186] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[222/1186] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[223/1186] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[224/1186] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[225/1186] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[226/1186] Compiling HashTreeCollections TreeDictionary+Filter.swift
[227/1201] Compiling DequeModule Deque+Equatable.swift
[228/1201] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[229/1201] Compiling DequeModule Deque._UnsafeHandle.swift
[230/1201] Compiling DequeModule Deque.swift
[231/1201] Compiling DequeModule _DequeBuffer.swift
[232/1201] Compiling DequeModule _DequeBufferHeader.swift
[233/1201] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[234/1201] Compiling HashTreeCollections _HashNode+Structural filter.swift
[235/1201] Compiling HashTreeCollections _HashNode+Structural union.swift
[236/1201] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[237/1201] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[238/1201] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[239/1201] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[240/1201] Compiling HashTreeCollections _HashNode.swift
[241/1201] Compiling HashTreeCollections _HashNodeHeader.swift
[242/1201] Compiling HashTreeCollections _HashSlot.swift
[243/1201] Compiling OrderedCollections OrderedSet+SubSequence.swift
[244/1201] Compiling OrderedCollections OrderedSet+Testing.swift
[245/1201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[246/1201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[247/1201] Compiling OrderedCollections OrderedSet.swift
[248/1201] Compiling OrderedCollections _UnsafeBitset.swift
[249/1201] Compiling HashTreeCollections TreeSet+Equatable.swift
[250/1201] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[251/1201] Compiling HashTreeCollections TreeSet+Extras.swift
[252/1201] Compiling HashTreeCollections TreeSet+Filter.swift
[253/1201] Compiling Tracing NoOpTracer.swift
[254/1201] Compiling Tracing InstrumentationSystem+Tracing.swift
[255/1201] Compiling Tracing SpanProtocol.swift
[256/1202] Compiling HashTreeCollections _HashStack.swift
[257/1202] Compiling HashTreeCollections _HashTreeIterator.swift
[258/1202] Compiling HashTreeCollections _HashTreeStatistics.swift
[259/1202] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[260/1202] Compiling HashTreeCollections _RawHashNode.swift
[261/1202] Compiling HashTreeCollections _UnmanagedHashNode.swift
[262/1202] Compiling HashTreeCollections _UnsafePath.swift
[263/1202] Compiling HashTreeCollections TreeDictionary+Codable.swift
[264/1202] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[265/1202] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[266/1202] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[267/1202] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[268/1202] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[269/1202] Compiling HashTreeCollections _HashNode+Structural merge.swift
[270/1202] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[271/1202] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[282/1202] Compiling OrderedCollections OrderedSet+Sendable.swift
[286/1204] Compiling DequeModule Deque+CustomReflectable.swift
[287/1204] Compiling DequeModule Deque+Descriptions.swift
[288/1204] Compiling DequeModule Deque+Testing.swift
[289/1204] Compiling DequeModule Deque._Storage.swift
[290/1204] Compiling DequeModule Deque+Extras.swift
[291/1204] Compiling DequeModule Deque+Hashable.swift
[292/1204] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[293/1204] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[294/1204] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[295/1204] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[296/1204] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[297/1204] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[298/1204] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[299/1204] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[300/1204] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[301/1204] Compiling HashTreeCollections TreeSet.swift
[340/1213] Compiling DequeModule _DequeSlot.swift
[341/1213] Compiling DequeModule _UnsafeWrappedBuffer.swift
[357/1213] Compiling DequeModule Deque+Codable.swift
[358/1213] Compiling DequeModule Deque+Collection.swift
[367/1213] Compiling RoutingKit AnyRouter.swift
[375/1213] Compiling RoutingKit PathComponent.swift
[376/1213] Emitting module DequeModule
[378/1214] Compiling RoutingKit TrieRouter.swift
[379/1214] Compiling RoutingKit Router.swift
[379/1214] Compiling ssl_transcript.cc
[381/1214] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[420/1216] Compiling Metrics Metrics.swift
[421/1216] Emitting module Metrics
[422/1217] Emitting module RoutingKit
[423/1217] Compiling RoutingKit Parameters.swift
[424/1218] Compiling _RopeModule Rope+Join.swift
[425/1218] Compiling _RopeModule Rope+MutatingForEach.swift
[426/1218] Compiling _RopeModule Rope+Remove.swift
[427/1218] Compiling _RopeModule Rope+RemoveSubrange.swift
[428/1218] Compiling _RopeModule Rope+Split.swift
[429/1218] Compiling _RopeModule Optional Utilities.swift
[430/1218] Compiling _RopeModule String Utilities.swift
[431/1218] Compiling _RopeModule String.Index+ABI.swift
[432/1218] Compiling _RopeModule _CharacterRecognizer.swift
[455/1218] Emitting module _RopeModule
[465/1219] Compiling ssl_stat.cc
[467/1219] Emitting module HashTreeCollections
[468/1220] Compiling ssl_file.cc
[469/1220] Compiling ssl_session.cc
[470/1220] Compiling ssl_privkey.cc
[471/1220] Compiling ssl_key_share.cc
[472/1220] Compiling ssl_lib.cc
[473/1220] Compiling ssl_cipher.cc
[474/1220] Compiling ssl_credential.cc
[475/1220] Compiling ssl_buffer.cc
[476/1220] Compiling ssl_asn1.cc
[477/1220] Compiling ssl_cert.cc
[478/1220] Compiling ssl_aead_ctx.cc
[479/1220] Compiling s3_pkt.cc
[480/1220] Compiling s3_lib.cc
[481/1220] Compiling s3_both.cc
[482/1220] Compiling handshake.cc
[483/1220] Compiling handshake_server.cc
[484/1220] Compiling handshake_client.cc
[485/1220] Compiling handoff.cc
[486/1220] Compiling extensions.cc
[487/1220] Compiling dtls_record.cc
[488/1220] Compiling md5-x86_64-linux.S
[489/1220] Compiling md5-x86_64-apple.S
[490/1220] Compiling md5-586-linux.S
[491/1220] Compiling md5-586-apple.S
[492/1220] Compiling dtls_method.cc
[493/1220] Compiling encrypted_client_hello.cc
[494/1220] Compiling chacha20_poly1305_x86_64-linux.S
[495/1220] Compiling chacha20_poly1305_x86_64-apple.S
[496/1220] Compiling chacha20_poly1305_armv8-win.S
[497/1220] Compiling chacha20_poly1305_armv8-apple.S
[498/1220] Compiling chacha-x86_64-linux.S
[499/1220] Compiling chacha20_poly1305_armv8-linux.S
[500/1220] Compiling chacha-x86-linux.S
[501/1220] Compiling chacha-x86_64-apple.S
[502/1220] Compiling chacha-x86-apple.S
[503/1220] Compiling d1_lib.cc
[504/1220] Compiling chacha-armv8-win.S
[505/1220] Compiling chacha-armv8-apple.S
[506/1220] Compiling chacha-armv4-linux.S
[507/1220] Compiling aes128gcmsiv-x86_64-linux.S
[508/1220] Compiling chacha-armv8-linux.S
[509/1220] Compiling aes128gcmsiv-x86_64-apple.S
[510/1220] Compiling x86_64-mont5-linux.S
[511/1220] Compiling d1_pkt.cc
[512/1220] Compiling x86_64-mont-linux.S
[513/1220] Compiling x86_64-mont5-apple.S
[514/1220] Compiling err_data.cc
[515/1220] Compiling x86_64-mont-apple.S
[516/1220] Compiling x86-mont-linux.S
[517/1220] Compiling vpaes-x86_64-linux.S
[518/1220] Compiling x86-mont-apple.S
[519/1220] Compiling vpaes-x86_64-apple.S
[520/1220] Compiling vpaes-x86-apple.S
[521/1220] Compiling vpaes-x86-linux.S
[522/1220] Compiling vpaes-armv8-win.S
[523/1220] Compiling vpaes-armv8-apple.S
[524/1220] Compiling vpaes-armv8-linux.S
[525/1220] Compiling vpaes-armv7-linux.S
[526/1220] Compiling sha512-x86_64-linux.S
[527/1220] Compiling d1_srtp.cc
[528/1220] Compiling sha512-x86_64-apple.S
[529/1220] Compiling sha512-armv8-linux.S
[530/1220] Compiling sha512-armv8-win.S
[531/1220] Compiling sha512-armv4-linux.S
[532/1220] Compiling sha512-armv8-apple.S
[533/1220] Compiling sha512-586-apple.S
[534/1220] Compiling sha512-586-linux.S
[535/1220] Compiling sha256-x86_64-apple.S
[536/1220] Compiling sha256-x86_64-linux.S
[537/1220] Compiling sha256-armv8-win.S
[538/1220] Compiling sha256-armv8-apple.S
[539/1220] Compiling sha256-armv4-linux.S
[540/1220] Compiling sha256-armv8-linux.S
[541/1220] Compiling d1_both.cc
[542/1220] Compiling sha256-586-apple.S
[543/1220] Compiling sha1-armv8-win.S
[544/1220] Compiling sha1-x86_64-linux.S
[544/1220] Compiling sha256-586-linux.S
[544/1220] Compiling bio_ssl.cc
[547/1220] Compiling sha1-x86_64-apple.S
[548/1220] Compiling sha1-armv8-apple.S
[549/1220] Compiling rsaz-avx2-linux.S
[550/1220] Compiling rsaz-avx2-apple.S
[551/1220] Compiling sha1-armv4-large-linux.S
[551/1220] Compiling rdrand-x86_64-linux.S
[551/1220] Compiling sha1-armv8-linux.S
[554/1220] Compiling sha1-586-apple.S
[555/1220] Compiling rdrand-x86_64-apple.S
[556/1220] Compiling p256_beeu-x86_64-asm-apple.S
[557/1220] Compiling sha1-586-linux.S
[558/1220] Compiling p256_beeu-armv8-asm-apple.S
[558/1220] Compiling p256_beeu-armv8-asm-linux.S
[560/1220] Compiling p256_beeu-x86_64-asm-linux.S
[561/1220] Compiling p256_beeu-armv8-asm-win.S
[562/1220] Compiling p256-armv8-asm-win.S
[563/1220] Compiling p256-x86_64-asm-apple.S
[564/1220] Compiling p256-x86_64-asm-linux.S
[565/1220] Compiling ghashv8-armv8-win.S
[566/1220] Compiling p256-armv8-asm-apple.S
[567/1220] Compiling ghash-x86_64-linux.S
[568/1220] Compiling ghashv8-armv8-apple.S
[569/1220] Compiling ghashv8-armv8-linux.S
[570/1220] Compiling p256-armv8-asm-linux.S
[571/1220] Compiling ghash-x86_64-apple.S
[572/1220] Compiling ghash-x86-linux.S
[573/1220] Compiling ghash-x86-apple.S
[574/1220] Compiling ghashv8-armv7-linux.S
[575/1220] Compiling ghash-ssse3-x86_64-apple.S
[576/1220] Compiling ghash-ssse3-x86_64-linux.S
[577/1220] Compiling ghash-ssse3-x86-apple.S
[578/1220] Compiling ghash-ssse3-x86-linux.S
[579/1220] Compiling ghash-neon-armv8-linux.S
[580/1220] Compiling ghash-neon-armv8-win.S
[581/1220] Compiling ghash-neon-armv8-apple.S
[582/1220] Compiling ghash-armv4-linux.S
[583/1220] Compiling co-586-linux.S
[584/1220] Compiling bn-armv8-win.S
[585/1220] Compiling bsaes-armv7-linux.S
[586/1220] Compiling co-586-apple.S
[587/1220] Compiling bn-armv8-linux.S
[588/1220] Compiling armv8-mont-win.S
[589/1220] Compiling bn-armv8-apple.S
[590/1220] Compiling bn-586-linux.S
[591/1220] Compiling aesv8-gcm-armv8-win.S
[592/1220] Compiling armv4-mont-linux.S
[592/1220] Compiling armv8-mont-apple.S
[594/1220] Compiling bn-586-apple.S
[595/1220] Compiling aesv8-armv8-win.S
[596/1220] Compiling armv8-mont-linux.S
[597/1220] Compiling aesv8-armv8-apple.S
[598/1220] Compiling aesv8-armv7-linux.S
[599/1220] Compiling aesv8-gcm-armv8-linux.S
[600/1220] Compiling aesni-x86_64-linux.S
[601/1220] Compiling aesni-x86_64-apple.S
[602/1220] Compiling aesv8-gcm-armv8-apple.S
[603/1220] Compiling aesni-gcm-x86_64-linux.S
[604/1220] Compiling aesv8-armv8-linux.S
[605/1220] Compiling aesni-x86-linux.S
[606/1220] Compiling aesni-gcm-x86_64-apple.S
[607/1220] Compiling aesni-x86-apple.S
[608/1220] Compiling aes-gcm-avx2-x86_64-linux.S
[609/1220] Compiling aes-gcm-avx10-x86_64-linux.S
[610/1220] Compiling aes-gcm-avx2-x86_64-apple.S
[611/1220] Compiling aes-gcm-avx10-x86_64-apple.S
[612/1220] Compiling x_pubkey.cc
[613/1220] Compiling x_x509.cc
[614/1220] Compiling x_sig.cc
[615/1220] Compiling x_spki.cc
[616/1220] Compiling x_val.cc
[617/1220] Compiling x_name.cc
[618/1220] Compiling x_x509a.cc
[619/1220] Compiling x_req.cc
[620/1220] Compiling x509rset.cc
[621/1220] Compiling x_exten.cc
[622/1220] Compiling x509spki.cc
[623/1220] Compiling x_crl.cc
[624/1220] Compiling x_attrib.cc
[625/1220] Compiling x_algor.cc
[626/1220] Compiling x509name.cc
[627/1220] Compiling x_all.cc
[628/1220] Compiling x509_vpm.cc
[629/1220] Compiling x509cset.cc
[630/1220] Compiling x509_set.cc
[631/1220] Compiling x509_vfy.cc
[632/1220] Compiling x509_req.cc
[633/1220] Compiling x509_txt.cc
[634/1220] Compiling x509_v3.cc
[635/1220] Compiling x509_trs.cc
[636/1220] Compiling x509_lu.cc
[637/1220] Compiling x509_obj.cc
[638/1220] Compiling x509_def.cc
[639/1220] Compiling x509_ext.cc
[640/1220] Compiling x509_d2.cc
[641/1220] Compiling x509_att.cc
[642/1220] Compiling x509_cmp.cc
[643/1220] Compiling x509.cc
[644/1220] Compiling v3_purp.cc
[645/1220] Compiling v3_utl.cc
[646/1220] Compiling v3_skey.cc
[647/1220] Compiling v3_prn.cc
[648/1220] Compiling v3_pmaps.cc
[649/1220] Compiling v3_pcons.cc
[650/1220] Compiling v3_ocsp.cc
[651/1220] Compiling v3_ncons.cc
[652/1220] Compiling v3_info.cc
[653/1220] Compiling v3_lib.cc
[654/1220] Compiling v3_int.cc
[655/1220] Compiling v3_ia5.cc
[656/1220] Compiling v3_genn.cc
[657/1220] Compiling v3_extku.cc
[658/1220] Compiling v3_enum.cc
[659/1220] Compiling v3_bcons.cc
[660/1220] Compiling v3_cpols.cc
[661/1220] Compiling v3_crld.cc
[662/1220] Compiling v3_conf.cc
[663/1220] Compiling v3_bitst.cc
[664/1220] Compiling t_x509.cc
[665/1220] Compiling v3_akeya.cc
[666/1220] Compiling v3_alt.cc
[667/1220] Compiling v3_akey.cc
[668/1220] Compiling t_crl.cc
[669/1220] Compiling t_x509a.cc
[670/1220] Compiling t_req.cc
[671/1220] Compiling i2d_pr.cc
[672/1220] Compiling rsa_pss.cc
[673/1220] Compiling policy.cc
[674/1220] Compiling name_print.cc
[675/1220] Compiling by_file.cc
[676/1220] Compiling a_verify.cc
[677/1220] Compiling asn1_gen.cc
[678/1220] Compiling algorithm.cc
[679/1220] Compiling by_dir.cc
[680/1220] Compiling a_sign.cc
[681/1220] Compiling trust_token.cc
[682/1220] Compiling voprf.cc
[683/1220] Compiling thread_win.cc
[684/1220] Compiling thread.cc
[685/1220] Compiling a_digest.cc
[686/1220] Compiling slhdsa.cc
[687/1220] Compiling thread_none.cc
[688/1220] Compiling siphash.cc
[689/1220] Compiling thread_pthread.cc
[690/1220] Compiling stack.cc
[691/1220] Compiling sha256.cc
[692/1220] Compiling pmbtoken.cc
[693/1220] Compiling sha512.cc
[694/1220] Compiling rsa_print.cc
[695/1220] Compiling rsa_extra.cc
[696/1220] Compiling rsa_asn1.cc
[697/1220] Compiling sha1.cc
[698/1220] Compiling spake2plus.cc
[699/1220] Compiling rsa_crypt.cc
[700/1220] Compiling rc4.cc
[701/1220] Compiling refcount.cc
[702/1220] Compiling urandom.cc
[703/1220] Compiling windows.cc
[704/1220] Compiling trusty.cc
[705/1220] Compiling rand.cc
[706/1220] Compiling deterministic.cc
[707/1220] Compiling passive.cc
[708/1220] Compiling ios.cc
[709/1220] Compiling poly1305_arm_asm.S
[710/1220] Compiling getentropy.cc
[711/1220] Compiling poly1305_arm.cc
[712/1220] Compiling fork_detect.cc
[713/1220] Compiling forkunsafe.cc
[714/1220] Compiling poly1305_vec.cc
[715/1220] Compiling poly1305.cc
[716/1220] Compiling pool.cc
[717/1220] Compiling pkcs7_x509.cc
[718/1220] Compiling pkcs8.cc
[719/1220] Compiling pkcs7.cc
[720/1220] Compiling pem_pk8.cc
[721/1220] Compiling pkcs8_x509.cc
[722/1220] Compiling pem_xaux.cc
[723/1220] Compiling p5_pbev2.cc
[724/1220] Compiling obj_xref.cc
[725/1220] Compiling pem_x509.cc
[726/1220] Compiling pem_pkey.cc
[727/1220] Compiling pem_info.cc
[728/1220] Compiling pem_lib.cc
[729/1220] Compiling mlkem.cc
[730/1220] Compiling obj.cc
[731/1220] Compiling pem_oth.cc
[732/1220] Compiling pem_all.cc
[733/1220] Compiling poly_rq_mul.S
[734/1220] Compiling md5.cc
[735/1220] Compiling fips_shared_support.cc
[736/1220] Compiling mem.cc
[737/1220] Compiling lhash.cc
[738/1220] Compiling mldsa.cc
[739/1220] Compiling kyber.cc
[740/1220] Compiling md4.cc
[741/1220] Compiling ex_data.cc
[742/1220] Compiling pbkdf.cc
[743/1220] Compiling print.cc
[744/1220] Compiling scrypt.cc
[745/1220] Compiling sign.cc
[746/1220] Compiling hpke.cc
[747/1220] Compiling hrss.cc
[748/1220] Compiling p_rsa_asn1.cc
[749/1220] Compiling p_rsa.cc
[750/1220] Compiling p_x25519.cc
[751/1220] Compiling p_hkdf.cc
[752/1220] Compiling p_ed25519.cc
[753/1220] Compiling p_ed25519_asn1.cc
[754/1220] Compiling p_ec.cc
[755/1220] Compiling p_x25519_asn1.cc
[756/1220] Compiling p_ec_asn1.cc
[757/1220] Compiling p_dsa_asn1.cc
[758/1220] Compiling p_dh.cc
[759/1220] Compiling p_dh_asn1.cc
[760/1220] Compiling evp_ctx.cc
[761/1220] Compiling evp.cc
[762/1220] Compiling engine.cc
[763/1220] Compiling evp_asn1.cc
[764/1220] Compiling err.cc
[765/1220] Compiling ecdh.cc
[766/1220] Compiling ecdsa_asn1.cc
[767/1220] Compiling hash_to_curve.cc
[768/1220] Compiling dsa.cc
[769/1220] Compiling ec_derive.cc
[770/1220] Compiling dsa_asn1.cc
[771/1220] Compiling ec_asn1.cc
[772/1220] Compiling digest_extra.cc
[773/1220] Compiling x25519-asm-arm.S
[774/1220] Compiling dh_asn1.cc
[775/1220] Compiling des.cc
[776/1220] Compiling params.cc
[777/1220] Compiling bcm.cc
[778/1220] Compiling cpu_intel.cc
[779/1220] Compiling curve25519_64_adx.cc
[780/1220] Compiling cpu_arm_freebsd.cc
[781/1220] Compiling cpu_aarch64_sysreg.cc
[782/1220] Compiling cpu_aarch64_win.cc
[783/1220] Compiling crypto.cc
[784/1220] Compiling spake25519.cc
[785/1220] Compiling cpu_aarch64_linux.cc
[786/1220] Compiling cpu_arm_linux.cc
[787/1220] Compiling cpu_aarch64_fuchsia.cc
[788/1220] Compiling cpu_aarch64_openbsd.cc
[789/1220] Compiling curve25519.cc
[790/1220] Compiling conf.cc
[791/1220] Compiling get_cipher.cc
[792/1220] Compiling cpu_aarch64_apple.cc
[793/1220] Compiling e_tls.cc
[794/1220] Compiling e_rc4.cc
[795/1220] Compiling e_null.cc
[796/1220] Compiling e_rc2.cc
[796/1220] Compiling e_chacha20poly1305.cc
[796/1220] Compiling tls_cbc.cc
[799/1220] Compiling e_des.cc
[800/1220] Compiling derive_key.cc
[801/1220] Compiling e_aesctrhmac.cc
[802/1220] Compiling unicode.cc
[803/1220] Compiling chacha.cc
[804/1220] Compiling e_aesgcmsiv.cc
[805/1220] Compiling ber.cc
[806/1220] Compiling cbb.cc
[807/1220] Compiling cbs.cc
[808/1220] Compiling asn1_compat.cc
[809/1220] Compiling buf.cc
[810/1220] Compiling blake2.cc
[811/1220] Compiling printf.cc
[812/1220] Compiling socket.cc
[813/1220] Compiling socket_helper.cc
[814/1220] Compiling bn_asn1.cc
[815/1220] Compiling pair.cc
[816/1220] Compiling convert.cc
[817/1220] Compiling hexdump.cc
[818/1220] Compiling file.cc
[819/1220] Compiling fd.cc
[820/1220] Compiling connect.cc
[821/1220] Compiling errno.cc
[822/1220] Compiling bio_mem.cc
[823/1220] Compiling base64.cc
[824/1220] Compiling tasn_typ.cc
[825/1220] Compiling bio.cc
[826/1220] Compiling tasn_fre.cc
[827/1220] Compiling tasn_enc.cc
[828/1220] Compiling asn_pack.cc
[829/1220] Compiling f_string.cc
[830/1220] Compiling posix_time.cc
[831/1220] Compiling tasn_utl.cc
[832/1220] Compiling f_int.cc
[833/1220] Compiling tasn_new.cc
[834/1220] Compiling tasn_dec.cc
[835/1220] Compiling asn1_par.cc
[836/1220] Compiling a_octet.cc
[837/1220] Compiling asn1_lib.cc
[838/1220] Compiling a_time.cc
[839/1220] Compiling a_strex.cc
[840/1220] Compiling a_utctm.cc
[841/1220] Compiling a_type.cc
[842/1220] Compiling a_strnid.cc
[843/1220] Compiling a_mbstr.cc
[844/1220] Compiling a_object.cc
[845/1220] Compiling a_int.cc
[846/1220] Compiling a_i2d_fp.cc
[847/1220] Compiling a_dup.cc
[848/1220] Compiling a_gentm.cc
[849/1220] Compiling a_d2i_fp.cc
[850/1220] Compiling a_bool.cc
[850/1220] Compiling a_bitstr.cc
[852/1220] Compiling fiat_p256_adx_sqr.S
[853/1220] Compiling CCryptoBoringSSLShims shims.c
[854/1220] Compiling fiat_curve25519_adx_square.S
[855/1220] Compiling fiat_curve25519_adx_mul.S
[856/1220] Compiling md5-x86_64-linux.S
[857/1220] Compiling md5-x86_64-apple.S
[858/1220] Compiling fiat_p256_adx_mul.S
[859/1220] Compiling md5-586-linux.S
[860/1220] Compiling md5-586-apple.S
[861/1220] Compiling err_data.cc
[862/1220] Compiling chacha20_poly1305_x86_64-linux.S
[863/1220] Compiling chacha20_poly1305_x86_64-apple.S
[864/1220] Compiling chacha20_poly1305_armv8-linux.S
[865/1220] Compiling chacha20_poly1305_armv8-win.S
[866/1220] Compiling chacha20_poly1305_armv8-apple.S
[867/1220] Compiling chacha-x86_64-linux.S
[868/1220] Compiling chacha-x86-linux.S
[869/1220] Compiling chacha-x86_64-apple.S
[870/1220] Compiling chacha-x86-apple.S
[871/1220] Compiling chacha-armv8-win.S
[872/1220] Compiling chacha-armv8-apple.S
[873/1220] Compiling chacha-armv4-linux.S
[874/1220] Compiling chacha-armv8-linux.S
[875/1220] Compiling x86_64-mont5-linux.S
[876/1220] Compiling aes128gcmsiv-x86_64-apple.S
[877/1220] Compiling x86_64-mont5-apple.S
[878/1220] Compiling x86_64-mont-apple.S
[879/1220] Compiling aes128gcmsiv-x86_64-linux.S
[880/1220] Compiling x86-mont-linux.S
[881/1220] Compiling x86-mont-apple.S
[882/1220] Compiling x86_64-mont-linux.S
[883/1220] Compiling vpaes-x86_64-apple.S
[884/1220] Compiling vpaes-x86_64-linux.S
[885/1220] Compiling vpaes-armv8-win.S
[886/1220] Compiling vpaes-x86-linux.S
[887/1220] Compiling vpaes-x86-apple.S
[888/1220] Compiling vpaes-armv8-apple.S
[889/1220] Compiling vpaes-armv8-linux.S
[890/1220] Compiling vpaes-armv7-linux.S
[891/1220] Compiling sha512-x86_64-linux.S
[892/1220] Compiling sha512-armv8-win.S
[893/1220] Compiling sha512-x86_64-apple.S
[894/1220] Compiling sha512-armv8-apple.S
[895/1220] Compiling sha512-586-linux.S
[896/1220] Compiling sha512-armv4-linux.S
[897/1220] Compiling sha512-armv8-linux.S
[898/1220] Compiling sha256-x86_64-linux.S
[899/1220] Compiling sha256-armv8-win.S
[900/1220] Compiling sha256-x86_64-apple.S
[901/1220] Compiling sha512-586-apple.S
[902/1220] Compiling sha256-armv8-apple.S
[903/1220] Compiling sha256-armv8-linux.S
[904/1220] Compiling sha256-armv4-linux.S
[905/1220] Compiling sha256-586-apple.S
[906/1220] Compiling sha1-armv8-win.S
[907/1220] Compiling sha256-586-linux.S
[908/1220] Compiling sha1-x86_64-linux.S
[909/1220] Compiling sha1-x86_64-apple.S
[910/1220] Compiling sha1-armv8-linux.S
[911/1220] Compiling sha1-586-linux.S
[912/1220] Compiling sha1-586-apple.S
[913/1220] Compiling sha1-armv8-apple.S
[913/1220] Compiling sha1-armv4-large-linux.S
[915/1220] Compiling rsaz-avx2-linux.S
[916/1220] Compiling rdrand-x86_64-apple.S
[917/1220] Compiling p256_beeu-x86_64-asm-linux.S
[918/1220] Compiling rdrand-x86_64-linux.S
[919/1220] Compiling rsaz-avx2-apple.S
[919/1220] Compiling p256_beeu-armv8-asm-win.S
[921/1220] Compiling p256_beeu-x86_64-asm-apple.S
[922/1220] Compiling p256_beeu-armv8-asm-linux.S
[923/1220] Compiling p256-x86_64-asm-linux.S
[924/1220] Compiling p256_beeu-armv8-asm-apple.S
[925/1220] Compiling p256-x86_64-asm-apple.S
[926/1220] Compiling p256-armv8-asm-win.S
[927/1220] Compiling c-nioatomics.c
[928/1220] Compiling p256-armv8-asm-apple.S
[929/1220] Compiling p256-armv8-asm-linux.S
[930/1220] Compiling ghashv8-armv8-win.S
[931/1220] Compiling ghashv8-armv8-linux.S
[932/1220] Compiling ghash-x86_64-linux.S
[933/1220] Compiling ghashv8-armv8-apple.S
[934/1220] Compiling ghashv8-armv7-linux.S
[935/1220] Compiling ghash-x86_64-apple.S
[936/1220] Compiling ghash-ssse3-x86-apple.S
[937/1220] Compiling ghash-x86-linux.S
[938/1220] Compiling ghash-ssse3-x86_64-linux.S
[939/1220] Compiling ghash-ssse3-x86-linux.S
[940/1220] Compiling ghash-x86-apple.S
[941/1220] Compiling c-atomics.c
[942/1220] Compiling ghash-ssse3-x86_64-apple.S
[943/1220] Compiling ghash-neon-armv8-apple.S
[944/1220] Compiling ghash-neon-armv8-linux.S
[945/1220] Compiling ghash-neon-armv8-win.S
[946/1220] Compiling co-586-linux.S
[947/1220] Compiling ghash-armv4-linux.S
[948/1220] Compiling co-586-apple.S
[949/1220] Compiling bn-armv8-win.S
[950/1220] Compiling bn-586-linux.S
[951/1220] Compiling bn-armv8-linux.S
[951/1220] Compiling bsaes-armv7-linux.S
[953/1220] Compiling bn-armv8-apple.S
[954/1220] Compiling bn-586-apple.S
[955/1220] Compiling armv8-mont-win.S
[956/1223] Compiling armv8-mont-apple.S
[957/1223] Compiling armv4-mont-linux.S
[958/1225] Compiling aesv8-gcm-armv8-apple.S
[958/1225] Compiling aesv8-gcm-armv8-linux.S
[960/1225] Compiling armv8-mont-linux.S
[961/1226] Compiling aesv8-gcm-armv8-win.S
[962/1226] Compiling aesv8-armv8-win.S
[963/1226] Compiling aesv8-armv8-apple.S
[964/1226] Compiling aesv8-armv8-linux.S
[965/1226] Compiling aesni-x86_64-apple.S
[966/1226] Compiling aesni-x86-linux.S
[967/1226] Compiling aesni-x86_64-linux.S
[968/1226] Compiling aesv8-armv7-linux.S
[969/1226] Compiling aesni-x86-apple.S
[970/1226] Compiling aesni-gcm-x86_64-linux.S
[971/1226] Compiling aesni-gcm-x86_64-apple.S
[972/1226] Compiling aes-gcm-avx10-x86_64-apple.S
[973/1226] Compiling aes-gcm-avx10-x86_64-linux.S
[975/1226] Compiling NIOConcurrencyHelpers lock.swift
[976/1226] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[977/1226] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[978/1226] Compiling NIOConcurrencyHelpers NIOLock.swift
[979/1226] Compiling NIOConcurrencyHelpers atomics.swift
[980/1226] Emitting module NIOConcurrencyHelpers
[980/1227] Compiling x_x509a.cc
[982/1227] Compiling x_val.cc
[983/1227] Compiling x_sig.cc
[984/1245] Compiling x_x509.cc
[985/1253] Compiling x_spki.cc
[986/1253] Compiling x_req.cc
[987/1253] Compiling x_name.cc
[988/1253] Compiling x_pubkey.cc
[990/1253] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[991/1253] Compiling ConsoleKitTerminal ConsoleClear.swift
[992/1253] Compiling ConsoleKitTerminal Console+Ask.swift
[993/1253] Compiling ConsoleKitTerminal Console+Choose.swift
[993/1256] Compiling x_exten.cc
[995/1256] Compiling ConsoleKitTerminal ActivityBar.swift
[996/1256] Compiling ConsoleKitTerminal ActivityIndicator.swift
[997/1256] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[998/1256] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[999/1256] Emitting module ConsoleKitTerminal
[1000/1256] Compiling ConsoleKitTerminal CustomActivity.swift
[1001/1256] Compiling ConsoleKitTerminal LoadingBar.swift
[1002/1256] Compiling ConsoleKitTerminal ProgressBar.swift
[1003/1256] Compiling ConsoleKitTerminal Console+Clear.swift
[1004/1256] Compiling ConsoleKitTerminal ConsoleText.swift
[1005/1256] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1006/1256] Compiling ConsoleKitTerminal ANSI.swift
[1007/1256] Compiling ConsoleKitTerminal Console+Wait.swift
[1008/1256] Compiling ConsoleKitTerminal ConsoleColor.swift
[1009/1256] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1010/1256] Compiling ConsoleKitTerminal Console+Confirm.swift
[1011/1256] Compiling ConsoleKitTerminal Console+Input.swift
[1012/1256] Compiling ConsoleKitTerminal Console+Center.swift
[1013/1256] Compiling ConsoleKitTerminal Console+Output.swift
[1014/1256] Compiling ConsoleKitTerminal Console.swift
[1015/1256] Compiling ConsoleKitTerminal Terminal.swift
[1016/1256] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1016/1256] Compiling x_algor.cc
[1017/1256] Compiling x_crl.cc
[1018/1256] Compiling x509spki.cc
[1019/1256] Compiling x_all.cc
[1020/1256] Compiling x_attrib.cc
[1021/1256] Compiling x509rset.cc
[1022/1256] Compiling x509name.cc
[1024/1256] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1025/1256] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1026/1256] Compiling ConsoleKitTerminal LoggerFragment.swift
[1027/1279] Compiling x509cset.cc
[1028/1279] Compiling x509_vfy.cc
[1029/1279] Compiling x509_txt.cc
[1030/1279] Compiling x509_trs.cc
[1031/1279] Compiling x509_vpm.cc
[1032/1279] Compiling x509_v3.cc
[1034/1279] Compiling ConsoleKitCommands CommandSignature.swift
[1035/1279] Compiling ConsoleKitCommands Flag.swift
[1036/1279] Compiling ConsoleKitCommands Option.swift
[1037/1281] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1038/1281] Compiling ConsoleKitCommands AsyncCommand.swift
[1039/1281] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1040/1281] Emitting module ConsoleKitCommands
[1041/1281] Compiling ConsoleKitCommands AsyncCommands.swift
[1042/1281] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1043/1281] Compiling ConsoleKitCommands AnyCommand.swift
[1043/1281] Compiling x509_set.cc
[1045/1281] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1046/1281] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1047/1281] Compiling ConsoleKitCommands Argument.swift
[1047/1281] Compiling x509_ext.cc
[1048/1281] Compiling x509_def.cc
[1050/1281] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1051/1281] Compiling ConsoleKitCommands Utilities.swift
[1051/1281] Compiling x509_d2.cc
[1052/1281] Compiling x509_req.cc
[1053/1281] Compiling x509_lu.cc
[1054/1281] Compiling x509_cmp.cc
[1055/1281] Compiling x509_obj.cc
[1056/1281] Compiling v3_skey.cc
[1058/1281] Compiling ConsoleKitCommands CommandGroup.swift
[1059/1281] Compiling ConsoleKitCommands CommandInput.swift
[1060/1281] Compiling ConsoleKitCommands Commands.swift
[1061/1281] Compiling ConsoleKitCommands Command.swift
[1062/1281] Compiling ConsoleKitCommands CommandContext.swift
[1063/1281] Compiling ConsoleKitCommands CommandError.swift
[1064/1281] Compiling ConsoleKitCommands Console+Run.swift
[1065/1281] Compiling ConsoleKitCommands ConsoleError.swift
[1066/1281] Compiling ConsoleKitCommands Completion.swift
[1067/1282] Compiling x509.cc
[1068/1282] Compiling x509_att.cc
[1069/1284] Compiling v3_pmaps.cc
[1070/1284] Compiling v3_utl.cc
[1071/1284] Compiling v3_purp.cc
[1072/1284] Compiling v3_prn.cc
[1073/1284] Compiling v3_pcons.cc
[1075/1284] Emitting module ConsoleKit
[1076/1284] Compiling ConsoleKit Exports.swift
[1077/1285] Compiling v3_ocsp.cc
[1078/1285] Compiling v3_ncons.cc
[1079/1285] Compiling v3_genn.cc
[1080/1285] Compiling v3_int.cc
[1081/1285] Compiling v3_info.cc
[1082/1285] Compiling v3_lib.cc
[1083/1285] Compiling v3_ia5.cc
[1084/1285] Compiling v3_extku.cc
[1085/1285] Compiling v3_enum.cc
[1086/1285] Compiling v3_crld.cc
[1087/1285] Compiling v3_cpols.cc
[1088/1285] Compiling v3_conf.cc
[1089/1285] Compiling v3_alt.cc
[1090/1285] Compiling v3_bcons.cc
[1091/1285] Compiling v3_bitst.cc
[1092/1285] Compiling v3_akey.cc
[1093/1285] Compiling v3_akeya.cc
[1094/1285] Compiling t_crl.cc
[1094/1285] Compiling t_req.cc
[1096/1285] Compiling t_x509a.cc
[1097/1285] Compiling t_x509.cc
[1098/1285] Compiling rsa_pss.cc
[1099/1285] Compiling i2d_pr.cc
[1100/1285] Compiling policy.cc
[1101/1285] Compiling name_print.cc
[1102/1285] Compiling by_dir.cc
[1103/1285] Compiling by_file.cc
[1104/1285] Compiling pmbtoken.cc
[1105/1285] Compiling asn1_gen.cc
[1106/1285] Compiling trust_token.cc
[1107/1285] Compiling a_verify.cc
[1108/1285] Compiling a_sign.cc
[1109/1285] Compiling algorithm.cc
[1110/1285] Compiling a_digest.cc
[1111/1285] Compiling voprf.cc
[1112/1285] Compiling thread_win.cc
[1113/1285] Compiling thread_none.cc
[1114/1285] Compiling thread_pthread.cc
[1115/1285] Compiling thread.cc
[1116/1285] Compiling fors.cc
[1117/1285] Compiling stack.cc
[1118/1285] Compiling thash.cc
[1119/1285] Compiling merkle.cc
[1120/1285] Compiling siphash.cc
[1121/1285] Compiling sha256.cc
[1122/1285] Compiling wots.cc
[1123/1285] Compiling slhdsa.cc
[1124/1285] Compiling sha1.cc
[1125/1285] Compiling rsa_extra.cc
[1126/1285] Compiling sha512.cc
[1127/1285] Compiling refcount.cc
[1128/1285] Compiling rsa_print.cc
[1129/1285] Compiling rsa_crypt.cc
[1130/1285] Compiling rc4.cc
[1131/1285] Compiling rsa_asn1.cc
[1132/1285] Compiling windows.cc
[1133/1285] Compiling rand_extra.cc
[1134/1285] Compiling urandom.cc
[1135/1285] Compiling trusty.cc
[1136/1285] Compiling passive.cc
[1137/1285] Compiling poly1305_arm_asm.S
[1138/1285] Compiling ios.cc
[1139/1285] Compiling poly1305_vec.cc
[1140/1285] Compiling forkunsafe.cc
[1141/1285] Compiling getentropy.cc
[1142/1285] Compiling deterministic.cc
[1143/1285] Compiling fork_detect.cc
[1144/1285] Compiling poly1305_arm.cc
[1145/1285] Compiling pool.cc
[1146/1285] Compiling p5_pbev2.cc
[1147/1285] Compiling poly1305.cc
[1148/1285] Compiling pem_pkey.cc
[1149/1285] Compiling pkcs8_x509.cc
[1150/1285] Compiling pkcs8.cc
[1151/1285] Compiling pkcs7.cc
[1152/1285] Compiling pem_oth.cc
[1153/1285] Compiling pkcs7_x509.cc
[1154/1285] Compiling pem_xaux.cc
[1155/1285] Compiling pem_x509.cc
[1156/1285] Compiling pem_pk8.cc
[1157/1285] Compiling obj_xref.cc
[1158/1285] Compiling mldsa.cc
[1159/1285] Compiling obj.cc
[1160/1285] Compiling pem_lib.cc
[1161/1285] Compiling mlkem.cc
[1162/1285] Compiling pem_info.cc
[1163/1285] Compiling pem_all.cc
[1164/1285] Compiling md5.cc
[1165/1285] Compiling poly_rq_mul.S
[1166/1285] Compiling fips_shared_support.cc
[1167/1285] Compiling mem.cc
[1168/1285] Compiling md4.cc
[1169/1285] Compiling kyber.cc
[1170/1285] Compiling lhash.cc
[1171/1285] Compiling hpke.cc
[1172/1285] Compiling ex_data.cc
[1173/1285] Compiling sign.cc
[1174/1285] Compiling print.cc
[1175/1285] Compiling pbkdf.cc
[1176/1285] Compiling scrypt.cc
[1177/1285] Compiling hrss.cc
[1178/1285] Compiling p_x25519.cc
[1179/1285] Compiling p_x25519_asn1.cc
[1180/1285] Compiling p_rsa_asn1.cc
[1181/1285] Compiling p_rsa.cc
[1182/1285] Compiling p_ed25519.cc
[1183/1285] Compiling p_hkdf.cc
[1184/1285] Compiling p_ed25519_asn1.cc
[1185/1285] Compiling p_ec.cc
[1186/1285] Compiling p_ec_asn1.cc
[1187/1285] Compiling p_dh_asn1.cc
[1188/1285] Compiling p_dsa_asn1.cc
[1189/1285] Compiling p_dh.cc
[1190/1285] Compiling evp_ctx.cc
[1191/1285] Compiling evp.cc
[1192/1285] Compiling err.cc
[1193/1285] Compiling evp_asn1.cc
[1194/1285] Compiling ecdh_extra.cc
[1195/1285] Compiling engine.cc
[1196/1285] Compiling ecdsa_asn1.cc
[1197/1285] Compiling hash_to_curve.cc
[1198/1285] Compiling ec_derive.cc
[1199/1285] Compiling des.cc
[1200/1285] Compiling ec_asn1.cc
[1201/1285] Compiling dsa.cc
[1202/1285] Compiling params.cc
[1203/1285] Compiling spake25519.cc
[1204/1285] Compiling bcm.cc
[1205/1285] Compiling x25519-asm-arm.S
[1206/1285] Compiling dsa_asn1.cc
[1207/1285] Compiling curve25519_64_adx.cc
[1208/1285] Compiling dh_asn1.cc
[1209/1285] Compiling crypto.cc
[1210/1285] Compiling digest_extra.cc
[1211/1285] Compiling cpu_aarch64_win.cc
[1212/1285] Compiling cpu_arm_linux.cc
[1213/1285] Compiling cpu_intel.cc
[1214/1285] Compiling cpu_arm_freebsd.cc
[1215/1285] Compiling cpu_aarch64_fuchsia.cc
[1216/1285] Compiling curve25519.cc
[1217/1285] Compiling conf.cc
[1218/1285] Compiling cpu_aarch64_openbsd.cc
[1219/1285] Compiling cpu_aarch64_sysreg.cc
[1220/1285] Compiling cpu_aarch64_linux.cc
[1221/1285] Compiling e_rc4.cc
[1222/1285] Compiling cpu_aarch64_apple.cc
[1223/1285] Compiling tls_cbc.cc
[1224/1285] Compiling e_des.cc
[1225/1285] Compiling e_tls.cc
[1226/1285] Compiling e_chacha20poly1305.cc
[1227/1285] Compiling e_rc2.cc
[1228/1285] Compiling e_null.cc
[1229/1285] Compiling e_aesctrhmac.cc
[1230/1285] Compiling e_aesgcmsiv.cc
[1231/1285] Compiling derive_key.cc
[1232/1285] Compiling chacha.cc
[1233/1285] Compiling cipher_extra.cc
[1234/1285] Compiling ber.cc
[1235/1285] Compiling unicode.cc
[1236/1285] Compiling asn1_compat.cc
[1237/1285] Compiling cbb.cc
[1238/1285] Compiling cbs.cc
[1239/1285] Compiling hexdump.cc
[1240/1285] Compiling buf.cc
[1241/1285] Compiling convert.cc
[1242/1285] Compiling file.cc
[1243/1285] Compiling blake2.cc
[1244/1285] Compiling bn_asn1.cc
[1245/1285] Compiling printf.cc
[1246/1285] Compiling pair.cc
[1247/1285] Compiling fd.cc
[1248/1285] Compiling errno.cc
[1249/1285] Compiling base64.cc
[1250/1285] Compiling tasn_typ.cc
[1251/1285] Compiling bio_mem.cc
[1252/1285] Compiling bio.cc
[1253/1285] Compiling tasn_fre.cc
[1254/1285] Compiling tasn_utl.cc
[1255/1285] Compiling tasn_dec.cc
[1256/1285] Compiling tasn_new.cc
[1257/1285] Compiling posix_time.cc
[1258/1285] Compiling tasn_enc.cc
[1259/1285] Compiling f_string.cc
[1260/1285] Compiling asn1_lib.cc
[1261/1285] Compiling asn1_par.cc
[1262/1285] Compiling f_int.cc
[1263/1285] Compiling asn_pack.cc
[1264/1285] Compiling a_octet.cc
[1265/1285] Compiling a_type.cc
[1266/1285] Compiling a_time.cc
[1267/1285] Compiling a_mbstr.cc
[1268/1285] Compiling a_utctm.cc
[1269/1285] Compiling a_strnid.cc
[1270/1285] Compiling a_dup.cc
[1271/1285] Compiling a_i2d_fp.cc
[1272/1285] Compiling a_strex.cc
[1272/1285] Write sources
[1278/1285] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1279/1286] Compiling a_object.cc
[1280/1333] Compiling a_d2i_fp.cc
[1281/1351] Compiling a_gentm.cc
[1282/1351] Compiling a_int.cc
[1283/1357] Compiling a_bool.cc
[1284/1357] Compiling a_bitstr.cc
[1286/1382] Compiling Algorithms Keyed.swift
[1287/1382] Compiling Algorithms MinMax.swift
[1288/1384] Compiling Algorithms FirstNonNil.swift
[1289/1384] Compiling Algorithms FlattenCollection.swift
[1290/1384] Compiling Algorithms Grouped.swift
[1291/1384] Compiling Algorithms Indexed.swift
[1292/1384] Compiling Algorithms Intersperse.swift
[1293/1384] Compiling Algorithms RandomSample.swift
[1294/1384] Compiling Algorithms Reductions.swift
[1295/1384] Compiling Algorithms Rotate.swift
[1296/1384] Compiling Algorithms Joined.swift
[1299/1399] Compiling Algorithms AdjacentPairs.swift
[1300/1399] Compiling Algorithms Chain.swift
[1301/1399] Compiling Algorithms Chunked.swift
[1302/1399] Compiling Algorithms Combinations.swift
[1303/1399] Compiling Algorithms Compacted.swift
[1304/1399] Compiling Algorithms Cycle.swift
[1305/1399] Compiling Algorithms EitherSequence.swift
[1306/1399] Emitting module BitCollections
[1307/1399] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1308/1399] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1309/1399] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1310/1399] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1311/1399] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1312/1399] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1313/1399] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1314/1399] Compiling Atomics IntegerOperations.swift
[1315/1399] Compiling Atomics Unmanaged extensions.swift
[1322/1399] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1323/1399] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1324/1399] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1325/1399] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1326/1399] Compiling BitCollections BitSet+SetAlgebra union.swift
[1327/1399] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1328/1399] Compiling BitCollections BitSet.Counted.swift
[1329/1399] Compiling BitCollections BitSet.Index.swift
[1330/1399] Compiling BitCollections BitSet._UnsafeHandle.swift
[1331/1399] Compiling BitCollections BitSet.swift
[1332/1399] Compiling BitCollections Range+Utilities.swift
[1333/1399] Compiling BitCollections Slice+Utilities.swift
[1334/1399] Compiling BitCollections UInt+Tricks.swift
[1335/1399] Compiling BitCollections _Word.swift
[1336/1399] Compiling CryptoBoringWrapper RandomBytes.swift
[1343/1399] Compiling Algorithms Suffix.swift
[1344/1399] Compiling Algorithms Partition.swift
[1345/1399] Compiling BitCollections BitArray+BitwiseOperations.swift
[1346/1399] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1347/1399] Compiling BitCollections BitArray+Codable.swift
[1348/1399] Compiling BitCollections BitArray+Collection.swift
[1349/1399] Compiling BitCollections BitArray+Copy.swift
[1350/1399] Compiling BitCollections BitArray+CustomReflectable.swift
[1351/1399] Compiling BitCollections BitArray+Descriptions.swift
[1352/1399] Compiling BitCollections BitArray+Equatable.swift
[1353/1399] Compiling Algorithms Permutations.swift
[1354/1399] Compiling Algorithms Product.swift
[1355/1399] Compiling BitCollections BitArray+Shifts.swift
[1356/1399] Compiling BitCollections BitArray+Testing.swift
[1357/1399] Compiling BitCollections BitArray._UnsafeHandle.swift
[1358/1399] Compiling BitCollections BitArray.swift
[1359/1399] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1360/1399] Compiling BitCollections BitSet+Codable.swift
[1367/1403] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1403] Compiling CryptoBoringWrapper EllipticCurve.swift
[1376/1403] Compiling Algorithms Trim.swift
[1377/1403] Compiling Algorithms Unique.swift
[1378/1403] Compiling Algorithms Windows.swift
[1379/1405] Compiling Collections Collections.swift
[1380/1405] Emitting module Collections
[1381/1405] Emitting module CryptoBoringWrapper
[1382/1405] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1383/1406] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1392/1406] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1393/1406] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1400/1454] Emitting module Atomics
[1401/1478] Emitting module Algorithms
[1402/1479] Compiling Crypto AES-GCM.swift
[1403/1479] Compiling Crypto AES-GCM_boring.swift
[1404/1479] Compiling Crypto ChaChaPoly_boring.swift
[1405/1479] Compiling Crypto ChaChaPoly.swift
[1406/1479] Compiling Crypto Cipher.swift
[1407/1479] Compiling Crypto Nonces.swift
[1410/1540] Compiling Crypto SymmetricKeys.swift
[1411/1540] Compiling Crypto HMAC.swift
[1412/1540] Compiling Crypto MACFunctions.swift
[1413/1540] Compiling Crypto MessageAuthenticationCode.swift
[1414/1540] Compiling Crypto AES.swift
[1415/1540] Compiling Crypto ECDSASignature_boring.swift
[1416/1540] Compiling Crypto ECDSA_boring.swift
[1417/1540] Compiling Crypto EdDSA_boring.swift
[1418/1540] Compiling Crypto ECDSA.swift
[1419/1540] Compiling Crypto Ed25519.swift
[1420/1549] Emitting module Crypto
[1421/1549] Compiling NIOCore MarkedCircularBuffer.swift
[1422/1549] Compiling NIOCore MulticastChannel.swift
[1423/1549] Compiling NIOCore NIOAny.swift
[1424/1549] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1425/1549] Compiling NIOCore NIOLoopBound.swift
[1426/1549] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1427/1549] Compiling NIOCore NIOScheduledCallback.swift
[1428/1549] Compiling NIOCore NIOSendable.swift
[1429/1549] Compiling NIOCore RecvByteBufferAllocator.swift
[1430/1549] Compiling Crypto X25519Keys.swift
[1431/1549] Compiling NIOCore ByteBuffer-views.swift
[1432/1549] Compiling NIOCore Channel.swift
[1433/1549] Compiling NIOCore ChannelHandler.swift
[1434/1549] Compiling NIOCore ChannelHandlers.swift
[1435/1549] Compiling NIOCore ChannelInvoker.swift
[1436/1549] Compiling NIOCore ChannelOption.swift
[1437/1549] Compiling NIOCore ChannelPipeline.swift
[1438/1549] Compiling NIOCore CircularBuffer.swift
[1439/1549] Compiling NIOCore Codec.swift
[1440/1549] Compiling NIOCore ConvenienceOptionSupport.swift
[1449/1553] Compiling NIOCore DeadChannel.swift
[1450/1554] Compiling NIOCore DispatchQueue+WithFuture.swift
[1451/1554] Compiling NIOCore EventLoop+Deprecated.swift
[1452/1554] Compiling NIOCore EventLoop+SerialExecutor.swift
[1453/1554] Compiling NIOCore EventLoop.swift
[1454/1554] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1455/1554] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1456/1554] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1457/1554] Compiling NIOCore EventLoopFuture.swift
[1458/1554] Compiling NIOCore FileDescriptor.swift
[1459/1557] Compiling NIOCore FileHandle.swift
[1460/1557] Compiling NIOCore FileRegion.swift
[1461/1557] Compiling NIOCore GlobalSingletons.swift
[1462/1557] Compiling NIOCore IO.swift
[1463/1557] Compiling NIOCore IOData.swift
[1464/1557] Compiling NIOCore IPProtocol.swift
[1465/1557] Compiling NIOCore IntegerBitPacking.swift
[1466/1557] Compiling NIOCore IntegerTypes.swift
[1467/1557] Compiling NIOCore Interfaces.swift
[1468/1557] Compiling NIOCore Linux.swift
[1469/1557] Compiling NIOCore AddressedEnvelope.swift
[1470/1557] Compiling NIOCore AsyncAwaitSupport.swift
[1471/1557] Compiling NIOCore AsyncChannel.swift
[1472/1557] Compiling NIOCore AsyncChannelHandler.swift
[1473/1557] Compiling NIOCore AsyncChannelInboundStream.swift
[1474/1557] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1475/1557] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1476/1557] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1477/1557] Compiling NIOCore NIOAsyncWriter.swift
[1478/1557] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1479/1557] Compiling NIOCore BSDSocketAPI.swift
[1480/1557] Compiling NIOCore ByteBuffer-aux.swift
[1481/1557] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1482/1557] Compiling NIOCore ByteBuffer-conversions.swift
[1483/1557] Compiling NIOCore ByteBuffer-core.swift
[1484/1557] Compiling NIOCore ByteBuffer-hex.swift
[1485/1557] Compiling NIOCore ByteBuffer-int.swift
[1486/1557] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1487/1557] Compiling NIOCore ByteBuffer-multi-int.swift
[1488/1557] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1505/1557] Compiling Crypto Signature.swift
[1506/1557] Compiling Crypto CryptoKitErrors_boring.swift
[1507/1557] Compiling Crypto RNG_boring.swift
[1508/1557] Compiling Crypto SafeCompare_boring.swift
[1509/1557] Compiling Crypto Zeroization_boring.swift
[1510/1557] Compiling Crypto PrettyBytes.swift
[1511/1557] Compiling Crypto SafeCompare.swift
[1512/1557] Compiling Crypto SecureBytes.swift
[1513/1557] Compiling Crypto Zeroization.swift
[1523/1558] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1524/1558] Compiling NIOCore SocketAddresses.swift
[1525/1558] Compiling NIOCore SocketOptionProvider.swift
[1526/1558] Compiling NIOCore SystemCallHelpers.swift
[1527/1558] Compiling NIOCore TimeAmount+Duration.swift
[1528/1558] Compiling NIOCore TypeAssistedChannelHandler.swift
[1529/1558] Compiling NIOCore UniversalBootstrapSupport.swift
[1530/1558] Compiling NIOCore Utilities.swift
[1540/1558] Emitting module NIOCore
[1560/1609] Emitting module NIOEmbedded
[1561/1609] Compiling NIOEmbedded AsyncTestingChannel.swift
[1562/1609] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1563/1609] Compiling NIOEmbedded Embedded.swift
[1565/1610] Compiling NIOPosix SelectableChannel.swift
[1566/1610] Compiling NIOPosix SelectableEventLoop.swift
[1567/1610] Compiling NIOPosix SelectorEpoll.swift
[1568/1610] Compiling NIOPosix SelectorGeneric.swift
[1569/1610] Compiling NIOPosix SelectorKqueue.swift
[1570/1610] Compiling NIOPosix SelectorUring.swift
[1571/1616] Compiling NIOPosix Pool.swift
[1572/1616] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1573/1616] Compiling NIOPosix PosixSingletons.swift
[1574/1616] Compiling NIOPosix RawSocketBootstrap.swift
[1575/1616] Compiling NIOPosix Resolver.swift
[1576/1616] Compiling NIOPosix Selectable.swift
[1577/1616] Compiling NIOPosix ServerSocket.swift
[1578/1616] Compiling NIOPosix Socket.swift
[1579/1616] Compiling NIOPosix SocketChannel.swift
[1580/1616] Compiling NIOPosix SocketProtocols.swift
[1581/1616] Compiling NIOPosix System.swift
[1582/1616] Compiling NIOPosix Thread.swift
[1583/1616] Emitting module NIOPosix
[1584/1616] Compiling NIOPosix BSDSocketAPICommon.swift
[1585/1616] Compiling NIOPosix BSDSocketAPIPosix.swift
[1586/1616] Compiling NIOPosix BSDSocketAPIWindows.swift
[1587/1616] Compiling NIOPosix BaseSocket.swift
[1588/1616] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1589/1616] Compiling NIOPosix BaseSocketChannel.swift
[1590/1616] Compiling NIOPosix BaseStreamSocketChannel.swift
[1591/1616] Compiling NIOPosix Bootstrap.swift
[1592/1616] Compiling NIOPosix ControlMessage.swift
[1593/1616] Compiling NIOPosix DatagramVectorReadManager.swift
[1594/1616] Compiling NIOPosix Errors+Any.swift
[1595/1616] Compiling NIOPosix FileDescriptor.swift
[1596/1616] Compiling NIOPosix GetaddrinfoResolver.swift
[1597/1616] Compiling NIOPosix HappyEyeballs.swift
[1598/1616] Compiling NIOPosix ThreadPosix.swift
[1599/1616] Compiling NIOPosix ThreadWindows.swift
[1600/1616] Compiling NIOPosix UnsafeTransfer.swift
[1601/1616] Compiling NIOPosix Utilities.swift
[1602/1616] Compiling NIOPosix VsockAddress.swift
[1603/1616] Compiling NIOPosix VsockChannelEvents.swift
[1604/1616] Compiling NIOPosix NIOThreadPool.swift
[1605/1616] Compiling NIOPosix NonBlockingFileIO.swift
[1606/1616] Compiling NIOPosix PendingDatagramWritesManager.swift
[1607/1616] Compiling NIOPosix PendingWritesManager.swift
[1608/1616] Compiling NIOPosix PipeChannel.swift
[1609/1616] Compiling NIOPosix PipePair.swift
[1610/1616] Compiling NIOPosix IO.swift
[1611/1616] Compiling NIOPosix IntegerBitPacking.swift
[1612/1616] Compiling NIOPosix IntegerTypes.swift
[1613/1616] Compiling NIOPosix Linux.swift
[1614/1616] Compiling NIOPosix LinuxCPUSet.swift
[1615/1616] Compiling NIOPosix LinuxUring.swift
[1616/1616] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1618/1676] Compiling NIO Exports.swift
[1619/1676] Emitting module NIO
[1620/1677] Compiling AsyncKit Future+Transform.swift
[1621/1677] Compiling AsyncKit Future+Try.swift
[1622/1677] Compiling AsyncKit FutureOperators.swift
[1623/1679] Compiling AsyncKit ConnectionPoolError.swift
[1624/1679] Compiling AsyncKit ConnectionPoolItem.swift
[1625/1679] Compiling AsyncKit ConnectionPoolSource.swift
[1627/1684] Compiling AsyncKit Future+Miscellaneous.swift
[1628/1684] Compiling AsyncKit Future+Nonempty.swift
[1629/1684] Compiling AsyncKit Future+Optional.swift
[1630/1718] Compiling NIOTLS TLSEvents.swift
[1631/1718] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1632/1718] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1633/1718] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1634/1718] Compiling NIOSOCKS SOCKSResponse.swift
[1635/1718] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1636/1719] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1637/1719] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1638/1721] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1639/1721] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1640/1721] Compiling NIOHTTP1 HTTPEncoder.swift
[1641/1721] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1642/1721] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1643/1721] Compiling NIOHTTP1 HTTPDecoder.swift
[1644/1721] Compiling NIOSOCKS ClientStateMachine.swift
[1645/1721] Emitting module _NIOFileSystem
[1646/1725] Emitting module NIOSOCKS
[1649/1725] Compiling AsyncKit Optional+StrictMap.swift
[1650/1725] Compiling AsyncKit Exports.swift
[1651/1725] Compiling NIOSOCKS ServerStateMachine.swift
[1652/1725] Compiling NIOTLS SNIHandler.swift
[1653/1725] Emitting module NIOTLS
[1654/1725] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1655/1726] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1656/1726] Emitting module NIOFoundationCompat
[1657/1727] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1658/1727] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1664/1728] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1665/1728] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1666/1728] Emitting module NIOHTTP1
[1667/1750] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1668/1750] Compiling NIOTransportServices NIOTSSingletons.swift
[1669/1779] Emitting module NIOTransportServices
[1670/1781] Compiling NIOSSL SSLCertificate.swift
[1671/1781] Compiling NIOSSL SSLCertificateExtensions.swift
[1672/1781] Compiling NIOSSL SSLCertificateName.swift
[1673/1781] Compiling NIOSSL ObjectIdentifier.swift
[1674/1781] Compiling NIOSSL PosixPort.swift
[1675/1781] Compiling NIOSSL SSLCallbacks.swift
[1676/1781] Compiling NIOSSL NIOSSLSecureBytes.swift
[1677/1781] Compiling NIOSSL RNG.swift
[1678/1781] Compiling NIOSSL SafeCompare.swift
[1679/1781] Compiling _NIOFileSystem CInterop.swift
[1680/1781] Compiling _NIOFileSystem Errno.swift
[1681/1781] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1682/1781] Compiling _NIOFileSystem Mocking.swift
[1683/1781] Compiling _NIOFileSystem Syscall.swift
[1684/1781] Compiling _NIOFileSystem Syscalls.swift
[1685/1781] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1686/1781] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1687/1781] Compiling NIOSSL SSLContext.swift
[1688/1781] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1689/1781] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1690/1781] Compiling NIOSSL SSLConnection.swift
[1691/1781] Compiling NIOSSL SSLPrivateKey.swift
[1692/1781] Compiling NIOSSL SSLPublicKey.swift
[1693/1781] Compiling NIOSSL IdentityVerification.swift
[1694/1781] Compiling NIOSSL LinuxCABundle.swift
[1695/1781] Compiling NIOSSL NIOSSLClientHandler.swift
[1696/1781] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1697/1781] Compiling NIOSSL NIOSSLHandler.swift
[1698/1781] Compiling NIOSSL NIOSSLServerHandler.swift
[1699/1781] Compiling NIOSSL AndroidCABundle.swift
[1700/1781] Compiling NIOSSL ByteBufferBIO.swift
[1701/1781] Compiling NIOSSL CustomPrivateKey.swift
[1712/1782] Compiling NIOSSL SSLPKCS12Bundle.swift
[1713/1782] Compiling NIOSSL SubjectAlternativeName.swift
[1719/1782] Emitting module AsyncKit
[1724/1783] Compiling _NIOFileSystem SystemFileHandle.swift
[1725/1783] Compiling _NIOFileSystem Utilities.swift
[1726/1783] Compiling _NIOFileSystem OpenOptions.swift
[1727/1783] Compiling _NIOFileSystem String+FileSystem.swift
[1728/1802] Emitting module NIOSSL
[1729/1852] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1730/1852] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1731/1852] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1732/1852] Compiling MultipartKit BasicCodingKey.swift
[1733/1852] Compiling MultipartKit FormDataEncoder.swift
[1734/1852] Compiling MultipartKit Storage.swift
[1735/1854] Compiling MultipartKit MultipartFormData.swift
[1736/1854] Compiling MultipartKit MultipartParser.swift
[1737/1854] Compiling MultipartKit MultipartSerializer.swift
[1738/1854] Compiling MultipartKit Utilities.swift
[1743/1854] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1744/1854] Compiling MultipartKit MultipartError.swift
[1745/1854] Compiling MultipartKit Exports.swift
[1746/1854] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1747/1854] Compiling MultipartKit FormDataDecoder.swift
[1748/1854] Compiling NIOWebSocket WebSocketOpcode.swift
[1749/1855] Emitting module NIOHTTPCompression
[1750/1855] Compiling NIOHPACK IntegerCoding.swift
[1751/1856] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1752/1856] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1753/1856] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1754/1858] Compiling NIOHPACK StaticHeaderTable.swift
[1755/1858] Compiling MultipartKit MultipartPart.swift
[1756/1858] Compiling MultipartKit MultipartPartConvertible.swift
[1757/1858] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1758/1858] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1759/1858] Compiling NIOHPACK IndexedHeaderTable.swift
[1760/1858] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1761/1858] Emitting module NIOExtras
[1765/1858] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1773/1858] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1777/1858] Emitting module MultipartKit
[1787/1859] Compiling NIOHTTPCompression HTTPDecompression.swift
[1795/1859] Compiling NIOHTTPCompression HTTPCompression.swift
[1799/1860] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1800/1860] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1801/1860] Emitting module NIOWebSocket
[1805/1863] Compiling NIOExtras WritePCAPHandler.swift
[1807/1863] Compiling NIOHPACK HuffmanCoding.swift
[1808/1863] Compiling NIOHPACK HuffmanTables.swift
[1809/1863] Emitting module NIOHPACK
[1816/1863] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1817/1863] Compiling NIOWebSocket WebSocketFrame.swift
[1821/1864] Compiling NIOExtras UnsafeTransfer.swift
[1832/1867] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1839/1867] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1840/1867] Emitting module _NIOFileSystemFoundationCompat
[1848/1869] Emitting module NIOFileSystem
[1849/1869] Compiling NIOFileSystem Exports.swift
[1852/1869] Compiling NIOSSL Zeroization.swift
[1853/1869] Compiling NIOSSL TLSConfiguration.swift
[1854/1869] Compiling NIOSSL UniversalBootstrapSupport.swift
[1855/1869] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1858/1912] Compiling NIOHTTP2 StateMachineResult.swift
[1859/1912] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1861/1938] Compiling WebSocketKit WebSocket+Connect.swift
[1862/1938] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1863/1938] Compiling WebSocketKit WebSocketHandler.swift
[1864/1938] Compiling NIOHTTP2 MaySendFrames.swift
[1865/1938] Compiling NIOHTTP2 SendingDataState.swift
[1866/1938] Compiling NIOHTTP2 SendingGoawayState.swift
[1867/1938] Compiling NIOHTTP2 SendingHeadersState.swift
[1868/1938] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1869/1938] Compiling NIOHTTP2 SendingRstStreamState.swift
[1870/1938] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1871/1938] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1872/1946] Emitting module WebSocketKit
[1873/1946] Compiling WebSocketKit WebSocket+Concurrency.swift
[1874/1946] Emitting module NIOHTTP2
[1875/1946] Compiling WebSocketKit Exports.swift
[1876/1946] Compiling WebSocketKit WebSocketClient.swift
[1877/1946] Compiling WebSocketKit WebSocket.swift
[1879/1947] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1880/1947] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1881/1947] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1882/1947] Compiling NIOHTTP2 HTTP2StreamID.swift
[1883/1947] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1884/1947] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1885/1947] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1886/1947] Compiling NIOHTTP2 InboundEventBuffer.swift
[1887/1947] Compiling NIOHTTP2 InboundWindowManager.swift
[1888/1947] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1889/1947] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1890/1947] Compiling NIOHTTP2 StreamChannelList.swift
[1891/1947] Compiling NIOHTTP2 StreamMap.swift
[1892/1947] Compiling NIOHTTP2 StreamStateMachine.swift
[1893/1947] Compiling NIOHTTP2 UnsafeTransfer.swift
[1894/1947] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1895/1947] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1896/1947] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1897/1947] Compiling NIOHTTP2 MayReceiveFrames.swift
[1898/1947] Compiling NIOHTTP2 ReceivingDataState.swift
[1899/1947] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1900/1947] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1901/1947] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1902/1947] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1903/1947] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1916/1947] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1917/1947] Compiling NIOHTTP2 HTTP2Frame.swift
[1918/1947] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1919/1947] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1920/1947] Compiling NIOHTTP2 HTTP2PingData.swift
[1921/1947] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1922/1947] Compiling NIOHTTP2 HTTP2Settings.swift
[1923/1947] Compiling NIOHTTP2 HTTP2Stream.swift
[1927/1948] Compiling NIOHTTP2 DOSHeuristics.swift
[1928/1948] Compiling NIOHTTP2 Error+Any.swift
[1929/1948] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1930/1948] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1931/1948] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1932/1948] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1933/1948] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1934/1948] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1935/1948] Compiling NIOHTTP2 HasLocalSettings.swift
[1936/1948] Compiling NIOHTTP2 HasRemoteSettings.swift
[1937/1948] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1938/1948] Compiling NIOHTTP2 QuiescingState.swift
[1939/1948] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1940/1948] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1941/1948] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1942/1948] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1943/1948] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1944/1948] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1945/1948] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1946/1948] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1947/1948] Compiling NIOHTTP2 HTTP2Error.swift
[1948/1948] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1950/2009] Emitting module AsyncHTTPClient
[1951/2017] Compiling AsyncHTTPClient HTTPHandler.swift
[1952/2017] Compiling AsyncHTTPClient LRUCache.swift
[1953/2017] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1954/2017] Compiling AsyncHTTPClient NWErrorHandler.swift
[1955/2017] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1956/2017] Compiling AsyncHTTPClient TLSConfiguration.swift
[1957/2017] Compiling AsyncHTTPClient RedirectState.swift
[1958/2017] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1959/2017] Compiling AsyncHTTPClient RequestBag.swift
[1960/2017] Compiling AsyncHTTPClient RequestValidation.swift
[1961/2017] Compiling AsyncHTTPClient SSLContextCache.swift
[1962/2017] Compiling AsyncHTTPClient Scheme.swift
[1963/2017] Compiling AsyncHTTPClient Singleton.swift
[1964/2017] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1965/2017] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1966/2017] Compiling AsyncHTTPClient Utils.swift
[1967/2017] Compiling AsyncHTTPClient ConnectionTarget.swift
[1968/2017] Compiling AsyncHTTPClient DeconstructedURL.swift
[1969/2017] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1970/2017] Compiling AsyncHTTPClient FoundationExtensions.swift
[1971/2017] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1972/2017] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1973/2017] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1974/2017] Compiling AsyncHTTPClient HTTPClient.swift
[1975/2017] Compiling AsyncHTTPClient RequestOptions.swift
[1976/2017] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1977/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1978/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1979/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1980/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1981/2017] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1982/2017] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1983/2017] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1984/2017] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1985/2017] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1986/2017] Compiling AsyncHTTPClient HTTP1Connection.swift
[1987/2017] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1988/2017] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1989/2017] Compiling AsyncHTTPClient HTTP2Connection.swift
[1990/2017] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1991/2017] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1992/2017] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1993/2017] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1994/2017] Compiling AsyncHTTPClient Transaction.swift
[1995/2017] Compiling AsyncHTTPClient Base64.swift
[1996/2017] Compiling AsyncHTTPClient BasicAuth.swift
[1997/2017] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1998/2017] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1999/2017] Compiling AsyncHTTPClient ConnectionPool.swift
[2000/2017] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2001/2017] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2002/2017] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2003/2017] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2004/2017] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2005/2017] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2006/2017] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2007/2017] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2008/2017] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2009/2017] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2010/2017] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2011/2017] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2012/2017] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2013/2017] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2014/2017] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2015/2017] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2016/2017] Compiling AsyncHTTPClient RequestBodyLength.swift
[2017/2017] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2019/2187] Emitting module Vapor
[2020/2211] Compiling Vapor Application.swift
[2021/2211] Compiling Vapor AuthenticationCache.swift
[2022/2211] Compiling Vapor Authenticator.swift
[2023/2211] Compiling Vapor BasicAuthorization.swift
[2024/2211] Compiling Vapor BearerAuthorization.swift
[2025/2211] Compiling Vapor GuardMiddleware.swift
[2026/2211] Compiling Vapor RedirectMiddleware.swift
[2027/2211] Compiling Vapor SessionAuthenticatable.swift
[2028/2211] Compiling Vapor Bcrypt.swift
[2029/2211] Compiling Vapor Application+Cache.swift
[2030/2211] Compiling Vapor Cache.swift
[2031/2211] Compiling Vapor CacheExpirationTime.swift
[2032/2211] Compiling Vapor MemoryCache.swift
[2033/2211] Compiling Vapor Request+Cache.swift
[2034/2211] Compiling Vapor Application+Clients.swift
[2035/2211] Compiling Vapor Client.swift
[2036/2211] Compiling Vapor ClientRequest.swift
[2037/2211] Compiling Vapor ClientResponse.swift
[2038/2211] Compiling Vapor Request+Client.swift
[2039/2211] Compiling Vapor BootCommand.swift
[2040/2211] Compiling Vapor CommandContext+Application.swift
[2041/2211] Compiling Vapor RoutesCommand.swift
[2042/2211] Compiling Vapor ServeCommand.swift
[2043/2211] Compiling Vapor AnyResponse+Concurrency.swift
[2044/2211] Compiling Vapor Request+Body.swift
[2045/2211] Compiling Vapor Request+BodyStream.swift
[2046/2211] Compiling Vapor Request.swift
[2047/2211] Compiling Vapor Application+Responder.swift
[2048/2211] Compiling Vapor DefaultResponder.swift
[2049/2211] Compiling Vapor Response+Body.swift
[2050/2211] Compiling Vapor Response.swift
[2051/2211] Compiling Vapor ResponseCodable.swift
[2052/2211] Compiling Vapor Application+Routes.swift
[2053/2211] Compiling Vapor Parameters+Require.swift
[2054/2211] Compiling Vapor Request+WebSocket.swift
[2055/2211] Compiling Vapor Route.swift
[2056/2211] Compiling Vapor RouteCollection.swift
[2057/2211] Compiling Vapor Routes.swift
[2058/2211] Compiling Vapor RoutesBuilder+Group.swift
[2059/2211] Compiling Vapor RoutesBuilder+Method.swift
[2060/2211] Compiling Vapor RoutesBuilder+Middleware.swift
[2061/2211] Compiling Vapor RoutesBuilder+WebSocket.swift
[2062/2211] Compiling Vapor RoutesBuilder.swift
[2063/2211] Compiling Vapor OTP.swift
[2064/2211] Compiling Vapor Application+Servers.swift
[2065/2211] Compiling Vapor Server.swift
[2066/2211] Compiling Vapor App+Service.swift
[2067/2211] Compiling Vapor Req+Service.swift
[2068/2211] Compiling Vapor AsyncBasicResponder.swift
[2069/2211] Compiling Vapor AsyncMiddleware.swift
[2070/2211] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2071/2211] Compiling Vapor AsyncSessionDriver.swift
[2072/2211] Compiling Vapor Authentication+Concurrency.swift
[2073/2211] Compiling Vapor Cache+Concurrency.swift
[2074/2211] Compiling Vapor Client+Concurrency.swift
[2075/2211] Compiling Vapor RequestBody+Concurrency.swift
[2076/2211] Compiling Vapor Responder+Concurrency.swift
[2077/2211] Compiling Vapor ResponseCodable+Concurrency.swift
[2078/2211] Compiling Vapor RoutesBuilder+Concurrency.swift
[2079/2211] Compiling Vapor ViewRenderer+Concurrency.swift
[2080/2211] Compiling Vapor WebSocket+Concurrency.swift
[2081/2211] Compiling Vapor ContainerGetPathExecutor.swift
[2082/2211] Compiling Vapor Content.swift
[2083/2211] Compiling Vapor ContentCoders.swift
[2084/2211] Compiling Vapor ContentConfiguration.swift
[2085/2211] Compiling Vapor ContentContainer.swift
[2086/2211] Compiling Vapor JSONCoder+Custom.swift
[2087/2211] Compiling Vapor JSONCoders+Content.swift
[2088/2211] Compiling Vapor PlaintextDecoder.swift
[2089/2211] Compiling Vapor PlaintextEncoder.swift
[2090/2211] Compiling Vapor URLQueryCoders.swift
[2091/2211] Compiling Vapor URLQueryContainer.swift
[2092/2211] Compiling Vapor Service.swift
[2093/2211] Compiling Vapor Application+Sessions.swift
[2094/2211] Compiling Vapor MemorySessions.swift
[2095/2211] Compiling Vapor Request+Session.swift
[2096/2211] Compiling Vapor Session.swift
[2097/2211] Compiling Vapor SessionCache.swift
[2098/2211] Compiling Vapor SessionData.swift
[2099/2211] Compiling Vapor SessionDriver.swift
[2100/2211] Compiling Vapor SessionsConfiguration.swift
[2101/2211] Compiling Vapor SessionsMiddleware.swift
[2102/2211] Compiling Vapor URLEncodedFormData.swift
[2103/2211] Compiling Vapor URLEncodedFormDecoder.swift
[2104/2211] Compiling Vapor URLEncodedFormEncoder.swift
[2105/2211] Compiling Vapor URLEncodedFormError.swift
[2106/2211] Compiling Vapor URLEncodedFormParser.swift
[2107/2211] Compiling Vapor URLEncodedFormSerializer.swift
[2108/2211] Compiling Vapor URLQueryFragmentConvertible.swift
[2109/2211] Compiling Vapor AnyResponse.swift
[2110/2211] Compiling Vapor Array+Random.swift
[2111/2211] Compiling Vapor Base32.swift
[2112/2211] Compiling Vapor Base64.swift
[2113/2211] Compiling Vapor BaseN.swift
[2114/2211] Compiling Vapor BasicCodingKey.swift
[2115/2211] Compiling Vapor ByteCount.swift
[2116/2235] Compiling Vapor Core.swift
[2117/2235] Compiling Vapor Running.swift
[2118/2235] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2119/2235] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2120/2235] Compiling Vapor DotEnvFile+load.swift
[2121/2235] Compiling Vapor Routes+caseInsenstive.swift
[2122/2235] Compiling Vapor Validatable+validate.swift
[2123/2235] Compiling Vapor Environment+Process.swift
[2124/2235] Compiling Vapor Environment+Secret.swift
[2125/2235] Compiling Vapor Environment.swift
[2126/2235] Compiling Vapor Abort.swift
[2127/2235] Compiling Vapor AbortError.swift
[2128/2235] Compiling Vapor DebuggableError.swift
[2129/2235] Compiling Vapor Demangler.swift
[2130/2235] Compiling Vapor ErrorSource.swift
[2131/2235] Compiling Vapor StackTrace.swift
[2132/2235] Compiling Vapor Exports.swift
[2133/2235] Compiling Vapor Application+HTTP.swift
[2134/2235] Compiling Vapor BasicResponder.swift
[2135/2235] Compiling Vapor BodyStream.swift
[2136/2235] Compiling Vapor Application+HTTP+Client.swift
[2137/2235] Compiling Vapor EventLoopHTTPClient.swift
[2138/2235] Compiling Vapor EndpointCache.swift
[2139/2235] Compiling Vapor HTTPMethod+String.swift
[2140/2235] Compiling Vapor HTTPServerResponseEncoder.swift
[2141/2235] Compiling Vapor HTTPServerUpgradeHandler.swift
[2142/2235] Compiling Vapor Logger+Report.swift
[2143/2235] Compiling Vapor LoggingSystem+Environment.swift
[2144/2235] Compiling Vapor Application+Middleware.swift
[2145/2235] Compiling Vapor CORSMiddleware.swift
[2146/2235] Compiling Vapor ErrorMiddleware.swift
[2147/2235] Compiling Vapor FileMiddleware.swift
[2148/2235] Compiling Vapor Middleware.swift
[2149/2235] Compiling Vapor MiddlewareConfiguration.swift
[2150/2235] Compiling Vapor ResponseCompressionMiddleware.swift
[2151/2235] Compiling Vapor RouteLoggingMiddleware.swift
[2152/2235] Compiling Vapor TracingMiddleware.swift
[2153/2235] Compiling Vapor File+Multipart.swift
[2154/2235] Compiling Vapor FormDataDecoder+Content.swift
[2155/2235] Compiling Vapor FormDataEncoder+Content.swift
[2156/2235] Compiling Vapor Application+Password.swift
[2157/2235] Compiling Vapor Application+Passwords.swift
[2158/2235] Compiling Vapor AsyncPasswordHasher.swift
[2159/2235] Compiling Vapor BcryptHasher.swift
[2160/2235] Compiling Vapor PasswordHasher.swift
[2161/2235] Compiling Vapor PlaintextHasher.swift
[2162/2235] Compiling Vapor Request+Password.swift
[2163/2235] Compiling Vapor Redirect.swift
[2164/2235] Compiling Vapor HTTPStatus.swift
[2165/2235] Compiling Vapor HTTPCookies.swift
[2166/2235] Compiling Vapor HTTPHeaderCacheControl.swift
[2167/2235] Compiling Vapor HTTPHeaderExpires.swift
[2168/2235] Compiling Vapor HTTPHeaderLastModified.swift
[2169/2235] Compiling Vapor HTTPHeaders+Cache.swift
[2170/2235] Compiling Vapor HTTPHeaders+Connection.swift
[2171/2235] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2172/2235] Compiling Vapor HTTPHeaders+ContentRange.swift
[2173/2235] Compiling Vapor HTTPHeaders+Directive.swift
[2174/2235] Compiling Vapor HTTPHeaders+Forwarded.swift
[2175/2235] Compiling Vapor HTTPHeaders+Link.swift
[2176/2235] Compiling Vapor HTTPHeaders+Name.swift
[2177/2235] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2178/2235] Compiling Vapor HTTPHeaders.swift
[2179/2235] Compiling Vapor HTTPMediaType.swift
[2180/2235] Compiling Vapor HTTPMediaTypePreference.swift
[2181/2235] Compiling Vapor Responder.swift
[2182/2235] Compiling Vapor Application+HTTP+Server.swift
[2183/2235] Compiling Vapor HTTPServer.swift
[2184/2235] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2185/2235] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2186/2235] Compiling Vapor HTTPServerHandler.swift
[2187/2235] Compiling Vapor HTTPServerRequestDecoder.swift
[2188/2235] Compiling Vapor Validator.swift
[2189/2235] Compiling Vapor ValidatorResult.swift
[2190/2235] Compiling Vapor And.swift
[2191/2235] Compiling Vapor Case.swift
[2192/2235] Compiling Vapor CharacterSet.swift
[2193/2235] Compiling Vapor Count.swift
[2194/2235] Compiling Vapor Custom.swift
[2195/2235] Compiling Vapor Email.swift
[2196/2235] Compiling Vapor Empty.swift
[2197/2235] Compiling Vapor In.swift
[2198/2235] Compiling Vapor Nil.swift
[2199/2235] Compiling Vapor NilIgnoring.swift
[2200/2235] Compiling Vapor Not.swift
[2201/2235] Compiling Vapor Or.swift
[2202/2235] Compiling Vapor Pattern.swift
[2203/2235] Compiling Vapor Range.swift
[2204/2235] Compiling Vapor URL.swift
[2205/2235] Compiling Vapor Valid.swift
[2206/2235] Compiling Vapor Application+Views.swift
[2207/2235] Compiling Vapor PlaintextRenderer.swift
[2208/2235] Compiling Vapor Request+View.swift
[2209/2235] Compiling Vapor View.swift
[2210/2235] Compiling Vapor ViewRenderer.swift
[2211/2235] Compiling Vapor _Deprecations.swift
[2212/2235] Compiling Vapor Bytes+Hex.swift
[2213/2235] Compiling Vapor Bytes+SecureCompare.swift
[2214/2235] Compiling Vapor Collection+Safe.swift
[2215/2235] Compiling Vapor DataProtocol+Copy.swift
[2216/2235] Compiling Vapor DecoderUnwrapper.swift
[2217/2235] Compiling Vapor DirectoryConfiguration.swift
[2218/2235] Compiling Vapor DotEnv.swift
[2219/2235] Compiling Vapor Extendable.swift
[2220/2235] Compiling Vapor File.swift
[2221/2235] Compiling Vapor FileIO.swift
[2222/2235] Compiling Vapor LifecycleHandler.swift
[2223/2235] Compiling Vapor OptionalType.swift
[2224/2235] Compiling Vapor RFC1123.swift
[2225/2235] Compiling Vapor SocketAddress+Hostname.swift
[2226/2235] Compiling Vapor Storage.swift
[2227/2235] Compiling Vapor String+IsIPAddress.swift
[2228/2235] Compiling Vapor Thread.swift
[2229/2235] Compiling Vapor URI.swift
[2230/2235] Compiling Vapor RangeResult.swift
[2231/2235] Compiling Vapor Validatable.swift
[2232/2235] Compiling Vapor Validation.swift
[2233/2235] Compiling Vapor ValidationKey.swift
[2234/2235] Compiling Vapor Validations.swift
[2235/2235] Compiling Vapor ValidationsError.swift
[2237/2239] Compiling VaporElementary HTMLResponseBodyWriter.swift
[2238/2239] Compiling VaporElementary HTMLResponse.swift
[2239/2239] Emitting module VaporElementary
Build complete! (524.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.102.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "elementary",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/sliemeobn/elementary.git"
    }
  ],
  "manifest_display_name" : "vapor-elementary",
  "name" : "vapor-elementary",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporElementary",
      "targets" : [
        "VaporElementary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporElementaryTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporElementaryTests",
      "path" : "Tests/VaporElementaryTests",
      "product_dependencies" : [
        "Elementary",
        "XCTVapor"
      ],
      "sources" : [
        "HTMLResponseTests.swift",
        "NonSendableHTMLResponseTests.swift"
      ],
      "target_dependencies" : [
        "VaporElementary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporElementary",
      "module_type" : "SwiftTarget",
      "name" : "VaporElementary",
      "path" : "Sources/VaporElementary",
      "product_dependencies" : [
        "Vapor",
        "Elementary"
      ],
      "product_memberships" : [
        "VaporElementary"
      ],
      "sources" : [
        "HTMLResponse.swift",
        "HTMLResponseBodyWriter.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.