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 VaporSecurityHeaders, reference main (0a2531), with Swift 6.1 for Android on 29 May 2025 22:21:08 UTC.

Swift 6 data race errors: 3

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/brokenhandsio/VaporSecurityHeaders.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/brokenhandsio/VaporSecurityHeaders
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0a25315 Merge pull request #30 from grahamburgsma/allow-no-xss
Cloned https://github.com/brokenhandsio/VaporSecurityHeaders.git
Revision (git rev-parse @):
0a25315d95746557e710237c72af7b7428e24c6a
SUCCESS checkout https://github.com/brokenhandsio/VaporSecurityHeaders.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brokenhandsio/VaporSecurityHeaders.git
https://github.com/brokenhandsio/VaporSecurityHeaders.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "VaporSecurityHeaders",
  "name" : "VaporSecurityHeaders",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporSecurityHeaders",
      "targets" : [
        "VaporSecurityHeaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporSecurityHeadersTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporSecurityHeadersTests",
      "path" : "Tests/VaporSecurityHeadersTests",
      "sources" : [
        "Fakes/StubFileMiddleware.swift",
        "HeaderTests.swift",
        "RedirectionTest.swift"
      ],
      "target_dependencies" : [
        "VaporSecurityHeaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporSecurityHeaders",
      "module_type" : "SwiftTarget",
      "name" : "VaporSecurityHeaders",
      "path" : "Sources/VaporSecurityHeaders",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "VaporSecurityHeaders"
      ],
      "sources" : [
        "Configurations/ContentSecurityPolicyConfiguration.swift",
        "Configurations/ContentSecurityPolicyReportOnlyConfiguration.swift",
        "Configurations/ContentTypeOptionsConfiguration.swift",
        "Configurations/FrameOptionsConfiguration.swift",
        "Configurations/HTTPSRedirectMiddleware.swift",
        "Configurations/ReferrerPolicyConfiguration.swift",
        "Configurations/ServerConfiguration.swift",
        "Configurations/StrictTransportSecurityConfiguration.swift",
        "Configurations/XSSProtectionConfiguration.swift",
        "SecurityHeaderConfiguration.swift",
        "SecurityHeaders+HeaderKey.swift",
        "SecurityHeaders.swift",
        "SecurityHeadersFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.63s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2609] Fetching websocket-kit
[2/3672] Fetching websocket-kit, swift-service-context
[140/5382] Fetching websocket-kit, swift-service-context, swift-atomics
[1126/8701] Fetching websocket-kit, swift-service-context, swift-atomics, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.70s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.71s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[3338/7235] Fetching swift-atomics, multipart-kit, swift-metrics
[4662/11071] Fetching swift-atomics, multipart-kit, swift-metrics, swift-log
[8213/16045] Fetching swift-atomics, multipart-kit, swift-metrics, swift-log, swift-distributed-tracing
[8402/22004] Fetching swift-atomics, multipart-kit, swift-metrics, swift-log, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (1.17s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.17s)
[13795/15962] Fetching swift-atomics, multipart-kit, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.22s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[3360/10943] Fetching swift-atomics, multipart-kit, swift-nio-extras
[8387/22470] Fetching swift-atomics, multipart-kit, swift-nio-extras, swift-nio-http2
[11580/37313] Fetching swift-atomics, multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[13592/113421] Fetching swift-atomics, multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.75s)
[58550/111711] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (5.03s)
Fetching https://github.com/apple/swift-crypto.git
[59333/108392] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
[61766/129119] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.71s)
Fetching https://github.com/vapor/console-kit.git
[73928/123205] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.80s)
[66280/111678] Fetching swift-nio-ssl, swift-nio, routing-kit
[66281/125614] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[77125/131261] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
[78507/133631] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.81s)
Fetching https://github.com/swift-server/async-http-client.git
[86235/131261] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.97s)
[80727/125614] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[86801/139628] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.91s)
[87379/124785] Fetching swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.82s)
[72533/104058] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.04s)
[72540/90044] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.31s)
[63931/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (12.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (15.59s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.83s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.66s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.09s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1494/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.14s)
Fetched https://github.com/apple/swift-collections.git from cache (2.17s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.86s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.77s)
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 (1.66s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.56s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.48s)
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.73s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[1591/2494] Fetching swift-asn1, swift-http-types
[1754/7479] Fetching swift-asn1, swift-http-types, swift-async-algorithms
[1791/9905] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[4877/11046] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers
[7784/17201] Fetching swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.48s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.74s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.85s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.87s)
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.08s)
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.03s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.80s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.87s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.78s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.93s)
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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/831] Write sources
[42/831] Compiling CNIOWindows shim.c
[42/831] Write sources
[44/831] Compiling CNIOWindows WSAStartup.c
[44/831] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[46/831] Write sources
[53/831] Compiling CNIOWASI CNIOWASI.c
[54/831] Compiling _NumericsShims _NumericsShims.c
[55/831] Compiling _AtomicsShims.c
[56/831] Compiling CVaporBcrypt blf.c
[57/831] Compiling CNIOLinux liburing_shims.c
[58/831] Compiling CNIOSHA1 c_nio_sha1.c
[59/831] Compiling CNIOExtrasZlib empty.c
[60/831] Compiling CNIOLinux shim.c
[61/831] Compiling CSystem shims.c
[62/831] Compiling CNIOLLHTTP c_nio_http.c
[63/831] Compiling CNIODarwin shim.c
[64/831] Compiling CNIOLLHTTP c_nio_api.c
[65/831] Compiling fiat_p256_adx_mul.S
[66/831] Compiling fiat_p256_adx_sqr.S
[67/831] Compiling fiat_curve25519_adx_mul.S
[68/831] Write swift-version-24593BA9C3E375BF.txt
[68/831] Compiling fiat_curve25519_adx_square.S
[70/831] Compiling CVaporBcrypt bcrypt.c
[71/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/837] Compiling CNIOBoringSSLShims shims.c
[73/865] Compiling tls_method.cc
[74/868] Compiling tls13_server.cc
[75/868] Compiling tls_record.cc
[76/873] Compiling tls13_client.cc
[77/878] Compiling tls13_enc.cc
[79/900] Emitting module RealModule
[80/901] Compiling RealModule Real.swift
[81/901] Compiling RealModule RealFunctions.swift
[82/901] Compiling InternalCollectionsUtilities Descriptions.swift
[83/901] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/901] Emitting module ServiceContextModule
[85/901] Compiling RealModule Float80+Real.swift
[86/902] Compiling CoreMetrics Metrics.swift
[87/902] Compiling SystemPackage MachPort.swift
[88/902] Compiling SystemPackage PlatformString.swift
[89/902] Compiling SystemPackage SystemString.swift
[90/905] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[91/905] Compiling InternalCollectionsUtilities Debugging.swift
[92/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/905] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/905] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[96/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[97/905] Compiling ServiceContextModule ServiceContextKey.swift
[98/905] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[99/905] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/905] Compiling ServiceContextModule ServiceContext.swift
[101/906] Emitting module InternalCollectionsUtilities
[102/906] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[103/906] Compiling InternalCollectionsUtilities Integer rank.swift
[104/906] Compiling RealModule Float16+Real.swift
[105/906] Compiling _NIODataStructures _TinyArray.swift
[106/906] Compiling _NIODataStructures PriorityQueue.swift
[107/906] Compiling RealModule ElementaryFunctions.swift
[108/906] Compiling RealModule Float+Real.swift
[117/906] Emitting module _NIODataStructures
[118/906] Emitting module _NIOBase64
[119/906] Compiling _NIOBase64 Base64.swift
[121/906] Compiling _NIODataStructures Heap.swift
[122/909] Emitting module SystemPackage
[131/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[136/936] Compiling Instrumentation NoOpInstrument.swift
[137/960] Compiling Instrumentation MultiplexInstrument.swift
[138/960] Compiling Algorithms Joined.swift
[139/960] Compiling Algorithms Keyed.swift
[140/960] Compiling SystemPackage Util+StringArray.swift
[141/960] Compiling SystemPackage Util.swift
[142/960] Compiling SystemPackage UtilConsumers.swift
[143/962] Compiling Atomics IntegerOperations.swift
[144/962] Compiling Atomics Unmanaged extensions.swift
[145/962] Compiling Algorithms MinMax.swift
[146/962] Compiling Algorithms AdjacentPairs.swift
[147/962] Compiling Algorithms Chain.swift
[148/962] Compiling Algorithms Compacted.swift
[149/962] Compiling Algorithms Cycle.swift
[150/962] Compiling Algorithms EitherSequence.swift
[151/962] Compiling Algorithms FirstNonNil.swift
[151/965] Compiling tls13_both.cc
[152/965] Compiling t1_enc.cc
[157/1015] Compiling _RopeModule BigString+Contents.swift
[158/1015] Compiling _RopeModule BigString+Debugging.swift
[159/1015] Compiling _RopeModule BigString+Index.swift
[160/1088] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[161/1088] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[162/1088] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[163/1088] Emitting module Atomics
[164/1088] Compiling OrderedCollections _HashTable.swift
[165/1088] Compiling OrderedCollections _Hashtable+Header.swift
[166/1088] Compiling OrderedCollections OrderedSet+Initializers.swift
[167/1088] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[168/1088] Compiling OrderedCollections _HashTable+Testing.swift
[169/1088] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[170/1088] Compiling OrderedCollections OrderedSet+Insertions.swift
[171/1088] Compiling OrderedCollections OrderedSet+Invariants.swift
[172/1088] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[173/1088] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[174/1088] Compiling Logging MetadataProvider.swift
[175/1088] Compiling Logging Locks.swift
[176/1088] Compiling Instrumentation InstrumentationSystem.swift
[177/1088] Compiling Instrumentation Locks.swift
[178/1088] Compiling Instrumentation Instrument.swift
[179/1088] Emitting module Instrumentation
[180/1089] Emitting module CoreMetrics
[181/1089] Compiling CoreMetrics Locks.swift
[182/1089] Compiling Logging LogHandler.swift
[183/1089] Emitting module Logging
[184/1089] Compiling Logging Logging.swift
[194/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[196/1091] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[200/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[201/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[202/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[203/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[204/1092] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[205/1092] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[206/1092] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[208/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[209/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[210/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[211/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[212/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[213/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[214/1099] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[215/1115] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[216/1115] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[217/1115] Compiling OrderedCollections OrderedDictionary+Elements.swift
[218/1115] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[219/1122] Compiling HeapModule Heap+Descriptions.swift
[220/1122] Compiling HeapModule _HeapNode.swift
[221/1122] Compiling HeapModule Heap.swift
[222/1122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[223/1122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[224/1122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[229/1122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[230/1122] Compiling OrderedCollections OrderedDictionary.swift
[231/1122] Compiling OrderedCollections OrderedSet+Codable.swift
[232/1122] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[233/1122] Compiling OrderedCollections OrderedSet+Descriptions.swift
[234/1122] Compiling OrderedCollections OrderedSet+Diffing.swift
[235/1122] Compiling OrderedCollections OrderedSet+Equatable.swift
[236/1122] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[237/1122] Compiling OrderedCollections OrderedSet+Hashable.swift
[249/1122] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[250/1122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[251/1122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[252/1122] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[253/1122] Compiling OrderedCollections OrderedDictionary+Values.swift
[254/1122] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[255/1122] Compiling HeapModule Heap+UnsafeHandle.swift
[256/1122] Compiling HeapModule Heap+Invariants.swift
[259/1122] Compiling OrderedCollections _HashTable+Bucket.swift
[260/1122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[261/1122] Compiling OrderedCollections _HashTable+Constants.swift
[270/1123] Compiling Tracing TracerProtocol.swift
[271/1123] Compiling Tracing TracingTime.swift
[272/1123] Emitting module Tracing
[281/1123] Emitting module HeapModule
[282/1124] Emitting module Algorithms
[295/1134] Compiling Tracing Tracer.swift
[296/1134] Compiling Tracing TracerProtocol+Legacy.swift
[298/1225] Emitting module RoutingKit
[299/1225] Emitting module Metrics
[300/1225] Compiling Tracing InstrumentationSystem+Tracing.swift
[301/1225] Compiling Tracing NoOpTracer.swift
[302/1225] Compiling Tracing SpanProtocol.swift
[303/1226] Compiling DequeModule Deque+CustomReflectable.swift
[304/1226] Compiling DequeModule Deque+Descriptions.swift
[305/1228] Compiling DequeModule _DequeBuffer.swift
[306/1228] Compiling DequeModule _DequeBufferHeader.swift
[307/1228] Compiling DequeModule Deque+Codable.swift
[308/1228] Compiling DequeModule Deque+Collection.swift
[311/1228] Compiling DequeModule Deque+Equatable.swift
[312/1228] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[313/1228] Compiling DequeModule Deque+Testing.swift
[314/1228] Compiling DequeModule Deque._Storage.swift
[315/1228] Compiling DequeModule Deque+Extras.swift
[316/1228] Compiling DequeModule Deque+Hashable.swift
[318/1228] Compiling HashTreeCollections _HashSlot.swift
[319/1228] Compiling HashTreeCollections _HashStack.swift
[320/1228] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[321/1228] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[322/1228] Compiling HashTreeCollections _HashNode+Storage.swift
[323/1228] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[324/1228] Compiling HashTreeCollections _HashNode+Structural filter.swift
[325/1228] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[326/1228] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[327/1228] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[328/1228] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[329/1228] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[330/1228] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[331/1228] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[332/1228] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[333/1228] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[334/1228] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[335/1228] Compiling HashTreeCollections TreeDictionary.swift
[336/1228] Compiling HashTreeCollections TreeSet+Codable.swift
[337/1228] Compiling HashTreeCollections TreeDictionary+Keys.swift
[338/1228] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[339/1228] Compiling HashTreeCollections TreeDictionary+Merge.swift
[340/1228] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[341/1228] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[342/1228] Compiling HashTreeCollections TreeDictionary+Values.swift
[343/1228] Compiling HashTreeCollections TreeSet+Hashable.swift
[344/1228] Compiling HashTreeCollections TreeSet+Sendable.swift
[345/1228] Compiling HashTreeCollections TreeSet+Sequence.swift
[348/1228] Compiling RoutingKit PathComponent.swift
[349/1228] Compiling RoutingKit Router.swift
[350/1228] Compiling RoutingKit TrieRouter.swift
[372/1238] Compiling DequeModule Deque._UnsafeHandle.swift
[373/1238] Compiling DequeModule Deque.swift
[374/1238] Compiling DequeModule _DequeSlot.swift
[375/1238] Compiling DequeModule _UnsafeWrappedBuffer.swift
[376/1238] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[377/1238] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[378/1238] Compiling HashTreeCollections TreeDictionary+Filter.swift
[379/1238] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[380/1238] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[387/1238] Compiling Metrics Metrics.swift
[390/1239] Compiling HashTreeCollections TreeSet+Collection.swift
[391/1239] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[392/1239] Compiling HashTreeCollections TreeSet+Debugging.swift
[393/1239] Compiling HashTreeCollections TreeSet+Descriptions.swift
[394/1239] Compiling HashTreeCollections TreeSet+Equatable.swift
[395/1239] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[396/1239] Compiling HashTreeCollections TreeSet+Extras.swift
[397/1239] Compiling HashTreeCollections TreeSet+Filter.swift
[398/1239] Emitting module _RopeModule
[400/1239] Compiling RoutingKit AnyRouter.swift
[401/1239] Compiling RoutingKit Parameters.swift
[403/1240] Emitting module DequeModule
[406/1241] Emitting module OrderedCollections
[407/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[408/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[409/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[410/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[411/1242] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[412/1242] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[413/1242] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[414/1242] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[415/1242] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[416/1242] Compiling HashTreeCollections TreeSet.swift
[419/1242] Compiling HashTreeCollections _HashTreeIterator.swift
[420/1242] Compiling HashTreeCollections _HashTreeStatistics.swift
[421/1242] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[422/1242] Compiling HashTreeCollections _RawHashNode.swift
[423/1242] Compiling HashTreeCollections _UnmanagedHashNode.swift
[424/1242] Compiling HashTreeCollections _UnsafePath.swift
[425/1242] Compiling HashTreeCollections TreeDictionary+Codable.swift
[426/1242] Compiling HashTreeCollections TreeDictionary+Collection.swift
[427/1242] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[428/1242] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[429/1242] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[430/1242] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[431/1242] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[432/1242] Compiling HashTreeCollections _HashNode+Structural merge.swift
[448/1242] Compiling ssl_x509.cc
[449/1242] Compiling ssl_versions.cc
[460/1243] Compiling ssl_stat.cc
[461/1243] Compiling ssl_transcript.cc
[490/1243] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[491/1243] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[492/1243] Compiling HashTreeCollections _HashNode.swift
[493/1243] Compiling HashTreeCollections _HashNodeHeader.swift
[495/1243] Compiling ssl_privkey.cc
[496/1243] Compiling ssl_session.cc
[497/1243] Compiling ssl_key_share.cc
[499/1243] Emitting module HashTreeCollections
[499/1244] Compiling ssl_lib.cc
[500/1244] Compiling ssl_file.cc
[502/1244] Compiling ssl_cipher.cc
[503/1244] Compiling ssl_cert.cc
[504/1244] Compiling ssl_credential.cc
[505/1244] Compiling ssl_buffer.cc
[506/1244] Compiling ssl_asn1.cc
[507/1244] Compiling ssl_aead_ctx.cc
[508/1244] Compiling s3_both.cc
[509/1244] Compiling s3_lib.cc
[510/1244] Compiling s3_pkt.cc
[511/1244] Compiling handshake_server.cc
[512/1244] Compiling handshake.cc
[513/1244] Compiling handshake_client.cc
[514/1244] Compiling handoff.cc
[515/1244] Compiling encrypted_client_hello.cc
[516/1244] Compiling extensions.cc
[517/1244] Compiling dtls_method.cc
[518/1244] Compiling md5-x86_64-linux.S
[519/1244] Compiling md5-x86_64-apple.S
[520/1244] Compiling md5-586-linux.S
[521/1244] Compiling dtls_record.cc
[522/1244] Compiling md5-586-apple.S
[523/1244] Compiling d1_srtp.cc
[524/1244] Compiling chacha20_poly1305_x86_64-linux.S
[525/1244] Compiling chacha20_poly1305_x86_64-apple.S
[526/1244] Compiling d1_lib.cc
[527/1244] Compiling chacha20_poly1305_armv8-win.S
[528/1244] Compiling chacha20_poly1305_armv8-apple.S
[529/1244] Compiling chacha-x86_64-apple.S
[530/1244] Compiling chacha-x86_64-linux.S
[531/1244] Compiling d1_pkt.cc
[532/1244] Compiling chacha20_poly1305_armv8-linux.S
[533/1244] Compiling chacha-x86-linux.S
[534/1244] Compiling chacha-x86-apple.S
[535/1244] Compiling chacha-armv8-win.S
[536/1244] Compiling chacha-armv8-apple.S
[537/1244] Compiling chacha-armv8-linux.S
[538/1244] Compiling aes128gcmsiv-x86_64-linux.S
[539/1244] Compiling chacha-armv4-linux.S
[540/1244] Compiling aes128gcmsiv-x86_64-apple.S
[541/1244] Compiling err_data.cc
[542/1244] Compiling x86_64-mont5-linux.S
[543/1244] Compiling x86_64-mont-linux.S
[544/1244] Compiling x86_64-mont5-apple.S
[545/1244] Compiling x86_64-mont-apple.S
[546/1244] Compiling x86-mont-linux.S
[547/1244] Compiling vpaes-x86_64-apple.S
[548/1244] Compiling vpaes-x86_64-linux.S
[549/1244] Compiling x86-mont-apple.S
[550/1244] Compiling vpaes-armv8-apple.S
[551/1244] Compiling vpaes-armv8-linux.S
[552/1244] Compiling vpaes-x86-linux.S
[553/1244] Compiling vpaes-armv8-win.S
[554/1244] Compiling vpaes-x86-apple.S
[555/1244] Compiling bio_ssl.cc
[556/1244] Compiling sha512-x86_64-linux.S
[557/1244] Compiling sha512-x86_64-apple.S
[558/1244] Compiling sha512-armv8-win.S
[559/1244] Compiling vpaes-armv7-linux.S
[560/1244] Compiling sha512-armv8-apple.S
[561/1244] Compiling sha512-armv8-linux.S
[562/1244] Compiling sha512-586-linux.S
[563/1244] Compiling sha512-armv4-linux.S
[564/1244] Compiling d1_both.cc
[565/1244] Compiling sha256-x86_64-linux.S
[566/1244] Compiling sha512-586-apple.S
[567/1244] Compiling sha256-x86_64-apple.S
[568/1244] Compiling sha256-armv8-win.S
[569/1244] Compiling sha256-armv8-apple.S
[570/1244] Compiling sha256-armv4-linux.S
[571/1244] Compiling sha256-armv8-linux.S
[572/1244] Compiling sha256-586-linux.S
[573/1244] Compiling sha1-x86_64-apple.S
[574/1244] Compiling sha256-586-apple.S
[575/1244] Compiling sha1-x86_64-linux.S
[576/1244] Compiling sha1-armv8-win.S
[577/1244] Compiling sha1-armv8-apple.S
[578/1244] Compiling sha1-armv8-linux.S
[579/1244] Compiling rsaz-avx2-linux.S
[580/1244] Compiling rsaz-avx2-apple.S
[581/1244] Compiling sha1-586-linux.S
[582/1244] Compiling sha1-armv4-large-linux.S
[583/1244] Compiling sha1-586-apple.S
[584/1244] Compiling rdrand-x86_64-linux.S
[585/1244] Compiling rdrand-x86_64-apple.S
[586/1244] Compiling p256_beeu-armv8-asm-linux.S
[586/1244] Compiling p256_beeu-x86_64-asm-apple.S
[588/1244] Compiling p256_beeu-armv8-asm-apple.S
[589/1244] Compiling p256-x86_64-asm-linux.S
[590/1244] Compiling p256_beeu-x86_64-asm-linux.S
[591/1244] Compiling p256_beeu-armv8-asm-win.S
[592/1244] Compiling p256-x86_64-asm-apple.S
[593/1244] Compiling p256-armv8-asm-win.S
[594/1244] Compiling ghashv8-armv8-win.S
[595/1244] Compiling p256-armv8-asm-apple.S
[596/1244] Compiling ghashv8-armv8-linux.S
[597/1244] Compiling ghashv8-armv7-linux.S
[598/1244] Compiling ghashv8-armv8-apple.S
[599/1244] Compiling p256-armv8-asm-linux.S
[600/1244] Compiling ghash-x86_64-linux.S
[601/1244] Compiling ghash-x86_64-apple.S
[602/1244] Compiling ghash-ssse3-x86_64-linux.S
[603/1244] Compiling ghash-x86-apple.S
[604/1244] Compiling ghash-x86-linux.S
[605/1244] Compiling ghash-ssse3-x86_64-apple.S
[606/1244] Compiling ghash-ssse3-x86-linux.S
[607/1244] Compiling ghash-ssse3-x86-apple.S
[608/1244] Compiling ghash-neon-armv8-win.S
[609/1244] Compiling ghash-armv4-linux.S
[609/1244] Compiling ghash-neon-armv8-apple.S
[611/1244] Compiling co-586-linux.S
[612/1244] Compiling ghash-neon-armv8-linux.S
[613/1244] Compiling co-586-apple.S
[614/1244] Compiling bn-armv8-win.S
[615/1244] Compiling bsaes-armv7-linux.S
[615/1244] Compiling bn-armv8-linux.S
[617/1244] Compiling bn-586-linux.S
[618/1244] Compiling bn-armv8-apple.S
[619/1244] Compiling bn-586-apple.S
[620/1244] Compiling armv8-mont-win.S
[621/1244] Compiling armv8-mont-apple.S
[622/1244] Compiling armv8-mont-linux.S
[623/1244] Compiling aesv8-gcm-armv8-win.S
[624/1244] Compiling armv4-mont-linux.S
[625/1244] Compiling aesv8-armv8-linux.S
[626/1244] Compiling aesv8-gcm-armv8-apple.S
[627/1244] Compiling aesv8-armv8-win.S
[628/1244] Compiling aesv8-gcm-armv8-linux.S
[629/1244] Compiling aesv8-armv8-apple.S
[630/1244] Compiling aesv8-armv7-linux.S
[631/1244] Compiling aesni-x86_64-apple.S
[631/1244] Compiling aesni-x86_64-linux.S
[633/1244] Compiling aesni-x86-linux.S
[634/1244] Compiling aes-gcm-avx2-x86_64-linux.S
[635/1244] Compiling aesni-x86-apple.S
[636/1244] Compiling aes-gcm-avx2-x86_64-apple.S
[637/1244] Compiling aesni-gcm-x86_64-linux.S
[637/1244] Compiling aesni-gcm-x86_64-apple.S
[639/1244] Compiling aes-gcm-avx10-x86_64-apple.S
[639/1244] Compiling aes-gcm-avx10-x86_64-linux.S
[641/1244] Compiling x_x509a.cc
[642/1244] Compiling x_sig.cc
[643/1244] Compiling x_val.cc
[644/1244] Compiling x_spki.cc
[645/1244] Compiling x_name.cc
[646/1244] Compiling x_x509.cc
[647/1244] Compiling x_pubkey.cc
[648/1244] Compiling x_req.cc
[649/1244] Compiling x_exten.cc
[650/1244] Compiling x_attrib.cc
[651/1244] Compiling x_algor.cc
[652/1244] Compiling x_crl.cc
[653/1244] Compiling x_all.cc
[654/1244] Compiling x509spki.cc
[655/1244] Compiling x509name.cc
[656/1244] Compiling x509rset.cc
[657/1244] Compiling x509cset.cc
[658/1244] Compiling x509_txt.cc
[659/1244] Compiling x509_set.cc
[660/1244] Compiling x509_v3.cc
[661/1244] Compiling x509_vfy.cc
[662/1244] Compiling x509_trs.cc
[663/1244] Compiling x509_vpm.cc
[664/1244] Compiling x509_req.cc
[665/1244] Compiling x509_obj.cc
[666/1244] Compiling x509_ext.cc
[667/1244] Compiling x509_def.cc
[668/1244] Compiling x509_d2.cc
[669/1244] Compiling x509_lu.cc
[670/1244] Compiling x509.cc
[671/1244] Compiling x509_att.cc
[672/1244] Compiling x509_cmp.cc
[673/1244] Compiling v3_purp.cc
[674/1244] Compiling v3_skey.cc
[675/1244] Compiling v3_ocsp.cc
[676/1244] Compiling v3_utl.cc
[677/1244] Compiling v3_prn.cc
[678/1244] Compiling v3_ncons.cc
[679/1244] Compiling v3_pcons.cc
[680/1244] Compiling v3_pmaps.cc
[681/1244] Compiling v3_int.cc
[682/1244] Compiling v3_lib.cc
[683/1244] Compiling v3_extku.cc
[684/1244] Compiling v3_info.cc
[685/1244] Compiling v3_ia5.cc
[686/1244] Compiling v3_genn.cc
[687/1244] Compiling v3_crld.cc
[688/1244] Compiling v3_enum.cc
[689/1244] Compiling v3_cpols.cc
[690/1244] Compiling v3_conf.cc
[691/1244] Compiling v3_bitst.cc
[692/1244] Compiling v3_bcons.cc
[693/1244] Compiling v3_akeya.cc
[694/1244] Compiling v3_alt.cc
[695/1244] Compiling v3_akey.cc
[696/1244] Compiling t_x509a.cc
[697/1244] Compiling i2d_pr.cc
[698/1244] Compiling t_x509.cc
[699/1244] Compiling t_crl.cc
[700/1244] Compiling t_req.cc
[701/1244] Compiling rsa_pss.cc
[702/1244] Compiling name_print.cc
[703/1244] Compiling policy.cc
[704/1244] Compiling by_file.cc
[705/1244] Compiling by_dir.cc
[706/1244] Compiling asn1_gen.cc
[707/1244] Compiling algorithm.cc
[708/1244] Compiling a_verify.cc
[709/1244] Compiling a_sign.cc
[710/1244] Compiling voprf.cc
[711/1244] Compiling a_digest.cc
[712/1244] Compiling trust_token.cc
[713/1244] Compiling thread_win.cc
[714/1244] Compiling thread_pthread.cc
[715/1244] Compiling thread_none.cc
[716/1244] Compiling thread.cc
[717/1244] Compiling stack.cc
[718/1244] Compiling pmbtoken.cc
[719/1244] Compiling siphash.cc
[720/1244] Compiling spake2plus.cc
[721/1244] Compiling sha512.cc
[722/1244] Compiling sha256.cc
[723/1244] Compiling sha1.cc
[724/1244] Compiling slhdsa.cc
[725/1244] Compiling rsa_print.cc
[726/1244] Compiling rsa_extra.cc
[727/1244] Compiling rc4.cc
[728/1244] Compiling windows.cc
[729/1244] Compiling rsa_crypt.cc
[730/1244] Compiling refcount.cc
[731/1244] Compiling urandom.cc
[732/1244] Compiling rand.cc
[733/1244] Compiling trusty.cc
[734/1244] Compiling rsa_asn1.cc
[735/1244] Compiling ios.cc
[735/1244] Compiling passive.cc
[737/1244] Compiling getentropy.cc
[738/1244] Compiling poly1305_arm_asm.S
[739/1244] Compiling fork_detect.cc
[740/1244] Compiling forkunsafe.cc
[741/1244] Compiling deterministic.cc
[742/1244] Compiling poly1305_vec.cc
[743/1244] Compiling pool.cc
[744/1244] Compiling poly1305.cc
[745/1244] Compiling poly1305_arm.cc
[746/1244] Compiling pkcs7.cc
[747/1244] Compiling p5_pbev2.cc
[748/1244] Compiling pkcs8_x509.cc
[749/1244] Compiling pkcs8.cc
[750/1244] Compiling pkcs7_x509.cc
[751/1244] Compiling pem_pkey.cc
[752/1244] Compiling pem_xaux.cc
[753/1244] Compiling pem_x509.cc
[754/1244] Compiling pem_pk8.cc
[755/1244] Compiling pem_all.cc
[756/1244] Compiling pem_lib.cc
[757/1244] Compiling obj.cc
[758/1244] Compiling pem_oth.cc
[759/1244] Compiling pem_info.cc
[760/1244] Compiling obj_xref.cc
[761/1244] Compiling mlkem.cc
[762/1244] Compiling poly_rq_mul.S
[763/1244] Compiling md4.cc
[764/1244] Compiling lhash.cc
[765/1244] Compiling fips_shared_support.cc
[766/1244] Compiling mem.cc
[767/1244] Compiling mldsa.cc
[768/1244] Compiling md5.cc
[769/1244] Compiling ex_data.cc
[770/1244] Compiling kyber.cc
[771/1244] Compiling hpke.cc
[772/1244] Compiling sign.cc
[773/1244] Compiling hrss.cc
[774/1244] Compiling scrypt.cc
[775/1244] Compiling print.cc
[776/1244] Compiling p_x25519.cc
[777/1244] Compiling pbkdf.cc
[778/1244] Compiling p_x25519_asn1.cc
[779/1244] Compiling p_rsa.cc
[780/1244] Compiling p_rsa_asn1.cc
[781/1244] Compiling p_ec.cc
[782/1244] Compiling p_ed25519.cc
[783/1244] Compiling p_ed25519_asn1.cc
[784/1244] Compiling p_hkdf.cc
[785/1244] Compiling p_ec_asn1.cc
[786/1244] Compiling p_dh_asn1.cc
[787/1244] Compiling p_dsa_asn1.cc
[788/1244] Compiling p_dh.cc
[789/1244] Compiling evp_ctx.cc
[790/1244] Compiling engine.cc
[791/1244] Compiling evp.cc
[792/1244] Compiling err.cc
[793/1244] Compiling evp_asn1.cc
[794/1244] Compiling ecdh.cc
[795/1244] Compiling ecdsa_asn1.cc
[796/1244] Compiling bcm.cc
[797/1244] Compiling hash_to_curve.cc
[798/1244] Compiling digest_extra.cc
[799/1244] Compiling ec_derive.cc
[800/1244] Compiling dsa.cc
[801/1244] Compiling dsa_asn1.cc
[802/1244] Compiling curve25519_64_adx.cc
[803/1244] Compiling params.cc
[804/1244] Compiling ec_asn1.cc
[805/1244] Compiling des.cc
[806/1244] Compiling x25519-asm-arm.S
[807/1244] Compiling dh_asn1.cc
[808/1244] Compiling cpu_arm_freebsd.cc
[809/1244] Compiling cpu_intel.cc
[809/1244] Compiling crypto.cc
[811/1244] Compiling spake25519.cc
[812/1244] Compiling cpu_arm_linux.cc
[813/1244] Compiling curve25519.cc
[814/1244] Compiling cpu_aarch64_win.cc
[815/1244] Compiling cpu_aarch64_sysreg.cc
[816/1244] Compiling cpu_aarch64_fuchsia.cc
[817/1244] Compiling cpu_aarch64_apple.cc
[818/1244] Compiling cpu_aarch64_openbsd.cc
[819/1244] Compiling cpu_aarch64_linux.cc
[820/1244] Compiling tls_cbc.cc
[821/1244] Compiling conf.cc
[822/1244] Compiling get_cipher.cc
[823/1244] Compiling e_tls.cc
[824/1244] Compiling e_rc4.cc
[825/1244] Compiling e_null.cc
[826/1244] Compiling e_chacha20poly1305.cc
[827/1244] Compiling e_rc2.cc
[828/1244] Compiling e_des.cc
[829/1244] Compiling e_aesgcmsiv.cc
[830/1244] Compiling derive_key.cc
[831/1244] Compiling e_aesctrhmac.cc
[832/1244] Compiling chacha.cc
[833/1244] Compiling unicode.cc
[834/1244] Compiling buf.cc
[835/1244] Compiling cbb.cc
[836/1244] Compiling cbs.cc
[837/1244] Compiling asn1_compat.cc
[838/1244] Compiling ber.cc
[839/1244] Compiling blake2.cc
[840/1244] Compiling convert.cc
[841/1244] Compiling socket_helper.cc
[842/1244] Compiling bn_asn1.cc
[843/1244] Compiling socket.cc
[844/1244] Compiling printf.cc
[845/1244] Compiling hexdump.cc
[846/1244] Compiling pair.cc
[847/1244] Compiling file.cc
[848/1244] Compiling fd.cc
[849/1244] Compiling errno.cc
[850/1244] Compiling connect.cc
[851/1244] Compiling bio_mem.cc
[852/1244] Compiling base64.cc
[853/1244] Compiling bio.cc
[854/1244] Compiling tasn_typ.cc
[855/1244] Compiling tasn_utl.cc
[856/1244] Compiling tasn_fre.cc
[857/1244] Compiling tasn_new.cc
[858/1244] Compiling f_string.cc
[859/1244] Compiling tasn_enc.cc
[860/1244] Compiling asn_pack.cc
[861/1244] Compiling posix_time.cc
[862/1244] Compiling f_int.cc
[863/1244] Compiling tasn_dec.cc
[864/1244] Compiling asn1_par.cc
[865/1244] Compiling asn1_lib.cc
[866/1244] Compiling a_type.cc
[867/1244] Compiling a_strex.cc
[868/1244] Compiling a_octet.cc
[869/1244] Compiling a_utctm.cc
[870/1244] Compiling a_strnid.cc
[871/1244] Compiling a_time.cc
[872/1244] Compiling a_i2d_fp.cc
[873/1244] Compiling a_dup.cc
[874/1244] Compiling a_object.cc
[875/1244] Compiling a_d2i_fp.cc
[876/1244] Compiling a_mbstr.cc
[877/1244] Compiling a_gentm.cc
[878/1244] Compiling fiat_p256_adx_sqr.S
[879/1244] Compiling a_int.cc
[880/1244] Compiling fiat_p256_adx_mul.S
[881/1244] Compiling a_bitstr.cc
[882/1244] Compiling md5-x86_64-linux.S
[883/1244] Compiling fiat_curve25519_adx_square.S
[884/1244] Compiling fiat_curve25519_adx_mul.S
[885/1244] Compiling md5-586-linux.S
[886/1244] Compiling md5-x86_64-apple.S
[887/1244] Compiling md5-586-apple.S
[888/1244] Compiling a_bool.cc
[889/1244] Compiling chacha20_poly1305_x86_64-linux.S
[890/1244] Compiling chacha20_poly1305_x86_64-apple.S
[891/1244] Compiling chacha20_poly1305_armv8-win.S
[892/1244] Compiling chacha20_poly1305_armv8-linux.S
[893/1244] Compiling chacha20_poly1305_armv8-apple.S
[894/1244] Compiling CCryptoBoringSSLShims shims.c
[895/1244] Compiling chacha-x86_64-linux.S
[896/1244] Compiling chacha-x86_64-apple.S
[897/1244] Compiling chacha-x86-linux.S
[898/1244] Compiling chacha-armv8-win.S
[899/1244] Compiling chacha-x86-apple.S
[900/1244] Compiling chacha-armv8-apple.S
[901/1244] Compiling x86_64-mont5-linux.S
[902/1244] Compiling chacha-armv4-linux.S
[903/1244] Compiling aes128gcmsiv-x86_64-apple.S
[904/1244] Compiling aes128gcmsiv-x86_64-linux.S
[905/1244] Compiling err_data.cc
[906/1244] Compiling chacha-armv8-linux.S
[907/1244] Compiling x86_64-mont-apple.S
[908/1244] Compiling x86_64-mont-linux.S
[909/1244] Compiling x86-mont-apple.S
[910/1244] Compiling x86_64-mont5-apple.S
[911/1244] Compiling x86-mont-linux.S
[912/1244] Compiling vpaes-x86_64-linux.S
[913/1244] Compiling vpaes-armv8-apple.S
[914/1244] Compiling vpaes-x86-linux.S
[915/1244] Compiling vpaes-x86-apple.S
[916/1244] Compiling vpaes-x86_64-apple.S
[917/1244] Compiling vpaes-armv8-linux.S
[918/1244] Compiling vpaes-armv8-win.S
[919/1244] Compiling vpaes-armv7-linux.S
[920/1244] Compiling sha512-x86_64-apple.S
[921/1244] Compiling sha512-x86_64-linux.S
[922/1244] Compiling sha512-armv4-linux.S
[923/1244] Compiling sha512-armv8-apple.S
[924/1244] Compiling sha512-armv8-win.S
[925/1244] Compiling sha512-586-linux.S
[926/1244] Compiling sha512-586-apple.S
[927/1244] Compiling sha512-armv8-linux.S
[928/1244] Compiling sha256-armv8-win.S
[929/1244] Compiling sha256-x86_64-linux.S
[930/1244] Compiling sha256-x86_64-apple.S
[931/1244] Compiling sha256-armv4-linux.S
[932/1244] Compiling sha256-armv8-apple.S
[933/1244] Compiling sha256-586-linux.S
[934/1244] Compiling sha256-armv8-linux.S
[935/1244] Compiling sha1-x86_64-apple.S
[936/1244] Compiling sha256-586-apple.S
[937/1244] Compiling sha1-x86_64-linux.S
[938/1244] Compiling sha1-armv8-win.S
[939/1244] Compiling sha1-armv8-apple.S
[940/1244] Compiling sha1-armv8-linux.S
[941/1244] Compiling sha1-armv4-large-linux.S
[942/1244] Compiling sha1-586-apple.S
[943/1244] Compiling sha1-586-linux.S
[944/1244] Compiling rdrand-x86_64-linux.S
[945/1244] Compiling rsaz-avx2-linux.S
[946/1244] Compiling rsaz-avx2-apple.S
[947/1244] Compiling rdrand-x86_64-apple.S
[948/1244] Compiling p256_beeu-armv8-asm-linux.S
[949/1244] Compiling p256_beeu-armv8-asm-win.S
[949/1244] Compiling p256_beeu-x86_64-asm-linux.S
[951/1244] Compiling p256_beeu-x86_64-asm-apple.S
[952/1244] Compiling p256_beeu-armv8-asm-apple.S
[953/1244] Compiling p256-x86_64-asm-linux.S
[954/1244] Compiling p256-armv8-asm-win.S
[955/1244] Compiling p256-x86_64-asm-apple.S
[956/1244] Compiling p256-armv8-asm-linux.S
[957/1244] Compiling ghashv8-armv8-win.S
[958/1244] Compiling p256-armv8-asm-apple.S
[959/1244] Compiling ghashv8-armv8-linux.S
[960/1244] Compiling ghashv8-armv7-linux.S
[961/1244] Compiling ghash-x86_64-linux.S
[962/1244] Compiling ghashv8-armv8-apple.S
[963/1244] Compiling ghash-x86_64-apple.S
[964/1244] Compiling ghash-x86-linux.S
[965/1244] Compiling ghash-x86-apple.S
[966/1244] Compiling ghash-ssse3-x86_64-linux.S
[967/1244] Compiling ghash-ssse3-x86_64-apple.S
[968/1244] Compiling ghash-ssse3-x86-apple.S
[969/1244] Compiling ghash-ssse3-x86-linux.S
[970/1244] Compiling ghash-neon-armv8-linux.S
[971/1244] Compiling co-586-apple.S
[972/1244] Compiling ghash-neon-armv8-win.S
[973/1244] Compiling co-586-linux.S
[973/1244] Compiling bsaes-armv7-linux.S
[975/1244] Compiling ghash-armv4-linux.S
[976/1244] Compiling ghash-neon-armv8-apple.S
[977/1244] Compiling bn-armv8-win.S
[978/1244] Compiling bn-armv8-apple.S
[979/1244] Compiling bn-armv8-linux.S
[980/1244] Compiling bn-586-apple.S
[981/1244] Compiling bn-586-linux.S
[982/1244] Compiling armv8-mont-win.S
[983/1244] Compiling armv8-mont-apple.S
[984/1244] Compiling armv8-mont-linux.S
[985/1244] Compiling aesv8-gcm-armv8-apple.S
[986/1244] Compiling aesv8-gcm-armv8-win.S
[987/1244] Compiling armv4-mont-linux.S
[988/1244] Compiling aesv8-gcm-armv8-linux.S
[989/1244] Compiling aesv8-armv8-linux.S
[990/1244] Compiling aesv8-armv8-apple.S
[991/1244] Compiling aesv8-armv8-win.S
[992/1244] Compiling aesv8-armv7-linux.S
[993/1244] Compiling aesni-x86-apple.S
[994/1244] Compiling aesni-x86_64-apple.S
[995/1244] Compiling aesni-x86-linux.S
[996/1244] Compiling aesni-x86_64-linux.S
[997/1244] Compiling aesni-gcm-x86_64-linux.S
[998/1244] Compiling aesni-gcm-x86_64-apple.S
[999/1244] Compiling aes-gcm-avx10-x86_64-apple.S
[1000/1244] Compiling aes-gcm-avx10-x86_64-linux.S
[1001/1244] Compiling c-atomics.c
[1002/1244] Compiling c-nioatomics.c
[1003/1250] Compiling x_val.cc
[1004/1250] Compiling x_sig.cc
[1005/1250] Compiling x_x509a.cc
[1006/1250] Compiling x_spki.cc
[1008/1250] Compiling NIOConcurrencyHelpers NIOLock.swift
[1008/1250] Compiling x_x509.cc
[1009/1250] Compiling x_req.cc
[1011/1250] Compiling NIOConcurrencyHelpers lock.swift
[1012/1250] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1013/1250] Emitting module NIOConcurrencyHelpers
[1013/1250] Compiling x_name.cc
[1015/1250] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1016/1250] Compiling NIOConcurrencyHelpers atomics.swift
[1016/1251] Compiling x_pubkey.cc
[1018/1251] Compiling x_exten.cc
[1019/1251] Compiling x_crl.cc
[1020/1251] Compiling x_attrib.cc
[1021/1251] Compiling x509spki.cc
[1022/1251] Compiling x_algor.cc
[1023/1251] Compiling x509rset.cc
[1024/1251] Compiling x_all.cc
[1025/1337] Compiling x509name.cc
[1026/1337] Compiling x509_v3.cc
[1027/1337] Compiling x509_vpm.cc
[1028/1337] Compiling x509cset.cc
[1030/1337] Compiling NIOCore AddressedEnvelope.swift
[1031/1337] Compiling NIOCore AsyncAwaitSupport.swift
[1032/1337] Compiling NIOCore AsyncChannel.swift
[1033/1337] Compiling NIOCore AsyncChannelHandler.swift
[1034/1340] Emitting module ConsoleKitTerminal
[1035/1340] Compiling ConsoleKitTerminal Console+Confirm.swift
[1036/1340] Compiling ConsoleKitTerminal Console+Input.swift
[1037/1340] Compiling ConsoleKitTerminal Console+Center.swift
[1038/1340] Compiling ConsoleKitTerminal Console+Output.swift
[1039/1340] Compiling NIOCore AsyncChannelInboundStream.swift
[1040/1340] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1041/1340] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1042/1340] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1043/1340] Compiling NIOCore NIOAsyncWriter.swift
[1044/1340] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1045/1340] Compiling NIOCore BSDSocketAPI.swift
[1046/1340] Compiling NIOCore ByteBuffer-aux.swift
[1047/1340] Compiling NIOCore Codec.swift
[1048/1340] Compiling NIOCore ConvenienceOptionSupport.swift
[1049/1340] Compiling NIOCore DeadChannel.swift
[1050/1340] Compiling ConsoleKitTerminal ConsoleText.swift
[1051/1340] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1052/1340] Compiling NIOCore CircularBuffer.swift
[1053/1340] Compiling ConsoleKitTerminal Console.swift
[1054/1340] Compiling ConsoleKitTerminal Terminal.swift
[1055/1340] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1055/1340] Compiling x509_vfy.cc
[1056/1340] Compiling x509_obj.cc
[1057/1340] Compiling x509_req.cc
[1058/1340] Compiling x509_trs.cc
[1059/1340] Compiling x509_txt.cc
[1060/1340] Compiling x509_set.cc
[1062/1340] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1063/1340] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1064/1340] Compiling ConsoleKitTerminal LoggerFragment.swift
[1066/1341] Compiling NIOCore MulticastChannel.swift
[1067/1341] Compiling NIOCore NIOAny.swift
[1068/1341] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1069/1341] Compiling NIOCore NIOLoopBound.swift
[1070/1341] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1071/1341] Compiling NIOCore NIOScheduledCallback.swift
[1072/1341] Compiling NIOCore NIOSendable.swift
[1073/1341] Compiling NIOCore RecvByteBufferAllocator.swift
[1073/1349] Compiling x509_att.cc
[1074/1349] Compiling x509.cc
[1075/1371] Compiling x509_def.cc
[1076/1371] Compiling x509_ext.cc
[1077/1371] Compiling x509_lu.cc
[1078/1371] Compiling x509_d2.cc
[1080/1371] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1081/1371] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1082/1371] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1083/1371] Compiling NIOCore EventLoopFuture.swift
[1084/1371] Compiling NIOCore FileDescriptor.swift
[1085/1371] Compiling NIOCore FileHandle.swift
[1086/1371] Compiling NIOCore FileRegion.swift
[1087/1371] Compiling NIOCore GlobalSingletons.swift
[1088/1371] Compiling NIOCore IO.swift
[1089/1371] Compiling NIOCore IOData.swift
[1090/1371] Compiling NIOCore IPProtocol.swift
[1091/1371] Compiling NIOCore IntegerBitPacking.swift
[1092/1371] Compiling NIOCore IntegerTypes.swift
[1093/1371] Compiling NIOCore Interfaces.swift
[1094/1371] Compiling NIOCore Linux.swift
[1095/1371] Compiling NIOCore MarkedCircularBuffer.swift
[1095/1371] Compiling x509_cmp.cc
[1097/1371] Emitting module ConsoleKitCommands
[1098/1373] Compiling ConsoleKitCommands CommandSignature.swift
[1099/1373] Compiling ConsoleKitCommands Flag.swift
[1100/1373] Compiling ConsoleKitCommands Option.swift
[1101/1373] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1102/1373] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1103/1373] Compiling ConsoleKitCommands Argument.swift
[1103/1373] Compiling v3_skey.cc
[1105/1373] Compiling ConsoleKitCommands Command.swift
[1106/1373] Compiling ConsoleKitCommands CommandContext.swift
[1107/1373] Compiling ConsoleKitCommands CommandError.swift
[1108/1373] Compiling ConsoleKitCommands AsyncCommands.swift
[1109/1373] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1110/1373] Compiling ConsoleKitCommands AnyCommand.swift
[1111/1373] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1112/1373] Compiling ConsoleKitCommands AsyncCommand.swift
[1113/1373] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1114/1373] Compiling ConsoleKitCommands CommandGroup.swift
[1115/1373] Compiling ConsoleKitCommands CommandInput.swift
[1116/1373] Compiling ConsoleKitCommands Commands.swift
[1117/1373] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1118/1373] Compiling ConsoleKitCommands Utilities.swift
[1118/1373] Compiling v3_purp.cc
[1120/1373] Compiling ConsoleKitCommands Console+Run.swift
[1121/1373] Compiling ConsoleKitCommands ConsoleError.swift
[1122/1373] Compiling ConsoleKitCommands Completion.swift
[1122/1374] Compiling v3_pcons.cc
[1123/1374] Compiling v3_pmaps.cc
[1125/1374] Compiling v3_prn.cc
[1126/1374] Compiling v3_utl.cc
[1154/1374] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1155/1374] Compiling NIOCore SocketAddresses.swift
[1156/1374] Compiling NIOCore SocketOptionProvider.swift
[1157/1374] Compiling NIOCore SystemCallHelpers.swift
[1158/1374] Compiling NIOCore TimeAmount+Duration.swift
[1159/1374] Compiling NIOCore TypeAssistedChannelHandler.swift
[1160/1374] Compiling NIOCore UniversalBootstrapSupport.swift
[1161/1374] Compiling NIOCore Utilities.swift
[1161/1374] Compiling v3_ocsp.cc
[1162/1374] Compiling v3_ncons.cc
[1163/1374] Compiling v3_int.cc
[1164/1376] Compiling v3_lib.cc
[1165/1376] Compiling v3_info.cc
[1166/1376] Compiling v3_genn.cc
[1167/1376] Compiling v3_ia5.cc
[1169/1376] Compiling ConsoleKit Exports.swift
[1170/1376] Emitting module ConsoleKit
[1171/1377] Compiling v3_extku.cc
[1172/1377] Compiling v3_enum.cc
[1173/1377] Compiling v3_crld.cc
[1174/1377] Compiling v3_bitst.cc
[1175/1377] Compiling v3_cpols.cc
[1176/1377] Compiling v3_conf.cc
[1177/1377] Compiling v3_bcons.cc
[1178/1377] Compiling v3_alt.cc
[1179/1377] Compiling v3_akeya.cc
[1180/1377] Compiling v3_akey.cc
[1181/1377] Compiling t_x509a.cc
[1182/1377] Compiling t_crl.cc
[1184/1377] Emitting module NIOCore
[1184/1377] Compiling t_x509.cc
[1185/1377] Compiling t_req.cc
[1186/1377] Compiling rsa_pss.cc
[1190/1377] Compiling NIOCore ByteBuffer-views.swift
[1191/1377] Compiling NIOCore Channel.swift
[1192/1377] Compiling NIOCore ChannelHandler.swift
[1193/1377] Compiling NIOCore ChannelHandlers.swift
[1194/1377] Compiling NIOCore ChannelInvoker.swift
[1195/1377] Compiling NIOCore ChannelOption.swift
[1196/1377] Compiling NIOCore ChannelPipeline.swift
[1197/1378] Compiling policy.cc
[1198/1378] Compiling i2d_pr.cc
[1199/1378] Compiling by_file.cc
[1200/1378] Compiling name_print.cc
[1201/1378] Compiling by_dir.cc
[1202/1378] Compiling asn1_gen.cc
[1203/1378] Compiling algorithm.cc
[1204/1378] Compiling voprf.cc
[1205/1378] Compiling a_verify.cc
[1206/1378] Compiling a_sign.cc
[1207/1378] Compiling thread_win.cc
[1208/1378] Compiling a_digest.cc
[1209/1378] Compiling trust_token.cc
[1210/1378] Compiling pmbtoken.cc
[1211/1378] Compiling thread.cc
[1212/1378] Compiling thread_none.cc
[1213/1378] Compiling thread_pthread.cc
[1214/1378] Compiling stack.cc
[1215/1378] Compiling wots.cc
[1216/1378] Compiling thash.cc
[1217/1378] Compiling merkle.cc
[1218/1378] Compiling slhdsa.cc
[1219/1378] Compiling fors.cc
[1220/1378] Compiling siphash.cc
[1221/1378] Compiling sha1.cc
[1222/1378] Compiling sha512.cc
[1223/1378] Compiling sha256.cc
[1224/1382] Compiling rsa_print.cc
[1225/1428] Compiling rc4.cc
[1226/1428] Compiling rsa_extra.cc
[1227/1428] Compiling refcount.cc
[1228/1428] Compiling rsa_crypt.cc
[1229/1428] Compiling rsa_asn1.cc
[1230/1428] Compiling passive.cc
[1231/1428] Compiling windows.cc
[1233/1428] Emitting module NIOEmbedded
[1234/1428] Compiling NIOEmbedded AsyncTestingChannel.swift
[1234/1428] Compiling trusty.cc
[1235/1428] Compiling urandom.cc
[1236/1428] Compiling rand_extra.cc
[1237/1428] Compiling getentropy.cc
[1239/1428] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1240/1428] Compiling NIOEmbedded Embedded.swift
[1240/1429] Compiling ios.cc
[1242/1429] Compiling poly1305_arm_asm.S
[1244/1429] Compiling NIOPosix IO.swift
[1245/1429] Compiling NIOPosix IntegerBitPacking.swift
[1246/1429] Compiling NIOPosix IntegerTypes.swift
[1247/1429] Compiling NIOPosix Linux.swift
[1248/1429] Compiling NIOPosix LinuxCPUSet.swift
[1249/1429] Compiling NIOPosix LinuxUring.swift
[1250/1429] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1250/1429] Compiling fork_detect.cc
[1251/1435] Compiling deterministic.cc
[1252/1435] Compiling forkunsafe.cc
[1253/1435] Compiling poly1305_vec.cc
[1254/1435] Compiling pool.cc
[1255/1435] Compiling poly1305_arm.cc
[1256/1435] Compiling poly1305.cc
[1258/1435] Compiling NIOPosix ThreadPosix.swift
[1259/1435] Compiling NIOPosix ThreadWindows.swift
[1260/1435] Compiling NIOPosix UnsafeTransfer.swift
[1261/1435] Compiling NIOPosix Utilities.swift
[1262/1435] Compiling NIOPosix VsockAddress.swift
[1263/1435] Compiling NIOPosix VsockChannelEvents.swift
[1263/1435] Compiling pkcs7_x509.cc
[1264/1435] Compiling p5_pbev2.cc
[1265/1435] Compiling pkcs8.cc
[1266/1435] Compiling pkcs7.cc
[1267/1435] Compiling pkcs8_x509.cc
[1269/1435] Compiling NIOPosix SelectableChannel.swift
[1270/1435] Compiling NIOPosix SelectableEventLoop.swift
[1271/1435] Compiling NIOPosix SelectorEpoll.swift
[1272/1435] Compiling NIOPosix SelectorGeneric.swift
[1273/1435] Compiling NIOPosix SelectorKqueue.swift
[1274/1435] Compiling NIOPosix SelectorUring.swift
[1275/1435] Compiling NIOPosix ServerSocket.swift
[1276/1435] Compiling NIOPosix Socket.swift
[1277/1435] Compiling NIOPosix SocketChannel.swift
[1278/1435] Compiling NIOPosix SocketProtocols.swift
[1279/1435] Compiling NIOPosix System.swift
[1280/1435] Compiling NIOPosix Thread.swift
[1280/1435] Compiling pem_xaux.cc
[1281/1435] Compiling pem_x509.cc
[1282/1435] Compiling pem_pkey.cc
[1283/1435] Compiling pem_pk8.cc
[1284/1435] Compiling pem_info.cc
[1285/1435] Compiling pem_lib.cc
[1285/1435] Compiling pem_oth.cc
[1287/1435] Compiling obj_xref.cc
[1288/1435] Compiling pem_all.cc
[1290/1435] Compiling NIOPosix NIOThreadPool.swift
[1291/1435] Compiling NIOPosix NonBlockingFileIO.swift
[1292/1435] Compiling NIOPosix PendingDatagramWritesManager.swift
[1293/1435] Compiling NIOPosix PendingWritesManager.swift
[1294/1435] Compiling NIOPosix PipeChannel.swift
[1295/1435] Compiling NIOPosix PipePair.swift
[1296/1435] Compiling NIOPosix Pool.swift
[1297/1435] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1298/1435] Compiling NIOPosix PosixSingletons.swift
[1299/1435] Compiling NIOPosix RawSocketBootstrap.swift
[1300/1435] Compiling NIOPosix Resolver.swift
[1301/1435] Compiling NIOPosix Selectable.swift
[1302/1435] Compiling NIOPosix BSDSocketAPICommon.swift
[1303/1435] Compiling NIOPosix BSDSocketAPIPosix.swift
[1304/1435] Compiling NIOPosix BSDSocketAPIWindows.swift
[1305/1435] Compiling NIOPosix BaseSocket.swift
[1306/1435] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1307/1435] Compiling NIOPosix BaseSocketChannel.swift
[1308/1435] Compiling NIOPosix BaseStreamSocketChannel.swift
[1309/1435] Emitting module NIOPosix
[1310/1435] Compiling NIOPosix Bootstrap.swift
[1311/1435] Compiling NIOPosix ControlMessage.swift
[1312/1435] Compiling NIOPosix DatagramVectorReadManager.swift
[1313/1435] Compiling NIOPosix Errors+Any.swift
[1314/1435] Compiling NIOPosix FileDescriptor.swift
[1315/1435] Compiling NIOPosix GetaddrinfoResolver.swift
[1316/1435] Compiling NIOPosix HappyEyeballs.swift
[1317/1436] Compiling mldsa.cc
[1318/1436] Compiling md5.cc
[1319/1436] Compiling mem.cc
[1320/1436] Compiling obj.cc
[1321/1436] Compiling md4.cc
[1322/1436] Compiling lhash.cc
[1323/1436] Compiling poly_rq_mul.S
[1324/1436] Compiling fips_shared_support.cc
[1325/1445] Compiling mlkem.cc
[1327/1473] Compiling NIO Exports.swift
[1328/1473] Emitting module NIO
[1328/1474] Compiling kyber.cc
[1329/1474] Compiling ex_data.cc
[1331/1474] Compiling sign.cc
[1332/1474] Compiling hpke.cc
[1333/1492] Compiling hrss.cc
[1335/1492] Compiling NIOTLS TLSEvents.swift
[1336/1492] Emitting module NIOTLS
[1336/1508] Compiling scrypt.cc
[1338/1513] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1339/1513] Compiling NIOHTTP1 HTTPDecoder.swift
[1340/1513] Compiling NIOSOCKS SOCKSResponse.swift
[1341/1513] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1342/1513] Compiling NIOSOCKS ClientStateMachine.swift
[1342/1514] Compiling print.cc
[1344/1514] Compiling NIOHTTP1 HTTPEncoder.swift
[1345/1514] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1346/1514] Emitting module NIOSOCKS
[1347/1514] Compiling _NIOFileSystem ParallelDirCopy.swift
[1348/1514] Compiling _NIOFileSystem ParallelRemoval.swift
[1349/1514] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1350/1514] Compiling _NIOFileSystem CInterop.swift
[1351/1514] Compiling _NIOFileSystem Errno.swift
[1352/1514] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1353/1514] Compiling _NIOFileSystem Mocking.swift
[1354/1514] Compiling _NIOFileSystem Syscall.swift
[1355/1514] Compiling _NIOFileSystem Syscalls.swift
[1356/1518] Compiling NIOSOCKS ServerStateMachine.swift
[1357/1518] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1358/1518] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1359/1518] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1360/1518] Compiling NIOTLS SNIHandler.swift
[1362/1519] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1363/1519] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1364/1519] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1365/1519] Emitting module NIOFoundationCompat
[1366/1520] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1367/1549] Compiling NIOSSL SSLConnection.swift
[1368/1549] Compiling NIOSSL NIOSSLServerHandler.swift
[1369/1551] Compiling NIOSSL AndroidCABundle.swift
[1370/1551] Compiling NIOSSL ByteBufferBIO.swift
[1371/1551] Compiling NIOSSL CustomPrivateKey.swift
[1372/1551] Compiling NIOSSL IdentityVerification.swift
[1374/1552] Compiling pbkdf.cc
[1376/1574] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1377/1574] Compiling NIOSSL SSLPublicKey.swift
[1378/1574] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1379/1574] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1380/1574] Compiling NIOSSL SubjectAlternativeName.swift
[1381/1574] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1382/1574] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1383/1574] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1384/1574] Compiling NIOTransportServices NIOTSSingletons.swift
[1385/1574] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1386/1576] Compiling NIOTransportServices NIOTSBootstraps.swift
[1387/1576] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1388/1576] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1389/1576] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1392/1576] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1393/1576] Compiling NIOTransportServices NIOTSErrors.swift
[1394/1576] Compiling NIOTransportServices NIOTSEventLoop.swift
[1395/1576] Compiling NIOTransportServices StateManagedChannel.swift
[1396/1576] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1398/1576] Emitting module NIOTransportServices
[1404/1576] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1405/1576] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1406/1576] Compiling NIOTransportServices AcceptHandler.swift
[1407/1576] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1407/1576] Compiling p_x25519_asn1.cc
[1409/1576] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1410/1576] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1412/1576] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1413/1576] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1417/1577] Compiling p_x25519.cc
[1423/1577] Emitting module NIOHTTP1
[1428/1578] Compiling p_rsa_asn1.cc
[1429/1578] Compiling p_hkdf.cc
[1431/1578] Compiling p_rsa.cc
[1433/1581] Emitting module NIOSSL
[1439/1599] Compiling NIOSSL NIOSSLSecureBytes.swift
[1440/1599] Compiling NIOSSL RNG.swift
[1441/1599] Compiling NIOSSL SafeCompare.swift
[1441/1599] Compiling p_ed25519_asn1.cc
[1443/1599] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1444/1599] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1445/1599] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1446/1599] Compiling NIOWebSocket SHA1.swift
[1453/1599] Emitting module _NIOFileSystem
[1466/1599] Compiling p_ed25519.cc
[1467/1599] Compiling p_ec_asn1.cc
[1469/1610] Compiling _NIOFileSystem SystemFileHandle.swift
[1470/1610] Compiling _NIOFileSystem Utilities.swift
[1471/1610] Compiling _NIOFileSystem OpenOptions.swift
[1472/1610] Compiling _NIOFileSystem String+FileSystem.swift
[1473/1611] Emitting module NIOHTTPCompression
[1474/1611] Compiling NIOHTTPCompression HTTPDecompression.swift
[1476/1629] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1477/1629] Compiling NIOWebSocket WebSocketOpcode.swift
[1478/1629] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1479/1630] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1480/1630] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1481/1630] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1482/1630] Compiling NIOHTTPCompression HTTPCompression.swift
[1482/1631] Compiling p_ec.cc
[1484/1631] Compiling NIOHPACK IndexedHeaderTable.swift
[1485/1631] Compiling NIOHPACK IntegerCoding.swift
[1486/1632] Emitting module NIOWebSocket
[1487/1632] Compiling NIOExtras DebugInboundEventsHandler.swift
[1488/1632] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1489/1632] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1491/1635] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1492/1635] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1493/1635] Compiling NIOExtras NIOExtrasError.swift
[1496/1635] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1497/1635] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1498/1635] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1499/1635] Compiling NIOWebSocket WebSocketFrame.swift
[1500/1638] Emitting module NIOHPACK
[1501/1638] Compiling NIOExtras RequestResponseHandler.swift
[1502/1638] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1503/1638] Compiling NIOHPACK StaticHeaderTable.swift
[1503/1638] Compiling p_dsa_asn1.cc
[1505/1638] Compiling NIOHPACK HuffmanTables.swift
[1507/1638] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1508/1638] Compiling NIOExtras NIORequestIdentifiable.swift
[1509/1638] Emitting module _NIOFileSystemFoundationCompat
[1510/1638] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1511/1638] Compiling NIOExtras PCAPRingBuffer.swift
[1512/1638] Compiling NIOExtras QuiescingHelper.swift
[1513/1638] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1514/1638] Compiling NIOHPACK HuffmanCoding.swift
[1517/1638] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1518/1638] Compiling NIOExtras JSONRPCFraming.swift
[1522/1638] Compiling bcm.cc
[1524/1639] Compiling NIOExtras LineBasedFrameDecoder.swift
[1529/1639] Compiling NIOExtras UnsafeTransfer.swift
[1530/1639] Compiling NIOExtras WritePCAPHandler.swift
[1536/1642] Emitting module NIOExtras
[1537/1642] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1538/1642] Compiling NIOExtras LengthFieldPrepender.swift
[1544/1642] Compiling NIOSSL Zeroization.swift
[1545/1642] Compiling NIOSSL TLSConfiguration.swift
[1546/1642] Compiling NIOSSL UniversalBootstrapSupport.swift
[1547/1642] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1548/1643] Emitting module NIOFileSystem
[1549/1643] Compiling NIOFileSystem Exports.swift
[1551/1644] Compiling p_dh.cc
[1552/1644] Compiling p_dh_asn1.cc
[1556/1703] Compiling engine.cc
[1557/1703] Compiling evp.cc
[1558/1703] Compiling err.cc
[1559/1703] Compiling evp_ctx.cc
[1560/1703] Compiling evp_asn1.cc
[1561/1711] Compiling ecdsa_asn1.cc
[1562/1711] Compiling ecdh_extra.cc
[1564/1711] Compiling WebSocketKit WebSocketHandler.swift
[1564/1711] Compiling hash_to_curve.cc
[1566/1711] Compiling WebSocketKit WebSocket+Connect.swift
[1567/1711] Compiling NIOHTTP2 MaySendFrames.swift
[1568/1711] Compiling NIOHTTP2 SendingDataState.swift
[1569/1711] Compiling NIOHTTP2 SendingGoawayState.swift
[1570/1711] Compiling NIOHTTP2 SendingHeadersState.swift
[1571/1711] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1572/1711] Compiling NIOHTTP2 SendingRstStreamState.swift
[1573/1711] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1574/1711] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1575/1719] Compiling WebSocketKit WebSocket+Concurrency.swift
[1576/1719] Compiling WebSocketKit Exports.swift
[1577/1719] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1578/1719] Emitting module WebSocketKit
[1578/1719] Compiling ec_asn1.cc
[1579/1719] Compiling dsa.cc
[1580/1719] Compiling ec_derive.cc
[1581/1719] Compiling dsa_asn1.cc
[1582/1719] Compiling digest_extra.cc
[1584/1719] Compiling WebSocketKit WebSocket.swift
[1585/1719] Compiling WebSocketKit WebSocketClient.swift
[1586/1720] Compiling params.cc
[1587/1720] Compiling dh_asn1.cc
[1588/1720] Compiling x25519-asm-arm.S
[1589/1720] Compiling curve25519_64_adx.cc
[1590/1720] Compiling des.cc
[1592/1720] Compiling NIOHTTP2 StateMachineResult.swift
[1593/1720] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1594/1720] Compiling NIOHTTP2 DOSHeuristics.swift
[1595/1720] Compiling NIOHTTP2 Error+Any.swift
[1596/1720] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1597/1720] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1598/1720] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1599/1720] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1600/1720] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1601/1720] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1602/1720] Compiling NIOHTTP2 HasLocalSettings.swift
[1603/1720] Compiling NIOHTTP2 HasRemoteSettings.swift
[1604/1720] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1605/1720] Compiling NIOHTTP2 QuiescingState.swift
[1606/1720] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1607/1720] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1608/1720] Emitting module NIOHTTP2
[1608/1720] Compiling cpu_intel.cc
[1609/1720] Compiling spake25519.cc
[1610/1720] Compiling curve25519.cc
[1612/1720] Compiling NIOHTTP2 InboundWindowManager.swift
[1613/1720] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1614/1720] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1615/1720] Compiling NIOHTTP2 StreamChannelList.swift
[1616/1720] Compiling NIOHTTP2 StreamMap.swift
[1617/1720] Compiling NIOHTTP2 StreamStateMachine.swift
[1618/1720] Compiling NIOHTTP2 UnsafeTransfer.swift
[1619/1720] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1619/1720] Compiling cpu_arm_freebsd.cc
[1620/1720] Compiling cpu_aarch64_win.cc
[1620/1720] Compiling crypto.cc
[1622/1720] Compiling cpu_arm_linux.cc
[1623/1720] Compiling cpu_aarch64_openbsd.cc
[1624/1720] Compiling cpu_aarch64_sysreg.cc
[1625/1720] Compiling cpu_aarch64_linux.cc
[1627/1720] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1628/1720] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1629/1720] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1630/1720] Compiling NIOHTTP2 HTTP2StreamID.swift
[1631/1720] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1632/1720] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1633/1720] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1634/1720] Compiling NIOHTTP2 InboundEventBuffer.swift
[1634/1720] Compiling cpu_aarch64_apple.cc
[1635/1720] Compiling cpu_aarch64_fuchsia.cc
[1636/1720] Compiling tls_cbc.cc
[1637/1720] Compiling conf.cc
[1639/1720] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1640/1720] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1641/1720] Compiling NIOHTTP2 MayReceiveFrames.swift
[1642/1720] Compiling NIOHTTP2 ReceivingDataState.swift
[1643/1720] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1644/1720] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1645/1720] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1646/1720] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1647/1720] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1647/1720] Compiling e_rc4.cc
[1648/1720] Compiling e_tls.cc
[1649/1720] Compiling e_rc2.cc
[1650/1720] Compiling e_des.cc
[1651/1720] Compiling e_chacha20poly1305.cc
[1652/1720] Compiling e_aesgcmsiv.cc
[1653/1720] Compiling e_null.cc
[1654/1720] Compiling derive_key.cc
[1655/1720] Compiling e_aesctrhmac.cc
[1656/1720] Compiling cipher_extra.cc
[1658/1720] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1659/1720] Compiling NIOHTTP2 HTTP2Frame.swift
[1660/1720] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1661/1720] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1662/1720] Compiling NIOHTTP2 HTTP2PingData.swift
[1663/1720] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1664/1720] Compiling NIOHTTP2 HTTP2Settings.swift
[1665/1720] Compiling NIOHTTP2 HTTP2Stream.swift
[1665/1720] Compiling chacha.cc
[1666/1720] Compiling unicode.cc
[1667/1720] Compiling cbb.cc
[1668/1720] Compiling cbs.cc
[1669/1720] Compiling buf.cc
[1670/1720] Compiling ber.cc
[1671/1720] Compiling asn1_compat.cc
[1672/1720] Compiling convert.cc
[1674/1720] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1675/1720] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1676/1720] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1677/1720] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1678/1720] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1679/1720] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1680/1720] Compiling NIOHTTP2 HTTP2Error.swift
[1681/1720] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1681/1720] Compiling bn_asn1.cc
[1682/1721] Compiling blake2.cc
[1683/1721] Compiling printf.cc
[1685/1721] Compiling pair.cc
[1686/1721] Compiling hexdump.cc
[1687/1721] Compiling file.cc
[1688/1721] Compiling errno.cc
[1689/1721] Compiling fd.cc
[1690/1721] Compiling bio_mem.cc
[1691/1774] Compiling bio.cc
[1692/1779] Compiling base64.cc
[1693/1781] Compiling tasn_typ.cc
[1694/1781] Compiling tasn_utl.cc
[1695/1781] Compiling tasn_fre.cc
[1696/1781] Compiling tasn_dec.cc
[1697/1781] Compiling posix_time.cc
[1698/1781] Compiling tasn_new.cc
[1699/1781] Compiling tasn_enc.cc
[1700/1781] Compiling f_string.cc
[1701/1781] Compiling f_int.cc
[1702/1781] Compiling asn_pack.cc
[1703/1781] Compiling a_utctm.cc
[1705/1781] Emitting module AsyncHTTPClient
[1705/1789] Compiling asn1_par.cc
[1706/1789] Compiling a_time.cc
[1707/1789] Compiling a_strnid.cc
[1708/1789] Compiling a_type.cc
[1709/1789] Compiling asn1_lib.cc
[1710/1789] Compiling a_octet.cc
[1711/1789] Compiling a_strex.cc
[1712/1789] Compiling a_i2d_fp.cc
[1713/1789] Compiling a_int.cc
[1714/1789] Compiling a_object.cc
[1714/1789] Write sources
[1716/1789] Compiling a_gentm.cc
[1717/1789] Compiling a_mbstr.cc
[1719/1789] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1720/1789] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1721/1789] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1722/1789] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1723/1789] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1724/1789] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1725/1789] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1726/1789] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1727/1789] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1727/1842] Compiling a_dup.cc
[1729/1842] Compiling AsyncHTTPClient RequestBag.swift
[1730/1842] Compiling AsyncHTTPClient RequestValidation.swift
[1731/1842] Compiling AsyncHTTPClient SSLContextCache.swift
[1732/1842] Compiling AsyncHTTPClient Scheme.swift
[1733/1842] Compiling AsyncHTTPClient Singleton.swift
[1734/1842] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1735/1842] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1736/1842] Compiling AsyncHTTPClient Utils.swift
[1736/1842] Compiling a_bitstr.cc
[1737/1842] Compiling a_d2i_fp.cc
[1739/1842] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1740/1842] Compiling BitCollections BitArray+Codable.swift
[1741/1842] Compiling BitCollections BitArray+Collection.swift
[1742/1842] Compiling BitCollections BitArray+Copy.swift
[1743/1842] Compiling BitCollections BitArray+CustomReflectable.swift
[1744/1842] Compiling BitCollections BitArray+Descriptions.swift
[1745/1842] Compiling BitCollections BitArray+Equatable.swift
[1746/1842] Compiling BitCollections BitArray+RandomBits.swift
[1747/1842] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1748/1842] Compiling BitCollections BitSet.Counted.swift
[1749/1842] Compiling AsyncHTTPClient LRUCache.swift
[1750/1842] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1751/1842] Compiling AsyncHTTPClient NWErrorHandler.swift
[1752/1842] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1753/1842] Compiling AsyncHTTPClient TLSConfiguration.swift
[1754/1842] Compiling AsyncHTTPClient RedirectState.swift
[1755/1842] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1755/1842] Compiling a_bool.cc
[1757/1842] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1758/1842] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1759/1842] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1760/1842] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1761/1842] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1762/1842] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1763/1842] Compiling BitCollections BitSet+SetAlgebra union.swift
[1764/1842] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1765/1842] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1766/1842] Compiling BitCollections BitSet+CustomReflectable.swift
[1767/1842] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1768/1842] Compiling BitCollections BitSet+Equatable.swift
[1769/1842] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1770/1842] Compiling BitCollections BitSet+Extras.swift
[1771/1842] Compiling BitCollections BitSet+Hashable.swift
[1772/1849] Emitting module BitCollections
[1777/1857] Compiling BitCollections BitSet+Initializers.swift
[1778/1857] Compiling BitCollections BitSet+Invariants.swift
[1779/1857] Compiling BitCollections BitSet+Random.swift
[1780/1857] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1781/1857] Compiling BitCollections BitArray+Shifts.swift
[1782/1857] Compiling BitCollections BitArray+Testing.swift
[1783/1857] Compiling BitCollections BitArray._UnsafeHandle.swift
[1784/1857] Compiling BitCollections BitArray.swift
[1785/1857] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1786/1857] Compiling BitCollections BitSet+Codable.swift
[1790/1857] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1791/1857] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1792/1857] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1793/1857] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1794/1857] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1795/1857] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1796/1857] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1797/1857] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1820/1858] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1821/1858] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1822/1858] Compiling BitCollections BitArray+Extras.swift
[1823/1858] Compiling BitCollections BitArray+Fill.swift
[1824/1858] Compiling BitCollections BitArray+Hashable.swift
[1825/1858] Compiling BitCollections BitArray+Initializers.swift
[1826/1858] Compiling BitCollections BitArray+Invariants.swift
[1827/1858] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1828/1858] Compiling BitCollections BitArray+BitwiseOperations.swift
[1844/1858] Compiling BitCollections BitSet.Index.swift
[1845/1858] Compiling BitCollections BitSet._UnsafeHandle.swift
[1846/1858] Compiling BitCollections BitSet.swift
[1847/1858] Compiling BitCollections Range+Utilities.swift
[1848/1858] Compiling BitCollections Slice+Utilities.swift
[1849/1858] Compiling BitCollections UInt+Tricks.swift
[1850/1858] Compiling BitCollections _Word.swift
[1852/1859] Compiling CryptoBoringWrapper RandomBytes.swift
[1853/1859] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1854/1859] Compiling CryptoBoringWrapper EllipticCurve.swift
[1855/1859] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1856/1859] Emitting module CryptoBoringWrapper
[1857/1859] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1858/1859] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1859/1859] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1861/1862] Emitting module Collections
[1862/1862] Compiling Collections Collections.swift
[1864/1975] Compiling AsyncKit EventLoop+Flatten.swift
[1865/1975] Compiling AsyncKit EventLoop+Future.swift
[1866/1975] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1867/1977] Emitting module MultipartKit
[1868/1979] Compiling AsyncKit Future+Miscellaneous.swift
[1869/1979] Compiling AsyncKit Future+Nonempty.swift
[1870/1979] Compiling AsyncKit Future+Optional.swift
[1871/1979] Compiling MultipartKit MultipartSerializer.swift
[1872/1979] Compiling MultipartKit Utilities.swift
[1873/1979] Compiling AsyncKit FutureOperators.swift
[1876/1979] Compiling AsyncKit ConnectionPoolError.swift
[1877/1979] Compiling AsyncKit ConnectionPoolItem.swift
[1878/1979] Compiling AsyncKit ConnectionPoolSource.swift
[1879/1979] Compiling AsyncKit EventLoopConnectionPool.swift
[1880/1979] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1881/1979] Compiling AsyncKit EventLoop+Concurrency.swift
[1882/1979] Compiling AsyncKit EventLoopFutureQueue.swift
[1883/1979] Compiling AsyncKit Future+Collection.swift
[1884/1979] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1885/1979] Compiling AsyncKit Collection+Flatten.swift
[1886/1979] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1887/1979] Compiling AsyncKit Future+Conjunctions.swift
[1900/1980] Compiling AsyncKit Optional+StrictMap.swift
[1901/1980] Compiling AsyncKit Exports.swift
[1903/1980] Emitting module Crypto
[1904/1989] Compiling Crypto HPKE-Ciphersuite.swift
[1905/1989] Compiling Crypto HPKE-KDF.swift
[1906/1989] Compiling Crypto HPKE-KexKeyDerivation.swift
[1907/1989] Compiling Crypto HPKE-LabeledExtract.swift
[1908/1989] Compiling Crypto HPKE-Utils.swift
[1909/1989] Compiling Crypto DHKEM.swift
[1910/1989] Compiling Crypto HPKE-KEM-Curve25519.swift
[1911/1989] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1912/1989] Compiling Crypto HPKE-KEM.swift
[1913/1989] Compiling Crypto HPKE-Errors.swift
[1914/1989] Compiling Crypto HKDF.swift
[1915/1989] Compiling Crypto AESWrap.swift
[1916/1989] Compiling Crypto AESWrap_boring.swift
[1917/1989] Compiling Crypto Ed25519_boring.swift
[1918/1989] Compiling Crypto NISTCurvesKeys_boring.swift
[1919/1989] Compiling Crypto X25519Keys_boring.swift
[1920/1989] Compiling Crypto Curve25519.swift
[1921/1989] Compiling Crypto Ed25519Keys.swift
[1922/1989] Compiling Crypto NISTCurvesKeys.swift
[1923/1989] Compiling Crypto X25519Keys.swift
[1934/1989] Compiling Crypto HPKE.swift
[1935/1989] Compiling Crypto HPKE-Context.swift
[1936/1989] Compiling Crypto HPKE-KeySchedule.swift
[1937/1989] Compiling Crypto HPKE-Modes.swift
[1938/1989] Compiling Crypto Insecure.swift
[1939/1989] Compiling Crypto Insecure_HashFunctions.swift
[1940/1989] Compiling Crypto KEM.swift
[1941/1989] Compiling Crypto ECDH_boring.swift
[1942/1989] Compiling Crypto DH.swift
[1943/1989] Compiling Crypto ECDH.swift
[1944/1989] Compiling Crypto SymmetricKeys.swift
[1945/1989] Compiling Crypto HMAC.swift
[1946/1989] Compiling Crypto MACFunctions.swift
[1947/1989] Compiling Crypto MessageAuthenticationCode.swift
[1948/1989] Compiling Crypto AES.swift
[1949/1989] Compiling Crypto ECDSASignature_boring.swift
[1950/1989] Compiling Crypto ECDSA_boring.swift
[1951/1989] Compiling Crypto EdDSA_boring.swift
[1952/1989] Compiling Crypto ECDSA.swift
[1953/1989] Compiling Crypto Ed25519.swift
[1954/1989] Emitting module AsyncKit
[1968/1989] Compiling Crypto ASN1OctetString.swift
[1969/1989] Compiling Crypto ASN1Strings.swift
[1970/1989] Compiling Crypto ArraySliceBigint.swift
[1971/1989] Compiling Crypto GeneralizedTime.swift
[1972/1989] Compiling Crypto ObjectIdentifier.swift
[1973/1989] Compiling Crypto ECDSASignature.swift
[1974/1989] Compiling Crypto PEMDocument.swift
[1975/1989] Compiling Crypto Signature.swift
[1976/1989] Compiling Crypto CryptoKitErrors_boring.swift
[1977/1989] Compiling Crypto RNG_boring.swift
[1978/1989] Compiling Crypto SafeCompare_boring.swift
[1979/1989] Compiling Crypto Zeroization_boring.swift
[1980/1989] Compiling Crypto PrettyBytes.swift
[1981/1989] Compiling Crypto SafeCompare.swift
[1982/1989] Compiling Crypto SecureBytes.swift
[1983/1989] Compiling Crypto Zeroization.swift
[1992/2160] Compiling Vapor AsyncBasicResponder.swift
[1993/2160] Compiling Vapor AsyncMiddleware.swift
[1994/2160] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1995/2160] Compiling Vapor AsyncSessionDriver.swift
[1996/2160] Compiling Vapor Authentication+Concurrency.swift
[1997/2160] Compiling Vapor Cache+Concurrency.swift
[1998/2160] Compiling Vapor Client+Concurrency.swift
[1999/2160] Compiling Vapor RequestBody+Concurrency.swift
[2000/2160] Compiling Vapor Responder+Concurrency.swift
[2001/2160] Compiling Vapor ResponseCodable+Concurrency.swift
[2002/2160] Compiling Vapor RoutesBuilder+Concurrency.swift
[2003/2160] Compiling Vapor ViewRenderer+Concurrency.swift
[2004/2160] Compiling Vapor WebSocket+Concurrency.swift
[2005/2160] Compiling Vapor ContainerGetPathExecutor.swift
[2006/2160] Compiling Vapor Content.swift
[2007/2160] Compiling Vapor ContentCoders.swift
[2008/2160] Compiling Vapor ContentConfiguration.swift
[2009/2160] Compiling Vapor ContentContainer.swift
[2010/2160] Compiling Vapor JSONCoder+Custom.swift
[2011/2160] Compiling Vapor JSONCoders+Content.swift
[2012/2160] Compiling Vapor PlaintextDecoder.swift
[2013/2160] Compiling Vapor PlaintextEncoder.swift
[2014/2160] Compiling Vapor URLQueryCoders.swift
[2015/2160] Compiling Vapor URLQueryContainer.swift
[2016/2184] Compiling Vapor Application.swift
[2017/2184] Compiling Vapor AuthenticationCache.swift
[2018/2184] Compiling Vapor Authenticator.swift
[2019/2184] Compiling Vapor BasicAuthorization.swift
[2020/2184] Compiling Vapor BearerAuthorization.swift
[2021/2184] Compiling Vapor GuardMiddleware.swift
[2022/2184] Compiling Vapor RedirectMiddleware.swift
[2023/2184] Compiling Vapor SessionAuthenticatable.swift
[2024/2184] Compiling Vapor Bcrypt.swift
[2025/2184] Compiling Vapor Application+Cache.swift
[2026/2184] Compiling Vapor Cache.swift
[2027/2184] Compiling Vapor CacheExpirationTime.swift
[2028/2184] Compiling Vapor MemoryCache.swift
[2029/2184] Compiling Vapor Request+Cache.swift
[2030/2184] Compiling Vapor Application+Clients.swift
[2031/2184] Compiling Vapor Client.swift
[2032/2184] Compiling Vapor ClientRequest.swift
[2033/2184] Compiling Vapor ClientResponse.swift
[2034/2184] Compiling Vapor Request+Client.swift
[2035/2184] Compiling Vapor BootCommand.swift
[2036/2184] Compiling Vapor CommandContext+Application.swift
[2037/2184] Compiling Vapor RoutesCommand.swift
[2038/2184] Compiling Vapor ServeCommand.swift
[2039/2184] Compiling Vapor AnyResponse+Concurrency.swift
[2040/2184] Compiling Vapor HTTPServerResponseEncoder.swift
[2041/2184] Compiling Vapor HTTPServerUpgradeHandler.swift
[2042/2184] Compiling Vapor Logger+Report.swift
[2043/2184] Compiling Vapor LoggingSystem+Environment.swift
[2044/2184] Compiling Vapor Application+Middleware.swift
[2045/2184] Compiling Vapor CORSMiddleware.swift
[2046/2184] Compiling Vapor ErrorMiddleware.swift
[2047/2184] Compiling Vapor FileMiddleware.swift
[2048/2184] Compiling Vapor Middleware.swift
[2049/2184] Compiling Vapor MiddlewareConfiguration.swift
[2050/2184] Compiling Vapor ResponseCompressionMiddleware.swift
[2051/2184] Compiling Vapor RouteLoggingMiddleware.swift
[2052/2184] Compiling Vapor TracingMiddleware.swift
[2053/2184] Compiling Vapor File+Multipart.swift
[2054/2184] Compiling Vapor FormDataDecoder+Content.swift
[2055/2184] Compiling Vapor FormDataEncoder+Content.swift
[2056/2184] Compiling Vapor Application+Password.swift
[2057/2184] Compiling Vapor Application+Passwords.swift
[2058/2184] Compiling Vapor AsyncPasswordHasher.swift
[2059/2184] Compiling Vapor BcryptHasher.swift
[2060/2184] Compiling Vapor PasswordHasher.swift
[2061/2184] Compiling Vapor PlaintextHasher.swift
[2062/2184] Compiling Vapor Request+Password.swift
[2063/2184] Compiling Vapor Redirect.swift
[2064/2208] Compiling Vapor Validator.swift
[2065/2208] Compiling Vapor ValidatorResult.swift
[2066/2208] Compiling Vapor And.swift
[2067/2208] Compiling Vapor Case.swift
[2068/2208] Compiling Vapor CharacterSet.swift
[2069/2208] Compiling Vapor Count.swift
[2070/2208] Compiling Vapor Custom.swift
[2071/2208] Compiling Vapor Email.swift
[2072/2208] Compiling Vapor Empty.swift
[2073/2208] Compiling Vapor In.swift
[2074/2208] Compiling Vapor Nil.swift
[2075/2208] Compiling Vapor NilIgnoring.swift
[2076/2208] Compiling Vapor Not.swift
[2077/2208] Compiling Vapor Or.swift
[2078/2208] Compiling Vapor Pattern.swift
[2079/2208] Compiling Vapor Range.swift
[2080/2208] Compiling Vapor URL.swift
[2081/2208] Compiling Vapor Valid.swift
[2082/2208] Compiling Vapor Application+Views.swift
[2083/2208] Compiling Vapor PlaintextRenderer.swift
[2084/2208] Compiling Vapor Request+View.swift
[2085/2208] Compiling Vapor View.swift
[2086/2208] Compiling Vapor ViewRenderer.swift
[2087/2208] Compiling Vapor _Deprecations.swift
[2088/2208] Compiling Vapor Bytes+Hex.swift
[2089/2208] Compiling Vapor Bytes+SecureCompare.swift
[2090/2208] Compiling Vapor Collection+Safe.swift
[2091/2208] Compiling Vapor DataProtocol+Copy.swift
[2092/2208] Compiling Vapor DecoderUnwrapper.swift
[2093/2208] Compiling Vapor DirectoryConfiguration.swift
[2094/2208] Compiling Vapor DotEnv.swift
[2095/2208] Compiling Vapor Extendable.swift
[2096/2208] Compiling Vapor File.swift
[2097/2208] Compiling Vapor FileIO.swift
[2098/2208] Compiling Vapor LifecycleHandler.swift
[2099/2208] Compiling Vapor OptionalType.swift
[2100/2208] Compiling Vapor RFC1123.swift
[2101/2208] Compiling Vapor SocketAddress+Hostname.swift
[2102/2208] Compiling Vapor Storage.swift
[2103/2208] Compiling Vapor String+IsIPAddress.swift
[2104/2208] Compiling Vapor Thread.swift
[2105/2208] Compiling Vapor URI.swift
[2106/2208] Compiling Vapor RangeResult.swift
[2107/2208] Compiling Vapor Validatable.swift
[2108/2208] Compiling Vapor Validation.swift
[2109/2208] Compiling Vapor ValidationKey.swift
[2110/2208] Compiling Vapor Validations.swift
[2111/2208] Compiling Vapor ValidationsError.swift
[2112/2208] Compiling Vapor Core.swift
[2113/2208] Compiling Vapor Running.swift
[2114/2208] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2115/2208] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2116/2208] Compiling Vapor DotEnvFile+load.swift
[2117/2208] Compiling Vapor Routes+caseInsenstive.swift
[2118/2208] Compiling Vapor Validatable+validate.swift
[2119/2208] Compiling Vapor Environment+Process.swift
[2120/2208] Compiling Vapor Environment+Secret.swift
[2121/2208] Compiling Vapor Environment.swift
[2122/2208] Compiling Vapor Abort.swift
[2123/2208] Compiling Vapor AbortError.swift
[2124/2208] Compiling Vapor DebuggableError.swift
[2125/2208] Compiling Vapor Demangler.swift
[2126/2208] Compiling Vapor ErrorSource.swift
[2127/2208] Compiling Vapor StackTrace.swift
[2128/2208] Compiling Vapor Exports.swift
[2129/2208] Compiling Vapor Application+HTTP.swift
[2130/2208] Compiling Vapor BasicResponder.swift
[2131/2208] Compiling Vapor BodyStream.swift
[2132/2208] Compiling Vapor Application+HTTP+Client.swift
[2133/2208] Compiling Vapor EventLoopHTTPClient.swift
[2134/2208] Compiling Vapor EndpointCache.swift
[2135/2208] Compiling Vapor HTTPMethod+String.swift
[2136/2208] Emitting module Vapor
[2137/2208] Compiling Vapor Request+Body.swift
[2138/2208] Compiling Vapor Request+BodyStream.swift
[2139/2208] Compiling Vapor Request.swift
[2140/2208] Compiling Vapor Application+Responder.swift
[2141/2208] Compiling Vapor DefaultResponder.swift
[2142/2208] Compiling Vapor Response+Body.swift
[2143/2208] Compiling Vapor Response.swift
[2144/2208] Compiling Vapor ResponseCodable.swift
[2145/2208] Compiling Vapor Application+Routes.swift
[2146/2208] Compiling Vapor Parameters+Require.swift
[2147/2208] Compiling Vapor Request+WebSocket.swift
[2148/2208] Compiling Vapor Route.swift
[2149/2208] Compiling Vapor RouteCollection.swift
[2150/2208] Compiling Vapor Routes.swift
[2151/2208] Compiling Vapor RoutesBuilder+Group.swift
[2152/2208] Compiling Vapor RoutesBuilder+Method.swift
[2153/2208] Compiling Vapor RoutesBuilder+Middleware.swift
[2154/2208] Compiling Vapor RoutesBuilder+WebSocket.swift
[2155/2208] Compiling Vapor RoutesBuilder.swift
[2156/2208] Compiling Vapor OTP.swift
[2157/2208] Compiling Vapor Application+Servers.swift
[2158/2208] Compiling Vapor Server.swift
[2159/2208] Compiling Vapor App+Service.swift
[2160/2208] Compiling Vapor Req+Service.swift
[2161/2208] Compiling Vapor Service.swift
[2162/2208] Compiling Vapor Application+Sessions.swift
[2163/2208] Compiling Vapor MemorySessions.swift
[2164/2208] Compiling Vapor Request+Session.swift
[2165/2208] Compiling Vapor Session.swift
[2166/2208] Compiling Vapor SessionCache.swift
[2167/2208] Compiling Vapor SessionData.swift
[2168/2208] Compiling Vapor SessionDriver.swift
[2169/2208] Compiling Vapor SessionsConfiguration.swift
[2170/2208] Compiling Vapor SessionsMiddleware.swift
[2171/2208] Compiling Vapor URLEncodedFormData.swift
[2172/2208] Compiling Vapor URLEncodedFormDecoder.swift
[2173/2208] Compiling Vapor URLEncodedFormEncoder.swift
[2174/2208] Compiling Vapor URLEncodedFormError.swift
[2175/2208] Compiling Vapor URLEncodedFormParser.swift
[2176/2208] Compiling Vapor URLEncodedFormSerializer.swift
[2177/2208] Compiling Vapor URLQueryFragmentConvertible.swift
[2178/2208] Compiling Vapor AnyResponse.swift
[2179/2208] Compiling Vapor Array+Random.swift
[2180/2208] Compiling Vapor Base32.swift
[2181/2208] Compiling Vapor Base64.swift
[2182/2208] Compiling Vapor BaseN.swift
[2183/2208] Compiling Vapor BasicCodingKey.swift
[2184/2208] Compiling Vapor ByteCount.swift
[2185/2208] Compiling Vapor HTTPStatus.swift
[2186/2208] Compiling Vapor HTTPCookies.swift
[2187/2208] Compiling Vapor HTTPHeaderCacheControl.swift
[2188/2208] Compiling Vapor HTTPHeaderExpires.swift
[2189/2208] Compiling Vapor HTTPHeaderLastModified.swift
[2190/2208] Compiling Vapor HTTPHeaders+Cache.swift
[2191/2208] Compiling Vapor HTTPHeaders+Connection.swift
[2192/2208] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2193/2208] Compiling Vapor HTTPHeaders+ContentRange.swift
[2194/2208] Compiling Vapor HTTPHeaders+Directive.swift
[2195/2208] Compiling Vapor HTTPHeaders+Forwarded.swift
[2196/2208] Compiling Vapor HTTPHeaders+Link.swift
[2197/2208] Compiling Vapor HTTPHeaders+Name.swift
[2198/2208] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2199/2208] Compiling Vapor HTTPHeaders.swift
[2200/2208] Compiling Vapor HTTPMediaType.swift
[2201/2208] Compiling Vapor HTTPMediaTypePreference.swift
[2202/2208] Compiling Vapor Responder.swift
[2203/2208] Compiling Vapor Application+HTTP+Server.swift
[2204/2208] Compiling Vapor HTTPServer.swift
[2205/2208] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2206/2208] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2207/2208] Compiling Vapor HTTPServerHandler.swift
[2208/2208] Compiling Vapor HTTPServerRequestDecoder.swift
[2210/2222] Compiling VaporSecurityHeaders ServerConfiguration.swift
[2211/2222] Compiling VaporSecurityHeaders StrictTransportSecurityConfiguration.swift
[2212/2223] Compiling VaporSecurityHeaders HTTPSRedirectMiddleware.swift
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/Configurations/HTTPSRedirectMiddleware.swift:3:14: warning: non-final class 'HTTPSRedirectMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | public class HTTPSRedirectMiddleware: Middleware {
   |              `- warning: non-final class 'HTTPSRedirectMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     let allowedHosts: [String]?
[2213/2223] Compiling VaporSecurityHeaders ReferrerPolicyConfiguration.swift
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/Configurations/HTTPSRedirectMiddleware.swift:3:14: warning: non-final class 'HTTPSRedirectMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | public class HTTPSRedirectMiddleware: Middleware {
   |              `- warning: non-final class 'HTTPSRedirectMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     let allowedHosts: [String]?
