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 hummingbird-auth, reference main (9c1e59), with Swift 6.1 for Android on 30 May 2025 01:20:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.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/hummingbird-project/hummingbird-auth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c1e59e Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#85)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
9c1e59e4b5717c29dfcdd5abf0b0b507f0c759c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hummingbird-project/hummingbird-auth.git
https://github.com/hummingbird-project/hummingbird-auth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    }
  ],
  "manifest_display_name" : "hummingbird-auth",
  "name" : "hummingbird-auth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdAuth",
      "targets" : [
        "HummingbirdAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBasicAuth",
      "targets" : [
        "HummingbirdBasicAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBcrypt",
      "targets" : [
        "HummingbirdBcrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdOTP",
      "targets" : [
        "HummingbirdOTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdAuthTesting",
      "targets" : [
        "HummingbirdAuthTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdOTP",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdOTP",
      "path" : "Sources/HummingbirdOTP",
      "product_dependencies" : [
        "Crypto",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdOTP"
      ],
      "sources" : [
        "OTP.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBcrypt",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBcrypt",
      "path" : "Sources/HummingbirdBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "Bcrypt.swift"
      ],
      "target_dependencies" : [
        "CBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBasicAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBasicAuth",
      "path" : "Sources/HummingbirdBasicAuth",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdBasicAuth"
      ],
      "sources" : [
        "BasicAuthenticator.swift",
        "PasswordVerifier.swift",
        "UserPasswordRepository.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTests",
      "path" : "Tests/HummingbirdAuthTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "NIOPosix"
      ],
      "sources" : [
        "AuthTests.swift",
        "BcryptTests.swift",
        "OTPTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt",
        "HummingbirdOTP",
        "HummingbirdAuthTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdAuthTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTesting",
      "path" : "Sources/HummingbirdAuthTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "TestClient+Auth.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuth",
      "path" : "Sources/HummingbirdAuth",
      "product_dependencies" : [
        "Hummingbird",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "Authenticator/AuthRequestContext.swift",
        "Authenticator/Authenticator.swift",
        "Authenticator/ClosureAuthenticator.swift",
        "BasicAuthentication.swift",
        "BearerAuthentication.swift",
        "Deprecated.swift",
        "Middleware/IsAuthenticatedMiddleware.swift",
        "Sessions/SessionAuthenticator.swift",
        "Sessions/SessionContext.swift",
        "Sessions/SessionMiddleware.swift",
        "Sessions/SessionStorage.swift",
        "Sessions/UserSessionRepository.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CBcrypt",
      "module_type" : "ClangTarget",
      "name" : "CBcrypt",
      "path" : "Sources/CBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "bcrypt.c",
        "blf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[1/833] Fetching swift-extras-base64
[834/25316] Fetching swift-extras-base64, hummingbird
[835/39252] Fetching swift-extras-base64, hummingbird, swift-crypto
[7577/115360] Fetching swift-extras-base64, hummingbird, swift-crypto, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.40s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.42s)
[50304/76941] Fetching swift-extras-base64, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (6.57s)
Fetched https://github.com/apple/swift-nio.git from cache (6.67s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (10.68s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.67s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
[1/5914] Fetching swift-nio-extras
[3609/8340] Fetching swift-nio-extras, swift-service-lifecycle
[5536/11007] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services
[10591/22534] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2
[11239/36548] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, async-http-client
[14765/51391] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (2.28s)
[29214/37377] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[32777/42351] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.93s)
[25922/30824] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.87s)
Fetching https://github.com/apple/swift-http-types.git
[1/2206] Fetching swift-metrics
[2207/3110] Fetching swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-metrics.git from cache (0.68s)
[480/904] Fetching swift-http-types
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3607/20427] Fetching swift-log, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.76s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.76s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.78s)
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.84s)
[2821/16591] Fetching swift-collections
[6140/21576] Fetching swift-collections, swift-async-algorithms
[8215/23286] Fetching swift-collections, swift-async-algorithms, swift-atomics
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.18s)
Fetched https://github.com/apple/swift-collections.git from cache (3.12s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.28s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.14s)
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.61s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.81s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.76s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.30s)
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.94s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.95s)
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.77s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.72s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[424/2731] Fetching swift-http-structured-headers, swift-asn1
[1216/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[4148/14845] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
[3069/13704] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
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.20s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.80s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
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.09s)
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.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.76s)
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.59s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/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-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/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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/831] Write sources
[48/831] Compiling _AtomicsShims.c
[49/831] Compiling _NumericsShims _NumericsShims.c
[50/831] Compiling CNIOWindows shim.c
[51/831] Compiling CNIOWASI CNIOWASI.c
[52/831] Compiling CNIOWindows WSAStartup.c
[53/831] Compiling CBcrypt bcrypt.c
[54/831] Compiling CNIOLinux liburing_shims.c
[55/831] Compiling CNIOLLHTTP c_nio_http.c
[56/831] Compiling CNIODarwin shim.c
[57/831] Compiling CNIOLinux shim.c
[58/831] Compiling CNIOExtrasZlib empty.c
[59/831] Compiling CNIOLLHTTP c_nio_api.c
[60/831] Compiling fiat_curve25519_adx_square.S
[61/831] Compiling fiat_p256_adx_mul.S
[62/831] Compiling fiat_p256_adx_sqr.S
[63/831] Compiling fiat_curve25519_adx_mul.S
[64/831] Write swift-version-24593BA9C3E375BF.txt
[65/831] Compiling CBcrypt blf.c
[66/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/837] Compiling CNIOBoringSSLShims shims.c
[68/840] Compiling tls_method.cc
[68/840] Compiling tls13_client.cc
[68/840] Compiling tls13_enc.cc
[71/840] Compiling tls13_server.cc
[72/840] Compiling tls_record.cc
[74/879] Emitting module _NIODataStructures
[75/879] Emitting module _NIOBase64
[76/879] Compiling _NIOBase64 Base64.swift
[78/880] Compiling RealModule Float80+Real.swift
[79/880] Compiling HTTPTypes HTTPFieldName.swift
[80/880] Compiling HTTPTypes ISOLatin1String.swift
[81/884] Compiling RealModule Float16+Real.swift
[82/885] Compiling HTTPTypes HTTPRequest.swift
[83/885] Compiling HTTPTypes HTTPParsedFields.swift
[84/885] Compiling RealModule RealFunctions.swift
[85/885] Compiling RealModule Real.swift
[86/885] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/886] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/886] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/886] Compiling InternalCollectionsUtilities Descriptions.swift
[90/886] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/886] Compiling _NIODataStructures _TinyArray.swift
[92/886] Compiling _NIODataStructures PriorityQueue.swift
[93/886] Compiling HTTPTypes HTTPResponse.swift
[94/886] Compiling ServiceContextModule ServiceContextKey.swift
[95/886] Emitting module ServiceContextModule
[96/886] Compiling ServiceContextModule ServiceContext.swift
[98/887] Emitting module HTTPTypes
[99/887] Compiling HTTPTypes HTTPField.swift
[100/887] Compiling HummingbirdBcrypt Bcrypt.swift
/host/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[101/887] Emitting module HummingbirdBcrypt
/host/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[102/887] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/887] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[104/887] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/887] Compiling InternalCollectionsUtilities Debugging.swift
[106/888] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[107/888] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/888] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[109/888] Compiling InternalCollectionsUtilities Integer rank.swift
[110/888] Emitting module InternalCollectionsUtilities
[111/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[112/889] Compiling HTTPTypes NIOLock.swift
[113/889] Compiling RealModule ElementaryFunctions.swift
[118/889] Emitting module RealModule
[119/889] Compiling RealModule Float+Real.swift
[120/889] Compiling _NIODataStructures Heap.swift
[125/900] Compiling Instrumentation NoOpInstrument.swift
[126/900] Compiling Instrumentation MultiplexInstrument.swift
[127/903] Compiling ConcurrencyHelpers LockedValueBox.swift
[128/1026] Compiling CoreMetrics Metrics.swift
[129/1026] Emitting module CoreMetrics
[130/1026] Compiling CoreMetrics Locks.swift
[131/1026] Compiling Logging Logging.swift
[132/1026] Compiling Logging LogHandler.swift
[133/1026] Emitting module Logging
[134/1026] Compiling Logging Locks.swift
[135/1026] Compiling Logging MetadataProvider.swift
[136/1028] Emitting module ConcurrencyHelpers
[137/1028] Compiling ConcurrencyHelpers Lock.swift
[138/1029] Emitting module Instrumentation
[139/1029] Compiling Instrumentation Locks.swift
[140/1029] Compiling Instrumentation InstrumentationSystem.swift
[141/1029] Compiling Instrumentation Instrument.swift
[146/1032] Compiling _RopeModule BigString+Insert.swift
[147/1032] Compiling _RopeModule BigString+Managing Breaks.swift
[148/1032] Compiling _RopeModule BigString+RemoveSubrange.swift
[149/1032] Compiling _RopeModule BigString+ReplaceSubrange.swift
[150/1032] Compiling _RopeModule BigString+Split.swift
[151/1032] Compiling _RopeModule Range+BigString.swift
[152/1032] Compiling _RopeModule BigString+UTF16View.swift
[153/1039] Compiling _RopeModule Rope+Invariants.swift
[154/1039] Compiling _RopeModule Rope+_Node.swift
[155/1039] Compiling _RopeModule _RopeVersion.swift
[156/1039] Compiling _RopeModule Rope+Collection.swift
[157/1039] Compiling _RopeModule Rope+Index.swift
[158/1039] Compiling _RopeModule Rope+Sequence.swift
[159/1039] Compiling _RopeModule Rope+Append.swift
[160/1042] Compiling _RopeModule BigString+Chunk.swift
[161/1042] Compiling _RopeModule BigString+BidirectionalCollection.swift
[162/1042] Compiling _RopeModule BigString+Builder.swift
[163/1042] Compiling _RopeModule BigString+Contents.swift
[164/1042] Compiling _RopeModule BigString+Debugging.swift
[165/1042] Compiling _RopeModule BigString+Index.swift
[166/1042] Compiling _RopeModule BigString+Ingester.swift
[167/1042] Compiling _RopeModule BigString+Invariants.swift
[168/1122] Compiling HeapModule _HeapNode.swift
[169/1125] Compiling HeapModule Heap+Descriptions.swift
[170/1125] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[171/1125] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[172/1125] Compiling HashTreeCollections _HashNode+Structural union.swift
[173/1125] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[174/1125] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[175/1125] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[176/1125] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[177/1125] Compiling HashTreeCollections _HashNode.swift
[178/1125] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[179/1125] Compiling HashTreeCollections _RawHashNode.swift
[180/1125] Compiling HashTreeCollections _UnmanagedHashNode.swift
[181/1125] Compiling HashTreeCollections _UnsafePath.swift
[182/1125] Compiling HashTreeCollections TreeDictionary+Codable.swift
[183/1125] Compiling HashTreeCollections TreeDictionary+Collection.swift
[184/1125] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[185/1125] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[186/1125] Compiling HashTreeCollections _HashNode+Debugging.swift
[187/1125] Compiling HashTreeCollections _HashNode+Initializers.swift
[188/1125] Compiling HashTreeCollections _HashNode+Invariants.swift
[189/1125] Compiling HashTreeCollections _HashNode+Lookups.swift
[190/1125] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[191/1125] Compiling HashTreeCollections TreeDictionary.swift
[192/1125] Compiling HashTreeCollections TreeSet+Codable.swift
[193/1125] Compiling HashTreeCollections TreeSet+Collection.swift
[194/1125] Compiling HeapModule Heap+Invariants.swift
[195/1125] Compiling HeapModule Heap+UnsafeHandle.swift
[196/1125] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[197/1125] Compiling HeapModule Heap.swift
[198/1125] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[199/1125] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[200/1125] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[201/1125] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[202/1125] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[203/1125] Compiling HashTreeCollections _HashNode+Structural merge.swift
[204/1125] Compiling HashTreeCollections _HashTreeIterator.swift
[205/1125] Compiling HashTreeCollections _HashTreeStatistics.swift
[206/1125] Emitting module HeapModule
[208/1126] Compiling HashTreeCollections TreeSet+Hashable.swift
[209/1126] Compiling HashTreeCollections TreeSet+Sendable.swift
[210/1126] Compiling HashTreeCollections TreeSet+Sequence.swift
[211/1126] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[212/1126] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[213/1126] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[214/1126] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[215/1126] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[216/1126] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[217/1126] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[218/1136] Compiling UnixSignals UnixSignalsSequence.swift
[219/1136] Emitting module UnixSignals
[220/1136] Compiling UnixSignals UnixSignal.swift
[224/1145] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[225/1145] Compiling HashTreeCollections TreeSet+Debugging.swift
[226/1145] Compiling HashTreeCollections TreeSet+Descriptions.swift
[227/1145] Compiling HashTreeCollections TreeSet+Equatable.swift
[228/1145] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[229/1145] Compiling HashTreeCollections TreeSet+Extras.swift
[230/1145] Compiling HashTreeCollections TreeSet+Filter.swift
[232/1145] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[233/1145] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[234/1145] Compiling HashTreeCollections TreeDictionary+Filter.swift
[235/1145] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[236/1145] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[237/1145] Compiling HashTreeCollections TreeDictionary+Keys.swift
[238/1145] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[239/1145] Compiling HashTreeCollections TreeDictionary+Merge.swift
[240/1145] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[241/1145] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[242/1145] Compiling HashTreeCollections TreeDictionary+Values.swift
[243/1160] Compiling Tracing InstrumentationSystem+Tracing.swift
[244/1160] Compiling Tracing TracingTime.swift
[245/1160] Emitting module Tracing
[246/1160] Compiling DequeModule Deque+Codable.swift
[247/1160] Compiling DequeModule Deque+Collection.swift
[248/1160] Compiling DequeModule Deque+CustomReflectable.swift
[249/1160] Compiling DequeModule Deque+Descriptions.swift
[250/1160] Compiling DequeModule Deque+Equatable.swift
[251/1160] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[252/1160] Compiling DequeModule Deque+Extras.swift
[253/1160] Compiling DequeModule Deque+Hashable.swift
[254/1160] Compiling DequeModule Deque+Testing.swift
[255/1160] Compiling DequeModule Deque._Storage.swift
[256/1169] Compiling Tracing TracerProtocol.swift
[279/1169] Compiling DequeModule _DequeBuffer.swift
[280/1169] Compiling DequeModule _DequeBufferHeader.swift
[281/1169] Compiling Tracing Tracer.swift
[282/1171] Compiling Tracing TracerProtocol+Legacy.swift
[283/1171] Compiling _RopeModule _CharacterRecognizer.swift
[284/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[285/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[286/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[287/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[288/1171] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[289/1171] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[290/1171] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[291/1171] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[292/1171] Compiling HashTreeCollections TreeSet.swift
[302/1171] Compiling DequeModule Deque._UnsafeHandle.swift
[303/1171] Compiling DequeModule Deque.swift
[304/1171] Compiling DequeModule _DequeSlot.swift
[305/1171] Compiling DequeModule _UnsafeWrappedBuffer.swift
[310/1171] Compiling Tracing NoOpTracer.swift
[311/1171] Compiling Tracing SpanProtocol.swift
[321/1172] Emitting module OrderedCollections
[332/1173] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[334/1173] Emitting module DequeModule
[338/1174] Emitting module _RopeModule
[339/1174] Compiling HashTreeCollections _AncestorHashSlots.swift
[340/1174] Compiling HashTreeCollections _Bitmap.swift
[341/1174] Compiling HashTreeCollections _Bucket.swift
[342/1174] Compiling HashTreeCollections _Hash.swift
[343/1174] Compiling HashTreeCollections _HashLevel.swift
[344/1174] Compiling HashTreeCollections _HashNode+Builder.swift
[350/1174] Compiling HTTPTypes HTTPFields.swift
[374/1175] Compiling _RopeModule Rope+Join.swift
[375/1175] Compiling _RopeModule Rope+MutatingForEach.swift
[376/1175] Compiling _RopeModule Rope+Remove.swift
[377/1175] Compiling _RopeModule Rope+RemoveSubrange.swift
[378/1175] Compiling _RopeModule Rope+Split.swift
[379/1175] Compiling _RopeModule Optional Utilities.swift
[380/1175] Compiling _RopeModule String Utilities.swift
[381/1175] Compiling _RopeModule String.Index+ABI.swift
[383/1175] Compiling Metrics Metrics.swift
[384/1175] Emitting module Metrics
[415/1177] Compiling tls13_both.cc
[417/1177] Emitting module HashTreeCollections
[418/1178] Compiling ExtrasBase64 Base64.swift
[419/1178] Compiling ExtrasBase64 Base32.swift
[420/1178] Compiling ssl_x509.cc
[421/1178] Compiling t1_enc.cc
[423/1178] Emitting module ExtrasBase64
[424/1179] Compiling ssl_versions.cc
[425/1179] Compiling ssl_file.cc
[426/1179] Compiling ssl_transcript.cc
[427/1179] Compiling ssl_stat.cc
[428/1179] Compiling ssl_privkey.cc
[429/1179] Compiling ssl_credential.cc
[430/1179] Compiling ssl_session.cc
[431/1179] Compiling ssl_key_share.cc
[432/1179] Compiling ssl_lib.cc
[433/1179] Compiling ssl_cipher.cc
[434/1179] Compiling ssl_cert.cc
[435/1179] Compiling ssl_buffer.cc
[436/1179] Compiling ssl_aead_ctx.cc
[437/1179] Compiling s3_pkt.cc
[438/1179] Compiling ssl_asn1.cc
[439/1179] Compiling s3_lib.cc
[440/1179] Compiling s3_both.cc
[441/1179] Compiling handshake_server.cc
[442/1179] Compiling handshake.cc
[443/1179] Compiling handshake_client.cc
[444/1179] Compiling dtls_method.cc
[445/1179] Compiling encrypted_client_hello.cc
[446/1179] Compiling handoff.cc
[447/1179] Compiling md5-x86_64-linux.S
[448/1179] Compiling md5-x86_64-apple.S
[449/1179] Compiling md5-586-linux.S
[450/1179] Compiling dtls_record.cc
[451/1179] Compiling md5-586-apple.S
[452/1179] Compiling chacha20_poly1305_x86_64-linux.S
[453/1179] Compiling extensions.cc
[454/1179] Compiling chacha20_poly1305_x86_64-apple.S
[455/1179] Compiling chacha20_poly1305_armv8-win.S
[456/1179] Compiling err_data.cc
[457/1179] Compiling d1_pkt.cc
[458/1179] Compiling chacha20_poly1305_armv8-apple.S
[459/1179] Compiling chacha20_poly1305_armv8-linux.S
[460/1179] Compiling chacha-x86_64-linux.S
[461/1179] Compiling chacha-x86-linux.S
[462/1179] Compiling chacha-x86-apple.S
[463/1179] Compiling chacha-x86_64-apple.S
[464/1179] Compiling chacha-armv8-win.S
[465/1179] Compiling chacha-armv4-linux.S
[466/1179] Compiling chacha-armv8-apple.S
[467/1179] Compiling aes128gcmsiv-x86_64-linux.S
[468/1179] Compiling chacha-armv8-linux.S
[469/1179] Compiling d1_srtp.cc
[470/1179] Compiling aes128gcmsiv-x86_64-apple.S
[471/1179] Compiling x86_64-mont5-linux.S
[472/1179] Compiling x86_64-mont-apple.S
[473/1179] Compiling x86-mont-linux.S
[474/1179] Compiling x86_64-mont5-apple.S
[475/1179] Compiling x86_64-mont-linux.S
[476/1179] Compiling x86-mont-apple.S
[477/1179] Compiling vpaes-x86_64-linux.S
[478/1179] Compiling vpaes-x86_64-apple.S
[479/1179] Compiling vpaes-x86-apple.S
[480/1179] Compiling vpaes-x86-linux.S
[481/1179] Compiling vpaes-armv8-win.S
[482/1179] Compiling vpaes-armv8-linux.S
[483/1179] Compiling vpaes-armv8-apple.S
[484/1179] Compiling sha512-x86_64-linux.S
[485/1179] Compiling vpaes-armv7-linux.S
[486/1179] Compiling sha512-armv8-win.S
[487/1179] Compiling sha512-x86_64-apple.S
[488/1179] Compiling sha512-armv8-apple.S
[489/1179] Compiling sha512-armv4-linux.S
[490/1179] Compiling sha512-armv8-linux.S
[491/1179] Compiling sha512-586-linux.S
[492/1179] Compiling sha512-586-apple.S
[493/1179] Compiling sha256-x86_64-apple.S
[494/1179] Compiling sha256-x86_64-linux.S
[495/1179] Compiling bio_ssl.cc
[496/1179] Compiling sha256-armv8-win.S
[497/1179] Compiling sha256-armv8-apple.S
[498/1179] Compiling sha256-586-linux.S
[499/1179] Compiling sha256-armv8-linux.S
[500/1179] Compiling sha256-586-apple.S
[501/1179] Compiling sha1-x86_64-linux.S
[502/1179] Compiling sha256-armv4-linux.S
[503/1179] Compiling sha1-armv8-win.S
[504/1179] Compiling sha1-x86_64-apple.S
[505/1179] Compiling sha1-586-linux.S
[506/1179] Compiling sha1-armv8-apple.S
[507/1179] Compiling sha1-armv8-linux.S
[508/1179] Compiling sha1-armv4-large-linux.S
[509/1179] Compiling rsaz-avx2-linux.S
[510/1179] Compiling rsaz-avx2-apple.S
[511/1179] Compiling sha1-586-apple.S
[512/1179] Compiling rdrand-x86_64-linux.S
[513/1179] Compiling rdrand-x86_64-apple.S
[514/1179] Compiling p256_beeu-armv8-asm-apple.S
[515/1179] Compiling p256_beeu-x86_64-asm-linux.S
[516/1179] Compiling p256_beeu-armv8-asm-win.S
[517/1179] Compiling p256_beeu-armv8-asm-linux.S
[518/1179] Compiling p256_beeu-x86_64-asm-apple.S
[519/1179] Compiling p256-x86_64-asm-linux.S
[520/1179] Compiling p256-armv8-asm-win.S
[521/1179] Compiling p256-armv8-asm-linux.S
[522/1179] Compiling ghashv8-armv8-apple.S
[523/1179] Compiling p256-armv8-asm-apple.S
[524/1179] Compiling p256-x86_64-asm-apple.S
[524/1179] Compiling ghashv8-armv8-win.S
[526/1179] Compiling ghashv8-armv8-linux.S
[527/1179] Compiling ghashv8-armv7-linux.S
[528/1179] Compiling ghash-x86_64-apple.S
[529/1179] Compiling ghash-x86_64-linux.S
[530/1179] Compiling ghash-x86-apple.S
[531/1179] Compiling ghash-x86-linux.S
[532/1179] Compiling ghash-ssse3-x86_64-linux.S
[533/1179] Compiling ghash-ssse3-x86_64-apple.S
[534/1179] Compiling ghash-ssse3-x86-apple.S
[535/1179] Compiling ghash-neon-armv8-win.S
[536/1179] Compiling ghash-ssse3-x86-linux.S
[537/1179] Compiling ghash-neon-armv8-apple.S
[538/1179] Compiling ghash-neon-armv8-linux.S
[539/1179] Compiling d1_lib.cc
[540/1179] Compiling ghash-armv4-linux.S
[541/1179] Compiling co-586-linux.S
[542/1179] Compiling bsaes-armv7-linux.S
[543/1179] Compiling bn-armv8-win.S
[543/1179] Compiling co-586-apple.S
[545/1179] Compiling bn-armv8-linux.S
[546/1179] Compiling bn-armv8-apple.S
[547/1179] Compiling bn-586-linux.S
[548/1179] Compiling bn-586-apple.S
[549/1179] Compiling armv8-mont-win.S
[550/1179] Compiling armv8-mont-apple.S
[551/1179] Compiling armv8-mont-linux.S
[552/1179] Compiling armv4-mont-linux.S
[553/1179] Compiling aesv8-gcm-armv8-apple.S
[554/1179] Compiling aesv8-gcm-armv8-win.S
[555/1179] Compiling aesv8-gcm-armv8-linux.S
[556/1179] Compiling aesv8-armv8-win.S
[557/1179] Compiling aesv8-armv8-apple.S
[558/1179] Compiling aesni-x86_64-linux.S
[559/1179] Compiling aesv8-armv7-linux.S
[560/1179] Compiling aesni-x86-linux.S
[561/1179] Compiling aesni-x86_64-apple.S
[562/1179] Compiling aesv8-armv8-linux.S
[563/1179] Compiling aesni-x86-apple.S
[564/1179] Compiling aesni-gcm-x86_64-apple.S
[565/1179] Compiling aes-gcm-avx2-x86_64-linux.S
[566/1179] Compiling aesni-gcm-x86_64-linux.S
[567/1179] Compiling aes-gcm-avx2-x86_64-apple.S
[568/1179] Compiling aes-gcm-avx10-x86_64-linux.S
[569/1179] Compiling aes-gcm-avx10-x86_64-apple.S
[570/1179] Compiling d1_both.cc
[571/1179] Compiling x_val.cc
[572/1179] Compiling x_sig.cc
[573/1179] Compiling x_req.cc
[574/1179] Compiling x_pubkey.cc
[575/1179] Compiling x_spki.cc
[576/1179] Compiling x_x509a.cc
[577/1179] Compiling x_x509.cc
[578/1179] Compiling x_name.cc
[579/1179] Compiling x_exten.cc
[580/1179] Compiling x_crl.cc
[581/1179] Compiling x_attrib.cc
[582/1179] Compiling x509spki.cc
[583/1179] Compiling x_algor.cc
[584/1179] Compiling x_all.cc
[585/1179] Compiling x509rset.cc
[586/1179] Compiling x509name.cc
[587/1179] Compiling x509cset.cc
[588/1179] Compiling x509_vpm.cc
[589/1179] Compiling x509_txt.cc
[590/1179] Compiling x509_v3.cc
[591/1179] Compiling x509_vfy.cc
[592/1179] Compiling x509_set.cc
[593/1179] Compiling x509_trs.cc
[594/1179] Compiling x509_req.cc
[595/1179] Compiling x509_lu.cc
[596/1179] Compiling x509_obj.cc
[597/1179] Compiling x509_def.cc
[598/1179] Compiling x509_d2.cc
[599/1179] Compiling x509_cmp.cc
[600/1179] Compiling x509_ext.cc
[601/1179] Compiling v3_prn.cc
[602/1179] Compiling x509.cc
[603/1179] Compiling x509_att.cc
[604/1179] Compiling v3_utl.cc
[605/1179] Compiling v3_skey.cc
[606/1179] Compiling v3_purp.cc
[607/1179] Compiling v3_pmaps.cc
[608/1179] Compiling v3_ocsp.cc
[609/1179] Compiling v3_int.cc
[610/1179] Compiling v3_pcons.cc
[611/1179] Compiling v3_ncons.cc
[612/1179] Compiling v3_lib.cc
[613/1179] Compiling v3_info.cc
[614/1179] Compiling v3_ia5.cc
[615/1179] Compiling v3_conf.cc
[616/1179] Compiling v3_genn.cc
[617/1179] Compiling v3_enum.cc
[618/1179] Compiling v3_extku.cc
[619/1179] Compiling v3_cpols.cc
[620/1179] Compiling v3_crld.cc
[621/1179] Compiling v3_bitst.cc
[622/1179] Compiling v3_bcons.cc
[623/1179] Compiling v3_alt.cc
[624/1179] Compiling t_x509a.cc
[625/1179] Compiling v3_akeya.cc
[626/1179] Compiling t_x509.cc
[627/1179] Compiling t_crl.cc
[628/1179] Compiling rsa_pss.cc
[629/1179] Compiling v3_akey.cc
[630/1179] Compiling t_req.cc
[631/1179] Compiling name_print.cc
[632/1179] Compiling i2d_pr.cc
[633/1179] Compiling by_dir.cc
[634/1179] Compiling a_verify.cc
[635/1179] Compiling policy.cc
[636/1179] Compiling asn1_gen.cc
[637/1179] Compiling a_sign.cc
[638/1179] Compiling by_file.cc
[639/1179] Compiling algorithm.cc
[640/1179] Compiling trust_token.cc
[641/1179] Compiling pmbtoken.cc
[642/1179] Compiling thread_pthread.cc
[643/1179] Compiling thread_win.cc
[644/1179] Compiling voprf.cc
[645/1179] Compiling thread_none.cc
[646/1179] Compiling a_digest.cc
[647/1179] Compiling thread.cc
[648/1179] Compiling stack.cc
[649/1179] Compiling sha512.cc
[650/1179] Compiling sha256.cc
[651/1179] Compiling siphash.cc
[652/1179] Compiling spake2plus.cc
[653/1179] Compiling slhdsa.cc
[654/1179] Compiling sha1.cc
[655/1179] Compiling rsa_print.cc
[656/1179] Compiling rsa_extra.cc
[657/1179] Compiling rsa_crypt.cc
[658/1179] Compiling refcount.cc
[659/1179] Compiling windows.cc
[660/1179] Compiling rc4.cc
[661/1179] Compiling trusty.cc
[662/1179] Compiling rsa_asn1.cc
[663/1179] Compiling urandom.cc
[664/1179] Compiling passive.cc
[665/1179] Compiling getentropy.cc
[666/1179] Compiling forkunsafe.cc
[667/1179] Compiling poly1305_arm_asm.S
[668/1179] Compiling rand.cc
[669/1179] Compiling ios.cc
[670/1179] Compiling fork_detect.cc
[671/1179] Compiling poly1305_vec.cc
[672/1179] Compiling deterministic.cc
[673/1179] Compiling poly1305_arm.cc
[674/1179] Compiling pool.cc
[675/1179] Compiling poly1305.cc
[676/1179] Compiling pkcs8_x509.cc
[677/1179] Compiling pkcs8.cc
[678/1179] Compiling pkcs7.cc
[679/1179] Compiling pem_x509.cc
[680/1179] Compiling p5_pbev2.cc
[681/1179] Compiling pkcs7_x509.cc
[682/1179] Compiling pem_xaux.cc
[683/1179] Compiling pem_pkey.cc
[684/1179] Compiling pem_pk8.cc
[685/1179] Compiling pem_oth.cc
[686/1179] Compiling obj_xref.cc
[687/1179] Compiling mlkem.cc
[688/1179] Compiling pem_lib.cc
[689/1179] Compiling mldsa.cc
[690/1179] Compiling mem.cc
[691/1179] Compiling pem_info.cc
[692/1179] Compiling poly_rq_mul.S
[693/1179] Compiling pem_all.cc
[694/1179] Compiling fips_shared_support.cc
[695/1179] Compiling obj.cc
[696/1179] Compiling md5.cc
[697/1179] Compiling md4.cc
[698/1179] Compiling lhash.cc
[699/1179] Compiling kyber.cc
[700/1179] Compiling ex_data.cc
[701/1179] Compiling sign.cc
[702/1179] Compiling hpke.cc
[703/1179] Compiling hrss.cc
[704/1179] Compiling scrypt.cc
[705/1179] Compiling print.cc
[706/1179] Compiling pbkdf.cc
[707/1179] Compiling p_x25519.cc
[708/1179] Compiling p_x25519_asn1.cc
[709/1179] Compiling p_ed25519.cc
[710/1179] Compiling p_rsa_asn1.cc
[711/1179] Compiling p_rsa.cc
[712/1179] Compiling p_hkdf.cc
[713/1179] Compiling p_ed25519_asn1.cc
[714/1179] Compiling p_ec_asn1.cc
[715/1179] Compiling p_dh_asn1.cc
[716/1179] Compiling p_ec.cc
[717/1179] Compiling p_dh.cc
[718/1179] Compiling evp_ctx.cc
[719/1179] Compiling evp_asn1.cc
[720/1179] Compiling p_dsa_asn1.cc
[721/1179] Compiling err.cc
[722/1179] Compiling evp.cc
[723/1179] Compiling engine.cc
[724/1179] Compiling hash_to_curve.cc
[725/1179] Compiling ecdsa_asn1.cc
[726/1179] Compiling bcm.cc
[727/1179] Compiling ecdh.cc
[728/1179] Compiling ec_derive.cc
[729/1179] Compiling dsa.cc
[730/1179] Compiling params.cc
[731/1179] Compiling ec_asn1.cc
[732/1179] Compiling dsa_asn1.cc
[733/1179] Compiling digest_extra.cc
[734/1179] Compiling x25519-asm-arm.S
[735/1179] Compiling des.cc
[736/1179] Compiling curve25519_64_adx.cc
[737/1179] Compiling dh_asn1.cc
[738/1179] Compiling spake25519.cc
[739/1179] Compiling curve25519.cc
[740/1179] Compiling cpu_arm_linux.cc
[741/1179] Compiling cpu_intel.cc
[742/1179] Compiling crypto.cc
[743/1179] Compiling cpu_aarch64_win.cc
[744/1179] Compiling cpu_arm_freebsd.cc
[745/1179] Compiling cpu_aarch64_sysreg.cc
[746/1179] Compiling cpu_aarch64_openbsd.cc
[747/1179] Compiling cpu_aarch64_linux.cc
[748/1179] Compiling cpu_aarch64_fuchsia.cc
[749/1179] Compiling cpu_aarch64_apple.cc
[750/1179] Compiling e_tls.cc
[751/1179] Compiling tls_cbc.cc
[752/1179] Compiling conf.cc
[753/1179] Compiling get_cipher.cc
[754/1179] Compiling e_chacha20poly1305.cc
[755/1179] Compiling e_rc2.cc
[756/1179] Compiling e_des.cc
[757/1179] Compiling e_rc4.cc
[758/1179] Compiling e_null.cc
[759/1179] Compiling e_aesgcmsiv.cc
[760/1179] Compiling chacha.cc
[761/1179] Compiling e_aesctrhmac.cc
[762/1179] Compiling derive_key.cc
[763/1179] Compiling cbs.cc
[764/1179] Compiling ber.cc
[765/1179] Compiling cbb.cc
[766/1179] Compiling unicode.cc
[767/1179] Compiling buf.cc
[768/1179] Compiling asn1_compat.cc
[769/1179] Compiling socket.cc
[770/1179] Compiling bn_asn1.cc
[771/1179] Compiling convert.cc
[772/1179] Compiling blake2.cc
[772/1179] Compiling socket_helper.cc
[774/1179] Compiling printf.cc
[775/1179] Compiling pair.cc
[776/1179] Compiling hexdump.cc
[777/1179] Compiling fd.cc
[778/1179] Compiling connect.cc
[779/1179] Compiling bio_mem.cc
[780/1179] Compiling errno.cc
[781/1179] Compiling file.cc
[782/1179] Compiling bio.cc
[783/1179] Compiling base64.cc
[784/1179] Compiling tasn_fre.cc
[785/1179] Compiling tasn_dec.cc
[786/1179] Compiling tasn_utl.cc
[787/1179] Compiling tasn_typ.cc
[788/1179] Compiling tasn_enc.cc
[789/1179] Compiling tasn_new.cc
[790/1179] Compiling f_string.cc
[791/1179] Compiling posix_time.cc
[792/1179] Compiling f_int.cc
[793/1179] Compiling asn_pack.cc
[794/1179] Compiling asn1_par.cc
[795/1179] Compiling asn1_lib.cc
[796/1179] Compiling a_time.cc
[797/1179] Compiling a_utctm.cc
[798/1179] Compiling a_strnid.cc
[799/1179] Compiling a_type.cc
[800/1179] Compiling a_octet.cc
[801/1179] Compiling a_strex.cc
[802/1179] Compiling a_object.cc
[803/1179] Compiling a_gentm.cc
[804/1179] Compiling a_i2d_fp.cc
[805/1179] Compiling a_mbstr.cc
[806/1179] Compiling a_dup.cc
[807/1179] Compiling a_int.cc
[808/1179] Compiling fiat_p256_adx_sqr.S
[809/1179] Compiling a_d2i_fp.cc
[810/1179] Compiling a_bitstr.cc
[811/1179] Compiling fiat_p256_adx_mul.S
[812/1179] Compiling fiat_curve25519_adx_square.S
[813/1179] Compiling a_bool.cc
[814/1179] Compiling CCryptoBoringSSLShims shims.c
[815/1179] Compiling fiat_curve25519_adx_mul.S
[816/1179] Compiling md5-x86_64-linux.S
[817/1179] Compiling md5-x86_64-apple.S
[818/1179] Compiling md5-586-linux.S
[819/1179] Compiling md5-586-apple.S
[820/1179] Compiling chacha20_poly1305_x86_64-linux.S
[821/1179] Compiling chacha20_poly1305_x86_64-apple.S
[822/1179] Compiling chacha20_poly1305_armv8-apple.S
[823/1179] Compiling chacha20_poly1305_armv8-win.S
[824/1179] Compiling chacha-x86_64-apple.S
[825/1179] Compiling chacha-x86-linux.S
[826/1179] Compiling chacha-x86-apple.S
[827/1179] Compiling chacha-x86_64-linux.S
[828/1179] Compiling chacha-armv8-linux.S
[829/1179] Compiling chacha20_poly1305_armv8-linux.S
[830/1179] Compiling chacha-armv8-win.S
[831/1179] Compiling chacha-armv8-apple.S
[832/1179] Compiling chacha-armv4-linux.S
[833/1179] Compiling err_data.cc
[834/1179] Compiling aes128gcmsiv-x86_64-apple.S
[835/1179] Compiling aes128gcmsiv-x86_64-linux.S
[836/1179] Compiling x86_64-mont5-linux.S
[837/1179] Compiling x86_64-mont5-apple.S
[838/1179] Compiling x86_64-mont-linux.S
[839/1179] Compiling x86-mont-linux.S
[840/1179] Compiling vpaes-x86_64-linux.S
[841/1179] Compiling x86_64-mont-apple.S
[842/1179] Compiling x86-mont-apple.S
[843/1179] Compiling vpaes-x86-linux.S
[844/1179] Compiling vpaes-x86-apple.S
[845/1179] Compiling vpaes-x86_64-apple.S
[846/1179] Compiling vpaes-armv8-apple.S
[847/1179] Compiling vpaes-armv8-linux.S
[848/1179] Compiling vpaes-armv8-win.S
[849/1179] Compiling vpaes-armv7-linux.S
[850/1179] Compiling sha512-x86_64-apple.S
[851/1179] Compiling sha512-x86_64-linux.S
[852/1179] Compiling sha512-armv4-linux.S
[853/1179] Compiling sha512-armv8-apple.S
[854/1179] Compiling sha512-armv8-win.S
[855/1179] Compiling sha512-586-apple.S
[856/1179] Compiling sha512-586-linux.S
[857/1179] Compiling sha512-armv8-linux.S
[858/1179] Compiling sha256-x86_64-linux.S
[859/1179] Compiling sha256-x86_64-apple.S
[860/1179] Compiling sha256-armv8-win.S
[861/1179] Compiling sha256-armv4-linux.S
[862/1179] Compiling sha256-armv8-apple.S
[863/1179] Compiling sha256-586-linux.S
[864/1179] Compiling sha256-armv8-linux.S
[865/1179] Compiling sha256-586-apple.S
[866/1179] Compiling sha1-armv8-win.S
[867/1179] Compiling sha1-x86_64-linux.S
[868/1179] Compiling sha1-x86_64-apple.S
[869/1179] Compiling sha1-armv8-linux.S
[870/1179] Compiling sha1-armv8-apple.S
[871/1179] Compiling sha1-armv4-large-linux.S
[872/1179] Compiling sha1-586-apple.S
[873/1179] Compiling sha1-586-linux.S
[874/1179] Compiling rdrand-x86_64-linux.S
[875/1179] Compiling rsaz-avx2-apple.S
[876/1179] Compiling p256_beeu-x86_64-asm-linux.S
[877/1179] Compiling rsaz-avx2-linux.S
[878/1179] Compiling p256_beeu-x86_64-asm-apple.S
[879/1179] Compiling rdrand-x86_64-apple.S
[880/1179] Compiling p256_beeu-armv8-asm-linux.S
[880/1179] Compiling p256_beeu-armv8-asm-win.S
[882/1179] Compiling p256_beeu-armv8-asm-apple.S
[883/1179] Compiling p256-x86_64-asm-apple.S
[884/1179] Compiling p256-armv8-asm-win.S
[885/1179] Compiling p256-armv8-asm-linux.S
[886/1179] Compiling p256-x86_64-asm-linux.S
[887/1179] Compiling ghashv8-armv8-win.S
[888/1179] Compiling p256-armv8-asm-apple.S
[889/1179] Compiling ghashv8-armv7-linux.S
[890/1179] Compiling ghashv8-armv8-apple.S
[891/1179] Compiling ghashv8-armv8-linux.S
[892/1179] Compiling ghash-ssse3-x86_64-linux.S
[893/1179] Compiling ghash-x86-linux.S
[894/1179] Compiling ghash-x86_64-linux.S
[895/1179] Compiling ghash-x86-apple.S
[896/1179] Compiling ghash-x86_64-apple.S
[897/1179] Compiling ghash-ssse3-x86_64-apple.S
[898/1179] Compiling ghash-ssse3-x86-linux.S
[899/1179] Compiling ghash-neon-armv8-apple.S
[900/1179] Compiling ghash-neon-armv8-linux.S
[901/1179] Compiling ghash-ssse3-x86-apple.S
[902/1179] Compiling ghash-neon-armv8-win.S
[903/1179] Compiling ghash-armv4-linux.S
[904/1179] Compiling co-586-apple.S
[905/1179] Compiling bsaes-armv7-linux.S
[906/1179] Compiling co-586-linux.S
[907/1179] Compiling bn-armv8-linux.S
[908/1179] Compiling bn-armv8-win.S
[909/1179] Compiling bn-armv8-apple.S
[910/1179] Compiling bn-586-apple.S
[911/1179] Compiling bn-586-linux.S
[912/1179] Compiling armv8-mont-win.S
[913/1179] Compiling armv8-mont-apple.S
[913/1179] Compiling armv4-mont-linux.S
[915/1179] Compiling aesv8-gcm-armv8-win.S
[916/1179] Compiling armv8-mont-linux.S
[917/1179] Compiling aesv8-armv8-linux.S
[918/1179] Compiling aesv8-gcm-armv8-apple.S
[919/1179] Compiling aesv8-gcm-armv8-linux.S
[920/1179] Compiling aesv8-armv8-win.S
[921/1179] Compiling aesv8-armv7-linux.S
[921/1179] Compiling c-nioatomics.c
[923/1179] Compiling aesv8-armv8-apple.S
[924/1179] Compiling aesni-x86_64-linux.S
[925/1179] Compiling aesni-x86_64-apple.S
[926/1179] Compiling aesni-x86-linux.S
[927/1179] Compiling aesni-gcm-x86_64-apple.S
[928/1179] Compiling aesni-gcm-x86_64-linux.S
[929/1179] Compiling aesni-x86-apple.S
[930/1179] Compiling aes-gcm-avx10-x86_64-linux.S
[931/1179] Compiling aes-gcm-avx10-x86_64-apple.S
[932/1179] Compiling x_spki.cc
[933/1179] Compiling x_sig.cc
[934/1179] Compiling x_pubkey.cc
[935/1179] Compiling x_x509a.cc
[936/1179] Compiling x_req.cc
[937/1179] Compiling x_val.cc
[938/1179] Compiling x_x509.cc
[939/1179] Compiling c-atomics.c
[940/1179] Compiling x_name.cc
[941/1185] Compiling x_all.cc
[942/1185] Compiling x_attrib.cc
[943/1185] Compiling x_algor.cc
[944/1185] Compiling x_crl.cc
[946/1185] Emitting module NIOConcurrencyHelpers
[947/1185] Compiling NIOConcurrencyHelpers lock.swift
[947/1185] Compiling x_exten.cc
[949/1185] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[949/1185] Compiling x509rset.cc
[951/1185] Compiling NIOConcurrencyHelpers NIOLock.swift
[952/1185] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[953/1185] Compiling NIOConcurrencyHelpers atomics.swift
[954/1186] Compiling x509spki.cc
[955/1186] Compiling x509name.cc
[956/1186] Compiling x509cset.cc
[957/1186] Compiling x509_vpm.cc
[958/1186] Compiling x509_txt.cc
[959/1186] Compiling x509_vfy.cc
[960/1186] Compiling x509_v3.cc
[961/1186] Compiling x509_trs.cc
[962/1186] Compiling x509_set.cc
[963/1186] Compiling x509_obj.cc
[964/1186] Compiling x509_req.cc
[965/1186] Compiling x509_d2.cc
[966/1186] Compiling x509_lu.cc
[967/1186] Compiling x509_ext.cc
[968/1186] Compiling x509_def.cc
[969/1186] Compiling x509_att.cc
[970/1186] Compiling x509_cmp.cc
[971/1186] Compiling x509.cc
[972/1186] Compiling v3_skey.cc
[973/1186] Compiling v3_pmaps.cc
[974/1186] Compiling v3_utl.cc
[975/1186] Compiling v3_prn.cc
[976/1186] Compiling v3_purp.cc
[977/1186] Compiling v3_int.cc
[978/1186] Compiling v3_pcons.cc
[979/1186] Compiling v3_ocsp.cc
[980/1186] Compiling v3_lib.cc
[981/1186] Compiling v3_ncons.cc
[982/1186] Compiling v3_ia5.cc
[983/1186] Compiling v3_info.cc
[984/1186] Compiling v3_genn.cc
[985/1186] Compiling v3_extku.cc
[986/1186] Compiling v3_enum.cc
[987/1186] Compiling v3_cpols.cc
[988/1186] Compiling v3_conf.cc
[989/1186] Compiling v3_crld.cc
[990/1186] Compiling v3_bitst.cc
[991/1186] Compiling v3_akeya.cc
[992/1186] Compiling v3_bcons.cc
[993/1186] Compiling v3_alt.cc
[994/1186] Compiling v3_akey.cc
[995/1186] Compiling t_x509a.cc
[996/1186] Compiling rsa_pss.cc
[997/1186] Compiling t_req.cc
[998/1186] Compiling t_x509.cc
[999/1186] Compiling t_crl.cc
[1000/1186] Compiling i2d_pr.cc
[1001/1186] Compiling name_print.cc
[1002/1186] Compiling policy.cc
[1003/1186] Compiling by_dir.cc
[1004/1186] Compiling asn1_gen.cc
[1005/1186] Compiling voprf.cc
[1006/1186] Compiling by_file.cc
[1007/1186] Compiling algorithm.cc
[1008/1186] Compiling a_verify.cc
[1009/1186] Compiling a_sign.cc
[1010/1186] Compiling a_digest.cc
[1011/1186] Compiling thread_none.cc
[1012/1186] Compiling trust_token.cc
[1013/1186] Compiling thread.cc
[1014/1186] Compiling thread_win.cc
[1015/1186] Compiling thread_pthread.cc
[1016/1186] Compiling wots.cc
[1017/1186] Compiling pmbtoken.cc
[1018/1186] Compiling stack.cc
[1019/1186] Compiling thash.cc
[1020/1186] Compiling merkle.cc
[1021/1186] Compiling fors.cc
[1022/1186] Compiling slhdsa.cc
[1023/1186] Compiling sha1.cc
[1024/1186] Compiling rsa_extra.cc
[1025/1186] Compiling siphash.cc
[1026/1186] Compiling sha256.cc
[1027/1186] Compiling sha512.cc
[1028/1186] Compiling rsa_print.cc
[1029/1186] Compiling urandom.cc
[1030/1186] Compiling windows.cc
[1031/1186] Compiling rc4.cc
[1032/1186] Compiling rsa_crypt.cc
[1033/1186] Compiling refcount.cc
[1034/1186] Compiling ios.cc
[1035/1186] Compiling trusty.cc
[1036/1186] Compiling rsa_asn1.cc
[1037/1186] Compiling rand_extra.cc
[1038/1186] Compiling poly1305_arm_asm.S
[1039/1186] Compiling passive.cc
[1040/1186] Compiling forkunsafe.cc
[1041/1186] Compiling deterministic.cc
[1042/1186] Compiling getentropy.cc
[1043/1186] Compiling pool.cc
[1044/1186] Compiling fork_detect.cc
[1045/1186] Compiling poly1305_vec.cc
[1046/1186] Compiling poly1305_arm.cc
[1047/1186] Compiling poly1305.cc
[1048/1186] Compiling pkcs8.cc
[1049/1186] Compiling p5_pbev2.cc
[1050/1186] Compiling pkcs7.cc
[1051/1186] Compiling pkcs8_x509.cc
[1052/1186] Compiling pem_xaux.cc
[1053/1186] Compiling pem_x509.cc
[1054/1186] Compiling pkcs7_x509.cc
[1055/1186] Compiling pem_pkey.cc
[1056/1186] Compiling pem_pk8.cc
[1057/1186] Compiling pem_info.cc
[1058/1186] Compiling pem_oth.cc
[1059/1186] Compiling pem_all.cc
[1060/1186] Compiling pem_lib.cc
[1061/1186] Compiling obj_xref.cc
[1062/1186] Compiling obj.cc
[1063/1186] Compiling mlkem.cc
[1064/1186] Compiling mldsa.cc
[1065/1186] Compiling poly_rq_mul.S
[1066/1186] Compiling fips_shared_support.cc
[1067/1186] Compiling mem.cc
[1068/1186] Compiling md4.cc
[1069/1186] Compiling md5.cc
[1070/1186] Compiling lhash.cc
[1071/1186] Compiling kyber.cc
[1072/1186] Compiling hpke.cc
[1073/1186] Compiling ex_data.cc
[1074/1186] Compiling sign.cc
[1075/1186] Compiling hrss.cc
[1076/1186] Compiling print.cc
[1077/1186] Compiling scrypt.cc
[1078/1186] Compiling pbkdf.cc
[1079/1186] Compiling p_x25519.cc
[1080/1186] Compiling p_rsa.cc
[1081/1186] Compiling p_x25519_asn1.cc
[1082/1186] Compiling p_rsa_asn1.cc
[1083/1186] Compiling p_ed25519_asn1.cc
[1084/1186] Compiling p_hkdf.cc
[1085/1186] Compiling p_ed25519.cc
[1086/1186] Compiling p_ec_asn1.cc
[1087/1186] Compiling p_ec.cc
[1088/1186] Compiling evp_ctx.cc
[1089/1186] Compiling p_dh.cc
[1090/1186] Compiling p_dh_asn1.cc
[1091/1186] Compiling p_dsa_asn1.cc
[1092/1186] Compiling evp_asn1.cc
[1093/1186] Compiling evp.cc
[1094/1186] Compiling engine.cc
[1095/1186] Compiling err.cc
[1096/1186] Compiling ecdh_extra.cc
[1097/1186] Compiling ecdsa_asn1.cc
[1098/1186] Compiling ec_derive.cc
[1099/1186] Compiling hash_to_curve.cc
[1100/1186] Compiling bcm.cc
[1101/1186] Compiling ec_asn1.cc
[1102/1186] Compiling dsa.cc
[1103/1186] Compiling params.cc
[1104/1186] Compiling dsa_asn1.cc
[1105/1186] Compiling x25519-asm-arm.S
[1106/1186] Compiling digest_extra.cc
[1107/1186] Compiling dh_asn1.cc
[1108/1186] Compiling des.cc
[1109/1186] Compiling curve25519_64_adx.cc
[1110/1186] Compiling cpu_intel.cc
[1111/1186] Compiling spake25519.cc
[1112/1186] Compiling cpu_arm_freebsd.cc
[1113/1186] Compiling cpu_arm_linux.cc
[1114/1186] Compiling crypto.cc
[1115/1186] Compiling cpu_aarch64_win.cc
[1116/1186] Compiling curve25519.cc
[1117/1186] Compiling cpu_aarch64_openbsd.cc
[1118/1186] Compiling cpu_aarch64_sysreg.cc
[1119/1186] Compiling cpu_aarch64_fuchsia.cc
[1120/1186] Compiling cpu_aarch64_linux.cc
[1121/1186] Compiling cpu_aarch64_apple.cc
[1122/1186] Compiling conf.cc
[1123/1186] Compiling e_tls.cc
[1124/1186] Compiling tls_cbc.cc
[1125/1186] Compiling e_rc2.cc
[1126/1186] Compiling e_rc4.cc
[1127/1186] Compiling e_null.cc
[1128/1186] Compiling e_chacha20poly1305.cc
[1129/1186] Compiling e_des.cc
[1130/1186] Compiling e_aesgcmsiv.cc
[1131/1186] Compiling e_aesctrhmac.cc
[1132/1186] Compiling derive_key.cc
[1133/1186] Compiling cipher_extra.cc
[1134/1186] Compiling chacha.cc
[1135/1186] Compiling unicode.cc
[1136/1186] Compiling cbs.cc
[1137/1186] Compiling cbb.cc
[1138/1186] Compiling buf.cc
[1139/1186] Compiling ber.cc
[1140/1186] Compiling asn1_compat.cc
[1141/1186] Compiling convert.cc
[1142/1186] Compiling printf.cc
[1143/1186] Compiling bn_asn1.cc
[1144/1186] Compiling file.cc
[1145/1186] Compiling blake2.cc
[1146/1186] Compiling fd.cc
[1147/1186] Compiling hexdump.cc
[1148/1186] Compiling pair.cc
[1149/1186] Compiling errno.cc
[1150/1186] Compiling bio_mem.cc
[1151/1186] Compiling base64.cc
[1152/1186] Compiling tasn_typ.cc
[1153/1186] Compiling bio.cc
[1154/1186] Compiling tasn_utl.cc
[1155/1186] Compiling tasn_fre.cc
[1156/1186] Compiling tasn_enc.cc
[1157/1186] Compiling tasn_new.cc
[1158/1186] Compiling f_string.cc
[1159/1186] Compiling posix_time.cc
[1160/1186] Compiling f_int.cc
[1161/1186] Compiling asn1_lib.cc
[1162/1186] Compiling asn_pack.cc
[1163/1186] Compiling asn1_par.cc
[1164/1186] Compiling tasn_dec.cc
[1165/1186] Compiling a_utctm.cc
[1166/1186] Compiling a_mbstr.cc
[1167/1186] Compiling a_octet.cc
[1168/1186] Compiling a_strex.cc
[1169/1186] Compiling a_type.cc
[1170/1186] Compiling a_time.cc
[1171/1186] Compiling a_strnid.cc
[1172/1186] Compiling a_i2d_fp.cc
[1173/1186] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1174/1186] Write sources
[1175/1186] Compiling a_object.cc
[1176/1186] Write sources
[1178/1228] Compiling a_dup.cc
[1179/1228] Write sources
[1180/1249] Compiling a_int.cc
[1180/1249] Write sources
[1182/1258] Compiling a_d2i_fp.cc
[1183/1287] Compiling a_gentm.cc
[1184/1303] Compiling a_bool.cc
[1185/1328] Compiling a_bitstr.cc
[1187/1328] Compiling Algorithms Partition.swift
[1188/1328] Compiling Algorithms Permutations.swift
[1189/1328] Compiling Algorithms Product.swift
[1190/1328] Compiling Algorithms RandomSample.swift
[1191/1328] Compiling Algorithms Reductions.swift
[1192/1328] Compiling Algorithms Rotate.swift
[1193/1338] Compiling Atomics IntegerOperations.swift
[1194/1338] Compiling Atomics Unmanaged extensions.swift
[1195/1338] Compiling Algorithms Grouped.swift
[1196/1338] Compiling Algorithms Indexed.swift
[1197/1338] Compiling Algorithms Intersperse.swift
[1198/1338] Compiling Algorithms AdjacentPairs.swift
[1199/1338] Compiling Algorithms Chain.swift
[1200/1338] Compiling Algorithms Chunked.swift
[1201/1338] Compiling Algorithms EitherSequence.swift
[1202/1338] Compiling Algorithms FirstNonNil.swift
[1203/1338] Compiling Algorithms FlattenCollection.swift
[1204/1338] Compiling BitCollections BitSet+Initializers.swift
[1205/1338] Compiling BitCollections BitSet+Invariants.swift
[1206/1338] Compiling BitCollections BitSet+Random.swift
[1207/1338] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1208/1338] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1209/1338] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1210/1338] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1211/1338] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1212/1338] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1213/1338] Compiling AsyncAlgorithms MergeStateMachine.swift
[1214/1338] Compiling AsyncAlgorithms MergeStorage.swift
[1215/1338] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1216/1338] Compiling AsyncAlgorithms Rethrow.swift
[1217/1338] Compiling BitCollections BitSet.Counted.swift
[1218/1338] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1219/1338] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1220/1338] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1221/1338] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1222/1338] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1223/1338] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1224/1338] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1225/1338] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1226/1338] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1227/1338] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1228/1338] Compiling AsyncAlgorithms DebounceStorage.swift
[1229/1338] Compiling AsyncAlgorithms Dictionary.swift
[1230/1338] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1231/1338] Compiling AsyncAlgorithms Locking.swift
[1232/1345] Emitting module BitCollections
[1244/1351] Compiling Algorithms Suffix.swift
[1245/1354] Compiling CryptoBoringWrapper RandomBytes.swift
[1246/1354] Emitting module CryptoBoringWrapper
[1250/1354] Compiling Algorithms Combinations.swift
[1251/1354] Compiling Algorithms Compacted.swift
[1252/1354] Compiling Algorithms Cycle.swift
[1268/1354] Compiling Algorithms Joined.swift
[1269/1354] Compiling Algorithms Keyed.swift
[1270/1354] Compiling Algorithms MinMax.swift
[1278/1354] Emitting module AsyncAlgorithms
[1300/1354] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1301/1354] Compiling BitCollections BitSet.Index.swift
[1302/1354] Compiling BitCollections BitSet._UnsafeHandle.swift
[1303/1354] Compiling BitCollections BitSet.swift
[1304/1354] Compiling BitCollections Range+Utilities.swift
[1305/1354] Compiling BitCollections Slice+Utilities.swift
[1306/1354] Compiling BitCollections UInt+Tricks.swift
[1307/1354] Compiling BitCollections _Word.swift
[1308/1355] Compiling Algorithms Trim.swift
[1309/1355] Compiling Algorithms Unique.swift
[1310/1355] Compiling Algorithms Windows.swift
[1312/1355] Compiling CryptoBoringWrapper EllipticCurve.swift
[1313/1355] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1314/1355] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1315/1355] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1316/1355] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1342/1358] Compiling Collections Collections.swift
[1343/1358] Emitting module Collections
[1344/1390] Compiling AsyncAlgorithms SetAlgebra.swift
[1345/1390] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1346/1390] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1347/1390] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1348/1390] Compiling AsyncAlgorithms ZipStateMachine.swift
[1349/1390] Compiling AsyncAlgorithms ZipStorage.swift
[1351/1431] Emitting module Atomics
[1353/1431] Compiling Crypto HPKE-Ciphersuite.swift
[1354/1431] Compiling Crypto HPKE-KDF.swift
[1355/1431] Compiling Crypto HPKE-KexKeyDerivation.swift
[1356/1431] Compiling Crypto HPKE-LabeledExtract.swift
[1358/1431] Compiling Crypto HPKE-Utils.swift
[1359/1431] Compiling Crypto DHKEM.swift
[1361/1440] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1362/1501] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1363/1501] Compiling ServiceLifecycle CancellationWaiter.swift
[1364/1501] Emitting module ServiceLifecycle
[1365/1501] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1366/1501] Compiling ServiceLifecycle ServiceRunnerError.swift
[1367/1501] Emitting module Algorithms
[1369/1502] Emitting module Crypto
[1370/1511] Compiling Crypto AES-GCM.swift
[1371/1511] Compiling Crypto AES-GCM_boring.swift
[1372/1511] Compiling Crypto ChaChaPoly_boring.swift
[1373/1511] Compiling Crypto ChaChaPoly.swift
[1374/1511] Compiling Crypto Cipher.swift
[1375/1511] Compiling Crypto Nonces.swift
[1376/1511] Compiling Crypto ASN1.swift
[1377/1511] Compiling Crypto ASN1Any.swift
[1378/1511] Compiling Crypto ASN1BitString.swift
[1379/1511] Compiling Crypto ASN1Boolean.swift
[1380/1511] Compiling ServiceLifecycle Service.swift
[1381/1511] Compiling ServiceLifecycle GracefulShutdown.swift
[1382/1511] Compiling ServiceLifecycle ServiceGroup.swift
[1384/1512] Compiling NIOCore MulticastChannel.swift
[1385/1512] Compiling NIOCore NIOAny.swift
[1386/1512] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1387/1512] Compiling NIOCore NIOLoopBound.swift
[1388/1512] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1389/1512] Compiling NIOCore NIOScheduledCallback.swift
[1390/1512] Compiling NIOCore NIOSendable.swift
[1391/1512] Compiling NIOCore RecvByteBufferAllocator.swift
[1392/1520] Compiling NIOCore AsyncChannelInboundStream.swift
[1393/1520] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1394/1520] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1395/1520] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1396/1520] Compiling NIOCore NIOAsyncWriter.swift
[1397/1520] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1398/1520] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1399/1520] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1400/1520] Compiling NIOCore EventLoopFuture.swift
[1401/1520] Compiling NIOCore FileDescriptor.swift
[1402/1520] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1403/1520] Compiling NIOCore BSDSocketAPI.swift
[1404/1520] Compiling NIOCore ByteBuffer-aux.swift
[1405/1520] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1406/1520] Compiling NIOCore ByteBuffer-conversions.swift
[1407/1520] Compiling NIOCore ByteBuffer-core.swift
[1408/1520] Compiling NIOCore ByteBuffer-hex.swift
[1409/1520] Compiling NIOCore ByteBuffer-int.swift
[1410/1520] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1411/1520] Compiling NIOCore ByteBuffer-multi-int.swift
[1412/1520] Compiling NIOCore FileHandle.swift
[1413/1520] Compiling NIOCore FileRegion.swift
[1414/1520] Compiling NIOCore GlobalSingletons.swift
[1422/1520] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1423/1520] Compiling NIOCore ByteBuffer-views.swift
[1424/1520] Compiling NIOCore Channel.swift
[1425/1520] Compiling NIOCore ChannelHandler.swift
[1426/1520] Compiling NIOCore ChannelHandlers.swift
[1427/1520] Compiling NIOCore ChannelInvoker.swift
[1428/1520] Compiling NIOCore ChannelOption.swift
[1429/1520] Compiling NIOCore ChannelPipeline.swift
[1430/1520] Compiling NIOCore CircularBuffer.swift
[1431/1520] Compiling NIOCore Codec.swift
[1432/1520] Compiling NIOCore ConvenienceOptionSupport.swift
[1433/1520] Compiling NIOCore DeadChannel.swift
[1434/1520] Compiling NIOCore DispatchQueue+WithFuture.swift
[1435/1520] Compiling NIOCore EventLoop+Deprecated.swift
[1436/1520] Compiling NIOCore EventLoop+SerialExecutor.swift
[1437/1520] Compiling NIOCore EventLoop.swift
[1438/1520] Compiling NIOCore AddressedEnvelope.swift
[1439/1520] Compiling NIOCore AsyncAwaitSupport.swift
[1440/1520] Compiling NIOCore AsyncChannel.swift
[1441/1520] Compiling NIOCore AsyncChannelHandler.swift
[1442/1520] Compiling NIOCore IO.swift
[1443/1520] Compiling NIOCore IOData.swift
[1444/1520] Compiling NIOCore IPProtocol.swift
[1445/1520] Compiling NIOCore IntegerBitPacking.swift
[1446/1520] Compiling NIOCore IntegerTypes.swift
[1447/1520] Compiling NIOCore Interfaces.swift
[1448/1520] Compiling NIOCore Linux.swift
[1449/1520] Compiling NIOCore MarkedCircularBuffer.swift
[1459/1520] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1460/1520] Compiling Crypto Signature.swift
[1461/1520] Compiling Crypto CryptoKitErrors_boring.swift
[1462/1520] Compiling Crypto RNG_boring.swift
[1463/1520] Compiling Crypto SafeCompare_boring.swift
[1464/1520] Compiling Crypto Zeroization_boring.swift
[1465/1520] Compiling Crypto PrettyBytes.swift
[1466/1520] Compiling Crypto SafeCompare.swift
[1467/1520] Compiling Crypto SecureBytes.swift
[1468/1520] Compiling Crypto Zeroization.swift
[1479/1523] Compiling NIOCore SocketAddresses.swift
[1480/1523] Compiling NIOCore SocketOptionProvider.swift
[1481/1523] Compiling NIOCore SystemCallHelpers.swift
[1482/1523] Compiling NIOCore TimeAmount+Duration.swift
[1483/1523] Compiling NIOCore TypeAssistedChannelHandler.swift
[1484/1523] Compiling NIOCore UniversalBootstrapSupport.swift
[1485/1523] Compiling NIOCore Utilities.swift
[1486/1523] Emitting module HummingbirdOTP
[1487/1523] Compiling HummingbirdOTP OTP.swift
[1524/1524] Emitting module NIOCore
[1526/1577] Emitting module NIOHTTPTypes
[1527/1577] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1529/1578] Emitting module NIOEmbedded
[1530/1578] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1531/1578] Compiling NIOEmbedded AsyncTestingChannel.swift
[1532/1578] Compiling NIOEmbedded Embedded.swift
[1534/1579] Compiling NIOPosix IO.swift
[1535/1579] Compiling NIOPosix IntegerBitPacking.swift
[1536/1579] Compiling NIOPosix IntegerTypes.swift
[1537/1579] Compiling NIOPosix Linux.swift
[1538/1579] Compiling NIOPosix LinuxCPUSet.swift
[1539/1579] Compiling NIOPosix LinuxUring.swift
[1540/1579] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1541/1585] Compiling NIOPosix ThreadPosix.swift
[1542/1585] Compiling NIOPosix ThreadWindows.swift
[1543/1585] Compiling NIOPosix UnsafeTransfer.swift
[1544/1585] Compiling NIOPosix Utilities.swift
[1545/1585] Compiling NIOPosix VsockAddress.swift
[1546/1585] Compiling NIOPosix VsockChannelEvents.swift
[1547/1585] Compiling NIOPosix SelectableChannel.swift
[1548/1585] Compiling NIOPosix SelectableEventLoop.swift
[1549/1585] Compiling NIOPosix SelectorEpoll.swift
[1550/1585] Compiling NIOPosix SelectorGeneric.swift
[1551/1585] Compiling NIOPosix SelectorKqueue.swift
[1552/1585] Compiling NIOPosix SelectorUring.swift
[1553/1585] Compiling NIOPosix ServerSocket.swift
[1554/1585] Compiling NIOPosix Socket.swift
[1555/1585] Compiling NIOPosix SocketChannel.swift
[1556/1585] Compiling NIOPosix SocketProtocols.swift
[1557/1585] Compiling NIOPosix System.swift
[1558/1585] Compiling NIOPosix Thread.swift
[1559/1585] Compiling NIOPosix Pool.swift
[1560/1585] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1561/1585] Compiling NIOPosix PosixSingletons.swift
[1562/1585] Compiling NIOPosix RawSocketBootstrap.swift
[1563/1585] Compiling NIOPosix Resolver.swift
[1564/1585] Compiling NIOPosix Selectable.swift
[1565/1585] Compiling NIOPosix BSDSocketAPICommon.swift
[1566/1585] Compiling NIOPosix BSDSocketAPIPosix.swift
[1567/1585] Compiling NIOPosix BSDSocketAPIWindows.swift
[1568/1585] Compiling NIOPosix BaseSocket.swift
[1569/1585] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1570/1585] Compiling NIOPosix BaseSocketChannel.swift
[1571/1585] Compiling NIOPosix BaseStreamSocketChannel.swift
[1572/1585] Emitting module NIOPosix
[1573/1585] Compiling NIOPosix NIOThreadPool.swift
[1574/1585] Compiling NIOPosix NonBlockingFileIO.swift
[1575/1585] Compiling NIOPosix PendingDatagramWritesManager.swift
[1576/1585] Compiling NIOPosix PendingWritesManager.swift
[1577/1585] Compiling NIOPosix PipeChannel.swift
[1578/1585] Compiling NIOPosix PipePair.swift
[1579/1585] Compiling NIOPosix Bootstrap.swift
[1580/1585] Compiling NIOPosix ControlMessage.swift
[1581/1585] Compiling NIOPosix DatagramVectorReadManager.swift
[1582/1585] Compiling NIOPosix Errors+Any.swift
[1583/1585] Compiling NIOPosix FileDescriptor.swift
[1584/1585] Compiling NIOPosix GetaddrinfoResolver.swift
[1585/1585] Compiling NIOPosix HappyEyeballs.swift
[1587/1588] Emitting module NIO
[1588/1588] Compiling NIO Exports.swift
[1590/1628] Compiling NIOTLS TLSEvents.swift
[1591/1628] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1592/1629] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1593/1629] Compiling NIOSOCKS ClientStateMachine.swift
[1594/1629] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1595/1629] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1596/1629] Compiling NIOSOCKS SOCKSResponse.swift
[1597/1629] Emitting module NIOTLS
[1598/1629] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1599/1629] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1600/1629] Compiling NIOSOCKS Errors.swift
[1601/1629] Compiling NIOSOCKS Helpers.swift
[1602/1629] Compiling NIOSOCKS Messages.swift
[1603/1629] Compiling NIOSOCKS SOCKSRequest.swift
[1604/1629] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1605/1629] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1606/1629] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1607/1629] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1608/1629] Emitting module NIOSOCKS
[1611/1631] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1612/1631] Compiling NIOTLS SNIHandler.swift
[1613/1632] Compiling NIOSOCKS ServerStateMachine.swift
[1616/1633] Emitting module NIOFoundationCompat
[1617/1633] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1618/1634] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1619/1634] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1620/1663] Compiling NIOSSL NIOSSLServerHandler.swift
[1621/1663] Compiling NIOSSL ObjectIdentifier.swift
[1623/1663] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1624/1663] Compiling NIOSSL NIOSSLHandler.swift
[1625/1663] Compiling NIOSSL AndroidCABundle.swift
[1626/1663] Compiling NIOSSL ByteBufferBIO.swift
[1627/1685] Compiling NIOTransportServices NIOTSBootstraps.swift
[1628/1685] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1629/1685] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1630/1687] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1631/1687] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1632/1687] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1633/1687] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1634/1687] Compiling NIOTransportServices NIOTSSingletons.swift
[1635/1687] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1636/1687] Compiling NIOTransportServices StateManagedChannel.swift
[1637/1687] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1638/1687] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1639/1687] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1640/1687] Compiling NIOTransportServices NIOTSErrors.swift
[1641/1687] Compiling NIOTransportServices NIOTSEventLoop.swift
[1642/1687] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1643/1687] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1646/1687] Emitting module NIOTransportServices
[1647/1687] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1648/1687] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1649/1687] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1650/1687] Compiling NIOTransportServices AcceptHandler.swift
[1651/1687] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1652/1687] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1656/1688] Emitting module NIOHTTP1
[1664/1689] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1665/1733] Emitting module NIOHTTPTypesHTTP1
[1666/1733] Compiling NIOHPACK IntegerCoding.swift
[1667/1734] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1668/1734] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1669/1734] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1670/1734] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1671/1734] Emitting module NIOSSL
[1672/1734] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1673/1734] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1674/1734] Compiling NIOHPACK IndexedHeaderTable.swift
[1675/1734] Compiling NIOExtras RequestResponseHandler.swift
[1676/1734] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1677/1736] Compiling NIOHPACK HuffmanTables.swift
[1678/1736] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1679/1736] Compiling NIOExtras NIORequestIdentifiable.swift
[1680/1736] Emitting module NIOHTTPCompression
[1681/1736] Compiling NIOHTTPCompression HTTPCompression.swift
[1682/1736] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1683/1736] Compiling NIOHPACK HPACKErrors.swift
[1684/1736] Compiling NIOHPACK HPACKHeader.swift
[1685/1736] Compiling NIOHPACK StaticHeaderTable.swift
[1687/1736] Compiling NIOHPACK HeaderTables.swift
[1688/1736] Compiling NIOExtras NIOExtrasError.swift
[1689/1736] Compiling NIOExtras DebugInboundEventsHandler.swift
[1690/1736] Compiling NIOHPACK DynamicHeaderTable.swift
[1691/1736] Compiling NIOHPACK HPACKDecoder.swift
[1692/1736] Compiling NIOHPACK HPACKEncoder.swift
[1694/1736] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1695/1736] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1696/1736] Compiling NIOHPACK HuffmanCoding.swift
[1697/1736] Compiling NIOHTTPCompression HTTPDecompression.swift
[1698/1737] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1699/1737] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1703/1738] Compiling NIOSSL SubjectAlternativeName.swift
[1704/1738] Compiling NIOSSL NIOSSLSecureBytes.swift
[1705/1738] Compiling NIOSSL RNG.swift
[1706/1738] Compiling NIOSSL SafeCompare.swift
[1708/1738] Emitting module NIOExtras
[1710/1738] Compiling NIOExtras UnsafeTransfer.swift
[1711/1738] Compiling NIOExtras WritePCAPHandler.swift
[1713/1738] Compiling NIOExtras JSONRPCFraming.swift
[1717/1738] Emitting module NIOHPACK
[1734/1797] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1735/1797] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1736/1797] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1737/1797] Compiling NIOHTTP2 InboundEventBuffer.swift
[1739/1798] Compiling NIOHTTP2 HTTP2Frame.swift
[1740/1798] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1742/1799] Compiling NIOHTTP2 MaySendFrames.swift
[1743/1799] Compiling NIOHTTP2 SendingDataState.swift
[1744/1799] Compiling NIOHTTP2 SendingGoawayState.swift
[1745/1799] Compiling NIOHTTP2 SendingHeadersState.swift
[1746/1799] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1747/1799] Compiling NIOHTTP2 SendingRstStreamState.swift
[1748/1799] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1749/1799] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1750/1831] Emitting module NIOHTTP2
[1751/1831] Compiling NIOHTTP2 InboundWindowManager.swift
[1752/1831] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1753/1831] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1754/1831] Compiling NIOHTTP2 StreamChannelList.swift
[1755/1831] Compiling NIOHTTP2 StreamMap.swift
[1756/1831] Compiling NIOHTTP2 StreamStateMachine.swift
[1757/1831] Compiling NIOHTTP2 UnsafeTransfer.swift
[1758/1831] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1759/1831] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1760/1831] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1761/1831] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1762/1831] Compiling NIOHTTP2 HTTP2StreamID.swift
[1767/1831] Compiling NIOHTTP2 StateMachineResult.swift
[1768/1831] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1769/1831] Compiling NIOHTTP2 DOSHeuristics.swift
[1770/1831] Compiling NIOHTTP2 Error+Any.swift
[1771/1831] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1772/1831] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1773/1831] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1774/1831] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1775/1831] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1776/1831] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1777/1831] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1778/1834] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1779/1834] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1780/1834] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1781/1834] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1782/1834] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1783/1834] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1784/1834] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1785/1834] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1786/1834] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1787/1834] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1788/1834] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1789/1834] Compiling HummingbirdCore HBParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1790/1834] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1791/1834] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1792/1834] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1793/1834] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1794/1834] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1795/1834] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1796/1834] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1797/1834] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1798/1834] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1806/1834] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1808/1834] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1809/1834] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1811/1899] Compiling Hummingbird RouterResponder.swift
[1812/1899] Compiling Hummingbird TransformingRouterGroup.swift
[1813/1899] Compiling Hummingbird RouterTrie.swift
[1814/1899] Compiling Hummingbird Trie+resolve.swift
[1815/1899] Compiling Hummingbird Trie+serialize.swift
[1816/1899] Compiling Hummingbird TrieRouter.swift
[1817/1899] Compiling Hummingbird ChildRequestContext.swift
[1818/1899] Compiling Hummingbird Request.swift
[1819/1899] Compiling Hummingbird RequestContext.swift
[1820/1899] Compiling Hummingbird Parameters.swift
[1821/1899] Compiling Hummingbird ResponseGenerator.swift
[1822/1899] Compiling Hummingbird RouteCollection.swift
[1823/1899] Compiling Hummingbird Router+validation.swift
[1824/1899] Compiling Hummingbird Router.swift
[1825/1899] Compiling Hummingbird RouterGroup.swift
[1826/1899] Compiling Hummingbird RouterMethods.swift
[1827/1899] Compiling Hummingbird RouterPath.swift
[1828/1899] Compiling Hummingbird _OptionalMiddleware.swift
[1829/1899] Compiling Hummingbird Application.swift
[1830/1899] Compiling Hummingbird CodableProtocols.swift
[1831/1899] Compiling Hummingbird JSONCoding.swift
[1832/1899] Compiling Hummingbird ResponseEncodable.swift
[1833/1899] Compiling Hummingbird URLEncodedForm+Request.swift
[1834/1899] Compiling Hummingbird URLEncodedForm.swift
[1835/1899] Compiling Hummingbird URLEncodedFormDecoder.swift
[1837/1960] Compiling AsyncHTTPClient NWErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1838/1960] Compiling AsyncHTTPClient NWWaitingHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1839/1960] Compiling AsyncHTTPClient TLSConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1840/1960] Compiling AsyncHTTPClient RedirectState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1841/1960] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1842/1960] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1843/1960] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1844/1960] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1845/1960] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1846/1969] Compiling AsyncHTTPClient HTTP1Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1847/1969] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1848/1969] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1849/1969] Compiling AsyncHTTPClient HTTP2Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1850/1969] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1851/1969] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1852/1969] Compiling AsyncHTTPClient HTTPHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1853/1969] Compiling AsyncHTTPClient LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1854/1969] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1855/1969] Compiling AsyncHTTPClient FileDownloadDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1856/1969] Compiling AsyncHTTPClient FoundationExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1857/1969] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1858/1969] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1859/1969] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1860/1969] Compiling AsyncHTTPClient HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1861/1969] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1862/1969] Compiling AsyncHTTPClient TLSEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1863/1969] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1864/1969] Emitting module AsyncHTTPClient
[1865/1969] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1866/1969] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1867/1969] Compiling AsyncHTTPClient Transaction.swift
[1868/1969] Compiling AsyncHTTPClient Base64.swift
[1869/1969] Compiling AsyncHTTPClient BasicAuth.swift
[1870/1969] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1871/1969] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1872/1969] Compiling AsyncHTTPClient ConnectionPool.swift
[1873/1969] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1874/1969] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1875/1969] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1876/1969] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1877/1969] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1878/1969] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1879/1969] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1880/1969] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1881/1969] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1882/1969] Compiling AsyncHTTPClient HTTPClientResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1892/1977] Compiling AsyncHTTPClient RequestOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1893/1977] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1894/1977] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1895/1977] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1896/1977] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1897/1977] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1898/1977] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1899/1977] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1900/1977] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1901/1977] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1902/1977] Compiling AsyncHTTPClient HTTPConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1903/1977] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1904/1977] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1905/1977] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1906/1977] Compiling AsyncHTTPClient RequestBodyLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1907/1977] Compiling AsyncHTTPClient RequestFramingMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1908/1977] Compiling AsyncHTTPClient ConnectionTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1909/1977] Compiling AsyncHTTPClient DeconstructedURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1919/1977] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1929/1977] Compiling AsyncHTTPClient Singleton.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1930/1977] Compiling AsyncHTTPClient StringConvertibleInstances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1931/1977] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1932/1977] Compiling AsyncHTTPClient Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1933/1977] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1934/1977] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1935/1977] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1936/1977] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1937/1977] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1971/1990] Compiling AsyncHTTPClient RequestBag.swift
[1972/1990] Compiling AsyncHTTPClient RequestValidation.swift
[1973/1990] Compiling AsyncHTTPClient SSLContextCache.swift
[1974/1990] Compiling AsyncHTTPClient Scheme.swift
[1979/1991] Compiling HummingbirdAuth AuthRequestContext.swift
[1980/1991] Compiling HummingbirdAuth Authenticator.swift
[1981/1991] Emitting module HummingbirdAuth
[1983/1992] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1984/1992] Compiling HummingbirdAuth SessionAuthenticator.swift
[1985/1992] Compiling HummingbirdAuth SessionContext.swift
[1986/1992] Compiling HummingbirdAuth BearerAuthentication.swift
[1987/1992] Compiling HummingbirdAuth Deprecated.swift
[1988/1992] Compiling HummingbirdAuth UserSessionRepository.swift
[1989/1992] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1990/1992] Compiling HummingbirdAuth BasicAuthentication.swift
[1991/1992] Compiling HummingbirdAuth SessionMiddleware.swift
[1992/1992] Compiling HummingbirdAuth SessionStorage.swift
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:103:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
101 |         let sessionId = Self.createSessionId()
102 |         // prefix with "hbs."
103 |         try await self.storage.set(
    |                                `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
104 |             key: "hbs.\(sessionId)",
105 |             value: session,
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:119:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
117 |         }
118 |         // prefix with "hbs."
119 |         try await self.storage.set(
    |                                `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
120 |             key: "hbs.\(sessionId)",
121 |             value: session,
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:134:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
132 |         }
133 |         // prefix with "hbs."
134 |         try await self.storage.set(
    |                                `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
135 |             key: "hbs.\(sessionId)",
136 |             value: session,
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:148:43: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 41 |
 42 | /// Stores session data
 43 | public struct SessionStorage<SessionType: Codable>: Sendable {
    |                              `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
 44 |     /// SessionStorage Errors
 45 |     public struct Error: Swift.Error, Equatable {
    :
146 |         do {
147 |             // prefix with "hbs."
148 |             return try await self.storage.get(
    |                                           `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
149 |                 key: "hbs.\(sessionId)",
150 |                 as: SessionType.self
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:180:16: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
178 |     static func createSessionId() -> String {
179 |         let bytes: [UInt8] = (0..<32).map { _ in UInt8.random(in: 0...255) }
180 |         return String(base64Encoding: bytes)
    |                `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
181 |     }
182 |
[1994/2006] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[1995/2006] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[1996/2006] Emitting module HummingbirdBasicAuth
[1997/2006] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[1999/2007] Compiling HummingbirdTesting TestClient+types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2000/2008] Emitting module HummingbirdTesting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2001/2008] Compiling HummingbirdTesting TestApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2002/2008] Compiling HummingbirdTesting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2003/2008] Compiling HummingbirdTesting RouterTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2004/2008] Compiling HummingbirdTesting LiveTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2005/2008] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2006/2008] Compiling HummingbirdTesting Application+Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2007/2008] Compiling HummingbirdTesting ApplicationTester.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2008/2008] Compiling HummingbirdTesting TestClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2010/2011] Emitting module HummingbirdAuthTesting
[2011/2011] Compiling HummingbirdAuthTesting TestClient+Auth.swift
/host/spi-builder-workspace/Sources/HummingbirdAuthTesting/TestClient+Auth.swift:47:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
 45 |             var headers = headers
 46 |             let usernamePassword = "\(username):\(password)"
 47 |             let authorization = "Basic \(String(base64Encoding: usernamePassword.utf8))"
    |                                          `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
 48 |             headers[.authorization] = authorization
 49 |             return (uri: uri, method: method, headers: headers, body: body)
Build complete! (472.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-extras-base64",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-extras/swift-extras-base64.git"
    }
  ],
  "manifest_display_name" : "hummingbird-auth",
  "name" : "hummingbird-auth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "HummingbirdAuth",
      "targets" : [
        "HummingbirdAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBasicAuth",
      "targets" : [
        "HummingbirdBasicAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdBcrypt",
      "targets" : [
        "HummingbirdBcrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdOTP",
      "targets" : [
        "HummingbirdOTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HummingbirdAuthTesting",
      "targets" : [
        "HummingbirdAuthTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HummingbirdOTP",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdOTP",
      "path" : "Sources/HummingbirdOTP",
      "product_dependencies" : [
        "Crypto",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdOTP"
      ],
      "sources" : [
        "OTP.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBcrypt",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBcrypt",
      "path" : "Sources/HummingbirdBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "Bcrypt.swift"
      ],
      "target_dependencies" : [
        "CBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdBasicAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdBasicAuth",
      "path" : "Sources/HummingbirdBasicAuth",
      "product_dependencies" : [
        "Hummingbird"
      ],
      "product_memberships" : [
        "HummingbirdBasicAuth"
      ],
      "sources" : [
        "BasicAuthenticator.swift",
        "PasswordVerifier.swift",
        "UserPasswordRepository.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBcrypt"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTests",
      "path" : "Tests/HummingbirdAuthTests",
      "product_dependencies" : [
        "HummingbirdTesting",
        "NIOPosix"
      ],
      "sources" : [
        "AuthTests.swift",
        "BcryptTests.swift",
        "OTPTests.swift",
        "SessionTests.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt",
        "HummingbirdOTP",
        "HummingbirdAuthTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HummingbirdAuthTesting",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuthTesting",
      "path" : "Sources/HummingbirdAuthTesting",
      "product_dependencies" : [
        "HummingbirdTesting"
      ],
      "product_memberships" : [
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "TestClient+Auth.swift"
      ],
      "target_dependencies" : [
        "HummingbirdAuth"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HummingbirdAuth",
      "module_type" : "SwiftTarget",
      "name" : "HummingbirdAuth",
      "path" : "Sources/HummingbirdAuth",
      "product_dependencies" : [
        "Hummingbird",
        "ExtrasBase64"
      ],
      "product_memberships" : [
        "HummingbirdAuth",
        "HummingbirdBasicAuth",
        "HummingbirdAuthTesting"
      ],
      "sources" : [
        "Authenticator/AuthRequestContext.swift",
        "Authenticator/Authenticator.swift",
        "Authenticator/ClosureAuthenticator.swift",
        "BasicAuthentication.swift",
        "BearerAuthentication.swift",
        "Deprecated.swift",
        "Middleware/IsAuthenticatedMiddleware.swift",
        "Sessions/SessionAuthenticator.swift",
        "Sessions/SessionContext.swift",
        "Sessions/SessionMiddleware.swift",
        "Sessions/SessionStorage.swift",
        "Sessions/UserSessionRepository.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CBcrypt",
      "module_type" : "ClangTarget",
      "name" : "CBcrypt",
      "path" : "Sources/CBcrypt",
      "product_memberships" : [
        "HummingbirdBasicAuth",
        "HummingbirdBcrypt"
      ],
      "sources" : [
        "bcrypt.c",
        "blf.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.