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 main (a14bc5), with Swift 6.1 for Android on 30 May 2025 01:24:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapor-elementary.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/vapor-elementary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/sliemeobn/elementary.git
[1/1263] Fetching elementary
[1189/75641] Fetching elementary, vapor
Fetched https://github.com/sliemeobn/elementary.git from cache (0.57s)
[2232/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.67s)
Computing version for https://github.com/sliemeobn/elementary.git
Computed https://github.com/sliemeobn/elementary.git at 0.5.2 (4.85s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.09s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[292/5029] Fetching swift-atomics, multipart-kit
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
Fetching https://github.com/apple/swift-metrics.git
[1097/5525] Fetching multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.72s)
Fetching https://github.com/apple/swift-log.git
[1121/7155] Fetching multipart-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
Fetching https://github.com/apple/swift-nio-extras.git
[1120/3319] Fetching multipart-kit
[1121/9233] Fetching multipart-kit, swift-nio-extras
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.87s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.42s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5959] Fetching swift-algorithms
[1134/7022] Fetching swift-algorithms, swift-service-context
[1145/9631] Fetching swift-algorithms, swift-service-context, websocket-kit
[2261/14605] Fetching swift-algorithms, swift-service-context, websocket-kit, swift-distributed-tracing
[10093/26132] Fetching swift-algorithms, swift-service-context, websocket-kit, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-service-context.git from cache (0.74s)
[11001/25069] Fetching swift-algorithms, websocket-kit, swift-distributed-tracing, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[15734/39912] Fetching swift-algorithms, websocket-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.12s)
[11010/33953] Fetching websocket-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (1.13s)
[8698/31344] Fetching swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.14s)
[3872/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/vapor/routing-kit.git
[4698/32017] Fetching swift-nio-http2, swift-nio-ssl, console-kit
[9567/108125] Fetching swift-nio-http2, swift-nio-ssl, console-kit, swift-nio
[11340/128852] Fetching swift-nio-http2, swift-nio-ssl, console-kit, swift-nio, routing-kit
[15317/142788] Fetching swift-nio-http2, swift-nio-ssl, console-kit, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.94s)
[21512/137141] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[40221/139511] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.91s)
[44124/137141] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[61144/151155] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.68s)
[70161/139628] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.59s)
[49714/118901] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.28s)
[69288/104887] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.03s)
[64168/90044] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (6.79s)
[51754/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (13.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (18.73s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.02s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.28s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1407/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.05s)
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.78s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.12s)
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.55s)
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.68s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.99s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.78s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.37s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[1712/3635] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[2682/6061] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle
[2948/11046] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-service-lifecycle, swift-async-algorithms
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.90s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.89s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.01s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.01s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.02s)
[1/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.90s)
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 (2.59s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.35s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.18s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.28s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.02s)
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 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.31s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (2.22s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.17s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.11s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.18s)
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 (1.08s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.15s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/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-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Building for debugging...
[0/832] Write sources
[49/832] Compiling CVaporBcrypt bcrypt.c
[50/832] Compiling _AtomicsShims.c
[51/832] Compiling CVaporBcrypt blf.c
[52/832] Compiling _NumericsShims _NumericsShims.c
[53/832] Compiling CNIOWASI CNIOWASI.c
[54/832] Compiling CNIOWindows shim.c
[54/832] Compiling CNIOWindows WSAStartup.c
[56/832] Compiling CNIOSHA1 c_nio_sha1.c
[57/832] Compiling CNIOLinux liburing_shims.c
[58/832] Compiling CSystem shims.c
[59/832] Compiling CNIOExtrasZlib empty.c
[60/832] Compiling CNIODarwin shim.c
[61/832] Compiling CNIOLLHTTP c_nio_http.c
[62/832] Compiling CNIOLinux shim.c
[63/832] Compiling fiat_p256_adx_mul.S
[64/832] Compiling fiat_curve25519_adx_square.S
[65/832] Compiling CNIOLLHTTP c_nio_api.c
[66/832] Compiling fiat_curve25519_adx_mul.S
[67/832] Compiling fiat_p256_adx_sqr.S
[68/832] Write swift-version-24593BA9C3E375BF.txt
[69/832] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/832] Compiling CNIOBoringSSLShims shims.c
[72/838] Emitting module _NIOBase64
[72/838] Compiling tls_method.cc
[73/838] Compiling tls_record.cc
[74/863] Compiling tls13_both.cc
[75/879] Compiling tls13_client.cc
[76/879] Compiling tls13_server.cc
[77/879] Compiling tls13_enc.cc
[79/920] Compiling RealModule Float80+Real.swift
[80/921] Compiling RealModule Real.swift
[81/921] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/921] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[83/921] Compiling InternalCollectionsUtilities Debugging.swift
[84/922] Compiling InternalCollectionsUtilities Descriptions.swift
[85/922] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[86/922] Compiling RealModule Float16+Real.swift
[87/922] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[88/922] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/922] Compiling ServiceContextModule ServiceContext.swift
[90/922] Emitting module ServiceContextModule
[91/922] Compiling ServiceContextModule ServiceContextKey.swift
[92/923] Emitting module InternalCollectionsUtilities
[93/923] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/923] Compiling InternalCollectionsUtilities Integer rank.swift
[95/923] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[96/923] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[97/923] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[98/923] Compiling InternalCollectionsUtilities UInt+reversed.swift
[99/923] Compiling _NIODataStructures PriorityQueue.swift
[100/923] Compiling _NIODataStructures _TinyArray.swift
[103/923] Compiling RealModule ElementaryFunctions.swift
[104/923] Emitting module RealModule
[107/923] Compiling RealModule Float+Real.swift
[108/923] Compiling _NIOBase64 Base64.swift
[109/924] Compiling _NIODataStructures Heap.swift
[110/924] Emitting module _NIODataStructures
[111/925] Compiling SystemPackage MachPort.swift
[112/925] Compiling SystemPackage PlatformString.swift
[113/925] Compiling SystemPackage SystemString.swift
[114/928] Compiling RealModule RealFunctions.swift
[119/929] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/939] Compiling Instrumentation MultiplexInstrument.swift
[122/939] Emitting module Instrumentation
[123/939] Compiling Instrumentation NoOpInstrument.swift
[124/939] Emitting module SystemPackage
[129/968] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[130/968] Compiling SystemPackage Util.swift
[131/968] Compiling SystemPackage UtilConsumers.swift
[132/1007] Compiling _RopeModule BigString+Builder.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
[133/1007] Compiling _RopeModule BigString+Contents.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
[134/1007] Compiling _RopeModule BigString+Debugging.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
[135/1010] Compiling _RopeModule BigString+Index.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
[136/1010] Compiling _RopeModule BigString+Ingester.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
[137/1010] Compiling _RopeModule BigString+Invariants.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
[138/1010] 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
[139/1010] Compiling _RopeModule BigString.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
[140/1010] Compiling _RopeModule BigString+Chunk+Append and Insert.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/1010] Compiling _RopeModule BigString+Chunk+Breaks.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/1010] Compiling _RopeModule BigString+Chunk.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/1010] Compiling _RopeModule BigString+BidirectionalCollection.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/1010] Compiling _RopeModule BigString+Comparable.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
[145/1010] Compiling _RopeModule BigString+Chunk+Counts.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
[146/1010] Compiling _RopeModule BigString+Chunk+Description.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
[147/1010] Compiling _RopeModule BigString+Chunk+Indexing by Characters.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
[148/1010] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.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/1010] Compiling _RopeModule BigString+Chunk+RopeElement.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/1010] Compiling _RopeModule BigString+Chunk+Splitting.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/1010] Compiling _RopeModule BigString+Iterators.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
[152/1010] Compiling _RopeModule BigString+Metrics.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
[153/1010] Compiling _RopeModule BigString+Summary.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
[154/1010] Compiling CoreMetrics Metrics.swift
[155/1010] Compiling Instrumentation InstrumentationSystem.swift
[156/1010] Compiling Instrumentation Instrument.swift
[157/1010] Compiling Instrumentation Locks.swift
[158/1010] Compiling Logging MetadataProvider.swift
[159/1010] Emitting module Logging
[160/1011] Emitting module CoreMetrics
[161/1011] Compiling CoreMetrics Locks.swift
[179/1012] Compiling Elementary RenderingUtils.swift
[180/1012] Compiling Elementary SendOnceBox.swift
[181/1012] Compiling Elementary SendableAnyHTMLBox.swift
[182/1012] Compiling Logging Locks.swift
[183/1012] Compiling Logging Logging.swift
[184/1012] Compiling Logging LogHandler.swift
[188/1014] Compiling t1_enc.cc
[189/1014] Compiling ssl_x509.cc
[191/1168] Compiling HeapModule Heap+Descriptions.swift
[192/1168] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[193/1168] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[194/1168] Compiling HashTreeCollections TreeDictionary+Values.swift
[195/1168] Compiling HashTreeCollections _AncestorHashSlots.swift
[196/1168] Compiling HashTreeCollections _Bitmap.swift
[197/1168] Compiling HashTreeCollections _Bucket.swift
[198/1168] Compiling HashTreeCollections _Hash.swift
[199/1168] Compiling HashTreeCollections _HashLevel.swift
[200/1168] Compiling HashTreeCollections _HashNode+Builder.swift
[201/1168] Compiling HashTreeCollections _HashNode+Debugging.swift
[202/1177] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[203/1177] Compiling HashTreeCollections TreeSet+Debugging.swift
[204/1177] Compiling HashTreeCollections TreeSet+Descriptions.swift
[205/1177] Compiling HashTreeCollections TreeSet+Equatable.swift
[206/1177] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[207/1177] Compiling HashTreeCollections TreeSet+Extras.swift
[208/1177] Compiling HashTreeCollections TreeSet+Filter.swift
[209/1177] Compiling HashTreeCollections TreeSet+Hashable.swift
[210/1177] Compiling HashTreeCollections TreeSet+Sendable.swift
[211/1177] Compiling HashTreeCollections _HashNode+Initializers.swift
[212/1177] Compiling HashTreeCollections _HashNode+Invariants.swift
[213/1177] Compiling HashTreeCollections _HashNode+Lookups.swift
[214/1177] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[215/1177] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[216/1177] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[217/1177] Compiling HashTreeCollections _HashNode+Structural union.swift
[218/1177] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[219/1177] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[220/1177] Compiling HashTreeCollections _HashNode+Structural merge.swift
[221/1177] Compiling HashTreeCollections _HashTreeIterator.swift
[222/1177] Compiling HashTreeCollections _HashTreeStatistics.swift
[223/1177] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[224/1177] Compiling HashTreeCollections _RawHashNode.swift
[225/1177] Compiling HashTreeCollections _UnmanagedHashNode.swift
[226/1177] Compiling HashTreeCollections _UnsafePath.swift
[227/1177] Compiling HashTreeCollections TreeDictionary+Codable.swift
[228/1177] Compiling HashTreeCollections TreeDictionary+Collection.swift
[229/1177] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[230/1177] Compiling Tracing TracingTime.swift
[231/1177] Compiling HeapModule _HeapNode.swift
[232/1177] Compiling Tracing NoOpTracer.swift
[233/1177] Compiling HeapModule Heap.swift
[234/1177] Emitting module Tracing
[235/1177] Compiling Tracing TracerProtocol.swift
[236/1177] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[237/1177] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[238/1177] Compiling HashTreeCollections _HashNode+Storage.swift
[239/1177] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[240/1177] Compiling HashTreeCollections _HashNode+Structural filter.swift
[241/1177] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[242/1177] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[243/1177] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[244/1177] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[245/1177] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[246/1177] Compiling HeapModule Heap+UnsafeHandle.swift
[247/1177] Compiling HeapModule Heap+Invariants.swift
[248/1177] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[249/1177] Compiling Tracing Tracer.swift
[250/1177] Compiling Tracing TracerProtocol+Legacy.swift
[251/1177] Emitting module HeapModule
[252/1178] Emitting module _RopeModule
[256/1178] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[257/1178] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[258/1178] Compiling HashTreeCollections _HashNode.swift
[259/1178] Compiling HashTreeCollections _HashNodeHeader.swift
[260/1178] Compiling HashTreeCollections _HashSlot.swift
[270/1185] Compiling _RopeModule Rope+Join.swift
[271/1185] Compiling _RopeModule Rope+MutatingForEach.swift
[272/1185] Compiling _RopeModule Rope+Remove.swift
[273/1185] Compiling _RopeModule Rope+RemoveSubrange.swift
[274/1185] Compiling _RopeModule Rope+Split.swift
[275/1185] Compiling _RopeModule Optional Utilities.swift
[276/1185] Compiling _RopeModule String Utilities.swift
[277/1185] Compiling _RopeModule String.Index+ABI.swift
[278/1195] Compiling Tracing SpanProtocol.swift
[279/1195] Compiling Tracing InstrumentationSystem+Tracing.swift
[280/1211] Compiling HashTreeCollections TreeDictionary+Filter.swift
[281/1211] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[282/1211] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[283/1211] Compiling HashTreeCollections TreeDictionary+Keys.swift
[284/1211] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[285/1211] Compiling HashTreeCollections TreeDictionary+Merge.swift
[300/1211] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[301/1211] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[302/1211] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[303/1211] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[304/1211] Compiling DequeModule Deque+Testing.swift
[305/1211] Compiling DequeModule Deque._Storage.swift
[306/1211] Compiling DequeModule Deque._UnsafeHandle.swift
[307/1211] Compiling DequeModule Deque.swift
[308/1211] Compiling DequeModule _DequeBuffer.swift
[309/1211] Compiling DequeModule _DequeBufferHeader.swift
[312/1211] Compiling OrderedCollections OrderedSet+SubSequence.swift
[313/1211] Compiling OrderedCollections OrderedSet+Testing.swift
[314/1211] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[315/1211] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[316/1211] Compiling OrderedCollections OrderedSet.swift
[317/1211] Compiling OrderedCollections _UnsafeBitset.swift
[325/1213] Compiling DequeModule Deque+CustomReflectable.swift
[326/1213] Compiling DequeModule Deque+Descriptions.swift
[338/1213] Compiling DequeModule Deque+Equatable.swift
[339/1213] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[340/1213] Compiling DequeModule Deque+Extras.swift
[341/1213] Compiling DequeModule Deque+Hashable.swift
[342/1213] Compiling DequeModule _DequeSlot.swift
[343/1213] Compiling DequeModule _UnsafeWrappedBuffer.swift
[344/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[345/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[346/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[347/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[348/1213] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[349/1213] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[350/1213] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[351/1213] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[352/1213] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[353/1213] Compiling HashTreeCollections TreeSet.swift
[354/1213] Compiling DequeModule Deque+Codable.swift
[355/1213] Compiling DequeModule Deque+Collection.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
[371/1214] Compiling RoutingKit PathComponent.swift
[372/1214] Emitting module RoutingKit
[374/1214] Compiling OrderedCollections OrderedSet+Sendable.swift
[381/1214] Compiling RoutingKit Router.swift
[382/1214] Compiling RoutingKit TrieRouter.swift
[422/1214] Emitting module DequeModule
[425/1216] Emitting module OrderedCollections
[427/1217] Compiling RoutingKit AnyRouter.swift
[428/1217] Compiling RoutingKit Parameters.swift
[429/1218] Compiling Metrics Metrics.swift
[430/1218] Emitting module Metrics
[431/1219] Compiling ssl_versions.cc
[467/1219] Emitting module HashTreeCollections
[468/1220] Compiling ssl_transcript.cc
[469/1220] Compiling ssl_stat.cc
[470/1220] Compiling ssl_session.cc
[471/1220] Compiling ssl_privkey.cc
[472/1220] Compiling ssl_lib.cc
[473/1220] Compiling ssl_key_share.cc
[473/1220] Compiling ssl_file.cc
[473/1220] Compiling ssl_credential.cc
[473/1220] Compiling ssl_cipher.cc
[477/1220] Compiling ssl_cert.cc
[478/1220] Compiling ssl_asn1.cc
[479/1220] Compiling ssl_buffer.cc
[480/1220] Compiling ssl_aead_ctx.cc
[481/1220] Compiling s3_pkt.cc
[482/1220] Compiling s3_both.cc
[483/1220] Compiling s3_lib.cc
[484/1220] Compiling handshake_server.cc
[485/1220] Compiling handshake_client.cc
[486/1220] Compiling handshake.cc
[487/1220] Compiling handoff.cc
[488/1220] Compiling dtls_record.cc
[489/1220] Compiling extensions.cc
[490/1220] Compiling encrypted_client_hello.cc
[491/1220] Compiling d1_pkt.cc
[492/1220] Compiling dtls_method.cc
[493/1220] Compiling d1_srtp.cc
[494/1220] Compiling md5-x86_64-apple.S
[495/1220] Compiling md5-x86_64-linux.S
[496/1220] Compiling md5-586-linux.S
[496/1220] Compiling md5-586-apple.S
[498/1220] Compiling chacha20_poly1305_armv8-win.S
[499/1220] Compiling chacha20_poly1305_x86_64-apple.S
[500/1220] Compiling chacha20_poly1305_x86_64-linux.S
[501/1220] Compiling chacha-x86_64-linux.S
[502/1220] Compiling chacha20_poly1305_armv8-apple.S
[503/1220] Compiling d1_lib.cc
[504/1220] Compiling chacha20_poly1305_armv8-linux.S
[505/1220] Compiling chacha-x86_64-apple.S
[506/1220] Compiling chacha-x86-linux.S
[507/1220] Compiling chacha-x86-apple.S
[508/1220] Compiling chacha-armv8-win.S
[509/1220] Compiling chacha-armv4-linux.S
[510/1220] Compiling chacha-armv8-apple.S
[511/1220] Compiling aes128gcmsiv-x86_64-linux.S
[512/1220] Compiling chacha-armv8-linux.S
[513/1220] Compiling aes128gcmsiv-x86_64-apple.S
[514/1220] Compiling x86_64-mont5-linux.S
[515/1220] Compiling x86_64-mont5-apple.S
[516/1220] Compiling x86_64-mont-apple.S
[517/1220] Compiling x86_64-mont-linux.S
[518/1220] Compiling x86-mont-apple.S
[518/1220] Compiling x86-mont-linux.S
[520/1220] Compiling bio_ssl.cc
[521/1220] Compiling err_data.cc
[522/1220] Compiling vpaes-x86_64-apple.S
[523/1220] Compiling vpaes-x86_64-linux.S
[524/1220] Compiling vpaes-x86-linux.S
[525/1220] Compiling vpaes-x86-apple.S
[526/1220] Compiling vpaes-armv8-apple.S
[527/1220] Compiling vpaes-armv8-win.S
[528/1220] Compiling sha512-x86_64-apple.S
[529/1220] Compiling vpaes-armv8-linux.S
[530/1220] Compiling vpaes-armv7-linux.S
[531/1220] Compiling sha512-x86_64-linux.S
[532/1220] Compiling sha512-armv8-win.S
[533/1220] Compiling sha512-armv4-linux.S
[534/1220] Compiling sha512-armv8-linux.S
[535/1220] Compiling sha512-armv8-apple.S
[536/1220] Compiling sha512-586-linux.S
[537/1220] Compiling sha512-586-apple.S
[538/1220] Compiling sha256-x86_64-linux.S
[539/1220] Compiling d1_both.cc
[540/1220] Compiling sha256-x86_64-apple.S
[541/1220] Compiling sha256-armv8-apple.S
[542/1220] Compiling sha256-armv8-win.S
[543/1220] Compiling sha256-586-linux.S
[544/1220] Compiling sha256-586-apple.S
[545/1220] Compiling sha256-armv4-linux.S
[546/1220] Compiling sha1-x86_64-linux.S
[547/1220] Compiling sha256-armv8-linux.S
[548/1220] Compiling sha1-x86_64-apple.S
[549/1220] Compiling sha1-armv8-win.S
[550/1220] Compiling sha1-armv8-linux.S
[551/1220] Compiling sha1-586-linux.S
[552/1220] Compiling sha1-armv4-large-linux.S
[553/1220] Compiling sha1-armv8-apple.S
[554/1220] Compiling rsaz-avx2-linux.S
[555/1220] Compiling rsaz-avx2-apple.S
[556/1220] Compiling sha1-586-apple.S
[557/1220] Compiling rdrand-x86_64-linux.S
[557/1220] Compiling rdrand-x86_64-apple.S
[559/1220] Compiling p256_beeu-armv8-asm-win.S
[560/1220] Compiling p256_beeu-x86_64-asm-linux.S
[561/1220] Compiling p256_beeu-x86_64-asm-apple.S
[562/1220] Compiling p256-x86_64-asm-linux.S
[563/1220] Compiling p256-x86_64-asm-apple.S
[564/1220] Compiling p256_beeu-armv8-asm-apple.S
[565/1220] Compiling p256-armv8-asm-win.S
[566/1220] Compiling p256_beeu-armv8-asm-linux.S
[567/1220] Compiling ghashv8-armv8-win.S
[568/1220] Compiling ghashv8-armv8-apple.S
[569/1220] Compiling ghashv8-armv8-linux.S
[570/1220] Compiling p256-armv8-asm-apple.S
[571/1220] Compiling p256-armv8-asm-linux.S
[572/1220] Compiling ghash-x86_64-apple.S
[573/1220] Compiling ghashv8-armv7-linux.S
[574/1220] Compiling ghash-x86_64-linux.S
[575/1220] Compiling ghash-x86-apple.S
[576/1220] Compiling ghash-ssse3-x86_64-linux.S
[577/1220] Compiling ghash-ssse3-x86_64-apple.S
[577/1220] Compiling ghash-x86-linux.S
[579/1220] Compiling ghash-ssse3-x86-linux.S
[580/1220] Compiling ghash-ssse3-x86-apple.S
[581/1220] Compiling ghash-neon-armv8-linux.S
[581/1220] Compiling co-586-linux.S
[583/1220] Compiling ghash-neon-armv8-win.S
[584/1220] Compiling ghash-neon-armv8-apple.S
[585/1220] Compiling co-586-apple.S
[586/1220] Compiling bsaes-armv7-linux.S
[587/1220] Compiling ghash-armv4-linux.S
[588/1220] Compiling armv8-mont-win.S
[589/1220] Compiling bn-586-apple.S
[589/1220] Compiling bn-586-linux.S
[591/1220] Compiling bn-armv8-win.S
[592/1220] Compiling bn-armv8-linux.S
[593/1220] Compiling bn-armv8-apple.S
[594/1220] Compiling armv8-mont-apple.S
[595/1220] Compiling armv4-mont-linux.S
[596/1220] Compiling armv8-mont-linux.S
[597/1220] Compiling aesv8-gcm-armv8-win.S
[598/1220] Compiling aesv8-gcm-armv8-apple.S
[599/1220] Compiling aesv8-gcm-armv8-linux.S
[600/1220] Compiling aesv8-armv8-linux.S
[601/1220] Compiling aesv8-armv8-win.S
[602/1220] Compiling aesv8-armv8-apple.S
[603/1220] Compiling aesv8-armv7-linux.S
[604/1220] Compiling aesni-x86-linux.S
[605/1220] Compiling aesni-x86_64-linux.S
[606/1220] Compiling aesni-x86_64-apple.S
[607/1220] Compiling aesni-x86-apple.S
[608/1220] Compiling aesni-gcm-x86_64-linux.S
[609/1220] Compiling aes-gcm-avx2-x86_64-apple.S
[610/1220] Compiling aes-gcm-avx2-x86_64-linux.S
[610/1220] Compiling aesni-gcm-x86_64-apple.S
[612/1220] Compiling aes-gcm-avx10-x86_64-apple.S
[612/1220] Compiling aes-gcm-avx10-x86_64-linux.S
[614/1220] Compiling x_sig.cc
[615/1220] Compiling x_x509.cc
[616/1220] Compiling x_spki.cc
[617/1220] Compiling x_req.cc
[618/1220] Compiling x_x509a.cc
[619/1220] Compiling x_pubkey.cc
[620/1220] Compiling x_val.cc
[620/1220] Compiling x_name.cc
[622/1220] Compiling x_exten.cc
[623/1220] Compiling x_algor.cc
[624/1220] Compiling x509name.cc
[625/1220] Compiling x509spki.cc
[626/1220] Compiling x_all.cc
[627/1220] Compiling x_crl.cc
[627/1220] Compiling x_attrib.cc
[629/1220] Compiling x509rset.cc
[630/1220] Compiling x509cset.cc
[631/1220] Compiling x509_txt.cc
[632/1220] Compiling x509_vpm.cc
[633/1220] Compiling x509_v3.cc
[634/1220] Compiling x509_set.cc
[635/1220] Compiling x509_trs.cc
[636/1220] Compiling x509_req.cc
[637/1220] Compiling x509_vfy.cc
[638/1220] Compiling x509_obj.cc
[639/1220] Compiling x509_def.cc
[640/1220] Compiling x509_d2.cc
[641/1220] Compiling x509_ext.cc
[642/1220] Compiling x509_lu.cc
[643/1220] Compiling x509.cc
[644/1220] Compiling x509_cmp.cc
[645/1220] Compiling x509_att.cc
[646/1220] Compiling v3_utl.cc
[647/1220] Compiling v3_skey.cc
[648/1220] Compiling v3_prn.cc
[649/1220] Compiling v3_pmaps.cc
[650/1220] Compiling v3_purp.cc
[651/1220] Compiling v3_ocsp.cc
[652/1220] Compiling v3_pcons.cc
[653/1220] Compiling v3_ncons.cc
[654/1220] Compiling v3_int.cc
[655/1220] Compiling v3_lib.cc
[656/1220] Compiling v3_info.cc
[657/1220] Compiling v3_ia5.cc
[658/1220] Compiling v3_enum.cc
[659/1220] Compiling v3_extku.cc
[660/1220] Compiling v3_genn.cc
[661/1220] Compiling v3_crld.cc
[662/1220] Compiling v3_cpols.cc
[663/1220] Compiling v3_bitst.cc
[663/1220] Compiling v3_conf.cc
[665/1220] Compiling v3_bcons.cc
[666/1220] Compiling v3_akeya.cc
[667/1220] Compiling v3_akey.cc
[668/1220] Compiling v3_alt.cc
[669/1220] Compiling t_x509a.cc
[670/1220] Compiling i2d_pr.cc
[671/1220] Compiling t_crl.cc
[672/1220] Compiling t_x509.cc
[673/1220] Compiling t_req.cc
[674/1220] Compiling rsa_pss.cc
[675/1220] Compiling policy.cc
[676/1220] Compiling name_print.cc
[677/1220] Compiling by_file.cc
[678/1220] Compiling by_dir.cc
[679/1220] Compiling asn1_gen.cc
[680/1220] Compiling a_sign.cc
[681/1220] Compiling a_verify.cc
[682/1220] Compiling a_digest.cc
[683/1220] Compiling trust_token.cc
[684/1220] Compiling voprf.cc
[685/1220] Compiling algorithm.cc
[686/1220] Compiling thread_win.cc
[687/1220] Compiling pmbtoken.cc
[688/1220] Compiling thread_pthread.cc
[689/1220] Compiling thread_none.cc
[690/1220] Compiling thread.cc
[691/1220] Compiling stack.cc
[692/1220] Compiling slhdsa.cc
[693/1220] Compiling siphash.cc
[694/1220] Compiling sha512.cc
[695/1220] Compiling sha256.cc
[696/1220] Compiling rsa_print.cc
[697/1220] Compiling sha1.cc
[698/1220] Compiling spake2plus.cc
[699/1220] Compiling rsa_extra.cc
[700/1220] Compiling refcount.cc
[701/1220] Compiling rc4.cc
[702/1220] Compiling windows.cc
[703/1220] Compiling rsa_crypt.cc
[704/1220] Compiling urandom.cc
[705/1220] Compiling trusty.cc
[706/1220] Compiling rand.cc
[707/1220] Compiling rsa_asn1.cc
[708/1220] Compiling passive.cc
[709/1220] Compiling getentropy.cc
[710/1220] Compiling poly1305_arm_asm.S
[711/1220] Compiling ios.cc
[712/1220] Compiling forkunsafe.cc
[713/1220] Compiling fork_detect.cc
[714/1220] Compiling poly1305_vec.cc
[715/1220] Compiling deterministic.cc
[716/1220] Compiling poly1305.cc
[717/1220] Compiling pool.cc
[718/1220] Compiling poly1305_arm.cc
[719/1220] Compiling pkcs8_x509.cc
[720/1220] Compiling pkcs7.cc
[721/1220] Compiling pkcs8.cc
[722/1220] Compiling p5_pbev2.cc
[723/1220] Compiling pkcs7_x509.cc
[724/1220] Compiling pem_pkey.cc
[725/1220] Compiling pem_x509.cc
[726/1220] Compiling pem_xaux.cc
[727/1220] Compiling pem_pk8.cc
[728/1220] Compiling mlkem.cc
[729/1220] Compiling pem_oth.cc
[730/1220] Compiling mldsa.cc
[731/1220] Compiling obj_xref.cc
[732/1220] Compiling pem_lib.cc
[733/1220] Compiling pem_info.cc
[734/1220] Compiling obj.cc
[735/1220] Compiling pem_all.cc
[736/1220] Compiling poly_rq_mul.S
[737/1220] Compiling fips_shared_support.cc
[738/1220] Compiling mem.cc
[739/1220] Compiling md4.cc
[740/1220] Compiling lhash.cc
[741/1220] Compiling md5.cc
[742/1220] Compiling kyber.cc
[743/1220] Compiling ex_data.cc
[744/1220] Compiling hpke.cc
[745/1220] Compiling sign.cc
[746/1220] Compiling scrypt.cc
[747/1220] Compiling hrss.cc
[748/1220] Compiling print.cc
[749/1220] Compiling pbkdf.cc
[750/1220] Compiling p_x25519.cc
[751/1220] Compiling p_rsa_asn1.cc
[752/1220] Compiling p_ed25519.cc
[753/1220] Compiling p_x25519_asn1.cc
[754/1220] Compiling p_ed25519_asn1.cc
[755/1220] Compiling p_ec.cc
[756/1220] Compiling p_rsa.cc
[757/1220] Compiling p_hkdf.cc
[758/1220] Compiling p_dh.cc
[759/1220] Compiling p_dsa_asn1.cc
[760/1220] Compiling p_ec_asn1.cc
[761/1220] Compiling evp_ctx.cc
[762/1220] Compiling p_dh_asn1.cc
[763/1220] Compiling err.cc
[764/1220] Compiling evp.cc
[765/1220] Compiling ecdh.cc
[766/1220] Compiling evp_asn1.cc
[767/1220] Compiling ecdsa_asn1.cc
[768/1220] Compiling engine.cc
[769/1220] Compiling hash_to_curve.cc
[770/1220] Compiling bcm.cc
[771/1220] Compiling ec_derive.cc
[772/1220] Compiling dsa.cc
[773/1220] Compiling params.cc
[774/1220] Compiling dsa_asn1.cc
[775/1220] Compiling x25519-asm-arm.S
[776/1220] Compiling ec_asn1.cc
[777/1220] Compiling digest_extra.cc
[778/1220] Compiling des.cc
[779/1220] Compiling dh_asn1.cc
[780/1220] Compiling curve25519.cc
[781/1220] Compiling curve25519_64_adx.cc
[782/1220] Compiling spake25519.cc
[783/1220] Compiling cpu_intel.cc
[784/1220] Compiling cpu_arm_linux.cc
[785/1220] Compiling crypto.cc
[786/1220] Compiling cpu_aarch64_linux.cc
[787/1220] Compiling cpu_aarch64_win.cc
[788/1220] Compiling cpu_aarch64_apple.cc
[789/1220] Compiling cpu_aarch64_sysreg.cc
[790/1220] Compiling cpu_aarch64_fuchsia.cc
[791/1220] Compiling cpu_arm_freebsd.cc
[792/1220] Compiling cpu_aarch64_openbsd.cc
[793/1220] Compiling get_cipher.cc
[794/1220] Compiling conf.cc
[795/1220] Compiling e_rc4.cc
[796/1220] Compiling e_tls.cc
[797/1220] Compiling e_rc2.cc
[798/1220] Compiling tls_cbc.cc
[799/1220] Compiling e_chacha20poly1305.cc
[800/1220] Compiling e_null.cc
[801/1220] Compiling e_aesgcmsiv.cc
[802/1220] Compiling e_aesctrhmac.cc
[803/1220] Compiling e_des.cc
[804/1220] Compiling derive_key.cc
[805/1220] Compiling chacha.cc
[806/1220] Compiling unicode.cc
[807/1220] Compiling cbb.cc
[808/1220] Compiling ber.cc
[809/1220] Compiling buf.cc
[810/1220] Compiling cbs.cc
[811/1220] Compiling asn1_compat.cc
[812/1220] Compiling socket.cc
[813/1220] Compiling bn_asn1.cc
[814/1220] Compiling convert.cc
[815/1220] Compiling socket_helper.cc
[816/1220] Compiling blake2.cc
[817/1220] Compiling printf.cc
[818/1220] Compiling pair.cc
[819/1220] Compiling bio_mem.cc
[820/1220] Compiling hexdump.cc
[821/1220] Compiling file.cc
[822/1220] Compiling fd.cc
[823/1220] Compiling errno.cc
[824/1220] Compiling connect.cc
[825/1220] Compiling bio.cc
[826/1220] Compiling base64.cc
[827/1220] Compiling tasn_typ.cc
[828/1220] Compiling tasn_utl.cc
[829/1220] Compiling f_int.cc
[830/1220] Compiling tasn_fre.cc
[831/1220] Compiling tasn_enc.cc
[832/1220] Compiling posix_time.cc
[833/1220] Compiling asn1_par.cc
[834/1220] Compiling tasn_new.cc
[835/1220] Compiling f_string.cc
[836/1220] Compiling asn_pack.cc
[837/1220] Compiling tasn_dec.cc
[838/1220] Compiling asn1_lib.cc
[839/1220] Compiling a_utctm.cc
[840/1220] Compiling a_time.cc
[841/1220] Compiling a_strex.cc
[842/1220] Compiling a_strnid.cc
[843/1220] Compiling a_type.cc
[844/1220] Compiling a_octet.cc
[845/1220] Compiling a_gentm.cc
[846/1220] Compiling a_d2i_fp.cc
[847/1220] Compiling a_i2d_fp.cc
[848/1220] Compiling a_mbstr.cc
[849/1220] Compiling a_object.cc
[850/1220] Compiling a_dup.cc
[851/1220] Compiling a_int.cc
[852/1220] Compiling fiat_p256_adx_sqr.S
[853/1220] Compiling fiat_p256_adx_mul.S
[853/1220] Compiling fiat_curve25519_adx_square.S
[855/1220] Compiling a_bool.cc
[856/1220] Compiling fiat_curve25519_adx_mul.S
[857/1220] Compiling md5-x86_64-linux.S
[858/1220] Compiling md5-x86_64-apple.S
[859/1220] Compiling CCryptoBoringSSLShims shims.c
[860/1220] Compiling md5-586-linux.S
[861/1220] Compiling md5-586-apple.S
[862/1220] Compiling a_bitstr.cc
[863/1220] Compiling chacha20_poly1305_x86_64-linux.S
[864/1220] Compiling chacha20_poly1305_x86_64-apple.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_64-apple.S
[869/1220] Compiling chacha20_poly1305_armv8-linux.S
[870/1220] Compiling chacha-x86-linux.S
[871/1220] Compiling chacha-x86-apple.S
[872/1220] Compiling chacha-armv8-apple.S
[872/1220] Compiling chacha-armv8-win.S
[874/1220] Compiling aes128gcmsiv-x86_64-linux.S
[875/1220] Compiling chacha-armv4-linux.S
[876/1220] Compiling aes128gcmsiv-x86_64-apple.S
[877/1220] Compiling chacha-armv8-linux.S
[878/1220] Compiling x86_64-mont5-linux.S
[879/1220] Compiling x86_64-mont5-apple.S
[880/1220] Compiling x86_64-mont-linux.S
[881/1220] Compiling x86-mont-linux.S
[882/1220] Compiling x86_64-mont-apple.S
[883/1220] Compiling x86-mont-apple.S
[884/1220] Compiling vpaes-x86_64-apple.S
[885/1220] Compiling vpaes-x86-linux.S
[886/1220] Compiling vpaes-x86_64-linux.S
[887/1220] Compiling err_data.cc
[888/1220] Compiling vpaes-armv8-win.S
[889/1220] Compiling vpaes-x86-apple.S
[890/1220] Compiling vpaes-armv7-linux.S
[890/1220] Compiling sha512-x86_64-linux.S
[892/1220] Compiling vpaes-armv8-linux.S
[892/1220] Compiling vpaes-armv8-apple.S
[894/1220] Compiling sha512-x86_64-apple.S
[895/1220] Compiling sha512-armv8-win.S
[896/1220] Compiling sha512-586-linux.S
[897/1220] Compiling sha512-armv8-apple.S
[898/1220] Compiling sha512-armv4-linux.S
[899/1220] Compiling sha256-x86_64-linux.S
[899/1220] Compiling sha512-586-apple.S
[901/1220] Compiling sha512-armv8-linux.S
[902/1220] Compiling sha256-x86_64-apple.S
[903/1220] Compiling sha256-armv8-apple.S
[904/1220] Compiling sha256-armv8-win.S
[905/1220] Compiling sha256-586-linux.S
[906/1220] Compiling sha256-armv4-linux.S
[907/1220] Compiling sha256-armv8-linux.S
[908/1220] Compiling sha256-586-apple.S
[909/1220] Compiling sha1-x86_64-linux.S
[910/1220] Compiling sha1-armv8-win.S
[911/1220] Compiling sha1-x86_64-apple.S
[912/1220] Compiling sha1-armv8-apple.S
[913/1220] Compiling sha1-armv8-linux.S
[914/1220] Compiling sha1-armv4-large-linux.S
[915/1220] Compiling sha1-586-linux.S
[916/1220] Compiling rsaz-avx2-apple.S
[917/1220] Compiling sha1-586-apple.S
[918/1220] Compiling rsaz-avx2-linux.S
[919/1220] Compiling rdrand-x86_64-linux.S
[920/1220] Compiling rdrand-x86_64-apple.S
[921/1220] Compiling p256_beeu-x86_64-asm-linux.S
[922/1220] Compiling p256_beeu-armv8-asm-win.S
[923/1220] Compiling p256_beeu-armv8-asm-apple.S
[924/1220] Compiling p256_beeu-armv8-asm-linux.S
[925/1220] Compiling p256_beeu-x86_64-asm-apple.S
[926/1220] Compiling p256-x86_64-asm-linux.S
[927/1220] Compiling p256-x86_64-asm-apple.S
[928/1220] Compiling ghashv8-armv8-win.S
[929/1220] Compiling p256-armv8-asm-win.S
[930/1220] Compiling p256-armv8-asm-apple.S
[931/1220] Compiling ghashv8-armv8-linux.S
[932/1220] Compiling ghashv8-armv8-apple.S
[933/1220] Compiling p256-armv8-asm-linux.S
[934/1220] Compiling ghashv8-armv7-linux.S
[935/1220] Compiling ghash-x86_64-apple.S
[936/1220] Compiling ghash-x86_64-linux.S
[937/1220] Compiling ghash-x86-linux.S
[938/1220] Compiling ghash-ssse3-x86_64-linux.S
[939/1220] Compiling ghash-x86-apple.S
[940/1220] Compiling ghash-ssse3-x86_64-apple.S
[941/1220] Compiling ghash-ssse3-x86-apple.S
[942/1220] Compiling ghash-ssse3-x86-linux.S
[943/1220] Compiling ghash-neon-armv8-apple.S
[944/1220] Compiling ghash-neon-armv8-win.S
[945/1220] Compiling ghash-neon-armv8-linux.S
[946/1220] Compiling ghash-armv4-linux.S
[947/1220] Compiling co-586-apple.S
[948/1220] Compiling co-586-linux.S
[949/1220] Compiling bsaes-armv7-linux.S
[950/1220] Compiling bn-armv8-apple.S
[951/1220] Compiling bn-armv8-win.S
[952/1220] Compiling bn-armv8-linux.S
[953/1220] Compiling bn-586-linux.S
[954/1220] Compiling armv8-mont-win.S
[955/1220] Compiling bn-586-apple.S
[956/1220] Compiling armv8-mont-apple.S
[957/1220] Compiling armv4-mont-linux.S
[958/1220] Compiling aesv8-gcm-armv8-win.S
[959/1220] Compiling aesv8-gcm-armv8-apple.S
[960/1220] Compiling armv8-mont-linux.S
[961/1220] Compiling aesv8-gcm-armv8-linux.S
[962/1220] Compiling aesv8-armv8-win.S
[963/1220] Compiling aesni-x86_64-apple.S
[964/1220] Compiling aesni-x86_64-linux.S
[965/1220] Compiling aesv8-armv8-linux.S
[966/1220] Compiling aesv8-armv7-linux.S
[967/1220] Compiling aesv8-armv8-apple.S
[968/1220] Compiling aesni-x86-linux.S
[969/1220] Compiling aesni-x86-apple.S
[970/1220] Compiling aesni-gcm-x86_64-linux.S
[971/1220] Compiling aesni-gcm-x86_64-apple.S
[972/1220] Compiling aes-gcm-avx10-x86_64-apple.S
[973/1220] Compiling aes-gcm-avx10-x86_64-linux.S
[974/1220] Compiling x_spki.cc
[975/1220] Compiling c-nioatomics.c
[976/1220] Compiling x_x509a.cc
[977/1220] Compiling x_val.cc
[978/1220] Compiling x_sig.cc
[979/1220] Compiling x_x509.cc
[980/1220] Compiling x_req.cc
[981/1220] Compiling c-atomics.c
[982/1220] Compiling x_pubkey.cc
[983/1220] Compiling x_name.cc
[984/1220] Compiling x_exten.cc
[985/1220] Compiling x_crl.cc
[986/1226] Compiling x_algor.cc
[987/1226] Compiling x_all.cc
[988/1226] Compiling x_attrib.cc
[990/1226] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[990/1226] Compiling x509spki.cc
[992/1226] Compiling NIOConcurrencyHelpers atomics.swift
[993/1226] Compiling NIOConcurrencyHelpers NIOLock.swift
[994/1226] Compiling NIOConcurrencyHelpers lock.swift
[995/1226] Emitting module NIOConcurrencyHelpers
[996/1226] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[996/1227] Compiling x509rset.cc
[998/1227] Compiling x509cset.cc
[999/1227] Compiling x509name.cc
[1000/1253] Compiling x509_vfy.cc
[1001/1253] Compiling x509_v3.cc
[1002/1253] Compiling x509_txt.cc
[1002/1253] Compiling x509_vpm.cc
[1005/1253] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1006/1253] Compiling ConsoleKitTerminal ConsoleClear.swift
[1007/1253] Compiling ConsoleKitTerminal Console+Ask.swift
[1008/1253] Compiling ConsoleKitTerminal Console+Choose.swift
[1009/1256] Compiling ConsoleKitTerminal ActivityBar.swift
[1010/1256] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1011/1256] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1012/1256] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1013/1256] Emitting module ConsoleKitTerminal
[1014/1256] Compiling ConsoleKitTerminal CustomActivity.swift
[1015/1256] Compiling ConsoleKitTerminal LoadingBar.swift
[1016/1256] Compiling ConsoleKitTerminal ProgressBar.swift
[1017/1256] Compiling ConsoleKitTerminal Console+Clear.swift
[1018/1256] Compiling ConsoleKitTerminal Console+Confirm.swift
[1019/1256] Compiling ConsoleKitTerminal Console+Input.swift
[1020/1256] Compiling ConsoleKitTerminal Console+Center.swift
[1021/1256] Compiling ConsoleKitTerminal Console+Output.swift
[1022/1256] Compiling ConsoleKitTerminal Console+Wait.swift
[1023/1256] Compiling ConsoleKitTerminal ConsoleColor.swift
[1024/1256] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1024/1256] Compiling x509_req.cc
[1025/1256] Compiling x509_trs.cc
[1026/1256] Compiling x509_set.cc
[1028/1256] Compiling ConsoleKitTerminal ConsoleText.swift
[1029/1256] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1030/1256] Compiling ConsoleKitTerminal ANSI.swift
[1031/1256] Compiling ConsoleKitTerminal Console.swift
[1032/1256] Compiling ConsoleKitTerminal Terminal.swift
[1033/1256] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1033/1256] Compiling x509_def.cc
[1034/1256] Compiling x509_obj.cc
[1035/1256] Compiling x509_ext.cc
[1037/1256] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1038/1256] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1039/1256] Compiling ConsoleKitTerminal LoggerFragment.swift
[1040/1257] Compiling x509_lu.cc
[1041/1257] Compiling x509_d2.cc
[1043/1279] Compiling ConsoleKitCommands CommandSignature.swift
[1044/1279] Compiling ConsoleKitCommands Flag.swift
[1045/1279] Compiling ConsoleKitCommands Option.swift
[1045/1281] Compiling x509_att.cc
[1046/1281] Compiling x509_cmp.cc
[1047/1281] Compiling x509.cc
[1049/1281] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1050/1281] Compiling ConsoleKitCommands AsyncCommand.swift
[1051/1281] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1052/1281] Emitting module ConsoleKitCommands
[1052/1281] Compiling v3_skey.cc
[1054/1281] Compiling ConsoleKitCommands AsyncCommands.swift
[1055/1281] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1056/1281] Compiling ConsoleKitCommands AnyCommand.swift
[1057/1281] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1058/1281] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1059/1281] Compiling ConsoleKitCommands Argument.swift
[1060/1281] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1061/1281] Compiling ConsoleKitCommands Utilities.swift
[1061/1281] Compiling v3_utl.cc
[1062/1281] Compiling v3_prn.cc
[1063/1281] Compiling v3_purp.cc
[1064/1281] Compiling v3_ncons.cc
[1065/1281] Compiling v3_pmaps.cc
[1066/1281] Compiling v3_pcons.cc
[1067/1281] Compiling v3_ocsp.cc
[1069/1281] Compiling ConsoleKitCommands CommandGroup.swift
[1070/1281] Compiling ConsoleKitCommands CommandInput.swift
[1071/1281] Compiling ConsoleKitCommands Commands.swift
[1072/1281] Compiling ConsoleKitCommands Command.swift
[1073/1281] Compiling ConsoleKitCommands CommandContext.swift
[1074/1281] Compiling ConsoleKitCommands CommandError.swift
[1075/1281] Compiling ConsoleKitCommands Console+Run.swift
[1076/1281] Compiling ConsoleKitCommands ConsoleError.swift
[1077/1281] Compiling ConsoleKitCommands Completion.swift
[1078/1282] Compiling v3_lib.cc
[1079/1282] Compiling v3_int.cc
[1080/1282] Compiling v3_info.cc
[1081/1284] Compiling v3_ia5.cc
[1083/1284] Compiling ConsoleKit Exports.swift
[1083/1284] Compiling v3_genn.cc
[1085/1284] Emitting module ConsoleKit
[1085/1285] Compiling v3_extku.cc
[1087/1285] Compiling v3_enum.cc
[1088/1285] Compiling v3_cpols.cc
[1089/1285] Compiling v3_crld.cc
[1090/1285] Compiling v3_conf.cc
[1091/1285] Compiling v3_bitst.cc
[1092/1285] Compiling v3_alt.cc
[1093/1285] Compiling v3_bcons.cc
[1094/1285] Compiling v3_akeya.cc
[1095/1285] Compiling t_req.cc
[1096/1285] Compiling t_x509a.cc
[1097/1285] Compiling v3_akey.cc
[1098/1285] Compiling t_x509.cc
[1099/1285] Compiling t_crl.cc
[1100/1285] Compiling rsa_pss.cc
[1101/1285] Compiling i2d_pr.cc
[1102/1285] Compiling name_print.cc
[1103/1285] Compiling policy.cc
[1104/1285] Compiling by_file.cc
[1105/1285] Compiling algorithm.cc
[1106/1285] Compiling asn1_gen.cc
[1107/1285] Compiling by_dir.cc
[1108/1285] Compiling a_sign.cc
[1109/1285] Compiling a_digest.cc
[1110/1285] Compiling a_verify.cc
[1111/1285] Compiling voprf.cc
[1112/1285] Compiling thread_win.cc
[1113/1285] Compiling thread_none.cc
[1114/1285] Compiling trust_token.cc
[1115/1285] Compiling thread.cc
[1116/1285] Compiling thread_pthread.cc
[1117/1285] Compiling stack.cc
[1118/1285] Compiling wots.cc
[1119/1285] Compiling pmbtoken.cc
[1120/1285] Compiling thash.cc
[1121/1285] Compiling slhdsa.cc
[1122/1285] Compiling merkle.cc
[1123/1285] Compiling siphash.cc
[1124/1285] Compiling fors.cc
[1125/1285] Compiling sha512.cc
[1126/1285] Compiling sha256.cc
[1127/1285] Compiling sha1.cc
[1128/1285] Compiling rsa_print.cc
[1129/1285] Compiling rsa_extra.cc
[1130/1285] Compiling rsa_crypt.cc
[1131/1285] Compiling rc4.cc
[1131/1285] Compiling refcount.cc
[1133/1285] Compiling windows.cc
[1134/1285] Compiling urandom.cc
[1135/1285] Compiling passive.cc
[1136/1285] Compiling rsa_asn1.cc
[1137/1285] Compiling forkunsafe.cc
[1138/1285] Compiling trusty.cc
[1139/1285] Compiling poly1305_arm_asm.S
[1140/1285] Compiling fork_detect.cc
[1141/1285] Compiling ios.cc
[1142/1285] Compiling rand_extra.cc
[1143/1285] Compiling deterministic.cc
[1144/1285] Compiling getentropy.cc
[1145/1285] Compiling poly1305_vec.cc
[1146/1285] Compiling pool.cc
[1147/1285] Compiling poly1305_arm.cc
[1148/1285] Compiling poly1305.cc
[1149/1285] Compiling pkcs8.cc
[1150/1285] Compiling pkcs8_x509.cc
[1151/1285] Compiling pkcs7.cc
[1152/1285] Compiling pkcs7_x509.cc
[1153/1285] Compiling p5_pbev2.cc
[1154/1285] Compiling pem_x509.cc
[1155/1285] Compiling pem_xaux.cc
[1156/1285] Compiling pem_pk8.cc
[1157/1285] Compiling pem_pkey.cc
[1158/1285] Compiling pem_oth.cc
[1159/1285] Compiling mldsa.cc
[1160/1285] Compiling pem_lib.cc
[1161/1285] Compiling obj_xref.cc
[1162/1285] Compiling mlkem.cc
[1163/1285] Compiling pem_all.cc
[1164/1285] Compiling pem_info.cc
[1165/1285] Compiling poly_rq_mul.S
[1166/1285] Compiling md5.cc
[1167/1285] Compiling mem.cc
[1168/1285] Compiling fips_shared_support.cc
[1169/1285] Compiling obj.cc
[1170/1285] Compiling lhash.cc
[1171/1285] Compiling md4.cc
[1172/1285] Compiling ex_data.cc
[1173/1285] Compiling kyber.cc
[1174/1285] Compiling hpke.cc
[1175/1285] Compiling sign.cc
[1176/1285] Compiling scrypt.cc
[1177/1285] Compiling hrss.cc
[1178/1285] Compiling print.cc
[1179/1285] Compiling pbkdf.cc
[1180/1285] Compiling p_x25519.cc
[1181/1285] Compiling p_x25519_asn1.cc
[1182/1285] Compiling p_rsa.cc
[1183/1285] Compiling p_ed25519_asn1.cc
[1184/1285] Compiling p_ed25519.cc
[1185/1285] Compiling p_rsa_asn1.cc
[1186/1285] Compiling p_hkdf.cc
[1187/1285] Compiling p_dh.cc
[1188/1285] Compiling p_ec.cc
[1189/1285] Compiling p_dh_asn1.cc
[1190/1285] Compiling p_ec_asn1.cc
[1191/1285] Compiling evp_ctx.cc
[1192/1285] Compiling p_dsa_asn1.cc
[1193/1285] Compiling err.cc
[1194/1285] Compiling evp_asn1.cc
[1195/1285] Compiling engine.cc
[1196/1285] Compiling evp.cc
[1197/1285] Compiling ec_derive.cc
[1198/1285] Compiling hash_to_curve.cc
[1199/1285] Compiling ecdsa_asn1.cc
[1200/1285] Compiling ecdh_extra.cc
[1201/1285] Compiling bcm.cc
[1202/1285] Compiling dsa.cc
[1203/1285] Compiling dsa_asn1.cc
[1204/1285] Compiling ec_asn1.cc
[1205/1285] Compiling params.cc
[1206/1285] Compiling spake25519.cc
[1207/1285] Compiling x25519-asm-arm.S
[1208/1285] Compiling des.cc
[1209/1285] Compiling dh_asn1.cc
[1210/1285] Compiling digest_extra.cc
[1211/1285] Compiling curve25519_64_adx.cc
[1212/1285] Compiling curve25519.cc
[1213/1285] Compiling cpu_aarch64_sysreg.cc
[1214/1285] Compiling cpu_intel.cc
[1215/1285] Compiling cpu_arm_linux.cc
[1216/1285] Compiling cpu_arm_freebsd.cc
[1217/1285] Compiling crypto.cc
[1218/1285] Compiling cpu_aarch64_apple.cc
[1219/1285] Compiling cpu_aarch64_openbsd.cc
[1220/1285] Compiling cpu_aarch64_win.cc
[1221/1285] Compiling e_tls.cc
[1222/1285] Compiling cpu_aarch64_fuchsia.cc
[1223/1285] Compiling cpu_aarch64_linux.cc
[1224/1285] Compiling conf.cc
[1225/1285] Compiling tls_cbc.cc
[1226/1285] Compiling e_rc4.cc
[1226/1285] Compiling e_des.cc
[1228/1285] Compiling e_rc2.cc
[1229/1285] Compiling e_null.cc
[1230/1285] Compiling e_chacha20poly1305.cc
[1231/1285] Compiling e_aesctrhmac.cc
[1232/1285] Compiling e_aesgcmsiv.cc
[1233/1285] Compiling derive_key.cc
[1234/1285] Compiling chacha.cc
[1235/1285] Compiling cipher_extra.cc
[1236/1285] Compiling unicode.cc
[1237/1285] Compiling cbb.cc
[1238/1285] Compiling ber.cc
[1239/1285] Compiling cbs.cc
[1240/1285] Compiling asn1_compat.cc
[1241/1285] Compiling buf.cc
[1242/1285] Compiling printf.cc
[1243/1285] Compiling bn_asn1.cc
[1244/1285] Compiling convert.cc
[1245/1285] Compiling blake2.cc
[1246/1285] Compiling bio.cc
[1247/1285] Compiling hexdump.cc
[1248/1285] Compiling fd.cc
[1249/1285] Compiling file.cc
[1250/1285] Compiling tasn_typ.cc
[1251/1285] Compiling base64.cc
[1252/1285] Compiling pair.cc
[1253/1285] Compiling errno.cc
[1254/1285] Compiling bio_mem.cc
[1255/1285] Compiling posix_time.cc
[1256/1285] Compiling f_string.cc
[1257/1285] Compiling tasn_utl.cc
[1258/1285] Compiling asn_pack.cc
[1259/1285] Compiling tasn_dec.cc
[1260/1285] Compiling tasn_fre.cc
[1261/1285] Compiling f_int.cc
[1262/1285] Compiling tasn_enc.cc
[1263/1285] Compiling asn1_par.cc
[1264/1285] Compiling tasn_new.cc
[1265/1285] Compiling a_type.cc
[1266/1285] Compiling a_object.cc
[1267/1285] Compiling a_strnid.cc
[1268/1285] Compiling a_time.cc
[1269/1285] Compiling a_octet.cc
[1270/1285] Compiling asn1_lib.cc
[1271/1285] Compiling a_strex.cc
[1272/1285] Compiling a_utctm.cc
[1273/1285] Compiling a_i2d_fp.cc
[1274/1285] Compiling a_mbstr.cc
[1274/1285] Write sources
[1278/1285] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1279/1285] Compiling a_d2i_fp.cc
[1280/1285] Compiling a_gentm.cc
[1281/1338] Compiling a_bitstr.cc
[1282/1351] Compiling a_dup.cc
[1283/1382] Compiling a_bool.cc
[1285/1382] Compiling Algorithms Chunked.swift
[1286/1382] Compiling Algorithms Combinations.swift
[1287/1382] Compiling Algorithms FlattenCollection.swift
[1287/1384] Compiling a_int.cc
[1289/1384] Compiling Algorithms MinMax.swift
[1290/1384] Compiling Algorithms Partition.swift
[1291/1384] Compiling Algorithms Permutations.swift
[1292/1384] Compiling Algorithms Product.swift
[1293/1384] Compiling Algorithms Joined.swift
[1294/1384] Compiling Algorithms Keyed.swift
[1295/1392] Compiling Atomics IntegerOperations.swift
[1296/1392] Compiling Atomics Unmanaged extensions.swift
[1297/1392] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1298/1392] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1299/1392] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1300/1392] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1301/1392] Compiling BitCollections BitSet+SetAlgebra union.swift
[1302/1392] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1303/1392] Compiling BitCollections BitSet.Counted.swift
[1304/1399] Compiling Algorithms Grouped.swift
[1305/1399] Compiling Algorithms Indexed.swift
[1306/1399] Compiling Algorithms Intersperse.swift
[1307/1399] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1308/1399] Compiling BitCollections BitSet+CustomReflectable.swift
[1309/1399] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1310/1399] Compiling BitCollections BitSet+Equatable.swift
[1311/1399] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1312/1399] Compiling BitCollections BitSet+Extras.swift
[1313/1399] Compiling BitCollections BitSet+Hashable.swift
[1314/1399] Compiling BitCollections BitSet+Initializers.swift
[1315/1399] Compiling BitCollections BitSet+Invariants.swift
[1316/1399] Compiling BitCollections BitSet+Random.swift
[1317/1399] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1318/1399] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1319/1399] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1320/1399] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1321/1399] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1322/1399] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1323/1399] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1324/1399] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1325/1399] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1326/1399] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1327/1399] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1330/1399] Compiling Algorithms Rotate.swift
[1331/1399] Compiling Algorithms Split.swift
[1332/1399] Compiling Algorithms Stride.swift
[1333/1399] Compiling Algorithms Suffix.swift
[1337/1402] Compiling CryptoBoringWrapper RandomBytes.swift
[1338/1402] Emitting module BitCollections
[1350/1402] Compiling Algorithms Compacted.swift
[1351/1402] Compiling Algorithms Cycle.swift
[1352/1402] Compiling Algorithms EitherSequence.swift
[1353/1402] Compiling Algorithms FirstNonNil.swift
[1354/1402] Compiling Algorithms AdjacentPairs.swift
[1355/1402] Compiling Algorithms Chain.swift
[1366/1402] Emitting module Algorithms
[1367/1402] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1402] Emitting module CryptoBoringWrapper
[1369/1402] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1374/1402] Compiling CryptoBoringWrapper EllipticCurve.swift
[1375/1402] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1376/1402] Compiling BitCollections BitSet.Index.swift
[1377/1402] Compiling BitCollections BitSet._UnsafeHandle.swift
[1378/1402] Compiling BitCollections BitSet.swift
[1379/1402] Compiling BitCollections Range+Utilities.swift
[1380/1402] Compiling BitCollections Slice+Utilities.swift
[1381/1402] Compiling BitCollections UInt+Tricks.swift
[1382/1402] Compiling BitCollections _Word.swift
[1383/1402] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1384/1402] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1393/1404] Compiling Algorithms Trim.swift
[1394/1404] Compiling Algorithms Unique.swift
[1395/1404] Compiling Algorithms Windows.swift
[1399/1405] Emitting module Atomics
[1406/1451] Compiling Collections Collections.swift
[1407/1451] Emitting module Collections
[1410/1540] Emitting module Crypto
[1411/1549] Compiling NIOCore EventLoop+SerialExecutor.swift
[1412/1549] Compiling NIOCore EventLoop.swift
[1413/1549] Compiling NIOCore IO.swift
[1414/1549] Compiling NIOCore IOData.swift
[1415/1549] Compiling NIOCore IPProtocol.swift
[1416/1549] Compiling NIOCore IntegerBitPacking.swift
[1417/1549] Compiling NIOCore IntegerTypes.swift
[1418/1549] Compiling NIOCore Interfaces.swift
[1419/1549] Compiling NIOCore Linux.swift
[1420/1549] Compiling NIOCore MarkedCircularBuffer.swift
[1421/1549] Compiling Crypto SymmetricKeys.swift
[1422/1549] Compiling Crypto HMAC.swift
[1423/1549] Compiling Crypto MACFunctions.swift
[1424/1549] Compiling Crypto MessageAuthenticationCode.swift
[1425/1549] Compiling Crypto AES.swift
[1426/1549] Compiling Crypto ECDSASignature_boring.swift
[1427/1549] Compiling Crypto ECDSA_boring.swift
[1428/1549] Compiling Crypto EdDSA_boring.swift
[1429/1549] Compiling Crypto ECDSA.swift
[1430/1549] Compiling Crypto Ed25519.swift
[1431/1549] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1432/1549] Compiling NIOCore ByteBuffer-views.swift
[1433/1549] Compiling NIOCore Channel.swift
[1434/1549] Compiling NIOCore ChannelHandler.swift
[1435/1549] Compiling NIOCore ChannelHandlers.swift
[1436/1549] Compiling NIOCore ChannelInvoker.swift
[1437/1549] Compiling NIOCore ChannelOption.swift
[1438/1549] Compiling NIOCore ChannelPipeline.swift
[1439/1549] Compiling NIOCore MulticastChannel.swift
[1440/1549] Compiling NIOCore NIOAny.swift
[1441/1549] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1442/1549] Compiling NIOCore NIOLoopBound.swift
[1443/1549] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1444/1549] Compiling NIOCore NIOScheduledCallback.swift
[1445/1549] Compiling NIOCore NIOSendable.swift
[1446/1549] Compiling NIOCore RecvByteBufferAllocator.swift
[1447/1549] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1448/1549] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1449/1549] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1450/1549] Compiling NIOCore EventLoopFuture.swift
[1451/1549] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1452/1549] Compiling NIOCore BSDSocketAPI.swift
[1453/1549] Compiling NIOCore ByteBuffer-aux.swift
[1454/1549] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1455/1549] Compiling NIOCore ByteBuffer-conversions.swift
[1456/1549] Compiling NIOCore ByteBuffer-core.swift
[1457/1549] Compiling NIOCore ByteBuffer-hex.swift
[1458/1549] Compiling NIOCore ByteBuffer-int.swift
[1459/1549] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1460/1549] Compiling NIOCore ByteBuffer-multi-int.swift
[1461/1549] Compiling NIOCore FileDescriptor.swift
[1462/1549] Compiling NIOCore FileHandle.swift
[1463/1549] Compiling NIOCore FileRegion.swift
[1464/1549] Compiling NIOCore GlobalSingletons.swift
[1465/1549] Compiling NIOCore CircularBuffer.swift
[1466/1549] Compiling NIOCore Codec.swift
[1467/1549] Compiling NIOCore ConvenienceOptionSupport.swift
[1468/1549] Compiling NIOCore DeadChannel.swift
[1469/1549] Compiling NIOCore DispatchQueue+WithFuture.swift
[1470/1549] Compiling NIOCore EventLoop+Deprecated.swift
[1471/1549] Compiling NIOCore AddressedEnvelope.swift
[1472/1549] Compiling NIOCore AsyncAwaitSupport.swift
[1473/1549] Compiling NIOCore AsyncChannel.swift
[1474/1549] Compiling NIOCore AsyncChannelHandler.swift
[1475/1549] Compiling NIOCore AsyncChannelInboundStream.swift
[1476/1549] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1477/1549] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1478/1549] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1479/1549] Compiling NIOCore NIOAsyncWriter.swift
[1480/1549] Compiling Crypto ECDH.swift
[1489/1557] Compiling Crypto Signature.swift
[1490/1557] Compiling Crypto CryptoKitErrors_boring.swift
[1491/1557] Compiling Crypto RNG_boring.swift
[1492/1557] Compiling Crypto SafeCompare_boring.swift
[1493/1557] Compiling Crypto Zeroization_boring.swift
[1494/1557] Compiling Crypto PrettyBytes.swift
[1495/1557] Compiling Crypto SafeCompare.swift
[1496/1557] Compiling Crypto SecureBytes.swift
[1497/1557] Compiling Crypto Zeroization.swift
[1532/1558] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1533/1558] Compiling NIOCore SocketAddresses.swift
[1534/1558] Compiling NIOCore SocketOptionProvider.swift
[1535/1558] Compiling NIOCore SystemCallHelpers.swift
[1536/1558] Compiling NIOCore TimeAmount+Duration.swift
[1537/1558] Compiling NIOCore TypeAssistedChannelHandler.swift
[1538/1558] Compiling NIOCore UniversalBootstrapSupport.swift
[1539/1558] Compiling NIOCore Utilities.swift
[1558/1558] Emitting module NIOCore
[1560/1609] Compiling NIOEmbedded AsyncTestingChannel.swift
[1561/1609] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1562/1609] Emitting module NIOEmbedded
[1563/1609] Compiling NIOEmbedded Embedded.swift
[1564/1609] Compiling NIOPosix IO.swift
[1565/1609] Compiling NIOPosix IntegerBitPacking.swift
[1566/1609] Compiling NIOPosix IntegerTypes.swift
[1567/1609] Compiling NIOPosix Linux.swift
[1568/1609] Compiling NIOPosix LinuxCPUSet.swift
[1569/1609] Compiling NIOPosix LinuxUring.swift
[1570/1609] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1572/1616] Compiling NIOPosix SelectableChannel.swift
[1573/1616] Compiling NIOPosix SelectableEventLoop.swift
[1574/1616] Compiling NIOPosix SelectorEpoll.swift
[1575/1616] Compiling NIOPosix SelectorGeneric.swift
[1576/1616] Compiling NIOPosix SelectorKqueue.swift
[1577/1616] Compiling NIOPosix SelectorUring.swift
[1578/1616] Compiling NIOPosix ThreadPosix.swift
[1579/1616] Compiling NIOPosix ThreadWindows.swift
[1580/1616] Compiling NIOPosix UnsafeTransfer.swift
[1581/1616] Compiling NIOPosix Utilities.swift
[1582/1616] Compiling NIOPosix VsockAddress.swift
[1583/1616] Compiling NIOPosix VsockChannelEvents.swift
[1584/1616] Emitting module NIOPosix
[1585/1616] Compiling NIOPosix ServerSocket.swift
[1586/1616] Compiling NIOPosix Socket.swift
[1587/1616] Compiling NIOPosix SocketChannel.swift
[1588/1616] Compiling NIOPosix SocketProtocols.swift
[1589/1616] Compiling NIOPosix System.swift
[1590/1616] Compiling NIOPosix Thread.swift
[1591/1616] Compiling NIOPosix Pool.swift
[1592/1616] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1593/1616] Compiling NIOPosix PosixSingletons.swift
[1594/1616] Compiling NIOPosix RawSocketBootstrap.swift
[1595/1616] Compiling NIOPosix Resolver.swift
[1596/1616] Compiling NIOPosix Selectable.swift
[1597/1616] Compiling NIOPosix NIOThreadPool.swift
[1598/1616] Compiling NIOPosix NonBlockingFileIO.swift
[1599/1616] Compiling NIOPosix PendingDatagramWritesManager.swift
[1600/1616] Compiling NIOPosix PendingWritesManager.swift
[1601/1616] Compiling NIOPosix PipeChannel.swift
[1602/1616] Compiling NIOPosix PipePair.swift
[1603/1616] Compiling NIOPosix Bootstrap.swift
[1604/1616] Compiling NIOPosix ControlMessage.swift
[1605/1616] Compiling NIOPosix DatagramVectorReadManager.swift
[1606/1616] Compiling NIOPosix Errors+Any.swift
[1607/1616] Compiling NIOPosix FileDescriptor.swift
[1608/1616] Compiling NIOPosix GetaddrinfoResolver.swift
[1609/1616] Compiling NIOPosix HappyEyeballs.swift
[1610/1616] Compiling NIOPosix BSDSocketAPICommon.swift
[1611/1616] Compiling NIOPosix BSDSocketAPIPosix.swift
[1612/1616] Compiling NIOPosix BSDSocketAPIWindows.swift
[1613/1616] Compiling NIOPosix BaseSocket.swift
[1614/1616] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1615/1616] Compiling NIOPosix BaseSocketChannel.swift
[1616/1616] Compiling NIOPosix BaseStreamSocketChannel.swift
[1618/1676] Compiling NIO Exports.swift
[1619/1676] Emitting module NIO
[1621/1677] Compiling _NIOFileSystem Array+FileSystem.swift
[1622/1677] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1623/1677] Compiling _NIOFileSystem BufferedReader.swift
[1624/1690] Compiling _NIOFileSystem Exports.swift
[1625/1690] Compiling _NIOFileSystem FileChunks.swift
[1626/1690] Compiling _NIOFileSystem FileHandle.swift
[1627/1718] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1628/1718] Compiling _NIOFileSystem FileSystemError.swift
[1629/1718] Compiling _NIOFileSystem FileSystemProtocol.swift
[1630/1718] Compiling _NIOFileSystem FileType.swift
[1631/1718] Compiling _NIOFileSystem IOStrategy.swift
[1632/1718] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1633/1718] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1634/1718] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1635/1719] Emitting module NIOTLS
[1636/1719] Compiling NIOTLS TLSEvents.swift
[1637/1719] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1638/1719] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1639/1719] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1640/1719] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1641/1719] Compiling NIOHTTP1 HTTPDecoder.swift
[1642/1719] Compiling NIOHTTP1 HTTPEncoder.swift
[1643/1719] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1644/1719] Compiling NIOSOCKS SOCKSResponse.swift
[1645/1719] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1646/1719] Compiling NIOSOCKS ClientStateMachine.swift
[1649/1719] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1650/1719] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1651/1719] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1652/1719] Emitting module NIOSOCKS
[1653/1719] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1655/1719] Compiling NIOSOCKS ServerStateMachine.swift
[1656/1719] Compiling AsyncKit Optional+StrictMap.swift
[1657/1719] Compiling AsyncKit Exports.swift
[1663/1722] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1664/1722] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1665/1722] Compiling NIOTLS SNIHandler.swift
[1667/1723] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1668/1723] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1669/1723] Emitting module NIOHTTP1
[1670/1723] Emitting module NIOFoundationCompat
[1671/1723] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1672/1724] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1673/1724] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1675/1753] Emitting module _NIOFileSystem
[1676/1757] Compiling NIOSSL ByteBufferBIO.swift
[1677/1757] Compiling NIOSSL CustomPrivateKey.swift
[1678/1757] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1679/1757] Compiling NIOSSL NIOSSLHandler.swift
[1680/1757] Compiling NIOSSL AndroidCABundle.swift
[1681/1757] Compiling NIOSSL LinuxCABundle.swift
[1682/1757] Compiling NIOSSL NIOSSLClientHandler.swift
[1683/1757] Compiling NIOSSL NIOSSLSecureBytes.swift
[1684/1757] Compiling NIOSSL RNG.swift
[1685/1757] Compiling NIOSSL SafeCompare.swift
[1686/1757] Compiling _NIOFileSystem CInterop.swift
[1687/1757] Compiling _NIOFileSystem Errno.swift
[1688/1757] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1689/1757] Compiling _NIOFileSystem Mocking.swift
[1690/1757] Compiling _NIOFileSystem Syscall.swift
[1691/1757] Compiling _NIOFileSystem Syscalls.swift
[1692/1757] Compiling NIOSSL SSLPKCS12Bundle.swift
[1693/1757] Compiling NIOSSL NIOSSLServerHandler.swift
[1696/1757] Compiling NIOSSL ObjectIdentifier.swift
[1697/1757] Compiling NIOSSL PosixPort.swift
[1698/1757] Compiling NIOSSL SSLCallbacks.swift
[1699/1757] Compiling NIOSSL SSLCertificateExtensions.swift
[1700/1757] Compiling NIOSSL SSLCertificateName.swift
[1701/1780] Compiling NIOTransportServices NIOTSEventLoop.swift
[1702/1780] Compiling NIOSSL SSLPublicKey.swift
[1703/1780] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1704/1780] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1705/1780] Compiling NIOSSL SubjectAlternativeName.swift
[1707/1780] Compiling NIOTransportServices StateManagedChannel.swift
[1708/1780] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1709/1780] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1710/1780] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1711/1780] Compiling NIOTransportServices NIOTSSingletons.swift
[1712/1780] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1713/1782] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1714/1782] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1715/1782] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1716/1782] Compiling NIOTransportServices NIOTSBootstraps.swift
[1717/1782] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1718/1782] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1719/1782] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1720/1782] Compiling NIOTransportServices NIOTSErrors.swift
[1722/1782] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1723/1782] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1724/1782] Emitting module NIOTransportServices
[1725/1782] Compiling NIOTransportServices AcceptHandler.swift
[1726/1782] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1727/1782] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1728/1782] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1729/1782] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1730/1782] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1731/1783] Emitting module AsyncKit
[1737/1852] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1738/1852] Compiling MultipartKit BasicCodingKey.swift
[1739/1852] Compiling MultipartKit MultipartError.swift
[1740/1852] Compiling MultipartKit Exports.swift
[1741/1854] Compiling NIOWebSocket WebSocketOpcode.swift
[1742/1855] Compiling NIOHPACK IndexedHeaderTable.swift
[1743/1855] Compiling NIOHPACK IntegerCoding.swift
[1744/1855] Compiling MultipartKit MultipartParser.swift
[1745/1855] Compiling MultipartKit MultipartPart.swift
[1746/1856] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1750/1856] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1751/1856] Compiling NIOHPACK HuffmanTables.swift
[1752/1856] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1753/1856] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1754/1856] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1755/1856] Compiling MultipartKit FormDataEncoder.swift
[1756/1856] Compiling MultipartKit Storage.swift
[1757/1856] Compiling MultipartKit MultipartFormData.swift
[1762/1856] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1763/1856] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1764/1856] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1765/1856] Emitting module NIOSSL
[1766/1856] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1767/1856] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1768/1856] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1769/1856] Compiling MultipartKit FormDataDecoder.swift
[1770/1856] Emitting module NIOWebSocket
[1776/1856] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1788/1856] Compiling NIOHPACK StaticHeaderTable.swift
[1789/1856] Compiling NIOHTTPCompression HTTPDecompression.swift
[1790/1856] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1791/1856] Compiling NIOWebSocket WebSocketFrame.swift
[1792/1856] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1793/1856] Emitting module NIOExtras
[1798/1856] Emitting module NIOHTTPCompression
[1799/1856] Compiling NIOHTTPCompression HTTPCompression.swift
[1800/1856] Emitting module NIOHPACK
[1801/1857] Compiling NIOHPACK HuffmanCoding.swift
[1804/1857] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1805/1858] Compiling _NIOFileSystem SystemFileHandle.swift
[1806/1858] Compiling _NIOFileSystem Utilities.swift
[1807/1858] Compiling _NIOFileSystem OpenOptions.swift
[1808/1858] Compiling _NIOFileSystem String+FileSystem.swift
[1816/1859] Emitting module MultipartKit
[1823/1861] Compiling NIOExtras UnsafeTransfer.swift
[1836/1867] Emitting module NIOFileSystem
[1837/1867] Compiling NIOFileSystem Exports.swift
[1841/1867] Compiling MultipartKit MultipartSerializer.swift
[1842/1867] Compiling MultipartKit Utilities.swift
[1848/1868] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1849/1868] Emitting module _NIOFileSystemFoundationCompat
[1851/1869] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1862/1928] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1863/1928] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1864/1928] Compiling NIOHTTP2 Error+Any.swift
[1865/1928] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1866/1928] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1867/1928] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1872/1930] Compiling NIOHTTP2 HasLocalSettings.swift
[1873/1930] Compiling NIOHTTP2 HasRemoteSettings.swift
[1874/1930] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1875/1930] Compiling NIOHTTP2 QuiescingState.swift
[1876/1930] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1877/1930] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1878/1938] Compiling NIOHTTP2 MaySendFrames.swift
[1879/1938] Compiling NIOHTTP2 SendingDataState.swift
[1880/1938] Compiling NIOHTTP2 SendingGoawayState.swift
[1881/1938] Compiling NIOHTTP2 SendingHeadersState.swift
[1882/1938] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1883/1938] Compiling NIOHTTP2 SendingRstStreamState.swift
[1884/1938] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1885/1938] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1886/1938] Compiling NIOHTTP2 InboundWindowManager.swift
[1887/1938] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1888/1938] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1889/1938] Compiling NIOHTTP2 StreamChannelList.swift
[1890/1938] Compiling NIOHTTP2 StreamMap.swift
[1891/1938] Compiling NIOHTTP2 StreamStateMachine.swift
[1892/1938] Compiling NIOHTTP2 UnsafeTransfer.swift
[1893/1938] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1894/1946] Compiling WebSocketKit WebSocketHandler.swift
[1895/1946] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1896/1946] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1897/1946] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1898/1946] Compiling NIOHTTP2 HTTP2StreamID.swift
[1899/1946] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1900/1946] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1901/1946] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1902/1946] Compiling NIOHTTP2 InboundEventBuffer.swift
[1903/1946] Emitting module WebSocketKit
[1904/1946] Compiling WebSocketKit WebSocket+Concurrency.swift
[1905/1946] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1906/1946] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1907/1946] Compiling NIOHTTP2 MayReceiveFrames.swift
[1908/1946] Compiling NIOHTTP2 ReceivingDataState.swift
[1909/1946] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1910/1946] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1911/1946] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1912/1946] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1913/1946] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1914/1946] Emitting module NIOHTTP2
[1915/1946] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1916/1946] Compiling WebSocketKit WebSocket.swift
[1917/1946] Compiling WebSocketKit Exports.swift
[1918/1946] Compiling WebSocketKit WebSocket+Connect.swift
[1919/1946] Compiling WebSocketKit WebSocketClient.swift
[1925/1948] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1926/1948] Compiling NIOHTTP2 HTTP2Frame.swift
[1927/1948] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1928/1948] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1929/1948] Compiling NIOHTTP2 HTTP2PingData.swift
[1930/1948] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1931/1948] Compiling NIOHTTP2 HTTP2Settings.swift
[1932/1948] Compiling NIOHTTP2 HTTP2Stream.swift
[1933/1948] Compiling NIOHTTP2 StateMachineResult.swift
[1934/1948] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1935/1948] Compiling NIOHTTP2 DOSHeuristics.swift
[1940/1948] Compiling NIOHTTP2 OutboundFrameBuffer.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] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1951/2009] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1952/2009] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1953/2009] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1954/2009] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1955/2009] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1956/2009] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1957/2009] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1958/2009] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1959/2009] Emitting module AsyncHTTPClient
[1960/2017] Compiling AsyncHTTPClient ConnectionTarget.swift
[1961/2017] Compiling AsyncHTTPClient DeconstructedURL.swift
[1962/2017] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1963/2017] Compiling AsyncHTTPClient FoundationExtensions.swift
[1964/2017] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1965/2017] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1966/2017] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1967/2017] Compiling AsyncHTTPClient HTTPClient.swift
[1968/2017] Compiling AsyncHTTPClient HTTPHandler.swift
[1969/2017] Compiling AsyncHTTPClient LRUCache.swift
[1970/2017] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1971/2017] Compiling AsyncHTTPClient NWErrorHandler.swift
[1972/2017] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1973/2017] Compiling AsyncHTTPClient TLSConfiguration.swift
[1974/2017] Compiling AsyncHTTPClient RedirectState.swift
[1975/2017] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1976/2017] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1977/2017] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1978/2017] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1979/2017] Compiling AsyncHTTPClient HTTP1Connection.swift
[1980/2017] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1981/2017] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1982/2017] Compiling AsyncHTTPClient HTTP2Connection.swift
[1983/2017] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1984/2017] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1985/2017] Compiling AsyncHTTPClient RequestOptions.swift
[1986/2017] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1987/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1988/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1989/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1990/2017] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1991/2017] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1992/2017] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1993/2017] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1994/2017] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1995/2017] Compiling AsyncHTTPClient Transaction.swift
[1996/2017] Compiling AsyncHTTPClient Base64.swift
[1997/2017] Compiling AsyncHTTPClient BasicAuth.swift
[1998/2017] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1999/2017] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2000/2017] Compiling AsyncHTTPClient ConnectionPool.swift
[2001/2017] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2002/2017] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2003/2017] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2004/2017] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2005/2017] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2006/2017] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2007/2017] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2008/2017] Compiling AsyncHTTPClient RequestBodyLength.swift
[2009/2017] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2010/2017] Compiling AsyncHTTPClient RequestBag.swift
[2011/2017] Compiling AsyncHTTPClient RequestValidation.swift
[2012/2017] Compiling AsyncHTTPClient SSLContextCache.swift
[2013/2017] Compiling AsyncHTTPClient Scheme.swift
[2014/2017] Compiling AsyncHTTPClient Singleton.swift
[2015/2017] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2016/2017] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2017/2017] Compiling AsyncHTTPClient Utils.swift
[2019/2187] Compiling Vapor Core.swift
[2020/2187] Compiling Vapor Running.swift
[2021/2187] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2022/2187] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2023/2187] Compiling Vapor DotEnvFile+load.swift
[2024/2187] Compiling Vapor Routes+caseInsenstive.swift
[2025/2187] Compiling Vapor Validatable+validate.swift
[2026/2187] Compiling Vapor Environment+Process.swift
[2027/2187] Compiling Vapor Environment+Secret.swift
[2028/2187] Compiling Vapor Environment.swift
[2029/2187] Compiling Vapor Abort.swift
[2030/2187] Compiling Vapor AbortError.swift
[2031/2187] Compiling Vapor DebuggableError.swift
[2032/2187] Compiling Vapor Demangler.swift
[2033/2187] Compiling Vapor ErrorSource.swift
[2034/2187] Compiling Vapor StackTrace.swift
[2035/2187] Compiling Vapor Exports.swift
[2036/2187] Compiling Vapor Application+HTTP.swift
[2037/2187] Compiling Vapor BasicResponder.swift
[2038/2187] Compiling Vapor BodyStream.swift
[2039/2187] Compiling Vapor Application+HTTP+Client.swift
[2040/2187] Compiling Vapor EventLoopHTTPClient.swift
[2041/2187] Compiling Vapor EndpointCache.swift
[2042/2187] Compiling Vapor HTTPMethod+String.swift
[2043/2211] Compiling Vapor Application.swift
[2044/2211] Compiling Vapor AuthenticationCache.swift
[2045/2211] Compiling Vapor Authenticator.swift
[2046/2211] Compiling Vapor BasicAuthorization.swift
[2047/2211] Compiling Vapor BearerAuthorization.swift
[2048/2211] Compiling Vapor GuardMiddleware.swift
[2049/2211] Compiling Vapor RedirectMiddleware.swift
[2050/2211] Compiling Vapor SessionAuthenticatable.swift
[2051/2211] Compiling Vapor Bcrypt.swift
[2052/2211] Compiling Vapor Application+Cache.swift
[2053/2211] Compiling Vapor Cache.swift
[2054/2211] Compiling Vapor CacheExpirationTime.swift
[2055/2211] Compiling Vapor MemoryCache.swift
[2056/2211] Compiling Vapor Request+Cache.swift
[2057/2211] Compiling Vapor Application+Clients.swift
[2058/2211] Compiling Vapor Client.swift
[2059/2211] Compiling Vapor ClientRequest.swift
[2060/2211] Compiling Vapor ClientResponse.swift
[2061/2211] Compiling Vapor Request+Client.swift
[2062/2211] Compiling Vapor BootCommand.swift
[2063/2211] Compiling Vapor CommandContext+Application.swift
[2064/2211] Compiling Vapor RoutesCommand.swift
[2065/2211] Compiling Vapor ServeCommand.swift
[2066/2211] Compiling Vapor AnyResponse+Concurrency.swift
[2067/2235] Compiling Vapor Bytes+Hex.swift
[2068/2235] Compiling Vapor Bytes+SecureCompare.swift
[2069/2235] Compiling Vapor Collection+Safe.swift
[2070/2235] Compiling Vapor DataProtocol+Copy.swift
[2071/2235] Compiling Vapor DecoderUnwrapper.swift
[2072/2235] Compiling Vapor DirectoryConfiguration.swift
[2073/2235] Compiling Vapor DotEnv.swift
[2074/2235] Compiling Vapor Extendable.swift
[2075/2235] Compiling Vapor File.swift
[2076/2235] Compiling Vapor FileIO.swift
[2077/2235] Compiling Vapor LifecycleHandler.swift
[2078/2235] Compiling Vapor OptionalType.swift
[2079/2235] Compiling Vapor RFC1123.swift
[2080/2235] Compiling Vapor SocketAddress+Hostname.swift
[2081/2235] Compiling Vapor Storage.swift
[2082/2235] Compiling Vapor String+IsIPAddress.swift
[2083/2235] Compiling Vapor Thread.swift
[2084/2235] Compiling Vapor URI.swift
[2085/2235] Compiling Vapor RangeResult.swift
[2086/2235] Compiling Vapor Validatable.swift
[2087/2235] Compiling Vapor Validation.swift
[2088/2235] Compiling Vapor ValidationKey.swift
[2089/2235] Compiling Vapor Validations.swift
[2090/2235] Compiling Vapor ValidationsError.swift
[2091/2235] Compiling Vapor Validator.swift
[2092/2235] Compiling Vapor ValidatorResult.swift
[2093/2235] Compiling Vapor And.swift
[2094/2235] Compiling Vapor Case.swift
[2095/2235] Compiling Vapor CharacterSet.swift
[2096/2235] Compiling Vapor Count.swift
[2097/2235] Compiling Vapor Custom.swift
[2098/2235] Compiling Vapor Email.swift
[2099/2235] Compiling Vapor Empty.swift
[2100/2235] Compiling Vapor In.swift
[2101/2235] Compiling Vapor Nil.swift
[2102/2235] Compiling Vapor NilIgnoring.swift
[2103/2235] Compiling Vapor Not.swift
[2104/2235] Compiling Vapor Or.swift
[2105/2235] Compiling Vapor Pattern.swift
[2106/2235] Compiling Vapor Range.swift
[2107/2235] Compiling Vapor URL.swift
[2108/2235] Compiling Vapor Valid.swift
[2109/2235] Compiling Vapor Application+Views.swift
[2110/2235] Compiling Vapor PlaintextRenderer.swift
[2111/2235] Compiling Vapor Request+View.swift
[2112/2235] Compiling Vapor View.swift
[2113/2235] Compiling Vapor ViewRenderer.swift
[2114/2235] Compiling Vapor _Deprecations.swift
[2115/2235] Emitting module Vapor
[2116/2235] Compiling Vapor AsyncBasicResponder.swift
[2117/2235] Compiling Vapor AsyncMiddleware.swift
[2118/2235] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2119/2235] Compiling Vapor AsyncSessionDriver.swift
[2120/2235] Compiling Vapor Authentication+Concurrency.swift
[2121/2235] Compiling Vapor Cache+Concurrency.swift
[2122/2235] Compiling Vapor Client+Concurrency.swift
[2123/2235] Compiling Vapor RequestBody+Concurrency.swift
[2124/2235] Compiling Vapor Responder+Concurrency.swift
[2125/2235] Compiling Vapor ResponseCodable+Concurrency.swift
[2126/2235] Compiling Vapor RoutesBuilder+Concurrency.swift
[2127/2235] Compiling Vapor ViewRenderer+Concurrency.swift
[2128/2235] Compiling Vapor WebSocket+Concurrency.swift
[2129/2235] Compiling Vapor ContainerGetPathExecutor.swift
[2130/2235] Compiling Vapor Content.swift
[2131/2235] Compiling Vapor ContentCoders.swift
[2132/2235] Compiling Vapor ContentConfiguration.swift
[2133/2235] Compiling Vapor ContentContainer.swift
[2134/2235] Compiling Vapor JSONCoder+Custom.swift
[2135/2235] Compiling Vapor JSONCoders+Content.swift
[2136/2235] Compiling Vapor PlaintextDecoder.swift
[2137/2235] Compiling Vapor PlaintextEncoder.swift
[2138/2235] Compiling Vapor URLQueryCoders.swift
[2139/2235] Compiling Vapor URLQueryContainer.swift
[2140/2235] Compiling Vapor Service.swift
[2141/2235] Compiling Vapor Application+Sessions.swift
[2142/2235] Compiling Vapor MemorySessions.swift
[2143/2235] Compiling Vapor Request+Session.swift
[2144/2235] Compiling Vapor Session.swift
[2145/2235] Compiling Vapor SessionCache.swift
[2146/2235] Compiling Vapor SessionData.swift
[2147/2235] Compiling Vapor SessionDriver.swift
[2148/2235] Compiling Vapor SessionsConfiguration.swift
[2149/2235] Compiling Vapor SessionsMiddleware.swift
[2150/2235] Compiling Vapor URLEncodedFormData.swift
[2151/2235] Compiling Vapor URLEncodedFormDecoder.swift
[2152/2235] Compiling Vapor URLEncodedFormEncoder.swift
[2153/2235] Compiling Vapor URLEncodedFormError.swift
[2154/2235] Compiling Vapor URLEncodedFormParser.swift
[2155/2235] Compiling Vapor URLEncodedFormSerializer.swift
[2156/2235] Compiling Vapor URLQueryFragmentConvertible.swift
[2157/2235] Compiling Vapor AnyResponse.swift
[2158/2235] Compiling Vapor Array+Random.swift
[2159/2235] Compiling Vapor Base32.swift
[2160/2235] Compiling Vapor Base64.swift
[2161/2235] Compiling Vapor BaseN.swift
[2162/2235] Compiling Vapor BasicCodingKey.swift
[2163/2235] Compiling Vapor ByteCount.swift
[2164/2235] Compiling Vapor Request+Body.swift
[2165/2235] Compiling Vapor Request+BodyStream.swift
[2166/2235] Compiling Vapor Request.swift
[2167/2235] Compiling Vapor Application+Responder.swift
[2168/2235] Compiling Vapor DefaultResponder.swift
[2169/2235] Compiling Vapor Response+Body.swift
[2170/2235] Compiling Vapor Response.swift
[2171/2235] Compiling Vapor ResponseCodable.swift
[2172/2235] Compiling Vapor Application+Routes.swift
[2173/2235] Compiling Vapor Parameters+Require.swift
[2174/2235] Compiling Vapor Request+WebSocket.swift
[2175/2235] Compiling Vapor Route.swift
[2176/2235] Compiling Vapor RouteCollection.swift
[2177/2235] Compiling Vapor Routes.swift
[2178/2235] Compiling Vapor RoutesBuilder+Group.swift
[2179/2235] Compiling Vapor RoutesBuilder+Method.swift
[2180/2235] Compiling Vapor RoutesBuilder+Middleware.swift
[2181/2235] Compiling Vapor RoutesBuilder+WebSocket.swift
[2182/2235] Compiling Vapor RoutesBuilder.swift
[2183/2235] Compiling Vapor OTP.swift
[2184/2235] Compiling Vapor Application+Servers.swift
[2185/2235] Compiling Vapor Server.swift
[2186/2235] Compiling Vapor App+Service.swift
[2187/2235] Compiling Vapor Req+Service.swift
[2188/2235] Compiling Vapor HTTPServerResponseEncoder.swift
[2189/2235] Compiling Vapor HTTPServerUpgradeHandler.swift
[2190/2235] Compiling Vapor Logger+Report.swift
[2191/2235] Compiling Vapor LoggingSystem+Environment.swift
[2192/2235] Compiling Vapor Application+Middleware.swift
[2193/2235] Compiling Vapor CORSMiddleware.swift
[2194/2235] Compiling Vapor ErrorMiddleware.swift
[2195/2235] Compiling Vapor FileMiddleware.swift
[2196/2235] Compiling Vapor Middleware.swift
[2197/2235] Compiling Vapor MiddlewareConfiguration.swift
[2198/2235] Compiling Vapor ResponseCompressionMiddleware.swift
[2199/2235] Compiling Vapor RouteLoggingMiddleware.swift
[2200/2235] Compiling Vapor TracingMiddleware.swift
[2201/2235] Compiling Vapor File+Multipart.swift
[2202/2235] Compiling Vapor FormDataDecoder+Content.swift
[2203/2235] Compiling Vapor FormDataEncoder+Content.swift
[2204/2235] Compiling Vapor Application+Password.swift
[2205/2235] Compiling Vapor Application+Passwords.swift
[2206/2235] Compiling Vapor AsyncPasswordHasher.swift
[2207/2235] Compiling Vapor BcryptHasher.swift
[2208/2235] Compiling Vapor PasswordHasher.swift
[2209/2235] Compiling Vapor PlaintextHasher.swift
[2210/2235] Compiling Vapor Request+Password.swift
[2211/2235] Compiling Vapor Redirect.swift
[2212/2235] Compiling Vapor HTTPStatus.swift
[2213/2235] Compiling Vapor HTTPCookies.swift
[2214/2235] Compiling Vapor HTTPHeaderCacheControl.swift
[2215/2235] Compiling Vapor HTTPHeaderExpires.swift
[2216/2235] Compiling Vapor HTTPHeaderLastModified.swift
[2217/2235] Compiling Vapor HTTPHeaders+Cache.swift
[2218/2235] Compiling Vapor HTTPHeaders+Connection.swift
[2219/2235] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2220/2235] Compiling Vapor HTTPHeaders+ContentRange.swift
[2221/2235] Compiling Vapor HTTPHeaders+Directive.swift
[2222/2235] Compiling Vapor HTTPHeaders+Forwarded.swift
[2223/2235] Compiling Vapor HTTPHeaders+Link.swift
[2224/2235] Compiling Vapor HTTPHeaders+Name.swift
[2225/2235] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2226/2235] Compiling Vapor HTTPHeaders.swift
[2227/2235] Compiling Vapor HTTPMediaType.swift
[2228/2235] Compiling Vapor HTTPMediaTypePreference.swift
[2229/2235] Compiling Vapor Responder.swift
[2230/2235] Compiling Vapor Application+HTTP+Server.swift
[2231/2235] Compiling Vapor HTTPServer.swift
[2232/2235] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2233/2235] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2234/2235] Compiling Vapor HTTPServerHandler.swift
[2235/2235] Compiling Vapor HTTPServerRequestDecoder.swift
[2237/2239] Emitting module VaporElementary
[2238/2239] Compiling VaporElementary HTMLResponseBodyWriter.swift
[2239/2239] Compiling VaporElementary HTMLResponse.swift
Build complete! (453.76s)
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.