[2214/2223] Compiling VaporSecurityHeaders SecurityHeaders+HeaderKey.swift
[2215/2223] Compiling VaporSecurityHeaders SecurityHeaders.swift
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/SecurityHeaders.swift:5:9: warning: stored property 'configurations' of 'Sendable'-conforming struct 'SecurityHeaders' has non-sendable type '[any SecurityHeaderConfiguration]'; this is an error in the Swift 6 language mode
 3 | public struct SecurityHeaders {
 4 |
 5 |     var configurations: [SecurityHeaderConfiguration]
   |         `- warning: stored property 'configurations' of 'Sendable'-conforming struct 'SecurityHeaders' has non-sendable type '[any SecurityHeaderConfiguration]'; this is an error in the Swift 6 language mode
 6 |
 7 |     init(contentTypeConfiguration: ContentTypeOptionsConfiguration = ContentTypeOptionsConfiguration(option: .nosniff),
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/SecurityHeaderConfiguration.swift:3:10: note: protocol 'SecurityHeaderConfiguration' does not conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | protocol SecurityHeaderConfiguration {
  |          `- note: protocol 'SecurityHeaderConfiguration' does not conform to the 'Sendable' protocol
4 |     func setHeader(on response: Response, from request: Request)
5 | }
[2216/2223] Compiling VaporSecurityHeaders XSSProtectionConfiguration.swift
[2217/2223] Compiling VaporSecurityHeaders SecurityHeaderConfiguration.swift
[2218/2223] Compiling VaporSecurityHeaders SecurityHeadersFactory.swift
[2219/2223] Compiling VaporSecurityHeaders ContentTypeOptionsConfiguration.swift
[2220/2223] Compiling VaporSecurityHeaders FrameOptionsConfiguration.swift
[2221/2223] Compiling VaporSecurityHeaders ContentSecurityPolicyConfiguration.swift
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/Configurations/ContentSecurityPolicyConfiguration.swift:24:1: warning: type 'ContentSecurityPolicyConfiguration.Value' (aka 'ContentSecurityPolicyConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  2 | import Foundation
  3 |
  4 | public struct ContentSecurityPolicyConfiguration: SecurityHeaderConfiguration {
    |               `- note: consider making struct 'ContentSecurityPolicyConfiguration' conform to the 'Sendable' protocol
  5 |     private let value: String
  6 |
    :
 22 | }
 23 |
 24 | extension ContentSecurityPolicyConfiguration: StorageKey {
    | `- warning: type 'ContentSecurityPolicyConfiguration.Value' (aka 'ContentSecurityPolicyConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 25 |     public typealias Value = Self
 26 | }
[2222/2223] Compiling VaporSecurityHeaders ContentSecurityPolicyReportOnlyConfiguration.swift
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/Configurations/ContentSecurityPolicyConfiguration.swift:24:1: warning: type 'ContentSecurityPolicyConfiguration.Value' (aka 'ContentSecurityPolicyConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  2 | import Foundation
  3 |
  4 | public struct ContentSecurityPolicyConfiguration: SecurityHeaderConfiguration {
    |               `- note: consider making struct 'ContentSecurityPolicyConfiguration' conform to the 'Sendable' protocol
  5 |     private let value: String
  6 |
    :
 22 | }
 23 |
 24 | extension ContentSecurityPolicyConfiguration: StorageKey {
    | `- warning: type 'ContentSecurityPolicyConfiguration.Value' (aka 'ContentSecurityPolicyConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 25 |     public typealias Value = Self
 26 | }
[2223/2223] Emitting module VaporSecurityHeaders
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/Configurations/ContentSecurityPolicyConfiguration.swift:24:1: warning: type 'ContentSecurityPolicyConfiguration.Value' (aka 'ContentSecurityPolicyConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
  2 | import Foundation
  3 |
  4 | public struct ContentSecurityPolicyConfiguration: SecurityHeaderConfiguration {
    |               `- note: consider making struct 'ContentSecurityPolicyConfiguration' conform to the 'Sendable' protocol
  5 |     private let value: String
  6 |
    :
 22 | }
 23 |
 24 | extension ContentSecurityPolicyConfiguration: StorageKey {
    | `- warning: type 'ContentSecurityPolicyConfiguration.Value' (aka 'ContentSecurityPolicyConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 25 |     public typealias Value = Self
 26 | }
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/Configurations/HTTPSRedirectMiddleware.swift:3:14: warning: non-final class 'HTTPSRedirectMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 1 | import Vapor
 2 |
 3 | public class HTTPSRedirectMiddleware: Middleware {
   |              `- warning: non-final class 'HTTPSRedirectMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
 4 |
 5 |     let allowedHosts: [String]?
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/SecurityHeaders.swift:5:9: warning: stored property 'configurations' of 'Sendable'-conforming struct 'SecurityHeaders' has non-sendable type '[any SecurityHeaderConfiguration]'; this is an error in the Swift 6 language mode
 3 | public struct SecurityHeaders {
 4 |
 5 |     var configurations: [SecurityHeaderConfiguration]
   |         `- warning: stored property 'configurations' of 'Sendable'-conforming struct 'SecurityHeaders' has non-sendable type '[any SecurityHeaderConfiguration]'; this is an error in the Swift 6 language mode
 6 |
 7 |     init(contentTypeConfiguration: ContentTypeOptionsConfiguration = ContentTypeOptionsConfiguration(option: .nosniff),
/host/spi-builder-workspace/Sources/VaporSecurityHeaders/SecurityHeaderConfiguration.swift:3:10: note: protocol 'SecurityHeaderConfiguration' does not conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | protocol SecurityHeaderConfiguration {
  |          `- note: protocol 'SecurityHeaderConfiguration' does not conform to the 'Sendable' protocol
4 |     func setHeader(on response: Response, from request: Request)
5 | }
Build complete! (338.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "VaporSecurityHeaders",
  "name" : "VaporSecurityHeaders",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "VaporSecurityHeaders",
      "targets" : [
        "VaporSecurityHeaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporSecurityHeadersTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporSecurityHeadersTests",
      "path" : "Tests/VaporSecurityHeadersTests",
      "sources" : [
        "Fakes/StubFileMiddleware.swift",
        "HeaderTests.swift",
        "RedirectionTest.swift"
      ],
      "target_dependencies" : [
        "VaporSecurityHeaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporSecurityHeaders",
      "module_type" : "SwiftTarget",
      "name" : "VaporSecurityHeaders",
      "path" : "Sources/VaporSecurityHeaders",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "VaporSecurityHeaders"
      ],
      "sources" : [
        "Configurations/ContentSecurityPolicyConfiguration.swift",
        "Configurations/ContentSecurityPolicyReportOnlyConfiguration.swift",
        "Configurations/ContentTypeOptionsConfiguration.swift",
        "Configurations/FrameOptionsConfiguration.swift",
        "Configurations/HTTPSRedirectMiddleware.swift",
        "Configurations/ReferrerPolicyConfiguration.swift",
        "Configurations/ServerConfiguration.swift",
        "Configurations/StrictTransportSecurityConfiguration.swift",
        "Configurations/XSSProtectionConfiguration.swift",
        "SecurityHeaderConfiguration.swift",
        "SecurityHeaders+HeaderKey.swift",
        "SecurityHeaders.swift",
        "SecurityHeadersFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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.