The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of google-cloud, reference 1.4.1 (b14c22), with Swift 6.1 for Linux on 27 Apr 2025 19:14:55 UTC.

Swift 6 data race errors: 16

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/google-cloud.git
Reference: 1.4.1
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
 * tag               1.4.1      -> FETCH_HEAD
HEAD is now at b14c229 Merge pull request #32 from Clearcals/master
Cloned https://github.com/vapor-community/google-cloud.git
Revision (git rev-parse @):
b14c229f87664c3d4e30e4a07dd6eff25c3df1ff
SUCCESS checkout https://github.com/vapor-community/google-cloud.git at 1.4.1
========================================
Build
========================================
Selected platform:         linux
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/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.21s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.67s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (2.34s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2596] Fetching websocket-kit
[2390/5804] Fetching websocket-kit, multipart-kit
[4234/7509] Fetching websocket-kit, multipart-kit, swift-atomics
[4763/12479] Fetching websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing
[5164/18382] Fetching websocket-kit, multipart-kit, swift-atomics, swift-distributed-tracing, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.30s)
[9416/15786] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1638/5408] Fetching multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1638/7044] Fetching multipart-kit, swift-log
[1869/12706] Fetching multipart-kit, swift-log, swift-nio-extras
[9891/24198] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio.git
[9943/20362] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
[20267/35155] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[22139/110591] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-service-context.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.51s)
Fetching https://github.com/vapor/routing-kit.git
[28382/107383] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.08s)
[26773/101721] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.09s)
Fetching https://github.com/apple/swift-crypto.git
[17086/90229] Fetching swift-nio-ssl, swift-nio
[20843/91292] Fetching swift-nio-ssl, swift-nio, swift-service-context
[29850/112019] Fetching swift-nio-ssl, swift-nio, swift-service-context, routing-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.24s)
[30251/110956] Fetching swift-nio-ssl, swift-nio, routing-kit
Fetching https://github.com/vapor/async-kit.git
[59509/124740] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[60540/127110] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
[72675/124740] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[89380/138527] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (0.98s)
[72439/117800] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.20s)
[83394/103007] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.02s)
[71870/89220] Fetching swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.62s)
Fetched https://github.com/apple/swift-nio.git from cache (4.69s)
[1/5485] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.68s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
Fetched https://github.com/apple/swift-collections.git from cache (0.92s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.34s)
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.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.40s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.55s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.76s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.96s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (3.58s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[881/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.42s)
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.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.52s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.49s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.47s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.93s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.73s)
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/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.90s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.72s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.77s)
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 (0.66s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.94s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (1.48s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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-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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.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/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/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
[50/1265] Compiling CNIOWindows shim.c
[50/1265] Write sources
[52/1265] Compiling CNIOWindows WSAStartup.c
[53/1265] Compiling CNIOWASI CNIOWASI.c
[53/1265] Write sources
[61/1265] Compiling CVaporBcrypt bcrypt.c
[62/1265] Compiling _NumericsShims _NumericsShims.c
[63/1265] Compiling CVaporBcrypt blf.c
[64/1265] Compiling CNIOSHA1 c_nio_sha1.c
[65/1265] Compiling CNIOLinux liburing_shims.c
[66/1265] Compiling _AtomicsShims.c
[67/1265] Compiling CNIOLinux shim.c
[68/1265] Compiling CSystem shims.c
[69/1265] Compiling CNIOExtrasZlib empty.c
[69/1265] Compiling CNIODarwin shim.c
[69/1265] Compiling CNIOLLHTTP c_nio_http.c
[72/1265] Compiling fiat_curve25519_adx_square.S
[73/1265] Compiling fiat_p256_adx_mul.S
[73/1265] Compiling fiat_p256_adx_sqr.S
[75/1265] Compiling CNIOLLHTTP c_nio_api.c
[76/1265] Compiling fiat_curve25519_adx_mul.S
[77/1265] Write swift-version-24593BA9C3E375BF.txt
[78/1265] Compiling CNIOLLHTTP c_nio_llhttp.c
[79/1265] Compiling CNIOBoringSSLShims shims.c
[80/1271] Compiling tls_record.cc
[81/1271] Compiling tls_method.cc
[82/1271] Compiling tls13_server.cc
[83/1302] Compiling tls13_enc.cc
[85/1312] Emitting module ServiceContextModule
[85/1317] Compiling tls13_both.cc
[86/1334] Compiling tls13_client.cc
[88/1337] Emitting module InternalCollectionsUtilities
[89/1339] Compiling RealModule ElementaryFunctions.swift
[90/1339] Compiling ServiceContextModule ServiceContextKey.swift
[91/1340] Compiling ServiceContextModule ServiceContext.swift
[92/1341] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[93/1341] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[94/1341] Compiling InternalCollectionsUtilities UInt+reversed.swift
[95/1341] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[96/1344] Emitting module RealModule
[97/1344] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[100/1344] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[101/1344] Compiling InternalCollectionsUtilities Integer rank.swift
[102/1344] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/1344] Emitting module _NIOBase64
[104/1344] Compiling _NIOBase64 Base64.swift
[105/1344] Compiling _NIODataStructures _TinyArray.swift
[106/1345] Compiling _NIODataStructures PriorityQueue.swift
[107/1345] Compiling InternalCollectionsUtilities Debugging.swift
[108/1345] Compiling InternalCollectionsUtilities Descriptions.swift
[109/1345] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[110/1345] Compiling InternalCollectionsUtilities Specialize.swift
[113/1345] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[114/1345] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[115/1345] Compiling InternalCollectionsUtilities _SortedCollection.swift
[116/1345] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[117/1345] Compiling RealModule Float80+Real.swift
[118/1345] Compiling RealModule Real.swift
[119/1345] Compiling RealModule Float16+Real.swift
[120/1345] Compiling RealModule Float+Real.swift
[121/1345] Compiling RealModule RealFunctions.swift
[123/1345] Emitting module SystemPackage
[133/1346] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[134/1346] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/1346] Compiling SystemPackage MachPort.swift
[136/1346] Compiling SystemPackage PlatformString.swift
[137/1346] Compiling SystemPackage SystemString.swift
[138/1347] Compiling CoreMetrics Metrics.swift
[141/1353] Emitting module CoreMetrics
[142/1353] Compiling CoreMetrics Locks.swift
[143/1353] Compiling SystemPackage Util+StringArray.swift
[144/1353] Compiling SystemPackage Util.swift
[145/1353] Compiling SystemPackage UtilConsumers.swift
[146/1354] Compiling Instrumentation MultiplexInstrument.swift
[147/1354] Compiling Instrumentation NoOpInstrument.swift
[150/1354] Compiling SystemPackage FilePathSyntax.swift
[151/1354] Compiling SystemPackage FilePathTemp.swift
[156/1354] Compiling SystemPackage FilePathTempPosix.swift
[157/1354] Compiling SystemPackage FilePathTempWindows.swift
[158/1354] Compiling SystemPackage FilePathWindows.swift
[159/1354] Compiling SystemPackage FilePermissions.swift
[165/1355] Emitting module _NIODataStructures
[166/1355] Compiling _NIODataStructures Heap.swift
[167/1355] Compiling Logging Logging.swift
[168/1355] Compiling Logging MetadataProvider.swift
[169/1355] Compiling Logging LogHandler.swift
[170/1356] Emitting module Logging
[171/1356] Compiling Logging Locks.swift
[172/1356] Compiling Instrumentation Instrument.swift
[173/1356] Emitting module Instrumentation
[174/1356] Compiling Instrumentation InstrumentationSystem.swift
[175/1356] Compiling Instrumentation Locks.swift
[180/1498] Compiling HeapModule Heap+Descriptions.swift
[181/1498] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[182/1498] Compiling HeapModule _HeapNode.swift
[183/1498] Compiling HeapModule Heap.swift
[183/1498] Compiling ssl_versions.cc
[184/1498] Compiling Tracing TracingTime.swift
[186/1498] Emitting module HeapModule
[187/1498] Emitting module Tracing
[188/1498] Compiling Tracing InstrumentationSystem+Tracing.swift
[189/1498] Compiling Tracing NoOpTracer.swift
[190/1498] Compiling Tracing Tracer.swift
[191/1498] Compiling HeapModule Heap+UnsafeHandle.swift
[192/1498] Compiling HeapModule Heap+Invariants.swift
[193/1499] Compiling Tracing TracerProtocol.swift
[194/1499] Compiling Tracing TracerProtocol+Legacy.swift
[195/1505] Compiling t1_enc.cc
[197/1505] Compiling OrderedCollections OrderedDictionary+Codable.swift
[198/1505] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[199/1505] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[200/1505] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[201/1505] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[202/1505] Compiling OrderedCollections OrderedDictionary+Elements.swift
[203/1505] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[204/1505] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[205/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[206/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[207/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[208/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[209/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[210/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[211/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[212/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[213/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[214/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[215/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[216/1512] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[217/1512] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[218/1512] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[218/1512] Compiling ssl_x509.cc
[220/1512] Compiling Tracing SpanProtocol.swift
[221/1589] Compiling HashTreeCollections _UnsafePath.swift
[222/1589] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/1589] Compiling HashTreeCollections TreeDictionary+Collection.swift
[224/1589] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[225/1589] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[226/1589] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[227/1589] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[228/1589] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[229/1592] Compiling HashTreeCollections TreeDictionary+Filter.swift
[230/1592] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[231/1592] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[232/1592] Compiling HashTreeCollections TreeDictionary+Keys.swift
[233/1592] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[234/1592] Compiling HashTreeCollections TreeDictionary+Merge.swift
[235/1592] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[236/1592] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[237/1596] Compiling HashTreeCollections TreeDictionary+Values.swift
[238/1596] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[239/1596] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[240/1596] Compiling HashTreeCollections _HashNode+Storage.swift
[241/1596] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[242/1596] Compiling HashTreeCollections _HashNode+Structural filter.swift
[243/1596] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[244/1596] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[246/1604] Compiling DequeModule Deque+CustomReflectable.swift
[247/1604] Compiling DequeModule Deque+Descriptions.swift
[248/1606] Compiling DequeModule _DequeBuffer.swift
[249/1606] Compiling DequeModule _DequeBufferHeader.swift
[250/1606] Compiling DequeModule Deque+Equatable.swift
[251/1606] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[262/1615] Compiling DequeModule Deque+Extras.swift
[263/1615] Compiling DequeModule Deque+Hashable.swift
[274/1615] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[275/1615] Compiling HashTreeCollections TreeSet+Debugging.swift
[276/1615] Compiling HashTreeCollections TreeSet+Descriptions.swift
[277/1615] Compiling HashTreeCollections TreeSet+Equatable.swift
[278/1615] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[279/1615] Compiling HashTreeCollections TreeSet+Extras.swift
[280/1615] Compiling HashTreeCollections TreeSet+Filter.swift
[281/1615] Compiling HashTreeCollections TreeSet+Hashable.swift
[282/1615] Compiling HashTreeCollections TreeSet+Sendable.swift
[283/1615] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[284/1615] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[285/1615] Compiling HashTreeCollections _HashNode.swift
[286/1615] Compiling HashTreeCollections _HashNodeHeader.swift
[287/1615] Compiling HashTreeCollections _HashSlot.swift
[288/1615] Compiling HashTreeCollections _HashStack.swift
[289/1615] Compiling HashTreeCollections TreeDictionary.swift
[290/1615] Compiling HashTreeCollections TreeSet+Codable.swift
[291/1615] Compiling HashTreeCollections TreeSet+Collection.swift
[292/1615] Compiling DequeModule _DequeSlot.swift
[293/1615] Compiling DequeModule _UnsafeWrappedBuffer.swift
[296/1615] Compiling _RopeModule Rope+Join.swift
[297/1615] Compiling _RopeModule Rope+MutatingForEach.swift
[298/1615] Compiling _RopeModule Rope+Remove.swift
[299/1615] Compiling _RopeModule Rope+RemoveSubrange.swift
[300/1615] Compiling _RopeModule Rope+Split.swift
[301/1615] Compiling _RopeModule Optional Utilities.swift
[302/1615] Compiling _RopeModule String Utilities.swift
[303/1615] Compiling _RopeModule String.Index+ABI.swift
[304/1625] Compiling DequeModule Deque+Codable.swift
[305/1625] Compiling DequeModule Deque+Collection.swift
[312/1625] Emitting module RoutingKit
[321/1625] Compiling DequeModule Deque+Testing.swift
[322/1625] Compiling DequeModule Deque._Storage.swift
[323/1625] Compiling RoutingKit PathComponent.swift
[341/1625] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[342/1625] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[343/1625] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[344/1625] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[345/1625] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[346/1625] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[347/1625] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[348/1625] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[349/1625] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[350/1625] Compiling HashTreeCollections TreeSet.swift
[362/1625] Compiling DequeModule Deque._UnsafeHandle.swift
[363/1625] Compiling DequeModule Deque.swift
[376/1625] Compiling RoutingKit Router.swift
[377/1625] Compiling RoutingKit TrieRouter.swift
[380/1625] Compiling RoutingKit AnyRouter.swift
[381/1625] Compiling RoutingKit Parameters.swift
[382/1625] Emitting module Metrics
[383/1626] Compiling Metrics Metrics.swift
[384/1627] Emitting module OrderedCollections
[385/1628] Compiling ssl_stat.cc
[387/1628] Emitting module DequeModule
[388/1629] Compiling ssl_transcript.cc
[391/1629] Emitting module _RopeModule
[411/1629] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[412/1629] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[413/1629] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[414/1629] Compiling HashTreeCollections _HashNode+Structural merge.swift
[435/1629] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[436/1629] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[437/1629] Compiling HashTreeCollections _HashNode+Structural union.swift
[438/1629] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[439/1629] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[446/1629] Emitting module HashTreeCollections
[446/1630] Compiling ssl_privkey.cc
[457/1631] Compiling ssl_key_share.cc
[458/1631] Compiling ssl_file.cc
[460/1631] Compiling ssl_session.cc
[461/1631] Compiling ssl_credential.cc
[462/1631] Compiling ssl_lib.cc
[463/1631] Compiling s3_lib.cc
[464/1631] Compiling s3_pkt.cc
[465/1631] Compiling ssl_cipher.cc
[466/1631] Compiling ssl_asn1.cc
[467/1631] Compiling ssl_cert.cc
[468/1631] Compiling ssl_aead_ctx.cc
[469/1631] Compiling ssl_buffer.cc
[470/1631] Compiling s3_both.cc
[471/1631] Compiling dtls_record.cc
[472/1631] Compiling handshake_server.cc
[473/1631] Compiling handoff.cc
[474/1631] Compiling handshake.cc
[475/1631] Compiling extensions.cc
[476/1631] Compiling handshake_client.cc
[477/1631] Compiling md5-x86_64-linux.S
[478/1631] Compiling encrypted_client_hello.cc
[479/1631] Compiling dtls_method.cc
[480/1631] Compiling md5-x86_64-apple.S
[481/1631] Compiling md5-586-linux.S
[482/1631] Compiling md5-586-apple.S
[483/1631] Compiling chacha20_poly1305_x86_64-apple.S
[484/1631] Compiling chacha20_poly1305_x86_64-linux.S
[485/1631] Compiling chacha20_poly1305_armv8-win.S
[486/1631] Compiling chacha20_poly1305_armv8-linux.S
[487/1631] Compiling chacha20_poly1305_armv8-apple.S
[488/1631] Compiling chacha-x86_64-linux.S
[489/1631] Compiling chacha-x86_64-apple.S
[490/1631] Compiling d1_pkt.cc
[491/1631] Compiling err_data.cc
[492/1631] Compiling chacha-x86-linux.S
[493/1631] Compiling bio_ssl.cc
[494/1631] Compiling chacha-armv8-linux.S
[494/1631] Compiling chacha-x86-apple.S
[496/1631] Compiling chacha-armv8-win.S
[497/1631] Compiling d1_srtp.cc
[498/1631] Compiling chacha-armv8-apple.S
[499/1631] Compiling d1_both.cc
[500/1631] Compiling aes128gcmsiv-x86_64-apple.S
[501/1631] Compiling x86_64-mont5-apple.S
[502/1631] Compiling x86_64-mont5-linux.S
[503/1631] Compiling x86_64-mont-linux.S
[504/1631] Compiling aes128gcmsiv-x86_64-linux.S
[505/1631] Compiling d1_lib.cc
[506/1631] Compiling x86_64-mont-apple.S
[507/1631] Compiling chacha-armv4-linux.S
[508/1631] Compiling vpaes-x86-linux.S
[508/1631] Compiling x86-mont-linux.S
[510/1631] Compiling vpaes-x86-apple.S
[511/1631] Compiling vpaes-x86_64-apple.S
[511/1631] Compiling vpaes-armv8-win.S
[511/1631] Compiling vpaes-armv8-linux.S
[514/1631] Compiling x86-mont-apple.S
[515/1631] Compiling vpaes-x86_64-linux.S
[516/1631] Compiling vpaes-armv8-apple.S
[517/1631] Compiling vpaes-armv7-linux.S
[518/1631] Compiling sha512-armv8-apple.S
[519/1631] Compiling sha512-armv8-linux.S
[520/1631] Compiling sha512-x86_64-apple.S
[521/1631] Compiling sha512-armv8-win.S
[522/1631] Compiling sha512-x86_64-linux.S
[523/1631] Compiling sha512-586-linux.S
[524/1631] Compiling sha512-armv4-linux.S
[525/1631] Compiling sha512-586-apple.S
[526/1631] Compiling sha256-armv8-linux.S
[527/1631] Compiling sha256-armv8-win.S
[527/1631] Compiling sha256-x86_64-apple.S
[529/1631] Compiling sha256-armv8-apple.S
[530/1631] Compiling sha256-586-apple.S
[530/1631] Compiling sha256-x86_64-linux.S
[532/1631] Compiling sha256-armv4-linux.S
[532/1631] Compiling sha256-586-linux.S
[534/1631] Compiling sha1-armv8-linux.S
[535/1631] Compiling sha1-armv8-apple.S
[536/1631] Compiling sha1-x86_64-apple.S
[537/1631] Compiling sha1-armv8-win.S
[538/1631] Compiling sha1-586-apple.S
[539/1631] Compiling sha1-586-linux.S
[540/1631] Compiling sha1-armv4-large-linux.S
[541/1631] Compiling rsaz-avx2-apple.S
[542/1631] Compiling sha1-x86_64-linux.S
[543/1631] Compiling rsaz-avx2-linux.S
[544/1631] Compiling rdrand-x86_64-linux.S
[545/1631] Compiling rdrand-x86_64-apple.S
[546/1631] Compiling p256_beeu-x86_64-asm-apple.S
[547/1631] Compiling p256_beeu-x86_64-asm-linux.S
[548/1631] Compiling p256_beeu-armv8-asm-win.S
[549/1631] Compiling p256_beeu-armv8-asm-apple.S
[550/1631] Compiling p256_beeu-armv8-asm-linux.S
[551/1631] Compiling p256-armv8-asm-win.S
[552/1631] Compiling p256-armv8-asm-linux.S
[553/1631] Compiling p256-x86_64-asm-linux.S
[554/1631] Compiling p256-x86_64-asm-apple.S
[555/1631] Compiling p256-armv8-asm-apple.S
[555/1631] Compiling ghashv8-armv8-linux.S
[557/1631] Compiling ghashv8-armv8-apple.S
[558/1631] Compiling ghash-x86_64-linux.S
[558/1631] Compiling ghashv8-armv7-linux.S
[560/1631] Compiling ghashv8-armv8-win.S
[561/1631] Compiling ghash-x86_64-apple.S
[562/1631] Compiling ghash-x86-linux.S
[563/1631] Compiling ghash-ssse3-x86_64-linux.S
[564/1631] Compiling ghash-x86-apple.S
[565/1631] Compiling ghash-ssse3-x86-linux.S
[566/1631] Compiling ghash-neon-armv8-win.S
[567/1631] Compiling ghash-ssse3-x86_64-apple.S
[568/1631] Compiling ghash-ssse3-x86-apple.S
[569/1631] Compiling ghash-armv4-linux.S
[570/1631] Compiling co-586-linux.S
[571/1631] Compiling ghash-neon-armv8-apple.S
[572/1631] Compiling ghash-neon-armv8-linux.S
[573/1631] Compiling co-586-apple.S
[574/1631] Compiling bsaes-armv7-linux.S
[575/1631] Compiling bn-armv8-win.S
[576/1631] Compiling bn-586-apple.S
[577/1631] Compiling bn-586-linux.S
[578/1631] Compiling armv8-mont-linux.S
[579/1631] Compiling bn-armv8-apple.S
[580/1631] Compiling bn-armv8-linux.S
[581/1631] Compiling armv8-mont-win.S
[582/1631] Compiling armv4-mont-linux.S
[583/1631] Compiling armv8-mont-apple.S
[584/1631] Compiling aesv8-gcm-armv8-win.S
[585/1631] Compiling aesv8-gcm-armv8-linux.S
[586/1631] Compiling aesv8-armv8-linux.S
[587/1631] Compiling aesv8-armv8-win.S
[588/1631] Compiling aesv8-gcm-armv8-apple.S
[589/1631] Compiling aesv8-armv8-apple.S
[590/1631] Compiling aesv8-armv7-linux.S
[591/1631] Compiling aesni-x86_64-linux.S
[592/1631] Compiling aesni-x86-linux.S
[593/1631] Compiling aesni-x86_64-apple.S
[594/1631] Compiling aesni-x86-apple.S
[595/1631] Compiling aesni-gcm-x86_64-linux.S
[596/1631] Compiling aes-gcm-avx2-x86_64-linux.S
[597/1631] Compiling aes-gcm-avx2-x86_64-apple.S
[597/1631] Compiling aesni-gcm-x86_64-apple.S
[599/1631] Compiling aes-gcm-avx10-x86_64-linux.S
[600/1631] Compiling aes-gcm-avx10-x86_64-apple.S
[601/1631] Compiling x_x509a.cc
[602/1631] Compiling x_sig.cc
[603/1631] Compiling x_req.cc
[604/1631] Compiling x_spki.cc
[605/1631] Compiling x_pubkey.cc
[606/1631] Compiling x_val.cc
[607/1631] Compiling x_x509.cc
[608/1631] Compiling x_name.cc
[609/1631] Compiling x_exten.cc
[610/1631] Compiling x509spki.cc
[611/1631] Compiling x_all.cc
[612/1631] Compiling x_attrib.cc
[612/1631] Compiling x_crl.cc
[614/1631] Compiling x509rset.cc
[614/1631] Compiling x_algor.cc
[616/1631] Compiling x509name.cc
[617/1631] Compiling x509cset.cc
[618/1631] Compiling x509_vpm.cc
[619/1631] Compiling x509_txt.cc
[620/1631] Compiling x509_vfy.cc
[621/1631] Compiling x509_v3.cc
[622/1631] Compiling x509_set.cc
[623/1631] Compiling x509_trs.cc
[624/1631] Compiling x509_req.cc
[625/1631] Compiling x509_obj.cc
[626/1631] Compiling x509_lu.cc
[627/1631] Compiling x509_ext.cc
[628/1631] Compiling x509_def.cc
[629/1631] Compiling x509_d2.cc
[630/1631] Compiling x509_cmp.cc
[631/1631] Compiling x509.cc
[632/1631] Compiling x509_att.cc
[633/1631] Compiling v3_utl.cc
[634/1631] Compiling v3_prn.cc
[635/1631] Compiling v3_skey.cc
[636/1631] Compiling v3_purp.cc
[637/1631] Compiling v3_ocsp.cc
[638/1631] Compiling v3_pcons.cc
[639/1631] Compiling v3_pmaps.cc
[640/1631] Compiling v3_ncons.cc
[641/1631] Compiling v3_lib.cc
[642/1631] Compiling v3_int.cc
[643/1631] Compiling v3_info.cc
[644/1631] Compiling v3_ia5.cc
[645/1631] Compiling v3_enum.cc
[646/1631] Compiling v3_extku.cc
[647/1631] Compiling v3_genn.cc
[648/1631] Compiling v3_crld.cc
[649/1631] Compiling v3_cpols.cc
[650/1631] Compiling v3_akey.cc
[651/1631] Compiling v3_conf.cc
[652/1631] Compiling v3_bitst.cc
[653/1631] Compiling v3_alt.cc
[654/1631] Compiling v3_akeya.cc
[655/1631] Compiling v3_bcons.cc
[656/1631] Compiling t_x509a.cc
[657/1631] Compiling t_x509.cc
[658/1631] Compiling i2d_pr.cc
[659/1631] Compiling name_print.cc
[660/1631] Compiling rsa_pss.cc
[661/1631] Compiling t_req.cc
[662/1631] Compiling t_crl.cc
[663/1631] Compiling policy.cc
[664/1631] Compiling asn1_gen.cc
[665/1631] Compiling by_file.cc
[666/1631] Compiling by_dir.cc
[667/1631] Compiling a_verify.cc
[668/1631] Compiling algorithm.cc
[669/1631] Compiling a_sign.cc
[670/1631] Compiling a_digest.cc
[671/1631] Compiling thread_pthread.cc
[672/1631] Compiling trust_token.cc
[673/1631] Compiling voprf.cc
[674/1631] Compiling thread.cc
[675/1631] Compiling thread_win.cc
[676/1631] Compiling siphash.cc
[677/1631] Compiling thread_none.cc
[678/1631] Compiling sha512.cc
[679/1631] Compiling pmbtoken.cc
[680/1631] Compiling stack.cc
[681/1631] Compiling rsa_extra.cc
[682/1631] Compiling sha1.cc
[683/1631] Compiling sha256.cc
[684/1631] Compiling slhdsa.cc
[685/1631] Compiling rsa_crypt.cc
[686/1631] Compiling refcount.cc
[687/1631] Compiling rsa_print.cc
[688/1631] Compiling rc4.cc
[689/1631] Compiling spake2plus.cc
[690/1631] Compiling trusty.cc
[691/1631] Compiling getentropy.cc
[692/1631] Compiling rand.cc
[693/1631] Compiling urandom.cc
[694/1631] Compiling windows.cc
[695/1631] Compiling rsa_asn1.cc
[696/1631] Compiling passive.cc
[697/1631] Compiling poly1305_arm_asm.S
[698/1631] Compiling ios.cc
[699/1631] Compiling forkunsafe.cc
[700/1631] Compiling poly1305_arm.cc
[701/1631] Compiling deterministic.cc
[702/1631] Compiling fork_detect.cc
[703/1631] Compiling poly1305.cc
[704/1631] Compiling poly1305_vec.cc
[705/1631] Compiling pool.cc
[706/1631] Compiling pem_x509.cc
[707/1631] Compiling pem_pkey.cc
[708/1631] Compiling pkcs7.cc
[709/1631] Compiling pkcs8_x509.cc
[710/1631] Compiling pkcs8.cc
[711/1631] Compiling p5_pbev2.cc
[712/1631] Compiling pkcs7_x509.cc
[713/1631] Compiling pem_xaux.cc
[714/1631] Compiling pem_lib.cc
[715/1631] Compiling pem_pk8.cc
[716/1631] Compiling mlkem.cc
[717/1631] Compiling md5.cc
[718/1631] Compiling mldsa.cc
[719/1631] Compiling pem_oth.cc
[720/1631] Compiling md4.cc
[721/1631] Compiling obj.cc
[722/1631] Compiling obj_xref.cc
[723/1631] Compiling mem.cc
[724/1631] Compiling pem_info.cc
[725/1631] Compiling fips_shared_support.cc
[726/1631] Compiling poly_rq_mul.S
[727/1631] Compiling pem_all.cc
[728/1631] Compiling lhash.cc
[729/1631] Compiling kyber.cc
[730/1631] Compiling hpke.cc
[731/1631] Compiling ex_data.cc
[732/1631] Compiling sign.cc
[733/1631] Compiling hrss.cc
[734/1631] Compiling scrypt.cc
[735/1631] Compiling print.cc
[736/1631] Compiling p_x25519.cc
[737/1631] Compiling pbkdf.cc
[738/1631] Compiling p_rsa_asn1.cc
[739/1631] Compiling p_x25519_asn1.cc
[740/1631] Compiling p_hkdf.cc
[741/1631] Compiling p_ed25519.cc
[742/1631] Compiling p_rsa.cc
[743/1631] Compiling p_ed25519_asn1.cc
[744/1631] Compiling p_ec.cc
[745/1631] Compiling p_ec_asn1.cc
[746/1631] Compiling p_dh.cc
[747/1631] Compiling p_dh_asn1.cc
[748/1631] Compiling evp.cc
[749/1631] Compiling evp_ctx.cc
[750/1631] Compiling p_dsa_asn1.cc
[751/1631] Compiling evp_asn1.cc
[752/1631] Compiling err.cc
[753/1631] Compiling ecdh.cc
[754/1631] Compiling hash_to_curve.cc
[755/1631] Compiling engine.cc
[756/1631] Compiling ecdsa_asn1.cc
[757/1631] Compiling ec_derive.cc
[758/1631] Compiling dsa.cc
[759/1631] Compiling params.cc
[760/1631] Compiling des.cc
[761/1631] Compiling dsa_asn1.cc
[762/1631] Compiling x25519-asm-arm.S
[763/1631] Compiling digest_extra.cc
[764/1631] Compiling dh_asn1.cc
[765/1631] Compiling spake25519.cc
[766/1631] Compiling curve25519.cc
[767/1631] Compiling crypto.cc
[767/1631] Compiling ec_asn1.cc
[769/1631] Compiling bcm.cc
[770/1631] Compiling cpu_intel.cc
[771/1631] Compiling cpu_arm_linux.cc
[772/1631] Compiling cpu_arm_freebsd.cc
[773/1631] Compiling curve25519_64_adx.cc
[774/1631] Compiling cpu_aarch64_openbsd.cc
[775/1631] Compiling cpu_aarch64_fuchsia.cc
[776/1631] Compiling cpu_aarch64_apple.cc
[777/1631] Compiling cpu_aarch64_sysreg.cc
[778/1631] Compiling cpu_aarch64_linux.cc
[779/1631] Compiling cpu_aarch64_win.cc
[780/1631] Compiling conf.cc
[781/1631] Compiling get_cipher.cc
[782/1631] Compiling tls_cbc.cc
[783/1631] Compiling e_null.cc
[784/1631] Compiling e_chacha20poly1305.cc
[785/1631] Compiling e_rc4.cc
[786/1631] Compiling e_des.cc
[787/1631] Compiling e_tls.cc
[788/1631] Compiling e_rc2.cc
[789/1631] Compiling derive_key.cc
[790/1631] Compiling e_aesgcmsiv.cc
[791/1631] Compiling e_aesctrhmac.cc
[792/1631] Compiling chacha.cc
[793/1631] Compiling cbs.cc
[794/1631] Compiling unicode.cc
[795/1631] Compiling buf.cc
[796/1631] Compiling asn1_compat.cc
[797/1631] Compiling bn_asn1.cc
[798/1631] Compiling ber.cc
[799/1631] Compiling printf.cc
[800/1631] Compiling blake2.cc
[801/1631] Compiling cbb.cc
[802/1631] Compiling socket_helper.cc
[803/1631] Compiling socket.cc
[804/1631] Compiling convert.cc
[805/1631] Compiling hexdump.cc
[806/1631] Compiling pair.cc
[807/1631] Compiling base64.cc
[808/1631] Compiling bio.cc
[809/1631] Compiling connect.cc
[810/1631] Compiling file.cc
[811/1631] Compiling errno.cc
[812/1631] Compiling fd.cc
[813/1631] Compiling bio_mem.cc
[814/1631] Compiling posix_time.cc
[815/1631] Compiling tasn_typ.cc
[816/1631] Compiling tasn_enc.cc
[817/1631] Compiling f_string.cc
[818/1631] Compiling tasn_utl.cc
[819/1631] Compiling tasn_new.cc
[820/1631] Compiling tasn_fre.cc
[821/1631] Compiling f_int.cc
[822/1631] Compiling asn_pack.cc
[823/1631] Compiling asn1_par.cc
[824/1631] Compiling a_time.cc
[825/1631] Compiling a_type.cc
[826/1631] Compiling a_octet.cc
[827/1631] Compiling tasn_dec.cc
[828/1631] Compiling a_utctm.cc
[829/1631] Compiling asn1_lib.cc
[830/1631] Compiling a_object.cc
[831/1631] Compiling a_int.cc
[832/1631] Compiling a_strex.cc
[833/1631] Compiling a_dup.cc
[834/1631] Compiling a_strnid.cc
[835/1631] Compiling a_i2d_fp.cc
[836/1631] Compiling fiat_p256_adx_sqr.S
[837/1631] Compiling a_d2i_fp.cc
[838/1631] Compiling a_mbstr.cc
[839/1631] Compiling a_gentm.cc
[840/1631] Compiling fiat_p256_adx_mul.S
[841/1631] Compiling fiat_curve25519_adx_square.S
[842/1631] Compiling fiat_curve25519_adx_mul.S
[843/1631] Compiling a_bool.cc
[844/1631] Compiling a_bitstr.cc
[845/1631] Compiling x_x509a.c
[846/1631] Compiling x_sig.c
[847/1631] Compiling x_req.c
[848/1631] Compiling x_x509.c
[849/1631] Compiling x_spki.c
[850/1631] Compiling x_val.c
[851/1631] Compiling x_pubkey.c
[852/1631] Compiling x_name.c
[853/1631] Compiling x509spki.c
[854/1631] Compiling x_exten.c
[855/1631] Compiling x_crl.c
[855/1631] Compiling x_all.c
[857/1631] Compiling x_attrib.c
[858/1631] Compiling x_algor.c
[859/1631] Compiling x509name.c
[860/1631] Compiling x509_vpm.c
[861/1631] Compiling x509rset.c
[862/1631] Compiling x509cset.c
[863/1631] Compiling x509_v3.c
[864/1631] Compiling x509_vfy.c
[865/1631] Compiling x509_txt.c
[866/1631] Compiling x509_trs.c
[867/1631] Compiling x509_lu.c
[868/1631] Compiling x509_req.c
[869/1631] Compiling x509_set.c
[870/1631] Compiling x509_ext.c
[871/1631] Compiling x509_obj.c
[872/1631] Compiling x509_def.c
[873/1631] Compiling x509.c
[874/1631] Compiling x509_d2.c
[875/1631] Compiling x509_cmp.c
[876/1631] Compiling v3_prn.c
[877/1631] Compiling x509_att.c
[878/1631] Compiling v3_pmaps.c
[879/1631] Compiling v3_utl.c
[880/1631] Compiling v3_skey.c
[881/1631] Compiling v3_purp.c
[882/1631] Compiling v3_pcons.c
[883/1631] Compiling v3_lib.c
[884/1631] Compiling v3_ncons.c
[885/1631] Compiling v3_int.c
[886/1631] Compiling v3_ocsp.c
[887/1631] Compiling v3_info.c
[888/1631] Compiling v3_extku.c
[889/1631] Compiling v3_ia5.c
[890/1631] Compiling v3_cpols.c
[891/1631] Compiling v3_genn.c
[892/1631] Compiling c-nioatomics.c
[893/1631] Compiling v3_crld.c
[894/1631] Compiling v3_enum.c
[895/1631] Compiling v3_bcons.c
[896/1631] Compiling v3_conf.c
[897/1631] Compiling v3_akey.c
[898/1631] Compiling v3_akeya.c
[899/1631] Compiling v3_bitst.c
[900/1631] Compiling v3_alt.c
[901/1631] Compiling t_x509a.c
[902/1631] Compiling c-atomics.c
[903/1631] Compiling i2d_pr.c
[904/1631] Compiling t_crl.c
[905/1631] Compiling t_x509.c
[906/1631] Compiling t_req.c
[907/1631] Compiling policy.c
[908/1631] Compiling name_print.c
[909/1631] Compiling rsa_pss.c
[910/1634] Compiling by_file.c
[911/1637] Compiling by_dir.c
[912/1637] Compiling a_verify.c
[913/1637] Compiling asn1_gen.c
[914/1637] Compiling a_sign.c
[915/1637] Compiling voprf.c
[916/1637] Compiling a_digest.c
[917/1637] Compiling algorithm.c
[918/1637] Compiling trust_token.c
[919/1637] Compiling thread.c
[920/1637] Compiling thread_pthread.c
[920/1637] Compiling thread_none.c
[922/1637] Compiling stack.c
[923/1637] Compiling thread_win.c
[924/1637] Compiling wots.c
[925/1637] Compiling spx_util.c
[926/1637] Compiling pmbtoken.c
[927/1637] Compiling thash.c
[928/1637] Compiling spx.c
[929/1637] Compiling fors.c
[930/1637] Compiling merkle.c
[932/1637] Compiling NIOConcurrencyHelpers NIOLock.swift
[932/1637] Compiling address.c
[933/1637] Compiling siphash.c
[934/1637] Compiling rc4.c
[935/1637] Compiling rsa_print.c
[936/1637] Compiling rsa_asn1.c
[937/1637] Compiling refcount.c
[938/1637] Compiling passive.c
[940/1637] Compiling NIOConcurrencyHelpers lock.swift
[940/1637] Compiling rand_extra.c
[941/1637] Compiling rsa_crypt.c
[942/1637] Compiling windows.c
[943/1637] Compiling getentropy.c
[944/1637] Compiling trusty.c
[945/1637] Compiling ios.c
[946/1637] Compiling deterministic.c
[947/1637] Compiling pool.c
[948/1637] Compiling forkunsafe.c
[949/1637] Compiling poly1305.c
[950/1637] Compiling poly1305_arm_asm.S
[951/1637] Compiling poly1305_arm.c
[952/1637] Compiling poly1305_vec.c
[954/1637] Emitting module NIOConcurrencyHelpers
[955/1637] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[955/1637] Compiling pkcs7.c
[957/1637] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[958/1637] Compiling NIOConcurrencyHelpers atomics.swift
[958/1638] Compiling pkcs8_x509.c
[960/1638] Compiling p5_pbev2.c
[961/1638] Compiling pem_xaux.c
[962/1638] Compiling pkcs8.c
[963/1638] Compiling pkcs7_x509.c
[964/1638] Compiling pem_pkey.c
[965/1638] Compiling pem_x509.c
[966/1638] Compiling pem_pk8.c
[967/1638] Compiling pem_oth.c
[968/1638] Compiling pem_lib.c
[969/1638] Compiling mem.c
[970/1638] Compiling obj_xref.c
[971/1651] Compiling lhash.c
[972/1651] Compiling pem_all.c
[973/1651] Compiling obj.c
[974/1661] Compiling pem_info.c
[975/1664] Compiling keccak.c
[976/1664] Compiling hrss.c
[977/1664] Compiling kyber.c
[978/1664] Compiling x86_64-mont5-mac.mac.x86_64.S
[979/1664] Compiling x86_64-mont5-linux.linux.x86_64.S
[980/1664] Compiling x86_64-mont-mac.mac.x86_64.S
[981/1664] Compiling poly_rq_mul.S
[982/1664] Compiling x86-mont-linux.linux.x86.S
[983/1664] Compiling x86_64-mont-linux.linux.x86_64.S
[984/1664] Compiling vpaes-x86_64-mac.mac.x86_64.S
[985/1664] Compiling x86-mont-windows.windows.x86.S
[986/1664] Compiling hpke.c
[988/1664] Emitting module ConsoleKitTerminal
[988/1667] Compiling vpaes-x86-linux.linux.x86.S
[989/1667] Compiling vpaes-x86-windows.windows.x86.S
[990/1667] Compiling vpaes-x86_64-linux.linux.x86_64.S
[991/1667] Compiling vpaes-armv8-ios.ios.aarch64.S
[992/1667] Compiling vpaes-armv7-linux.linux.arm.S
[994/1667] Compiling ConsoleKitTerminal Console+Confirm.swift
[995/1667] Compiling ConsoleKitTerminal Console+Input.swift
[996/1667] Compiling ConsoleKitTerminal Console+Center.swift
[997/1667] Compiling ConsoleKitTerminal Console+Output.swift
[997/1667] Compiling vpaes-armv7-ios.ios.arm.S
[998/1667] Compiling vpaes-armv8-linux.linux.aarch64.S
[999/1667] Compiling sha512-x86_64-mac.mac.x86_64.S
[1000/1667] Compiling sha512-armv8-linux.linux.aarch64.S
[1001/1667] Compiling kdf.c
[1002/1667] Compiling sha512-x86_64-linux.linux.x86_64.S
[1003/1667] Compiling sha512-armv8-ios.ios.aarch64.S
[1005/1667] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1006/1667] Compiling ConsoleKitTerminal ConsoleClear.swift
[1007/1667] Compiling ConsoleKitTerminal Console+Ask.swift
[1008/1667] Compiling ConsoleKitTerminal Console+Choose.swift
[1008/1667] Compiling sha512-armv4-linux.linux.arm.S
[1009/1667] Compiling sha512-armv4-ios.ios.arm.S
[1010/1667] Compiling sha256-x86_64-mac.mac.x86_64.S
[1011/1667] Compiling sha512-586-windows.windows.x86.S
[1012/1667] Compiling sha512-586-linux.linux.x86.S
[1013/1667] Compiling sha256-armv8-linux.linux.aarch64.S
[1014/1667] Compiling sha256-x86_64-linux.linux.x86_64.S
[1016/1667] Compiling ConsoleKitTerminal CustomActivity.swift
[1017/1667] Compiling ConsoleKitTerminal LoadingBar.swift
[1018/1667] Compiling ConsoleKitTerminal ProgressBar.swift
[1019/1667] Compiling ConsoleKitTerminal Console+Clear.swift
[1020/1667] Compiling ConsoleKitTerminal ActivityBar.swift
[1021/1667] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1022/1667] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1023/1667] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1023/1667] Compiling sha256-armv8-ios.ios.aarch64.S
[1024/1667] Compiling sha256-armv4-linux.linux.arm.S
[1025/1667] Compiling sha256-armv4-ios.ios.arm.S
[1026/1667] Compiling sha256-586-windows.windows.x86.S
[1027/1667] Compiling sha256-586-linux.linux.x86.S
[1028/1667] Compiling sha1-x86_64-mac.mac.x86_64.S
[1029/1667] Compiling sha1-armv8-ios.ios.aarch64.S
[1029/1667] Compiling sha1-armv8-linux.linux.aarch64.S
[1031/1667] Compiling sha1-x86_64-linux.linux.x86_64.S
[1032/1667] Compiling sha1-586-windows.windows.x86.S
[1033/1667] Compiling sha1-armv4-large-linux.linux.arm.S
[1034/1667] Compiling sha1-armv4-large-ios.ios.arm.S
[1035/1667] Compiling sha1-586-linux.linux.x86.S
[1036/1667] Compiling fips.c
[1037/1667] Compiling rsaz-avx2-mac.mac.x86_64.S
[1037/1667] Compiling sha512.c
[1038/1667] Compiling sha256.c
[1038/1667] Compiling self_check.c
[1039/1667] Compiling service_indicator.c
[1040/1667] Compiling sha1.c
[1044/1667] Compiling ConsoleKitTerminal ConsoleText.swift
[1045/1667] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1046/1667] Compiling ConsoleKitTerminal ANSI.swift
[1047/1667] Compiling ConsoleKitTerminal Console+Wait.swift
[1048/1667] Compiling ConsoleKitTerminal ConsoleColor.swift
[1049/1667] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1050/1667] Compiling ConsoleKitTerminal Console.swift
[1051/1667] Compiling ConsoleKitTerminal Terminal.swift
[1052/1667] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1052/1667] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1053/1667] Compiling rsaz-avx2-linux.linux.x86_64.S
[1054/1667] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1055/1667] Compiling blinding.c
[1056/1667] Compiling rsa_impl.c
[1057/1667] Compiling rand.c
[1058/1667] Compiling rsa.c
[1058/1667] Compiling fork_detect.c
[1058/1667] Compiling urandom.c
[1061/1667] Compiling padding.c
[1062/1667] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1063/1667] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1064/1667] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1065/1667] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1066/1667] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1067/1667] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1068/1667] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1068/1667] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1070/1667] Compiling ctrdrbg.c
[1071/1667] Compiling ofb.c
[1072/1667] Compiling gcm_nohw.c
[1073/1667] Compiling polyval.c
[1074/1667] Compiling ctr.c
[1075/1667] Compiling cbc.c
[1076/1667] Compiling gcm.c
[1077/1667] Compiling md5-x86_64-linux.linux.x86_64.S
[1078/1667] Compiling md5-x86_64-mac.mac.x86_64.S
[1079/1667] Compiling cfb.c
[1080/1667] Compiling md5.c
[1082/1667] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1083/1667] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1084/1667] Compiling ConsoleKitTerminal LoggerFragment.swift
[1084/1668] Compiling md5-586-windows.windows.x86.S
[1085/1668] Compiling md5-586-linux.linux.x86.S
[1086/1668] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1087/1668] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1088/1668] Compiling hkdf.c
[1088/1668] Compiling hmac.c
[1090/1668] Compiling md4.c
[1091/1668] Compiling ghashv8-armv7-linux.linux.arm.S
[1092/1668] Compiling ghash-x86_64-mac.mac.x86_64.S
[1093/1668] Compiling ghash-x86_64-linux.linux.x86_64.S
[1094/1668] Compiling ghashv8-armv7-ios.ios.arm.S
[1096/1668] Compiling ghash-x86-windows.windows.x86.S
[1097/1668] Compiling ghash-x86-linux.linux.x86.S
[1098/1668] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1099/1668] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1100/1668] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1101/1668] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1102/1668] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1103/1668] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1104/1668] Compiling ghash-armv4-linux.linux.arm.S
[1104/1668] Compiling fips_shared_support.c
[1106/1668] Compiling ghash-armv4-ios.ios.arm.S
[1107/1668] Compiling ecdh.c
[1108/1668] Compiling wnaf.c
[1109/1668] Compiling ecdsa.c
[1109/1668] Compiling util.c
[1111/1668] Compiling simple_mul.c
[1112/1668] Compiling simple.c
[1113/1668] Compiling scalar.c
[1114/1668] Compiling p256.c
[1115/1669] Compiling felem.c
[1116/1681] Compiling oct.c
[1117/1684] Compiling p224-64.c
[1118/1690] Compiling ec_montgomery.c
[1119/1690] Compiling digestsign.c
[1120/1690] Compiling ec_key.c
[1121/1690] Compiling check.c
[1122/1690] Compiling ec.c
[1123/1690] Compiling dh.c
[1124/1690] Compiling co-586-windows.windows.x86.S
[1125/1690] Compiling digest.c
[1126/1690] Compiling digests.c
[1127/1690] Compiling co-586-linux.linux.x86.S
[1128/1690] Compiling cmac.c
[1129/1690] Compiling bsaes-armv7-linux.linux.arm.S
[1130/1690] Compiling aead.c
[1131/1690] Compiling cipher.c
[1132/1690] Compiling bsaes-armv7-ios.ios.arm.S
[1133/1690] Emitting module ConsoleKitCommands
[1134/1690] Compiling e_aesccm.c
[1135/1692] Compiling p256-nistz.c
[1136/1692] Compiling shift.c
[1137/1692] Compiling e_aes.c
[1138/1692] Compiling sqrt.c
[1139/1692] Compiling rsaz_exp.c
[1140/1692] Compiling random.c
[1141/1692] Compiling montgomery.c
[1142/1692] Compiling jacobi.c
[1143/1692] Compiling mul.c
[1144/1692] Compiling prime.c
[1145/1692] Compiling gcd_extra.c
[1146/1692] Compiling montgomery_inv.c
[1147/1692] Compiling generic.c
[1148/1692] Compiling div_extra.c
[1149/1692] Compiling gcd.c
[1150/1692] Compiling div.c
[1152/1692] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1153/1692] Compiling ConsoleKitCommands AsyncCommand.swift
[1154/1692] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1154/1692] Compiling bytes.c
[1155/1692] Compiling cmp.c
[1156/1692] Compiling ctx.c
[1158/1692] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1159/1692] Compiling ConsoleKitCommands Utilities.swift
[1159/1692] Compiling exponentiation.c
[1161/1692] Compiling ConsoleKitCommands Command.swift
[1162/1692] Compiling ConsoleKitCommands CommandContext.swift
[1163/1692] Compiling ConsoleKitCommands CommandError.swift
[1164/1692] Compiling ConsoleKitCommands CommandGroup.swift
[1165/1692] Compiling ConsoleKitCommands CommandInput.swift
[1166/1692] Compiling ConsoleKitCommands Commands.swift
[1166/1692] Compiling bn-armv8-linux.linux.aarch64.S
[1167/1692] Compiling bn-586-windows.windows.x86.S
[1167/1692] Compiling bn-armv8-ios.ios.aarch64.S
[1169/1692] Compiling bn.c
[1169/1692] Compiling add.c
[1171/1692] Compiling bn-586-linux.linux.x86.S
[1173/1692] Compiling ConsoleKitCommands CommandSignature.swift
[1174/1692] Compiling ConsoleKitCommands Flag.swift
[1174/1692] Compiling armv8-mont-linux.linux.aarch64.S
[1175/1692] Compiling ConsoleKitCommands Option.swift
[1176/1692] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1178/1692] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1179/1692] Compiling ConsoleKitCommands Argument.swift
[1179/1692] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1180/1692] Compiling armv4-mont-ios.ios.arm.S
[1180/1692] Compiling armv4-mont-linux.linux.arm.S
[1180/1692] Compiling armv8-mont-ios.ios.aarch64.S
[1183/1692] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1184/1692] Compiling aesv8-armv8-linux.linux.aarch64.S
[1185/1692] Compiling aesv8-armv7-linux.linux.arm.S
[1186/1692] Compiling x86_64-gcc.c
[1187/1692] Compiling aesv8-armv8-ios.ios.aarch64.S
[1188/1692] Compiling aesv8-armv7-ios.ios.arm.S
[1189/1692] Compiling aesni-x86_64-mac.mac.x86_64.S
[1190/1692] Compiling aesni-x86-windows.windows.x86.S
[1191/1692] Compiling aesni-x86-linux.linux.x86.S
[1191/1692] Compiling aesni-x86_64-linux.linux.x86_64.S
[1193/1692] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1194/1692] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1195/1692] Compiling key_wrap.c
[1196/1692] Compiling mode_wrappers.c
[1197/1692] Compiling pbkdf.c
[1198/1692] Compiling ex_data.c
[1199/1692] Compiling print.c
[1200/1692] Compiling aes.c
[1201/1692] Compiling sign.c
[1202/1692] Compiling scrypt.c
[1203/1692] Compiling p_x25519.c
[1204/1692] Compiling p_x25519_asn1.c
[1205/1692] Compiling aes_nohw.c
[1206/1692] Compiling p_hkdf.c
[1207/1692] Compiling p_ed25519.c
[1208/1692] Compiling p_rsa_asn1.c
[1208/1692] Compiling p_rsa.c
[1210/1692] Compiling p_ed25519_asn1.c
[1211/1692] Compiling p_ec_asn1.c
[1212/1692] Compiling p_dsa_asn1.c
[1213/1692] Compiling p_ec.c
[1214/1692] Compiling evp_asn1.c
[1215/1692] Compiling err_data.c
[1216/1692] Compiling err.c
[1217/1692] Compiling engine.c
[1218/1692] Compiling evp_ctx.c
[1219/1692] Compiling ecdh_extra.c
[1220/1692] Compiling evp.c
[1221/1692] Compiling ecdsa_asn1.c
[1222/1692] Compiling hash_to_curve.c
[1224/1692] Compiling ConsoleKitCommands AsyncCommands.swift
[1225/1692] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1226/1692] Compiling ConsoleKitCommands AnyCommand.swift
[1227/1692] Compiling ConsoleKitCommands Console+Run.swift
[1228/1692] Compiling ConsoleKitCommands ConsoleError.swift
[1229/1692] Compiling ConsoleKitCommands Completion.swift
[1229/1693] Compiling ec_derive.c
[1230/1693] Compiling params.c
[1231/1693] Compiling dsa_asn1.c
[1232/1693] Compiling dsa.c
[1233/1693] Compiling ec_asn1.c
[1234/1693] Compiling dh_asn1.c
[1236/1693] Compiling digest_extra.c
[1237/1693] Compiling spake25519.c
[1238/1693] Compiling x25519-asm-arm.S
[1239/1693] Compiling des.c
[1240/1693] Compiling crypto.c
[1241/1693] Compiling cpu_intel.c
[1242/1693] Compiling cpu_aarch64_openbsd.c
[1243/1693] Compiling cpu_aarch64_win.c
[1244/1693] Compiling cpu_arm_linux.c
[1245/1693] Compiling cpu_aarch64_linux.c
[1246/1693] Compiling cpu_arm_freebsd.c
[1247/1693] Compiling cpu_aarch64_sysreg.c
[1248/1693] Compiling cpu_aarch64_fuchsia.c
[1249/1693] Compiling curve25519.c
[1250/1695] Compiling cpu_aarch64_apple.c
[1251/1695] Compiling e_tls.c
[1252/1695] Compiling e_rc4.c
[1253/1695] Compiling e_rc2.c
[1255/1695] Compiling ConsoleKit Exports.swift
[1255/1695] Compiling e_null.c
[1257/1695] Emitting module ConsoleKit
[1257/1696] Compiling e_des.c
[1258/1696] Compiling e_aesgcmsiv.c
[1259/1696] Compiling conf.c
[1260/1696] Compiling tls_cbc.c
[1262/1696] Compiling derive_key.c
[1263/1696] Compiling curve25519_64_adx.c
[1263/1696] Compiling e_chacha20poly1305.c
[1265/1696] Compiling e_aesctrhmac.c
[1266/1696] Compiling cipher_extra.c
[1267/1696] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1268/1696] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1269/1696] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1270/1696] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1271/1696] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1272/1696] Compiling chacha-x86_64-mac.mac.x86_64.S
[1273/1696] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1274/1696] Compiling chacha-x86_64-linux.linux.x86_64.S
[1275/1696] Compiling chacha.c
[1276/1696] Compiling chacha-x86-windows.windows.x86.S
[1277/1696] Compiling chacha-x86-linux.linux.x86.S
[1278/1696] Compiling chacha-armv8-ios.ios.aarch64.S
[1279/1696] Compiling chacha-armv4-linux.linux.arm.S
[1280/1696] Compiling chacha-armv8-linux.linux.aarch64.S
[1281/1696] Compiling chacha-armv4-ios.ios.arm.S
[1282/1696] Compiling unicode.c
[1283/1696] Compiling ber.c
[1284/1696] Compiling asn1_compat.c
[1285/1696] Compiling cbb.c
[1286/1696] Compiling bn_asn1.c
[1287/1696] Compiling buf.c
[1288/1696] Compiling convert.c
[1289/1696] Compiling cbs.c
[1290/1696] Compiling socket_helper.c
[1291/1696] Compiling blake2.c
[1292/1696] Compiling socket.c
[1293/1696] Compiling printf.c
[1294/1696] Compiling pair.c
[1295/1696] Compiling errno.c
[1296/1696] Compiling file.c
[1297/1696] Compiling fd.c
[1298/1696] Compiling hexdump.c
[1299/1696] Compiling connect.c
[1300/1696] Compiling base64.c
[1301/1696] Compiling bio_mem.c
[1302/1696] Compiling bio.c
[1303/1696] Compiling tasn_utl.c
[1304/1696] Compiling tasn_typ.c
[1305/1696] Compiling tasn_fre.c
[1306/1696] Compiling tasn_new.c
[1307/1696] Compiling f_string.c
[1308/1696] Compiling posix_time.c
[1309/1696] Compiling tasn_enc.c
[1310/1696] Compiling f_int.c
[1311/1696] Compiling tasn_dec.c
[1312/1696] Compiling asn_pack.c
[1313/1696] Compiling asn1_par.c
[1314/1696] Compiling a_utctm.c
[1315/1696] Compiling asn1_lib.c
[1316/1696] Compiling a_type.c
[1317/1696] Compiling a_octet.c
[1318/1696] Compiling a_time.c
[1319/1696] Compiling a_strex.c
[1320/1696] Compiling a_strnid.c
[1321/1696] Compiling a_mbstr.c
[1322/1696] Compiling a_object.c
[1323/1696] Compiling a_i2d_fp.c
[1324/1696] Compiling a_int.c
[1325/1696] Compiling a_dup.c
[1326/1696] Compiling a_gentm.c
[1327/1696] Compiling a_bool.c
[1328/1696] Compiling a_bitstr.c
[1329/1696] Compiling a_d2i_fp.c
[1330/1696] Compiling CCryptoBoringSSLShims shims.c
[1331/1696] Compiling md5-x86_64-linux.S
[1332/1696] Compiling fiat_p256_adx_sqr.S
[1333/1696] Compiling fiat_curve25519_adx_mul.S
[1334/1696] Compiling fiat_curve25519_adx_square.S
[1335/1696] Compiling fiat_p256_adx_mul.S
[1336/1696] Compiling md5-x86_64-apple.S
[1337/1696] Compiling err_data.cc
[1338/1696] Compiling md5-586-linux.S
[1339/1696] Compiling chacha20_poly1305_armv8-linux.S
[1340/1696] Compiling chacha-x86_64-linux.S
[1340/1696] Compiling chacha-x86_64-apple.S
[1341/1696] Compiling chacha20_poly1305_armv8-apple.S
[1341/1696] Compiling chacha20_poly1305_x86_64-linux.S
[1344/1696] Compiling chacha20_poly1305_x86_64-apple.S
[1344/1696] Compiling md5-586-apple.S
[1346/1696] Compiling chacha20_poly1305_armv8-win.S
[1347/1696] Compiling chacha-armv8-win.S
[1348/1696] Compiling chacha-armv8-apple.S
[1349/1696] Compiling chacha-x86-linux.S
[1350/1696] Compiling aes128gcmsiv-x86_64-apple.S
[1351/1696] Compiling chacha-armv8-linux.S
[1352/1696] Compiling chacha-armv4-linux.S
[1353/1696] Compiling chacha-x86-apple.S
[1354/1696] Compiling aes128gcmsiv-x86_64-linux.S
[1355/1696] Compiling x86_64-mont5-apple.S
[1356/1696] Compiling x86_64-mont-linux.S
[1356/1696] Compiling x86_64-mont-apple.S
[1356/1696] Compiling vpaes-x86_64-linux.S
[1359/1696] Compiling x86-mont-apple.S
[1360/1696] Compiling x86-mont-linux.S
[1361/1696] Compiling x86_64-mont5-linux.S
[1362/1696] Compiling vpaes-x86_64-apple.S
[1363/1696] Compiling vpaes-x86-apple.S
[1364/1696] Compiling vpaes-armv8-linux.S
[1365/1696] Compiling vpaes-x86-linux.S
[1366/1696] Compiling vpaes-armv8-apple.S
[1367/1696] Compiling vpaes-armv7-linux.S
[1368/1696] Compiling vpaes-armv8-win.S
[1369/1696] Compiling sha512-x86_64-apple.S
[1370/1696] Compiling sha512-x86_64-linux.S
[1371/1696] Compiling sha512-armv8-win.S
[1372/1696] Compiling sha512-armv8-apple.S
[1373/1696] Compiling sha512-586-linux.S
[1374/1696] Compiling sha512-armv8-linux.S
[1375/1696] Compiling sha512-armv4-linux.S
[1376/1696] Compiling sha512-586-apple.S
[1377/1696] Compiling sha256-x86_64-apple.S
[1378/1696] Compiling sha256-x86_64-linux.S
[1379/1696] Compiling sha256-armv8-win.S
[1380/1696] Compiling sha256-armv8-linux.S
[1381/1696] Compiling sha256-armv8-apple.S
[1382/1696] Compiling sha256-armv4-linux.S
[1383/1696] Compiling sha256-586-apple.S
[1384/1696] Compiling sha256-586-linux.S
[1385/1696] Compiling sha1-x86_64-apple.S
[1386/1696] Compiling sha1-armv8-win.S
[1387/1696] Compiling sha1-x86_64-linux.S
[1388/1696] Compiling sha1-armv8-linux.S
[1389/1696] Compiling sha1-armv8-apple.S
[1389/1696] Compiling sha1-armv4-large-linux.S
[1391/1696] Compiling sha1-586-linux.S
[1392/1696] Compiling sha1-586-apple.S
[1393/1696] Compiling rdrand-x86_64-linux.S
[1394/1696] Compiling rsaz-avx2-apple.S
[1395/1696] Compiling rsaz-avx2-linux.S
[1396/1696] Compiling rdrand-x86_64-apple.S
[1397/1696] Compiling p256_beeu-x86_64-asm-linux.S
[1398/1696] Compiling p256_beeu-x86_64-asm-apple.S
[1399/1696] Compiling p256_beeu-armv8-asm-win.S
[1400/1696] Compiling p256_beeu-armv8-asm-linux.S
[1401/1696] Compiling p256_beeu-armv8-asm-apple.S
[1402/1696] Compiling p256-x86_64-asm-apple.S
[1403/1696] Compiling p256-armv8-asm-win.S
[1404/1696] Compiling p256-armv8-asm-linux.S
[1405/1696] Compiling p256-x86_64-asm-linux.S
[1406/1696] Compiling p256-armv8-asm-apple.S
[1407/1696] Compiling ghashv8-armv8-win.S
[1408/1696] Compiling ghashv8-armv8-linux.S
[1409/1696] Compiling ghashv8-armv7-linux.S
[1410/1696] Compiling ghashv8-armv8-apple.S
[1411/1696] Compiling ghash-x86-apple.S
[1412/1696] Compiling ghash-x86_64-apple.S
[1413/1696] Compiling ghash-x86-linux.S
[1414/1696] Compiling ghash-x86_64-linux.S
[1415/1696] Compiling ghash-ssse3-x86_64-apple.S
[1416/1696] Compiling ghash-ssse3-x86_64-linux.S
[1417/1696] Compiling ghash-neon-armv8-win.S
[1417/1696] Compiling ghash-ssse3-x86-apple.S
[1419/1696] Compiling ghash-ssse3-x86-linux.S
[1420/1696] Compiling ghash-neon-armv8-linux.S
[1421/1696] Compiling co-586-linux.S
[1422/1696] Compiling ghash-neon-armv8-apple.S
[1423/1696] Compiling co-586-apple.S
[1424/1696] Compiling ghash-armv4-linux.S
[1425/1696] Compiling bn-armv8-win.S
[1426/1696] Compiling bsaes-armv7-linux.S
[1427/1696] Compiling bn-armv8-apple.S
[1428/1696] Compiling bn-armv8-linux.S
[1429/1696] Compiling bn-586-linux.S
[1430/1696] Compiling bn-586-apple.S
[1431/1696] Compiling armv8-mont-linux.S
[1432/1696] Compiling armv8-mont-apple.S
[1433/1696] Compiling armv8-mont-win.S
[1434/1696] Compiling armv4-mont-linux.S
[1435/1696] Compiling aesv8-gcm-armv8-win.S
[1436/1696] Compiling aesv8-gcm-armv8-linux.S
[1437/1696] Compiling aesv8-gcm-armv8-apple.S
[1438/1696] Compiling aesv8-armv8-win.S
[1439/1696] Compiling aesv8-armv8-linux.S
[1440/1696] Compiling aesv8-armv7-linux.S
[1441/1696] Compiling aesni-x86_64-linux.S
[1441/1696] Compiling aesv8-armv8-apple.S
[1441/1696] Compiling aesni-x86_64-apple.S
[1444/1696] Compiling aesni-x86-linux.S
[1445/1696] Compiling aesni-gcm-x86_64-linux.S
[1445/1696] Compiling aesni-gcm-x86_64-apple.S
[1447/1696] Compiling aesni-x86-apple.S
[1448/1696] Compiling aes-gcm-avx10-x86_64-apple.S
[1449/1696] Compiling aes-gcm-avx10-x86_64-linux.S
[1450/1696] Compiling x_x509a.cc
[1451/1696] Compiling x_pubkey.cc
[1452/1696] Compiling x_val.cc
[1452/1696] Compiling x_spki.cc
[1454/1696] Compiling x_req.cc
[1455/1696] Compiling x_name.cc
[1456/1696] Compiling x_x509.cc
[1457/1696] Compiling x_sig.cc
[1458/1696] Compiling x_attrib.cc
[1459/1696] Compiling x_exten.cc
[1460/1696] Compiling x_crl.cc
[1461/1696] Compiling x_all.cc
[1462/1696] Compiling x509spki.cc
[1463/1696] Compiling x509rset.cc
[1464/1696] Compiling x_algor.cc
[1465/1696] Compiling x509name.cc
[1466/1696] Compiling x509_vpm.cc
[1467/1696] Compiling x509cset.cc
[1468/1696] Compiling x509_txt.cc
[1469/1696] Compiling x509_vfy.cc
[1470/1696] Compiling x509_trs.cc
[1471/1696] Compiling x509_v3.cc
[1472/1696] Compiling x509_set.cc
[1473/1696] Compiling x509_req.cc
[1474/1696] Compiling x509_obj.cc
[1475/1696] Compiling x509_def.cc
[1476/1696] Compiling x509_d2.cc
[1477/1696] Compiling x509_cmp.cc
[1478/1696] Compiling x509_ext.cc
[1479/1696] Compiling x509_lu.cc
[1480/1696] Compiling x509_att.cc
[1481/1696] Compiling x509.cc
[1482/1696] Compiling v3_utl.cc
[1483/1696] Compiling v3_skey.cc
[1484/1696] Compiling v3_prn.cc
[1485/1696] Compiling v3_purp.cc
[1486/1696] Compiling v3_ocsp.cc
[1487/1696] Compiling v3_pcons.cc
[1488/1696] Compiling v3_pmaps.cc
[1489/1696] Compiling v3_ncons.cc
[1490/1696] Compiling v3_int.cc
[1491/1696] Compiling v3_lib.cc
[1492/1696] Compiling v3_info.cc
[1493/1696] Compiling v3_genn.cc
[1494/1696] Compiling v3_ia5.cc
[1495/1696] Compiling v3_enum.cc
[1496/1696] Compiling v3_crld.cc
[1497/1696] Compiling v3_extku.cc
[1498/1696] Compiling v3_bitst.cc
[1499/1696] Compiling v3_conf.cc
[1500/1696] Compiling v3_cpols.cc
[1501/1696] Compiling v3_akeya.cc
[1502/1696] Compiling v3_alt.cc
[1503/1696] Compiling v3_bcons.cc
[1504/1696] Compiling t_x509a.cc
[1505/1696] Compiling t_x509.cc
[1506/1696] Compiling t_crl.cc
[1507/1696] Compiling t_req.cc
[1508/1696] Compiling v3_akey.cc
[1509/1696] Compiling name_print.cc
[1510/1696] Compiling rsa_pss.cc
[1511/1696] Compiling i2d_pr.cc
[1512/1696] Compiling policy.cc
[1513/1696] Compiling by_dir.cc
[1514/1696] Compiling a_digest.cc
[1515/1696] Compiling trust_token.cc
[1516/1696] Compiling by_file.cc
[1517/1696] Compiling algorithm.cc
[1518/1696] Compiling asn1_gen.cc
[1519/1696] Compiling thread_win.cc
[1519/1696] Compiling pmbtoken.cc
[1521/1696] Compiling thread_pthread.cc
[1522/1696] Compiling a_sign.cc
[1523/1696] Compiling voprf.cc
[1524/1696] Compiling a_verify.cc
[1525/1696] Compiling thread.cc
[1526/1696] Compiling stack.cc
[1527/1696] Compiling thread_none.cc
[1528/1696] Compiling thash.cc
[1529/1696] Compiling merkle.cc
[1530/1696] Compiling wots.cc
[1531/1696] Compiling fors.cc
[1532/1696] Compiling sha256.cc
[1533/1696] Compiling slhdsa.cc
[1534/1696] Compiling sha1.cc
[1535/1696] Compiling sha512.cc
[1536/1696] Compiling siphash.cc
[1537/1696] Compiling rsa_print.cc
[1538/1696] Compiling rsa_extra.cc
[1539/1696] Compiling rc4.cc
[1540/1696] Compiling urandom.cc
[1541/1696] Compiling trusty.cc
[1542/1696] Compiling refcount.cc
[1543/1696] Compiling windows.cc
[1544/1696] Compiling rsa_crypt.cc
[1545/1696] Compiling rsa_asn1.cc
[1546/1696] Compiling rand_extra.cc
[1547/1696] Compiling getentropy.cc
[1548/1696] Compiling poly1305_arm_asm.S
[1549/1696] Compiling deterministic.cc
[1550/1696] Compiling passive.cc
[1551/1696] Compiling forkunsafe.cc
[1552/1696] Compiling ios.cc
[1553/1696] Compiling poly1305_arm.cc
[1554/1696] Compiling pool.cc
[1555/1696] Compiling fork_detect.cc
[1556/1696] Compiling poly1305_vec.cc
[1557/1696] Compiling poly1305.cc
[1558/1696] Compiling pkcs7.cc
[1559/1696] Compiling pkcs7_x509.cc
[1560/1696] Compiling p5_pbev2.cc
[1561/1696] Compiling pkcs8_x509.cc
[1562/1696] Compiling pkcs8.cc
[1563/1696] Compiling pem_x509.cc
[1564/1696] Compiling pem_pk8.cc
[1565/1696] Compiling pem_xaux.cc
[1566/1696] Compiling pem_info.cc
[1567/1696] Compiling pem_pkey.cc
[1568/1696] Compiling pem_oth.cc
[1569/1696] Compiling mldsa.cc
[1570/1696] Compiling obj_xref.cc
[1571/1696] Compiling md4.cc
[1572/1696] Compiling pem_lib.cc
[1573/1696] Compiling mem.cc
[1574/1696] Compiling pem_all.cc
[1575/1696] Compiling md5.cc
[1576/1696] Compiling fips_shared_support.cc
[1577/1696] Compiling mlkem.cc
[1578/1696] Compiling poly_rq_mul.S
[1579/1696] Compiling obj.cc
[1580/1696] Compiling lhash.cc
[1581/1696] Compiling kyber.cc
[1582/1696] Compiling hpke.cc
[1583/1696] Compiling ex_data.cc
[1584/1696] Compiling scrypt.cc
[1585/1696] Compiling pbkdf.cc
[1586/1696] Compiling sign.cc
[1587/1696] Compiling hrss.cc
[1588/1696] Compiling print.cc
[1589/1696] Compiling p_rsa.cc
[1590/1696] Compiling p_x25519.cc
[1591/1696] Compiling p_x25519_asn1.cc
[1592/1696] Compiling p_hkdf.cc
[1593/1696] Compiling p_rsa_asn1.cc
[1594/1696] Compiling p_ed25519_asn1.cc
[1595/1696] Compiling p_dsa_asn1.cc
[1596/1696] Compiling p_ed25519.cc
[1597/1696] Compiling p_ec_asn1.cc
[1598/1696] Compiling p_dh.cc
[1599/1696] Compiling p_ec.cc
[1600/1696] Compiling p_dh_asn1.cc
[1601/1696] Compiling evp.cc
[1602/1696] Compiling evp_ctx.cc
[1603/1696] Compiling evp_asn1.cc
[1604/1696] Compiling err.cc
[1605/1696] Compiling ecdsa_asn1.cc
[1606/1696] Compiling engine.cc
[1607/1696] Compiling ecdh_extra.cc
[1608/1696] Compiling dsa.cc
[1609/1696] Compiling ec_derive.cc
[1610/1696] Compiling hash_to_curve.cc
[1611/1696] Compiling digest_extra.cc
[1612/1696] Compiling dsa_asn1.cc
[1613/1696] Compiling params.cc
[1614/1696] Compiling ec_asn1.cc
[1615/1696] Compiling dh_asn1.cc
[1616/1696] Compiling x25519-asm-arm.S
[1617/1696] Compiling des.cc
[1618/1696] Compiling spake25519.cc
[1619/1696] Compiling cpu_arm_linux.cc
[1620/1696] Compiling crypto.cc
[1621/1696] Compiling bcm.cc
[1622/1696] Compiling cpu_intel.cc
[1623/1696] Compiling curve25519.cc
[1624/1696] Compiling cpu_arm_freebsd.cc
[1625/1696] Compiling cpu_aarch64_fuchsia.cc
[1626/1696] Compiling cpu_aarch64_sysreg.cc
[1627/1696] Compiling cpu_aarch64_win.cc
[1628/1696] Compiling cpu_aarch64_openbsd.cc
[1629/1696] Compiling tls_cbc.cc
[1630/1696] Compiling cpu_aarch64_linux.cc
[1631/1696] Compiling cpu_aarch64_apple.cc
[1632/1696] Compiling e_des.cc
[1633/1696] Compiling e_rc4.cc
[1634/1696] Compiling curve25519_64_adx.cc
[1635/1696] Compiling e_rc2.cc
[1636/1696] Compiling e_chacha20poly1305.cc
[1637/1696] Compiling e_null.cc
[1638/1696] Compiling conf.cc
[1639/1696] Compiling e_tls.cc
[1640/1696] Compiling derive_key.cc
[1641/1696] Compiling e_aesgcmsiv.cc
[1642/1696] Compiling e_aesctrhmac.cc
[1643/1696] Compiling cipher_extra.cc
[1644/1696] Compiling chacha.cc
[1645/1696] Compiling unicode.cc
[1646/1696] Compiling ber.cc
[1647/1696] Compiling cbb.cc
[1648/1696] Compiling bn_asn1.cc
[1649/1696] Compiling cbs.cc
[1650/1696] Compiling convert.cc
[1651/1696] Compiling blake2.cc
[1652/1696] Compiling asn1_compat.cc
[1653/1696] Compiling buf.cc
[1654/1696] Compiling printf.cc
[1655/1696] Compiling file.cc
[1656/1696] Compiling hexdump.cc
[1657/1696] Compiling pair.cc
[1658/1696] Compiling errno.cc
[1659/1696] Compiling fd.cc
[1660/1696] Compiling base64.cc
[1661/1696] Compiling bio_mem.cc
[1661/1696] Compiling bio.cc
[1663/1696] Compiling tasn_typ.cc
[1664/1696] Compiling tasn_utl.cc
[1665/1696] Compiling tasn_new.cc
[1666/1696] Compiling tasn_dec.cc
[1667/1696] Compiling tasn_fre.cc
[1668/1696] Compiling tasn_enc.cc
[1669/1696] Compiling posix_time.cc
[1670/1696] Compiling f_string.cc
[1671/1696] Compiling asn_pack.cc
[1672/1696] Compiling f_int.cc
[1673/1696] Compiling asn1_par.cc
[1674/1696] Compiling a_utctm.cc
[1675/1696] Compiling asn1_lib.cc
[1676/1696] Compiling a_type.cc
[1677/1696] Compiling a_time.cc
[1678/1696] Compiling a_strnid.cc
[1679/1696] Compiling a_octet.cc
[1680/1696] Compiling a_object.cc
[1681/1696] Compiling a_strex.cc
[1682/1696] Compiling a_mbstr.cc
[1683/1696] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1683/1696] Write sources
[1689/1696] Compiling a_int.cc
[1690/1696] Compiling a_d2i_fp.cc
[1691/1696] Compiling a_i2d_fp.cc
[1692/1696] Compiling a_gentm.cc
[1693/1696] Compiling a_dup.cc
[1694/1698] Compiling a_bool.cc
[1695/1793] Compiling a_bitstr.cc
[1697/1801] Compiling Algorithms Compacted.swift
[1698/1801] Compiling Algorithms Cycle.swift
[1699/1801] Compiling Algorithms EitherSequence.swift
[1700/1803] Compiling Algorithms Grouped.swift
[1701/1803] Compiling Algorithms Indexed.swift
[1702/1803] Compiling Algorithms Intersperse.swift
[1703/1803] Compiling Algorithms Partition.swift
[1704/1803] Compiling Algorithms Permutations.swift
[1705/1803] Compiling Algorithms Product.swift
[1706/1803] Compiling Atomics IntegerOperations.swift
[1707/1803] Compiling Atomics Unmanaged extensions.swift
[1708/1803] Compiling Algorithms FirstNonNil.swift
[1709/1803] Compiling Algorithms AdjacentPairs.swift
[1710/1803] Compiling Algorithms Chain.swift
[1711/1803] Compiling Algorithms Chunked.swift
[1712/1803] Compiling Algorithms Combinations.swift
[1713/1803] Compiling Algorithms FlattenCollection.swift
[1714/1803] Compiling CryptoBoringWrapper RandomBytes.swift
[1715/1803] Compiling Algorithms Keyed.swift
[1716/1803] Compiling Algorithms MinMax.swift
[1719/1803] Compiling Algorithms Rotate.swift
[1720/1803] Compiling Algorithms Split.swift
[1721/1803] Compiling Algorithms Stride.swift
[1722/1803] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1723/1803] Compiling BitCollections BitSet+CustomReflectable.swift
[1724/1803] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1725/1803] Compiling BitCollections BitSet+Equatable.swift
[1726/1803] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1727/1803] Compiling BitCollections BitSet+Extras.swift
[1728/1803] Compiling BitCollections BitSet+Hashable.swift
[1733/1813] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1734/1813] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1735/1813] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1736/1813] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1737/1813] Compiling BitCollections BitSet+SetAlgebra union.swift
[1738/1813] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1739/1813] Compiling BitCollections BitSet.Counted.swift
[1740/1813] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1741/1813] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1742/1813] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1743/1813] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1744/1813] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1745/1813] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1746/1813] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1747/1813] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1748/1813] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1749/1813] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1750/1813] Emitting module CryptoBoringWrapper
[1754/1813] Emitting module BitCollections
[1765/1813] Compiling Algorithms Suffix.swift
[1766/1813] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1767/1813] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1768/1813] Compiling CryptoBoringWrapper EllipticCurve.swift
[1770/1814] Compiling Algorithms Joined.swift
[1776/1814] Compiling Algorithms Trim.swift
[1777/1814] Compiling Algorithms Unique.swift
[1778/1814] Compiling Algorithms Windows.swift
[1795/1814] Compiling BitCollections BitArray._UnsafeHandle.swift
[1796/1814] Compiling BitCollections BitArray.swift
[1797/1814] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1798/1814] Compiling BitCollections BitSet+Codable.swift
[1799/1870] Compiling Crypto MACFunctions.swift
[1800/1870] Compiling Crypto MessageAuthenticationCode.swift
[1801/1870] Compiling Crypto AES.swift
[1802/1870] Compiling BitCollections Range+Utilities.swift
[1803/1870] Compiling BitCollections Slice+Utilities.swift
[1804/1870] Compiling BitCollections UInt+Tricks.swift
[1805/1870] Compiling BitCollections _Word.swift
[1807/1886] Compiling Crypto ASN1Strings.swift
[1808/1886] Compiling Crypto ArraySliceBigint.swift
[1809/1886] Compiling Crypto GeneralizedTime.swift
[1810/1886] Compiling Crypto ObjectIdentifier.swift
[1811/1888] Emitting module Atomics
[1812/1888] Compiling Collections Collections.swift
[1813/1888] Emitting module Collections
[1815/1889] Compiling Crypto Nonces.swift
[1816/1889] Compiling Crypto ASN1.swift
[1817/1889] Compiling Crypto ASN1Any.swift
[1819/1949] Compiling NIOCore EventLoop+Deprecated.swift
[1820/1949] Compiling NIOCore EventLoop+SerialExecutor.swift
[1821/1949] Compiling NIOCore MarkedCircularBuffer.swift
[1822/1949] Compiling NIOCore MulticastChannel.swift
[1823/1949] Compiling NIOCore NIOAny.swift
[1824/1949] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1825/1949] Compiling NIOCore NIOLoopBound.swift
[1826/1949] Compiling NIOCore NIOScheduledCallback.swift
[1827/1949] Compiling NIOCore NIOSendable.swift
[1828/1949] Compiling NIOCore RecvByteBufferAllocator.swift
[1829/1958] Compiling NIOCore GlobalSingletons.swift
[1830/1958] Compiling NIOCore IO.swift
[1831/1958] Compiling NIOCore IOData.swift
[1832/1958] Compiling NIOCore IPProtocol.swift
[1833/1958] Compiling NIOCore IntegerBitPacking.swift
[1834/1958] Compiling NIOCore IntegerTypes.swift
[1835/1958] Compiling NIOCore Interfaces.swift
[1836/1958] Compiling NIOCore Linux.swift
[1837/1958] Compiling Crypto ECDSA.swift
[1838/1958] Compiling Crypto Ed25519.swift
[1839/1958] Emitting module Algorithms
[1840/1959] Emitting module Crypto
[1850/1967] Compiling NIOCore SocketOptionProvider.swift
[1851/1967] Compiling NIOCore SystemCallHelpers.swift
[1852/1967] Compiling NIOCore TimeAmount+Duration.swift
[1853/1967] Compiling NIOCore TypeAssistedChannelHandler.swift
[1854/1967] Compiling NIOCore UniversalBootstrapSupport.swift
[1855/1967] Compiling NIOCore Utilities.swift
[1856/1967] Compiling Crypto HPKE-KEM-Curve25519.swift
[1857/1967] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1858/1967] Compiling Crypto HPKE-KEM.swift
[1859/1967] Compiling Crypto HPKE-Errors.swift
[1860/1967] Compiling NIOCore EventLoopFuture.swift
[1861/1967] Compiling NIOCore FileDescriptor.swift
[1862/1967] Compiling NIOCore FileHandle.swift
[1863/1967] Compiling NIOCore FileRegion.swift
[1864/1967] Compiling NIOCore ChannelPipeline.swift
[1865/1967] Compiling NIOCore CircularBuffer.swift
[1866/1967] Compiling NIOCore Codec.swift
[1867/1967] Compiling NIOCore ConvenienceOptionSupport.swift
[1868/1967] Compiling NIOCore DeadChannel.swift
[1869/1967] Compiling NIOCore DispatchQueue+WithFuture.swift
[1870/1967] Compiling NIOCore ByteBuffer-views.swift
[1871/1967] Compiling NIOCore Channel.swift
[1872/1967] Compiling NIOCore ChannelHandler.swift
[1873/1967] Compiling NIOCore ChannelHandlers.swift
[1874/1967] Compiling NIOCore ChannelInvoker.swift
[1875/1967] Compiling NIOCore ChannelOption.swift
[1876/1967] Compiling NIOCore EventLoop.swift
[1877/1967] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1878/1967] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1879/1967] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1880/1967] Compiling NIOCore BSDSocketAPI.swift
[1881/1967] Compiling NIOCore ByteBuffer-aux.swift
[1882/1967] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1883/1967] Compiling NIOCore ByteBuffer-conversions.swift
[1884/1967] Compiling NIOCore ByteBuffer-core.swift
[1885/1967] Compiling NIOCore ByteBuffer-hex.swift
[1886/1967] Compiling NIOCore ByteBuffer-int.swift
[1887/1967] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1888/1967] Compiling NIOCore ByteBuffer-multi-int.swift
[1889/1967] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1890/1967] Compiling NIOCore AddressedEnvelope.swift
[1891/1967] Compiling NIOCore AsyncAwaitSupport.swift
[1892/1967] Compiling NIOCore AsyncChannel.swift
[1893/1967] Compiling NIOCore AsyncChannelHandler.swift
[1894/1967] Compiling NIOCore AsyncChannelInboundStream.swift
[1895/1967] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1896/1967] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1897/1967] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1898/1967] Compiling NIOCore NIOAsyncWriter.swift
[1899/1967] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1908/1967] Compiling Crypto Signature.swift
[1909/1967] Compiling Crypto CryptoKitErrors_boring.swift
[1910/1967] Compiling Crypto RNG_boring.swift
[1911/1967] Compiling Crypto SafeCompare_boring.swift
[1912/1967] Compiling Crypto Zeroization_boring.swift
[1913/1967] Compiling Crypto PrettyBytes.swift
[1914/1967] Compiling Crypto SafeCompare.swift
[1915/1967] Compiling Crypto SecureBytes.swift
[1916/1967] Compiling Crypto Zeroization.swift
[1918/1968] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1919/1968] Compiling NIOCore SocketAddresses.swift
[1935/2015] Compiling JWTKit EdDSASigner.swift
[1936/2015] Compiling JWTKit JWTSigner+EdDSA.swift
[1937/2015] Compiling JWTKit JWTAlgorithm.swift
[1938/2015] Compiling JWTKit JWTError.swift
[1939/2015] Compiling JWTKit JWTHeader.swift
[1940/2015] Compiling JWTKit JWTParser.swift
[1941/2015] Compiling JWTKit JWTPayload.swift
[1942/2015] Compiling JWTKit JWTSerializer.swift
[1943/2015] Compiling JWTKit JWTSigner.swift
[1944/2015] Compiling JWTKit JWTSigners.swift
[1945/2015] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1946/2015] Compiling JWTKit UnsecuredNoneSigner.swift
[1947/2015] Compiling JWTKit JWTSigner+RSA.swift
[1948/2015] Compiling JWTKit RSAError.swift
[1949/2015] Compiling JWTKit RSAKey.swift
[1950/2015] Compiling JWTKit RSASigner.swift
[1951/2015] Compiling JWTKit OctetKeyPair.swift
[1952/2015] Compiling JWTKit HMACError.swift
[1953/2015] Compiling JWTKit HMACSigner.swift
[1954/2015] Compiling JWTKit JWTSigner+HMAC.swift
[1955/2015] Compiling JWTKit JWK.swift
[1956/2015] Compiling JWTKit JWKIdentifier.swift
[1957/2015] Compiling JWTKit JWKS.swift
[1958/2015] Compiling JWTKit AudienceClaim.swift
[1959/2015] Compiling JWTKit BoolClaim.swift
[1960/2015] Emitting module JWTKit
[1968/2021] Compiling JWTKit JWTClaim.swift
[1969/2021] Compiling JWTKit JWTMultiValueClaim.swift
[1970/2021] Compiling JWTKit JWTUnixEpochClaim.swift
[1971/2021] Compiling JWTKit LocaleClaim.swift
[1972/2021] Compiling JWTKit NotBeforeClaim.swift
[1973/2021] Compiling JWTKit SubjectClaim.swift
[1974/2021] Compiling JWTKit ECDSAError.swift
[1975/2021] Compiling JWTKit ECDSAKey.swift
[1976/2021] Compiling JWTKit ECDSASigner.swift
[1977/2021] Compiling JWTKit JWTSigner+ECDSA.swift
[1978/2021] Compiling JWTKit EdDSAError.swift
[1979/2021] Compiling JWTKit EdDSAKey.swift
[1984/2021] Compiling JWTKit ExpirationClaim.swift
[1985/2021] Compiling JWTKit GoogleHostedDomainClaim.swift
[1986/2021] Compiling JWTKit IDClaim.swift
[1987/2021] Compiling JWTKit IssuedAtClaim.swift
[1988/2021] Compiling JWTKit IssuerClaim.swift
[1997/2021] Compiling JWTKit Base64URL.swift
[1998/2021] Compiling JWTKit BigNumber.swift
[1999/2021] Compiling JWTKit CustomizedJSONCoders.swift
[2000/2021] Compiling JWTKit Exports.swift
[2007/2021] Compiling JWTKit OpenSSLSigner.swift
[2008/2021] Compiling JWTKit Utilities.swift
[2009/2021] Compiling JWTKit AppleIdentityToken.swift
[2010/2021] Compiling JWTKit GoogleIdentityToken.swift
[2011/2021] Compiling JWTKit MicrosoftIdentitiyToken.swift
[2012/2021] Compiling JWTKit X5CVerifier.swift
[2022/2022] Emitting module NIOCore
[2024/2074] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2025/2074] Compiling NIOEmbedded AsyncTestingChannel.swift
[2026/2074] Compiling NIOEmbedded Embedded.swift
[2027/2074] Emitting module NIOEmbedded
[2028/2075] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2029/2075] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2030/2075] Compiling NIOPosix PosixSingletons.swift
[2031/2075] Compiling NIOPosix RawSocketBootstrap.swift
[2032/2075] Compiling NIOPosix Resolver.swift
[2033/2075] Compiling NIOPosix Selectable.swift
[2035/2081] Emitting module NIOPosix
[2036/2081] Compiling NIOPosix ThreadPosix.swift
[2037/2081] Compiling NIOPosix ThreadWindows.swift
[2038/2081] Compiling NIOPosix UnsafeTransfer.swift
[2039/2081] Compiling NIOPosix Utilities.swift
[2040/2081] Compiling NIOPosix VsockAddress.swift
[2041/2081] Compiling NIOPosix VsockChannelEvents.swift
[2042/2081] Compiling NIOPosix ServerSocket.swift
[2043/2081] Compiling NIOPosix Socket.swift
[2044/2081] Compiling NIOPosix SocketChannel.swift
[2045/2081] Compiling NIOPosix SocketProtocols.swift
[2046/2081] Compiling NIOPosix System.swift
[2047/2081] Compiling NIOPosix Thread.swift
[2048/2081] Compiling NIOPosix SelectableChannel.swift
[2049/2081] Compiling NIOPosix SelectableEventLoop.swift
[2050/2081] Compiling NIOPosix SelectorEpoll.swift
[2051/2081] Compiling NIOPosix SelectorGeneric.swift
[2052/2081] Compiling NIOPosix SelectorKqueue.swift
[2053/2081] Compiling NIOPosix SelectorUring.swift
[2054/2081] Compiling NIOPosix IO.swift
[2055/2081] Compiling NIOPosix IntegerBitPacking.swift
[2056/2081] Compiling NIOPosix IntegerTypes.swift
[2057/2081] Compiling NIOPosix Linux.swift
[2058/2081] Compiling NIOPosix LinuxCPUSet.swift
[2059/2081] Compiling NIOPosix LinuxUring.swift
[2060/2081] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2061/2081] Compiling NIOPosix Bootstrap.swift
[2062/2081] Compiling NIOPosix ControlMessage.swift
[2063/2081] Compiling NIOPosix DatagramVectorReadManager.swift
[2064/2081] Compiling NIOPosix Errors+Any.swift
[2065/2081] Compiling NIOPosix FileDescriptor.swift
[2066/2081] Compiling NIOPosix GetaddrinfoResolver.swift
[2067/2081] Compiling NIOPosix HappyEyeballs.swift
[2068/2081] Compiling NIOPosix BSDSocketAPICommon.swift
[2069/2081] Compiling NIOPosix BSDSocketAPIPosix.swift
[2070/2081] Compiling NIOPosix BSDSocketAPIWindows.swift
[2071/2081] Compiling NIOPosix BaseSocket.swift
[2072/2081] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2073/2081] Compiling NIOPosix BaseSocketChannel.swift
[2074/2081] Compiling NIOPosix BaseStreamSocketChannel.swift
[2075/2081] Compiling NIOPosix NIOThreadPool.swift
[2076/2081] Compiling NIOPosix NonBlockingFileIO.swift
[2077/2081] Compiling NIOPosix PendingDatagramWritesManager.swift
[2078/2081] Compiling NIOPosix PendingWritesManager.swift
[2079/2081] Compiling NIOPosix PipeChannel.swift
[2080/2081] Compiling NIOPosix PipePair.swift
[2081/2081] Compiling NIOPosix Pool.swift
[2083/2141] Emitting module NIO
[2084/2141] Compiling AsyncKit Future+Transform.swift
[2085/2141] Compiling AsyncKit Future+Try.swift
[2086/2141] Compiling AsyncKit FutureOperators.swift
[2087/2141] Compiling NIO Exports.swift
[2088/2144] Compiling AsyncKit Future+Miscellaneous.swift
[2089/2144] Compiling AsyncKit Future+Nonempty.swift
[2090/2144] Compiling AsyncKit Future+Optional.swift
[2091/2144] Emitting module _NIOFileSystem
[2093/2187] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2094/2187] Compiling NIOTLS TLSEvents.swift
[2095/2187] Emitting module NIOTLS
[2096/2187] Compiling NIOSOCKS ClientStateMachine.swift
[2097/2188] Compiling AsyncKit Optional+StrictMap.swift
[2098/2188] Compiling AsyncKit Exports.swift
[2099/2188] Emitting module NIOFoundationCompat
[2100/2188] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2101/2188] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2102/2188] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2103/2188] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2104/2188] Compiling NIOSOCKS ServerStateMachine.swift
[2105/2188] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2106/2188] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2107/2188] Compiling NIOSOCKS SOCKSResponse.swift
[2108/2188] Compiling NIOSOCKS AuthenticationMethod.swift
[2109/2188] Compiling NIOSOCKS ClientGreeting.swift
[2110/2188] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2111/2189] Emitting module NIOSOCKS
[2112/2189] Compiling NIOSOCKS SOCKSClientHandler.swift
[2113/2189] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[2114/2189] Compiling NIOTLS SNIHandler.swift
[2116/2190] Compiling NIOSOCKS Messages.swift
[2117/2190] Compiling NIOSOCKS SOCKSRequest.swift
[2118/2190] Compiling NIOSOCKS Errors.swift
[2119/2190] Compiling NIOSOCKS Helpers.swift
[2122/2191] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[2123/2191] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[2124/2191] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[2125/2191] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2126/2191] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2130/2191] Compiling NIOHTTP1 HTTPTypes.swift
[2134/2192] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2135/2244] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2136/2244] Compiling NIOTransportServices NIOTSErrors.swift
[2137/2244] Compiling NIOTransportServices NIOTSEventLoop.swift
[2138/2244] Compiling NIOTransportServices StateManagedChannel.swift
[2139/2244] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2140/2244] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2141/2246] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2142/2246] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2143/2246] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2144/2246] Compiling NIOTransportServices NIOTSBootstraps.swift
[2145/2246] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2146/2246] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2147/2246] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2148/2246] Compiling NIOTransportServices NIOTSSingletons.swift
[2149/2246] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2151/2246] Compiling NIOTransportServices AcceptHandler.swift
[2154/2246] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2155/2246] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2156/2246] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2157/2246] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2158/2246] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2160/2246] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2161/2246] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2162/2246] Emitting module NIOTransportServices
[2174/2247] Compiling NIOSSL SubjectAlternativeName.swift
[2181/2247] Emitting module AsyncKit
[2186/2247] Emitting module NIOHTTP1
[2190/2248] Compiling _NIOFileSystem SystemFileHandle.swift
[2191/2248] Compiling _NIOFileSystem Utilities.swift
[2192/2248] Compiling _NIOFileSystem OpenOptions.swift
[2193/2248] Compiling _NIOFileSystem String+FileSystem.swift
[2195/2313] Emitting module NIOExtras
[2196/2315] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2197/2315] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2198/2315] Compiling NIOExtras NIOExtrasError.swift
[2199/2315] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2200/2317] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2201/2317] Compiling NIOWebSocket WebSocketOpcode.swift
[2202/2318] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2203/2318] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2204/2318] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2205/2318] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2206/2318] Compiling NIOExtras NIORequestIdentifiable.swift
[2207/2318] Compiling NIOExtras PCAPRingBuffer.swift
[2208/2318] Compiling NIOHPACK IndexedHeaderTable.swift
[2209/2318] Compiling NIOHPACK IntegerCoding.swift
[2210/2319] Compiling MultipartKit MultipartSerializer.swift
[2211/2319] Compiling MultipartKit Utilities.swift
[2214/2319] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2215/2319] Compiling NIOHPACK StaticHeaderTable.swift
[2216/2319] Compiling NIOWebSocket SHA1.swift
[2217/2319] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2218/2319] Compiling NIOExtras JSONRPCFraming.swift
[2219/2319] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2220/2319] Compiling NIOExtras LengthFieldPrepender.swift
[2221/2319] Compiling NIOExtras LineBasedFrameDecoder.swift
[2226/2319] Emitting module MultipartKit
[2231/2319] Compiling NIOSSL NIOSSLSecureBytes.swift
[2232/2319] Compiling NIOSSL RNG.swift
[2233/2319] Compiling NIOSSL SafeCompare.swift
[2234/2319] Compiling NIOSSL Zeroization.swift
[2235/2319] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2236/2319] Compiling NIOExtras UnsafeTransfer.swift
[2239/2322] Compiling NIOExtras QuiescingHelper.swift
[2240/2322] Compiling NIOExtras RequestResponseHandler.swift
[2243/2322] Compiling NIOHPACK HuffmanTables.swift
[2248/2323] Compiling NIOHTTPCompression HTTPCompression.swift
[2249/2323] Emitting module NIOHTTPCompression
[2250/2323] Compiling NIOHTTPCompression HTTPDecompression.swift
[2252/2323] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2258/2323] Emitting module NIOHPACK
[2260/2323] Compiling NIOHPACK HuffmanCoding.swift
[2261/2323] Emitting module NIOWebSocket
[2264/2323] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2265/2323] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2270/2324] Compiling NIOSSL UniversalBootstrapSupport.swift
[2271/2324] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2272/2324] Compiling _NIOFileSystem FileHandleProtocol.swift
[2273/2324] Compiling _NIOFileSystem FileInfo.swift
[2274/2324] Compiling _NIOFileSystem FileSystem.swift
[2279/2324] Compiling NIOSSL TLSConfiguration.swift
[2280/2324] Emitting module NIOSSL
[2290/2325] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2293/2325] Compiling NIOWebSocket WebSocketFrame.swift
[2308/2332] Emitting module NIOFileSystem
[2309/2332] Emitting module _NIOFileSystemFoundationCompat
[2310/2332] Compiling NIOFileSystem Exports.swift
[2311/2333] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2314/2368] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2315/2393] Compiling NIOHTTP2 Error+Any.swift
[2316/2393] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2317/2393] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2322/2402] Compiling NIOHTTP2 MaySendFrames.swift
[2323/2402] Compiling NIOHTTP2 SendingDataState.swift
[2324/2402] Compiling NIOHTTP2 SendingGoawayState.swift
[2325/2402] Compiling NIOHTTP2 SendingHeadersState.swift
[2326/2402] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2327/2402] Compiling NIOHTTP2 SendingRstStreamState.swift
[2328/2402] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2329/2402] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2330/2402] Compiling WebSocketKit Exports.swift
[2331/2410] Compiling WebSocketKit WebSocket+Concurrency.swift
[2332/2410] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2333/2410] Emitting module WebSocketKit
[2334/2410] Compiling WebSocketKit WebSocketHandler.swift
[2335/2410] Compiling WebSocketKit WebSocket.swift
[2336/2410] Compiling WebSocketKit WebSocketClient.swift
[2337/2410] Compiling WebSocketKit WebSocket+Connect.swift
[2339/2411] Emitting module NIOHTTP2
[2340/2411] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2341/2411] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2342/2411] Compiling NIOHTTP2 MayReceiveFrames.swift
[2343/2411] Compiling NIOHTTP2 ReceivingDataState.swift
[2344/2411] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2345/2411] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2346/2411] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2347/2411] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2348/2411] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2349/2411] Compiling NIOHTTP2 InboundWindowManager.swift
[2350/2411] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2351/2411] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2352/2411] Compiling NIOHTTP2 StreamChannelList.swift
[2353/2411] Compiling NIOHTTP2 StreamMap.swift
[2354/2411] Compiling NIOHTTP2 StreamStateMachine.swift
[2355/2411] Compiling NIOHTTP2 UnsafeTransfer.swift
[2356/2411] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2357/2411] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2358/2411] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2359/2411] Compiling NIOHTTP2 HasLocalSettings.swift
[2360/2411] Compiling NIOHTTP2 HasRemoteSettings.swift
[2361/2411] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2362/2411] Compiling NIOHTTP2 QuiescingState.swift
[2363/2411] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2364/2411] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2365/2411] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2366/2411] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2367/2411] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2368/2411] Compiling NIOHTTP2 HTTP2StreamID.swift
[2369/2411] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2370/2411] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2371/2411] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2372/2411] Compiling NIOHTTP2 InboundEventBuffer.swift
[2389/2412] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2390/2412] Compiling NIOHTTP2 HTTP2Frame.swift
[2391/2412] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2392/2412] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2393/2412] Compiling NIOHTTP2 HTTP2PingData.swift
[2394/2412] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2395/2412] Compiling NIOHTTP2 HTTP2Settings.swift
[2396/2412] Compiling NIOHTTP2 HTTP2Stream.swift
[2397/2412] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2398/2412] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2399/2412] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2400/2412] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2401/2412] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2402/2412] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2403/2412] Compiling NIOHTTP2 HTTP2Error.swift
[2404/2412] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2405/2412] Compiling NIOHTTP2 StateMachineResult.swift
[2406/2412] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2407/2412] Compiling NIOHTTP2 DOSHeuristics.swift
[2411/2412] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2412/2412] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2414/2472] Emitting module AsyncHTTPClient
[2415/2480] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2416/2480] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2417/2480] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2418/2480] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2419/2480] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2420/2480] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2421/2480] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2422/2480] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2423/2480] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2424/2480] Compiling AsyncHTTPClient RequestBag.swift
[2425/2480] Compiling AsyncHTTPClient RequestValidation.swift
[2426/2480] Compiling AsyncHTTPClient SSLContextCache.swift
[2427/2480] Compiling AsyncHTTPClient Scheme.swift
[2428/2480] Compiling AsyncHTTPClient Singleton.swift
[2429/2480] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2430/2480] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2431/2480] Compiling AsyncHTTPClient Utils.swift
[2432/2480] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2433/2480] Compiling AsyncHTTPClient ConnectionTarget.swift
[2434/2480] Compiling AsyncHTTPClient DeconstructedURL.swift
[2435/2480] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2436/2480] Compiling AsyncHTTPClient FoundationExtensions.swift
[2437/2480] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2438/2480] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2439/2480] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2440/2480] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2441/2480] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2442/2480] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2443/2480] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2444/2480] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2445/2480] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2446/2480] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2447/2480] Compiling AsyncHTTPClient RequestBodyLength.swift
[2448/2480] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2449/2480] Compiling AsyncHTTPClient RequestOptions.swift
[2450/2480] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2451/2480] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2452/2480] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2453/2480] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2454/2480] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2455/2480] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2456/2480] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2457/2480] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2458/2480] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2459/2480] Compiling AsyncHTTPClient HTTP1Connection.swift
[2460/2480] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2461/2480] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2462/2480] Compiling AsyncHTTPClient HTTP2Connection.swift
[2463/2480] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2464/2480] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2465/2480] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2466/2480] Compiling AsyncHTTPClient Transaction.swift
[2467/2480] Compiling AsyncHTTPClient Base64.swift
[2468/2480] Compiling AsyncHTTPClient BasicAuth.swift
[2469/2480] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2470/2480] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2471/2480] Compiling AsyncHTTPClient ConnectionPool.swift
[2472/2480] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2473/2480] Compiling AsyncHTTPClient HTTPClient.swift
[2474/2480] Compiling AsyncHTTPClient HTTPHandler.swift
[2475/2480] Compiling AsyncHTTPClient LRUCache.swift
[2476/2480] Compiling AsyncHTTPClient NWErrorHandler.swift
[2477/2480] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2478/2480] Compiling AsyncHTTPClient TLSConfiguration.swift
[2479/2480] Compiling AsyncHTTPClient RedirectState.swift
[2480/2480] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2482/2662] Compiling Core Extensions.swift
[2483/2663] Compiling Core OAuthRefreshable.swift
[2484/2663] Compiling Core OAuthServiceAccount.swift
[2485/2663] Compiling Core GoogleCloudAPIRequest.swift
[2486/2663] Compiling Vapor BearerAuthorization.swift
[2487/2663] Compiling Vapor GuardMiddleware.swift
[2488/2663] Compiling Vapor RedirectMiddleware.swift
[2489/2663] Compiling Vapor SessionAuthenticatable.swift
[2490/2663] Compiling Vapor Authenticator.swift
[2491/2663] Compiling Vapor BasicAuthorization.swift
[2492/2663] Emitting module Core
[2493/2663] Compiling Vapor Application.swift
[2494/2663] Compiling Vapor AuthenticationCache.swift
[2496/2736] Compiling SecretManager AccessSecretVersionResponse.swift
[2497/2737] Compiling SecretManager GoogleCloudSecretManagerDataResponse.swift
[2498/2737] Compiling Translation TranslationRequest.swift
[2499/2737] Compiling Translation TranslationError.swift
[2500/2737] Compiling Storage DefaultObjectACLAPI.swift
[2501/2737] Compiling Storage ObjectACLAPI.swift
[2502/2738] Compiling Datastore ArrayValue.swift
[2503/2738] Compiling Datastore Entity.swift
[2504/2738] Compiling Datastore Key.swift
[2505/2738] Compiling Datastore LatLng.swift
[2506/2741] Compiling PubSub PubSubError.swift
[2507/2741] Compiling SecretManager SecretPayload.swift
[2508/2741] Compiling SecretManager SecretManagerRequest.swift
[2509/2741] Compiling SecretManager SecretsAPI.swift
[2510/2741] Emitting module SecretManager
[2511/2741] Compiling SecretManager SecretManagerConfig.swift
[2512/2741] Compiling SecretManager SecretManagerClient.swift
[2513/2741] Compiling SecretManager SecretManagerError.swift
[2514/2742] Compiling Datastore TransactionOptions.swift
[2515/2742] Compiling Datastore Value.swift
[2516/2742] Compiling Datastore DatastoreClient.swift
[2517/2742] Compiling Translation TranslationConfig.swift
[2518/2742] Compiling Storage StorageBucketList.swift
[2519/2742] Compiling Storage StorageClass.swift
[2520/2742] Compiling Datastore MutationResult.swift
[2521/2742] Compiling Datastore RunQueryResponse.swift
[2522/2742] Compiling Translation TranslationClient.swift
[2524/2742] Compiling Translation TranslationAPI.swift
[2525/2742] Compiling Translation TranslationResponse.swift
[2526/2742] Emitting module Translation
[2527/2743] Compiling Storage IAMPolicy.swift
[2528/2743] Compiling Storage StorageBucket.swift
[2529/2743] Compiling Storage StorageObject.swift
[2530/2743] Compiling Storage StorageClient.swift
[2533/2743] Emitting module PubSub
[2534/2743] Compiling Storage BucketAccessControlAPI.swift
[2535/2743] Compiling Storage ChannelsAPI.swift
[2536/2743] Compiling PubSub PubSubRequest.swift
[2542/2745] Emitting module Storage
[2547/2745] Emitting module Datastore
[2548/2745] Compiling Storage StorageBucketAPI.swift
[2549/2745] Compiling Storage StorageNotificationsAPI.swift
[2550/2745] Compiling Storage StorageObjectAPI.swift
[2551/2745] Compiling Storage CloudStorageError.swift
[2563/2746] Compiling Datastore DatastoreConfig.swift
[2564/2746] Compiling Datastore DatastoreError.swift
[2565/2746] Compiling Datastore DatastoreRequest.swift
[2566/2746] Compiling Storage StorageConfig.swift
[2567/2746] Compiling Storage StorageRequest.swift
[2575/2747] Compiling Datastore PartitionId.swift
[2576/2747] Compiling Datastore PathElement.swift
[2577/2747] Compiling Datastore Query.swift
[2578/2747] Compiling Datastore ReadOptions.swift
[2579/2748] Compiling Vapor Request+Body.swift
[2580/2748] Compiling Vapor Request+BodyStream.swift
[2581/2748] Compiling Vapor Request.swift
[2582/2748] Compiling Vapor Application+Responder.swift
[2583/2748] Compiling Vapor DefaultResponder.swift
[2584/2748] Compiling Vapor Response+Body.swift
[2585/2748] Compiling Vapor Response.swift
[2586/2748] Compiling Vapor ResponseCodable.swift
[2587/2748] Compiling Vapor Application+Routes.swift
[2588/2748] Compiling Vapor Parameters+Require.swift
[2589/2748] Compiling Vapor Request+WebSocket.swift
[2590/2748] Compiling Vapor Route.swift
[2591/2748] Compiling Vapor RouteCollection.swift
[2592/2748] Compiling Vapor Routes.swift
[2593/2748] Compiling Vapor RoutesBuilder+Group.swift
[2594/2748] Compiling Vapor RoutesBuilder+Method.swift
[2595/2748] Compiling Vapor RoutesBuilder+Middleware.swift
[2596/2748] Compiling Vapor RoutesBuilder+WebSocket.swift
[2597/2748] Compiling Vapor RoutesBuilder.swift
[2598/2748] Compiling Vapor OTP.swift
[2599/2748] Compiling Vapor Application+Servers.swift
[2600/2748] Compiling Vapor Server.swift
[2601/2748] Compiling Vapor App+Service.swift
[2602/2748] Compiling Vapor Req+Service.swift
[2628/2796] Compiling Vapor Validator.swift
[2629/2796] Compiling Vapor ValidatorResult.swift
[2630/2796] Compiling Vapor And.swift
[2631/2796] Compiling Vapor Case.swift
[2632/2796] Compiling Vapor CharacterSet.swift
[2633/2796] Compiling Vapor Count.swift
[2634/2796] Compiling Vapor Custom.swift
[2635/2796] Compiling Vapor Email.swift
[2636/2796] Compiling Vapor Empty.swift
[2637/2796] Compiling Vapor In.swift
[2638/2796] Compiling Vapor Nil.swift
[2639/2796] Compiling Vapor NilIgnoring.swift
[2640/2796] Compiling Vapor Not.swift
[2641/2796] Compiling Vapor Or.swift
[2642/2796] Compiling Vapor Pattern.swift
[2643/2796] Compiling Vapor Range.swift
[2644/2796] Compiling Vapor URL.swift
[2645/2796] Compiling Vapor Valid.swift
[2646/2796] Compiling Vapor Application+Views.swift
[2647/2796] Compiling Vapor PlaintextRenderer.swift
[2648/2796] Compiling Vapor Request+View.swift
[2649/2796] Compiling Vapor View.swift
[2650/2796] Compiling Vapor ViewRenderer.swift
[2651/2796] Compiling Vapor _Deprecations.swift
[2652/2796] Compiling Vapor HTTPServerResponseEncoder.swift
[2653/2796] Compiling Vapor HTTPServerUpgradeHandler.swift
[2654/2796] Compiling Vapor Logger+Report.swift
[2655/2796] Compiling Vapor LoggingSystem+Environment.swift
[2656/2796] Compiling Vapor Application+Middleware.swift
[2657/2796] Compiling Vapor CORSMiddleware.swift
[2658/2796] Compiling Vapor ErrorMiddleware.swift
[2659/2796] Compiling Vapor FileMiddleware.swift
[2660/2796] Compiling Vapor Middleware.swift
[2661/2796] Compiling Vapor MiddlewareConfiguration.swift
[2662/2796] Compiling Vapor ResponseCompressionMiddleware.swift
[2663/2796] Compiling Vapor RouteLoggingMiddleware.swift
[2664/2796] Compiling Vapor TracingMiddleware.swift
[2665/2796] Compiling Vapor File+Multipart.swift
[2666/2796] Compiling Vapor FormDataDecoder+Content.swift
[2667/2796] Compiling Vapor FormDataEncoder+Content.swift
[2668/2796] Compiling Vapor Application+Password.swift
[2669/2796] Compiling Vapor Application+Passwords.swift
[2670/2796] Compiling Vapor AsyncPasswordHasher.swift
[2671/2796] Compiling Vapor BcryptHasher.swift
[2672/2796] Compiling Vapor PasswordHasher.swift
[2673/2796] Compiling Vapor PlaintextHasher.swift
[2674/2796] Compiling Vapor Request+Password.swift
[2675/2796] Compiling Vapor Redirect.swift
[2676/2796] Compiling Vapor Service.swift
[2677/2796] Compiling Vapor Application+Sessions.swift
[2678/2796] Compiling Vapor MemorySessions.swift
[2679/2796] Compiling Vapor Request+Session.swift
[2680/2796] Compiling Vapor Session.swift
[2681/2796] Compiling Vapor SessionCache.swift
[2682/2796] Compiling Vapor SessionData.swift
[2683/2796] Compiling Vapor SessionDriver.swift
[2684/2796] Compiling Vapor SessionsConfiguration.swift
[2685/2796] Compiling Vapor SessionsMiddleware.swift
[2686/2796] Compiling Vapor URLEncodedFormData.swift
[2687/2796] Compiling Vapor URLEncodedFormDecoder.swift
[2688/2796] Compiling Vapor URLEncodedFormEncoder.swift
[2689/2796] Compiling Vapor URLEncodedFormError.swift
[2690/2796] Compiling Vapor URLEncodedFormParser.swift
[2691/2796] Compiling Vapor URLEncodedFormSerializer.swift
[2692/2796] Compiling Vapor URLQueryFragmentConvertible.swift
[2693/2796] Compiling Vapor AnyResponse.swift
[2694/2796] Compiling Vapor Array+Random.swift
[2695/2796] Compiling Vapor Base32.swift
[2696/2796] Compiling Vapor Base64.swift
[2697/2796] Compiling Vapor BaseN.swift
[2698/2796] Compiling Vapor BasicCodingKey.swift
[2699/2796] Compiling Vapor ByteCount.swift
[2700/2796] Emitting module Vapor
[2701/2796] Compiling Vapor Bytes+Hex.swift
[2702/2796] Compiling Vapor Bytes+SecureCompare.swift
[2703/2796] Compiling Vapor Collection+Safe.swift
[2704/2796] Compiling Vapor DataProtocol+Copy.swift
[2705/2796] Compiling Vapor DecoderUnwrapper.swift
[2706/2796] Compiling Vapor DirectoryConfiguration.swift
[2707/2796] Compiling Vapor DotEnv.swift
[2708/2796] Compiling Vapor Extendable.swift
[2709/2796] Compiling Vapor File.swift
[2710/2796] Compiling Vapor FileIO.swift
[2711/2796] Compiling Vapor LifecycleHandler.swift
[2712/2796] Compiling Vapor OptionalType.swift
[2713/2796] Compiling Vapor RFC1123.swift
[2714/2796] Compiling Vapor SocketAddress+Hostname.swift
[2715/2796] Compiling Vapor Storage.swift
[2716/2796] Compiling Vapor String+IsIPAddress.swift
[2717/2796] Compiling Vapor Thread.swift
[2718/2796] Compiling Vapor URI.swift
[2719/2796] Compiling Vapor RangeResult.swift
[2720/2796] Compiling Vapor Validatable.swift
[2721/2796] Compiling Vapor Validation.swift
[2722/2796] Compiling Vapor ValidationKey.swift
[2723/2796] Compiling Vapor Validations.swift
[2724/2796] Compiling Vapor ValidationsError.swift
[2725/2796] Compiling Vapor Core.swift
[2726/2796] Compiling Vapor Running.swift
[2727/2796] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2728/2796] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2729/2796] Compiling Vapor DotEnvFile+load.swift
[2730/2796] Compiling Vapor Routes+caseInsenstive.swift
[2731/2796] Compiling Vapor Validatable+validate.swift
[2732/2796] Compiling Vapor Environment+Process.swift
[2733/2796] Compiling Vapor Environment+Secret.swift
[2734/2796] Compiling Vapor Environment.swift
[2735/2796] Compiling Vapor Abort.swift
[2736/2796] Compiling Vapor AbortError.swift
[2737/2796] Compiling Vapor DebuggableError.swift
[2738/2796] Compiling Vapor Demangler.swift
[2739/2796] Compiling Vapor ErrorSource.swift
[2740/2796] Compiling Vapor StackTrace.swift
[2741/2796] Compiling Vapor Exports.swift
[2742/2796] Compiling Vapor Application+HTTP.swift
[2743/2796] Compiling Vapor BasicResponder.swift
[2744/2796] Compiling Vapor BodyStream.swift
[2745/2796] Compiling Vapor Application+HTTP+Client.swift
[2746/2796] Compiling Vapor EventLoopHTTPClient.swift
[2747/2796] Compiling Vapor EndpointCache.swift
[2748/2796] Compiling Vapor HTTPMethod+String.swift
[2755/2796] Compiling Vapor HTTPHeaders+Connection.swift
[2756/2796] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2757/2796] Compiling Vapor HTTPHeaders+ContentRange.swift
[2758/2796] Compiling Vapor HTTPHeaders+Directive.swift
[2759/2796] Compiling Vapor HTTPHeaders+Forwarded.swift
[2760/2796] Compiling Vapor HTTPHeaders+Link.swift
[2761/2796] Compiling Vapor HTTPHeaders+Name.swift
[2762/2796] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2763/2796] Compiling Vapor HTTPHeaders.swift
[2764/2796] Compiling Vapor HTTPMediaType.swift
[2765/2796] Compiling Vapor HTTPMediaTypePreference.swift
[2766/2796] Compiling Vapor Responder.swift
[2767/2796] Compiling Vapor Application+HTTP+Server.swift
[2768/2796] Compiling Vapor HTTPServer.swift
[2769/2796] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2770/2796] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2771/2796] Compiling Vapor HTTPServerHandler.swift
[2772/2796] Compiling Vapor HTTPServerRequestDecoder.swift
[2773/2796] Compiling Vapor AsyncBasicResponder.swift
[2774/2796] Compiling Vapor AsyncMiddleware.swift
[2775/2796] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2776/2796] Compiling Vapor AsyncSessionDriver.swift
[2777/2796] Compiling Vapor Authentication+Concurrency.swift
[2778/2796] Compiling Vapor Cache+Concurrency.swift
[2779/2796] Compiling Vapor Client+Concurrency.swift
[2780/2796] Compiling Vapor RequestBody+Concurrency.swift
[2781/2796] Compiling Vapor Responder+Concurrency.swift
[2782/2796] Compiling Vapor ResponseCodable+Concurrency.swift
[2783/2796] Compiling Vapor RoutesBuilder+Concurrency.swift
[2784/2796] Compiling Vapor ViewRenderer+Concurrency.swift
[2785/2796] Compiling Vapor WebSocket+Concurrency.swift
[2786/2796] Compiling Vapor ContainerGetPathExecutor.swift
[2787/2796] Compiling Vapor Content.swift
[2788/2796] Compiling Vapor ContentCoders.swift
[2789/2796] Compiling Vapor ContentConfiguration.swift
[2790/2796] Compiling Vapor ContentContainer.swift
[2791/2796] Compiling Vapor JSONCoder+Custom.swift
[2792/2796] Compiling Vapor JSONCoders+Content.swift
[2793/2796] Compiling Vapor PlaintextDecoder.swift
[2794/2796] Compiling Vapor PlaintextEncoder.swift
[2795/2796] Compiling Vapor URLQueryCoders.swift
[2796/2796] Compiling Vapor URLQueryContainer.swift
[2798/2799] 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 {
[2799/2799] 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 {
[2801/2810] 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
[2802/2810] 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
[2803/2810] 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/2810] 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
[2805/2810] 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
[2806/2810] 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
[2807/2810] 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
[2808/2810] 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
[2809/2810] 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
[2810/2810] 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
Build complete! (278.88s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.