The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of hummingbird-auth, reference main (9c1e59), with Swift 6.1 for Linux on 30 Apr 2025 02:24:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-auth
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c1e59e Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#85)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
9c1e59e4b5717c29dfcdd5abf0b0b507f0c759c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at main
========================================
Build
========================================
Selected platform:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-crypto.git
[1/833] Fetching swift-extras-base64
[834/25256] Fetching swift-extras-base64, hummingbird
[835/39040] Fetching swift-extras-base64, hummingbird, swift-crypto
[6748/114601] Fetching swift-extras-base64, hummingbird, swift-crypto, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (2.33s)
[89589/113768] Fetching hummingbird, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.39s)
[76561/99984] Fetching hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (6.42s)
Fetched https://github.com/apple/swift-nio.git from cache (6.47s)
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 (9.13s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.90s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[944/8281] Fetching swift-nio-transport-services, swift-nio-extras
[1870/10675] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle
[7152/24565] Fetching swift-nio-transport-services, swift-nio-extras, swift-service-lifecycle, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
[9018/21946] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.84s)
[13506/16284] Fetching swift-service-lifecycle, async-http-client
Fetching https://github.com/apple/swift-metrics.git
[16285/27788] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2
[17436/29994] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2, swift-metrics
[17613/44803] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2, swift-metrics, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
[21119/42597] Fetching swift-service-lifecycle, async-http-client, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.83s)
[23740/40203] Fetching async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.83s)
[10425/26313] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[12448/27217] Fetching swift-nio-http2, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
Fetching https://github.com/apple/swift-atomics.git
[15643/26313] Fetching swift-nio-http2, swift-nio-ssl
[16985/30149] Fetching swift-nio-http2, swift-nio-ssl, swift-log
[21359/46418] Fetching swift-nio-http2, swift-nio-ssl, swift-log, swift-collections
[25085/48123] Fetching swift-nio-http2, swift-nio-ssl, swift-log, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.88s)
[25340/44287] Fetching swift-nio-http2, swift-nio-ssl, swift-collections, swift-atomics
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.22s)
[26397/42582] Fetching swift-nio-http2, swift-nio-ssl, swift-collections
[26484/47547] Fetching swift-nio-http2, swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.00s)
[26370/36043] Fetching swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.86s)
[22456/31078] Fetching swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.94s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.39s)
[1/4974] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (6.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.35s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.33s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.59s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.62s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.71s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[1128/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
[3837/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.23s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (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.77s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.83s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.70s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (2.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.96s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (2.88s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (4.82s)
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.2.2
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.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-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-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-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-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-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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.25.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Building for debugging...
[0/831] Write sources
[48/831] Compiling _NumericsShims _NumericsShims.c
[49/831] Compiling _AtomicsShims.c
[50/831] Compiling CNIOWindows WSAStartup.c
[51/831] Compiling CNIOWASI CNIOWASI.c
[52/831] Compiling CNIOWindows shim.c
[53/831] Compiling CBcrypt bcrypt.c
[54/831] Compiling CNIOLinux liburing_shims.c
[55/831] Compiling CBcrypt blf.c
[56/831] Compiling CNIOExtrasZlib empty.c
[57/831] Compiling CNIODarwin shim.c
[58/831] Compiling CNIOLLHTTP c_nio_http.c
[59/831] Compiling CNIOLinux shim.c
[60/831] Compiling fiat_p256_adx_sqr.S
[61/831] Compiling fiat_p256_adx_mul.S
[62/831] Compiling fiat_curve25519_adx_square.S
[63/831] Compiling CNIOLLHTTP c_nio_api.c
[64/831] Compiling fiat_curve25519_adx_mul.S
[65/831] Write swift-version-24593BA9C3E375BF.txt
[66/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/833] Compiling CNIOBoringSSLShims shims.c
[68/837] Compiling tls_record.cc
[69/837] Compiling tls_method.cc
[70/837] Compiling tls13_client.cc
[71/837] Compiling tls13_enc.cc
[72/837] Compiling tls13_server.cc
[73/850] Compiling tls13_both.cc
[75/874] Emitting module ServiceContextModule
[76/882] Emitting module HummingbirdBcrypt
/host/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[77/882] Emitting module HTTPTypes
[78/883] Emitting module InternalCollectionsUtilities
[79/885] Compiling HTTPTypes HTTPRequest.swift
[80/885] Compiling HTTPTypes HTTPParsedFields.swift
[81/885] Compiling HummingbirdBcrypt Bcrypt.swift
/host/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[82/885] Compiling HTTPTypes HTTPField.swift
[83/886] Compiling RealModule Real.swift
[84/887] Emitting module _NIOBase64
[85/887] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/887] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/887] Compiling _NIOBase64 Base64.swift
[88/887] Compiling InternalCollectionsUtilities Debugging.swift
[89/887] Compiling InternalCollectionsUtilities Descriptions.swift
[90/887] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/887] Compiling InternalCollectionsUtilities Specialize.swift
[92/888] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/888] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/888] Compiling ServiceContextModule ServiceContextKey.swift
[95/888] Compiling ServiceContextModule ServiceContext.swift
[96/888] Emitting module RealModule
[97/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[98/888] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[99/889] Compiling RealModule ElementaryFunctions.swift
[100/889] Compiling RealModule Float+Real.swift
[101/889] Compiling RealModule Float16+Real.swift
[102/889] Compiling RealModule Float80+Real.swift
[103/889] Compiling HTTPTypes ISOLatin1String.swift
[104/889] Compiling _NIODataStructures _TinyArray.swift
[107/889] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[108/889] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[109/889] Compiling InternalCollectionsUtilities Integer rank.swift
[110/889] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[113/889] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[114/889] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[115/889] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/889] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[117/890] Compiling HTTPTypes HTTPResponse.swift
[118/890] Compiling _NIODataStructures PriorityQueue.swift
[123/890] Compiling RealModule RealFunctions.swift
[125/976] Compiling Instrumentation NoOpInstrument.swift
[126/1030] Compiling Instrumentation MultiplexInstrument.swift
[127/1030] Emitting module Instrumentation
[128/1030] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[129/1030] Compiling HeapModule Heap+Descriptions.swift
[130/1030] Compiling Logging MetadataProvider.swift
[131/1030] Compiling HTTPTypes NIOLock.swift
[132/1030] Compiling HeapModule _HeapNode.swift
[133/1030] Compiling Instrumentation InstrumentationSystem.swift
[134/1030] Compiling Instrumentation Instrument.swift
[135/1030] Compiling Instrumentation Locks.swift
[136/1031] Emitting module _NIODataStructures
[137/1031] Compiling _NIODataStructures Heap.swift
[138/1032] Compiling HeapModule Heap.swift
[139/1032] Compiling Logging LogHandler.swift
[140/1032] Compiling Logging Locks.swift
[141/1032] Emitting module Logging
[142/1032] Compiling Logging Logging.swift
[144/1033] Compiling HeapModule Heap+Invariants.swift
[145/1033] Compiling HeapModule Heap+UnsafeHandle.swift
[148/1033] Emitting module HeapModule
[149/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[150/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[151/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[152/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[153/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[154/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[155/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[156/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[157/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[158/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[159/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[160/1034] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[161/1034] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[162/1034] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[163/1041] Compiling OrderedCollections OrderedDictionary.swift
[164/1041] Compiling OrderedCollections OrderedSet+Codable.swift
[165/1041] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[166/1041] Compiling OrderedCollections OrderedSet+Descriptions.swift
[167/1041] Compiling OrderedCollections OrderedSet+Diffing.swift
[168/1041] Compiling OrderedCollections OrderedSet+Equatable.swift
[169/1041] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[170/1041] Compiling OrderedCollections OrderedSet+Hashable.swift
[172/1140] Compiling HashTreeCollections TreeDictionary+Values.swift
[173/1140] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[174/1140] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[175/1140] Compiling HashTreeCollections _HashNode+Structural union.swift
[176/1140] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[177/1140] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[178/1140] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[179/1140] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[180/1140] Compiling HashTreeCollections _HashNode+Invariants.swift
[181/1140] Compiling HashTreeCollections _HashNode+Lookups.swift
[182/1140] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[183/1140] Compiling HashTreeCollections _HashTreeIterator.swift
[184/1140] Compiling HashTreeCollections _HashTreeStatistics.swift
[185/1140] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[186/1140] Compiling HashTreeCollections _RawHashNode.swift
[187/1140] Compiling HashTreeCollections _UnmanagedHashNode.swift
[188/1140] Compiling HashTreeCollections _UnsafePath.swift
[189/1140] Compiling HashTreeCollections TreeDictionary+Codable.swift
[190/1140] Compiling HashTreeCollections TreeDictionary+Collection.swift
[191/1140] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[192/1140] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[193/1140] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[194/1140] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[195/1140] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[196/1143] Compiling HashTreeCollections _Bucket.swift
[197/1143] Compiling HashTreeCollections _Hash.swift
[200/1145] Compiling Tracing TracingTime.swift
[201/1145] Emitting module Tracing
[202/1145] Compiling Tracing TracerProtocol.swift
[203/1145] Compiling Tracing InstrumentationSystem+Tracing.swift
[204/1145] Compiling Tracing NoOpTracer.swift
[205/1145] Compiling HashTreeCollections _HashLevel.swift
[206/1145] Compiling HashTreeCollections _HashNode+Builder.swift
[207/1145] Compiling HashTreeCollections _HashNode+Debugging.swift
[208/1145] Compiling HashTreeCollections _HashNode+Initializers.swift
[209/1145] Compiling HashTreeCollections TreeSet+Hashable.swift
[210/1145] Compiling HashTreeCollections TreeSet+Sendable.swift
[211/1145] Compiling HashTreeCollections TreeSet+Sequence.swift
[212/1145] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[213/1145] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[214/1145] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[215/1145] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[216/1145] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[217/1145] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[218/1145] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[219/1145] Compiling Tracing Tracer.swift
[220/1145] Compiling Tracing TracerProtocol+Legacy.swift
[221/1155] Compiling DequeModule _DequeSlot.swift
[222/1155] Compiling DequeModule _UnsafeWrappedBuffer.swift
[223/1155] Emitting module OrderedCollections
[224/1155] Emitting module CoreMetrics
[225/1155] Compiling Tracing SpanProtocol.swift
[233/1156] Compiling HashTreeCollections TreeDictionary+Filter.swift
[234/1156] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[235/1156] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[236/1156] Compiling HashTreeCollections TreeDictionary+Keys.swift
[237/1156] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[238/1156] Compiling HashTreeCollections TreeDictionary+Merge.swift
[239/1156] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[240/1156] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[242/1159] Compiling HashTreeCollections _AncestorHashSlots.swift
[243/1159] Compiling HashTreeCollections _Bitmap.swift
[250/1159] Compiling HashTreeCollections TreeDictionary.swift
[251/1159] Compiling HashTreeCollections TreeSet+Codable.swift
[252/1159] Compiling HashTreeCollections TreeSet+Collection.swift
[253/1159] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[254/1159] Compiling HashTreeCollections TreeSet+Debugging.swift
[255/1159] Compiling HashTreeCollections TreeSet+Descriptions.swift
[256/1159] Compiling HashTreeCollections TreeSet+Equatable.swift
[257/1159] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[258/1159] Compiling HashTreeCollections TreeSet+Extras.swift
[259/1159] Compiling HashTreeCollections TreeSet+Filter.swift
[260/1159] Emitting module DequeModule
[263/1160] Compiling ConcurrencyHelpers LockedValueBox.swift
[264/1160] Compiling ConcurrencyHelpers Lock.swift
[266/1160] Emitting module ConcurrencyHelpers
[268/1161] Compiling HashTreeCollections _HashNode+Structural merge.swift
[284/1162] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[285/1162] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[286/1162] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[287/1162] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[288/1162] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[294/1171] Compiling _RopeModule _CharacterRecognizer.swift
[295/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[296/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[297/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[298/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[299/1171] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[300/1171] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[301/1171] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[302/1171] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[303/1171] Compiling HashTreeCollections TreeSet.swift
[304/1171] Compiling CoreMetrics Metrics.swift
[305/1171] Compiling CoreMetrics Locks.swift
[318/1177] Emitting module UnixSignals
[319/1177] Compiling HTTPTypes HTTPFieldName.swift
[320/1177] Compiling HTTPTypes HTTPFields.swift
[321/1178] Compiling UnixSignals UnixSignalsSequence.swift
[322/1178] Compiling UnixSignals UnixSignal.swift
[325/1179] Emitting module _RopeModule
[337/1179] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[338/1179] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[339/1179] Compiling HashTreeCollections _HashNode+Storage.swift
[340/1179] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[341/1179] Compiling HashTreeCollections _HashNode+Structural filter.swift
[355/1179] Compiling HashTreeCollections _HashNode.swift
[356/1179] Compiling HashTreeCollections _HashNodeHeader.swift
[357/1179] Compiling HashTreeCollections _HashSlot.swift
[358/1179] Compiling HashTreeCollections _HashStack.swift
[358/1179] Compiling t1_enc.cc
[359/1179] Compiling ssl_x509.cc
[361/1179] Compiling _RopeModule Rope+Join.swift
[362/1179] Compiling _RopeModule Rope+MutatingForEach.swift
[363/1179] Compiling _RopeModule Rope+Remove.swift
[364/1179] Compiling _RopeModule Rope+RemoveSubrange.swift
[365/1179] Compiling _RopeModule Rope+Split.swift
[366/1179] Compiling _RopeModule Optional Utilities.swift
[367/1179] Compiling _RopeModule String Utilities.swift
[368/1179] Compiling _RopeModule String.Index+ABI.swift
[419/1179] Emitting module Metrics
[420/1180] Compiling ssl_transcript.cc
[421/1180] Compiling ssl_versions.cc
[423/1180] Emitting module HashTreeCollections
[424/1181] Compiling ssl_stat.cc
[426/1181] Compiling Metrics Metrics.swift
[427/1182] Compiling ssl_session.cc
[428/1182] Compiling ssl_key_share.cc
[429/1182] Compiling ssl_privkey.cc
[430/1182] Compiling ssl_file.cc
[431/1182] Compiling ssl_lib.cc
[432/1182] Compiling ssl_credential.cc
[433/1182] Compiling ssl_asn1.cc
[434/1182] Compiling ssl_cipher.cc
[435/1182] Compiling ssl_buffer.cc
[436/1182] Compiling ssl_cert.cc
[437/1182] Compiling ssl_aead_ctx.cc
[438/1182] Compiling s3_pkt.cc
[439/1182] Compiling s3_lib.cc
[441/1182] Emitting module ExtrasBase64
[442/1182] Compiling ExtrasBase64 Base32.swift
[443/1182] Compiling ExtrasBase64 Base64.swift
[443/1182] Compiling s3_both.cc
[445/1183] Compiling handshake_server.cc
[446/1183] Compiling handshake.cc
[447/1183] Compiling handshake_client.cc
[448/1183] Compiling encrypted_client_hello.cc
[449/1183] Compiling handoff.cc
[450/1183] Compiling extensions.cc
[451/1183] Compiling md5-x86_64-linux.S
[452/1183] Compiling md5-x86_64-apple.S
[453/1183] Compiling dtls_record.cc
[454/1183] Compiling md5-586-apple.S
[455/1183] Compiling md5-586-linux.S
[456/1183] Compiling chacha20_poly1305_x86_64-linux.S
[457/1183] Compiling dtls_method.cc
[458/1183] Compiling chacha20_poly1305_x86_64-apple.S
[459/1183] Compiling chacha20_poly1305_armv8-win.S
[460/1183] Compiling d1_pkt.cc
[461/1183] Compiling d1_srtp.cc
[462/1183] Compiling chacha20_poly1305_armv8-linux.S
[463/1183] Compiling chacha20_poly1305_armv8-apple.S
[464/1183] Compiling chacha-x86_64-linux.S
[465/1183] Compiling chacha-x86-linux.S
[466/1183] Compiling chacha-x86_64-apple.S
[467/1183] Compiling chacha-x86-apple.S
[468/1183] Compiling chacha-armv8-win.S
[469/1183] Compiling chacha-armv8-linux.S
[470/1183] Compiling err_data.cc
[471/1183] Compiling chacha-armv4-linux.S
[472/1183] Compiling chacha-armv8-apple.S
[473/1183] Compiling aes128gcmsiv-x86_64-linux.S
[474/1183] Compiling x86_64-mont5-linux.S
[475/1183] Compiling x86_64-mont5-apple.S
[476/1183] Compiling aes128gcmsiv-x86_64-apple.S
[477/1183] Compiling x86_64-mont-linux.S
[478/1183] Compiling x86_64-mont-apple.S
[479/1183] Compiling x86-mont-apple.S
[480/1183] Compiling x86-mont-linux.S
[481/1183] Compiling vpaes-x86_64-linux.S
[482/1183] Compiling vpaes-x86_64-apple.S
[483/1183] Compiling vpaes-x86-linux.S
[484/1183] Compiling vpaes-armv8-win.S
[485/1183] Compiling vpaes-x86-apple.S
[486/1183] Compiling vpaes-armv8-linux.S
[487/1183] Compiling vpaes-armv8-apple.S
[488/1183] Compiling vpaes-armv7-linux.S
[489/1183] Compiling sha512-armv8-win.S
[490/1183] Compiling sha512-x86_64-linux.S
[491/1183] Compiling sha512-x86_64-apple.S
[492/1183] Compiling bio_ssl.cc
[493/1183] Compiling sha512-armv8-linux.S
[494/1183] Compiling sha512-armv8-apple.S
[495/1183] Compiling sha512-armv4-linux.S
[496/1183] Compiling sha512-586-linux.S
[496/1183] Compiling sha512-586-apple.S
[498/1183] Compiling sha256-x86_64-linux.S
[499/1183] Compiling sha256-x86_64-apple.S
[500/1183] Compiling sha256-armv8-win.S
[501/1183] Compiling sha256-armv8-linux.S
[502/1183] Compiling sha256-586-apple.S
[503/1183] Compiling sha256-586-linux.S
[504/1183] Compiling sha256-armv8-apple.S
[505/1183] Compiling sha256-armv4-linux.S
[506/1183] Compiling d1_lib.cc
[507/1183] Compiling sha1-x86_64-apple.S
[508/1183] Compiling sha1-armv8-apple.S
[509/1183] Compiling sha1-armv8-win.S
[510/1183] Compiling sha1-armv4-large-linux.S
[511/1183] Compiling sha1-x86_64-linux.S
[512/1183] Compiling sha1-586-linux.S
[513/1183] Compiling sha1-armv8-linux.S
[514/1183] Compiling sha1-586-apple.S
[515/1183] Compiling rsaz-avx2-linux.S
[516/1183] Compiling rdrand-x86_64-apple.S
[517/1183] Compiling p256_beeu-x86_64-asm-linux.S
[518/1183] Compiling rsaz-avx2-apple.S
[519/1183] Compiling rdrand-x86_64-linux.S
[520/1183] Compiling p256_beeu-armv8-asm-apple.S
[521/1183] Compiling p256_beeu-armv8-asm-win.S
[522/1183] Compiling p256_beeu-x86_64-asm-apple.S
[523/1183] Compiling p256_beeu-armv8-asm-linux.S
[524/1183] Compiling p256-x86_64-asm-linux.S
[525/1183] Compiling p256-x86_64-asm-apple.S
[526/1183] Compiling p256-armv8-asm-win.S
[527/1183] Compiling p256-armv8-asm-linux.S
[528/1183] Compiling p256-armv8-asm-apple.S
[529/1183] Compiling ghashv8-armv8-win.S
[530/1183] Compiling ghashv8-armv8-linux.S
[531/1183] Compiling ghashv8-armv8-apple.S
[532/1183] Compiling ghashv8-armv7-linux.S
[533/1183] Compiling ghash-x86_64-linux.S
[534/1183] Compiling ghash-x86_64-apple.S
[535/1183] Compiling ghash-ssse3-x86_64-linux.S
[536/1183] Compiling ghash-x86-apple.S
[537/1183] Compiling ghash-x86-linux.S
[538/1183] Compiling ghash-ssse3-x86_64-apple.S
[539/1183] Compiling ghash-ssse3-x86-linux.S
[540/1183] Compiling ghash-ssse3-x86-apple.S
[541/1183] Compiling ghash-neon-armv8-linux.S
[542/1183] Compiling ghash-neon-armv8-win.S
[543/1183] Compiling ghash-neon-armv8-apple.S
[544/1183] Compiling co-586-linux.S
[545/1183] Compiling ghash-armv4-linux.S
[546/1183] Compiling co-586-apple.S
[547/1183] Compiling bsaes-armv7-linux.S
[548/1183] Compiling bn-armv8-linux.S
[549/1183] Compiling bn-armv8-win.S
[550/1183] Compiling bn-armv8-apple.S
[551/1183] Compiling bn-586-apple.S
[552/1183] Compiling armv8-mont-win.S
[553/1183] Compiling bn-586-linux.S
[554/1183] Compiling armv8-mont-linux.S
[555/1183] Compiling armv8-mont-apple.S
[556/1183] Compiling armv4-mont-linux.S
[557/1183] Compiling aesv8-armv8-linux.S
[558/1183] Compiling aesv8-armv8-win.S
[559/1183] Compiling aesv8-gcm-armv8-linux.S
[560/1183] Compiling aesv8-gcm-armv8-win.S
[561/1183] Compiling aesv8-armv8-apple.S
[561/1183] Compiling aesv8-gcm-armv8-apple.S
[563/1183] Compiling aesni-x86-linux.S
[564/1183] Compiling aesni-x86_64-apple.S
[565/1183] Compiling aesv8-armv7-linux.S
[566/1183] Compiling aesni-x86-apple.S
[567/1183] Compiling aesni-x86_64-linux.S
[568/1183] Compiling aesni-gcm-x86_64-linux.S
[569/1183] Compiling aesni-gcm-x86_64-apple.S
[570/1183] Compiling aes-gcm-avx2-x86_64-linux.S
[571/1183] Compiling aes-gcm-avx2-x86_64-apple.S
[572/1183] Compiling aes-gcm-avx10-x86_64-linux.S
[573/1183] Compiling aes-gcm-avx10-x86_64-apple.S
[574/1183] Compiling d1_both.cc
[575/1183] Compiling x_pubkey.cc
[576/1183] Compiling x_sig.cc
[577/1183] Compiling x_x509a.cc
[578/1183] Compiling x_val.cc
[579/1183] Compiling x_spki.cc
[580/1183] Compiling x_x509.cc
[581/1183] Compiling x_req.cc
[582/1183] Compiling x_name.cc
[583/1183] Compiling x_exten.cc
[584/1183] Compiling x509spki.cc
[585/1183] Compiling x_crl.cc
[586/1183] Compiling x_algor.cc
[587/1183] Compiling x_attrib.cc
[588/1183] Compiling x_all.cc
[589/1183] Compiling x509name.cc
[590/1183] Compiling x509rset.cc
[591/1183] Compiling x509cset.cc
[592/1183] Compiling x509_v3.cc
[593/1183] Compiling x509_txt.cc
[594/1183] Compiling x509_vfy.cc
[595/1183] Compiling x509_vpm.cc
[596/1183] Compiling x509_trs.cc
[597/1183] Compiling x509_req.cc
[598/1183] Compiling x509_set.cc
[599/1183] Compiling x509_obj.cc
[600/1183] Compiling x509_lu.cc
[601/1183] Compiling x509_def.cc
[602/1183] Compiling x509_ext.cc
[603/1183] Compiling x509_d2.cc
[604/1183] Compiling x509_cmp.cc
[605/1183] Compiling x509_att.cc
[606/1183] Compiling x509.cc
[607/1183] Compiling v3_utl.cc
[608/1183] Compiling v3_skey.cc
[609/1183] Compiling v3_purp.cc
[610/1183] Compiling v3_prn.cc
[611/1183] Compiling v3_pmaps.cc
[612/1183] Compiling v3_pcons.cc
[613/1183] Compiling v3_ocsp.cc
[614/1183] Compiling v3_ia5.cc
[615/1183] Compiling v3_ncons.cc
[616/1183] Compiling v3_lib.cc
[617/1183] Compiling v3_int.cc
[618/1183] Compiling v3_extku.cc
[619/1183] Compiling v3_genn.cc
[620/1183] Compiling v3_info.cc
[621/1183] Compiling v3_enum.cc
[622/1183] Compiling v3_crld.cc
[623/1183] Compiling v3_cpols.cc
[624/1183] Compiling v3_bitst.cc
[625/1183] Compiling v3_conf.cc
[626/1183] Compiling v3_alt.cc
[627/1183] Compiling v3_bcons.cc
[628/1183] Compiling v3_akey.cc
[629/1183] Compiling v3_akeya.cc
[630/1183] Compiling t_x509a.cc
[631/1183] Compiling t_x509.cc
[632/1183] Compiling t_req.cc
[633/1183] Compiling i2d_pr.cc
[634/1183] Compiling t_crl.cc
[635/1183] Compiling rsa_pss.cc
[636/1183] Compiling a_verify.cc
[637/1183] Compiling name_print.cc
[638/1183] Compiling policy.cc
[639/1183] Compiling by_file.cc
[640/1183] Compiling by_dir.cc
[641/1183] Compiling algorithm.cc
[642/1183] Compiling trust_token.cc
[643/1183] Compiling voprf.cc
[644/1183] Compiling asn1_gen.cc
[645/1183] Compiling a_sign.cc
[646/1183] Compiling thread_win.cc
[647/1183] Compiling pmbtoken.cc
[648/1183] Compiling thread_pthread.cc
[649/1183] Compiling a_digest.cc
[650/1183] Compiling thread_none.cc
[651/1183] Compiling thread.cc
[652/1183] Compiling stack.cc
[653/1183] Compiling sha256.cc
[654/1183] Compiling sha512.cc
[655/1183] Compiling slhdsa.cc
[656/1183] Compiling siphash.cc
[657/1183] Compiling sha1.cc
[658/1183] Compiling spake2plus.cc
[659/1183] Compiling rsa_print.cc
[660/1183] Compiling rsa_extra.cc
[661/1183] Compiling windows.cc
[662/1183] Compiling rc4.cc
[663/1183] Compiling trusty.cc
[664/1183] Compiling passive.cc
[665/1183] Compiling rsa_crypt.cc
[666/1183] Compiling refcount.cc
[667/1183] Compiling rand.cc
[668/1183] Compiling urandom.cc
[669/1183] Compiling rsa_asn1.cc
[669/1183] Compiling getentropy.cc
[671/1183] Compiling ios.cc
[672/1183] Compiling poly1305_arm_asm.S
[673/1183] Compiling deterministic.cc
[674/1183] Compiling forkunsafe.cc
[675/1183] Compiling fork_detect.cc
[676/1183] Compiling poly1305_arm.cc
[677/1183] Compiling poly1305_vec.cc
[678/1183] Compiling poly1305.cc
[679/1183] Compiling pool.cc
[680/1183] Compiling pkcs7.cc
[681/1183] Compiling pem_xaux.cc
[682/1183] Compiling pkcs8.cc
[683/1183] Compiling p5_pbev2.cc
[684/1183] Compiling pkcs8_x509.cc
[685/1183] Compiling pkcs7_x509.cc
[686/1183] Compiling pem_oth.cc
[687/1183] Compiling pem_pkey.cc
[688/1183] Compiling pem_x509.cc
[689/1183] Compiling pem_pk8.cc
[690/1183] Compiling mlkem.cc
[691/1183] Compiling md5.cc
[692/1183] Compiling mldsa.cc
[693/1183] Compiling mem.cc
[694/1183] Compiling obj_xref.cc
[695/1183] Compiling obj.cc
[696/1183] Compiling md4.cc
[697/1183] Compiling pem_info.cc
[698/1183] Compiling pem_lib.cc
[699/1183] Compiling fips_shared_support.cc
[700/1183] Compiling lhash.cc
[701/1183] Compiling pem_all.cc
[702/1183] Compiling poly_rq_mul.S
[703/1183] Compiling kyber.cc
[704/1183] Compiling hrss.cc
[705/1183] Compiling ex_data.cc
[706/1183] Compiling sign.cc
[707/1183] Compiling scrypt.cc
[708/1183] Compiling pbkdf.cc
[709/1183] Compiling p_x25519.cc
[710/1183] Compiling print.cc
[711/1183] Compiling hpke.cc
[712/1183] Compiling p_x25519_asn1.cc
[713/1183] Compiling p_ed25519_asn1.cc
[714/1183] Compiling p_ed25519.cc
[715/1183] Compiling p_rsa_asn1.cc
[716/1183] Compiling p_rsa.cc
[717/1183] Compiling p_hkdf.cc
[718/1183] Compiling p_dsa_asn1.cc
[719/1183] Compiling p_ec.cc
[720/1183] Compiling p_ec_asn1.cc
[721/1183] Compiling p_dh.cc
[722/1183] Compiling p_dh_asn1.cc
[723/1183] Compiling evp_ctx.cc
[724/1183] Compiling evp.cc
[725/1183] Compiling err.cc
[726/1183] Compiling engine.cc
[727/1183] Compiling ecdh.cc
[728/1183] Compiling evp_asn1.cc
[729/1183] Compiling ecdsa_asn1.cc
[730/1183] Compiling hash_to_curve.cc
[731/1183] Compiling ec_derive.cc
[732/1183] Compiling params.cc
[733/1183] Compiling dsa.cc
[734/1183] Compiling ec_asn1.cc
[735/1183] Compiling digest_extra.cc
[736/1183] Compiling dh_asn1.cc
[737/1183] Compiling x25519-asm-arm.S
[738/1183] Compiling dsa_asn1.cc
[739/1183] Compiling spake25519.cc
[740/1183] Compiling des.cc
[741/1183] Compiling bcm.cc
[742/1183] Compiling cpu_intel.cc
[743/1183] Compiling cpu_arm_linux.cc
[744/1183] Compiling cpu_aarch64_win.cc
[745/1183] Compiling curve25519.cc
[746/1183] Compiling cpu_arm_freebsd.cc
[747/1183] Compiling cpu_aarch64_sysreg.cc
[748/1183] Compiling crypto.cc
[749/1183] Compiling cpu_aarch64_apple.cc
[750/1183] Compiling cpu_aarch64_openbsd.cc
[751/1183] Compiling cpu_aarch64_linux.cc
[752/1183] Compiling curve25519_64_adx.cc
[753/1183] Compiling cpu_aarch64_fuchsia.cc
[754/1183] Compiling e_rc4.cc
[755/1183] Compiling tls_cbc.cc
[756/1183] Compiling e_tls.cc
[757/1183] Compiling get_cipher.cc
[758/1183] Compiling conf.cc
[759/1183] Compiling e_null.cc
[760/1183] Compiling e_rc2.cc
[761/1183] Compiling e_des.cc
[762/1183] Compiling e_aesctrhmac.cc
[763/1183] Compiling e_aesgcmsiv.cc
[764/1183] Compiling chacha.cc
[765/1183] Compiling e_chacha20poly1305.cc
[766/1183] Compiling derive_key.cc
[767/1183] Compiling unicode.cc
[768/1183] Compiling ber.cc
[769/1183] Compiling cbs.cc
[770/1183] Compiling buf.cc
[771/1183] Compiling cbb.cc
[772/1183] Compiling blake2.cc
[773/1183] Compiling asn1_compat.cc
[774/1183] Compiling bn_asn1.cc
[775/1183] Compiling convert.cc
[776/1183] Compiling socket.cc
[777/1183] Compiling socket_helper.cc
[778/1183] Compiling errno.cc
[779/1183] Compiling pair.cc
[780/1183] Compiling printf.cc
[781/1183] Compiling hexdump.cc
[782/1183] Compiling file.cc
[783/1183] Compiling fd.cc
[784/1183] Compiling bio.cc
[785/1183] Compiling connect.cc
[786/1183] Compiling bio_mem.cc
[787/1183] Compiling tasn_typ.cc
[788/1183] Compiling base64.cc
[789/1183] Compiling tasn_enc.cc
[790/1183] Compiling tasn_new.cc
[791/1183] Compiling tasn_utl.cc
[792/1183] Compiling tasn_fre.cc
[793/1183] Compiling f_string.cc
[794/1183] Compiling asn_pack.cc
[795/1183] Compiling posix_time.cc
[796/1183] Compiling asn1_par.cc
[797/1183] Compiling f_int.cc
[798/1183] Compiling tasn_dec.cc
[799/1183] Compiling a_time.cc
[800/1183] Compiling a_utctm.cc
[801/1183] Compiling a_type.cc
[802/1183] Compiling asn1_lib.cc
[803/1183] Compiling a_octet.cc
[804/1183] Compiling a_mbstr.cc
[805/1183] Compiling a_strnid.cc
[806/1183] Compiling a_object.cc
[807/1183] Compiling a_strex.cc
[808/1183] Compiling a_i2d_fp.cc
[809/1183] Compiling a_int.cc
[810/1183] Compiling a_dup.cc
[811/1183] Compiling a_d2i_fp.cc
[812/1183] Compiling fiat_p256_adx_sqr.S
[813/1183] Compiling fiat_curve25519_adx_square.S
[814/1183] Compiling a_gentm.cc
[815/1183] Compiling fiat_p256_adx_mul.S
[816/1183] Compiling fiat_curve25519_adx_mul.S
[817/1183] Compiling md5-x86_64-apple.S
[818/1183] Compiling md5-x86_64-linux.S
[819/1183] Compiling a_bool.cc
[820/1183] Compiling a_bitstr.cc
[821/1183] Compiling md5-586-linux.S
[822/1183] Compiling md5-586-apple.S
[823/1183] Compiling CCryptoBoringSSLShims shims.c
[824/1183] Compiling chacha20_poly1305_armv8-win.S
[825/1183] Compiling chacha20_poly1305_x86_64-apple.S
[826/1183] Compiling chacha20_poly1305_armv8-linux.S
[827/1183] Compiling chacha20_poly1305_x86_64-linux.S
[828/1183] Compiling chacha20_poly1305_armv8-apple.S
[829/1183] Compiling chacha-x86_64-linux.S
[830/1183] Compiling chacha-x86_64-apple.S
[831/1183] Compiling chacha-x86-linux.S
[832/1183] Compiling chacha-armv8-win.S
[833/1183] Compiling chacha-x86-apple.S
[834/1183] Compiling chacha-armv8-linux.S
[835/1183] Compiling chacha-armv4-linux.S
[836/1183] Compiling chacha-armv8-apple.S
[837/1183] Compiling aes128gcmsiv-x86_64-linux.S
[838/1183] Compiling aes128gcmsiv-x86_64-apple.S
[839/1183] Compiling x86_64-mont5-apple.S
[840/1183] Compiling x86_64-mont-linux.S
[841/1183] Compiling x86_64-mont5-linux.S
[842/1183] Compiling x86_64-mont-apple.S
[843/1183] Compiling x86-mont-linux.S
[844/1183] Compiling vpaes-x86_64-linux.S
[845/1183] Compiling vpaes-x86_64-apple.S
[846/1183] Compiling x86-mont-apple.S
[847/1183] Compiling vpaes-x86-apple.S
[847/1183] Compiling vpaes-x86-linux.S
[849/1183] Compiling vpaes-armv8-win.S
[850/1183] Compiling err_data.cc
[851/1183] Compiling vpaes-armv8-linux.S
[852/1183] Compiling vpaes-armv8-apple.S
[853/1183] Compiling vpaes-armv7-linux.S
[854/1183] Compiling sha512-x86_64-linux.S
[855/1183] Compiling sha512-x86_64-apple.S
[856/1183] Compiling sha512-armv8-linux.S
[857/1183] Compiling sha512-armv8-apple.S
[858/1183] Compiling sha512-armv8-win.S
[859/1183] Compiling sha512-586-linux.S
[860/1183] Compiling sha256-x86_64-apple.S
[861/1183] Compiling sha512-armv4-linux.S
[862/1183] Compiling sha256-armv8-win.S
[863/1183] Compiling sha512-586-apple.S
[863/1183] Compiling sha256-x86_64-linux.S
[865/1183] Compiling sha256-586-apple.S
[866/1183] Compiling sha256-armv8-linux.S
[867/1183] Compiling sha256-586-linux.S
[868/1183] Compiling sha256-armv8-apple.S
[869/1183] Compiling sha1-x86_64-linux.S
[870/1183] Compiling sha256-armv4-linux.S
[871/1183] Compiling sha1-armv8-win.S
[872/1183] Compiling sha1-x86_64-apple.S
[873/1183] Compiling sha1-armv4-large-linux.S
[874/1183] Compiling sha1-armv8-apple.S
[875/1183] Compiling sha1-586-apple.S
[875/1183] Compiling sha1-armv8-linux.S
[877/1183] Compiling sha1-586-linux.S
[878/1183] Compiling p256_beeu-x86_64-asm-apple.S
[879/1183] Compiling rsaz-avx2-linux.S
[880/1183] Compiling p256_beeu-x86_64-asm-linux.S
[881/1183] Compiling rdrand-x86_64-linux.S
[882/1183] Compiling rsaz-avx2-apple.S
[883/1183] Compiling rdrand-x86_64-apple.S
[884/1183] Compiling p256_beeu-armv8-asm-apple.S
[885/1183] Compiling p256_beeu-armv8-asm-win.S
[886/1183] Compiling p256-armv8-asm-win.S
[887/1183] Compiling p256-x86_64-asm-apple.S
[888/1183] Compiling p256_beeu-armv8-asm-linux.S
[889/1183] Compiling p256-x86_64-asm-linux.S
[890/1183] Compiling p256-armv8-asm-apple.S
[891/1183] Compiling p256-armv8-asm-linux.S
[892/1183] Compiling ghashv8-armv8-win.S
[893/1183] Compiling ghashv8-armv8-linux.S
[894/1183] Compiling ghashv8-armv8-apple.S
[895/1183] Compiling ghashv8-armv7-linux.S
[896/1183] Compiling ghash-x86_64-linux.S
[897/1183] Compiling ghash-x86_64-apple.S
[898/1183] Compiling ghash-x86-linux.S
[899/1183] Compiling ghash-x86-apple.S
[900/1183] Compiling ghash-ssse3-x86_64-linux.S
[901/1183] Compiling ghash-ssse3-x86_64-apple.S
[902/1183] Compiling ghash-ssse3-x86-linux.S
[903/1183] Compiling ghash-ssse3-x86-apple.S
[904/1183] Compiling ghash-neon-armv8-linux.S
[905/1183] Compiling ghash-neon-armv8-win.S
[906/1183] Compiling ghash-neon-armv8-apple.S
[907/1183] Compiling co-586-linux.S
[908/1183] Compiling ghash-armv4-linux.S
[909/1183] Compiling co-586-apple.S
[910/1183] Compiling bsaes-armv7-linux.S
[911/1183] Compiling bn-armv8-win.S
[912/1183] Compiling bn-armv8-linux.S
[913/1183] Compiling bn-armv8-apple.S
[914/1183] Compiling bn-586-linux.S
[915/1183] Compiling bn-586-apple.S
[916/1183] Compiling armv8-mont-win.S
[917/1183] Compiling armv8-mont-apple.S
[918/1183] Compiling armv4-mont-linux.S
[919/1183] Compiling aesv8-gcm-armv8-win.S
[920/1183] Compiling armv8-mont-linux.S
[921/1183] Compiling aesv8-gcm-armv8-apple.S
[922/1183] Compiling aesv8-gcm-armv8-linux.S
[923/1183] Compiling aesv8-armv8-win.S
[924/1183] Compiling aesv8-armv8-apple.S
[925/1183] Compiling aesv8-armv7-linux.S
[926/1183] Compiling aesv8-armv8-linux.S
[927/1183] Compiling aesni-x86_64-linux.S
[928/1183] Compiling aesni-x86_64-apple.S
[929/1183] Compiling aesni-gcm-x86_64-linux.S
[930/1183] Compiling aesni-x86-apple.S
[931/1183] Compiling aesni-gcm-x86_64-apple.S
[932/1183] Compiling aesni-x86-linux.S
[933/1183] Compiling aes-gcm-avx10-x86_64-apple.S
[933/1183] Compiling aes-gcm-avx10-x86_64-linux.S
[935/1183] Compiling c-nioatomics.c
[936/1183] Compiling x_x509a.cc
[937/1183] Compiling x_sig.cc
[938/1183] Compiling x_spki.cc
[939/1183] Compiling x_x509.cc
[940/1183] Compiling x_req.cc
[941/1183] Compiling x_val.cc
[942/1183] Compiling x_algor.cc
[943/1183] Compiling x509spki.cc
[944/1183] Compiling x_pubkey.cc
[945/1183] Compiling x_name.cc
[946/1183] Compiling x_exten.cc
[947/1183] Compiling c-atomics.c
[948/1183] Compiling x_attrib.cc
[949/1183] Compiling x_all.cc
[950/1183] Compiling x_crl.cc
[952/1189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[952/1189] Compiling x509rset.cc
[953/1189] Compiling x509name.cc
[954/1189] Compiling x509cset.cc
[956/1189] Compiling NIOConcurrencyHelpers NIOLock.swift
[956/1189] Compiling x509_vpm.cc
[958/1189] Compiling NIOConcurrencyHelpers lock.swift
[958/1189] Compiling x509_vfy.cc
[960/1189] Emitting module NIOConcurrencyHelpers
[960/1189] Compiling x509_txt.cc
[962/1189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[962/1189] Compiling x509_v3.cc
[964/1189] Compiling NIOConcurrencyHelpers atomics.swift
[965/1190] Compiling x509_trs.cc
[966/1190] Compiling x509_set.cc
[967/1190] Compiling x509_req.cc
[968/1190] Compiling x509_obj.cc
[969/1190] Compiling x509_lu.cc
[970/1190] Compiling x509_def.cc
[971/1190] Compiling x509_ext.cc
[972/1190] Compiling x509_d2.cc
[973/1190] Compiling x509.cc
[974/1190] Compiling x509_att.cc
[975/1190] Compiling x509_cmp.cc
[976/1190] Compiling v3_utl.cc
[977/1190] Compiling v3_skey.cc
[978/1190] Compiling v3_prn.cc
[979/1190] Compiling v3_purp.cc
[980/1190] Compiling v3_pmaps.cc
[981/1190] Compiling v3_pcons.cc
[982/1190] Compiling v3_ocsp.cc
[983/1190] Compiling v3_ncons.cc
[984/1190] Compiling v3_lib.cc
[985/1190] Compiling v3_int.cc
[986/1190] Compiling v3_ia5.cc
[987/1190] Compiling v3_info.cc
[988/1190] Compiling v3_genn.cc
[989/1190] Compiling v3_bcons.cc
[990/1190] Compiling v3_extku.cc
[991/1190] Compiling v3_enum.cc
[992/1190] Compiling v3_alt.cc
[993/1190] Compiling v3_crld.cc
[994/1190] Compiling v3_cpols.cc
[995/1190] Compiling v3_conf.cc
[996/1190] Compiling t_req.cc
[997/1190] Compiling v3_bitst.cc
[998/1190] Compiling rsa_pss.cc
[999/1190] Compiling v3_akeya.cc
[1000/1190] Compiling i2d_pr.cc
[1001/1190] Compiling v3_akey.cc
[1002/1190] Compiling t_x509a.cc
[1003/1190] Compiling t_x509.cc
[1004/1190] Compiling policy.cc
[1005/1190] Compiling t_crl.cc
[1006/1190] Compiling name_print.cc
[1007/1190] Compiling a_digest.cc
[1008/1190] Compiling by_file.cc
[1009/1190] Compiling trust_token.cc
[1010/1190] Compiling a_verify.cc
[1011/1190] Compiling by_dir.cc
[1012/1190] Compiling voprf.cc
[1013/1190] Compiling thread_win.cc
[1014/1190] Compiling asn1_gen.cc
[1015/1190] Compiling algorithm.cc
[1016/1190] Compiling pmbtoken.cc
[1017/1190] Compiling stack.cc
[1018/1190] Compiling thread_pthread.cc
[1019/1190] Compiling thread_none.cc
[1020/1190] Compiling a_sign.cc
[1021/1190] Compiling thread.cc
[1022/1190] Compiling wots.cc
[1023/1190] Compiling sha256.cc
[1024/1190] Compiling thash.cc
[1025/1190] Compiling slhdsa.cc
[1026/1190] Compiling siphash.cc
[1027/1190] Compiling sha512.cc
[1028/1190] Compiling merkle.cc
[1029/1190] Compiling sha1.cc
[1030/1190] Compiling fors.cc
[1031/1190] Compiling rsa_extra.cc
[1032/1190] Compiling rsa_print.cc
[1033/1190] Compiling refcount.cc
[1034/1190] Compiling rc4.cc
[1035/1190] Compiling windows.cc
[1036/1190] Compiling rsa_asn1.cc
[1037/1190] Compiling rsa_crypt.cc
[1038/1190] Compiling urandom.cc
[1039/1190] Compiling trusty.cc
[1040/1190] Compiling rand_extra.cc
[1041/1190] Compiling getentropy.cc
[1042/1190] Compiling ios.cc
[1043/1190] Compiling poly1305_arm_asm.S
[1044/1190] Compiling passive.cc
[1045/1190] Compiling forkunsafe.cc
[1046/1190] Compiling deterministic.cc
[1047/1190] Compiling fork_detect.cc
[1048/1190] Compiling poly1305.cc
[1049/1190] Compiling poly1305_arm.cc
[1050/1190] Compiling pool.cc
[1051/1190] Compiling poly1305_vec.cc
[1052/1190] Compiling pkcs7.cc
[1053/1190] Compiling pkcs8_x509.cc
[1054/1190] Compiling pkcs8.cc
[1055/1190] Compiling pkcs7_x509.cc
[1056/1190] Compiling p5_pbev2.cc
[1057/1190] Compiling pem_xaux.cc
[1058/1190] Compiling pem_pkey.cc
[1059/1190] Compiling pem_x509.cc
[1060/1190] Compiling obj_xref.cc
[1061/1190] Compiling pem_pk8.cc
[1062/1190] Compiling pem_oth.cc
[1063/1190] Compiling mlkem.cc
[1064/1190] Compiling pem_info.cc
[1065/1190] Compiling obj.cc
[1066/1190] Compiling pem_all.cc
[1067/1190] Compiling pem_lib.cc
[1068/1190] Compiling mldsa.cc
[1069/1190] Compiling poly_rq_mul.S
[1070/1190] Compiling md5.cc
[1071/1190] Compiling fips_shared_support.cc
[1072/1190] Compiling mem.cc
[1073/1190] Compiling md4.cc
[1074/1190] Compiling lhash.cc
[1075/1190] Compiling kyber.cc
[1076/1190] Compiling ex_data.cc
[1077/1190] Compiling print.cc
[1078/1190] Compiling hrss.cc
[1079/1190] Compiling hpke.cc
[1080/1190] Compiling sign.cc
[1081/1190] Compiling scrypt.cc
[1082/1190] Compiling pbkdf.cc
[1083/1190] Compiling p_x25519.cc
[1084/1190] Compiling p_x25519_asn1.cc
[1085/1190] Compiling p_rsa_asn1.cc
[1086/1190] Compiling p_rsa.cc
[1087/1190] Compiling p_hkdf.cc
[1088/1190] Compiling p_ed25519_asn1.cc
[1089/1190] Compiling p_ed25519.cc
[1090/1190] Compiling p_ec_asn1.cc
[1091/1190] Compiling p_ec.cc
[1092/1190] Compiling evp_ctx.cc
[1093/1190] Compiling p_dh_asn1.cc
[1094/1190] Compiling p_dh.cc
[1095/1190] Compiling p_dsa_asn1.cc
[1096/1190] Compiling err.cc
[1097/1190] Compiling evp.cc
[1098/1190] Compiling ecdsa_asn1.cc
[1099/1190] Compiling ecdh_extra.cc
[1100/1190] Compiling engine.cc
[1101/1190] Compiling evp_asn1.cc
[1102/1190] Compiling hash_to_curve.cc
[1103/1190] Compiling ec_derive.cc
[1104/1190] Compiling ec_asn1.cc
[1105/1190] Compiling dsa_asn1.cc
[1106/1190] Compiling digest_extra.cc
[1107/1190] Compiling dsa.cc
[1108/1190] Compiling x25519-asm-arm.S
[1109/1190] Compiling params.cc
[1110/1190] Compiling dh_asn1.cc
[1111/1190] Compiling curve25519_64_adx.cc
[1112/1190] Compiling crypto.cc
[1113/1190] Compiling des.cc
[1114/1190] Compiling spake25519.cc
[1115/1190] Compiling cpu_arm_linux.cc
[1116/1190] Compiling cpu_intel.cc
[1117/1190] Compiling curve25519.cc
[1118/1190] Compiling cpu_arm_freebsd.cc
[1119/1190] Compiling cpu_aarch64_win.cc
[1120/1190] Compiling cpu_aarch64_sysreg.cc
[1121/1190] Compiling cpu_aarch64_openbsd.cc
[1122/1190] Compiling cpu_aarch64_linux.cc
[1123/1190] Compiling cpu_aarch64_fuchsia.cc
[1124/1190] Compiling cpu_aarch64_apple.cc
[1125/1190] Compiling bcm.cc
[1126/1190] Compiling conf.cc
[1127/1190] Compiling e_rc4.cc
[1128/1190] Compiling tls_cbc.cc
[1129/1190] Compiling e_tls.cc
[1130/1190] Compiling e_rc2.cc
[1131/1190] Compiling e_null.cc
[1132/1190] Compiling e_des.cc
[1133/1190] Compiling derive_key.cc
[1134/1190] Compiling e_chacha20poly1305.cc
[1135/1190] Compiling e_aesgcmsiv.cc
[1136/1190] Compiling e_aesctrhmac.cc
[1137/1190] Compiling cipher_extra.cc
[1138/1190] Compiling unicode.cc
[1139/1190] Compiling chacha.cc
[1140/1190] Compiling ber.cc
[1141/1190] Compiling cbb.cc
[1142/1190] Compiling asn1_compat.cc
[1143/1190] Compiling buf.cc
[1144/1190] Compiling cbs.cc
[1145/1190] Compiling bn_asn1.cc
[1146/1190] Compiling convert.cc
[1147/1190] Compiling blake2.cc
[1148/1190] Compiling printf.cc
[1149/1190] Compiling hexdump.cc
[1150/1190] Compiling file.cc
[1151/1190] Compiling bio.cc
[1152/1190] Compiling pair.cc
[1153/1190] Compiling fd.cc
[1154/1190] Compiling errno.cc
[1155/1190] Compiling base64.cc
[1156/1190] Compiling bio_mem.cc
[1157/1190] Compiling tasn_utl.cc
[1158/1190] Compiling tasn_enc.cc
[1159/1190] Compiling tasn_typ.cc
[1160/1190] Compiling tasn_fre.cc
[1161/1190] Compiling posix_time.cc
[1162/1190] Compiling tasn_new.cc
[1163/1190] Compiling tasn_dec.cc
[1164/1190] Compiling asn1_par.cc
[1165/1190] Compiling f_int.cc
[1166/1190] Compiling f_string.cc
[1167/1190] Compiling a_utctm.cc
[1168/1190] Compiling asn_pack.cc
[1169/1190] Compiling a_type.cc
[1170/1190] Compiling asn1_lib.cc
[1171/1190] Compiling a_time.cc
[1172/1190] Compiling a_octet.cc
[1173/1190] Compiling a_strnid.cc
[1174/1190] Compiling a_strex.cc
[1175/1190] Compiling a_object.cc
[1176/1190] Compiling a_mbstr.cc
[1177/1190] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1177/1190] Write sources
[1183/1190] Compiling a_d2i_fp.cc
[1184/1243] Compiling a_i2d_fp.cc
[1185/1243] Compiling a_int.cc
[1186/1243] Compiling a_dup.cc
[1187/1243] Compiling a_gentm.cc
[1188/1250] Compiling a_bitstr.cc
[1189/1258] Compiling a_bool.cc
[1191/1340] Compiling Algorithms Intersperse.swift
[1192/1340] Compiling Algorithms Partition.swift
[1193/1340] Compiling Algorithms Permutations.swift
[1194/1340] Compiling Algorithms Product.swift
[1195/1342] Compiling Algorithms Keyed.swift
[1196/1342] Compiling Algorithms MinMax.swift
[1197/1342] Compiling Algorithms Joined.swift
[1200/1342] Compiling Algorithms FlattenCollection.swift
[1201/1342] Compiling Algorithms Grouped.swift
[1202/1342] Compiling Algorithms Indexed.swift
[1204/1349] Compiling Algorithms EitherSequence.swift
[1205/1349] Compiling Algorithms FirstNonNil.swift
[1210/1349] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1211/1349] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1212/1349] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1213/1349] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1214/1349] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1215/1349] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1216/1349] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1217/1349] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1218/1349] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1219/1349] Compiling AsyncAlgorithms MergeStateMachine.swift
[1220/1349] Compiling AsyncAlgorithms MergeStorage.swift
[1221/1349] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1222/1349] Compiling AsyncAlgorithms Rethrow.swift
[1223/1349] Compiling BitCollections BitSet+Hashable.swift
[1224/1349] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1225/1349] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1226/1349] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1227/1349] Compiling AsyncAlgorithms DebounceStorage.swift
[1228/1349] Compiling AsyncAlgorithms Dictionary.swift
[1229/1349] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1230/1349] Compiling AsyncAlgorithms Locking.swift
[1231/1349] Compiling Atomics IntegerOperations.swift
[1232/1349] Compiling Atomics Unmanaged extensions.swift
[1233/1349] Emitting module AsyncAlgorithms
[1234/1355] Emitting module BitCollections
[1235/1355] Compiling Algorithms AdjacentPairs.swift
[1236/1355] Compiling Algorithms Chain.swift
[1237/1355] Compiling Algorithms Chunked.swift
[1238/1355] Compiling Algorithms Combinations.swift
[1239/1355] Compiling Algorithms Compacted.swift
[1240/1355] Compiling Algorithms Cycle.swift
[1245/1355] Compiling Algorithms Rotate.swift
[1246/1355] Compiling Algorithms Split.swift
[1247/1355] Compiling Algorithms Stride.swift
[1248/1355] Compiling Algorithms Suffix.swift
[1264/1358] Compiling Algorithms Trim.swift
[1265/1358] Compiling Algorithms Unique.swift
[1266/1358] Compiling Algorithms Windows.swift
[1267/1358] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1268/1358] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1269/1358] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1270/1358] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1271/1358] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1272/1358] Compiling CryptoBoringWrapper RandomBytes.swift
[1273/1358] Compiling BitCollections BitSet.Index.swift
[1274/1358] Compiling BitCollections BitSet._UnsafeHandle.swift
[1275/1358] Compiling BitCollections BitSet.swift
[1276/1358] Compiling BitCollections Range+Utilities.swift
[1277/1358] Compiling BitCollections Slice+Utilities.swift
[1278/1358] Compiling BitCollections UInt+Tricks.swift
[1279/1358] Compiling BitCollections _Word.swift
[1281/1359] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1282/1359] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1283/1359] Compiling CryptoBoringWrapper EllipticCurve.swift
[1284/1359] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1285/1359] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1286/1359] Emitting module CryptoBoringWrapper
[1311/1360] Compiling AsyncAlgorithms SetAlgebra.swift
[1312/1360] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1313/1360] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1314/1360] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1315/1360] Compiling AsyncAlgorithms ZipStateMachine.swift
[1316/1360] Compiling AsyncAlgorithms ZipStorage.swift
[1324/1360] Emitting module Atomics
[1362/1362] Emitting module Algorithms
[1364/1386] Compiling Collections Collections.swift
[1365/1386] Emitting module Collections
[1367/1504] Compiling ServiceLifecycle Service.swift
[1368/1504] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1369/1505] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1370/1505] Emitting module ServiceLifecycle
[1371/1505] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1372/1505] Compiling ServiceLifecycle ServiceRunnerError.swift
[1373/1505] Compiling ServiceLifecycle CancellationWaiter.swift
[1374/1505] Compiling ServiceLifecycle GracefulShutdown.swift
[1375/1505] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1376/1505] Compiling NIOCore BSDSocketAPI.swift
[1377/1505] Compiling NIOCore ByteBuffer-aux.swift
[1378/1505] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1379/1505] Compiling NIOCore ByteBuffer-conversions.swift
[1380/1505] Compiling NIOCore ByteBuffer-core.swift
[1381/1505] Compiling NIOCore ByteBuffer-hex.swift
[1382/1505] Compiling NIOCore ByteBuffer-int.swift
[1383/1505] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1384/1505] Compiling NIOCore AddressedEnvelope.swift
[1385/1514] Emitting module Crypto
[1386/1514] Compiling NIOCore MarkedCircularBuffer.swift
[1387/1514] Compiling NIOCore MulticastChannel.swift
[1388/1514] Compiling NIOCore NIOAny.swift
[1389/1514] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1390/1514] Compiling NIOCore NIOLoopBound.swift
[1391/1514] Compiling NIOCore NIOScheduledCallback.swift
[1392/1514] Compiling NIOCore NIOSendable.swift
[1393/1514] Compiling NIOCore RecvByteBufferAllocator.swift
[1394/1522] Compiling ServiceLifecycle ServiceGroup.swift
[1396/1523] Compiling NIOCore GlobalSingletons.swift
[1397/1523] Compiling NIOCore IO.swift
[1398/1523] Compiling NIOCore IOData.swift
[1399/1523] Compiling NIOCore IPProtocol.swift
[1400/1523] Compiling NIOCore IntegerBitPacking.swift
[1401/1523] Compiling NIOCore IntegerTypes.swift
[1402/1523] Compiling NIOCore Interfaces.swift
[1403/1523] Compiling NIOCore Linux.swift
[1404/1523] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1405/1523] Compiling NIOCore SocketAddresses.swift
[1406/1523] Compiling NIOCore SocketOptionProvider.swift
[1407/1523] Compiling NIOCore SystemCallHelpers.swift
[1408/1523] Compiling NIOCore TimeAmount+Duration.swift
[1409/1523] Compiling NIOCore TypeAssistedChannelHandler.swift
[1410/1523] Compiling NIOCore UniversalBootstrapSupport.swift
[1411/1523] Compiling NIOCore Utilities.swift
[1412/1523] Compiling Crypto ECDSA_boring.swift
[1413/1523] Compiling Crypto EdDSA_boring.swift
[1414/1523] Compiling Crypto ECDSA.swift
[1415/1523] Compiling Crypto Ed25519.swift
[1416/1523] Compiling NIOCore FileHandle.swift
[1417/1523] Compiling NIOCore FileRegion.swift
[1426/1523] Compiling NIOCore ByteBuffer-views.swift
[1427/1523] Compiling NIOCore Channel.swift
[1428/1523] Compiling NIOCore ChannelHandler.swift
[1429/1523] Compiling NIOCore ChannelHandlers.swift
[1430/1523] Compiling NIOCore ChannelInvoker.swift
[1431/1523] Compiling NIOCore ChannelOption.swift
[1432/1523] Compiling NIOCore ChannelPipeline.swift
[1433/1523] Compiling NIOCore CircularBuffer.swift
[1434/1523] Compiling NIOCore Codec.swift
[1435/1523] Compiling NIOCore ConvenienceOptionSupport.swift
[1436/1523] Compiling NIOCore DeadChannel.swift
[1437/1523] Compiling NIOCore DispatchQueue+WithFuture.swift
[1438/1523] Compiling NIOCore EventLoop+Deprecated.swift
[1439/1523] Compiling NIOCore EventLoop+SerialExecutor.swift
[1440/1523] Compiling NIOCore EventLoop.swift
[1441/1523] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1442/1523] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1443/1523] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1444/1523] Compiling NIOCore EventLoopFuture.swift
[1445/1523] Compiling NIOCore FileDescriptor.swift
[1454/1523] Compiling NIOCore AsyncAwaitSupport.swift
[1455/1523] Compiling NIOCore AsyncChannel.swift
[1456/1523] Compiling NIOCore AsyncChannelHandler.swift
[1457/1523] Compiling NIOCore AsyncChannelInboundStream.swift
[1458/1523] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1459/1523] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1460/1523] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1461/1523] Compiling NIOCore NIOAsyncWriter.swift
[1462/1523] Compiling NIOCore ByteBuffer-multi-int.swift
[1463/1523] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1464/1523] Compiling Crypto Signature.swift
[1465/1523] Compiling Crypto CryptoKitErrors_boring.swift
[1466/1523] Compiling Crypto RNG_boring.swift
[1467/1523] Compiling Crypto SafeCompare_boring.swift
[1468/1523] Compiling Crypto Zeroization_boring.swift
[1469/1523] Compiling Crypto PrettyBytes.swift
[1470/1523] Compiling Crypto SafeCompare.swift
[1471/1523] Compiling Crypto SecureBytes.swift
[1472/1523] Compiling Crypto Zeroization.swift
[1507/1526] Compiling HummingbirdOTP OTP.swift
[1508/1526] Emitting module HummingbirdOTP
[1527/1527] Emitting module NIOCore
[1529/1581] Emitting module NIOHTTPTypes
[1530/1581] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1532/1582] Emitting module NIOEmbedded
[1533/1582] Compiling NIOEmbedded AsyncTestingChannel.swift
[1534/1582] Compiling NIOEmbedded Embedded.swift
[1535/1582] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1537/1583] Compiling NIOPosix SelectableChannel.swift
[1538/1583] Compiling NIOPosix SelectableEventLoop.swift
[1539/1583] Compiling NIOPosix SelectorEpoll.swift
[1540/1583] Compiling NIOPosix SelectorGeneric.swift
[1541/1583] Compiling NIOPosix SelectorKqueue.swift
[1542/1583] Compiling NIOPosix SelectorUring.swift
[1543/1589] Compiling NIOPosix ServerSocket.swift
[1544/1589] Compiling NIOPosix Socket.swift
[1545/1589] Compiling NIOPosix SocketChannel.swift
[1546/1589] Compiling NIOPosix SocketProtocols.swift
[1547/1589] Compiling NIOPosix System.swift
[1548/1589] Compiling NIOPosix Thread.swift
[1549/1589] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1550/1589] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1551/1589] Compiling NIOPosix PosixSingletons.swift
[1552/1589] Compiling NIOPosix RawSocketBootstrap.swift
[1553/1589] Compiling NIOPosix Resolver.swift
[1554/1589] Compiling NIOPosix Selectable.swift
[1555/1589] Emitting module NIOPosix
[1556/1589] Compiling NIOPosix IO.swift
[1557/1589] Compiling NIOPosix IntegerBitPacking.swift
[1558/1589] Compiling NIOPosix IntegerTypes.swift
[1559/1589] Compiling NIOPosix Linux.swift
[1560/1589] Compiling NIOPosix LinuxCPUSet.swift
[1561/1589] Compiling NIOPosix LinuxUring.swift
[1562/1589] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1563/1589] Compiling NIOPosix Bootstrap.swift
[1564/1589] Compiling NIOPosix ControlMessage.swift
[1565/1589] Compiling NIOPosix DatagramVectorReadManager.swift
[1566/1589] Compiling NIOPosix Errors+Any.swift
[1567/1589] Compiling NIOPosix FileDescriptor.swift
[1568/1589] Compiling NIOPosix GetaddrinfoResolver.swift
[1569/1589] Compiling NIOPosix HappyEyeballs.swift
[1570/1589] Compiling NIOPosix NIOThreadPool.swift
[1571/1589] Compiling NIOPosix NonBlockingFileIO.swift
[1572/1589] Compiling NIOPosix PendingDatagramWritesManager.swift
[1573/1589] Compiling NIOPosix PendingWritesManager.swift
[1574/1589] Compiling NIOPosix PipeChannel.swift
[1575/1589] Compiling NIOPosix PipePair.swift
[1576/1589] Compiling NIOPosix Pool.swift
[1577/1589] Compiling NIOPosix BSDSocketAPICommon.swift
[1578/1589] Compiling NIOPosix BSDSocketAPIPosix.swift
[1579/1589] Compiling NIOPosix BSDSocketAPIWindows.swift
[1580/1589] Compiling NIOPosix BaseSocket.swift
[1581/1589] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1582/1589] Compiling NIOPosix BaseSocketChannel.swift
[1583/1589] Compiling NIOPosix BaseStreamSocketChannel.swift
[1584/1589] Compiling NIOPosix ThreadPosix.swift
[1585/1589] Compiling NIOPosix ThreadWindows.swift
[1586/1589] Compiling NIOPosix UnsafeTransfer.swift
[1587/1589] Compiling NIOPosix Utilities.swift
[1588/1589] Compiling NIOPosix VsockAddress.swift
[1589/1589] Compiling NIOPosix VsockChannelEvents.swift
[1591/1592] Emitting module NIO
[1592/1592] Compiling NIO Exports.swift
[1594/1632] Emitting module NIOFoundationCompat
[1595/1632] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1596/1633] Compiling NIOTLS TLSEvents.swift
[1597/1633] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1598/1633] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1599/1633] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1600/1633] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1601/1633] Compiling NIOSOCKS SOCKSResponse.swift
[1602/1633] Emitting module NIOTLS
[1603/1633] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1604/1633] Compiling NIOSOCKS ClientStateMachine.swift
[1605/1633] Compiling NIOSOCKS AuthenticationMethod.swift
[1606/1633] Compiling NIOSOCKS ClientGreeting.swift
[1607/1633] Compiling NIOSOCKS SOCKSClientHandler.swift
[1608/1633] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1609/1633] Emitting module NIOSOCKS
[1610/1633] Compiling NIOSOCKS ServerStateMachine.swift
[1611/1633] Compiling NIOSOCKS Errors.swift
[1612/1633] Compiling NIOSOCKS Helpers.swift
[1613/1633] Compiling NIOSOCKS Messages.swift
[1614/1633] Compiling NIOSOCKS SOCKSRequest.swift
[1616/1634] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1617/1634] Compiling NIOTLS SNIHandler.swift
[1619/1635] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1620/1635] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1621/1637] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1622/1638] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1623/1638] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1625/1651] Compiling NIOSSL NIOSSLClientHandler.swift
[1626/1651] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1627/1651] Compiling NIOSSL SubjectAlternativeName.swift
[1628/1651] Compiling NIOSSL LinuxCABundle.swift
[1629/1667] Compiling NIOSSL NIOSSLHandler.swift
[1630/1667] Compiling NIOSSL AndroidCABundle.swift
[1631/1667] Compiling NIOSSL ByteBufferBIO.swift
[1632/1667] Compiling NIOSSL CustomPrivateKey.swift
[1633/1689] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1634/1689] Compiling NIOTransportServices NIOTSSingletons.swift
[1635/1689] Compiling NIOTransportServices NIOTSBootstraps.swift
[1636/1689] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1637/1689] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1638/1691] Compiling NIOTransportServices StateManagedChannel.swift
[1639/1691] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1640/1691] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1641/1691] Emitting module NIOTransportServices
[1644/1691] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1645/1691] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1646/1691] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1647/1691] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1648/1691] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1649/1691] Compiling NIOTransportServices NIOTSErrors.swift
[1650/1691] Compiling NIOTransportServices NIOTSEventLoop.swift
[1651/1691] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1652/1691] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1653/1691] Compiling NIOTransportServices AcceptHandler.swift
[1654/1691] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1655/1691] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1656/1691] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1657/1691] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1658/1691] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1662/1692] Emitting module NIOHTTP1
[1665/1733] Emitting module NIOSSL
[1666/1736] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1670/1736] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1671/1736] Compiling NIOExtras LengthFieldPrepender.swift
[1672/1736] Compiling NIOExtras LineBasedFrameDecoder.swift
[1673/1736] Compiling NIOExtras DebugInboundEventsHandler.swift
[1674/1736] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1675/1736] Compiling NIOExtras JSONRPCFraming.swift
[1676/1736] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1677/1736] Compiling NIOExtras NIORequestIdentifiable.swift
[1678/1736] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1679/1736] Compiling NIOExtras NIOExtrasError.swift
[1680/1736] Compiling NIOExtras PCAPRingBuffer.swift
[1681/1736] Compiling NIOExtras QuiescingHelper.swift
[1682/1736] Compiling NIOExtras RequestResponseHandler.swift
[1686/1736] Compiling NIOSSL SSLCallbacks.swift
[1687/1736] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1688/1736] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1689/1736] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1690/1736] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1691/1736] Compiling NIOHTTPCompression HTTPDecompression.swift
[1692/1736] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1693/1736] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1694/1736] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1695/1736] Emitting module NIOHTTPTypesHTTP1
[1696/1736] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1697/1736] Emitting module NIOHTTPCompression
[1698/1736] Compiling NIOHTTPCompression HTTPCompression.swift
[1699/1737] Compiling NIOHPACK IntegerCoding.swift
[1700/1737] Compiling NIOHPACK HuffmanTables.swift
[1701/1737] Compiling NIOHPACK IndexedHeaderTable.swift
[1710/1740] Compiling NIOHPACK HuffmanCoding.swift
[1712/1740] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1713/1740] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1714/1741] Emitting module NIOExtras
[1716/1741] Compiling NIOHPACK StaticHeaderTable.swift
[1728/1741] Emitting module NIOHPACK
[1734/1742] Compiling NIOSSL SSLCertificate.swift
[1735/1742] Compiling NIOSSL SSLCertificateExtensions.swift
[1736/1742] Compiling NIOSSL SSLConnection.swift
[1737/1742] Compiling NIOSSL SSLContext.swift
[1738/1742] Compiling NIOSSL TLSConfiguration.swift
[1739/1742] Compiling NIOSSL UniversalBootstrapSupport.swift
[1740/1742] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1742/1801] Compiling NIOHTTP2 MaySendFrames.swift
[1743/1801] Compiling NIOHTTP2 SendingDataState.swift
[1745/1802] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1746/1802] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1747/1802] Compiling NIOHTTP2 HasLocalSettings.swift
[1748/1802] Compiling NIOHTTP2 HasRemoteSettings.swift
[1749/1802] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1750/1802] Compiling NIOHTTP2 QuiescingState.swift
[1751/1802] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1752/1802] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1753/1834] Compiling HummingbirdCore ServerChildChannel.swift
[1754/1834] Compiling HummingbirdCore ServerConfiguration.swift
[1755/1834] Compiling HummingbirdCore TSTLSOptions.swift
[1756/1834] Compiling HummingbirdCore AnyAsyncSequence.swift
[1757/1834] Compiling HummingbirdCore FlatDictionary.swift
[1758/1834] Compiling HummingbirdCore HBParser.swift
[1759/1834] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1760/1834] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1761/1834] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1762/1834] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1763/1834] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1764/1834] Compiling NIOHTTP2 HTTP2StreamID.swift
[1765/1834] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1766/1834] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1767/1834] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1768/1834] Compiling NIOHTTP2 InboundEventBuffer.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
[1772/1837] Compiling NIOHTTP2 InboundWindowManager.swift
[1773/1837] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1774/1837] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1775/1837] Compiling NIOHTTP2 StreamChannelList.swift
[1776/1837] Compiling NIOHTTP2 StreamMap.swift
[1777/1837] Compiling NIOHTTP2 StreamStateMachine.swift
[1778/1837] Compiling NIOHTTP2 UnsafeTransfer.swift
[1779/1837] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1780/1837] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1781/1837] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1782/1837] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1783/1837] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1784/1837] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1785/1837] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1786/1837] 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
[1787/1837] 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
[1788/1837] 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
[1789/1837] 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
[1790/1837] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1791/1837] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1792/1837] 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
[1793/1837] Compiling HummingbirdCore Deprecations.swift
[1794/1837] Compiling HummingbirdCore Request.swift
[1795/1837] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1796/1837] Compiling HummingbirdCore RequestBody.swift
[1802/1837] 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
[1803/1837] 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
[1804/1837] 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
[1805/1837] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1814/1902] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1815/1902] Compiling Hummingbird _Middleware2.swift
[1816/1902] Compiling Hummingbird _OptionalMiddleware.swift
[1817/1902] Compiling Hummingbird _SpreadMiddleware.swift
[1818/1902] Compiling Hummingbird TracingMiddleware.swift
[1819/1902] Compiling Hummingbird EndpointResponder.swift
[1820/1902] Compiling Hummingbird Parameters+UUID.swift
[1821/1902] Compiling Hummingbird Parameters.swift
[1822/1902] Compiling Hummingbird ResponseGenerator.swift
[1823/1902] Compiling Hummingbird RouteCollection.swift
[1824/1902] Compiling Hummingbird Router+validation.swift
[1825/1902] Compiling Hummingbird Router.swift
[1826/1902] Compiling Hummingbird RouterGroup.swift
[1827/1902] Compiling Hummingbird RouterMethods.swift
[1828/1902] Compiling Hummingbird RouterPath.swift
[1829/1902] Compiling Hummingbird RouterResponder.swift
[1830/1902] Compiling Hummingbird Exports.swift
[1831/1902] Compiling Hummingbird CacheControl.swift
[1832/1902] Compiling Hummingbird CORSMiddleware.swift
[1833/1902] Compiling Hummingbird FileMiddleware.swift
[1834/1902] Compiling Hummingbird LogRequestMiddleware.swift
[1835/1902] Compiling Hummingbird MetricsMiddleware.swift
[1836/1902] Compiling Hummingbird Middleware.swift
[1837/1902] Compiling Hummingbird MiddlewareGroup.swift
[1838/1902] Emitting module NIOHTTP2
[1840/1962] Compiling AsyncHTTPClient FoundationExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1841/1962] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1842/1962] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1843/1962] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1844/1962] Compiling Hummingbird RequestID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1845/1962] Compiling Hummingbird RequestResponder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1846/1962] Compiling Hummingbird Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1847/1962] Compiling Hummingbird URI+decodeQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1848/1962] Compiling Hummingbird MemoryPersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1849/1971] Compiling AsyncHTTPClient LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1850/1971] 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
[1851/1971] 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
[1852/1971] 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
[1853/1971] 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
[1854/1971] 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
[1855/1971] Compiling AsyncHTTPClient RequestFramingMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1856/1971] Compiling AsyncHTTPClient RequestOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1857/1971] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1858/1971] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1859/1971] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1860/1971] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1861/1971] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1862/1971] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1863/1971] 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
[1864/1971] Compiling AsyncHTTPClient ConnectionTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1865/1971] Compiling AsyncHTTPClient DeconstructedURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1866/1971] Compiling AsyncHTTPClient FileDownloadDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1867/1971] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1868/1971] Compiling AsyncHTTPClient TLSEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1869/1971] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1870/1971] Compiling AsyncHTTPClient HTTP1Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1871/1971] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1872/1971] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1873/1971] Compiling AsyncHTTPClient HTTP2Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1874/1971] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1875/1971] Compiling AsyncHTTPClient 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
[1876/1971] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.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
[1877/1971] Compiling AsyncHTTPClient AsyncLazySequence.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
[1878/1971] Compiling AsyncHTTPClient HTTPClient+execute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1879/1971] Compiling AsyncHTTPClient HTTPClient+shutdown.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
[1880/1971] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.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
[1881/1971] Compiling AsyncHTTPClient HTTPClientRequest+auth.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
[1882/1971] Compiling AsyncHTTPClient HTTPClientRequest.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
[1883/1971] Compiling AsyncHTTPClient HTTPClientResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1884/1971] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1885/1971] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1886/1971] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1887/1971] Compiling AsyncHTTPClient HTTPConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1888/1971] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1889/1971] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1890/1971] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1891/1971] Compiling AsyncHTTPClient RequestBodyLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1892/1971] Compiling AsyncHTTPClient HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1893/1971] Compiling AsyncHTTPClient HTTPHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1902/1979] Compiling AsyncHTTPClient StringConvertibleInstances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1903/1979] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1904/1979] Compiling AsyncHTTPClient Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1905/1979] 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
[1906/1979] 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
[1907/1979] 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
[1908/1979] 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
[1909/1979] 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
[1910/1979] 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
[1911/1979] Emitting module AsyncHTTPClient
[1912/1979] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1913/1979] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1914/1979] Compiling AsyncHTTPClient Transaction.swift
[1915/1979] Compiling AsyncHTTPClient Base64.swift
[1916/1979] Compiling AsyncHTTPClient BasicAuth.swift
[1917/1979] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1918/1979] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1919/1979] Compiling AsyncHTTPClient ConnectionPool.swift
[1920/1979] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.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
[1938/1979] 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
[1973/1992] Compiling AsyncHTTPClient RequestBag.swift
[1974/1992] Compiling AsyncHTTPClient RequestValidation.swift
[1975/1992] Compiling AsyncHTTPClient SSLContextCache.swift
[1976/1992] Compiling AsyncHTTPClient Scheme.swift
[1977/1992] Compiling AsyncHTTPClient Singleton.swift
[1982/1993] Compiling HummingbirdAuth SessionContext.swift
[1983/1994] 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 |
[1984/1994] Emitting module HummingbirdAuth
[1985/1994] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1986/1994] Compiling HummingbirdAuth BasicAuthentication.swift
[1987/1994] Compiling HummingbirdAuth AuthRequestContext.swift
[1988/1994] Compiling HummingbirdAuth Authenticator.swift
[1989/1994] Compiling HummingbirdAuth BearerAuthentication.swift
[1990/1994] Compiling HummingbirdAuth Deprecated.swift
[1991/1994] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1992/1994] Compiling HummingbirdAuth SessionAuthenticator.swift
[1993/1994] Compiling HummingbirdAuth UserSessionRepository.swift
[1994/1999] Compiling HummingbirdAuth SessionMiddleware.swift
[1996/2008] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[1997/2008] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[1998/2008] Emitting module HummingbirdBasicAuth
[1999/2008] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[2001/2009] 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
[2002/2010] 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
[2003/2010] 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
[2004/2010] Compiling HummingbirdTesting LiveTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2005/2010] 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
[2006/2010] 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
[2007/2010] 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
[2008/2010] Compiling HummingbirdTesting Application+Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2009/2010] Compiling HummingbirdTesting ApplicationTester.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2010/2010] 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
[2012/2013] Emitting module HummingbirdAuthTesting
[2013/2013] 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! (391.44s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.