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 (357f6f), with Swift 6.1 for Android on 24 Jun 2025 00:08:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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 357f6f7 Update from Hummingbird Project Template (#86)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
357f6f73bc4665e436d23ceada6af1e15f775099
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
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
[1/833] Fetching swift-extras-base64
[834/25610] Fetching swift-extras-base64, hummingbird
[4799/41043] Fetching swift-extras-base64, hummingbird, swift-crypto
[8199/117382] Fetching swift-extras-base64, hummingbird, swift-crypto, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.17s)
[51788/92605] Fetching swift-extras-base64, swift-crypto, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.71s)
[67344/91772] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
[53438/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.62s)
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 (6.56s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (0.52s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2426] Fetching swift-service-lifecycle
[826/8401] Fetching swift-service-lifecycle, swift-nio-extras
[1862/11068] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services
[10293/22600] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[11011/36614] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
[14366/51504] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
[14218/49078] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[38163/54104] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.65s)
[42080/49078] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.26s)
Fetching https://github.com/apple/swift-http-types.git
[38785/43103] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
[39084/45309] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics
[42332/46213] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
Fetching https://github.com/apple/swift-log.git
[43561/44007] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
[43103/43103] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-collections.git
[43104/46939] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-log
[46940/63579] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
[45433/59743] Fetching swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.20s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.21s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.22s)
[4327/16640] Fetching swift-collections
[5659/18437] Fetching swift-collections, swift-atomics
[10118/23422] Fetching swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
[14438/21625] Fetching swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
[12647/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.68s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.60s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.29s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.28s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
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 (2.36s)
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.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.80s)
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/1169] Fetching swift-http-structured-headers
[83/2785] Fetching swift-http-structured-headers, swift-asn1
[2786/8984] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[4212/14943] 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)
[10557/13774] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.51s)
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.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.48s)
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 (1.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.21s)
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.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.50s)
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.48s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.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/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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/831] Write sources
[48/831] Compiling _AtomicsShims.c
[48/831] Compiling CNIOWindows shim.c
[48/831] Compiling _NumericsShims _NumericsShims.c
[51/831] Compiling CNIOWindows WSAStartup.c
[51/831] Compiling CBcrypt blf.c
[53/831] Compiling CNIOWASI CNIOWASI.c
[54/831] Compiling CNIOLinux liburing_shims.c
[54/831] Compiling CBcrypt bcrypt.c
[56/831] Compiling CNIOLLHTTP c_nio_http.c
[57/831] Compiling CNIOExtrasZlib empty.c
[58/831] Compiling CNIODarwin shim.c
[59/831] Compiling CNIOLLHTTP c_nio_api.c
[60/831] Compiling fiat_p256_adx_sqr.S
[61/831] Compiling CNIOLinux shim.c
[62/831] Compiling fiat_p256_adx_mul.S
[63/831] Compiling fiat_curve25519_adx_square.S
[64/831] Compiling fiat_curve25519_adx_mul.S
[65/831] Write swift-version-24593BA9C3E375BF.txt
[66/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/831] Compiling CNIOBoringSSLShims shims.c
[69/837] Emitting module _NIOBase64
[69/837] Compiling tls13_enc.cc
[70/837] Compiling tls_record.cc
[71/837] Compiling tls13_client.cc
[72/850] Compiling tls_method.cc
[74/850] Emitting module ServiceContextModule
[74/855] Compiling tls13_server.cc
[75/866] Compiling tls13_both.cc
[77/879] Emitting module HummingbirdBcrypt
[78/879] Compiling RealModule Float80+Real.swift
[79/880] Compiling RealModule Float16+Real.swift
[80/880] Compiling RealModule Real.swift
[81/880] Compiling RealModule ElementaryFunctions.swift
[82/880] Emitting module RealModule
[83/880] Compiling ServiceContextModule ServiceContextKey.swift
[84/880] Compiling ServiceContextModule ServiceContext.swift
[85/880] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/880] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/880] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[88/880] Compiling InternalCollectionsUtilities Integer rank.swift
[89/880] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[90/880] Compiling InternalCollectionsUtilities UInt+reversed.swift
[91/880] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/880] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/880] Compiling InternalCollectionsUtilities Debugging.swift
[94/880] Emitting module InternalCollectionsUtilities
[95/880] Compiling InternalCollectionsUtilities Descriptions.swift
[96/880] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/881] Compiling _NIODataStructures _TinyArray.swift
[98/882] Compiling _NIODataStructures PriorityQueue.swift
[99/882] Compiling HummingbirdBcrypt Bcrypt.swift
[100/882] Compiling _NIOBase64 Base64.swift
[101/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[102/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[103/883] Compiling RealModule Float+Real.swift
[108/884] Compiling RealModule RealFunctions.swift
[109/885] Compiling HTTPTypes ISOLatin1String.swift
[110/886] Emitting module _NIODataStructures
[111/886] Compiling _NIODataStructures Heap.swift
[117/888] Compiling HTTPTypes HTTPField.swift
[118/888] Emitting module HTTPTypes
[119/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[120/891] Compiling HTTPTypes HTTPRequest.swift
[122/903] Compiling HTTPTypes HTTPResponse.swift
[123/903] Compiling HTTPTypes HTTPParsedFields.swift
[124/903] Compiling HTTPTypes NIOLock.swift
[125/903] Compiling Instrumentation NoOpInstrument.swift
[126/903] Compiling Instrumentation MultiplexInstrument.swift
[127/903] Compiling Instrumentation Instrument.swift
[128/903] Emitting module ConcurrencyHelpers
[129/903] Compiling ConcurrencyHelpers LockedValueBox.swift
[130/903] Emitting module Instrumentation
[131/903] Emitting module CoreMetrics
[132/903] Compiling CoreMetrics Metrics.swift
[132/903] Compiling t1_enc.cc
[134/971] Compiling Instrumentation Locks.swift
[134/971] Compiling ssl_x509.cc
[135/971] Compiling Instrumentation InstrumentationSystem.swift
[137/972] Compiling ConcurrencyHelpers Lock.swift
[138/973] Compiling CoreMetrics Locks.swift
[139/973] Compiling Logging MetadataProvider.swift
[140/973] Emitting module Logging
[141/973] Compiling Logging Locks.swift
[142/974] Compiling Logging LogHandler.swift
[143/974] Compiling Logging Logging.swift
[148/1050] Compiling HeapModule Heap+Invariants.swift
[149/1050] Emitting module HeapModule
[150/1050] Compiling HeapModule Heap+Descriptions.swift
[151/1050] Compiling HeapModule _HeapNode.swift
[152/1050] Compiling HeapModule Heap.swift
[153/1050] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[154/1050] Compiling HeapModule Heap+UnsafeHandle.swift
[155/1051] Compiling Tracing TracingTime.swift
[156/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[157/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[158/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[159/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[160/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[161/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[162/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[163/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[164/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[165/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[166/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[167/1051] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[168/1051] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[169/1051] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[170/1058] Compiling Tracing Tracer.swift
[171/1058] Compiling OrderedCollections OrderedDictionary.swift
[172/1058] Compiling OrderedCollections OrderedSet+Codable.swift
[173/1058] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[174/1058] Compiling OrderedCollections OrderedSet+Descriptions.swift
[175/1058] Compiling OrderedCollections OrderedSet+Diffing.swift
[176/1058] Compiling OrderedCollections OrderedSet+Equatable.swift
[177/1058] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[178/1058] Compiling OrderedCollections OrderedSet+Hashable.swift
[179/1058] Compiling UnixSignals UnixSignalsSequence.swift
[180/1058] Compiling UnixSignals UnixSignal.swift
[181/1058] Emitting module UnixSignals
[183/1059] Compiling Tracing TracerProtocol.swift
[184/1059] Compiling Tracing TracerProtocol+Legacy.swift
[186/1059] Compiling OrderedCollections OrderedSet+Initializers.swift
[187/1059] Compiling OrderedCollections OrderedSet+Insertions.swift
[188/1059] Compiling OrderedCollections OrderedSet+Invariants.swift
[189/1059] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[190/1059] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[191/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[192/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[193/1059] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[194/1116] Compiling HashTreeCollections _UnsafePath.swift
[195/1116] Compiling HashTreeCollections TreeDictionary+Codable.swift
[196/1116] Compiling HashTreeCollections TreeDictionary+Collection.swift
[197/1116] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[198/1116] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[199/1116] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[200/1116] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[201/1116] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[202/1135] Compiling HashTreeCollections _AncestorHashSlots.swift
[203/1135] Compiling HashTreeCollections _Bitmap.swift
[204/1135] Compiling HashTreeCollections _Bucket.swift
[205/1135] Compiling HashTreeCollections _Hash.swift
[206/1135] Compiling HashTreeCollections _HashLevel.swift
[207/1135] Compiling HashTreeCollections _HashNode+Builder.swift
[208/1135] Compiling HashTreeCollections _HashNode+Debugging.swift
[209/1135] Compiling HashTreeCollections _HashNode+Initializers.swift
[218/1135] Compiling HashTreeCollections _HashNode+Invariants.swift
[219/1135] Compiling HashTreeCollections _HashNode+Lookups.swift
[220/1144] Compiling Tracing SpanProtocol.swift
[221/1144] Compiling Tracing NoOpTracer.swift
[222/1144] Emitting module Tracing
[223/1144] Compiling Tracing InstrumentationSystem+Tracing.swift
[225/1160] Compiling DequeModule Deque+Testing.swift
[226/1160] Compiling DequeModule Deque._Storage.swift
[227/1160] Compiling DequeModule Deque._UnsafeHandle.swift
[228/1160] Compiling DequeModule Deque.swift
[229/1160] Compiling DequeModule _DequeBuffer.swift
[230/1160] Compiling DequeModule _DequeBufferHeader.swift
[231/1160] Compiling HashTreeCollections _RawHashNode.swift
[232/1160] Compiling HashTreeCollections _UnmanagedHashNode.swift
[233/1160] Compiling DequeModule Deque+CustomReflectable.swift
[234/1160] Compiling DequeModule Deque+Descriptions.swift
[237/1162] Compiling HashTreeCollections TreeSet+Hashable.swift
[238/1162] Compiling HashTreeCollections TreeSet+Sendable.swift
[239/1162] Compiling _RopeModule Rope+Join.swift
[240/1162] Compiling _RopeModule Rope+MutatingForEach.swift
[241/1162] Compiling _RopeModule Rope+Remove.swift
[242/1162] Compiling _RopeModule Rope+RemoveSubrange.swift
[243/1162] Compiling _RopeModule Rope+Split.swift
[244/1162] Compiling _RopeModule Optional Utilities.swift
[245/1162] Compiling _RopeModule String Utilities.swift
[246/1162] Compiling _RopeModule String.Index+ABI.swift
[247/1172] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[248/1172] Compiling HashTreeCollections TreeSet+Debugging.swift
[249/1172] Compiling HashTreeCollections TreeSet+Descriptions.swift
[250/1172] Compiling HashTreeCollections TreeSet+Equatable.swift
[251/1172] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[252/1172] Compiling HashTreeCollections TreeSet+Extras.swift
[253/1172] Compiling HashTreeCollections TreeSet+Filter.swift
[256/1172] Compiling HashTreeCollections TreeDictionary+Keys.swift
[257/1172] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[258/1172] Compiling HashTreeCollections TreeDictionary+Merge.swift
[259/1172] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[260/1172] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[261/1172] Compiling HashTreeCollections TreeDictionary+Values.swift
[262/1172] Compiling HashTreeCollections TreeDictionary.swift
[263/1172] Compiling HashTreeCollections TreeSet+Codable.swift
[264/1172] Compiling HashTreeCollections TreeSet+Collection.swift
[269/1172] Compiling HashTreeCollections _HashNode+Structural union.swift
[270/1172] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[271/1172] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[272/1172] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[273/1172] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[274/1172] Compiling HashTreeCollections _HashNode.swift
[275/1172] Compiling DequeModule Deque+Equatable.swift
[276/1172] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[279/1172] Compiling DequeModule Deque+Extras.swift
[280/1172] Compiling DequeModule Deque+Hashable.swift
[285/1172] Compiling DequeModule _DequeSlot.swift
[286/1172] Compiling DequeModule _UnsafeWrappedBuffer.swift
[303/1172] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[304/1172] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[305/1172] Compiling HashTreeCollections TreeDictionary+Filter.swift
[306/1172] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[307/1172] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[323/1172] Compiling DequeModule Deque+Codable.swift
[324/1172] Compiling DequeModule Deque+Collection.swift
[325/1172] Emitting module OrderedCollections
[326/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[327/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[328/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[329/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[330/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[331/1173] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[332/1173] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[333/1173] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[334/1173] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[335/1173] Compiling HashTreeCollections TreeSet.swift
[337/1173] Emitting module DequeModule
[350/1174] Compiling HTTPTypes HTTPFieldName.swift
[351/1174] Compiling HTTPTypes HTTPFields.swift
[353/1175] Emitting module _RopeModule
[354/1175] Emitting module Metrics
[355/1175] Compiling Metrics Metrics.swift
[365/1176] Compiling ssl_versions.cc
[367/1176] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[368/1176] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[369/1176] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[370/1176] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[371/1176] Compiling HashTreeCollections _HashNode+Structural merge.swift
[377/1176] Compiling HashTreeCollections _HashNodeHeader.swift
[378/1176] Compiling HashTreeCollections _HashSlot.swift
[379/1176] Compiling HashTreeCollections _HashStack.swift
[380/1176] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[381/1176] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[382/1176] Compiling HashTreeCollections _HashNode+Storage.swift
[383/1176] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[384/1176] Compiling HashTreeCollections _HashNode+Structural filter.swift
[385/1176] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[387/1177] Emitting module HashTreeCollections
[420/1178] Compiling ssl_transcript.cc
[421/1178] Compiling ssl_stat.cc
[424/1178] Emitting module ExtrasBase64
[424/1178] Compiling ssl_privkey.cc
[425/1178] Compiling ssl_session.cc
[426/1178] Compiling ssl_lib.cc
[427/1178] Compiling ssl_key_share.cc
[428/1178] Compiling ssl_credential.cc
[429/1178] Compiling ssl_file.cc
[430/1178] Compiling ssl_cipher.cc
[431/1178] Compiling ssl_cert.cc
[432/1178] Compiling ssl_buffer.cc
[433/1178] Compiling s3_both.cc
[435/1178] Compiling ExtrasBase64 Base32.swift
[436/1178] Compiling ExtrasBase64 Base64.swift
[437/1179] Compiling ssl_aead_ctx.cc
[438/1179] Compiling ssl_asn1.cc
[439/1179] Compiling handoff.cc
[440/1179] Compiling s3_pkt.cc
[441/1179] Compiling s3_lib.cc
[442/1179] Compiling handshake.cc
[443/1179] Compiling handshake_client.cc
[444/1179] Compiling handshake_server.cc
[445/1179] Compiling dtls_record.cc
[446/1179] Compiling dtls_method.cc
[447/1179] Compiling extensions.cc
[448/1179] Compiling d1_pkt.cc
[449/1179] Compiling md5-x86_64-linux.S
[450/1179] Compiling md5-x86_64-apple.S
[451/1179] Compiling md5-586-linux.S
[452/1179] Compiling d1_srtp.cc
[453/1179] Compiling md5-586-apple.S
[454/1179] Compiling encrypted_client_hello.cc
[455/1179] Compiling chacha20_poly1305_x86_64-linux.S
[456/1179] Compiling chacha20_poly1305_armv8-win.S
[457/1179] Compiling chacha20_poly1305_x86_64-apple.S
[458/1179] Compiling chacha20_poly1305_armv8-apple.S
[459/1179] Compiling chacha-x86_64-linux.S
[460/1179] Compiling chacha20_poly1305_armv8-linux.S
[461/1179] Compiling chacha-x86_64-apple.S
[462/1179] Compiling chacha-x86-linux.S
[463/1179] Compiling chacha-x86-apple.S
[464/1179] Compiling d1_lib.cc
[465/1179] Compiling chacha-armv8-win.S
[466/1179] Compiling err_data.cc
[467/1179] Compiling chacha-armv8-apple.S
[468/1179] Compiling aes128gcmsiv-x86_64-linux.S
[469/1179] Compiling chacha-armv8-linux.S
[470/1179] Compiling chacha-armv4-linux.S
[471/1179] Compiling aes128gcmsiv-x86_64-apple.S
[472/1179] Compiling bio_ssl.cc
[473/1179] Compiling x86_64-mont5-apple.S
[474/1179] Compiling x86_64-mont5-linux.S
[475/1179] Compiling x86_64-mont-linux.S
[476/1179] Compiling x86_64-mont-apple.S
[477/1179] Compiling x86-mont-apple.S
[478/1179] Compiling x86-mont-linux.S
[479/1179] Compiling vpaes-x86-apple.S
[480/1179] Compiling vpaes-x86_64-linux.S
[481/1179] Compiling vpaes-x86_64-apple.S
[481/1179] Compiling vpaes-x86-linux.S
[483/1179] Compiling vpaes-armv8-win.S
[484/1179] Compiling vpaes-armv8-linux.S
[485/1179] Compiling vpaes-armv8-apple.S
[486/1179] Compiling sha512-x86_64-linux.S
[487/1179] Compiling vpaes-armv7-linux.S
[488/1179] Compiling sha512-x86_64-apple.S
[489/1179] Compiling sha512-armv8-win.S
[490/1179] Compiling sha512-armv8-apple.S
[491/1179] Compiling sha512-586-linux.S
[492/1179] Compiling sha512-armv8-linux.S
[493/1179] Compiling sha512-armv4-linux.S
[494/1179] Compiling sha512-586-apple.S
[495/1179] Compiling sha256-x86_64-linux.S
[496/1179] Compiling sha256-armv8-linux.S
[497/1179] Compiling sha256-x86_64-apple.S
[498/1179] Compiling sha256-armv8-win.S
[499/1179] Compiling sha256-armv8-apple.S
[500/1179] Compiling sha256-armv4-linux.S
[501/1179] Compiling sha256-586-linux.S
[502/1179] Compiling sha256-586-apple.S
[503/1179] Compiling sha1-x86_64-linux.S
[504/1179] Compiling sha1-armv8-win.S
[505/1179] Compiling sha1-x86_64-apple.S
[506/1179] Compiling sha1-armv8-linux.S
[507/1179] Compiling sha1-armv8-apple.S
[508/1179] Compiling sha1-armv4-large-linux.S
[509/1179] Compiling sha1-586-linux.S
[510/1179] Compiling rsaz-avx2-linux.S
[511/1179] Compiling rdrand-x86_64-linux.S
[512/1179] Compiling sha1-586-apple.S
[513/1179] Compiling rsaz-avx2-apple.S
[513/1179] Compiling rdrand-x86_64-apple.S
[515/1179] Compiling p256_beeu-x86_64-asm-apple.S
[516/1179] Compiling p256_beeu-x86_64-asm-linux.S
[517/1179] Compiling p256-x86_64-asm-apple.S
[518/1179] Compiling p256-armv8-asm-win.S
[518/1179] Compiling p256_beeu-armv8-asm-linux.S
[520/1179] Compiling p256_beeu-armv8-asm-apple.S
[521/1179] Compiling p256-x86_64-asm-linux.S
[522/1179] Compiling p256_beeu-armv8-asm-win.S
[523/1179] Compiling d1_both.cc
[524/1179] Compiling p256-armv8-asm-apple.S
[525/1179] Compiling p256-armv8-asm-linux.S
[526/1179] Compiling ghashv8-armv8-win.S
[527/1179] Compiling ghashv8-armv7-linux.S
[528/1179] Compiling ghashv8-armv8-linux.S
[528/1179] Compiling ghashv8-armv8-apple.S
[530/1179] Compiling ghash-x86_64-linux.S
[531/1179] Compiling ghash-x86-linux.S
[532/1179] Compiling ghash-x86_64-apple.S
[532/1179] Compiling ghash-x86-apple.S
[534/1179] Compiling ghash-ssse3-x86_64-linux.S
[535/1179] Compiling ghash-ssse3-x86-apple.S
[536/1179] Compiling ghash-ssse3-x86_64-apple.S
[537/1179] Compiling ghash-ssse3-x86-linux.S
[538/1179] Compiling ghash-neon-armv8-apple.S
[538/1179] Compiling ghash-neon-armv8-win.S
[540/1179] Compiling ghash-neon-armv8-linux.S
[541/1179] Compiling ghash-armv4-linux.S
[542/1179] Compiling bn-armv8-win.S
[542/1179] Compiling co-586-apple.S
[544/1179] Compiling co-586-linux.S
[545/1179] Compiling bn-armv8-linux.S
[546/1179] Compiling bsaes-armv7-linux.S
[547/1179] Compiling bn-armv8-apple.S
[548/1179] Compiling bn-586-linux.S
[549/1179] Compiling bn-586-apple.S
[550/1179] Compiling armv8-mont-apple.S
[551/1179] Compiling aesv8-gcm-armv8-win.S
[552/1179] Compiling armv8-mont-linux.S
[552/1179] Compiling armv8-mont-win.S
[554/1179] Compiling armv4-mont-linux.S
[555/1179] Compiling aesv8-gcm-armv8-apple.S
[556/1179] Compiling aesv8-gcm-armv8-linux.S
[557/1179] Compiling aesv8-armv8-win.S
[558/1179] Compiling aesv8-armv7-linux.S
[559/1179] Compiling aesv8-armv8-apple.S
[560/1179] Compiling aesni-x86_64-linux.S
[561/1179] Compiling aesni-x86_64-apple.S
[561/1179] Compiling aesv8-armv8-linux.S
[563/1179] Compiling aesni-x86-linux.S
[564/1179] Compiling aesni-gcm-x86_64-linux.S
[565/1179] Compiling aesni-x86-apple.S
[566/1179] Compiling aes-gcm-avx2-x86_64-linux.S
[567/1179] Compiling aesni-gcm-x86_64-apple.S
[568/1179] Compiling aes-gcm-avx2-x86_64-apple.S
[569/1179] Compiling aes-gcm-avx10-x86_64-apple.S
[570/1179] Compiling aes-gcm-avx10-x86_64-linux.S
[571/1179] Compiling x_name.cc
[572/1179] Compiling x_sig.cc
[573/1179] Compiling x_x509.cc
[574/1179] Compiling x_val.cc
[575/1179] Compiling x_spki.cc
[576/1179] Compiling x_req.cc
[577/1179] Compiling x_pubkey.cc
[578/1179] Compiling x_x509a.cc
[579/1179] Compiling x509rset.cc
[580/1179] Compiling x509spki.cc
[581/1179] Compiling x_exten.cc
[582/1179] Compiling x_attrib.cc
[583/1179] Compiling x_all.cc
[584/1179] Compiling x_algor.cc
[585/1179] Compiling x_crl.cc
[586/1179] Compiling x509name.cc
[587/1179] Compiling x509_vpm.cc
[588/1179] Compiling x509cset.cc
[589/1179] Compiling x509_v3.cc
[590/1179] Compiling x509_txt.cc
[591/1179] Compiling x509_trs.cc
[592/1179] Compiling x509_vfy.cc
[593/1179] Compiling x509_set.cc
[594/1179] Compiling x509_req.cc
[595/1179] Compiling x509_obj.cc
[596/1179] Compiling x509_def.cc
[597/1179] Compiling v3_utl.cc
[598/1179] Compiling x509_ext.cc
[599/1179] Compiling x509_lu.cc
[600/1179] Compiling x509_d2.cc
[601/1179] Compiling x509_att.cc
[602/1179] Compiling x509.cc
[603/1179] Compiling x509_cmp.cc
[604/1179] Compiling v3_skey.cc
[605/1179] Compiling v3_purp.cc
[606/1179] Compiling v3_prn.cc
[607/1179] Compiling v3_pmaps.cc
[608/1179] Compiling v3_pcons.cc
[609/1179] Compiling v3_lib.cc
[610/1179] Compiling v3_ocsp.cc
[611/1179] Compiling v3_ncons.cc
[612/1179] Compiling v3_info.cc
[613/1179] Compiling v3_genn.cc
[614/1179] Compiling v3_int.cc
[615/1179] Compiling v3_ia5.cc
[616/1179] Compiling v3_extku.cc
[617/1179] Compiling v3_crld.cc
[618/1179] Compiling v3_enum.cc
[619/1179] Compiling v3_cpols.cc
[620/1179] Compiling v3_conf.cc
[621/1179] Compiling v3_bitst.cc
[622/1179] Compiling v3_bcons.cc
[623/1179] Compiling v3_akey.cc
[624/1179] Compiling v3_akeya.cc
[625/1179] Compiling t_x509a.cc
[626/1179] Compiling v3_alt.cc
[627/1179] Compiling t_x509.cc
[628/1179] Compiling i2d_pr.cc
[629/1179] Compiling t_req.cc
[630/1179] Compiling rsa_pss.cc
[631/1179] Compiling t_crl.cc
[632/1179] Compiling name_print.cc
[633/1179] Compiling policy.cc
[634/1179] Compiling by_file.cc
[635/1179] Compiling algorithm.cc
[636/1179] Compiling a_verify.cc
[637/1179] Compiling by_dir.cc
[638/1179] Compiling a_sign.cc
[639/1179] Compiling a_digest.cc
[640/1179] Compiling asn1_gen.cc
[641/1179] Compiling voprf.cc
[642/1179] Compiling thread_win.cc
[643/1179] Compiling thread_none.cc
[644/1179] Compiling thread_pthread.cc
[645/1179] Compiling trust_token.cc
[646/1179] Compiling pmbtoken.cc
[647/1179] Compiling thread.cc
[648/1179] Compiling stack.cc
[649/1179] Compiling sha256.cc
[650/1179] Compiling siphash.cc
[651/1179] Compiling rsa_extra.cc
[652/1179] Compiling sha512.cc
[653/1179] Compiling sha1.cc
[654/1179] Compiling rsa_print.cc
[655/1179] Compiling slhdsa.cc
[656/1179] Compiling spake2plus.cc
[657/1179] Compiling rsa_crypt.cc
[658/1179] Compiling rc4.cc
[659/1179] Compiling refcount.cc
[660/1179] Compiling trusty.cc
[661/1179] Compiling urandom.cc
[662/1179] Compiling rsa_asn1.cc
[663/1179] Compiling windows.cc
[664/1179] Compiling rand.cc
[665/1179] Compiling passive.cc
[666/1179] Compiling poly1305_arm_asm.S
[667/1179] Compiling ios.cc
[668/1179] Compiling getentropy.cc
[669/1179] Compiling deterministic.cc
[670/1179] Compiling forkunsafe.cc
[671/1179] Compiling fork_detect.cc
[672/1179] Compiling poly1305_vec.cc
[673/1179] Compiling poly1305_arm.cc
[674/1179] Compiling poly1305.cc
[675/1179] Compiling pool.cc
[676/1179] Compiling pkcs7.cc
[677/1179] Compiling p5_pbev2.cc
[678/1179] Compiling pkcs8.cc
[679/1179] Compiling pkcs7_x509.cc
[680/1179] Compiling pkcs8_x509.cc
[681/1179] Compiling pem_xaux.cc
[682/1179] Compiling pem_x509.cc
[683/1179] Compiling pem_pkey.cc
[684/1179] Compiling pem_pk8.cc
[685/1179] Compiling pem_oth.cc
[686/1179] Compiling pem_lib.cc
[687/1179] Compiling pem_info.cc
[688/1179] Compiling obj_xref.cc
[689/1179] Compiling mlkem.cc
[690/1179] Compiling mldsa.cc
[691/1179] Compiling pem_all.cc
[692/1179] Compiling poly_rq_mul.S
[693/1179] Compiling mem.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 hpke.cc
[702/1179] Compiling sign.cc
[703/1179] Compiling hrss.cc
[704/1179] Compiling scrypt.cc
[705/1179] Compiling pbkdf.cc
[706/1179] Compiling print.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.cc
[711/1179] Compiling p_rsa_asn1.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_ec.cc
[716/1179] Compiling p_dh_asn1.cc
[717/1179] Compiling p_dh.cc
[718/1179] Compiling evp_ctx.cc
[719/1179] Compiling p_dsa_asn1.cc
[720/1179] Compiling evp.cc
[721/1179] Compiling engine.cc
[722/1179] Compiling err.cc
[723/1179] Compiling evp_asn1.cc
[724/1179] Compiling ecdh.cc
[725/1179] Compiling ecdsa_asn1.cc
[726/1179] Compiling hash_to_curve.cc
[727/1179] Compiling ec_derive.cc
[728/1179] Compiling dsa.cc
[729/1179] Compiling ec_asn1.cc
[730/1179] Compiling bcm.cc
[731/1179] Compiling dsa_asn1.cc
[732/1179] Compiling digest_extra.cc
[733/1179] Compiling x25519-asm-arm.S
[734/1179] Compiling params.cc
[735/1179] Compiling des.cc
[736/1179] Compiling dh_asn1.cc
[737/1179] Compiling curve25519_64_adx.cc
[738/1179] Compiling crypto.cc
[739/1179] Compiling cpu_intel.cc
[740/1179] Compiling spake25519.cc
[741/1179] Compiling cpu_arm_linux.cc
[742/1179] Compiling curve25519.cc
[743/1179] Compiling cpu_arm_freebsd.cc
[744/1179] Compiling cpu_aarch64_win.cc
[745/1179] Compiling cpu_aarch64_openbsd.cc
[746/1179] Compiling cpu_aarch64_sysreg.cc
[747/1179] Compiling cpu_aarch64_fuchsia.cc
[748/1179] Compiling cpu_aarch64_linux.cc
[749/1179] Compiling cpu_aarch64_apple.cc
[750/1179] Compiling tls_cbc.cc
[751/1179] Compiling get_cipher.cc
[752/1179] Compiling conf.cc
[753/1179] Compiling e_rc4.cc
[754/1179] Compiling e_tls.cc
[755/1179] Compiling e_rc2.cc
[756/1179] Compiling e_des.cc
[757/1179] Compiling e_null.cc
[758/1179] Compiling e_chacha20poly1305.cc
[759/1179] Compiling e_aesctrhmac.cc
[760/1179] Compiling e_aesgcmsiv.cc
[761/1179] Compiling chacha.cc
[762/1179] Compiling derive_key.cc
[763/1179] Compiling buf.cc
[764/1179] Compiling unicode.cc
[765/1179] Compiling bn_asn1.cc
[766/1179] Compiling cbs.cc
[767/1179] Compiling cbb.cc
[768/1179] Compiling asn1_compat.cc
[769/1179] Compiling ber.cc
[770/1179] Compiling socket_helper.cc
[771/1179] Compiling blake2.cc
[772/1179] Compiling convert.cc
[773/1179] Compiling socket.cc
[774/1179] Compiling pair.cc
[775/1179] Compiling printf.cc
[776/1179] Compiling file.cc
[777/1179] Compiling hexdump.cc
[778/1179] Compiling fd.cc
[779/1179] Compiling errno.cc
[780/1179] Compiling bio_mem.cc
[781/1179] Compiling connect.cc
[782/1179] Compiling base64.cc
[783/1179] Compiling tasn_typ.cc
[784/1179] Compiling bio.cc
[785/1179] Compiling tasn_fre.cc
[786/1179] Compiling tasn_new.cc
[787/1179] Compiling tasn_enc.cc
[788/1179] Compiling tasn_utl.cc
[789/1179] Compiling tasn_dec.cc
[790/1179] Compiling f_int.cc
[791/1179] Compiling f_string.cc
[792/1179] Compiling posix_time.cc
[793/1179] Compiling a_time.cc
[794/1179] Compiling asn1_par.cc
[795/1179] Compiling asn_pack.cc
[796/1179] Compiling a_utctm.cc
[797/1179] Compiling a_strnid.cc
[798/1179] Compiling asn1_lib.cc
[799/1179] Compiling a_type.cc
[800/1179] Compiling a_i2d_fp.cc
[801/1179] Compiling a_octet.cc
[802/1179] Compiling a_strex.cc
[803/1179] Compiling a_d2i_fp.cc
[804/1179] Compiling a_dup.cc
[805/1179] Compiling a_object.cc
[806/1179] Compiling a_mbstr.cc
[807/1179] Compiling fiat_p256_adx_sqr.S
[808/1179] Compiling fiat_p256_adx_mul.S
[809/1179] Compiling fiat_curve25519_adx_square.S
[810/1179] Compiling a_int.cc
[810/1179] Compiling a_bitstr.cc
[812/1179] Compiling fiat_curve25519_adx_mul.S
[813/1179] Compiling a_gentm.cc
[814/1179] Compiling md5-x86_64-apple.S
[815/1179] Compiling md5-x86_64-linux.S
[816/1179] Compiling md5-586-apple.S
[817/1179] Compiling a_bool.cc
[818/1179] Compiling md5-586-linux.S
[819/1179] Compiling chacha20_poly1305_x86_64-linux.S
[819/1179] Compiling chacha20_poly1305_x86_64-apple.S
[821/1179] Compiling CCryptoBoringSSLShims shims.c
[822/1179] Compiling chacha20_poly1305_armv8-win.S
[823/1179] Compiling chacha20_poly1305_armv8-linux.S
[824/1179] Compiling chacha-x86_64-linux.S
[825/1179] Compiling chacha20_poly1305_armv8-apple.S
[826/1179] Compiling chacha-x86-linux.S
[827/1179] Compiling chacha-x86_64-apple.S
[828/1179] Compiling chacha-x86-apple.S
[829/1179] Compiling chacha-armv8-apple.S
[830/1179] Compiling chacha-armv8-win.S
[831/1179] Compiling aes128gcmsiv-x86_64-apple.S
[832/1179] Compiling chacha-armv4-linux.S
[833/1179] Compiling aes128gcmsiv-x86_64-linux.S
[834/1179] Compiling chacha-armv8-linux.S
[835/1179] Compiling x86_64-mont5-linux.S
[836/1179] Compiling x86_64-mont-linux.S
[837/1179] Compiling x86_64-mont5-apple.S
[838/1179] Compiling x86_64-mont-apple.S
[839/1179] Compiling x86-mont-linux.S
[840/1179] Compiling x86-mont-apple.S
[841/1179] Compiling vpaes-x86-linux.S
[842/1179] Compiling vpaes-x86_64-linux.S
[843/1179] Compiling vpaes-x86-apple.S
[844/1179] Compiling vpaes-x86_64-apple.S
[845/1179] Compiling vpaes-armv8-win.S
[846/1179] Compiling err_data.cc
[847/1179] Compiling sha512-x86_64-apple.S
[848/1179] Compiling vpaes-armv8-apple.S
[849/1179] Compiling vpaes-armv7-linux.S
[850/1179] Compiling vpaes-armv8-linux.S
[850/1179] Compiling sha512-x86_64-linux.S
[852/1179] Compiling sha512-armv8-win.S
[853/1179] Compiling sha512-armv8-apple.S
[854/1179] Compiling sha512-armv8-linux.S
[855/1179] Compiling sha512-586-apple.S
[856/1179] Compiling sha256-x86_64-linux.S
[856/1179] Compiling sha512-armv4-linux.S
[858/1179] Compiling sha512-586-linux.S
[859/1179] Compiling sha256-x86_64-apple.S
[860/1179] Compiling sha256-armv8-apple.S
[861/1179] Compiling sha256-armv8-win.S
[862/1179] Compiling sha256-586-linux.S
[863/1179] Compiling sha256-armv4-linux.S
[864/1179] Compiling sha256-armv8-linux.S
[865/1179] Compiling sha1-x86_64-apple.S
[866/1179] Compiling sha256-586-apple.S
[867/1179] Compiling sha1-x86_64-linux.S
[868/1179] Compiling sha1-armv8-win.S
[869/1179] Compiling sha1-armv4-large-linux.S
[870/1179] Compiling sha1-armv8-apple.S
[871/1179] Compiling sha1-586-linux.S
[872/1179] Compiling sha1-armv8-linux.S
[873/1179] Compiling rsaz-avx2-linux.S
[874/1179] Compiling sha1-586-apple.S
[875/1179] Compiling rsaz-avx2-apple.S
[876/1179] Compiling rdrand-x86_64-linux.S
[877/1179] Compiling rdrand-x86_64-apple.S
[878/1179] Compiling p256_beeu-x86_64-asm-apple.S
[879/1179] Compiling p256_beeu-x86_64-asm-linux.S
[880/1179] Compiling p256_beeu-armv8-asm-win.S
[881/1179] Compiling p256_beeu-armv8-asm-linux.S
[882/1179] Compiling p256-x86_64-asm-apple.S
[883/1179] Compiling p256_beeu-armv8-asm-apple.S
[884/1179] Compiling p256-x86_64-asm-linux.S
[885/1179] Compiling p256-armv8-asm-win.S
[886/1179] Compiling p256-armv8-asm-linux.S
[887/1179] Compiling ghashv8-armv8-win.S
[888/1179] Compiling p256-armv8-asm-apple.S
[889/1179] Compiling ghashv8-armv8-apple.S
[890/1179] Compiling ghash-x86_64-linux.S
[891/1179] Compiling ghashv8-armv8-linux.S
[892/1179] Compiling ghashv8-armv7-linux.S
[893/1179] Compiling ghash-x86_64-apple.S
[894/1179] Compiling ghash-x86-linux.S
[895/1179] Compiling ghash-ssse3-x86_64-apple.S
[896/1179] Compiling ghash-ssse3-x86_64-linux.S
[897/1179] Compiling ghash-x86-apple.S
[898/1179] Compiling ghash-ssse3-x86-apple.S
[899/1179] Compiling ghash-ssse3-x86-linux.S
[900/1179] Compiling ghash-neon-armv8-apple.S
[901/1179] Compiling ghash-neon-armv8-win.S
[902/1179] Compiling ghash-neon-armv8-linux.S
[903/1179] Compiling ghash-armv4-linux.S
[904/1179] Compiling co-586-apple.S
[905/1179] Compiling co-586-linux.S
[906/1179] Compiling bn-armv8-linux.S
[907/1179] Compiling bsaes-armv7-linux.S
[908/1179] Compiling bn-armv8-win.S
[909/1179] Compiling bn-armv8-apple.S
[910/1179] Compiling bn-586-linux.S
[911/1179] Compiling bn-586-apple.S
[912/1179] Compiling armv8-mont-apple.S
[913/1179] Compiling armv8-mont-win.S
[914/1179] Compiling armv4-mont-linux.S
[915/1179] Compiling armv8-mont-linux.S
[916/1179] Compiling aesv8-gcm-armv8-win.S
[917/1179] Compiling aesv8-gcm-armv8-apple.S
[918/1179] Compiling aesv8-gcm-armv8-linux.S
[919/1179] Compiling aesv8-armv8-win.S
[919/1179] Compiling aesv8-armv8-linux.S
[921/1179] Compiling aesv8-armv8-apple.S
[922/1179] Compiling aesv8-armv7-linux.S
[923/1179] Compiling aesni-x86_64-linux.S
[924/1179] Compiling aesni-gcm-x86_64-linux.S
[925/1179] Compiling aesni-x86_64-apple.S
[926/1179] Compiling aesni-x86-linux.S
[927/1179] Compiling aesni-x86-apple.S
[928/1179] Compiling aesni-gcm-x86_64-apple.S
[929/1179] Compiling aes-gcm-avx10-x86_64-linux.S
[930/1179] Compiling aes-gcm-avx10-x86_64-apple.S
[931/1179] Compiling c-nioatomics.c
[932/1179] Compiling x_val.cc
[933/1179] Compiling x_x509a.cc
[934/1179] Compiling x_x509.cc
[935/1179] Compiling x_sig.cc
[936/1179] Compiling x_req.cc
[937/1179] Compiling x_spki.cc
[938/1179] Compiling x_pubkey.cc
[939/1179] Compiling c-atomics.c
[940/1179] Compiling x_name.cc
[941/1179] Compiling x_exten.cc
[942/1179] Compiling x_crl.cc
[943/1185] Compiling x_attrib.cc
[944/1185] Compiling x_algor.cc
[945/1185] Compiling x509spki.cc
[946/1185] Compiling x_all.cc
[948/1185] Compiling NIOConcurrencyHelpers NIOLock.swift
[948/1185] Compiling x509rset.cc
[950/1185] Compiling NIOConcurrencyHelpers lock.swift
[951/1185] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[952/1185] Emitting module NIOConcurrencyHelpers
[953/1185] Compiling NIOConcurrencyHelpers atomics.swift
[954/1185] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[955/1186] Compiling x509name.cc
[956/1186] Compiling x509_vfy.cc
[957/1186] Compiling x509_v3.cc
[958/1186] Compiling x509cset.cc
[959/1186] Compiling x509_vpm.cc
[960/1186] Compiling x509_txt.cc
[961/1186] Compiling x509_trs.cc
[962/1186] Compiling x509_req.cc
[963/1186] Compiling x509_obj.cc
[964/1186] Compiling x509_set.cc
[965/1186] Compiling x509_def.cc
[966/1186] Compiling x509_ext.cc
[967/1186] Compiling x509_lu.cc
[968/1186] Compiling x509_d2.cc
[969/1186] Compiling x509_cmp.cc
[970/1186] Compiling x509_att.cc
[971/1186] Compiling x509.cc
[972/1186] Compiling v3_utl.cc
[973/1186] Compiling v3_skey.cc
[974/1186] Compiling v3_prn.cc
[975/1186] Compiling v3_purp.cc
[976/1186] Compiling v3_pmaps.cc
[977/1186] Compiling v3_pcons.cc
[978/1186] Compiling v3_ocsp.cc
[979/1186] Compiling v3_int.cc
[980/1186] Compiling v3_ia5.cc
[981/1186] Compiling v3_lib.cc
[982/1186] Compiling v3_ncons.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_crld.cc
[988/1186] Compiling v3_cpols.cc
[989/1186] Compiling v3_conf.cc
[990/1186] Compiling v3_bitst.cc
[991/1186] Compiling v3_bcons.cc
[992/1186] Compiling v3_akeya.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_x509.cc
[998/1186] Compiling t_req.cc
[999/1186] Compiling i2d_pr.cc
[1000/1186] Compiling policy.cc
[1001/1186] Compiling t_crl.cc
[1002/1186] Compiling name_print.cc
[1003/1186] Compiling by_file.cc
[1004/1186] Compiling by_dir.cc
[1005/1186] Compiling voprf.cc
[1006/1186] Compiling asn1_gen.cc
[1007/1186] Compiling a_verify.cc
[1008/1186] Compiling a_sign.cc
[1009/1186] Compiling algorithm.cc
[1010/1186] Compiling a_digest.cc
[1011/1186] Compiling trust_token.cc
[1012/1186] Compiling thread_win.cc
[1013/1186] Compiling stack.cc
[1014/1186] Compiling wots.cc
[1015/1186] Compiling pmbtoken.cc
[1016/1186] Compiling thread_pthread.cc
[1017/1186] Compiling thread.cc
[1018/1186] Compiling thread_none.cc
[1019/1186] Compiling thash.cc
[1020/1186] Compiling sha512.cc
[1021/1186] Compiling siphash.cc
[1022/1186] Compiling slhdsa.cc
[1023/1186] Compiling merkle.cc
[1024/1186] Compiling fors.cc
[1025/1186] Compiling sha256.cc
[1026/1186] Compiling sha1.cc
[1027/1186] Compiling rsa_extra.cc
[1028/1186] Compiling rsa_print.cc
[1029/1186] Compiling rsa_asn1.cc
[1030/1186] Compiling rsa_crypt.cc
[1031/1186] Compiling refcount.cc
[1032/1186] Compiling urandom.cc
[1032/1186] Compiling windows.cc
[1034/1186] Compiling rc4.cc
[1035/1186] Compiling ios.cc
[1036/1186] Compiling trusty.cc
[1037/1186] Compiling rand_extra.cc
[1038/1186] Compiling deterministic.cc
[1039/1186] Compiling getentropy.cc
[1040/1186] Compiling poly1305_arm_asm.S
[1041/1186] Compiling forkunsafe.cc
[1042/1186] Compiling fork_detect.cc
[1043/1186] Compiling passive.cc
[1044/1186] Compiling poly1305_arm.cc
[1045/1186] Compiling poly1305.cc
[1046/1186] Compiling poly1305_vec.cc
[1047/1186] Compiling pool.cc
[1048/1186] Compiling pkcs8.cc
[1049/1186] Compiling pkcs7.cc
[1050/1186] Compiling pem_xaux.cc
[1051/1186] Compiling pkcs8_x509.cc
[1052/1186] Compiling pkcs7_x509.cc
[1053/1186] Compiling p5_pbev2.cc
[1054/1186] Compiling pem_x509.cc
[1055/1186] Compiling pem_pkey.cc
[1056/1186] Compiling obj_xref.cc
[1057/1186] Compiling pem_oth.cc
[1058/1186] Compiling pem_pk8.cc
[1059/1186] Compiling pem_info.cc
[1060/1186] Compiling pem_lib.cc
[1061/1186] Compiling mldsa.cc
[1062/1186] Compiling mlkem.cc
[1063/1186] Compiling obj.cc
[1064/1186] Compiling pem_all.cc
[1065/1186] Compiling poly_rq_mul.S
[1066/1186] Compiling fips_shared_support.cc
[1067/1186] Compiling mem.cc
[1068/1186] Compiling md5.cc
[1069/1186] Compiling md4.cc
[1070/1186] Compiling lhash.cc
[1071/1186] Compiling kyber.cc
[1072/1186] Compiling ex_data.cc
[1073/1186] Compiling hpke.cc
[1074/1186] Compiling hrss.cc
[1075/1186] Compiling pbkdf.cc
[1076/1186] Compiling print.cc
[1077/1186] Compiling sign.cc
[1078/1186] Compiling p_x25519.cc
[1079/1186] Compiling p_x25519_asn1.cc
[1080/1186] Compiling scrypt.cc
[1081/1186] Compiling p_rsa_asn1.cc
[1082/1186] Compiling p_ed25519.cc
[1083/1186] Compiling p_ec_asn1.cc
[1084/1186] Compiling p_hkdf.cc
[1085/1186] Compiling p_ed25519_asn1.cc
[1086/1186] Compiling p_rsa.cc
[1087/1186] Compiling p_dh.cc
[1088/1186] Compiling p_ec.cc
[1089/1186] Compiling p_dh_asn1.cc
[1090/1186] Compiling evp_ctx.cc
[1091/1186] Compiling p_dsa_asn1.cc
[1092/1186] Compiling evp.cc
[1093/1186] Compiling err.cc
[1094/1186] Compiling engine.cc
[1095/1186] Compiling evp_asn1.cc
[1096/1186] Compiling ecdsa_asn1.cc
[1097/1186] Compiling ecdh_extra.cc
[1098/1186] Compiling ec_derive.cc
[1099/1186] Compiling hash_to_curve.cc
[1100/1186] Compiling dsa.cc
[1101/1186] Compiling dsa_asn1.cc
[1102/1186] Compiling spake25519.cc
[1103/1186] Compiling ec_asn1.cc
[1104/1186] Compiling x25519-asm-arm.S
[1105/1186] Compiling des.cc
[1106/1186] Compiling dh_asn1.cc
[1107/1186] Compiling params.cc
[1108/1186] Compiling digest_extra.cc
[1109/1186] Compiling curve25519.cc
[1110/1186] Compiling cpu_arm_linux.cc
[1111/1186] Compiling curve25519_64_adx.cc
[1112/1186] Compiling crypto.cc
[1113/1186] Compiling cpu_aarch64_openbsd.cc
[1114/1186] Compiling cpu_intel.cc
[1115/1186] Compiling bcm.cc
[1116/1186] Compiling cpu_arm_freebsd.cc
[1117/1186] Compiling conf.cc
[1118/1186] Compiling cpu_aarch64_win.cc
[1119/1186] Compiling cpu_aarch64_sysreg.cc
[1120/1186] Compiling cpu_aarch64_apple.cc
[1121/1186] Compiling e_rc4.cc
[1122/1186] Compiling cpu_aarch64_linux.cc
[1123/1186] Compiling cpu_aarch64_fuchsia.cc
[1124/1186] Compiling e_aesctrhmac.cc
[1125/1186] Compiling tls_cbc.cc
[1126/1186] Compiling e_null.cc
[1127/1186] Compiling e_rc2.cc
[1128/1186] Compiling derive_key.cc
[1129/1186] Compiling e_tls.cc
[1130/1186] Compiling e_aesgcmsiv.cc
[1131/1186] Compiling e_chacha20poly1305.cc
[1132/1186] Compiling unicode.cc
[1133/1186] Compiling e_des.cc
[1134/1186] Compiling buf.cc
[1135/1186] Compiling cipher_extra.cc
[1136/1186] Compiling chacha.cc
[1137/1186] Compiling cbb.cc
[1138/1186] Compiling bn_asn1.cc
[1139/1186] Compiling ber.cc
[1140/1186] Compiling asn1_compat.cc
[1141/1186] Compiling blake2.cc
[1142/1186] Compiling cbs.cc
[1143/1186] Compiling printf.cc
[1144/1186] Compiling convert.cc
[1145/1186] Compiling hexdump.cc
[1146/1186] Compiling pair.cc
[1147/1186] Compiling fd.cc
[1148/1186] Compiling file.cc
[1149/1186] Compiling errno.cc
[1150/1186] Compiling bio_mem.cc
[1151/1186] Compiling base64.cc
[1152/1186] Compiling bio.cc
[1153/1186] Compiling tasn_typ.cc
[1154/1186] Compiling tasn_utl.cc
[1155/1186] Compiling tasn_fre.cc
[1156/1186] Compiling tasn_new.cc
[1157/1186] Compiling tasn_enc.cc
[1158/1186] Compiling tasn_dec.cc
[1159/1186] Compiling f_string.cc
[1160/1186] Compiling posix_time.cc
[1161/1186] Compiling f_int.cc
[1162/1186] Compiling asn_pack.cc
[1163/1186] Compiling asn1_par.cc
[1164/1186] Compiling asn1_lib.cc
[1165/1186] Compiling a_type.cc
[1166/1186] Compiling a_strex.cc
[1167/1186] Compiling a_time.cc
[1168/1186] Compiling a_strnid.cc
[1169/1186] Compiling a_octet.cc
[1170/1186] Compiling a_utctm.cc
[1171/1186] Compiling a_object.cc
[1172/1186] Compiling a_dup.cc
[1173/1186] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1174/1186] Write sources
[1175/1186] Compiling a_mbstr.cc
[1175/1186] Write sources
[1180/1186] Compiling a_i2d_fp.cc
[1181/1186] Compiling a_int.cc
[1182/1186] Compiling a_d2i_fp.cc
[1183/1186] Compiling a_gentm.cc
[1184/1327] Compiling a_bool.cc
[1185/1327] Compiling a_bitstr.cc
[1187/1327] Compiling AsyncAlgorithms AsyncChannel.swift
[1188/1327] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1189/1329] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1190/1329] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1191/1329] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1192/1329] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1193/1329] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1194/1329] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1196/1337] Compiling Atomics IntegerOperations.swift
[1197/1337] Compiling Atomics Unmanaged extensions.swift
[1198/1337] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1199/1337] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1200/1337] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1201/1337] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1204/1344] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1205/1344] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1206/1344] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1207/1344] Emitting module BitCollections
[1210/1344] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1211/1347] Emitting module AsyncAlgorithms
[1212/1353] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1213/1353] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1214/1353] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1215/1353] Compiling AsyncAlgorithms DebounceStorage.swift
[1216/1353] Compiling AsyncAlgorithms Dictionary.swift
[1217/1353] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1218/1353] Compiling AsyncAlgorithms Locking.swift
[1219/1353] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1220/1353] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1221/1353] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1222/1353] Compiling AsyncAlgorithms ZipStateMachine.swift
[1223/1353] Compiling AsyncAlgorithms ZipStorage.swift
[1224/1353] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1225/1353] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1226/1353] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1227/1353] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1228/1353] Compiling AsyncAlgorithms MergeStateMachine.swift
[1229/1353] Compiling AsyncAlgorithms MergeStorage.swift
[1230/1353] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1231/1353] Compiling AsyncAlgorithms Rethrow.swift
[1232/1353] Compiling AsyncAlgorithms SetAlgebra.swift
[1233/1353] Compiling BitCollections BitSet.Index.swift
[1234/1353] Compiling BitCollections BitSet._UnsafeHandle.swift
[1235/1353] Compiling BitCollections BitSet.swift
[1236/1353] Compiling BitCollections Range+Utilities.swift
[1237/1353] Compiling BitCollections Slice+Utilities.swift
[1238/1353] Compiling BitCollections UInt+Tricks.swift
[1239/1353] Compiling BitCollections _Word.swift
[1246/1353] Compiling CryptoBoringWrapper RandomBytes.swift
[1259/1353] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1260/1353] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1261/1353] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1262/1353] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1263/1353] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1264/1353] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1284/1353] Compiling Algorithms Trim.swift
[1285/1353] Compiling Algorithms Unique.swift
[1286/1353] Compiling Algorithms Windows.swift
[1287/1353] Compiling AsyncAlgorithms ChannelStorage.swift
[1288/1353] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1289/1353] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1290/1353] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1302/1353] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1303/1354] Compiling CryptoBoringWrapper EllipticCurve.swift
[1304/1354] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1306/1354] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1307/1354] Emitting module CryptoBoringWrapper
[1316/1354] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1317/1354] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1325/1357] Compiling Collections Collections.swift
[1326/1357] Emitting module Collections
[1345/1358] Emitting module Atomics
[1346/1429] Compiling Crypto Insecure.swift
[1347/1429] Compiling Crypto Insecure_HashFunctions.swift
[1348/1429] Compiling Crypto KEM.swift
[1349/1429] Compiling Crypto ECDH_boring.swift
[1350/1429] Compiling Crypto DH.swift
[1351/1429] Compiling Crypto ECDH.swift
[1353/1430] Compiling Crypto ChaChaPoly.swift
[1354/1430] Compiling Crypto Cipher.swift
[1355/1430] Compiling Crypto Nonces.swift
[1356/1430] Compiling Crypto AES-GCM.swift
[1357/1430] Compiling Crypto AES-GCM_boring.swift
[1358/1430] Compiling Crypto ChaChaPoly_boring.swift
[1360/1439] Compiling ServiceLifecycle Service.swift
[1361/1440] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1362/1440] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1363/1440] Compiling ServiceLifecycle ServiceRunnerError.swift
[1364/1468] Compiling ServiceLifecycle CancellationWaiter.swift
[1365/1468] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1366/1468] Compiling ServiceLifecycle GracefulShutdown.swift
[1367/1500] Emitting module ServiceLifecycle
[1368/1500] Emitting module Algorithms
[1370/1501] Compiling Crypto SymmetricKeys.swift
[1371/1501] Compiling Crypto HMAC.swift
[1372/1501] Compiling Crypto MACFunctions.swift
[1373/1501] Compiling Crypto MessageAuthenticationCode.swift
[1374/1501] Compiling Crypto AES.swift
[1375/1501] Compiling Crypto ECDSASignature_boring.swift
[1376/1501] Compiling Crypto ECDSA_boring.swift
[1377/1501] Compiling Crypto EdDSA_boring.swift
[1378/1501] Compiling Crypto ECDSA.swift
[1379/1501] Compiling Crypto Ed25519.swift
[1380/1510] Compiling ServiceLifecycle ServiceGroup.swift
[1382/1511] Compiling NIOCore Interfaces.swift
[1383/1511] Compiling NIOCore Linux.swift
[1384/1511] Compiling NIOCore MarkedCircularBuffer.swift
[1385/1511] Compiling NIOCore CircularBuffer.swift
[1386/1511] Compiling NIOCore Codec.swift
[1387/1511] Compiling NIOCore ConvenienceOptionSupport.swift
[1388/1511] Compiling NIOCore DeadChannel.swift
[1389/1511] Compiling NIOCore DispatchQueue+WithFuture.swift
[1390/1511] Compiling NIOCore EventLoop+Deprecated.swift
[1391/1511] Compiling NIOCore EventLoop+SerialExecutor.swift
[1392/1511] Compiling NIOCore EventLoopFuture.swift
[1393/1511] Compiling NIOCore FileDescriptor.swift
[1394/1511] Compiling NIOCore FileHandle.swift
[1395/1511] Compiling NIOCore FileRegion.swift
[1396/1511] Compiling NIOCore GlobalSingletons.swift
[1397/1511] Compiling NIOCore IO.swift
[1398/1511] Compiling NIOCore IOData.swift
[1399/1511] Compiling NIOCore IPProtocol.swift
[1400/1511] Compiling NIOCore IntegerBitPacking.swift
[1401/1511] Compiling NIOCore IntegerTypes.swift
[1402/1511] Compiling NIOCore EventLoop.swift
[1403/1511] Compiling NIOCore MulticastChannel.swift
[1404/1511] Compiling NIOCore NIOAny.swift
[1405/1511] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1406/1511] Compiling NIOCore NIOLoopBound.swift
[1407/1511] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1408/1511] Compiling NIOCore NIOScheduledCallback.swift
[1409/1511] Compiling NIOCore NIOSendable.swift
[1410/1511] Compiling NIOCore RecvByteBufferAllocator.swift
[1411/1511] Compiling Crypto X25519Keys.swift
[1420/1519] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1421/1519] Compiling NIOCore ByteBuffer-views.swift
[1422/1519] Compiling NIOCore Channel.swift
[1423/1519] Compiling NIOCore ChannelHandler.swift
[1424/1519] Compiling NIOCore ChannelHandlers.swift
[1425/1519] Compiling NIOCore ChannelInvoker.swift
[1426/1519] Compiling NIOCore ChannelOption.swift
[1427/1519] Compiling NIOCore ChannelPipeline.swift
[1428/1519] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1429/1519] Compiling NIOCore BSDSocketAPI.swift
[1430/1519] Compiling NIOCore ByteBuffer-aux.swift
[1431/1519] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1432/1519] Compiling NIOCore ByteBuffer-conversions.swift
[1433/1519] Compiling NIOCore ByteBuffer-core.swift
[1434/1519] Compiling NIOCore ByteBuffer-hex.swift
[1435/1519] Compiling NIOCore ByteBuffer-int.swift
[1436/1519] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1437/1519] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1438/1519] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1439/1519] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1440/1519] Compiling NIOCore AddressedEnvelope.swift
[1441/1519] Compiling NIOCore AsyncAwaitSupport.swift
[1442/1519] Compiling NIOCore AsyncChannel.swift
[1443/1519] Compiling NIOCore AsyncChannelHandler.swift
[1444/1519] Compiling NIOCore AsyncChannelInboundStream.swift
[1445/1519] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1446/1519] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1447/1519] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1448/1519] Compiling NIOCore NIOAsyncWriter.swift
[1449/1519] Compiling NIOCore ByteBuffer-multi-int.swift
[1450/1519] Emitting module Crypto
[1459/1519] Compiling Crypto Signature.swift
[1460/1519] Compiling Crypto CryptoKitErrors_boring.swift
[1461/1519] Compiling Crypto RNG_boring.swift
[1462/1519] Compiling Crypto SafeCompare_boring.swift
[1463/1519] Compiling Crypto Zeroization_boring.swift
[1464/1519] Compiling Crypto PrettyBytes.swift
[1465/1519] Compiling Crypto SafeCompare.swift
[1466/1519] Compiling Crypto SecureBytes.swift
[1467/1519] Compiling Crypto Zeroization.swift
[1485/1522] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1486/1522] Compiling NIOCore SocketAddresses.swift
[1487/1522] Compiling NIOCore SocketOptionProvider.swift
[1488/1522] Compiling NIOCore SystemCallHelpers.swift
[1489/1522] Compiling NIOCore TimeAmount+Duration.swift
[1490/1522] Compiling NIOCore TypeAssistedChannelHandler.swift
[1491/1522] Compiling NIOCore UniversalBootstrapSupport.swift
[1492/1522] Compiling NIOCore Utilities.swift
[1493/1522] Emitting module HummingbirdOTP
[1494/1522] Compiling HummingbirdOTP OTP.swift
[1505/1523] Emitting module NIOCore
[1525/1576] Emitting module NIOHTTPTypes
[1526/1576] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1528/1577] Emitting module NIOEmbedded
[1529/1577] Compiling NIOEmbedded AsyncTestingChannel.swift
[1530/1577] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1531/1577] Compiling NIOEmbedded Embedded.swift
[1533/1578] Compiling NIOPosix IO.swift
[1534/1578] Compiling NIOPosix IntegerBitPacking.swift
[1535/1578] Compiling NIOPosix IntegerTypes.swift
[1536/1578] Compiling NIOPosix Linux.swift
[1537/1578] Compiling NIOPosix LinuxCPUSet.swift
[1538/1578] Compiling NIOPosix LinuxUring.swift
[1539/1578] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1540/1578] Compiling NIOPosix NIOThreadPool.swift
[1541/1578] Compiling NIOPosix NonBlockingFileIO.swift
[1542/1578] Compiling NIOPosix PendingDatagramWritesManager.swift
[1543/1578] Compiling NIOPosix PendingWritesManager.swift
[1544/1578] Compiling NIOPosix PipeChannel.swift
[1545/1578] Compiling NIOPosix PipePair.swift
[1546/1584] Compiling NIOPosix Pool.swift
[1547/1584] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1548/1584] Compiling NIOPosix PosixSingletons.swift
[1549/1584] Compiling NIOPosix RawSocketBootstrap.swift
[1550/1584] Compiling NIOPosix Resolver.swift
[1551/1584] Compiling NIOPosix Selectable.swift
[1552/1584] Compiling NIOPosix SelectableChannel.swift
[1553/1584] Compiling NIOPosix SelectableEventLoop.swift
[1554/1584] Compiling NIOPosix SelectorEpoll.swift
[1555/1584] Compiling NIOPosix SelectorGeneric.swift
[1556/1584] Compiling NIOPosix SelectorKqueue.swift
[1557/1584] Compiling NIOPosix SelectorUring.swift
[1558/1584] Compiling NIOPosix ServerSocket.swift
[1559/1584] Compiling NIOPosix Socket.swift
[1560/1584] Compiling NIOPosix SocketChannel.swift
[1561/1584] Compiling NIOPosix SocketProtocols.swift
[1562/1584] Compiling NIOPosix System.swift
[1563/1584] Compiling NIOPosix Thread.swift
[1564/1584] Emitting module NIOPosix
[1565/1584] Compiling NIOPosix BSDSocketAPICommon.swift
[1566/1584] Compiling NIOPosix BSDSocketAPIPosix.swift
[1567/1584] Compiling NIOPosix BSDSocketAPIWindows.swift
[1568/1584] Compiling NIOPosix BaseSocket.swift
[1569/1584] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1570/1584] Compiling NIOPosix BaseSocketChannel.swift
[1571/1584] Compiling NIOPosix BaseStreamSocketChannel.swift
[1572/1584] Compiling NIOPosix ThreadPosix.swift
[1573/1584] Compiling NIOPosix ThreadWindows.swift
[1574/1584] Compiling NIOPosix UnsafeTransfer.swift
[1575/1584] Compiling NIOPosix Utilities.swift
[1576/1584] Compiling NIOPosix VsockAddress.swift
[1577/1584] Compiling NIOPosix VsockChannelEvents.swift
[1578/1584] Compiling NIOPosix Bootstrap.swift
[1579/1584] Compiling NIOPosix ControlMessage.swift
[1580/1584] Compiling NIOPosix DatagramVectorReadManager.swift
[1581/1584] Compiling NIOPosix Errors+Any.swift
[1582/1584] Compiling NIOPosix FileDescriptor.swift
[1583/1584] Compiling NIOPosix GetaddrinfoResolver.swift
[1584/1584] Compiling NIOPosix HappyEyeballs.swift
[1586/1587] Compiling NIO Exports.swift
[1587/1587] Emitting module NIO
[1589/1627] Compiling NIOTLS TLSEvents.swift
[1590/1627] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1591/1628] Compiling NIOSOCKS SOCKSResponse.swift
[1592/1628] Compiling NIOSOCKS ClientStateMachine.swift
[1593/1628] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1594/1628] Compiling NIOHTTP1 HTTPEncoder.swift
[1595/1628] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1596/1628] Emitting module NIOSOCKS
[1597/1628] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1598/1628] Compiling NIOHTTP1 HTTPDecoder.swift
[1599/1628] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1600/1628] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1601/1628] Compiling NIOSOCKS ServerStateMachine.swift
[1602/1628] Emitting module NIOTLS
[1603/1628] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1604/1628] Compiling NIOTLS SNIHandler.swift
[1605/1628] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1606/1628] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1607/1629] Emitting module NIOFoundationCompat
[1608/1629] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1609/1629] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1610/1629] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1611/1629] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1612/1629] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1613/1631] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1614/1631] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1620/1633] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1621/1633] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1622/1684] Compiling NIOTransportServices AcceptHandler.swift
[1623/1684] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1624/1684] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1625/1686] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1626/1686] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1627/1686] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1628/1686] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1629/1686] Compiling NIOTransportServices NIOTSErrors.swift
[1630/1686] Compiling NIOTransportServices NIOTSEventLoop.swift
[1631/1686] Emitting module NIOTransportServices
[1632/1686] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1633/1686] Compiling NIOTransportServices NIOTSSingletons.swift
[1634/1686] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1635/1686] Compiling NIOTransportServices StateManagedChannel.swift
[1636/1686] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1637/1686] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1638/1686] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1639/1686] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1640/1686] Compiling NIOTransportServices NIOTSBootstraps.swift
[1641/1686] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1642/1686] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1643/1686] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1644/1686] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1645/1686] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1653/1687] Emitting module NIOHTTP1
[1660/1728] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1661/1728] Emitting module NIOHTTPTypesHTTP1
[1662/1728] Compiling NIOHPACK IntegerCoding.swift
[1663/1729] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1664/1729] Compiling NIOExtras NIOExtrasError.swift
[1665/1731] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1666/1731] Compiling NIOExtras NIORequestIdentifiable.swift
[1667/1731] Compiling NIOHPACK IndexedHeaderTable.swift
[1668/1731] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1669/1731] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1670/1731] Compiling NIOSSL SSLPrivateKey.swift
[1671/1731] Compiling NIOSSL SSLPublicKey.swift
[1672/1731] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1673/1731] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1674/1735] Compiling NIOHPACK StaticHeaderTable.swift
[1675/1735] Compiling NIOExtras RequestResponseHandler.swift
[1676/1735] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1677/1735] Compiling NIOHPACK HuffmanTables.swift
[1678/1735] Compiling NIOExtras PCAPRingBuffer.swift
[1679/1735] Compiling NIOExtras QuiescingHelper.swift
[1680/1735] Emitting module NIOHTTPCompression
[1681/1735] Compiling NIOExtras DebugInboundEventsHandler.swift
[1682/1735] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1683/1735] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1686/1735] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1687/1735] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1688/1735] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1689/1735] Emitting module NIOSSL
[1692/1736] Compiling NIOHPACK HuffmanCoding.swift
[1693/1736] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1694/1736] Compiling NIOExtras JSONRPCFraming.swift
[1695/1736] Compiling NIOHTTPCompression HTTPCompression.swift
[1696/1736] Compiling NIOHTTPCompression HTTPDecompression.swift
[1698/1736] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1699/1736] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1702/1737] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1703/1737] Compiling NIOExtras LengthFieldPrepender.swift
[1704/1737] Emitting module NIOHPACK
[1706/1738] Emitting module NIOExtras
[1716/1738] Compiling NIOExtras LineBasedFrameDecoder.swift
[1720/1738] Compiling NIOSSL SafeCompare.swift
[1721/1738] Compiling NIOSSL Zeroization.swift
[1722/1738] Compiling NIOSSL TLSConfiguration.swift
[1723/1738] Compiling NIOSSL UniversalBootstrapSupport.swift
[1724/1738] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1726/1738] Compiling NIOExtras UnsafeTransfer.swift
[1727/1738] Compiling NIOExtras WritePCAPHandler.swift
[1741/1798] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1742/1798] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1743/1798] Compiling NIOHTTP2 HasLocalSettings.swift
[1744/1798] Compiling NIOHTTP2 HasRemoteSettings.swift
[1745/1798] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1746/1798] Compiling NIOHTTP2 QuiescingState.swift
[1747/1798] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1748/1798] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1749/1830] Emitting module NIOHTTP2
[1750/1830] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1751/1830] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1752/1830] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1753/1830] Compiling NIOHTTP2 HTTP2StreamID.swift
[1754/1830] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1755/1830] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1756/1830] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1757/1830] Compiling NIOHTTP2 InboundEventBuffer.swift
[1758/1830] Compiling NIOHTTP2 InboundWindowManager.swift
[1759/1830] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1760/1830] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1761/1830] Compiling NIOHTTP2 StreamChannelList.swift
[1762/1830] Compiling NIOHTTP2 StreamMap.swift
[1763/1830] Compiling NIOHTTP2 StreamStateMachine.swift
[1764/1830] Compiling NIOHTTP2 UnsafeTransfer.swift
[1765/1830] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1766/1830] Compiling HummingbirdCore ResponseBodyWriter.swift
[1767/1830] Compiling HummingbirdCore ResponseWriter.swift
[1768/1830] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1769/1830] Compiling HummingbirdCore BindAddress.swift
[1770/1830] Compiling HummingbirdCore HTTP1Channel.swift
[1771/1830] Compiling HummingbirdCore HTTPChannelHandler.swift
[1772/1830] Compiling HummingbirdCore HTTPServerBuilder.swift
[1773/1830] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1774/1830] 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
<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
[1784/1833] 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
[1785/1833] 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
[1786/1833] 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
[1787/1833] 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
[1788/1833] 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
[1789/1833] 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
[1790/1833] 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
[1791/1833] 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
[1792/1833] 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
[1793/1833] 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
[1794/1833] 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
[1795/1833] 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
[1796/1833] 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
[1797/1833] 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
[1798/1833] 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
[1799/1833] 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
[1800/1833] 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
[1801/1833] 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
[1803/1834] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1804/1834] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1805/1834] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1806/1834] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1807/1834] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1808/1834] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1809/1834] Compiling NIOHTTP2 HTTP2Error.swift
[1810/1834] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1819/1834] Compiling NIOHTTP2 StateMachineResult.swift
[1820/1834] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1821/1834] Compiling NIOHTTP2 DOSHeuristics.swift
[1822/1834] Compiling NIOHTTP2 Error+Any.swift
[1823/1834] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1824/1834] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1825/1834] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1826/1834] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1828/1834] Compiling NIOHTTP2 HTTP2Frame.swift
[1829/1834] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1830/1834] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1831/1834] Compiling NIOHTTP2 HTTP2PingData.swift
[1832/1834] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1833/1834] Compiling NIOHTTP2 HTTP2Settings.swift
[1834/1834] Compiling NIOHTTP2 HTTP2Stream.swift
[1836/1959] Emitting module AsyncHTTPClient
[1837/1967] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1838/1967] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1839/1967] Compiling AsyncHTTPClient Transaction.swift
[1840/1967] Compiling AsyncHTTPClient Base64.swift
[1841/1967] Compiling AsyncHTTPClient BasicAuth.swift
[1842/1967] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1843/1967] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1844/1967] Compiling AsyncHTTPClient ConnectionPool.swift
[1845/1967] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1846/1967] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1847/1967] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1848/1967] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1849/1967] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1850/1967] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1851/1967] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1852/1967] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1853/1967] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1854/1967] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1855/1967] 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
[1856/1967] 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
[1857/1967] 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
[1858/1967] 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
[1859/1967] 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
[1860/1967] Compiling AsyncHTTPClient RequestBag.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/1967] Compiling AsyncHTTPClient RequestValidation.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/1967] Compiling AsyncHTTPClient SSLContextCache.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/1967] Compiling AsyncHTTPClient Scheme.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/1976] Compiling AsyncHTTPClient ConnectionTarget.swift
[1865/1976] Compiling AsyncHTTPClient DeconstructedURL.swift
[1866/1976] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1867/1976] Compiling AsyncHTTPClient FoundationExtensions.swift
[1868/1976] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1869/1976] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1870/1976] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1871/1976] Compiling AsyncHTTPClient HTTPClient.swift
[1872/1976] Compiling AsyncHTTPClient HTTPHandler.swift
[1873/1976] Compiling AsyncHTTPClient LRUCache.swift
[1874/1976] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1880/1976] 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
[1881/1976] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1882/1976] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1883/1976] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1884/1976] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1885/1976] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1886/1976] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1887/1976] Compiling AsyncHTTPClient RequestBodyLength.swift
[1888/1976] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1889/1976] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1890/1976] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1891/1976] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1892/1976] Compiling AsyncHTTPClient HTTP1Connection.swift
[1893/1976] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1894/1976] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1895/1976] Compiling AsyncHTTPClient HTTP2Connection.swift
[1896/1976] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1897/1976] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1898/1976] Compiling AsyncHTTPClient RequestOptions.swift
[1899/1976] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1900/1976] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1901/1976] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1902/1976] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1903/1976] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1904/1976] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1905/1976] 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
<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
<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
[1928/1976] Compiling Hummingbird PersistDriver.swift
[1929/1976] Compiling Hummingbird PersistError.swift
[1930/1976] Compiling Hummingbird ByteBuffer+foundation.swift
[1931/1976] Compiling Hummingbird DateCache.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
<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
[1946/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
[1947/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
[1948/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
[1949/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
[1950/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
<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
<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
<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
[1979/1999] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1980/1999] Compiling HummingbirdAuth SessionAuthenticator.swift
[1981/2000] Compiling HummingbirdTesting Application+Test.swift
[1982/2000] Compiling HummingbirdTesting ApplicationTester.swift
[1983/2000] Emitting module HummingbirdAuth
[1984/2000] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1985/2000] Compiling HummingbirdAuth BasicAuthentication.swift
[1986/2000] Compiling HummingbirdAuth BearerAuthentication.swift
[1987/2000] Compiling HummingbirdAuth Deprecated.swift
[1988/2000] Compiling HummingbirdAuth SessionContext.swift
[1989/2000] Compiling HummingbirdAuth SessionMiddleware.swift
[1990/2000] Compiling HummingbirdAuth UserSessionRepository.swift
[1991/2000] 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 |
[1993/2005] 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
[1994/2006] 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
<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
[1997/2006] 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
[1998/2006] 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
[1999/2006] 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
[2000/2006] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[2001/2006] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[2002/2006] Emitting module HummingbirdBasicAuth
[2003/2006] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[2004/2007] 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
[2006/2007] 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
[2007/2007] 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
[2009/2010] Emitting module HummingbirdAuthTesting
[2010/2010] 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! (437.55s)
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.