The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of google-cloud, reference main (275029), with Swift 6.1 for Android on 28 May 2025 19:30:44 UTC.

Swift 6 data race errors: 16

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/google-cloud.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/google-cloud
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2750292 Update README.md
Cloned https://github.com/vapor-community/google-cloud.git
Revision (git rev-parse @):
27502923228940ff1ed967df82e956b6f7731a29
SUCCESS checkout https://github.com/vapor-community/google-cloud.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/google-cloud.git
https://github.com/vapor-community/google-cloud.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "google-cloud-kit",
      "requirement" : {
        "exact" : [
          "1.0.0-rc.9"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/google-cloud-kit.git"
    }
  ],
  "manifest_display_name" : "google-cloud",
  "name" : "google-cloud",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloud",
      "targets" : [
        "GoogleCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudStorage",
      "targets" : [
        "CloudStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudDatastore",
      "targets" : [
        "CloudDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudSecretManager",
      "targets" : [
        "CloudSecretManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudTranslation",
      "targets" : [
        "CloudTranslation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudPubSub",
      "targets" : [
        "CloudPubSub"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleCloud",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloud",
      "path" : "Sources/GoogleCloud",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudKit"
      ],
      "product_memberships" : [
        "GoogleCloud",
        "CloudStorage",
        "CloudDatastore",
        "CloudSecretManager",
        "CloudTranslation",
        "CloudPubSub"
      ],
      "sources" : [
        "GoogleCloudPlatform+Application.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudTranslation",
      "module_type" : "SwiftTarget",
      "name" : "CloudTranslation",
      "path" : "Sources/CloudTranslation",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudTranslation"
      ],
      "product_memberships" : [
        "CloudTranslation"
      ],
      "sources" : [
        "GoogleCloudTranslationAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudStorage",
      "module_type" : "SwiftTarget",
      "name" : "CloudStorage",
      "path" : "Sources/CloudStorage",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudStorage"
      ],
      "product_memberships" : [
        "CloudStorage"
      ],
      "sources" : [
        "GoogleCloudStorageAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudSecretManager",
      "module_type" : "SwiftTarget",
      "name" : "CloudSecretManager",
      "path" : "Sources/CloudSecretManager",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudSecretManager"
      ],
      "product_memberships" : [
        "CloudSecretManager"
      ],
      "sources" : [
        "GoogleCloudSecretManagerAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudPubSub",
      "module_type" : "SwiftTarget",
      "name" : "CloudPubSub",
      "path" : "Sources/CloudPubSub",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudPubSub"
      ],
      "product_memberships" : [
        "CloudPubSub"
      ],
      "sources" : [
        "GoogleCloudPubSubAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CloudDatastore",
      "path" : "Sources/CloudDatastore",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudDatastore"
      ],
      "product_memberships" : [
        "CloudDatastore"
      ],
      "sources" : [
        "GoogleCloudDatastoreAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor-community/google-cloud-kit.git
[1/1345] Fetching google-cloud-kit
Fetched https://github.com/vapor-community/google-cloud-kit.git from cache (0.30s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.99s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.94s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[1064/3672] Fetching swift-service-context, websocket-kit
[2708/6991] Fetching swift-service-context, websocket-kit, multipart-kit
[4902/11965] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing
[8384/13675] Fetching swift-service-context, websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.30s)
[8448/12612] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
[8698/18571] Fetching websocket-kit, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.47s)
Fetching https://github.com/apple/swift-log.git
[11906/15803] Fetching websocket-kit, multipart-kit, swift-atomics, swift-algorithms, swift-metrics
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[10460/14093] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-metrics
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.59s)
[5715/8134] Fetching websocket-kit, multipart-kit, swift-metrics
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.38s)
Fetching https://github.com/apple/swift-nio-ssl.git
[4237/9764] Fetching websocket-kit, multipart-kit, swift-log
[6884/15678] Fetching websocket-kit, multipart-kit, swift-log, swift-nio-extras
[12805/27205] Fetching websocket-kit, multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[12571/23369] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetching https://github.com/vapor/routing-kit.git
[7118/17455] Fetching websocket-kit, multipart-kit, swift-nio-http2
[14497/32298] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl
[18176/53025] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
[23829/129118] Fetching websocket-kit, multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/vapor/websocket-kit.git from cache (1.65s)
[39925/126509] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.71s)
[43343/123190] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.16s)
[36204/111663] Fetching swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/async-kit.git
[47860/117240] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit
[56646/131176] Fetching swift-nio-ssl, routing-kit, swift-nio, console-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.05s)
[40987/110449] Fetching swift-nio-ssl, swift-nio, console-kit, swift-crypto
[41749/112819] Fetching swift-nio-ssl, swift-nio, console-kit, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.47s)
[45584/107242] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.48s)
[46814/104872] Fetching swift-nio-ssl, swift-nio, swift-crypto
[53535/118886] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.97s)
[69264/104043] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.14s)
[63740/90029] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.42s)
[60114/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.65s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.97s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.98s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1538/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.96s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.87s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.20s)
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-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (4.61s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[905/2045] Fetching swift-http-types, swift-http-structured-headers
[2046/3635] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[3636/9790] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates
[3637/12216] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates, swift-service-lifecycle
[4941/17201] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (3.33s)
Fetched https://github.com/apple/swift-asn1.git from cache (3.33s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.33s)
Fetched https://github.com/apple/swift-http-types.git from cache (3.34s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.34s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.34s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (4.31s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.90s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.57s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.48s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.53s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.99s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.95s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.05s)
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.79s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.82s)
Computing version for https://github.com/vapor-community/google-cloud-kit.git
Computed https://github.com/vapor-community/google-cloud-kit.git at 1.0.0-rc.9 (1.72s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (2.88s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (3.98s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor-community/google-cloud-kit.git
Working copy of https://github.com/vapor-community/google-cloud-kit.git resolved at 1.0.0-rc.9
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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.27.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/1265] Write sources
[52/1265] Compiling CVaporBcrypt bcrypt.c
[52/1265] Write sources
[54/1265] Compiling _AtomicsShims.c
[54/1265] Write sources
[64/1265] Compiling CVaporBcrypt blf.c
[65/1265] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[66/1265] Compiling CNIODarwin shim.c
[67/1265] Compiling CNIOWindows shim.c
[67/1265] Compiling _NumericsShims _NumericsShims.c
[69/1265] Compiling CNIOWindows WSAStartup.c
[70/1265] Compiling CNIOWASI CNIOWASI.c
[71/1265] Compiling CSystem shims.c
[72/1265] Compiling CNIOSHA1 c_nio_sha1.c
[73/1265] Compiling CNIOLLHTTP c_nio_http.c
[74/1265] Write swift-version-24593BA9C3E375BF.txt
[75/1265] Compiling CNIOExtrasZlib empty.c
[76/1265] Compiling CNIOLinux liburing_shims.c
[77/1265] Compiling CNIOLinux shim.c
[78/1265] Compiling CNIOLLHTTP c_nio_api.c
[79/1270] Compiling CNIOLLHTTP c_nio_llhttp.c
[80/1312] Compiling CNIOBoringSSLShims shims.c
[82/1317] Emitting module _NIODataStructures
[83/1317] Emitting module SystemPackage
[84/1320] Emitting module _NIOBase64
[85/1320] Compiling _NIOBase64 Base64.swift
[85/1320] Compiling c-nioatomics.c
[88/1335] Compiling RealModule Float16+Real.swift
[89/1335] Compiling RealModule Float+Real.swift
[90/1339] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/1339] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/1340] Compiling SystemPackage MachPort.swift
[93/1340] Compiling SystemPackage PlatformString.swift
[94/1340] Compiling SystemPackage SystemString.swift
[95/1340] Compiling RealModule ElementaryFunctions.swift
[96/1340] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/1340] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[98/1340] Compiling InternalCollectionsUtilities Debugging.swift
[99/1340] Compiling InternalCollectionsUtilities Descriptions.swift
[100/1340] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/1340] Compiling _NIODataStructures PriorityQueue.swift
[102/1340] Compiling _NIODataStructures _TinyArray.swift
[103/1340] Compiling SystemPackage Util+StringArray.swift
[104/1340] Compiling SystemPackage Util.swift
[105/1340] Compiling SystemPackage UtilConsumers.swift
[106/1340] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[107/1340] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/1340] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[109/1340] Compiling InternalCollectionsUtilities Integer rank.swift
[113/1340] Compiling c-atomics.c
[115/1359] Compiling ServiceContextModule ServiceContext.swift
[116/1359] Emitting module ServiceContextModule
[117/1359] Compiling ServiceContextModule ServiceContextKey.swift
[119/1360] Compiling RealModule RealFunctions.swift
[120/1360] Compiling Atomics Primitives.native.swift
[121/1360] Compiling Atomics OptionalRawRepresentable.swift
[122/1360] Emitting module InternalCollectionsUtilities
[123/1360] Compiling Atomics IntegerConformances.swift
[124/1360] Compiling Atomics PointerConformances.swift
[125/1360] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[126/1361] Compiling RealModule Float80+Real.swift
[127/1361] Compiling RealModule Real.swift
[130/1361] Emitting module RealModule
[133/1367] Compiling Atomics RawRepresentable.swift
[134/1367] Compiling Atomics AtomicBool.swift
[135/1367] Compiling Atomics Primitives.shims.swift
[136/1367] Compiling Atomics AtomicInteger.swift
[140/1368] Compiling fiat_p256_adx_sqr.S
[142/1368] Compiling Atomics AtomicMemoryOrderings.swift
[143/1368] Compiling Atomics DoubleWord.swift
[146/1368] Compiling Atomics AtomicOptionalWrappable.swift
[147/1368] Compiling Atomics UnsafeAtomic.swift
[148/1368] Compiling Atomics UnsafeAtomicLazyReference.swift
[149/1368] Compiling Atomics ManagedAtomic.swift
[150/1368] Compiling Atomics ManagedAtomicLazyReference.swift
[151/1368] Compiling Atomics AtomicReference.swift
[152/1368] Compiling Atomics AtomicStorage.swift
[153/1368] Compiling Atomics AtomicValue.swift
[154/1371] Emitting module Atomics
[155/1444] Emitting module Instrumentation
[156/1444] Compiling _RopeModule BigString+Chunk.swift
[157/1444] Compiling _RopeModule BigString+BidirectionalCollection.swift
[158/1444] Compiling _NIODataStructures Heap.swift
[160/1445] Compiling Instrumentation NoOpInstrument.swift
[161/1445] Compiling Instrumentation MultiplexInstrument.swift
[162/1445] Compiling Instrumentation Instrument.swift
[163/1445] Compiling NIOConcurrencyHelpers lock.swift
[164/1445] Compiling _RopeModule Rope+_Storage.swift
[165/1445] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[166/1445] Compiling _RopeModule Rope+_UnsafeHandle.swift
[167/1445] Compiling _RopeModule Rope.swift
[168/1445] Compiling _RopeModule RopeElement.swift
[169/1445] Compiling _RopeModule RopeMetric.swift
[170/1445] Compiling _RopeModule RopeSummary.swift
[171/1445] Compiling _RopeModule _RopeItem.swift
[172/1445] Compiling _RopeModule _RopePath.swift
[173/1446] Compiling NIOConcurrencyHelpers NIOLock.swift
[174/1446] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[175/1448] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[176/1448] Emitting module NIOConcurrencyHelpers
[177/1448] Compiling NIOConcurrencyHelpers atomics.swift
[179/1510] Compiling CoreMetrics Metrics.swift
[180/1510] Emitting module CoreMetrics
[181/1510] Compiling CoreMetrics Locks.swift
[182/1510] Compiling Instrumentation InstrumentationSystem.swift
[183/1510] Compiling Instrumentation Locks.swift
[184/1512] Emitting module Logging
[185/1512] Compiling Logging Locks.swift
[186/1512] Compiling Logging MetadataProvider.swift
[187/1512] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[188/1512] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[189/1512] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[190/1512] Compiling OrderedCollections OrderedDictionary+Values.swift
[191/1512] Compiling OrderedCollections _HashTable+Testing.swift
[192/1512] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[193/1512] Compiling OrderedCollections _HashTable.swift
[194/1512] Compiling OrderedCollections _Hashtable+Header.swift
[195/1512] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[196/1512] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[197/1512] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[198/1512] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[199/1512] Compiling OrderedCollections OrderedDictionary+Codable.swift
[200/1512] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[201/1512] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[202/1512] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[203/1512] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[204/1512] Compiling OrderedCollections OrderedDictionary+Elements.swift
[205/1514] Compiling Logging LogHandler.swift
[206/1514] Compiling Logging Logging.swift
[208/1515] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[209/1515] Compiling OrderedCollections OrderedSet+Hashable.swift
[210/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[211/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[212/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[213/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[214/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[215/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[216/1515] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[217/1515] Compiling OrderedCollections OrderedSet+Initializers.swift
[222/1515] Compiling OrderedCollections OrderedDictionary.swift
[223/1515] Compiling OrderedCollections OrderedSet+Codable.swift
[224/1515] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[225/1515] Compiling OrderedCollections OrderedSet+Descriptions.swift
[226/1515] Compiling OrderedCollections OrderedSet+Diffing.swift
[227/1515] Compiling OrderedCollections OrderedSet+Equatable.swift
[232/1515] Compiling OrderedCollections _HashTable+Constants.swift
[233/1515] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[242/1546] Compiling _RopeModule _RopeVersion.swift
[243/1546] Compiling _RopeModule Rope+Collection.swift
[244/1546] Compiling _RopeModule Rope+Index.swift
[245/1546] Compiling _RopeModule Rope+Sequence.swift
[246/1546] Compiling _RopeModule Rope+Append.swift
[247/1546] Compiling _RopeModule Rope+Extract.swift
[248/1546] Compiling _RopeModule Rope+Find.swift
[249/1546] Compiling _RopeModule Rope+ForEachWhile.swift
[250/1546] Compiling _RopeModule Rope+Insert.swift
[251/1550] Compiling Algorithms Compacted.swift
[252/1550] Compiling Algorithms Cycle.swift
[253/1550] Compiling Algorithms EitherSequence.swift
[254/1550] Compiling Algorithms FirstNonNil.swift
[255/1550] Compiling Algorithms AdjacentPairs.swift
[256/1550] Compiling Algorithms Chain.swift
[257/1550] Compiling Algorithms Chunked.swift
[258/1550] Compiling Algorithms Combinations.swift
[259/1550] Compiling Algorithms FlattenCollection.swift
[260/1550] Compiling Algorithms Grouped.swift
[261/1614] Compiling HeapModule Heap+Invariants.swift
[262/1634] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[263/1648] Compiling HeapModule Heap+Descriptions.swift
[264/1648] Compiling HeapModule Heap.swift
[265/1648] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[266/1648] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[267/1648] Compiling HashTreeCollections TreeDictionary+Keys.swift
[268/1648] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[269/1648] Compiling HashTreeCollections TreeDictionary+Merge.swift
[270/1648] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[271/1648] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[272/1655] Compiling HashTreeCollections _HashNode+Structural merge.swift
[273/1655] Compiling HashTreeCollections _HashTreeIterator.swift
[274/1655] Compiling HashTreeCollections _HashTreeStatistics.swift
[275/1655] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[276/1655] Compiling HashTreeCollections _RawHashNode.swift
[277/1655] Compiling HashTreeCollections _UnmanagedHashNode.swift
[278/1655] Compiling HashTreeCollections _UnsafePath.swift
[279/1655] Compiling HeapModule _HeapNode.swift
[280/1655] Compiling DequeModule Deque+CustomReflectable.swift
[281/1655] Compiling DequeModule Deque+Descriptions.swift
[282/1655] Compiling DequeModule Deque+Equatable.swift
[283/1655] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[284/1657] Emitting module _RopeModule
[285/1657] Compiling DequeModule _DequeBuffer.swift
[286/1657] Compiling DequeModule _DequeBufferHeader.swift
[287/1657] Compiling Tracing TracingTime.swift
[288/1657] Compiling HashTreeCollections _HashNode+Builder.swift
[289/1657] Compiling HashTreeCollections _HashNode+Debugging.swift
[290/1657] Compiling HashTreeCollections _HashNode+Initializers.swift
[291/1657] Compiling HashTreeCollections _HashNode+Invariants.swift
[292/1657] Compiling HashTreeCollections _HashNode+Lookups.swift
[293/1657] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[294/1657] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[295/1657] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[296/1657] Compiling HashTreeCollections _HashNode+Storage.swift
[297/1657] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[298/1657] Compiling HashTreeCollections _HashNode+Structural filter.swift
[299/1657] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[300/1657] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[301/1657] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[302/1657] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[303/1657] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[304/1657] Compiling HashTreeCollections TreeDictionary+Codable.swift
[305/1657] Compiling HashTreeCollections TreeDictionary+Collection.swift
[306/1657] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[307/1657] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[308/1657] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[309/1657] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[310/1657] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[311/1657] Compiling HashTreeCollections TreeDictionary+Filter.swift
[312/1657] Compiling HeapModule Heap+UnsafeHandle.swift
[313/1657] Emitting module HeapModule
[314/1658] Emitting module Tracing
[315/1658] Compiling Tracing Tracer.swift
[317/1658] Compiling Tracing TracerProtocol.swift
[318/1658] Compiling DequeModule _DequeSlot.swift
[319/1658] Compiling DequeModule _UnsafeWrappedBuffer.swift
[320/1658] Compiling Tracing InstrumentationSystem+Tracing.swift
[321/1658] Compiling Tracing TracerProtocol+Legacy.swift
[322/1658] Compiling DequeModule Deque+Codable.swift
[323/1658] Compiling DequeModule Deque+Collection.swift
[328/1658] Compiling DequeModule Deque+Testing.swift
[329/1658] Compiling DequeModule Deque._Storage.swift
[330/1658] Compiling OrderedCollections OrderedSet+SubSequence.swift
[331/1658] Compiling OrderedCollections OrderedSet+Testing.swift
[332/1658] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[333/1658] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[334/1658] Compiling OrderedCollections OrderedSet.swift
[335/1658] Compiling OrderedCollections _UnsafeBitset.swift
[336/1658] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[337/1658] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[338/1658] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[339/1658] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[340/1668] Compiling HashTreeCollections TreeDictionary.swift
[341/1668] Compiling HashTreeCollections TreeSet+Codable.swift
[342/1668] Compiling HashTreeCollections TreeSet+Collection.swift
[343/1668] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[344/1668] Compiling HashTreeCollections TreeSet+Debugging.swift
[345/1668] Compiling HashTreeCollections TreeSet+Descriptions.swift
[346/1668] Compiling HashTreeCollections TreeSet+Equatable.swift
[347/1668] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[348/1668] Compiling HashTreeCollections TreeSet+Extras.swift
[349/1668] Compiling HashTreeCollections TreeSet+Filter.swift
[354/1668] Compiling DequeModule Deque._UnsafeHandle.swift
[355/1668] Compiling DequeModule Deque.swift
[356/1668] Compiling DequeModule Deque+Extras.swift
[357/1668] Compiling DequeModule Deque+Hashable.swift
[368/1674] Compiling OrderedCollections OrderedSet+Sendable.swift
[369/1674] Compiling Tracing NoOpTracer.swift
[370/1674] Compiling Tracing SpanProtocol.swift
[386/1678] Emitting module DequeModule
[395/1680] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[397/1705] Compiling ConsoleKitTerminal Console+Wait.swift
[398/1705] Compiling ConsoleKitTerminal ConsoleColor.swift
[399/1705] Compiling ConsoleKitTerminal ConsoleStyle.swift
[400/1705] Compiling ConsoleKitTerminal CustomActivity.swift
[401/1705] Compiling ConsoleKitTerminal LoadingBar.swift
[402/1705] Compiling ConsoleKitTerminal ProgressBar.swift
[403/1705] Compiling ConsoleKitTerminal Console+Confirm.swift
[404/1705] Compiling ConsoleKitTerminal Console+Input.swift
[405/1705] Compiling ConsoleKitTerminal Console+Center.swift
[406/1705] Compiling ConsoleKitTerminal Console+Output.swift
[407/1705] Compiling ConsoleKitTerminal ActivityBar.swift
[408/1705] Compiling ConsoleKitTerminal ActivityIndicator.swift
[409/1705] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[410/1705] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[410/1705] Compiling fiat_p256_adx_mul.S
[413/1705] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[414/1705] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[415/1705] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[416/1705] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[417/1705] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[418/1705] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[419/1705] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[420/1705] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[421/1705] Compiling HashTreeCollections TreeSet.swift
[429/1765] Compiling NIOCore MarkedCircularBuffer.swift
[430/1765] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[431/1765] Compiling NIOCore EventLoopFuture+Deprecated.swift
[432/1765] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[433/1765] Compiling NIOCore EventLoopFuture.swift
[434/1765] Compiling NIOCore FileDescriptor.swift
[435/1765] Compiling NIOCore FileHandle.swift
[436/1765] Compiling NIOCore FileRegion.swift
[437/1765] Compiling NIOCore GlobalSingletons.swift
[438/1765] Compiling NIOCore MulticastChannel.swift
[439/1765] Compiling NIOCore NIOAny.swift
[440/1765] Compiling NIOCore EventLoop+SerialExecutor.swift
[441/1765] Compiling NIOCore EventLoop.swift
[442/1765] Compiling NIOCore IO.swift
[447/1765] Compiling NIOCore NIOCloseOnErrorHandler.swift
[448/1765] Compiling NIOCore NIOLoopBound.swift
[449/1765] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[450/1765] Compiling NIOCore NIOScheduledCallback.swift
[451/1765] Compiling NIOCore NIOSendable.swift
[452/1765] Emitting module OrderedCollections
[453/1765] Compiling NIOCore AsyncChannelInboundStream.swift
[454/1765] Compiling NIOCore AsyncChannelOutboundWriter.swift
[455/1765] Compiling NIOCore NIOAsyncSequenceProducer.swift
[456/1765] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[457/1766] Emitting module RoutingKit
[458/1766] Compiling RoutingKit PathComponent.swift
[459/1767] Compiling RoutingKit AnyRouter.swift
[461/1767] Compiling NIOCore ByteBuffer-aux.swift
[462/1767] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[463/1767] Compiling NIOCore ByteBuffer-conversions.swift
[464/1767] Compiling NIOCore ByteBuffer-core.swift
[465/1767] Compiling NIOCore ByteBuffer-hex.swift
[466/1767] Compiling NIOCore ByteBuffer-int.swift
[467/1767] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[468/1767] Compiling NIOCore CircularBuffer.swift
[469/1767] Compiling NIOCore Codec.swift
[470/1767] Compiling NIOCore ConvenienceOptionSupport.swift
[471/1767] Compiling NIOCore DeadChannel.swift
[477/1770] Compiling RoutingKit TrieRouter.swift
[478/1770] Compiling RoutingKit Router.swift
[478/1770] Compiling fiat_curve25519_adx_square.S
[480/1770] Emitting module ConsoleKitTerminal
[480/1770] Compiling fiat_curve25519_adx_mul.S
[482/1770] Compiling NIOCore DispatchQueue+WithFuture.swift
[483/1770] Compiling NIOCore EventLoop+Deprecated.swift
[485/1770] Compiling ConsoleKitTerminal AnySendableHashable.swift
[486/1770] Compiling ConsoleKitTerminal ConsoleLogger.swift
[487/1770] Compiling ConsoleKitTerminal LoggerFragment.swift
[488/1770] Compiling NIOCore IPProtocol.swift
[489/1770] Compiling NIOCore IntegerBitPacking.swift
[490/1770] Compiling NIOCore IntegerTypes.swift
[491/1770] Compiling NIOCore Interfaces.swift
[492/1770] Compiling NIOCore Linux.swift
[493/1770] Compiling NIOCore AddressedEnvelope.swift
[494/1770] Compiling NIOCore AsyncAwaitSupport.swift
[495/1770] Compiling NIOCore AsyncChannel.swift
[496/1770] Compiling NIOCore AsyncChannelHandler.swift
[501/1770] Compiling NIOCore NIOAsyncWriter.swift
[502/1770] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[503/1770] Compiling NIOCore BSDSocketAPI.swift
[504/1770] Emitting module Metrics
[505/1770] Compiling Metrics Metrics.swift
[506/1770] Compiling RoutingKit Parameters.swift
[521/1772] Compiling NIOCore RecvByteBufferAllocator.swift
[524/1780] Emitting module Algorithms
[547/1781] Compiling tls_method.cc
[553/1782] Emitting module HashTreeCollections
[554/1805] Compiling tls_record.cc
[555/1805] Compiling tls13_enc.cc
[556/1805] Compiling tls13_server.cc
[558/1805] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[559/1805] Compiling NIOCore SocketAddresses.swift
[560/1805] Compiling NIOCore SocketOptionProvider.swift
[561/1805] Compiling NIOCore SystemCallHelpers.swift
[562/1805] Compiling NIOCore TimeAmount+Duration.swift
[563/1805] Compiling NIOCore TypeAssistedChannelHandler.swift
[564/1805] Compiling NIOCore UniversalBootstrapSupport.swift
[565/1805] Compiling NIOCore Utilities.swift
[566/1805] Compiling ConsoleKitCommands CommandSignature.swift
[567/1805] Compiling ConsoleKitCommands Flag.swift
[568/1805] Compiling ConsoleKitCommands Option.swift
[577/1807] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[578/1807] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[579/1807] Compiling ConsoleKitCommands Argument.swift
[580/1807] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[581/1807] Compiling ConsoleKitCommands Utilities.swift
[584/1807] Compiling t1_enc.cc
[588/1807] Compiling ConsoleKitCommands AsyncCommands.swift
[589/1807] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[590/1807] Compiling ConsoleKitCommands AnyCommand.swift
[594/1807] Emitting module ConsoleKitCommands
[595/1807] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[596/1807] Compiling ConsoleKitCommands AsyncCommand.swift
[597/1807] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[597/1807] Compiling tls13_client.cc
[605/1807] Compiling ConsoleKitCommands Command.swift
[606/1807] Compiling ConsoleKitCommands CommandContext.swift
[607/1807] Compiling ConsoleKitCommands CommandError.swift
[607/1807] Compiling tls13_both.cc
[609/1807] Compiling ConsoleKitCommands CommandGroup.swift
[610/1807] Compiling ConsoleKitCommands CommandInput.swift
[611/1807] Compiling ConsoleKitCommands Commands.swift
[615/1807] Compiling ConsoleKitCommands Console+Run.swift
[616/1807] Compiling ConsoleKitCommands ConsoleError.swift
[617/1807] Compiling ConsoleKitCommands Completion.swift
[617/1808] Compiling ssl_versions.cc
[618/1808] Compiling ssl_transcript.cc
[620/1808] Compiling ssl_stat.cc
[621/1808] Compiling ssl_x509.cc
[623/1810] Emitting module ConsoleKit
[624/1810] Compiling ConsoleKit Exports.swift
[625/1811] Compiling ssl_session.cc
[626/1811] Compiling ssl_privkey.cc
[627/1811] Compiling ssl_file.cc
[628/1811] Compiling ssl_credential.cc
[629/1811] Compiling ssl_lib.cc
[630/1811] Compiling ssl_key_share.cc
[631/1811] Compiling ssl_cipher.cc
[633/1811] Emitting module NIOCore
[633/1811] Compiling ssl_cert.cc
[634/1811] Compiling ssl_asn1.cc
[636/1811] Compiling NIOCore ByteBuffer-multi-int.swift
[637/1811] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[638/1811] Compiling NIOCore ByteBuffer-views.swift
[639/1811] Compiling NIOCore Channel.swift
[640/1811] Compiling NIOCore ChannelHandler.swift
[641/1811] Compiling NIOCore ChannelHandlers.swift
[642/1811] Compiling NIOCore ChannelInvoker.swift
[643/1811] Compiling NIOCore ChannelOption.swift
[644/1811] Compiling NIOCore ChannelPipeline.swift
[653/1812] Compiling ssl_aead_ctx.cc
[654/1812] Compiling ssl_buffer.cc
[656/1812] Compiling s3_pkt.cc
[657/1812] Compiling s3_both.cc
[658/1820] Compiling s3_lib.cc
[659/1862] Compiling handoff.cc
[660/1862] Compiling handshake_server.cc
[661/1862] Compiling handshake_client.cc
[662/1862] Compiling extensions.cc
[663/1862] Compiling handshake.cc
[665/1862] Compiling NIOEmbedded Embedded.swift
[666/1862] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[667/1862] Emitting module NIOEmbedded
[668/1862] Compiling NIOEmbedded AsyncTestingChannel.swift
[669/1863] Compiling dtls_record.cc
[670/1863] Compiling d1_srtp.cc
[671/1863] Compiling d1_pkt.cc
[672/1863] Compiling md5-x86_64-linux.S
[673/1863] Compiling dtls_method.cc
[674/1863] Compiling md5-586-linux.S
[675/1863] Compiling md5-586-apple.S
[675/1863] Compiling md5-x86_64-apple.S
[677/1863] Compiling encrypted_client_hello.cc
[678/1863] Compiling chacha20_poly1305_x86_64-apple.S
[679/1863] Compiling chacha20_poly1305_x86_64-linux.S
[680/1863] Compiling chacha20_poly1305_armv8-win.S
[681/1863] Compiling chacha20_poly1305_armv8-apple.S
[682/1863] Compiling chacha-x86_64-apple.S
[683/1863] Compiling chacha-x86_64-linux.S
[684/1863] Compiling chacha-x86-linux.S
[685/1863] Compiling chacha20_poly1305_armv8-linux.S
[686/1863] Compiling chacha-x86-apple.S
[687/1863] Compiling chacha-armv8-win.S
[688/1863] Compiling chacha-armv8-apple.S
[689/1863] Compiling chacha-armv8-linux.S
[690/1863] Compiling chacha-armv4-linux.S
[692/1863] Compiling NIOPosix SelectableChannel.swift
[693/1863] Compiling NIOPosix SelectableEventLoop.swift
[694/1863] Compiling NIOPosix SelectorEpoll.swift
[695/1863] Compiling NIOPosix SelectorGeneric.swift
[696/1863] Compiling NIOPosix SelectorKqueue.swift
[697/1863] Compiling NIOPosix SelectorUring.swift
[697/1869] Compiling aes128gcmsiv-x86_64-linux.S
[698/1869] Compiling aes128gcmsiv-x86_64-apple.S
[699/1869] Compiling x86_64-mont5-linux.S
[700/1869] Compiling x86_64-mont5-apple.S
[701/1869] Compiling x86_64-mont-linux.S
[702/1869] Compiling x86_64-mont-apple.S
[703/1869] Compiling x86-mont-linux.S
[704/1869] Compiling d1_lib.cc
[705/1869] Compiling vpaes-x86_64-linux.S
[706/1869] Compiling x86-mont-apple.S
[707/1869] Compiling err_data.cc
[708/1869] Compiling vpaes-x86_64-apple.S
[710/1869] Compiling NIOPosix Pool.swift
[711/1869] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[712/1869] Compiling NIOPosix PosixSingletons.swift
[713/1869] Compiling NIOPosix RawSocketBootstrap.swift
[714/1869] Compiling NIOPosix Resolver.swift
[715/1869] Compiling NIOPosix Selectable.swift
[716/1869] Compiling NIOPosix ServerSocket.swift
[717/1869] Compiling NIOPosix Socket.swift
[718/1869] Compiling NIOPosix SocketChannel.swift
[719/1869] Compiling NIOPosix SocketProtocols.swift
[720/1869] Compiling NIOPosix System.swift
[721/1869] Compiling NIOPosix Thread.swift
[722/1869] Emitting module NIOPosix
[723/1869] Compiling NIOPosix BSDSocketAPICommon.swift
[724/1869] Compiling NIOPosix BSDSocketAPIPosix.swift
[725/1869] Compiling NIOPosix BSDSocketAPIWindows.swift
[726/1869] Compiling NIOPosix BaseSocket.swift
[727/1869] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[728/1869] Compiling NIOPosix BaseSocketChannel.swift
[729/1869] Compiling NIOPosix BaseStreamSocketChannel.swift
[729/1869] Compiling vpaes-x86-linux.S
[730/1869] Compiling vpaes-armv8-apple.S
[731/1869] Compiling vpaes-x86-apple.S
[732/1869] Compiling vpaes-armv8-linux.S
[733/1869] Compiling vpaes-armv8-win.S
[734/1869] Compiling d1_both.cc
[735/1869] Compiling bio_ssl.cc
[736/1869] Compiling sha512-x86_64-linux.S
[737/1869] Compiling vpaes-armv7-linux.S
[738/1869] Compiling sha512-x86_64-apple.S
[739/1869] Compiling sha512-armv8-linux.S
[740/1869] Compiling sha512-armv8-apple.S
[741/1869] Compiling sha512-armv4-linux.S
[742/1869] Compiling sha512-armv8-win.S
[743/1869] Compiling sha512-586-linux.S
[744/1869] Compiling sha512-586-apple.S
[745/1869] Compiling sha256-x86_64-apple.S
[746/1869] Compiling sha256-x86_64-linux.S
[747/1869] Compiling sha256-586-linux.S
[748/1869] Compiling sha256-armv8-apple.S
[749/1869] Compiling sha256-armv8-win.S
[750/1869] Compiling sha256-armv8-linux.S
[751/1869] Compiling sha256-armv4-linux.S
[752/1869] Compiling sha1-x86_64-linux.S
[753/1869] Compiling sha256-586-apple.S
[754/1869] Compiling sha1-x86_64-apple.S
[755/1869] Compiling sha1-armv8-win.S
[756/1869] Compiling sha1-586-linux.S
[757/1869] Compiling sha1-586-apple.S
[757/1869] Compiling sha1-armv8-apple.S
[757/1869] Compiling sha1-armv4-large-linux.S
[760/1869] Compiling rsaz-avx2-linux.S
[761/1869] Compiling sha1-armv8-linux.S
[762/1869] Compiling rsaz-avx2-apple.S
[763/1869] Compiling rdrand-x86_64-linux.S
[764/1869] Compiling p256_beeu-x86_64-asm-linux.S
[765/1869] Compiling p256_beeu-armv8-asm-win.S
[766/1869] Compiling rdrand-x86_64-apple.S
[767/1869] Compiling p256_beeu-x86_64-asm-apple.S
[768/1869] Compiling p256_beeu-armv8-asm-apple.S
[769/1869] Compiling p256-x86_64-asm-linux.S
[770/1869] Compiling p256_beeu-armv8-asm-linux.S
[771/1869] Compiling p256-x86_64-asm-apple.S
[772/1869] Compiling p256-armv8-asm-win.S
[773/1869] Compiling ghashv8-armv8-win.S
[774/1869] Compiling ghashv8-armv8-linux.S
[775/1869] Compiling p256-armv8-asm-linux.S
[776/1869] Compiling ghashv8-armv7-linux.S
[777/1869] Compiling p256-armv8-asm-apple.S
[778/1869] Compiling ghashv8-armv8-apple.S
[779/1869] Compiling ghash-x86_64-linux.S
[781/1869] Compiling NIOPosix ThreadPosix.swift
[782/1869] Compiling NIOPosix ThreadWindows.swift
[783/1869] Compiling NIOPosix UnsafeTransfer.swift
[784/1869] Compiling NIOPosix Utilities.swift
[785/1869] Compiling NIOPosix VsockAddress.swift
[786/1869] Compiling NIOPosix VsockChannelEvents.swift
[786/1869] Compiling ghash-x86_64-apple.S
[786/1869] Compiling ghash-ssse3-x86_64-linux.S
[788/1869] Compiling ghash-x86-apple.S
[789/1869] Compiling ghash-x86-linux.S
[790/1869] Compiling ghash-ssse3-x86_64-apple.S
[791/1869] Compiling ghash-ssse3-x86-linux.S
[792/1869] Compiling ghash-ssse3-x86-apple.S
[793/1869] Compiling ghash-neon-armv8-linux.S
[794/1869] Compiling ghash-neon-armv8-apple.S
[795/1869] Compiling ghash-armv4-linux.S
[796/1869] Compiling ghash-neon-armv8-win.S
[797/1869] Compiling co-586-linux.S
[798/1869] Compiling co-586-apple.S
[799/1869] Compiling bsaes-armv7-linux.S
[800/1869] Compiling bn-armv8-win.S
[801/1869] Compiling bn-armv8-apple.S
[802/1869] Compiling bn-armv8-linux.S
[803/1869] Compiling bn-586-linux.S
[804/1869] Compiling bn-586-apple.S
[805/1869] Compiling armv8-mont-win.S
[806/1869] Compiling armv8-mont-linux.S
[807/1869] Compiling aesv8-gcm-armv8-win.S
[808/1869] Compiling armv8-mont-apple.S
[809/1869] Compiling armv4-mont-linux.S
[810/1869] Compiling aesv8-gcm-armv8-apple.S
[811/1869] Compiling aesv8-gcm-armv8-linux.S
[812/1869] Compiling aesv8-armv8-win.S
[813/1869] Compiling aesv8-armv7-linux.S
[814/1869] Compiling aesv8-armv8-linux.S
[815/1869] Compiling aesv8-armv8-apple.S
[816/1869] Compiling aesni-x86_64-apple.S
[817/1869] Compiling aesni-x86_64-linux.S
[818/1869] Compiling aesni-x86-linux.S
[819/1869] Compiling aesni-x86-apple.S
[820/1869] Compiling aesni-gcm-x86_64-apple.S
[821/1869] Compiling aesni-gcm-x86_64-linux.S
[822/1869] Compiling aes-gcm-avx2-x86_64-apple.S
[823/1869] Compiling aes-gcm-avx2-x86_64-linux.S
[824/1869] Compiling aes-gcm-avx10-x86_64-apple.S
[825/1869] Compiling aes-gcm-avx10-x86_64-linux.S
[827/1869] Compiling NIOPosix IO.swift
[828/1869] Compiling NIOPosix IntegerBitPacking.swift
[829/1869] Compiling NIOPosix IntegerTypes.swift
[830/1869] Compiling NIOPosix Linux.swift
[831/1869] Compiling NIOPosix LinuxCPUSet.swift
[832/1869] Compiling NIOPosix LinuxUring.swift
[833/1869] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[834/1869] Compiling NIOPosix NIOThreadPool.swift
[835/1869] Compiling NIOPosix NonBlockingFileIO.swift
[836/1869] Compiling NIOPosix PendingDatagramWritesManager.swift
[837/1869] Compiling NIOPosix PendingWritesManager.swift
[838/1869] Compiling NIOPosix PipeChannel.swift
[839/1869] Compiling NIOPosix PipePair.swift
[840/1869] Compiling NIOPosix Bootstrap.swift
[841/1869] Compiling NIOPosix ControlMessage.swift
[842/1869] Compiling NIOPosix DatagramVectorReadManager.swift
[843/1869] Compiling NIOPosix Errors+Any.swift
[844/1869] Compiling NIOPosix FileDescriptor.swift
[845/1869] Compiling NIOPosix GetaddrinfoResolver.swift
[846/1869] Compiling NIOPosix HappyEyeballs.swift
[847/1870] Compiling x_req.cc
[848/1870] Compiling x_x509a.cc
[849/1870] Compiling x_val.cc
[850/1870] Compiling x_pubkey.cc
[851/1870] Compiling x_sig.cc
[852/1870] Compiling x_x509.cc
[854/1907] Emitting module NIO
[855/1907] Compiling NIO Exports.swift
[855/1908] Compiling x_spki.cc
[857/1908] Compiling x_name.cc
[858/1914] Compiling x_crl.cc
[860/1926] Compiling NIOTLS TLSEvents.swift
[861/1926] Emitting module NIOTLS
[862/1926] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[862/1926] Compiling x_attrib.cc
[864/1926] Compiling NIOSOCKS SOCKSResponse.swift
[865/1926] Compiling NIOSOCKS ClientStateMachine.swift
[866/1926] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[866/1927] Compiling x_exten.cc
[867/1928] Compiling x_all.cc
[869/1934] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[870/1934] Compiling NIOHTTP1 HTTPTypes.swift
[871/1943] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[872/1943] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[873/1943] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[874/1943] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[875/1943] Compiling NIOTLS SNIHandler.swift
[880/1944] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[882/1953] Compiling NIOSOCKS ServerStateMachine.swift
[884/1953] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[885/1953] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[886/1953] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[887/1953] Emitting module NIOSOCKS
[887/1954] Compiling x_algor.cc
[889/1954] Compiling x509spki.cc
[891/1954] Compiling _NIOFileSystem ParallelDirCopy.swift
[892/1954] Compiling _NIOFileSystem ParallelRemoval.swift
[893/1954] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[894/1954] Compiling _NIOFileSystem CInterop.swift
[895/1954] Compiling _NIOFileSystem Errno.swift
[896/1954] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[897/1954] Compiling _NIOFileSystem Mocking.swift
[898/1954] Compiling _NIOFileSystem Syscall.swift
[899/1954] Compiling _NIOFileSystem Syscalls.swift
[900/1954] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[901/1954] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[902/1954] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[903/1954] Emitting module NIOHTTP1
[904/1956] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[905/1956] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[906/1956] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[907/1956] Compiling _NIOFileSystem BufferedStream.swift
[908/1956] Compiling _NIOFileSystem Cancellation.swift
[909/1956] Compiling _NIOFileSystem TokenBucket.swift
[910/1956] Compiling _NIOFileSystem UnsafeTransfer.swift
[913/1956] Compiling NIOHTTP1 ByteCollectionUtils.swift
[914/1956] Compiling NIOHTTP1 HTTPDecoder.swift
[915/1956] Compiling NIOHTTP1 HTTPEncoder.swift
[915/1956] Compiling x509_vfy.cc
[917/1956] Emitting module NIOFoundationCompat
[918/1956] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[920/1957] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[921/1957] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[921/1957] Compiling x509name.cc
[922/1957] Compiling x509rset.cc
[923/1957] Compiling x509cset.cc
[925/1957] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[926/1957] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[934/1979] Compiling x509_vpm.cc
[936/1979] Emitting module NIOTransportServices
[937/1981] Compiling _NIOFileSystem SystemFileHandle.swift
[938/1981] Compiling _NIOFileSystem Utilities.swift
[939/1981] Compiling _NIOFileSystem OpenOptions.swift
[940/1981] Compiling _NIOFileSystem String+FileSystem.swift
[940/1981] Compiling x509_v3.cc
[942/1981] Compiling NIOTransportServices NIOTSBootstraps.swift
[943/1981] Compiling NIOTransportServices NIOTSChannelOptions.swift
[944/1981] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[945/1981] Compiling NIOTransportServices StateManagedChannel.swift
[946/1981] Compiling NIOTransportServices StateManagedListenerChannel.swift
[947/1981] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[948/1981] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[949/1981] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[950/1981] Compiling NIOTransportServices NIOTSListenerChannel.swift
[951/1981] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[952/1981] Compiling NIOTransportServices NIOTSErrors.swift
[953/1981] Compiling NIOTransportServices NIOTSEventLoop.swift
[954/1981] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[955/1981] Compiling NIOTransportServices NIOTSSingletons.swift
[956/1981] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[957/1981] Compiling NIOTransportServices AcceptHandler.swift
[958/1981] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[959/1981] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[960/1981] Compiling NIOTransportServices NIOTSDatagramListener.swift
[961/1981] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[962/1981] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[968/1981] Emitting module _NIOFileSystem
[974/1982] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[975/1982] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[981/1984] Compiling x509_trs.cc
[982/1984] Compiling x509_txt.cc
[983/1984] Compiling x509_set.cc
[984/1984] Compiling x509_obj.cc
[985/1984] Compiling x509_req.cc
[986/1984] Compiling x509_lu.cc
[987/1984] Compiling x509_ext.cc
[988/2001] Compiling x509_def.cc
[989/2015] Compiling x509_d2.cc
[990/2015] Compiling x509_att.cc
[992/2015] Compiling NIOWebSocket WebSocketOpcode.swift
[992/2016] Compiling x509.cc
[994/2016] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[995/2016] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[995/2036] Compiling x509_cmp.cc
[997/2036] Emitting module _NIOFileSystemFoundationCompat
[998/2037] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[999/2037] Compiling NIOHTTPCompression HTTPDecompression.swift
[1001/2037] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1002/2037] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1003/2037] Emitting module NIOFileSystem
[1004/2037] Compiling NIOFileSystem Exports.swift
[1005/2037] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1006/2037] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1007/2037] Emitting module NIOWebSocket
[1009/2038] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1010/2038] Compiling NIOHTTPCompression HTTPCompression.swift
[1011/2038] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1012/2038] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1013/2038] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1014/2038] Emitting module NIOHTTPCompression
[1015/2039] Compiling NIOExtras JSONRPCFraming.swift
[1016/2039] Compiling NIOExtras DebugInboundEventsHandler.swift
[1019/2040] Compiling NIOHPACK HuffmanTables.swift
[1020/2040] Compiling NIOHPACK IntegerCoding.swift
[1021/2040] Compiling NIOHPACK IndexedHeaderTable.swift
[1023/2040] Compiling NIOHPACK StaticHeaderTable.swift
[1026/2040] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1027/2040] Compiling NIOWebSocket WebSocketFrame.swift
[1029/2041] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1030/2041] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1031/2041] Compiling NIOHPACK HuffmanCoding.swift
[1032/2041] Emitting module NIOExtras
[1033/2043] Emitting module NIOHPACK
[1034/2044] Compiling NIOExtras RequestResponseHandler.swift
[1035/2044] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1036/2044] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1037/2044] Compiling NIOExtras NIORequestIdentifiable.swift
[1038/2044] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1039/2044] Compiling NIOExtras LengthFieldPrepender.swift
[1040/2044] Compiling NIOExtras LineBasedFrameDecoder.swift
[1041/2044] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1042/2044] Compiling NIOExtras NIOExtrasError.swift
[1043/2044] Compiling NIOExtras PCAPRingBuffer.swift
[1044/2044] Compiling NIOExtras QuiescingHelper.swift
[1051/2044] Compiling v3_skey.cc
[1052/2044] Compiling v3_utl.cc
[1053/2044] Compiling v3_purp.cc
[1054/2057] Compiling v3_pcons.cc
[1055/2102] Compiling v3_prn.cc
[1056/2102] Compiling v3_pmaps.cc
[1057/2102] Compiling v3_ocsp.cc
[1059/2102] Compiling NIOHTTP2 SendingDataState.swift
[1060/2102] Compiling NIOHTTP2 SendingGoawayState.swift
[1061/2103] Compiling v3_ncons.cc
[1062/2103] Compiling v3_ia5.cc
[1063/2103] Compiling v3_lib.cc
[1064/2103] Compiling v3_int.cc
[1065/2103] Compiling v3_info.cc
[1066/2103] Compiling v3_genn.cc
[1067/2103] Compiling v3_bitst.cc
[1068/2103] Compiling v3_crld.cc
[1070/2103] Emitting module NIOHTTP2
[1070/2111] Compiling v3_enum.cc
[1071/2111] Compiling v3_extku.cc
[1072/2111] Compiling v3_cpols.cc
[1073/2111] Compiling v3_conf.cc
[1074/2111] Compiling t_x509a.cc
[1076/2111] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1077/2111] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1078/2111] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1079/2111] Compiling NIOHTTP2 HTTP2StreamID.swift
[1080/2111] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1081/2111] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1082/2111] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1083/2111] Compiling NIOHTTP2 InboundEventBuffer.swift
[1083/2111] Compiling v3_bcons.cc
[1085/2111] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1086/2111] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1087/2111] Compiling NIOHTTP2 HasLocalSettings.swift
[1088/2111] Compiling NIOHTTP2 HasRemoteSettings.swift
[1089/2111] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1090/2111] Compiling NIOHTTP2 QuiescingState.swift
[1091/2111] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1092/2111] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1093/2111] Compiling NIOHTTP2 StateMachineResult.swift
[1094/2111] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1095/2111] Compiling NIOHTTP2 DOSHeuristics.swift
[1096/2111] Compiling NIOHTTP2 Error+Any.swift
[1097/2111] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1098/2111] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1099/2111] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1100/2111] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1101/2111] Compiling NIOHTTP2 MaySendFrames.swift
[1104/2111] Compiling NIOHTTP2 SendingHeadersState.swift
[1105/2111] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1106/2111] Compiling NIOHTTP2 SendingRstStreamState.swift
[1107/2111] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1108/2111] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1108/2111] Compiling v3_akeya.cc
[1109/2111] Compiling v3_akey.cc
[1110/2111] Compiling v3_alt.cc
[1111/2111] Compiling t_x509.cc
[1112/2111] Compiling t_req.cc
[1114/2111] Compiling NIOHTTP2 InboundWindowManager.swift
[1115/2111] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1116/2111] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1117/2111] Compiling NIOHTTP2 StreamChannelList.swift
[1118/2111] Compiling NIOHTTP2 StreamMap.swift
[1119/2111] Compiling NIOHTTP2 StreamStateMachine.swift
[1120/2111] Compiling NIOHTTP2 UnsafeTransfer.swift
[1121/2111] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1121/2111] Compiling t_crl.cc
[1122/2111] Compiling i2d_pr.cc
[1123/2111] Compiling rsa_pss.cc
[1124/2111] Compiling policy.cc
[1125/2111] Compiling by_file.cc
[1126/2111] Compiling by_dir.cc
[1127/2111] Compiling name_print.cc
[1128/2111] Compiling asn1_gen.cc
[1130/2111] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1131/2111] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1132/2111] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1133/2111] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1134/2111] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1135/2111] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1136/2111] Compiling NIOHTTP2 HTTP2Error.swift
[1137/2111] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1138/2111] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1139/2111] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1140/2111] Compiling NIOHTTP2 MayReceiveFrames.swift
[1141/2111] Compiling NIOHTTP2 ReceivingDataState.swift
[1142/2111] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1143/2111] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1144/2111] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1145/2111] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1146/2111] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1147/2111] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1148/2111] Compiling NIOHTTP2 HTTP2Frame.swift
[1149/2111] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1150/2111] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1151/2111] Compiling NIOHTTP2 HTTP2PingData.swift
[1152/2111] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1153/2111] Compiling NIOHTTP2 HTTP2Settings.swift
[1154/2111] Compiling NIOHTTP2 HTTP2Stream.swift
[1154/2111] Compiling algorithm.cc
[1156/2112] Compiling a_sign.cc
[1157/2112] Compiling a_digest.cc
[1158/2112] Compiling a_verify.cc
[1159/2112] Compiling trust_token.cc
[1160/2112] Compiling voprf.cc
[1161/2112] Compiling thread_win.cc
[1162/2112] Compiling thread_pthread.cc
[1163/2112] Compiling pmbtoken.cc
[1164/2112] Compiling thread.cc
[1165/2112] Compiling thread_none.cc
[1166/2112] Compiling siphash.cc
[1167/2112] Compiling sha256.cc
[1168/2112] Compiling stack.cc
[1169/2112] Compiling slhdsa.cc
[1170/2112] Compiling sha512.cc
[1171/2112] Compiling spake2plus.cc
[1172/2112] Compiling rsa_extra.cc
[1172/2112] Compiling rc4.cc
[1174/2112] Compiling sha1.cc
[1175/2112] Compiling rsa_crypt.cc
[1176/2112] Compiling rsa_print.cc
[1177/2112] Compiling refcount.cc
[1178/2112] Compiling windows.cc
[1179/2112] Compiling rand.cc
[1180/2112] Compiling rsa_asn1.cc
[1181/2112] Compiling trusty.cc
[1182/2112] Compiling getentropy.cc
[1183/2112] Compiling passive.cc
[1184/2112] Compiling ios.cc
[1185/2112] Compiling poly1305_arm_asm.S
[1186/2112] Compiling urandom.cc
[1187/2112] Compiling fork_detect.cc
[1188/2112] Compiling forkunsafe.cc
[1189/2112] Compiling deterministic.cc
[1190/2112] Compiling poly1305_vec.cc
[1191/2112] Compiling poly1305_arm.cc
[1192/2112] Compiling pool.cc
[1193/2112] Compiling poly1305.cc
[1194/2112] Compiling pkcs8_x509.cc
[1195/2112] Compiling pkcs7.cc
[1196/2112] Compiling pkcs7_x509.cc
[1197/2112] Compiling pkcs8.cc
[1198/2112] Compiling p5_pbev2.cc
[1199/2112] Compiling pem_pkey.cc
[1200/2112] Compiling pem_xaux.cc
[1201/2112] Compiling pem_x509.cc
[1202/2112] Compiling pem_pk8.cc
[1203/2112] Compiling pem_lib.cc
[1204/2112] Compiling pem_info.cc
[1205/2112] Compiling pem_oth.cc
[1206/2112] Compiling mldsa.cc
[1207/2112] Compiling obj_xref.cc
[1208/2112] Compiling md5.cc
[1209/2112] Compiling mlkem.cc
[1210/2112] Compiling poly_rq_mul.S
[1211/2112] Compiling lhash.cc
[1212/2112] Compiling fips_shared_support.cc
[1213/2112] Compiling mem.cc
[1214/2112] Compiling pem_all.cc
[1215/2112] Compiling md4.cc
[1216/2112] Compiling hpke.cc
[1217/2112] Compiling kyber.cc
[1218/2112] Compiling obj.cc
[1219/2112] Compiling print.cc
[1220/2112] Compiling ex_data.cc
[1221/2112] Compiling scrypt.cc
[1222/2112] Compiling sign.cc
[1223/2112] Compiling hrss.cc
[1224/2112] Compiling pbkdf.cc
[1225/2112] Compiling p_x25519.cc
[1226/2112] Compiling p_x25519_asn1.cc
[1227/2112] Compiling p_hkdf.cc
[1228/2112] Compiling p_ed25519.cc
[1229/2112] Compiling p_rsa.cc
[1230/2112] Compiling p_rsa_asn1.cc
[1231/2112] Compiling p_dsa_asn1.cc
[1232/2112] Compiling p_ec.cc
[1233/2112] Compiling evp_ctx.cc
[1234/2112] Compiling p_ec_asn1.cc
[1235/2112] Compiling p_ed25519_asn1.cc
[1236/2112] Compiling p_dh_asn1.cc
[1237/2112] Compiling err.cc
[1238/2112] Compiling p_dh.cc
[1239/2112] Compiling hash_to_curve.cc
[1240/2112] Compiling evp_asn1.cc
[1241/2112] Compiling evp.cc
[1242/2112] Compiling bcm.cc
[1243/2112] Compiling ec_asn1.cc
[1244/2112] Compiling engine.cc
[1245/2112] Compiling ecdh.cc
[1246/2112] Compiling ec_derive.cc
[1247/2112] Compiling dsa.cc
[1248/2112] Compiling ecdsa_asn1.cc
[1249/2112] Compiling params.cc
[1250/2112] Compiling x25519-asm-arm.S
[1251/2112] Compiling dsa_asn1.cc
[1252/2112] Compiling digest_extra.cc
[1253/2112] Compiling des.cc
[1254/2112] Compiling dh_asn1.cc
[1255/2112] Compiling curve25519_64_adx.cc
[1256/2112] Compiling spake25519.cc
[1257/2112] Compiling curve25519.cc
[1258/2112] Compiling crypto.cc
[1259/2112] Compiling cpu_intel.cc
[1260/2112] Compiling cpu_aarch64_win.cc
[1261/2112] Compiling cpu_arm_linux.cc
[1262/2112] Compiling cpu_arm_freebsd.cc
[1263/2112] Compiling cpu_aarch64_sysreg.cc
[1264/2112] Compiling cpu_aarch64_apple.cc
[1265/2112] Compiling cpu_aarch64_linux.cc
[1266/2112] Compiling cpu_aarch64_openbsd.cc
[1267/2112] Compiling cpu_aarch64_fuchsia.cc
[1268/2112] Compiling e_tls.cc
[1269/2112] Compiling e_rc4.cc
[1270/2112] Compiling get_cipher.cc
[1271/2112] Compiling tls_cbc.cc
[1272/2112] Compiling conf.cc
[1273/2112] Compiling e_null.cc
[1274/2112] Compiling e_rc2.cc
[1275/2112] Compiling derive_key.cc
[1276/2112] Compiling e_des.cc
[1277/2112] Compiling e_chacha20poly1305.cc
[1278/2112] Compiling e_aesgcmsiv.cc
[1279/2112] Compiling e_aesctrhmac.cc
[1280/2112] Compiling chacha.cc
[1281/2112] Compiling cbb.cc
[1282/2112] Compiling unicode.cc
[1283/2112] Compiling buf.cc
[1284/2112] Compiling ber.cc
[1285/2112] Compiling cbs.cc
[1286/2112] Compiling asn1_compat.cc
[1287/2112] Compiling blake2.cc
[1288/2112] Compiling convert.cc
[1289/2112] Compiling bn_asn1.cc
[1290/2112] Compiling socket_helper.cc
[1291/2112] Compiling printf.cc
[1292/2112] Compiling socket.cc
[1293/2112] Compiling pair.cc
[1294/2112] Compiling file.cc
[1295/2112] Compiling fd.cc
[1295/2112] Compiling hexdump.cc
[1297/2112] Compiling errno.cc
[1298/2112] Compiling connect.cc
[1299/2112] Compiling bio.cc
[1300/2112] Compiling bio_mem.cc
[1301/2112] Compiling base64.cc
[1302/2112] Compiling tasn_typ.cc
[1303/2112] Compiling tasn_fre.cc
[1304/2112] Compiling tasn_new.cc
[1305/2112] Compiling tasn_enc.cc
[1306/2112] Compiling tasn_utl.cc
[1307/2112] Compiling posix_time.cc
[1308/2112] Compiling f_string.cc
[1309/2112] Compiling tasn_dec.cc
[1310/2112] Compiling asn_pack.cc
[1311/2112] Compiling asn1_par.cc
[1312/2112] Compiling f_int.cc
[1313/2112] Compiling a_type.cc
[1314/2112] Compiling a_utctm.cc
[1315/2112] Compiling a_octet.cc
[1316/2112] Compiling asn1_lib.cc
[1317/2112] Compiling a_time.cc
[1318/2112] Compiling a_strnid.cc
[1319/2112] Compiling a_object.cc
[1320/2112] Compiling a_strex.cc
[1321/2112] Compiling a_int.cc
[1322/2112] Compiling fiat_p256_adx_sqr.S
[1323/2112] Compiling fiat_p256_adx_mul.S
[1324/2112] Compiling a_i2d_fp.cc
[1325/2112] Compiling fiat_curve25519_adx_mul.S
[1326/2112] Compiling fiat_curve25519_adx_square.S
[1327/2112] Compiling a_gentm.cc
[1328/2112] Compiling a_dup.cc
[1329/2112] Compiling x_spki.c
[1330/2112] Compiling a_d2i_fp.cc
[1331/2112] Compiling x_x509a.c
[1332/2112] Compiling a_mbstr.cc
[1333/2112] Compiling x_sig.c
[1334/2112] Compiling x_x509.c
[1335/2112] Compiling x_val.c
[1336/2112] Compiling a_bitstr.cc
[1337/2112] Compiling x_req.c
[1338/2112] Compiling x_pubkey.c
[1339/2112] Compiling x_all.c
[1340/2112] Compiling x_attrib.c
[1341/2112] Compiling x_name.c
[1342/2112] Compiling x_exten.c
[1343/2112] Compiling x509spki.c
[1344/2112] Compiling x509rset.c
[1345/2112] Compiling a_bool.cc
[1346/2112] Compiling x_algor.c
[1347/2112] Compiling x_crl.c
[1348/2112] Compiling x509name.c
[1349/2112] Compiling x509_txt.c
[1350/2112] Compiling x509_vpm.c
[1351/2112] Compiling x509_req.c
[1352/2112] Compiling x509cset.c
[1353/2121] Compiling x509_v3.c
[1354/2128] Compiling x509_set.c
[1355/2137] Compiling x509_trs.c
[1356/2141] Compiling x509_vfy.c
[1357/2141] Compiling x509_ext.c
[1358/2141] Compiling x509_def.c
[1359/2141] Compiling x509_d2.c
[1360/2141] Compiling x509_lu.c
[1361/2141] Compiling x509_obj.c
[1362/2141] Compiling x509_att.c
[1363/2141] Compiling x509.c
[1364/2141] Compiling x509_cmp.c
[1365/2141] Compiling v3_ocsp.c
[1366/2141] Compiling v3_skey.c
[1367/2141] Compiling v3_prn.c
[1368/2141] Compiling v3_ncons.c
[1369/2141] Compiling v3_pcons.c
[1370/2141] Compiling v3_pmaps.c
[1371/2141] Compiling v3_purp.c
[1372/2141] Compiling v3_int.c
[1373/2141] Compiling v3_utl.c
[1374/2141] Compiling v3_info.c
[1374/2141] Compiling v3_lib.c
[1376/2141] Compiling v3_genn.c
[1377/2141] Compiling v3_ia5.c
[1378/2141] Compiling v3_extku.c
[1379/2141] Compiling v3_enum.c
[1380/2141] Compiling v3_bitst.c
[1381/2141] Compiling v3_akeya.c
[1382/2141] Compiling v3_crld.c
[1383/2141] Compiling v3_conf.c
[1384/2141] Compiling v3_alt.c
[1385/2141] Compiling v3_bcons.c
[1385/2141] Compiling v3_cpols.c
[1387/2141] Compiling t_req.c
[1388/2141] Compiling t_x509a.c
[1389/2141] Compiling v3_akey.c
[1390/2141] Compiling t_crl.c
[1391/2141] Compiling t_x509.c
[1393/2141] Compiling NIOSSL LinuxCABundle.swift
[1394/2141] Compiling NIOSSL NIOSSLClientHandler.swift
[1395/2141] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1396/2141] Compiling NIOSSL NIOSSLHandler.swift
[1396/2145] Compiling rsa_pss.c
[1397/2145] Compiling name_print.c
[1399/2145] Compiling NIOSSL SSLPrivateKey.swift
[1400/2145] Compiling NIOSSL SSLPublicKey.swift
[1401/2145] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1402/2145] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1402/2145] Compiling i2d_pr.c
[1403/2145] Compiling a_verify.c
[1404/2145] Compiling policy.c
[1405/2145] Compiling algorithm.c
[1407/2145] Compiling NIOSSL AndroidCABundle.swift
[1408/2145] Compiling NIOSSL ByteBufferBIO.swift
[1409/2145] Compiling NIOSSL CustomPrivateKey.swift
[1410/2145] Compiling NIOSSL IdentityVerification.swift
[1411/2145] Emitting module NIOSSL
[1411/2145] Compiling a_digest.c
[1412/2145] Compiling by_file.c
[1413/2145] Compiling by_dir.c
[1414/2145] Compiling asn1_gen.c
[1415/2145] Compiling thread_pthread.c
[1416/2145] Compiling thread_win.c
[1417/2145] Compiling voprf.c
[1417/2145] Compiling thread.c
[1419/2145] Compiling thread_none.c
[1420/2145] Compiling trust_token.c
[1421/2145] Compiling wots.c
[1422/2145] Compiling a_sign.c
[1423/2145] Compiling thash.c
[1425/2145] Compiling NIOSSL SubjectAlternativeName.swift
[1426/2145] Compiling NIOSSL NIOSSLSecureBytes.swift
[1427/2145] Compiling NIOSSL RNG.swift
[1428/2145] Compiling NIOSSL SafeCompare.swift
[1428/2145] Compiling spx_util.c
[1429/2145] Compiling spx.c
[1430/2145] Compiling merkle.c
[1431/2145] Compiling fors.c
[1432/2145] Compiling stack.c
[1433/2145] Compiling address.c
[1434/2145] Compiling rsa_print.c
[1435/2145] Compiling siphash.c
[1436/2145] Compiling pmbtoken.c
[1437/2145] Compiling refcount.c
[1438/2145] Compiling rc4.c
[1439/2145] Compiling trusty.c
[1440/2145] Compiling rsa_crypt.c
[1441/2145] Compiling rand_extra.c
[1442/2145] Compiling passive.c
[1443/2145] Compiling windows.c
[1444/2145] Compiling rsa_asn1.c
[1445/2145] Compiling deterministic.c
[1446/2145] Compiling forkunsafe.c
[1447/2145] Compiling getentropy.c
[1448/2145] Compiling poly1305_arm_asm.S
[1448/2145] Compiling ios.c
[1450/2145] Compiling pool.c
[1451/2145] Compiling poly1305_vec.c
[1452/2145] Compiling poly1305_arm.c
[1453/2145] Compiling poly1305.c
[1454/2145] Compiling pkcs8.c
[1455/2145] Compiling pkcs7.c
[1456/2145] Compiling pem_xaux.c
[1457/2145] Compiling pkcs7_x509.c
[1458/2145] Compiling p5_pbev2.c
[1460/2145] Compiling NIOSSL SSLCertificate.swift
[1461/2145] Compiling NIOSSL SSLCertificateExtensions.swift
[1462/2145] Compiling NIOSSL SSLCertificateName.swift
[1463/2145] Compiling NIOSSL SSLConnection.swift
[1464/2145] Compiling NIOSSL SSLContext.swift
[1465/2145] Compiling NIOSSL SSLErrors.swift
[1466/2145] Compiling NIOSSL SSLInit.swift
[1467/2145] Compiling NIOSSL SSLPKCS12Bundle.swift
[1468/2145] Compiling NIOSSL NIOSSLServerHandler.swift
[1469/2145] Compiling NIOSSL ObjectIdentifier.swift
[1470/2145] Compiling NIOSSL PosixPort.swift
[1471/2145] Compiling NIOSSL SSLCallbacks.swift
[1471/2145] Compiling pem_x509.c
[1472/2145] Compiling pem_pk8.c
[1473/2145] Compiling pkcs8_x509.c
[1474/2145] Compiling obj_xref.c
[1475/2145] Compiling pem_pkey.c
[1476/2145] Compiling mem.c
[1477/2145] Compiling pem_oth.c
[1478/2145] Compiling lhash.c
[1478/2145] Compiling pem_info.c
[1480/2145] Compiling pem_all.c
[1481/2145] Compiling keccak.c
[1482/2145] Compiling obj.c
[1483/2145] Compiling hpke.c
[1484/2145] Compiling pem_lib.c
[1485/2145] Compiling poly_rq_mul.S
[1486/2145] Compiling kyber.c
[1487/2145] Compiling x86_64-mont5-mac.mac.x86_64.S
[1488/2145] Compiling x86_64-mont5-linux.linux.x86_64.S
[1488/2145] Compiling x86_64-mont-mac.mac.x86_64.S
[1490/2145] Compiling x86-mont-linux.linux.x86.S
[1491/2145] Compiling vpaes-x86_64-mac.mac.x86_64.S
[1492/2145] Compiling x86-mont-windows.windows.x86.S
[1493/2145] Compiling x86_64-mont-linux.linux.x86_64.S
[1494/2145] Compiling vpaes-x86_64-linux.linux.x86_64.S
[1495/2145] Compiling hrss.c
[1495/2145] Compiling vpaes-x86-windows.windows.x86.S
[1498/2145] Compiling NIOSSL Zeroization.swift
[1499/2145] Compiling NIOSSL TLSConfiguration.swift
[1500/2145] Compiling NIOSSL UniversalBootstrapSupport.swift
[1501/2145] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1502/2146] Compiling kdf.c
[1503/2146] Compiling vpaes-x86-linux.linux.x86.S
[1504/2146] Compiling vpaes-armv8-ios.ios.aarch64.S
[1505/2146] Compiling vpaes-armv8-linux.linux.aarch64.S
[1506/2146] Compiling vpaes-armv7-linux.linux.arm.S
[1507/2146] Compiling vpaes-armv7-ios.ios.arm.S
[1507/2146] Compiling sha512-x86_64-mac.mac.x86_64.S
[1509/2146] Compiling sha512-x86_64-linux.linux.x86_64.S
[1510/2146] Compiling sha512-armv8-ios.ios.aarch64.S
[1511/2146] Compiling sha512-armv4-ios.ios.arm.S
[1512/2146] Compiling sha256-x86_64-mac.mac.x86_64.S
[1513/2146] Compiling sha512-armv4-linux.linux.arm.S
[1514/2146] Compiling sha512-586-windows.windows.x86.S
[1515/2146] Compiling sha512-armv8-linux.linux.aarch64.S
[1516/2146] Compiling sha512-586-linux.linux.x86.S
[1517/2146] Compiling sha256-x86_64-linux.linux.x86_64.S
[1518/2146] Compiling sha256-armv8-ios.ios.aarch64.S
[1519/2146] Compiling sha256-armv4-linux.linux.arm.S
[1520/2146] Compiling sha256-586-windows.windows.x86.S
[1521/2146] Compiling sha256-586-linux.linux.x86.S
[1522/2147] Compiling sha256-armv4-ios.ios.arm.S
[1523/2149] Compiling sha256-armv8-linux.linux.aarch64.S
[1524/2152] Compiling sha1-x86_64-mac.mac.x86_64.S
[1525/2154] Compiling sha1-x86_64-linux.linux.x86_64.S
[1526/2154] Compiling sha1-armv8-ios.ios.aarch64.S
[1527/2154] Compiling sha1-armv4-large-ios.ios.arm.S
[1528/2154] Compiling sha1-armv4-large-linux.linux.arm.S
[1529/2154] Compiling sha1-586-windows.windows.x86.S
[1530/2154] Compiling sha1-armv8-linux.linux.aarch64.S
[1531/2154] Compiling sha1-586-linux.linux.x86.S
[1532/2154] Compiling sha512.c
[1533/2173] Compiling service_indicator.c
[1534/2207] Compiling fips.c
[1535/2207] Compiling sha1.c
[1536/2214] Compiling rsaz-avx2-mac.mac.x86_64.S
[1537/2214] Compiling sha256.c
[1539/2214] Compiling WebSocketKit Exports.swift
[1539/2214] Compiling rsaz-avx2-linux.linux.x86_64.S
[1540/2214] Compiling self_check.c
[1541/2214] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1542/2214] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1543/2214] Compiling padding.c
[1545/2214] Compiling WebSocketKit WebSocket+Concurrency.swift
[1545/2214] Compiling blinding.c
[1546/2214] Compiling rsa_impl.c
[1547/2214] Compiling urandom.c
[1548/2214] Compiling rand.c
[1549/2214] Compiling rsa.c
[1550/2214] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1551/2214] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1553/2214] Compiling WebSocketKit WebSocketHandler.swift
[1553/2214] Compiling ctrdrbg.c
[1554/2214] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1555/2214] Compiling fork_detect.c
[1556/2214] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1557/2214] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1559/2214] Emitting module WebSocketKit
[1559/2214] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1560/2214] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1561/2214] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1562/2214] Compiling polyval.c
[1563/2214] Compiling ofb.c
[1564/2214] Compiling gcm_nohw.c
[1565/2214] Compiling ctr.c
[1566/2214] Compiling cbc.c
[1567/2214] Compiling gcm.c
[1568/2214] Compiling cfb.c
[1569/2214] Compiling md5-586-windows.windows.x86.S
[1569/2214] Compiling md5-x86_64-mac.mac.x86_64.S
[1571/2214] Compiling md5-x86_64-linux.linux.x86_64.S
[1572/2214] Compiling md5-586-linux.linux.x86.S
[1573/2214] Compiling md5.c
[1574/2214] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1575/2214] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1576/2214] Compiling md4.c
[1578/2214] Compiling WebSocketKit WebSocket+Connect.swift
[1578/2214] Compiling hkdf.c
[1579/2214] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1580/2214] Compiling hmac.c
[1581/2214] Compiling ghashv8-armv7-ios.ios.arm.S
[1582/2214] Compiling ghash-x86_64-mac.mac.x86_64.S
[1583/2214] Compiling ghashv8-armv7-linux.linux.arm.S
[1584/2214] Compiling ghash-x86-linux.linux.x86.S
[1585/2214] Compiling ghash-x86-windows.windows.x86.S
[1586/2214] Compiling ghash-x86_64-linux.linux.x86_64.S
[1587/2214] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1589/2214] Compiling WebSocketKit WebSocket.swift
[1590/2214] Compiling WebSocketKit WebSocketClient.swift
[1590/2215] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1591/2215] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1592/2215] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1593/2215] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1594/2215] Compiling ghash-armv4-linux.linux.arm.S
[1595/2215] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1596/2215] Compiling fips_shared_support.c
[1597/2215] Compiling ghash-armv4-ios.ios.arm.S
[1599/2215] Compiling util.c
[1600/2215] Compiling ecdh.c
[1601/2215] Compiling wnaf.c
[1601/2215] Compiling ecdsa.c
[1603/2215] Compiling simple_mul.c
[1604/2215] Compiling simple.c
[1605/2215] Compiling oct.c
[1606/2215] Compiling scalar.c
[1607/2215] Compiling felem.c
[1608/2215] Compiling p224-64.c
[1609/2215] Compiling p256.c
[1610/2215] Compiling ec_montgomery.c
[1611/2215] Compiling ec_key.c
[1612/2215] Compiling digestsign.c
[1613/2215] Compiling dh.c
[1614/2215] Compiling digests.c
[1615/2215] Compiling digest.c
[1616/2215] Compiling ec.c
[1617/2215] Compiling co-586-windows.windows.x86.S
[1618/2215] Compiling co-586-linux.linux.x86.S
[1619/2215] Compiling check.c
[1620/2215] Compiling cmac.c
[1622/2215] Emitting module AsyncHTTPClient
[1622/2223] Compiling bsaes-armv7-linux.linux.arm.S
[1623/2223] Compiling e_aesccm.c
[1624/2223] Compiling bsaes-armv7-ios.ios.arm.S
[1625/2223] Compiling cipher.c
[1626/2223] Compiling sqrt.c
[1627/2223] Compiling aead.c
[1628/2223] Compiling e_aes.c
[1629/2223] Compiling p256-nistz.c
[1630/2223] Compiling rsaz_exp.c
[1631/2223] Compiling shift.c
[1632/2223] Compiling random.c
[1633/2223] Compiling montgomery_inv.c
[1634/2223] Compiling prime.c
[1635/2223] Compiling mul.c
[1636/2223] Compiling montgomery.c
[1637/2223] Compiling jacobi.c
[1638/2223] Compiling gcd_extra.c
[1638/2223] Compiling gcd.c
[1641/2223] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1642/2223] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1643/2223] Compiling AsyncHTTPClient Transaction.swift
[1644/2223] Compiling AsyncHTTPClient Base64.swift
[1645/2223] Compiling AsyncHTTPClient BasicAuth.swift
[1646/2223] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1647/2223] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1648/2223] Compiling AsyncHTTPClient ConnectionPool.swift
[1649/2223] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1649/2223] Compiling ctx.c
[1650/2223] Compiling div_extra.c
[1651/2223] Compiling x86_64-gcc.c
[1652/2223] Compiling exponentiation.c
[1653/2223] Compiling cmp.c
[1654/2223] Compiling div.c
[1655/2223] Compiling bn.c
[1656/2223] Compiling generic.c
[1657/2223] Compiling bn-586-linux.linux.x86.S
[1658/2223] Compiling bn-armv8-linux.linux.aarch64.S
[1659/2223] Compiling bytes.c
[1660/2223] Compiling add.c
[1661/2223] Compiling bn-armv8-ios.ios.aarch64.S
[1662/2223] Compiling bn-586-windows.windows.x86.S
[1663/2223] Compiling armv8-mont-linux.linux.aarch64.S
[1664/2223] Compiling armv8-mont-ios.ios.aarch64.S
[1665/2223] Compiling armv4-mont-ios.ios.arm.S
[1666/2223] Compiling armv4-mont-linux.linux.arm.S
[1667/2223] Compiling aesv8-armv8-ios.ios.aarch64.S
[1667/2223] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1669/2223] Compiling aesv8-armv8-linux.linux.aarch64.S
[1670/2223] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1671/2223] Compiling aesni-x86_64-mac.mac.x86_64.S
[1672/2223] Compiling aesv8-armv7-ios.ios.arm.S
[1673/2223] Compiling aesni-x86_64-linux.linux.x86_64.S
[1674/2223] Compiling aesv8-armv7-linux.linux.arm.S
[1675/2223] Compiling aesni-x86-windows.windows.x86.S
[1676/2223] Compiling aesni-x86-linux.linux.x86.S
[1677/2223] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1679/2223] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1680/2223] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1681/2223] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1682/2223] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1683/2223] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1684/2223] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1685/2223] Compiling AsyncHTTPClient RequestBodyLength.swift
[1686/2223] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1686/2223] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1687/2223] Compiling aes.c
[1688/2223] Compiling sign.c
[1689/2223] Compiling key_wrap.c
[1690/2223] Compiling aes_nohw.c
[1690/2223] Compiling mode_wrappers.c
[1693/2223] Compiling AsyncHTTPClient HTTPHandler.swift
[1694/2223] Compiling AsyncHTTPClient LRUCache.swift
[1695/2223] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1696/2223] Compiling AsyncHTTPClient NWErrorHandler.swift
[1697/2223] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1698/2223] Compiling AsyncHTTPClient TLSConfiguration.swift
[1699/2223] Compiling AsyncHTTPClient RedirectState.swift
[1700/2223] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1700/2223] Compiling ex_data.c
[1702/2223] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1703/2223] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1704/2223] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1705/2223] Compiling AsyncHTTPClient HTTP1Connection.swift
[1706/2223] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1707/2223] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1708/2223] Compiling AsyncHTTPClient HTTP2Connection.swift
[1709/2223] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1710/2223] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1711/2223] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1712/2223] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1713/2223] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1714/2223] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1715/2223] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1716/2223] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1717/2223] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1718/2223] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1719/2223] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1720/2223] Compiling AsyncHTTPClient ConnectionTarget.swift
[1721/2223] Compiling AsyncHTTPClient DeconstructedURL.swift
[1722/2223] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1723/2223] Compiling AsyncHTTPClient FoundationExtensions.swift
[1724/2223] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1725/2223] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1726/2223] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1727/2223] Compiling AsyncHTTPClient HTTPClient.swift
[1727/2223] Compiling print.c
[1728/2223] Compiling scrypt.c
[1729/2223] Compiling p_rsa_asn1.c
[1730/2223] Compiling p_rsa.c
[1731/2223] Compiling p_x25519_asn1.c
[1731/2223] Compiling pbkdf.c
[1732/2223] Compiling p_x25519.c
[1734/2223] Compiling p_ed25519_asn1.c
[1735/2223] Compiling p_hkdf.c
[1736/2223] Compiling p_ed25519.c
[1738/2223] Compiling AsyncHTTPClient RequestBag.swift
[1739/2223] Compiling AsyncHTTPClient RequestValidation.swift
[1739/2223] Compiling p_ec.c
[1740/2223] Compiling AsyncHTTPClient SSLContextCache.swift
[1741/2223] Compiling AsyncHTTPClient Scheme.swift
[1742/2223] Compiling AsyncHTTPClient Singleton.swift
[1743/2223] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1744/2223] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1745/2223] Compiling AsyncHTTPClient Utils.swift
[1746/2223] Compiling p_ec_asn1.c
[1747/2223] Compiling p_dsa_asn1.c
[1748/2223] Compiling evp_ctx.c
[1749/2223] Compiling err_data.c
[1750/2223] Compiling err.c
[1751/2223] Compiling evp.c
[1751/2223] Compiling engine.c
[1753/2223] Compiling ecdh_extra.c
[1754/2223] Compiling evp_asn1.c
[1755/2223] Compiling ecdsa_asn1.c
[1756/2223] Compiling dsa_asn1.c
[1757/2223] Compiling ec_derive.c
[1759/2223] Compiling AsyncHTTPClient RequestOptions.swift
[1760/2223] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1761/2223] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1762/2223] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1763/2223] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1764/2223] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1765/2223] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1766/2223] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1766/2223] Compiling hash_to_curve.c
[1767/2224] Compiling ec_asn1.c
[1768/2224] Compiling digest_extra.c
[1769/2224] Compiling dh_asn1.c
[1770/2224] Compiling dsa.c
[1772/2224] Compiling params.c
[1773/2224] Compiling x25519-asm-arm.S
[1774/2224] Compiling spake25519.c
[1775/2224] Compiling crypto.c
[1776/2224] Compiling curve25519_64_adx.c
[1777/2224] Compiling cpu_intel.c
[1778/2224] Compiling des.c
[1779/2224] Compiling cpu_arm_linux.c
[1780/2224] Compiling cpu_arm_freebsd.c
[1781/2224] Compiling cpu_aarch64_openbsd.c
[1782/2224] Compiling cpu_aarch64_sysreg.c
[1783/2224] Compiling cpu_aarch64_win.c
[1784/2224] Compiling cpu_aarch64_linux.c
[1785/2224] Compiling cpu_aarch64_apple.c
[1786/2224] Compiling cpu_aarch64_fuchsia.c
[1787/2224] Compiling tls_cbc.c
[1788/2224] Compiling e_rc4.c
[1789/2224] Compiling curve25519.c
[1790/2224] Compiling e_tls.c
[1791/2224] Compiling e_null.c
[1792/2224] Compiling e_des.c
[1792/2224] Compiling conf.c
[1792/2224] Compiling e_rc2.c
[1795/2224] Compiling e_chacha20poly1305.c
[1796/2224] Compiling derive_key.c
[1797/2224] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1798/2224] Compiling e_aesgcmsiv.c
[1799/2224] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1800/2224] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1801/2224] Compiling cipher_extra.c
[1802/2224] Compiling e_aesctrhmac.c
[1803/2224] Compiling chacha-x86_64-mac.mac.x86_64.S
[1804/2224] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1805/2224] Compiling chacha.c
[1806/2224] Compiling chacha-x86_64-linux.linux.x86_64.S
[1807/2224] Compiling chacha-x86-linux.linux.x86.S
[1808/2224] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1808/2224] Compiling chacha-x86-windows.windows.x86.S
[1810/2224] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1811/2224] Compiling chacha-armv4-linux.linux.arm.S
[1812/2224] Compiling chacha-armv8-ios.ios.aarch64.S
[1813/2224] Compiling chacha-armv4-ios.ios.arm.S
[1814/2224] Compiling chacha-armv8-linux.linux.aarch64.S
[1815/2224] Compiling ber.c
[1816/2224] Compiling unicode.c
[1817/2224] Compiling asn1_compat.c
[1818/2224] Compiling bn_asn1.c
[1819/2224] Compiling buf.c
[1820/2224] Compiling socket.c
[1821/2224] Compiling convert.c
[1822/2224] Compiling cbb.c
[1823/2224] Compiling printf.c
[1824/2224] Compiling blake2.c
[1825/2224] Compiling socket_helper.c
[1826/2224] Compiling pair.c
[1826/2224] Compiling hexdump.c
[1828/2224] Compiling cbs.c
[1829/2224] Compiling errno.c
[1830/2224] Compiling file.c
[1831/2224] Compiling connect.c
[1832/2224] Compiling fd.c
[1833/2224] Compiling bio_mem.c
[1834/2224] Compiling base64.c
[1835/2224] Compiling bio.c
[1836/2224] Compiling tasn_utl.c
[1837/2224] Compiling tasn_fre.c
[1838/2224] Compiling tasn_enc.c
[1839/2224] Compiling tasn_new.c
[1840/2224] Compiling tasn_typ.c
[1841/2224] Compiling f_string.c
[1842/2224] Compiling posix_time.c
[1843/2224] Compiling f_int.c
[1844/2224] Compiling tasn_dec.c
[1845/2224] Compiling a_utctm.c
[1846/2224] Compiling asn1_par.c
[1846/2224] Compiling asn_pack.c
[1848/2224] Compiling asn1_lib.c
[1849/2224] Compiling a_type.c
[1850/2224] Compiling a_time.c
[1851/2224] Compiling a_octet.c
[1852/2224] Compiling a_strnid.c
[1853/2224] Compiling a_i2d_fp.c
[1854/2224] Compiling a_int.c
[1855/2224] Compiling a_mbstr.c
[1856/2224] Compiling a_object.c
[1857/2224] Compiling a_strex.c
[1858/2224] Compiling a_dup.c
[1859/2224] Compiling a_gentm.c
[1860/2224] Compiling a_d2i_fp.c
[1861/2224] Compiling fiat_p256_adx_sqr.S
[1862/2224] Compiling a_bitstr.c
[1863/2224] Compiling a_bool.c
[1864/2224] Compiling fiat_curve25519_adx_square.S
[1865/2224] Compiling fiat_p256_adx_mul.S
[1866/2224] Compiling fiat_curve25519_adx_mul.S
[1867/2224] Compiling md5-x86_64-apple.S
[1868/2224] Compiling md5-x86_64-linux.S
[1869/2224] Compiling md5-586-apple.S
[1870/2224] Compiling md5-586-linux.S
[1870/2224] Compiling chacha20_poly1305_x86_64-linux.S
[1871/2224] Compiling CCryptoBoringSSLShims shims.c
[1873/2224] Compiling chacha20_poly1305_armv8-win.S
[1874/2224] Compiling chacha20_poly1305_x86_64-apple.S
[1875/2224] Compiling chacha-x86-linux.S
[1876/2224] Compiling chacha20_poly1305_armv8-apple.S
[1877/2224] Compiling chacha-x86_64-linux.S
[1878/2224] Compiling chacha-x86-apple.S
[1879/2224] Compiling chacha-armv8-win.S
[1880/2224] Compiling chacha-x86_64-apple.S
[1881/2224] Compiling chacha20_poly1305_armv8-linux.S
[1882/2224] Compiling aes128gcmsiv-x86_64-apple.S
[1883/2224] Compiling chacha-armv8-apple.S
[1884/2224] Compiling chacha-armv4-linux.S
[1885/2224] Compiling x86_64-mont5-linux.S
[1886/2224] Compiling aes128gcmsiv-x86_64-linux.S
[1887/2224] Compiling x86_64-mont-linux.S
[1888/2224] Compiling chacha-armv8-linux.S
[1889/2224] Compiling x86_64-mont5-apple.S
[1890/2224] Compiling x86_64-mont-apple.S
[1891/2224] Compiling x86-mont-apple.S
[1892/2224] Compiling vpaes-x86_64-linux.S
[1893/2224] Compiling x86-mont-linux.S
[1894/2224] Compiling vpaes-armv8-win.S
[1895/2224] Compiling vpaes-x86_64-apple.S
[1896/2224] Compiling vpaes-x86-linux.S
[1897/2224] Compiling vpaes-armv8-linux.S
[1898/2224] Compiling vpaes-armv8-apple.S
[1899/2224] Compiling sha512-x86_64-linux.S
[1900/2224] Compiling vpaes-x86-apple.S
[1901/2224] Compiling sha512-armv8-win.S
[1902/2224] Compiling sha512-armv8-linux.S
[1903/2224] Compiling sha512-x86_64-apple.S
[1904/2224] Compiling vpaes-armv7-linux.S
[1905/2224] Compiling sha512-586-linux.S
[1906/2224] Compiling sha512-586-apple.S
[1907/2224] Compiling sha512-armv8-apple.S
[1908/2224] Compiling sha256-armv8-win.S
[1909/2224] Compiling sha512-armv4-linux.S
[1910/2224] Compiling sha256-x86_64-apple.S
[1911/2224] Compiling sha256-armv8-apple.S
[1912/2224] Compiling sha256-x86_64-linux.S
[1913/2224] Compiling sha256-586-linux.S
[1914/2224] Compiling sha256-armv8-linux.S
[1915/2224] Compiling sha256-armv4-linux.S
[1915/2224] Compiling sha256-586-apple.S
[1917/2224] Compiling sha1-x86_64-linux.S
[1918/2224] Compiling sha1-x86_64-apple.S
[1919/2224] Compiling sha1-586-apple.S
[1920/2224] Compiling sha1-armv4-large-linux.S
[1921/2224] Compiling sha1-armv8-win.S
[1922/2224] Compiling sha1-armv8-apple.S
[1923/2224] Compiling sha1-586-linux.S
[1924/2224] Compiling rsaz-avx2-linux.S
[1925/2224] Compiling sha1-armv8-linux.S
[1926/2224] Compiling err_data.cc
[1927/2224] Compiling rdrand-x86_64-linux.S
[1928/2224] Compiling rsaz-avx2-apple.S
[1929/2224] Compiling p256_beeu-x86_64-asm-linux.S
[1930/2224] Compiling rdrand-x86_64-apple.S
[1931/2224] Compiling p256_beeu-x86_64-asm-apple.S
[1932/2224] Compiling p256_beeu-armv8-asm-win.S
[1933/2224] Compiling p256_beeu-armv8-asm-linux.S
[1934/2224] Compiling p256-x86_64-asm-apple.S
[1935/2224] Compiling p256_beeu-armv8-asm-apple.S
[1936/2224] Compiling p256-x86_64-asm-linux.S
[1937/2224] Compiling p256-armv8-asm-win.S
[1938/2224] Compiling ghashv8-armv8-win.S
[1939/2224] Compiling p256-armv8-asm-linux.S
[1940/2224] Compiling p256-armv8-asm-apple.S
[1941/2224] Compiling ghashv8-armv8-apple.S
[1942/2224] Compiling ghashv8-armv8-linux.S
[1943/2224] Compiling ghashv8-armv7-linux.S
[1944/2224] Compiling ghash-x86_64-linux.S
[1945/2224] Compiling ghash-x86-apple.S
[1946/2224] Compiling ghash-x86_64-apple.S
[1947/2224] Compiling ghash-x86-linux.S
[1948/2224] Compiling ghash-ssse3-x86_64-apple.S
[1949/2224] Compiling ghash-ssse3-x86_64-linux.S
[1950/2224] Compiling ghash-ssse3-x86-apple.S
[1951/2224] Compiling ghash-ssse3-x86-linux.S
[1952/2224] Compiling ghash-neon-armv8-win.S
[1953/2224] Compiling ghash-neon-armv8-apple.S
[1954/2224] Compiling ghash-neon-armv8-linux.S
[1955/2224] Compiling co-586-apple.S
[1956/2224] Compiling ghash-armv4-linux.S
[1957/2224] Compiling co-586-linux.S
[1958/2224] Compiling bn-armv8-linux.S
[1959/2224] Compiling bn-armv8-win.S
[1960/2224] Compiling bn-armv8-apple.S
[1961/2224] Compiling bn-586-apple.S
[1962/2224] Compiling armv8-mont-win.S
[1963/2224] Compiling bsaes-armv7-linux.S
[1964/2224] Compiling bn-586-linux.S
[1964/2224] Compiling aesv8-gcm-armv8-win.S
[1966/2224] Compiling armv8-mont-linux.S
[1966/2224] Compiling armv4-mont-linux.S
[1966/2224] Compiling armv8-mont-apple.S
[1969/2224] Compiling aesv8-gcm-armv8-linux.S
[1970/2224] Compiling aesv8-armv8-apple.S
[1970/2224] Compiling aesv8-armv8-win.S
[1972/2224] Compiling aesv8-gcm-armv8-apple.S
[1973/2224] Compiling aesni-x86_64-linux.S
[1974/2224] Compiling aesv8-armv7-linux.S
[1975/2224] Compiling aesni-x86_64-apple.S
[1976/2224] Compiling aesv8-armv8-linux.S
[1977/2224] Compiling aesni-x86-apple.S
[1978/2224] Compiling aesni-x86-linux.S
[1979/2224] Compiling aesni-gcm-x86_64-linux.S
[1980/2224] Compiling aesni-gcm-x86_64-apple.S
[1980/2224] Compiling aes-gcm-avx10-x86_64-linux.S
[1982/2224] Compiling aes-gcm-avx10-x86_64-apple.S
[1983/2224] Compiling x_x509.cc
[1984/2224] Compiling x_sig.cc
[1985/2224] Compiling x_pubkey.cc
[1986/2224] Compiling x_x509a.cc
[1987/2224] Compiling x_req.cc
[1988/2224] Compiling x_val.cc
[1989/2224] Compiling x_name.cc
[1990/2224] Compiling x_spki.cc
[1991/2224] Compiling x_exten.cc
[1992/2224] Compiling x_attrib.cc
[1993/2224] Compiling x509name.cc
[1994/2224] Compiling x_all.cc
[1995/2224] Compiling x_crl.cc
[1996/2224] Compiling x509rset.cc
[1997/2224] Compiling x_algor.cc
[1998/2224] Compiling x509spki.cc
[1999/2224] Compiling x509cset.cc
[2000/2224] Compiling x509_vpm.cc
[2001/2224] Compiling x509_trs.cc
[2002/2224] Compiling x509_v3.cc
[2003/2224] Compiling x509_req.cc
[2004/2224] Compiling x509_vfy.cc
[2005/2224] Compiling x509_txt.cc
[2006/2224] Compiling x509_set.cc
[2007/2224] Compiling x509_obj.cc
[2008/2224] Compiling x509_ext.cc
[2009/2224] Compiling x509_att.cc
[2010/2224] Compiling x509_lu.cc
[2011/2224] Compiling x509_def.cc
[2012/2224] Compiling x509.cc
[2013/2224] Compiling x509_d2.cc
[2014/2224] Compiling x509_cmp.cc
[2015/2224] Compiling v3_utl.cc
[2016/2224] Compiling v3_skey.cc
[2017/2224] Compiling v3_ocsp.cc
[2018/2224] Compiling v3_prn.cc
[2019/2224] Compiling v3_purp.cc
[2020/2224] Compiling v3_pmaps.cc
[2021/2224] Compiling v3_pcons.cc
[2022/2224] Compiling v3_ncons.cc
[2023/2224] Compiling v3_lib.cc
[2024/2224] Compiling v3_ia5.cc
[2025/2224] Compiling v3_info.cc
[2026/2224] Compiling v3_int.cc
[2027/2224] Compiling v3_genn.cc
[2028/2224] Compiling v3_enum.cc
[2028/2224] Compiling v3_extku.cc
[2030/2224] Compiling v3_crld.cc
[2031/2224] Compiling v3_alt.cc
[2032/2224] Compiling v3_cpols.cc
[2033/2224] Compiling v3_bcons.cc
[2034/2224] Compiling v3_conf.cc
[2035/2224] Compiling v3_akeya.cc
[2036/2224] Compiling v3_akey.cc
[2037/2224] Compiling v3_bitst.cc
[2038/2224] Compiling t_req.cc
[2039/2224] Compiling t_x509a.cc
[2040/2224] Compiling t_x509.cc
[2041/2224] Compiling i2d_pr.cc
[2042/2224] Compiling rsa_pss.cc
[2043/2224] Compiling t_crl.cc
[2044/2224] Compiling name_print.cc
[2045/2224] Compiling policy.cc
[2046/2224] Compiling by_dir.cc
[2047/2224] Compiling asn1_gen.cc
[2048/2224] Compiling a_verify.cc
[2049/2224] Compiling by_file.cc
[2050/2224] Compiling algorithm.cc
[2051/2224] Compiling a_sign.cc
[2052/2224] Compiling thread_win.cc
[2053/2224] Compiling a_digest.cc
[2054/2224] Compiling trust_token.cc
[2055/2224] Compiling pmbtoken.cc
[2056/2224] Compiling thread_pthread.cc
[2057/2224] Compiling voprf.cc
[2058/2224] Compiling thread_none.cc
[2059/2224] Compiling thread.cc
[2060/2224] Compiling stack.cc
[2061/2224] Compiling wots.cc
[2062/2224] Compiling thash.cc
[2063/2224] Compiling merkle.cc
[2064/2224] Compiling siphash.cc
[2065/2224] Compiling fors.cc
[2066/2224] Compiling slhdsa.cc
[2067/2224] Compiling sha256.cc
[2068/2224] Compiling sha512.cc
[2069/2224] Compiling sha1.cc
[2070/2224] Compiling rsa_extra.cc
[2071/2224] Compiling rsa_print.cc
[2072/2224] Compiling rc4.cc
[2073/2224] Compiling rsa_asn1.cc
[2074/2224] Compiling rsa_crypt.cc
[2075/2224] Compiling refcount.cc
[2076/2224] Compiling windows.cc
[2077/2224] Compiling trusty.cc
[2078/2224] Compiling urandom.cc
[2079/2224] Compiling rand_extra.cc
[2080/2224] Compiling forkunsafe.cc
[2081/2224] Compiling passive.cc
[2082/2224] Compiling poly1305_arm_asm.S
[2083/2224] Compiling ios.cc
[2084/2224] Compiling getentropy.cc
[2085/2224] Compiling deterministic.cc
[2086/2224] Compiling pool.cc
[2087/2224] Compiling fork_detect.cc
[2088/2224] Compiling poly1305_vec.cc
[2089/2224] Compiling poly1305_arm.cc
[2090/2224] Compiling poly1305.cc
[2091/2224] Compiling pkcs7_x509.cc
[2092/2224] Compiling pkcs7.cc
[2093/2224] Compiling p5_pbev2.cc
[2094/2224] Compiling pkcs8.cc
[2095/2224] Compiling pem_xaux.cc
[2096/2224] Compiling pkcs8_x509.cc
[2097/2224] Compiling pem_pkey.cc
[2098/2224] Compiling pem_x509.cc
[2099/2224] Compiling pem_pk8.cc
[2100/2224] Compiling pem_lib.cc
[2101/2224] Compiling obj_xref.cc
[2102/2224] Compiling pem_oth.cc
[2103/2224] Compiling pem_all.cc
[2104/2224] Compiling obj.cc
[2105/2224] Compiling pem_info.cc
[2106/2224] Compiling mldsa.cc
[2107/2224] Compiling poly_rq_mul.S
[2108/2224] Compiling mem.cc
[2109/2224] Compiling fips_shared_support.cc
[2110/2224] Compiling md5.cc
[2111/2224] Compiling mlkem.cc
[2112/2224] Compiling lhash.cc
[2113/2224] Compiling md4.cc
[2114/2224] Compiling kyber.cc
[2115/2224] Compiling ex_data.cc
[2116/2224] Compiling pbkdf.cc
[2117/2224] Compiling hpke.cc
[2118/2224] Compiling sign.cc
[2119/2224] Compiling p_x25519.cc
[2120/2224] Compiling print.cc
[2121/2224] Compiling scrypt.cc
[2122/2224] Compiling hrss.cc
[2123/2224] Compiling p_x25519_asn1.cc
[2124/2224] Compiling p_ed25519.cc
[2125/2224] Compiling p_rsa_asn1.cc
[2126/2224] Compiling p_rsa.cc
[2127/2224] Compiling p_ec.cc
[2128/2224] Compiling p_ed25519_asn1.cc
[2129/2224] Compiling p_hkdf.cc
[2130/2224] Compiling p_ec_asn1.cc
[2131/2224] Compiling p_dsa_asn1.cc
[2132/2224] Compiling evp_ctx.cc
[2133/2224] Compiling p_dh_asn1.cc
[2134/2224] Compiling p_dh.cc
[2135/2224] Compiling evp.cc
[2136/2224] Compiling ecdsa_asn1.cc
[2137/2224] Compiling engine.cc
[2138/2224] Compiling err.cc
[2139/2224] Compiling evp_asn1.cc
[2140/2224] Compiling ec_asn1.cc
[2141/2224] Compiling hash_to_curve.cc
[2142/2224] Compiling ec_derive.cc
[2143/2224] Compiling ecdh_extra.cc
[2144/2224] Compiling params.cc
[2145/2224] Compiling dsa.cc
[2146/2224] Compiling bcm.cc
[2147/2224] Compiling des.cc
[2148/2224] Compiling dsa_asn1.cc
[2149/2224] Compiling x25519-asm-arm.S
[2150/2224] Compiling spake25519.cc
[2151/2224] Compiling digest_extra.cc
[2152/2224] Compiling dh_asn1.cc
[2153/2224] Compiling curve25519_64_adx.cc
[2154/2224] Compiling crypto.cc
[2155/2224] Compiling cpu_arm_linux.cc
[2156/2224] Compiling cpu_intel.cc
[2157/2224] Compiling cpu_aarch64_win.cc
[2158/2224] Compiling cpu_arm_freebsd.cc
[2159/2224] Compiling cpu_aarch64_sysreg.cc
[2160/2224] Compiling curve25519.cc
[2161/2224] Compiling cpu_aarch64_openbsd.cc
[2162/2224] Compiling e_tls.cc
[2163/2224] Compiling cpu_aarch64_linux.cc
[2164/2224] Compiling conf.cc
[2165/2224] Compiling tls_cbc.cc
[2166/2224] Compiling cpu_aarch64_fuchsia.cc
[2167/2224] Compiling cpu_aarch64_apple.cc
[2168/2224] Compiling e_rc4.cc
[2169/2224] Compiling e_null.cc
[2170/2224] Compiling e_des.cc
[2171/2224] Compiling e_aesgcmsiv.cc
[2172/2224] Compiling e_chacha20poly1305.cc
[2173/2224] Compiling derive_key.cc
[2174/2224] Compiling e_aesctrhmac.cc
[2175/2224] Compiling e_rc2.cc
[2176/2224] Compiling cipher_extra.cc
[2177/2224] Compiling chacha.cc
[2178/2224] Compiling ber.cc
[2179/2224] Compiling cbb.cc
[2180/2224] Compiling buf.cc
[2181/2224] Compiling asn1_compat.cc
[2182/2224] Compiling unicode.cc
[2183/2224] Compiling convert.cc
[2184/2224] Compiling cbs.cc
[2185/2224] Compiling blake2.cc
[2186/2224] Compiling pair.cc
[2187/2224] Compiling fd.cc
[2188/2224] Compiling printf.cc
[2189/2224] Compiling bn_asn1.cc
[2190/2224] Compiling hexdump.cc
[2191/2224] Compiling file.cc
[2192/2224] Compiling errno.cc
[2193/2224] Compiling bio_mem.cc
[2194/2224] Compiling base64.cc
[2195/2224] Compiling tasn_typ.cc
[2196/2224] Compiling bio.cc
[2197/2224] Compiling tasn_utl.cc
[2198/2224] Compiling tasn_enc.cc
[2199/2224] Compiling tasn_new.cc
[2200/2224] Compiling tasn_fre.cc
[2201/2224] Compiling f_string.cc
[2202/2224] Compiling f_int.cc
[2203/2224] Compiling posix_time.cc
[2204/2224] Compiling tasn_dec.cc
[2205/2224] Compiling asn_pack.cc
[2206/2224] Compiling asn1_lib.cc
[2207/2224] Compiling asn1_par.cc
[2208/2224] Compiling a_utctm.cc
[2209/2224] Compiling a_time.cc
[2210/2224] Compiling a_type.cc
[2211/2224] Compiling a_strex.cc
[2212/2224] Compiling a_strnid.cc
[2213/2224] Compiling a_octet.cc
[2214/2224] Compiling a_object.cc
[2215/2224] Compiling a_i2d_fp.cc
[2215/2224] Write sources
[2217/2224] Compiling a_dup.cc
[2218/2224] Compiling a_mbstr.cc
[2219/2277] Compiling a_gentm.cc
[2220/2277] Compiling a_bool.cc
[2221/2277] Compiling a_int.cc
[2222/2277] Compiling a_d2i_fp.cc
[2224/2277] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[2225/2277] Compiling BitCollections BitSet+CustomReflectable.swift
[2226/2277] Compiling BitCollections BitSet+CustomStringConvertible.swift
[2227/2277] Compiling BitCollections BitSet+Equatable.swift
[2228/2277] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[2229/2277] Compiling BitCollections BitSet+Extras.swift
[2230/2277] Compiling BitCollections BitSet+Hashable.swift
[2231/2284] Emitting module BitCollections
[2231/2284] Compiling a_bitstr.cc
[2233/2292] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[2234/2292] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[2235/2292] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[2236/2292] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[2237/2292] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[2238/2292] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[2239/2292] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[2240/2292] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[2241/2292] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[2242/2292] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[2243/2292] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[2244/2292] Compiling BitCollections BitSet+SetAlgebra union.swift
[2245/2292] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[2246/2292] Compiling BitCollections BitSet.Counted.swift
[2247/2292] Compiling BitCollections BitSet+Initializers.swift
[2248/2292] Compiling BitCollections BitSet+Invariants.swift
[2249/2292] Compiling BitCollections BitSet+Random.swift
[2250/2292] Compiling BitCollections BitSet+SetAlgebra basics.swift
[2251/2292] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[2252/2292] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[2253/2292] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[2254/2292] Compiling BitCollections BitSet.Index.swift
[2255/2292] Compiling BitCollections BitSet._UnsafeHandle.swift
[2256/2292] Compiling BitCollections BitSet.swift
[2257/2292] Compiling BitCollections Range+Utilities.swift
[2258/2292] Compiling BitCollections Slice+Utilities.swift
[2259/2292] Compiling BitCollections UInt+Tricks.swift
[2260/2292] Compiling BitCollections _Word.swift
[2261/2292] Compiling CryptoBoringWrapper RandomBytes.swift
[2262/2292] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[2263/2292] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[2264/2292] Compiling BitCollections BitArray+Extras.swift
[2265/2292] Compiling BitCollections BitArray+Fill.swift
[2266/2292] Compiling BitCollections BitArray+Hashable.swift
[2267/2292] Compiling BitCollections BitArray+Initializers.swift
[2268/2292] Compiling BitCollections BitArray+Invariants.swift
[2269/2292] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[2270/2292] Compiling BitCollections BitArray+RandomBits.swift
[2271/2292] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[2272/2292] Compiling BitCollections BitArray+Shifts.swift
[2273/2292] Compiling BitCollections BitArray+Testing.swift
[2274/2292] Compiling BitCollections BitArray._UnsafeHandle.swift
[2275/2292] Compiling BitCollections BitArray.swift
[2276/2292] Compiling BitCollections BitSet+BidirectionalCollection.swift
[2277/2292] Compiling BitCollections BitSet+Codable.swift
[2278/2292] Compiling BitCollections BitArray+BitwiseOperations.swift
[2279/2292] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[2280/2292] Compiling BitCollections BitArray+Codable.swift
[2281/2292] Compiling BitCollections BitArray+Collection.swift
[2282/2292] Compiling BitCollections BitArray+Copy.swift
[2283/2292] Compiling BitCollections BitArray+CustomReflectable.swift
[2284/2292] Compiling BitCollections BitArray+Descriptions.swift
[2285/2292] Compiling BitCollections BitArray+Equatable.swift
[2287/2295] Compiling Collections Collections.swift
[2288/2295] Emitting module Collections
[2289/2296] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[2291/2296] Compiling CryptoBoringWrapper EllipticCurve.swift
[2292/2296] Emitting module CryptoBoringWrapper
[2293/2296] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[2294/2296] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[2295/2296] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[2296/2296] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[2298/2338] Compiling AsyncKit ConnectionPoolError.swift
[2299/2338] Compiling AsyncKit ConnectionPoolItem.swift
[2300/2338] Compiling AsyncKit ConnectionPoolSource.swift
[2301/2340] Compiling AsyncKit Collection+Flatten.swift
[2302/2340] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[2303/2342] Compiling AsyncKit EventLoop+Flatten.swift
[2304/2342] Compiling AsyncKit EventLoop+Future.swift
[2305/2342] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[2306/2413] Compiling Crypto ChaChaPoly.swift
[2307/2413] Compiling Crypto Cipher.swift
[2308/2413] Compiling Crypto Nonces.swift
[2309/2413] Compiling Crypto ASN1Boolean.swift
[2310/2413] Compiling Crypto ASN1Identifier.swift
[2311/2413] Compiling Crypto ASN1Integer.swift
[2312/2413] Compiling Crypto ECDSASignature.swift
[2313/2413] Compiling Crypto PEMDocument.swift
[2314/2413] Compiling Crypto PKCS8PrivateKey.swift
[2315/2413] Compiling Crypto AES-GCM.swift
[2316/2413] Compiling Crypto AES-GCM_boring.swift
[2317/2413] Compiling Crypto ChaChaPoly_boring.swift
[2318/2413] Emitting module MultipartKit
[2321/2413] Compiling Crypto ASN1Strings.swift
[2322/2413] Compiling Crypto ArraySliceBigint.swift
[2323/2413] Compiling Crypto ASN1.swift
[2324/2413] Compiling Crypto ASN1Any.swift
[2325/2413] Compiling Crypto ASN1BitString.swift
[2327/2413] Compiling Crypto ASN1Null.swift
[2328/2413] Compiling Crypto ASN1OctetString.swift
[2335/2414] Compiling Crypto SEC1PrivateKey.swift
[2336/2414] Compiling Crypto SubjectPublicKeyInfo.swift
[2337/2414] Compiling Crypto SymmetricKeys.swift
[2338/2414] Compiling Crypto HMAC.swift
[2339/2414] Compiling Crypto MACFunctions.swift
[2340/2414] Compiling Crypto MessageAuthenticationCode.swift
[2341/2414] Compiling Crypto AES.swift
[2342/2414] Compiling Crypto ECDSASignature_boring.swift
[2343/2414] Compiling Crypto ECDSA_boring.swift
[2344/2414] Compiling Crypto EdDSA_boring.swift
[2345/2414] Compiling Crypto ECDSA.swift
[2346/2414] Compiling Crypto Ed25519.swift
[2347/2423] Compiling Crypto HKDF.swift
[2348/2423] Compiling Crypto AESWrap.swift
[2349/2423] Compiling Crypto AESWrap_boring.swift
[2350/2423] Compiling Crypto Ed25519_boring.swift
[2351/2423] Compiling Crypto NISTCurvesKeys_boring.swift
[2352/2423] Compiling Crypto X25519Keys_boring.swift
[2353/2423] Compiling Crypto Curve25519.swift
[2354/2423] Compiling Crypto Ed25519Keys.swift
[2355/2423] Compiling Crypto NISTCurvesKeys.swift
[2356/2423] Compiling Crypto X25519Keys.swift
[2357/2423] Emitting module AsyncKit
[2358/2423] Compiling Crypto HPKE.swift
[2359/2423] Compiling Crypto HPKE-Context.swift
[2360/2423] Compiling Crypto HPKE-KeySchedule.swift
[2361/2423] Compiling Crypto HPKE-Modes.swift
[2362/2423] Compiling Crypto Insecure.swift
[2363/2423] Compiling Crypto Insecure_HashFunctions.swift
[2364/2423] Compiling Crypto KEM.swift
[2365/2423] Compiling Crypto ECDH_boring.swift
[2366/2423] Compiling Crypto DH.swift
[2367/2423] Compiling Crypto ECDH.swift
[2368/2423] Compiling Crypto HPKE-Ciphersuite.swift
[2369/2423] Compiling Crypto HPKE-KDF.swift
[2370/2423] Compiling Crypto HPKE-KexKeyDerivation.swift
[2371/2423] Compiling Crypto HPKE-LabeledExtract.swift
[2372/2423] Compiling Crypto HPKE-Utils.swift
[2373/2423] Compiling Crypto DHKEM.swift
[2374/2423] Compiling Crypto HPKE-KEM-Curve25519.swift
[2375/2423] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[2376/2423] Compiling Crypto HPKE-KEM.swift
[2377/2423] Compiling Crypto HPKE-Errors.swift
[2381/2423] Compiling Crypto CryptoKitErrors.swift
[2382/2423] Compiling Crypto Digest_boring.swift
[2383/2423] Compiling Crypto Digest.swift
[2384/2423] Compiling Crypto Digests.swift
[2385/2423] Compiling Crypto HashFunctions.swift
[2386/2423] Compiling Crypto HashFunctions_SHA2.swift
[2387/2423] Compiling Crypto HPKE-AEAD.swift
[2388/2423] Emitting module Crypto
[2395/2423] Compiling Crypto GeneralizedTime.swift
[2396/2423] Compiling Crypto ObjectIdentifier.swift
[2409/2423] Compiling Crypto Signature.swift
[2410/2423] Compiling Crypto CryptoKitErrors_boring.swift
[2411/2423] Compiling Crypto RNG_boring.swift
[2412/2423] Compiling Crypto SafeCompare_boring.swift
[2413/2423] Compiling Crypto Zeroization_boring.swift
[2414/2423] Compiling Crypto PrettyBytes.swift
[2415/2423] Compiling Crypto SafeCompare.swift
[2416/2423] Compiling Crypto SecureBytes.swift
[2417/2423] Compiling Crypto Zeroization.swift
[2419/2471] Emitting module JWTKit
[2420/2477] Compiling JWTKit JWTSigner.swift
[2421/2477] Compiling JWTKit JWTSigners.swift
[2422/2477] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[2423/2477] Compiling JWTKit UnsecuredNoneSigner.swift
[2424/2477] Compiling JWTKit JWTSigner+RSA.swift
[2425/2477] Compiling JWTKit RSAError.swift
[2426/2477] Compiling JWTKit JWTClaim.swift
[2427/2477] Compiling JWTKit JWTMultiValueClaim.swift
[2428/2477] Compiling JWTKit JWTUnixEpochClaim.swift
[2429/2477] Compiling JWTKit LocaleClaim.swift
[2430/2477] Compiling JWTKit NotBeforeClaim.swift
[2431/2477] Compiling JWTKit SubjectClaim.swift
[2432/2477] Compiling JWTKit ECDSAError.swift
[2433/2477] Compiling JWTKit JWTAlgorithm.swift
[2434/2477] Compiling JWTKit JWTError.swift
[2435/2477] Compiling JWTKit JWTHeader.swift
[2436/2477] Compiling JWTKit JWTParser.swift
[2437/2477] Compiling JWTKit JWTPayload.swift
[2438/2477] Compiling JWTKit JWTSerializer.swift
[2439/2477] Compiling JWTKit RSAKey.swift
[2440/2477] Compiling JWTKit RSASigner.swift
[2441/2477] Compiling JWTKit Base64URL.swift
[2442/2477] Compiling JWTKit BigNumber.swift
[2443/2477] Compiling JWTKit CustomizedJSONCoders.swift
[2444/2477] Compiling JWTKit Exports.swift
[2445/2477] Compiling JWTKit OctetKeyPair.swift
[2446/2477] Compiling JWTKit HMACError.swift
[2447/2477] Compiling JWTKit HMACSigner.swift
[2448/2477] Compiling JWTKit JWTSigner+HMAC.swift
[2449/2477] Compiling JWTKit JWK.swift
[2450/2477] Compiling JWTKit JWKIdentifier.swift
[2451/2477] Compiling JWTKit JWKS.swift
[2452/2477] Compiling JWTKit AudienceClaim.swift
[2453/2477] Compiling JWTKit BoolClaim.swift
[2454/2477] Compiling JWTKit ExpirationClaim.swift
[2455/2477] Compiling JWTKit GoogleHostedDomainClaim.swift
[2456/2477] Compiling JWTKit IDClaim.swift
[2457/2477] Compiling JWTKit IssuedAtClaim.swift
[2458/2477] Compiling JWTKit IssuerClaim.swift
[2459/2477] Compiling JWTKit ECDSAKey.swift
[2460/2477] Compiling JWTKit ECDSASigner.swift
[2461/2477] Compiling JWTKit JWTSigner+ECDSA.swift
[2462/2477] Compiling JWTKit EdDSAError.swift
[2463/2477] Compiling JWTKit EdDSAKey.swift
[2464/2477] Compiling JWTKit EdDSASigner.swift
[2465/2477] Compiling JWTKit JWTSigner+EdDSA.swift
[2466/2477] Compiling JWTKit OpenSSLSigner.swift
[2467/2477] Compiling JWTKit Utilities.swift
[2468/2477] Compiling JWTKit AppleIdentityToken.swift
[2469/2477] Compiling JWTKit GoogleIdentityToken.swift
[2470/2477] Compiling JWTKit MicrosoftIdentitiyToken.swift
[2471/2477] Compiling JWTKit X5CVerifier.swift
[2473/2490] Compiling Core Extensions.swift
[2474/2491] Emitting module Core
[2475/2491] Compiling Core OAuthRefreshable.swift
[2476/2491] Compiling Core OAuthServiceAccount.swift
[2477/2491] Compiling Core GoogleCloudCredentials.swift
[2478/2491] Compiling Core GoogleCloudAPIConfiguration.swift
[2479/2491] Compiling Core GoogleCloudCredentialsConfiguration.swift
[2480/2491] Compiling Core GoogleCloudError.swift
[2481/2491] Compiling Core OAuthComputeEngine+AppEngineFlex.swift
[2482/2491] Compiling Core OAuthPayload.swift
[2483/2491] Compiling Core OAuthAccessToken.swift
[2484/2491] Compiling Core OAuthApplicationDefault.swift
[2491/2492] Compiling Core GoogleCloudAPIRequest.swift
[2494/2734] Compiling Translation TranslationConfig.swift
[2495/2734] Compiling Translation TranslationAPI.swift
[2496/2734] Compiling Translation TranslationResponse.swift
[2497/2734] Compiling Translation TranslationClient.swift
[2498/2734] Emitting module Translation
[2499/2734] Compiling PubSub SubscriptionsAPI.swift
[2500/2734] Compiling PubSub TopicsAPI.swift
[2501/2736] Compiling SecretManager SecretsAPI.swift
[2502/2737] Compiling SecretManager AccessSecretVersionResponse.swift
[2503/2737] Emitting module SecretManager
[2506/2737] Compiling PubSub AcknowledgeRequest.swift
[2507/2737] Compiling PubSub ListTopicResponse.swift
[2508/2740] Compiling Translation TranslationRequest.swift
[2509/2740] Compiling PubSub Topic.swift
[2510/2740] Compiling PubSub TopicSubscriptionListResponse.swift
[2511/2741] Compiling Translation TranslationError.swift
[2512/2742] Compiling SecretManager SecretManagerRequest.swift
[2513/2742] Compiling SecretManager SecretManagerClient.swift
[2514/2742] Compiling SecretManager GoogleCloudSecretManagerDataResponse.swift
[2515/2742] Compiling SecretManager SecretManagerConfig.swift
[2516/2742] Compiling SecretManager SecretManagerError.swift
[2517/2742] Compiling PubSub PubSubMessage.swift
[2518/2742] Compiling PubSub PublishRequest.swift
[2519/2742] Compiling PubSub PublishResponse.swift
[2520/2742] Compiling PubSub Subscription.swift
[2521/2742] Emitting module PubSub
[2522/2742] Compiling PubSub PubSubClient.swift
[2523/2742] Compiling PubSub PubSubConfig.swift
[2524/2742] Compiling PubSub PubSubError.swift
[2525/2742] Compiling SecretManager SecretPayload.swift
[2527/2743] Compiling Datastore TransactionOptions.swift
[2528/2743] Compiling Datastore Value.swift
[2529/2743] Compiling Datastore DatastoreClient.swift
[2545/2743] Emitting module Storage
[2546/2743] Compiling Storage StorageConfig.swift
[2547/2743] Compiling Storage StorageRequest.swift
[2548/2743] Compiling PubSub PubSubRequest.swift
[2549/2744] Emitting module Datastore
[2555/2744] Compiling Datastore DatastoreConfig.swift
[2556/2744] Compiling Datastore DatastoreError.swift
[2557/2744] Compiling Datastore DatastoreRequest.swift
[2560/2744] Compiling Storage StorageObject.swift
[2561/2744] Compiling Storage StorageClient.swift
[2562/2744] Compiling Datastore GoogleCloudDatastoreDataResponse.swift
[2563/2744] Compiling Datastore LookupResponse.swift
[2564/2744] Compiling Datastore MutationResult.swift
[2565/2744] Compiling Datastore RunQueryResponse.swift
[2570/2744] Compiling Datastore PartitionId.swift
[2571/2744] Compiling Datastore PathElement.swift
[2572/2744] Compiling Datastore Query.swift
[2573/2744] Compiling Datastore ReadOptions.swift
[2584/2746] Compiling Vapor Client+Concurrency.swift
[2585/2746] Compiling Vapor RequestBody+Concurrency.swift
[2586/2746] Compiling Vapor Responder+Concurrency.swift
[2587/2746] Compiling Vapor ResponseCodable+Concurrency.swift
[2588/2746] Compiling Vapor RoutesBuilder+Concurrency.swift
[2589/2746] Compiling Vapor ViewRenderer+Concurrency.swift
[2590/2746] Compiling Vapor WebSocket+Concurrency.swift
[2591/2746] Compiling Vapor ContainerGetPathExecutor.swift
[2592/2746] Compiling Vapor Content.swift
[2593/2746] Compiling Vapor ContentCoders.swift
[2594/2746] Compiling Vapor ContentConfiguration.swift
[2595/2746] Compiling Vapor ContentContainer.swift
[2596/2746] Compiling Vapor JSONCoder+Custom.swift
[2597/2746] Compiling Vapor JSONCoders+Content.swift
[2598/2746] Compiling Vapor PlaintextDecoder.swift
[2599/2746] Compiling Vapor PlaintextEncoder.swift
[2600/2746] Compiling Vapor URLQueryCoders.swift
[2601/2746] Compiling Vapor URLQueryContainer.swift
[2602/2770] Compiling Vapor HTTPServerResponseEncoder.swift
[2603/2770] Compiling Vapor HTTPServerUpgradeHandler.swift
[2604/2770] Compiling Vapor Logger+Report.swift
[2605/2770] Compiling Vapor LoggingSystem+Environment.swift
[2606/2770] Compiling Vapor Application+Middleware.swift
[2607/2770] Compiling Vapor CORSMiddleware.swift
[2608/2770] Compiling Vapor ErrorMiddleware.swift
[2609/2770] Compiling Vapor FileMiddleware.swift
[2610/2770] Compiling Vapor Middleware.swift
[2611/2770] Compiling Vapor MiddlewareConfiguration.swift
[2612/2770] Compiling Vapor ResponseCompressionMiddleware.swift
[2613/2770] Compiling Vapor RouteLoggingMiddleware.swift
[2614/2770] Compiling Vapor TracingMiddleware.swift
[2615/2770] Compiling Vapor File+Multipart.swift
[2616/2770] Compiling Vapor FormDataDecoder+Content.swift
[2617/2770] Compiling Vapor FormDataEncoder+Content.swift
[2618/2770] Compiling Vapor Application+Password.swift
[2619/2770] Compiling Vapor Application+Passwords.swift
[2620/2770] Compiling Vapor AsyncPasswordHasher.swift
[2621/2770] Compiling Vapor BcryptHasher.swift
[2622/2770] Compiling Vapor PasswordHasher.swift
[2623/2770] Compiling Vapor PlaintextHasher.swift
[2624/2770] Compiling Vapor Request+Password.swift
[2625/2770] Compiling Vapor Redirect.swift
[2650/2794] Compiling Vapor Validator.swift
[2651/2794] Compiling Vapor ValidatorResult.swift
[2652/2794] Compiling Vapor And.swift
[2653/2794] Compiling Vapor Case.swift
[2654/2794] Compiling Vapor CharacterSet.swift
[2655/2794] Compiling Vapor Count.swift
[2656/2794] Compiling Vapor Custom.swift
[2657/2794] Compiling Vapor Email.swift
[2658/2794] Compiling Vapor Empty.swift
[2659/2794] Compiling Vapor In.swift
[2660/2794] Compiling Vapor Nil.swift
[2661/2794] Compiling Vapor NilIgnoring.swift
[2662/2794] Compiling Vapor Not.swift
[2663/2794] Compiling Vapor Or.swift
[2664/2794] Compiling Vapor Pattern.swift
[2665/2794] Compiling Vapor Range.swift
[2666/2794] Compiling Vapor URL.swift
[2667/2794] Compiling Vapor Valid.swift
[2668/2794] Compiling Vapor Application+Views.swift
[2669/2794] Compiling Vapor PlaintextRenderer.swift
[2670/2794] Compiling Vapor Request+View.swift
[2671/2794] Compiling Vapor View.swift
[2672/2794] Compiling Vapor ViewRenderer.swift
[2673/2794] Compiling Vapor _Deprecations.swift
[2674/2794] Emitting module Vapor
[2675/2794] Compiling Vapor Bytes+Hex.swift
[2676/2794] Compiling Vapor Bytes+SecureCompare.swift
[2677/2794] Compiling Vapor Collection+Safe.swift
[2678/2794] Compiling Vapor DataProtocol+Copy.swift
[2679/2794] Compiling Vapor DecoderUnwrapper.swift
[2680/2794] Compiling Vapor DirectoryConfiguration.swift
[2681/2794] Compiling Vapor DotEnv.swift
[2682/2794] Compiling Vapor Extendable.swift
[2683/2794] Compiling Vapor File.swift
[2684/2794] Compiling Vapor FileIO.swift
[2685/2794] Compiling Vapor LifecycleHandler.swift
[2686/2794] Compiling Vapor OptionalType.swift
[2687/2794] Compiling Vapor RFC1123.swift
[2688/2794] Compiling Vapor SocketAddress+Hostname.swift
[2689/2794] Compiling Vapor Storage.swift
[2690/2794] Compiling Vapor String+IsIPAddress.swift
[2691/2794] Compiling Vapor Thread.swift
[2692/2794] Compiling Vapor URI.swift
[2693/2794] Compiling Vapor RangeResult.swift
[2694/2794] Compiling Vapor Validatable.swift
[2695/2794] Compiling Vapor Validation.swift
[2696/2794] Compiling Vapor ValidationKey.swift
[2697/2794] Compiling Vapor Validations.swift
[2698/2794] Compiling Vapor ValidationsError.swift
[2699/2794] Compiling Vapor Service.swift
[2700/2794] Compiling Vapor Application+Sessions.swift
[2701/2794] Compiling Vapor MemorySessions.swift
[2702/2794] Compiling Vapor Request+Session.swift
[2703/2794] Compiling Vapor Session.swift
[2704/2794] Compiling Vapor SessionCache.swift
[2705/2794] Compiling Vapor SessionData.swift
[2706/2794] Compiling Vapor SessionDriver.swift
[2707/2794] Compiling Vapor SessionsConfiguration.swift
[2708/2794] Compiling Vapor SessionsMiddleware.swift
[2709/2794] Compiling Vapor URLEncodedFormData.swift
[2710/2794] Compiling Vapor URLEncodedFormDecoder.swift
[2711/2794] Compiling Vapor URLEncodedFormEncoder.swift
[2712/2794] Compiling Vapor URLEncodedFormError.swift
[2713/2794] Compiling Vapor URLEncodedFormParser.swift
[2714/2794] Compiling Vapor URLEncodedFormSerializer.swift
[2715/2794] Compiling Vapor URLQueryFragmentConvertible.swift
[2716/2794] Compiling Vapor AnyResponse.swift
[2717/2794] Compiling Vapor Array+Random.swift
[2718/2794] Compiling Vapor Base32.swift
[2719/2794] Compiling Vapor Base64.swift
[2720/2794] Compiling Vapor BaseN.swift
[2721/2794] Compiling Vapor BasicCodingKey.swift
[2722/2794] Compiling Vapor ByteCount.swift
[2723/2794] Compiling Vapor Request+Body.swift
[2724/2794] Compiling Vapor Request+BodyStream.swift
[2725/2794] Compiling Vapor Request.swift
[2726/2794] Compiling Vapor Application+Responder.swift
[2727/2794] Compiling Vapor DefaultResponder.swift
[2728/2794] Compiling Vapor Response+Body.swift
[2729/2794] Compiling Vapor Response.swift
[2730/2794] Compiling Vapor ResponseCodable.swift
[2731/2794] Compiling Vapor Application+Routes.swift
[2732/2794] Compiling Vapor Parameters+Require.swift
[2733/2794] Compiling Vapor Request+WebSocket.swift
[2734/2794] Compiling Vapor Route.swift
[2735/2794] Compiling Vapor RouteCollection.swift
[2736/2794] Compiling Vapor Routes.swift
[2737/2794] Compiling Vapor RoutesBuilder+Group.swift
[2738/2794] Compiling Vapor RoutesBuilder+Method.swift
[2739/2794] Compiling Vapor RoutesBuilder+Middleware.swift
[2740/2794] Compiling Vapor RoutesBuilder+WebSocket.swift
[2741/2794] Compiling Vapor RoutesBuilder.swift
[2742/2794] Compiling Vapor OTP.swift
[2743/2794] Compiling Vapor Application+Servers.swift
[2744/2794] Compiling Vapor Server.swift
[2745/2794] Compiling Vapor App+Service.swift
[2746/2794] Compiling Vapor Req+Service.swift
[2747/2794] Compiling Vapor HTTPStatus.swift
[2748/2794] Compiling Vapor HTTPCookies.swift
[2749/2794] Compiling Vapor HTTPHeaderCacheControl.swift
[2750/2794] Compiling Vapor HTTPHeaderExpires.swift
[2751/2794] Compiling Vapor HTTPHeaderLastModified.swift
[2752/2794] Compiling Vapor HTTPHeaders+Cache.swift
[2753/2794] Compiling Vapor HTTPHeaders+Connection.swift
[2754/2794] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2755/2794] Compiling Vapor HTTPHeaders+ContentRange.swift
[2756/2794] Compiling Vapor HTTPHeaders+Directive.swift
[2757/2794] Compiling Vapor HTTPHeaders+Forwarded.swift
[2758/2794] Compiling Vapor HTTPHeaders+Link.swift
[2759/2794] Compiling Vapor HTTPHeaders+Name.swift
[2760/2794] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2761/2794] Compiling Vapor HTTPHeaders.swift
[2762/2794] Compiling Vapor HTTPMediaType.swift
[2763/2794] Compiling Vapor HTTPMediaTypePreference.swift
[2764/2794] Compiling Vapor Responder.swift
[2765/2794] Compiling Vapor Application+HTTP+Server.swift
[2766/2794] Compiling Vapor HTTPServer.swift
[2767/2794] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2768/2794] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2769/2794] Compiling Vapor HTTPServerHandler.swift
[2770/2794] Compiling Vapor HTTPServerRequestDecoder.swift
[2771/2794] Compiling Vapor Core.swift
[2772/2794] Compiling Vapor Running.swift
[2773/2794] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2774/2794] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2775/2794] Compiling Vapor DotEnvFile+load.swift
[2776/2794] Compiling Vapor Routes+caseInsenstive.swift
[2777/2794] Compiling Vapor Validatable+validate.swift
[2778/2794] Compiling Vapor Environment+Process.swift
[2779/2794] Compiling Vapor Environment+Secret.swift
[2780/2794] Compiling Vapor Environment.swift
[2781/2794] Compiling Vapor Abort.swift
[2782/2794] Compiling Vapor AbortError.swift
[2783/2794] Compiling Vapor DebuggableError.swift
[2784/2794] Compiling Vapor Demangler.swift
[2785/2794] Compiling Vapor ErrorSource.swift
[2786/2794] Compiling Vapor StackTrace.swift
[2787/2794] Compiling Vapor Exports.swift
[2788/2794] Compiling Vapor Application+HTTP.swift
[2789/2794] Compiling Vapor BasicResponder.swift
[2790/2794] Compiling Vapor BodyStream.swift
[2791/2794] Compiling Vapor Application+HTTP+Client.swift
[2792/2794] Compiling Vapor EventLoopHTTPClient.swift
[2793/2794] Compiling Vapor EndpointCache.swift
[2794/2794] Compiling Vapor HTTPMethod+String.swift
[2796/2797] Emitting module GoogleCloud
/host/spi-builder-workspace/Sources/GoogleCloud/GoogleCloudPlatform+Application.swift:16:20: warning: type 'Application.CloudCredentialsKey.Value' (aka 'GoogleCloudCredentialsConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
14 |     }
15 |
16 |     private struct CloudCredentialsKey: StorageKey {
   |                    `- warning: type 'Application.CloudCredentialsKey.Value' (aka 'GoogleCloudCredentialsConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
17 |         typealias Value = GoogleCloudCredentialsConfiguration
18 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Core/Sources/Configuration/GoogleCloudCredentialsConfiguration.swift:10:15: note: struct 'GoogleCloudCredentialsConfiguration' does not conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct GoogleCloudCredentialsConfiguration {
   |               `- note: struct 'GoogleCloudCredentialsConfiguration' does not conform to the 'Sendable' protocol
11 |     public let project: String?
12 |     public var serviceAccountCredentials: GoogleServiceAccountCredentials?
/host/spi-builder-workspace/Sources/GoogleCloud/GoogleCloudPlatform+Application.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Core'
 7 |
 8 | import Vapor
 9 | @_exported import Core
   |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Core'
10 |
11 | extension Application {
[2797/2797] Compiling GoogleCloud GoogleCloudPlatform+Application.swift
/host/spi-builder-workspace/Sources/GoogleCloud/GoogleCloudPlatform+Application.swift:16:20: warning: type 'Application.CloudCredentialsKey.Value' (aka 'GoogleCloudCredentialsConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
14 |     }
15 |
16 |     private struct CloudCredentialsKey: StorageKey {
   |                    `- warning: type 'Application.CloudCredentialsKey.Value' (aka 'GoogleCloudCredentialsConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
17 |         typealias Value = GoogleCloudCredentialsConfiguration
18 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Core/Sources/Configuration/GoogleCloudCredentialsConfiguration.swift:10:15: note: struct 'GoogleCloudCredentialsConfiguration' does not conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct GoogleCloudCredentialsConfiguration {
   |               `- note: struct 'GoogleCloudCredentialsConfiguration' does not conform to the 'Sendable' protocol
11 |     public let project: String?
12 |     public var serviceAccountCredentials: GoogleServiceAccountCredentials?
/host/spi-builder-workspace/Sources/GoogleCloud/GoogleCloudPlatform+Application.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Core'
 7 |
 8 | import Vapor
 9 | @_exported import Core
   |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Core'
10 |
11 | extension Application {
[2799/2808] Emitting module CloudPubSub
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:13:20: warning: type 'Application.GoogleCloudPlatform.CloudPubSubAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudPubSubAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 11 |
 12 | extension Application.GoogleCloudPlatform {
 13 |     private struct CloudPubSubAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudPubSubAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudPubSubAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 14 |         typealias Value = GoogleCloudPubSubAPI
 15 |     }
    :
 38 |     }
 39 |
 40 |     public struct GoogleCloudPubSubAPI {
    |                   `- note: consider making struct 'GoogleCloudPubSubAPI' conform to the 'Sendable' protocol
 41 |         public let application: Application
 42 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:17:20: warning: type 'Application.GoogleCloudPlatform.CloudPubSubConfigurationKey.Value' (aka 'GoogleCloudPubSubConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private struct CloudPubSubConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudPubSubConfigurationKey.Value' (aka 'GoogleCloudPubSubConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 18 |         typealias Value = GoogleCloudPubSubConfiguration
 19 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/PubSub/Sources/PubSubConfig.swift:3:15: note: struct 'GoogleCloudPubSubConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudPubSubConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudPubSubConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PubSub'
  7 |
  8 | import Vapor
  9 | @_exported import PubSub
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PubSub'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:97:20: warning: type 'Request.GoogleCloudPubSubKey.Value' (aka 'GoogleCloudPubSubClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 95 |
 96 | extension Request {
 97 |     private struct GoogleCloudPubSubKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudPubSubKey.Value' (aka 'GoogleCloudPubSubClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 98 |         typealias Value = GoogleCloudPubSubClient
 99 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/PubSub/Sources/PubSubClient.swift:6:20: note: class 'GoogleCloudPubSubClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudPubSubClient {
   |                    `- note: class 'GoogleCloudPubSubClient' does not conform to the 'Sendable' protocol
 7 |     public var pubSubTopic: TopicsAPI
 8 |     public var pubSubSubscription: SubscriptionsAPI
[2800/2808] Emitting module CloudStorage
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:13:20: warning: type 'Application.GoogleCloudPlatform.CloudStorageAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudStorageAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 11 |
 12 | extension Application.GoogleCloudPlatform {
 13 |     private struct CloudStorageAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudStorageAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudStorageAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 14 |         typealias Value = GoogleCloudStorageAPI
 15 |     }
    :
 37 |     }
 38 |
 39 |     public struct GoogleCloudStorageAPI {
    |                   `- note: consider making struct 'GoogleCloudStorageAPI' conform to the 'Sendable' protocol
 40 |         public let application: Application
 41 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:17:20: warning: type 'Application.GoogleCloudPlatform.CloudStorageConfigurationKey.Value' (aka 'GoogleCloudStorageConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private struct CloudStorageConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudStorageConfigurationKey.Value' (aka 'GoogleCloudStorageConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 18 |         typealias Value = GoogleCloudStorageConfiguration
 19 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/StorageConfig.swift:11:15: note: struct 'GoogleCloudStorageConfiguration' does not conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct GoogleCloudStorageConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudStorageConfiguration' does not conform to the 'Sendable' protocol
12 |     public var scope: [GoogleCloudAPIScope]
13 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Storage'
  7 |
  8 | import Vapor
  9 | @_exported import Storage
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Storage'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:99:20: warning: type 'Request.GoogleCloudStorageKey.Value' (aka 'GoogleCloudStorageClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 97 |
 98 | extension Request {
 99 |     private struct GoogleCloudStorageKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudStorageKey.Value' (aka 'GoogleCloudStorageClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
100 |         typealias Value = GoogleCloudStorageClient
101 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/StorageClient.swift:13:20: note: class 'GoogleCloudStorageClient' does not conform to the 'Sendable' protocol
11 | import NIO
12 |
13 | public final class GoogleCloudStorageClient {
   |                    `- note: class 'GoogleCloudStorageClient' does not conform to the 'Sendable' protocol
14 |     public var bucketAccessControl: BucketAccessControlAPI
15 |     public var buckets: StorageBucketAPI
[2801/2808] Compiling CloudStorage GoogleCloudStorageAPI.swift
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:13:20: warning: type 'Application.GoogleCloudPlatform.CloudStorageAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudStorageAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 11 |
 12 | extension Application.GoogleCloudPlatform {
 13 |     private struct CloudStorageAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudStorageAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudStorageAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 14 |         typealias Value = GoogleCloudStorageAPI
 15 |     }
    :
 37 |     }
 38 |
 39 |     public struct GoogleCloudStorageAPI {
    |                   `- note: consider making struct 'GoogleCloudStorageAPI' conform to the 'Sendable' protocol
 40 |         public let application: Application
 41 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:17:20: warning: type 'Application.GoogleCloudPlatform.CloudStorageConfigurationKey.Value' (aka 'GoogleCloudStorageConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private struct CloudStorageConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudStorageConfigurationKey.Value' (aka 'GoogleCloudStorageConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 18 |         typealias Value = GoogleCloudStorageConfiguration
 19 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/StorageConfig.swift:11:15: note: struct 'GoogleCloudStorageConfiguration' does not conform to the 'Sendable' protocol
 9 | import Foundation
10 |
11 | public struct GoogleCloudStorageConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudStorageConfiguration' does not conform to the 'Sendable' protocol
12 |     public var scope: [GoogleCloudAPIScope]
13 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Storage'
  7 |
  8 | import Vapor
  9 | @_exported import Storage
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Storage'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudStorage/GoogleCloudStorageAPI.swift:99:20: warning: type 'Request.GoogleCloudStorageKey.Value' (aka 'GoogleCloudStorageClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 97 |
 98 | extension Request {
 99 |     private struct GoogleCloudStorageKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudStorageKey.Value' (aka 'GoogleCloudStorageClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
100 |         typealias Value = GoogleCloudStorageClient
101 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/StorageClient.swift:13:20: note: class 'GoogleCloudStorageClient' does not conform to the 'Sendable' protocol
11 | import NIO
12 |
13 | public final class GoogleCloudStorageClient {
   |                    `- note: class 'GoogleCloudStorageClient' does not conform to the 'Sendable' protocol
14 |     public var bucketAccessControl: BucketAccessControlAPI
15 |     public var buckets: StorageBucketAPI
[2802/2808] Compiling CloudTranslation GoogleCloudTranslationAPI.swift
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:14:20: warning: type 'Application.GoogleCloudPlatform.CloudTranslationAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudTranslationAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 12 | extension Application.GoogleCloudPlatform {
 13 |
 14 |     private struct CloudTranslationAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudTranslationAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudTranslationAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |         typealias Value = GoogleCloudTranslationAPI
 16 |     }
    :
 38 |     }
 39 |
 40 |     public struct GoogleCloudTranslationAPI {
    |                   `- note: consider making struct 'GoogleCloudTranslationAPI' conform to the 'Sendable' protocol
 41 |         public let application: Application
 42 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:18:20: warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudTranslationConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 16 |     }
 17 |
 18 |     private struct CloudSecretManagerConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudTranslationConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 19 |         typealias Value = GoogleCloudTranslationConfiguration
 20 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Translation/Sources/TranslationConfig.swift:3:15: note: struct 'GoogleCloudTranslationConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudTranslationConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudTranslationConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Translation'
  7 |
  8 | import Vapor
  9 | @_exported import Translation
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Translation'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:100:20: warning: type 'Request.GoogleCloudTranslationKey.Value' (aka 'GoogleCloudTranslationClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 98 |
 99 | extension Request {
100 |     private struct GoogleCloudTranslationKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudTranslationKey.Value' (aka 'GoogleCloudTranslationClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
101 |         typealias Value = GoogleCloudTranslationClient
102 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Translation/Sources/TranslationClient.swift:6:20: note: class 'GoogleCloudTranslationClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudTranslationClient {
   |                    `- note: class 'GoogleCloudTranslationClient' does not conform to the 'Sendable' protocol
 7 |
 8 |     public var translation: TranslationAPI
[2803/2808] Emitting module CloudTranslation
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:14:20: warning: type 'Application.GoogleCloudPlatform.CloudTranslationAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudTranslationAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 12 | extension Application.GoogleCloudPlatform {
 13 |
 14 |     private struct CloudTranslationAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudTranslationAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudTranslationAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |         typealias Value = GoogleCloudTranslationAPI
 16 |     }
    :
 38 |     }
 39 |
 40 |     public struct GoogleCloudTranslationAPI {
    |                   `- note: consider making struct 'GoogleCloudTranslationAPI' conform to the 'Sendable' protocol
 41 |         public let application: Application
 42 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:18:20: warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudTranslationConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 16 |     }
 17 |
 18 |     private struct CloudSecretManagerConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudTranslationConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 19 |         typealias Value = GoogleCloudTranslationConfiguration
 20 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Translation/Sources/TranslationConfig.swift:3:15: note: struct 'GoogleCloudTranslationConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudTranslationConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudTranslationConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Translation'
  7 |
  8 | import Vapor
  9 | @_exported import Translation
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Translation'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudTranslation/GoogleCloudTranslationAPI.swift:100:20: warning: type 'Request.GoogleCloudTranslationKey.Value' (aka 'GoogleCloudTranslationClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 98 |
 99 | extension Request {
100 |     private struct GoogleCloudTranslationKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudTranslationKey.Value' (aka 'GoogleCloudTranslationClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
101 |         typealias Value = GoogleCloudTranslationClient
102 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Translation/Sources/TranslationClient.swift:6:20: note: class 'GoogleCloudTranslationClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudTranslationClient {
   |                    `- note: class 'GoogleCloudTranslationClient' does not conform to the 'Sendable' protocol
 7 |
 8 |     public var translation: TranslationAPI
[2804/2808] Compiling CloudPubSub GoogleCloudPubSubAPI.swift
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:13:20: warning: type 'Application.GoogleCloudPlatform.CloudPubSubAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudPubSubAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 11 |
 12 | extension Application.GoogleCloudPlatform {
 13 |     private struct CloudPubSubAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudPubSubAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudPubSubAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 14 |         typealias Value = GoogleCloudPubSubAPI
 15 |     }
    :
 38 |     }
 39 |
 40 |     public struct GoogleCloudPubSubAPI {
    |                   `- note: consider making struct 'GoogleCloudPubSubAPI' conform to the 'Sendable' protocol
 41 |         public let application: Application
 42 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:17:20: warning: type 'Application.GoogleCloudPlatform.CloudPubSubConfigurationKey.Value' (aka 'GoogleCloudPubSubConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private struct CloudPubSubConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudPubSubConfigurationKey.Value' (aka 'GoogleCloudPubSubConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 18 |         typealias Value = GoogleCloudPubSubConfiguration
 19 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/PubSub/Sources/PubSubConfig.swift:3:15: note: struct 'GoogleCloudPubSubConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudPubSubConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudPubSubConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PubSub'
  7 |
  8 | import Vapor
  9 | @_exported import PubSub
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PubSub'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudPubSub/GoogleCloudPubSubAPI.swift:97:20: warning: type 'Request.GoogleCloudPubSubKey.Value' (aka 'GoogleCloudPubSubClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 95 |
 96 | extension Request {
 97 |     private struct GoogleCloudPubSubKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudPubSubKey.Value' (aka 'GoogleCloudPubSubClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 98 |         typealias Value = GoogleCloudPubSubClient
 99 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/PubSub/Sources/PubSubClient.swift:6:20: note: class 'GoogleCloudPubSubClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudPubSubClient {
   |                    `- note: class 'GoogleCloudPubSubClient' does not conform to the 'Sendable' protocol
 7 |     public var pubSubTopic: TopicsAPI
 8 |     public var pubSubSubscription: SubscriptionsAPI
[2805/2808] Compiling CloudDatastore GoogleCloudDatastoreAPI.swift
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:13:20: warning: type 'Application.GoogleCloudPlatform.CloudDatastoreAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudDatastoreAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 11 |
 12 | extension Application.GoogleCloudPlatform {
 13 |     private struct CloudDatastoreAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudDatastoreAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudDatastoreAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 14 |         typealias Value = GoogleCloudDatastoreAPI
 15 |     }
    :
 41 |     }
 42 |
 43 |     public struct GoogleCloudDatastoreAPI {
    |                   `- note: consider making struct 'GoogleCloudDatastoreAPI' conform to the 'Sendable' protocol
 44 |         public let application: Application
 45 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:17:20: warning: type 'Application.GoogleCloudPlatform.CloudDatastoreConfigurationKey.Value' (aka 'GoogleCloudDatastoreConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private struct CloudDatastoreConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudDatastoreConfigurationKey.Value' (aka 'GoogleCloudDatastoreConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 18 |         typealias Value = GoogleCloudDatastoreConfiguration
 19 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/DatastoreConfig.swift:3:15: note: struct 'GoogleCloudDatastoreConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudDatastoreConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudDatastoreConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Datastore'
  7 |
  8 | import Vapor
  9 | @_exported import Datastore
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Datastore'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:122:20: warning: type 'Request.GoogleCloudDatastoreKey.Value' (aka 'GoogleCloudDatastoreClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
120 |
121 | extension Request {
122 |     private struct GoogleCloudDatastoreKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudDatastoreKey.Value' (aka 'GoogleCloudDatastoreClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
123 |         typealias Value = GoogleCloudDatastoreClient
124 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/DatastoreClient.swift:6:20: note: class 'GoogleCloudDatastoreClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudDatastoreClient {
   |                    `- note: class 'GoogleCloudDatastoreClient' does not conform to the 'Sendable' protocol
 7 |
 8 |     public var project: DatastoreProjectAPI
[2806/2808] Emitting module CloudDatastore
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:13:20: warning: type 'Application.GoogleCloudPlatform.CloudDatastoreAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudDatastoreAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 11 |
 12 | extension Application.GoogleCloudPlatform {
 13 |     private struct CloudDatastoreAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudDatastoreAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudDatastoreAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 14 |         typealias Value = GoogleCloudDatastoreAPI
 15 |     }
    :
 41 |     }
 42 |
 43 |     public struct GoogleCloudDatastoreAPI {
    |                   `- note: consider making struct 'GoogleCloudDatastoreAPI' conform to the 'Sendable' protocol
 44 |         public let application: Application
 45 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:17:20: warning: type 'Application.GoogleCloudPlatform.CloudDatastoreConfigurationKey.Value' (aka 'GoogleCloudDatastoreConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |     }
 16 |
 17 |     private struct CloudDatastoreConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudDatastoreConfigurationKey.Value' (aka 'GoogleCloudDatastoreConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 18 |         typealias Value = GoogleCloudDatastoreConfiguration
 19 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/DatastoreConfig.swift:3:15: note: struct 'GoogleCloudDatastoreConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudDatastoreConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudDatastoreConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Datastore'
  7 |
  8 | import Vapor
  9 | @_exported import Datastore
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Datastore'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudDatastore/GoogleCloudDatastoreAPI.swift:122:20: warning: type 'Request.GoogleCloudDatastoreKey.Value' (aka 'GoogleCloudDatastoreClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
120 |
121 | extension Request {
122 |     private struct GoogleCloudDatastoreKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudDatastoreKey.Value' (aka 'GoogleCloudDatastoreClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
123 |         typealias Value = GoogleCloudDatastoreClient
124 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/DatastoreClient.swift:6:20: note: class 'GoogleCloudDatastoreClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudDatastoreClient {
   |                    `- note: class 'GoogleCloudDatastoreClient' does not conform to the 'Sendable' protocol
 7 |
 8 |     public var project: DatastoreProjectAPI
[2807/2808] Compiling CloudSecretManager GoogleCloudSecretManagerAPI.swift
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:14:20: warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudSecretManagerAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 12 | extension Application.GoogleCloudPlatform {
 13 |
 14 |     private struct CloudSecretManagerAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudSecretManagerAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |         typealias Value = GoogleCloudSecretManagerAPI
 16 |     }
    :
 38 |     }
 39 |
 40 |     public struct GoogleCloudSecretManagerAPI {
    |                   `- note: consider making struct 'GoogleCloudSecretManagerAPI' conform to the 'Sendable' protocol
 41 |         public let application: Application
 42 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:18:20: warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudSecretManagerConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 16 |     }
 17 |
 18 |     private struct CloudSecretManagerConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudSecretManagerConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 19 |         typealias Value = GoogleCloudSecretManagerConfiguration
 20 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/SecretManagerConfig.swift:3:15: note: struct 'GoogleCloudSecretManagerConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudSecretManagerConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudSecretManagerConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SecretManager'
  7 |
  8 | import Vapor
  9 | @_exported import SecretManager
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SecretManager'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:100:20: warning: type 'Request.GoogleCloudSecretManagerKey.Value' (aka 'GoogleCloudSecretManagerClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 98 |
 99 | extension Request {
100 |     private struct GoogleCloudSecretManagerKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudSecretManagerKey.Value' (aka 'GoogleCloudSecretManagerClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
101 |         typealias Value = GoogleCloudSecretManagerClient
102 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/SecretManagerClient.swift:6:20: note: class 'GoogleCloudSecretManagerClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudSecretManagerClient {
   |                    `- note: class 'GoogleCloudSecretManagerClient' does not conform to the 'Sendable' protocol
 7 |
 8 |     public var secrets: SecretsAPI
[2808/2808] Emitting module CloudSecretManager
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:14:20: warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudSecretManagerAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 12 | extension Application.GoogleCloudPlatform {
 13 |
 14 |     private struct CloudSecretManagerAPIKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerAPIKey.Value' (aka 'Application.GoogleCloudPlatform.GoogleCloudSecretManagerAPI') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 15 |         typealias Value = GoogleCloudSecretManagerAPI
 16 |     }
    :
 38 |     }
 39 |
 40 |     public struct GoogleCloudSecretManagerAPI {
    |                   `- note: consider making struct 'GoogleCloudSecretManagerAPI' conform to the 'Sendable' protocol
 41 |         public let application: Application
 42 |         public let eventLoop: EventLoop
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:18:20: warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudSecretManagerConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 16 |     }
 17 |
 18 |     private struct CloudSecretManagerConfigurationKey: StorageKey {
    |                    `- warning: type 'Application.GoogleCloudPlatform.CloudSecretManagerConfigurationKey.Value' (aka 'GoogleCloudSecretManagerConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 19 |         typealias Value = GoogleCloudSecretManagerConfiguration
 20 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/SecretManagerConfig.swift:3:15: note: struct 'GoogleCloudSecretManagerConfiguration' does not conform to the 'Sendable' protocol
 1 | import Core
 2 |
 3 | public struct GoogleCloudSecretManagerConfiguration: GoogleCloudAPIConfiguration {
   |               `- note: struct 'GoogleCloudSecretManagerConfiguration' does not conform to the 'Sendable' protocol
 4 |     public var scope: [GoogleCloudAPIScope]
 5 |     public let serviceAccount: String
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:9:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SecretManager'
  7 |
  8 | import Vapor
  9 | @_exported import SecretManager
    |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SecretManager'
 10 | @_exported import GoogleCloud
 11 |
/host/spi-builder-workspace/Sources/CloudSecretManager/GoogleCloudSecretManagerAPI.swift:100:20: warning: type 'Request.GoogleCloudSecretManagerKey.Value' (aka 'GoogleCloudSecretManagerClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 98 |
 99 | extension Request {
100 |     private struct GoogleCloudSecretManagerKey: StorageKey {
    |                    `- warning: type 'Request.GoogleCloudSecretManagerKey.Value' (aka 'GoogleCloudSecretManagerClient') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
101 |         typealias Value = GoogleCloudSecretManagerClient
102 |     }
/host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/SecretManagerClient.swift:6:20: note: class 'GoogleCloudSecretManagerClient' does not conform to the 'Sendable' protocol
 4 | import NIO
 5 |
 6 | public final class GoogleCloudSecretManagerClient {
   |                    `- note: class 'GoogleCloudSecretManagerClient' does not conform to the 'Sendable' protocol
 7 |
 8 |     public var secrets: SecretsAPI
Build complete! (400.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "google-cloud-kit",
      "requirement" : {
        "exact" : [
          "1.0.0-rc.9"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/google-cloud-kit.git"
    }
  ],
  "manifest_display_name" : "google-cloud",
  "name" : "google-cloud",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloud",
      "targets" : [
        "GoogleCloud"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudStorage",
      "targets" : [
        "CloudStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudDatastore",
      "targets" : [
        "CloudDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudSecretManager",
      "targets" : [
        "CloudSecretManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudTranslation",
      "targets" : [
        "CloudTranslation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CloudPubSub",
      "targets" : [
        "CloudPubSub"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleCloud",
      "module_type" : "SwiftTarget",
      "name" : "GoogleCloud",
      "path" : "Sources/GoogleCloud",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudKit"
      ],
      "product_memberships" : [
        "GoogleCloud",
        "CloudStorage",
        "CloudDatastore",
        "CloudSecretManager",
        "CloudTranslation",
        "CloudPubSub"
      ],
      "sources" : [
        "GoogleCloudPlatform+Application.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudTranslation",
      "module_type" : "SwiftTarget",
      "name" : "CloudTranslation",
      "path" : "Sources/CloudTranslation",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudTranslation"
      ],
      "product_memberships" : [
        "CloudTranslation"
      ],
      "sources" : [
        "GoogleCloudTranslationAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudStorage",
      "module_type" : "SwiftTarget",
      "name" : "CloudStorage",
      "path" : "Sources/CloudStorage",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudStorage"
      ],
      "product_memberships" : [
        "CloudStorage"
      ],
      "sources" : [
        "GoogleCloudStorageAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudSecretManager",
      "module_type" : "SwiftTarget",
      "name" : "CloudSecretManager",
      "path" : "Sources/CloudSecretManager",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudSecretManager"
      ],
      "product_memberships" : [
        "CloudSecretManager"
      ],
      "sources" : [
        "GoogleCloudSecretManagerAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudPubSub",
      "module_type" : "SwiftTarget",
      "name" : "CloudPubSub",
      "path" : "Sources/CloudPubSub",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudPubSub"
      ],
      "product_memberships" : [
        "CloudPubSub"
      ],
      "sources" : [
        "GoogleCloudPubSubAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CloudDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CloudDatastore",
      "path" : "Sources/CloudDatastore",
      "product_dependencies" : [
        "Vapor",
        "GoogleCloudDatastore"
      ],
      "product_memberships" : [
        "CloudDatastore"
      ],
      "sources" : [
        "GoogleCloudDatastoreAPI.swift"
      ],
      "target_dependencies" : [
        "GoogleCloud"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.