The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of google-cloud-kit, reference main (927b20), with Swift 6.1 for Android on 29 May 2025 16:12:38 UTC.

Swift 6 data race errors: 7

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/google-cloud-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/google-cloud-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 927b20c Merge pull request #55 from owainhunt/datastore-aggregation-query
Cloned https://github.com/vapor-community/google-cloud-kit.git
Revision (git rev-parse @):
927b20c4dce701ba83d8afaf7ce27d1961b989e5
SUCCESS checkout https://github.com/vapor-community/google-cloud-kit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/google-cloud-kit.git
https://github.com/vapor-community/google-cloud-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.13.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    }
  ],
  "manifest_display_name" : "google-cloud-kit",
  "name" : "google-cloud-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloudKit",
      "targets" : [
        "Core",
        "Datastore",
        "IAMServiceAccountCredentials",
        "PubSub",
        "SecretManager",
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudCore",
      "targets" : [
        "Core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudStorage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudDatastore",
      "targets" : [
        "Datastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudSecretManager",
      "targets" : [
        "SecretManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudIAMServiceAccountCredentials",
      "targets" : [
        "IAMServiceAccountCredentials"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudTranslation",
      "targets" : [
        "Translation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudPubSub",
      "targets" : [
        "PubSub"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TranslationTests",
      "module_type" : "SwiftTarget",
      "name" : "TranslationTests",
      "path" : "Translation/Tests",
      "sources" : [
        "TranslationTests.swift"
      ],
      "target_dependencies" : [
        "Translation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translation",
      "module_type" : "SwiftTarget",
      "name" : "Translation",
      "path" : "Translation/Sources",
      "product_memberships" : [
        "GoogleCloudTranslation"
      ],
      "sources" : [
        "API/TranslationAPI.swift",
        "Response/TranslationResponse.swift",
        "TranslationClient.swift",
        "TranslationConfig.swift",
        "TranslationError.swift",
        "TranslationRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageTests",
      "path" : "Storage/Tests",
      "sources" : [
        "StorageTests.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Storage/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudStorage"
      ],
      "sources" : [
        "API/BucketAccessControlAPI.swift",
        "API/ChannelsAPI.swift",
        "API/DefaultObjectACLAPI.swift",
        "API/ObjectACLAPI.swift",
        "API/StorageBucketAPI.swift",
        "API/StorageNotificationsAPI.swift",
        "API/StorageObjectAPI.swift",
        "CloudStorageError.swift",
        "Models/IAMPolicy.swift",
        "Models/StorageBucket.swift",
        "Models/StorageBucketList.swift",
        "Models/StorageClass.swift",
        "Models/StorageObject.swift",
        "StorageClient.swift",
        "StorageConfig.swift",
        "StorageRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SecretManager",
      "module_type" : "SwiftTarget",
      "name" : "SecretManager",
      "path" : "SecretManager/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudSecretManager"
      ],
      "sources" : [
        "API/SecretsAPI.swift",
        "Response/AccessSecretVersionResponse.swift",
        "Response/GoogleCloudSecretManagerDataResponse.swift",
        "SecretManagerClient.swift",
        "SecretManagerConfig.swift",
        "SecretManagerError.swift",
        "SecretManagerRequest.swift",
        "Types/SecretPayload.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PubSubTests",
      "module_type" : "SwiftTarget",
      "name" : "PubSubTests",
      "path" : "PubSub/Tests",
      "sources" : [
        "PubSubTests.swift"
      ],
      "target_dependencies" : [
        "PubSub"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PubSub",
      "module_type" : "SwiftTarget",
      "name" : "PubSub",
      "path" : "PubSub/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudPubSub"
      ],
      "sources" : [
        "API/SubscriptionsAPI.swift",
        "API/TopicsAPI.swift",
        "Models/AcknowledgeRequest.swift",
        "Models/ListTopicResponse.swift",
        "Models/PubSubMessage.swift",
        "Models/PublishRequest.swift",
        "Models/PublishResponse.swift",
        "Models/Subscription.swift",
        "Models/Topic.swift",
        "Models/TopicSubscriptionListResponse.swift",
        "PubSubClient.swift",
        "PubSubConfig.swift",
        "PubSubError.swift",
        "PubSubRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IAMServiceAccountCredentials",
      "module_type" : "SwiftTarget",
      "name" : "IAMServiceAccountCredentials",
      "path" : "IAMServiceAccountCredentials/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudIAMServiceAccountCredentials"
      ],
      "sources" : [
        "API/IAMServiceAccountCredentialsAPI.swift",
        "IAMServiceAccountCredentialsClient.swift",
        "IAMServiceAccountCredentialsConfig.swift",
        "IAMServiceAccountCredentialsError.swift",
        "IAMServiceAccountCredentialsRequest.swift",
        "Request/SignJWTRequest.swift",
        "Response/SignJWTResponse.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "DatastoreTests",
      "path" : "Datastore/Tests",
      "sources" : [
        "DatastoreTests.swift"
      ],
      "target_dependencies" : [
        "Datastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Datastore",
      "module_type" : "SwiftTarget",
      "name" : "Datastore",
      "path" : "Datastore/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudDatastore"
      ],
      "sources" : [
        "Data API/API/ProjectAPI.swift",
        "Data API/Models/Project API/Request/AllocateIdsRequest.swift",
        "Data API/Models/Project API/Request/BeginTransactionRequest.swift",
        "Data API/Models/Project API/Request/CommitRequest.swift",
        "Data API/Models/Project API/Request/LookupRequest.swift",
        "Data API/Models/Project API/Request/ReserveIdsRequest.swift",
        "Data API/Models/Project API/Request/RollbackRequest.swift",
        "Data API/Models/Project API/Request/RunAggregationQueryRequest.swift",
        "Data API/Models/Project API/Request/RunQueryRequest.swift",
        "Data API/Models/Project API/Response/AllocateIdsResponse.swift",
        "Data API/Models/Project API/Response/BeginTransactionResponse.swift",
        "Data API/Models/Project API/Response/CommitResponse.swift",
        "Data API/Models/Project API/Response/EmptyResponse.swift",
        "Data API/Models/Project API/Response/GoogleCloudDatastoreDataResponse.swift",
        "Data API/Models/Project API/Response/LookupResponse.swift",
        "Data API/Models/Project API/Response/MutationResult.swift",
        "Data API/Models/Project API/Response/RunAggregationQueryResponse.swift",
        "Data API/Models/Project API/Response/RunQueryResponse.swift",
        "Data API/Models/Project API/Types/AggregationQuery.swift",
        "Data API/Models/Project API/Types/ArrayValue.swift",
        "Data API/Models/Project API/Types/Entity.swift",
        "Data API/Models/Project API/Types/Key.swift",
        "Data API/Models/Project API/Types/LatLng.swift",
        "Data API/Models/Project API/Types/PartitionId.swift",
        "Data API/Models/Project API/Types/PathElement.swift",
        "Data API/Models/Project API/Types/Query.swift",
        "Data API/Models/Project API/Types/ReadOptions.swift",
        "Data API/Models/Project API/Types/TransactionOptions.swift",
        "Data API/Models/Project API/Types/Value.swift",
        "DatastoreClient.swift",
        "DatastoreConfig.swift",
        "DatastoreError.swift",
        "DatastoreRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Core/Tests",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CredentialTests.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Core/Sources",
      "product_dependencies" : [
        "JWTKit",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudCore",
        "GoogleCloudStorage",
        "GoogleCloudDatastore",
        "GoogleCloudSecretManager",
        "GoogleCloudIAMServiceAccountCredentials",
        "GoogleCloudTranslation",
        "GoogleCloudPubSub"
      ],
      "sources" : [
        "Configuration/Credentials/GoogleCloudCredentials.swift",
        "Configuration/GoogleCloudAPIConfiguration.swift",
        "Configuration/GoogleCloudCredentialsConfiguration.swift",
        "Configuration/GoogleCloudError.swift",
        "Configuration/OAuth/OAuthAccessToken.swift",
        "Configuration/OAuth/OAuthApplicationDefault.swift",
        "Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift",
        "Configuration/OAuth/OAuthPayload.swift",
        "Configuration/OAuth/OAuthRefreshable.swift",
        "Configuration/OAuth/OAuthServiceAccount.swift",
        "Extensions.swift",
        "GoogleCloudAPIRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/jwt-kit.git
[1/14014] Fetching async-http-client
[4626/23063] Fetching async-http-client, jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.25s)
Fetched https://github.com/vapor/jwt-kit.git from cache (1.26s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.25s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.51s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (3.56s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[2/8581] Fetching swift-nio-transport-services, swift-nio-extras
[3/12417] Fetching swift-nio-transport-services, swift-nio-extras, swift-log
[1111/14127] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics
[5324/25654] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics, swift-nio-http2
[6018/31613] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.77s)
Fetching https://github.com/apple/swift-nio-ssl.git
[16824/25699] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
[4592/13237] Fetching swift-atomics, swift-nio-http2
[13238/28080] Fetching swift-atomics, swift-nio-http2, swift-nio-ssl
[15910/104177] Fetching swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.08s)
[26262/102467] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.10s)
[16387/90940] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.89s)
Fetched https://github.com/apple/swift-nio.git from cache (5.92s)
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 (8.35s)
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.93s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.16s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/4985] Fetching swift-async-algorithms
[2295/6126] Fetching swift-async-algorithms, swift-http-structured-headers
[2896/12281] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates
[3941/14707] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[4139/15611] Fetching swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.63s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
[10735/13566] Fetching swift-async-algorithms, swift-certificates, swift-service-lifecycle
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.81s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.04s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.04s)
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.76s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.37s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.81s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.91s)
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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Datastore/Sources/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/SecretManager/Sources/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Storage/Sources/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Translation/Sources/README.md
Building for debugging...
[0/1231] Write sources
[9/1231] Compiling _NumericsShims _NumericsShims.c
[10/1231] Write sources
[12/1231] Compiling a_i2d_fp.c
[13/1231] Write sources
[33/1231] Compiling a_d2i_fp.c
[34/1231] Compiling _AtomicsShims.c
[35/1231] Compiling CNIOWindows shim.c
[36/1231] Compiling a_gentm.c
[36/1231] Compiling a_bitstr.c
[38/1231] Compiling CNIOWASI CNIOWASI.c
[38/1231] Compiling a_dup.c
[40/1231] Compiling CNIOWindows WSAStartup.c
[41/1231] Compiling CNIOLinux liburing_shims.c
[42/1231] Compiling CNIOLinux shim.c
[42/1231] Compiling CNIOExtrasZlib empty.c
[44/1231] Compiling CNIOLLHTTP c_nio_http.c
[44/1231] Write swift-version-24593BA9C3E375BF.txt
[46/1231] Compiling CNIODarwin shim.c
[47/1231] Compiling CNIOLLHTTP c_nio_api.c
[48/1231] Compiling a_int.c
[49/1231] Compiling fiat_p256_adx_sqr.S
[50/1231] Compiling fiat_p256_adx_mul.S
[51/1231] Compiling fiat_curve25519_adx_square.S
[52/1231] Compiling fiat_curve25519_adx_mul.S
[53/1235] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/1266] Compiling CNIOBoringSSLShims shims.c
[56/1266] Emitting module RealModule
[56/1267] Compiling tls_method.cc
[57/1267] Compiling tls_record.cc
[58/1267] Compiling tls13_server.cc
[60/1267] Emitting module _NIOBase64
[61/1267] Compiling _NIOBase64 Base64.swift
[62/1268] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/1268] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/1268] Compiling InternalCollectionsUtilities Descriptions.swift
[65/1268] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/1269] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/1269] Compiling RealModule Float80+Real.swift
[68/1269] Compiling RealModule RealFunctions.swift
[69/1269] Compiling RealModule Real.swift
[70/1269] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[71/1269] Compiling InternalCollectionsUtilities Integer rank.swift
[72/1269] Compiling RealModule ElementaryFunctions.swift
[75/1269] Emitting module InternalCollectionsUtilities
[78/1269] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/1269] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/1269] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/1269] Compiling InternalCollectionsUtilities Debugging.swift
[82/1269] Compiling RealModule Float16+Real.swift
[83/1269] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[84/1269] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[85/1269] Compiling _NIODataStructures PriorityQueue.swift
[86/1269] Compiling _NIODataStructures _TinyArray.swift
[88/1269] Compiling RealModule Float+Real.swift
[89/1270] Compiling _NIODataStructures Heap.swift
[90/1270] Emitting module _NIODataStructures
[93/1271] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/1272] Compiling tls13_enc.cc
[94/1272] Compiling tls13_client.cc
[96/1272] Compiling tls13_both.cc
[97/1272] Compiling t1_enc.cc
[99/1287] Compiling DequeModule _DequeBuffer.swift
[100/1287] Compiling DequeModule _DequeBufferHeader.swift
[101/1287] Compiling DequeModule Deque+Equatable.swift
[102/1287] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[103/1287] Compiling DequeModule Deque+CustomReflectable.swift
[104/1287] Compiling DequeModule Deque+Descriptions.swift
[104/1287] Compiling ssl_versions.cc
[105/1289] Compiling ssl_x509.cc
[107/1289] Compiling DequeModule Deque+Extras.swift
[108/1289] Compiling DequeModule Deque+Hashable.swift
[108/1289] Compiling ssl_stat.cc
[110/1289] Compiling DequeModule Deque+Testing.swift
[111/1289] Compiling DequeModule Deque._Storage.swift
[112/1289] Compiling DequeModule Deque._UnsafeHandle.swift
[113/1289] Compiling DequeModule Deque.swift
[113/1289] Compiling ssl_transcript.cc
[115/1289] Compiling DequeModule _DequeSlot.swift
[116/1289] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/1289] Compiling ssl_session.cc
[118/1289] Compiling DequeModule Deque+Codable.swift
[119/1289] Compiling DequeModule Deque+Collection.swift
[119/1289] Compiling ssl_privkey.cc
[121/1289] Compiling Logging MetadataProvider.swift
[122/1289] Compiling Logging Logging.swift
[123/1289] Compiling Logging LogHandler.swift
[124/1289] Compiling Logging Locks.swift
[125/1289] Emitting module Logging
[126/1289] Emitting module DequeModule
[128/1291] Compiling ssl_key_share.cc
[129/1291] Compiling ssl_credential.cc
[130/1291] Compiling ssl_file.cc
[131/1291] Compiling ssl_lib.cc
[132/1291] Compiling ssl_cipher.cc
[133/1291] Compiling ssl_asn1.cc
[134/1291] Compiling ssl_buffer.cc
[135/1291] Compiling ssl_cert.cc
[136/1291] Compiling s3_pkt.cc
[137/1291] Compiling ssl_aead_ctx.cc
[138/1291] Compiling s3_both.cc
[139/1291] Compiling s3_lib.cc
[140/1291] Compiling handshake.cc
[141/1291] Compiling handshake_server.cc
[142/1291] Compiling handshake_client.cc
[143/1291] Compiling handoff.cc
[144/1291] Compiling encrypted_client_hello.cc
[145/1291] Compiling dtls_method.cc
[146/1291] Compiling extensions.cc
[147/1291] Compiling md5-x86_64-linux.S
[148/1291] Compiling md5-x86_64-apple.S
[149/1291] Compiling md5-586-linux.S
[150/1291] Compiling md5-586-apple.S
[151/1291] Compiling chacha20_poly1305_x86_64-linux.S
[152/1291] Compiling d1_pkt.cc
[153/1291] Compiling dtls_record.cc
[154/1291] Compiling chacha20_poly1305_x86_64-apple.S
[155/1291] Compiling chacha20_poly1305_armv8-win.S
[156/1291] Compiling chacha20_poly1305_armv8-apple.S
[157/1291] Compiling chacha-x86_64-linux.S
[158/1291] Compiling d1_srtp.cc
[159/1291] Compiling chacha20_poly1305_armv8-linux.S
[160/1291] Compiling chacha-x86_64-apple.S
[161/1291] Compiling chacha-x86-linux.S
[162/1291] Compiling chacha-armv8-apple.S
[163/1291] Compiling chacha-x86-apple.S
[164/1291] Compiling chacha-armv8-win.S
[165/1291] Compiling chacha-armv8-linux.S
[166/1291] Compiling chacha-armv4-linux.S
[167/1291] Compiling aes128gcmsiv-x86_64-apple.S
[168/1291] Compiling aes128gcmsiv-x86_64-linux.S
[169/1291] Compiling x86_64-mont5-linux.S
[170/1291] Compiling x86_64-mont-apple.S
[171/1291] Compiling x86_64-mont5-apple.S
[172/1291] Compiling x86_64-mont-linux.S
[173/1291] Compiling x86-mont-linux.S
[174/1291] Compiling d1_lib.cc
[175/1291] Compiling x86-mont-apple.S
[176/1291] Compiling vpaes-x86-apple.S
[177/1291] Compiling vpaes-x86_64-linux.S
[178/1291] Compiling vpaes-armv8-win.S
[179/1291] Compiling vpaes-x86-linux.S
[180/1291] Compiling d1_both.cc
[180/1291] Compiling vpaes-x86_64-apple.S
[182/1291] Compiling vpaes-armv8-apple.S
[183/1291] Compiling sha512-x86_64-linux.S
[183/1291] Compiling vpaes-armv8-linux.S
[185/1291] Compiling sha512-x86_64-apple.S
[186/1291] Compiling vpaes-armv7-linux.S
[186/1291] Compiling sha512-armv8-win.S
[188/1291] Compiling sha512-armv8-linux.S
[189/1291] Compiling sha512-armv4-linux.S
[190/1291] Compiling sha512-586-linux.S
[191/1291] Compiling sha512-586-apple.S
[192/1291] Compiling sha256-x86_64-apple.S
[193/1291] Compiling sha512-armv8-apple.S
[194/1291] Compiling sha256-x86_64-linux.S
[195/1291] Compiling bio_ssl.cc
[196/1291] Compiling sha256-armv8-win.S
[197/1291] Compiling sha256-armv8-apple.S
[198/1291] Compiling sha256-586-linux.S
[199/1291] Compiling sha256-586-apple.S
[200/1291] Compiling sha256-armv4-linux.S
[201/1291] Compiling sha1-armv8-win.S
[202/1291] Compiling sha1-x86_64-apple.S
[203/1291] Compiling sha256-armv8-linux.S
[204/1291] Compiling sha1-x86_64-linux.S
[205/1291] Compiling err_data.cc
[206/1291] Compiling sha1-armv8-linux.S
[207/1291] Compiling sha1-armv8-apple.S
[208/1291] Compiling sha1-armv4-large-linux.S
[209/1291] Compiling rsaz-avx2-apple.S
[210/1291] Compiling rdrand-x86_64-linux.S
[211/1291] Compiling sha1-586-linux.S
[212/1291] Compiling rsaz-avx2-linux.S
[213/1291] Compiling rdrand-x86_64-apple.S
[214/1291] Compiling p256_beeu-x86_64-asm-linux.S
[215/1291] Compiling sha1-586-apple.S
[216/1291] Compiling p256_beeu-x86_64-asm-apple.S
[217/1291] Compiling p256_beeu-armv8-asm-win.S
[218/1291] Compiling p256_beeu-armv8-asm-linux.S
[219/1291] Compiling p256-armv8-asm-win.S
[220/1291] Compiling p256-x86_64-asm-apple.S
[221/1291] Compiling p256_beeu-armv8-asm-apple.S
[222/1291] Compiling p256-x86_64-asm-linux.S
[223/1291] Compiling p256-armv8-asm-linux.S
[224/1291] Compiling p256-armv8-asm-apple.S
[225/1291] Compiling ghashv8-armv8-apple.S
[226/1291] Compiling ghashv8-armv8-linux.S
[227/1291] Compiling ghashv8-armv8-win.S
[227/1291] Compiling ghashv8-armv7-linux.S
[229/1291] Compiling ghash-x86_64-linux.S
[230/1291] Compiling ghash-x86_64-apple.S
[231/1291] Compiling ghash-x86-apple.S
[232/1291] Compiling ghash-x86-linux.S
[233/1291] Compiling ghash-ssse3-x86_64-linux.S
[234/1291] Compiling ghash-ssse3-x86-linux.S
[235/1291] Compiling ghash-neon-armv8-win.S
[236/1291] Compiling ghash-neon-armv8-linux.S
[237/1291] Compiling ghash-ssse3-x86_64-apple.S
[238/1291] Compiling ghash-armv4-linux.S
[239/1291] Compiling ghash-ssse3-x86-apple.S
[240/1291] Compiling ghash-neon-armv8-apple.S
[241/1291] Compiling co-586-linux.S
[242/1291] Compiling co-586-apple.S
[243/1291] Compiling bsaes-armv7-linux.S
[244/1291] Compiling bn-armv8-win.S
[245/1291] Compiling bn-armv8-apple.S
[246/1291] Compiling bn-armv8-linux.S
[247/1291] Compiling bn-586-apple.S
[248/1291] Compiling bn-586-linux.S
[249/1291] Compiling armv8-mont-win.S
[250/1291] Compiling armv8-mont-apple.S
[251/1291] Compiling aesv8-gcm-armv8-win.S
[252/1291] Compiling aesv8-gcm-armv8-apple.S
[253/1291] Compiling armv4-mont-linux.S
[254/1291] Compiling armv8-mont-linux.S
[255/1291] Compiling aesv8-armv8-apple.S
[256/1291] Compiling aesv8-armv8-linux.S
[257/1291] Compiling aesv8-armv7-linux.S
[258/1291] Compiling aesv8-gcm-armv8-linux.S
[259/1291] Compiling aesv8-armv8-win.S
[260/1291] Compiling aesni-x86_64-linux.S
[261/1291] Compiling aesni-x86_64-apple.S
[262/1291] Compiling aesni-x86-linux.S
[263/1291] Compiling aesni-gcm-x86_64-apple.S
[264/1291] Compiling aesni-gcm-x86_64-linux.S
[265/1291] Compiling aesni-x86-apple.S
[266/1291] Compiling aes-gcm-avx2-x86_64-linux.S
[267/1291] Compiling aes-gcm-avx10-x86_64-apple.S
[268/1291] Compiling aes-gcm-avx2-x86_64-apple.S
[269/1291] Compiling aes-gcm-avx10-x86_64-linux.S
[270/1291] Compiling x_x509a.cc
[271/1291] Compiling x_pubkey.cc
[272/1291] Compiling x_spki.cc
[273/1291] Compiling x_x509.cc
[274/1291] Compiling x_val.cc
[275/1291] Compiling x_req.cc
[276/1291] Compiling x_sig.cc
[277/1291] Compiling x_name.cc
[278/1291] Compiling x_attrib.cc
[279/1291] Compiling x_algor.cc
[280/1291] Compiling x509spki.cc
[281/1291] Compiling x_exten.cc
[282/1291] Compiling x_all.cc
[283/1291] Compiling x_crl.cc
[284/1291] Compiling x509name.cc
[285/1291] Compiling x509rset.cc
[286/1291] Compiling x509cset.cc
[287/1291] Compiling x509_vpm.cc
[288/1291] Compiling x509_txt.cc
[289/1291] Compiling x509_vfy.cc
[290/1291] Compiling x509_v3.cc
[291/1291] Compiling x509_set.cc
[292/1291] Compiling x509_trs.cc
[293/1291] Compiling x509_req.cc
[294/1291] Compiling x509_obj.cc
[295/1291] Compiling x509_lu.cc
[296/1291] Compiling x509_d2.cc
[297/1291] Compiling x509_def.cc
[298/1291] Compiling x509_ext.cc
[299/1291] Compiling x509_cmp.cc
[300/1291] Compiling x509_att.cc
[301/1291] Compiling v3_utl.cc
[302/1291] Compiling x509.cc
[303/1291] Compiling v3_skey.cc
[304/1291] Compiling v3_pmaps.cc
[305/1291] Compiling v3_prn.cc
[306/1291] Compiling v3_purp.cc
[307/1291] Compiling v3_pcons.cc
[308/1291] Compiling v3_ncons.cc
[309/1291] Compiling v3_ocsp.cc
[310/1291] Compiling v3_lib.cc
[311/1291] Compiling v3_info.cc
[312/1291] Compiling v3_int.cc
[313/1291] Compiling v3_ia5.cc
[314/1291] Compiling v3_enum.cc
[315/1291] Compiling v3_genn.cc
[316/1291] Compiling v3_extku.cc
[317/1291] Compiling v3_cpols.cc
[318/1291] Compiling v3_crld.cc
[319/1291] Compiling v3_conf.cc
[320/1291] Compiling v3_bcons.cc
[321/1291] Compiling v3_alt.cc
[322/1291] Compiling v3_bitst.cc
[323/1291] Compiling v3_akeya.cc
[324/1291] Compiling v3_akey.cc
[325/1291] Compiling t_x509a.cc
[326/1291] Compiling t_x509.cc
[327/1291] Compiling policy.cc
[328/1291] Compiling t_req.cc
[329/1291] Compiling name_print.cc
[330/1291] Compiling i2d_pr.cc
[331/1291] Compiling rsa_pss.cc
[332/1291] Compiling asn1_gen.cc
[333/1291] Compiling t_crl.cc
[334/1291] Compiling a_sign.cc
[335/1291] Compiling voprf.cc
[336/1291] Compiling by_file.cc
[337/1291] Compiling algorithm.cc
[338/1291] Compiling a_digest.cc
[339/1291] Compiling a_verify.cc
[340/1291] Compiling by_dir.cc
[341/1291] Compiling trust_token.cc
[342/1291] Compiling thread_win.cc
[343/1291] Compiling thread_pthread.cc
[344/1291] Compiling thread_none.cc
[345/1291] Compiling thread.cc
[346/1291] Compiling pmbtoken.cc
[347/1291] Compiling stack.cc
[348/1291] Compiling siphash.cc
[349/1291] Compiling slhdsa.cc
[350/1291] Compiling sha512.cc
[351/1291] Compiling spake2plus.cc
[352/1291] Compiling rsa_extra.cc
[353/1291] Compiling sha256.cc
[354/1291] Compiling rsa_print.cc
[355/1291] Compiling sha1.cc
[356/1291] Compiling rsa_crypt.cc
[357/1291] Compiling rand.cc
[358/1291] Compiling windows.cc
[359/1291] Compiling refcount.cc
[360/1291] Compiling trusty.cc
[361/1291] Compiling urandom.cc
[362/1291] Compiling rc4.cc
[363/1291] Compiling getentropy.cc
[364/1291] Compiling rsa_asn1.cc
[365/1291] Compiling poly1305_arm_asm.S
[366/1291] Compiling passive.cc
[367/1291] Compiling ios.cc
[368/1291] Compiling fork_detect.cc
[369/1291] Compiling forkunsafe.cc
[370/1291] Compiling poly1305_arm.cc
[371/1291] Compiling deterministic.cc
[372/1291] Compiling poly1305_vec.cc
[373/1291] Compiling pool.cc
[374/1291] Compiling poly1305.cc
[375/1291] Compiling pkcs7.cc
[376/1291] Compiling p5_pbev2.cc
[377/1291] Compiling pkcs8.cc
[378/1291] Compiling pem_x509.cc
[379/1291] Compiling pkcs8_x509.cc
[380/1291] Compiling pkcs7_x509.cc
[381/1291] Compiling pem_xaux.cc
[382/1291] Compiling pem_pkey.cc
[383/1291] Compiling pem_pk8.cc
[384/1291] Compiling pem_oth.cc
[385/1291] Compiling mlkem.cc
[386/1291] Compiling mldsa.cc
[387/1291] Compiling obj_xref.cc
[388/1291] Compiling pem_info.cc
[389/1291] Compiling mem.cc
[390/1291] Compiling pem_lib.cc
[391/1291] Compiling pem_all.cc
[392/1291] Compiling obj.cc
[393/1291] Compiling poly_rq_mul.S
[394/1291] Compiling fips_shared_support.cc
[395/1291] Compiling md5.cc
[396/1291] Compiling md4.cc
[397/1291] Compiling lhash.cc
[398/1291] Compiling kyber.cc
[399/1291] Compiling ex_data.cc
[400/1291] Compiling hrss.cc
[401/1291] Compiling scrypt.cc
[402/1291] Compiling sign.cc
[403/1291] Compiling p_x25519.cc
[404/1291] Compiling pbkdf.cc
[404/1291] Compiling print.cc
[406/1291] Compiling hpke.cc
[407/1291] Compiling p_x25519_asn1.cc
[408/1291] Compiling p_rsa.cc
[409/1291] Compiling p_rsa_asn1.cc
[410/1291] Compiling p_ed25519.cc
[411/1291] Compiling p_hkdf.cc
[412/1291] Compiling p_ed25519_asn1.cc
[413/1291] Compiling p_ec.cc
[414/1291] Compiling p_dh_asn1.cc
[415/1291] Compiling p_dh.cc
[416/1291] Compiling p_ec_asn1.cc
[417/1291] Compiling p_dsa_asn1.cc
[418/1291] Compiling evp_ctx.cc
[419/1291] Compiling evp.cc
[420/1291] Compiling engine.cc
[421/1291] Compiling err.cc
[422/1291] Compiling evp_asn1.cc
[423/1291] Compiling ecdh.cc
[424/1291] Compiling bcm.cc
[425/1291] Compiling ecdsa_asn1.cc
[426/1291] Compiling hash_to_curve.cc
[427/1291] Compiling ec_derive.cc
[428/1291] Compiling ec_asn1.cc
[429/1291] Compiling dsa.cc
[430/1291] Compiling dsa_asn1.cc
[431/1291] Compiling x25519-asm-arm.S
[432/1291] Compiling des.cc
[433/1291] Compiling params.cc
[434/1291] Compiling digest_extra.cc
[435/1291] Compiling curve25519_64_adx.cc
[436/1291] Compiling dh_asn1.cc
[437/1291] Compiling spake25519.cc
[438/1291] Compiling cpu_intel.cc
[439/1291] Compiling cpu_arm_linux.cc
[440/1291] Compiling crypto.cc
[441/1291] Compiling curve25519.cc
[442/1291] Compiling cpu_arm_freebsd.cc
[443/1291] Compiling cpu_aarch64_win.cc
[444/1291] Compiling cpu_aarch64_openbsd.cc
[445/1291] Compiling cpu_aarch64_sysreg.cc
[446/1291] Compiling cpu_aarch64_linux.cc
[447/1291] Compiling cpu_aarch64_fuchsia.cc
[448/1291] Compiling tls_cbc.cc
[449/1291] Compiling conf.cc
[450/1291] Compiling cpu_aarch64_apple.cc
[451/1291] Compiling e_tls.cc
[452/1291] Compiling get_cipher.cc
[453/1291] Compiling e_rc4.cc
[454/1291] Compiling e_rc2.cc
[455/1291] Compiling e_null.cc
[456/1291] Compiling e_chacha20poly1305.cc
[457/1291] Compiling derive_key.cc
[458/1291] Compiling e_aesgcmsiv.cc
[459/1291] Compiling e_des.cc
[460/1291] Compiling e_aesctrhmac.cc
[461/1291] Compiling chacha.cc
[462/1291] Compiling unicode.cc
[463/1291] Compiling buf.cc
[464/1291] Compiling ber.cc
[465/1291] Compiling cbb.cc
[466/1291] Compiling asn1_compat.cc
[467/1291] Compiling cbs.cc
[468/1291] Compiling convert.cc
[469/1291] Compiling blake2.cc
[470/1291] Compiling bn_asn1.cc
[471/1291] Compiling pair.cc
[472/1291] Compiling socket.cc
[473/1291] Compiling socket_helper.cc
[474/1291] Compiling hexdump.cc
[475/1291] Compiling printf.cc
[476/1291] Compiling file.cc
[477/1291] Compiling fd.cc
[478/1291] Compiling connect.cc
[479/1291] Compiling bio_mem.cc
[480/1291] Compiling errno.cc
[481/1291] Compiling base64.cc
[482/1291] Compiling bio.cc
[483/1291] Compiling tasn_utl.cc
[484/1291] Compiling tasn_typ.cc
[485/1291] Compiling f_int.cc
[486/1291] Compiling tasn_enc.cc
[487/1291] Compiling tasn_fre.cc
[488/1291] Compiling f_string.cc
[489/1291] Compiling tasn_new.cc
[490/1291] Compiling tasn_dec.cc
[491/1291] Compiling posix_time.cc
[492/1291] Compiling asn_pack.cc
[493/1291] Compiling asn1_par.cc
[494/1291] Compiling asn1_lib.cc
[495/1291] Compiling a_utctm.cc
[496/1291] Compiling a_type.cc
[497/1291] Compiling a_octet.cc
[498/1291] Compiling a_time.cc
[499/1291] Compiling a_strex.cc
[500/1291] Compiling a_strnid.cc
[501/1291] Compiling a_mbstr.cc
[502/1291] Compiling a_int.cc
[503/1291] Compiling a_i2d_fp.cc
[504/1291] Compiling a_object.cc
[505/1291] Compiling fiat_p256_adx_sqr.S
[506/1291] Compiling fiat_p256_adx_mul.S
[507/1291] Compiling fiat_curve25519_adx_square.S
[508/1291] Compiling fiat_curve25519_adx_mul.S
[509/1291] Compiling a_bitstr.cc
[510/1291] Compiling a_dup.cc
[511/1291] Compiling a_gentm.cc
[512/1291] Compiling a_d2i_fp.cc
[513/1291] Compiling x_spki.c
[514/1291] Compiling x_sig.c
[515/1291] Compiling x_x509a.c
[516/1291] Compiling a_bool.cc
[517/1291] Compiling x_val.c
[518/1291] Compiling x_x509.c
[519/1291] Compiling x_req.c
[520/1291] Compiling x_name.c
[521/1291] Compiling x_attrib.c
[522/1291] Compiling x_exten.c
[523/1291] Compiling x_pubkey.c
[524/1291] Compiling x_crl.c
[525/1291] Compiling x_algor.c
[526/1291] Compiling x509spki.c
[527/1291] Compiling x509name.c
[528/1291] Compiling x509rset.c
[528/1291] Compiling x_all.c
[530/1291] Compiling x509cset.c
[531/1291] Compiling x509_vpm.c
[532/1291] Compiling x509_txt.c
[533/1291] Compiling x509_set.c
[534/1291] Compiling x509_vfy.c
[535/1291] Compiling x509_trs.c
[536/1291] Compiling x509_req.c
[537/1291] Compiling x509_obj.c
[538/1291] Compiling x509_v3.c
[539/1291] Compiling x509_def.c
[540/1291] Compiling x509_d2.c
[541/1291] Compiling x509_cmp.c
[541/1291] Compiling x509_ext.c
[543/1291] Compiling x509_lu.c
[544/1291] Compiling x509_att.c
[545/1291] Compiling x509.c
[546/1291] Compiling v3_utl.c
[547/1291] Compiling v3_purp.c
[548/1291] Compiling v3_pmaps.c
[549/1291] Compiling v3_prn.c
[550/1291] Compiling v3_pcons.c
[551/1291] Compiling v3_skey.c
[552/1291] Compiling v3_int.c
[553/1291] Compiling v3_ocsp.c
[554/1291] Compiling v3_info.c
[555/1291] Compiling v3_ia5.c
[556/1291] Compiling v3_ncons.c
[557/1291] Compiling v3_lib.c
[558/1291] Compiling v3_genn.c
[559/1291] Compiling v3_enum.c
[560/1291] Compiling v3_conf.c
[561/1291] Compiling v3_extku.c
[562/1291] Compiling v3_crld.c
[562/1291] Compiling v3_bitst.c
[564/1291] Compiling v3_cpols.c
[565/1291] Compiling c-nioatomics.c
[566/1291] Compiling v3_bcons.c
[567/1291] Compiling t_x509a.c
[568/1291] Compiling v3_akeya.c
[569/1291] Compiling t_req.c
[570/1291] Compiling v3_alt.c
[571/1291] Compiling t_x509.c
[572/1291] Compiling t_crl.c
[573/1291] Compiling i2d_pr.c
[573/1291] Compiling v3_akey.c
[575/1291] Compiling rsa_pss.c
[576/1291] Compiling name_print.c
[577/1291] Compiling by_file.c
[578/1291] Compiling policy.c
[579/1291] Compiling by_dir.c
[580/1291] Compiling algorithm.c
[581/1291] Compiling a_verify.c
[582/1291] Compiling thread_win.c
[583/1291] Compiling c-atomics.c
[584/1291] Compiling asn1_gen.c
[585/1291] Compiling a_sign.c
[586/1291] Compiling a_digest.c
[587/1291] Compiling thread_pthread.c
[588/1291] Compiling voprf.c
[589/1291] Compiling thread.c
[590/1291] Compiling trust_token.c
[591/1291] Compiling pmbtoken.c
[592/1291] Compiling thash.c
[592/1291] Compiling spx_util.c
[594/1291] Compiling thread_none.c
[595/1291] Compiling wots.c
[595/1291] Compiling merkle.c
[597/1291] Compiling stack.c
[598/1291] Compiling spx.c
[599/1294] Compiling rsa_print.c
[600/1294] Compiling address.c
[601/1296] Compiling fors.c
[602/1296] Compiling siphash.c
[603/1297] Compiling rsa_asn1.c
[604/1297] Compiling refcount.c
[605/1297] Compiling rc4.c
[606/1297] Compiling windows.c
[607/1297] Compiling passive.c
[608/1297] Compiling trusty.c
[609/1297] Compiling rand_extra.c
[610/1297] Compiling getentropy.c
[611/1297] Compiling ios.c
[612/1297] Compiling deterministic.c
[613/1297] Compiling rsa_crypt.c
[614/1297] Compiling poly1305_arm_asm.S
[615/1297] Compiling poly1305_vec.c
[616/1297] Compiling forkunsafe.c
[617/1297] Compiling poly1305_arm.c
[618/1297] Compiling pool.c
[619/1297] Compiling pkcs7.c
[620/1297] Compiling poly1305.c
[621/1297] Compiling p5_pbev2.c
[622/1297] Compiling pkcs8.c
[623/1297] Compiling pem_x509.c
[624/1297] Compiling pkcs8_x509.c
[626/1297] Compiling NIOConcurrencyHelpers NIOLock.swift
[627/1297] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[628/1297] Compiling NIOConcurrencyHelpers atomics.swift
[628/1297] Compiling pem_pkey.c
[629/1297] Compiling pkcs7_x509.c
[630/1297] Compiling pem_xaux.c
[631/1297] Compiling pem_oth.c
[633/1297] Compiling NIOConcurrencyHelpers lock.swift
[634/1297] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[634/1297] Compiling pem_lib.c
[635/1297] Compiling pem_pk8.c
[636/1297] Compiling obj_xref.c
[637/1297] Compiling mem.c
[639/1297] Emitting module NIOConcurrencyHelpers
[639/1298] Compiling pem_info.c
[640/1298] Compiling pem_all.c
[641/1298] Compiling lhash.c
[642/1298] Compiling obj.c
[642/1298] Compiling keccak.c
[644/1298] Compiling poly_rq_mul.S
[645/1298] Compiling kyber.c
[646/1298] Compiling x86_64-mont5-mac.mac.x86_64.S
[647/1298] Compiling x86_64-mont5-linux.linux.x86_64.S
[649/1298] Compiling x86_64-mont-mac.mac.x86_64.S
[650/1298] Compiling x86_64-mont-linux.linux.x86_64.S
[651/1298] Compiling x86-mont-linux.linux.x86.S
[652/1298] Compiling x86-mont-windows.windows.x86.S
[653/1298] Compiling vpaes-x86_64-linux.linux.x86_64.S
[654/1298] Compiling vpaes-x86_64-mac.mac.x86_64.S
[655/1298] Compiling hpke.c
[656/1298] Compiling vpaes-x86-linux.linux.x86.S
[657/1298] Compiling vpaes-armv7-linux.linux.arm.S
[658/1298] Compiling vpaes-x86-windows.windows.x86.S
[659/1298] Compiling vpaes-armv8-ios.ios.aarch64.S
[660/1298] Compiling vpaes-armv8-linux.linux.aarch64.S
[661/1298] Compiling sha512-x86_64-mac.mac.x86_64.S
[662/1298] Compiling vpaes-armv7-ios.ios.arm.S
[663/1298] Compiling kdf.c
[664/1298] Compiling sha512-x86_64-linux.linux.x86_64.S
[665/1298] Compiling sha512-armv8-ios.ios.aarch64.S
[666/1298] Compiling sha512-armv4-linux.linux.arm.S
[667/1298] Compiling sha512-armv8-linux.linux.aarch64.S
[668/1298] Compiling sha512-armv4-ios.ios.arm.S
[669/1298] Compiling sha512-586-linux.linux.x86.S
[670/1298] Compiling sha256-x86_64-mac.mac.x86_64.S
[671/1298] Compiling sha256-armv8-ios.ios.aarch64.S
[672/1298] Compiling sha512-586-windows.windows.x86.S
[673/1298] Compiling sha256-armv4-linux.linux.arm.S
[674/1298] Compiling sha256-x86_64-linux.linux.x86_64.S
[675/1298] Compiling sha256-586-windows.windows.x86.S
[676/1298] Compiling sha256-armv8-linux.linux.aarch64.S
[677/1298] Compiling sha256-586-linux.linux.x86.S
[678/1298] Compiling hrss.c
[679/1298] Compiling sha1-x86_64-linux.linux.x86_64.S
[680/1298] Compiling sha1-x86_64-mac.mac.x86_64.S
[681/1298] Compiling sha256-armv4-ios.ios.arm.S
[682/1298] Compiling sha1-armv8-ios.ios.aarch64.S
[683/1298] Compiling sha1-armv4-large-linux.linux.arm.S
[684/1298] Compiling sha1-586-windows.windows.x86.S
[685/1298] Compiling sha1-armv8-linux.linux.aarch64.S
[686/1298] Compiling sha1-586-linux.linux.x86.S
[687/1298] Compiling sha1-armv4-large-ios.ios.arm.S
[688/1298] Compiling sha512.c
[689/1298] Compiling sha1.c
[690/1298] Compiling service_indicator.c
[691/1298] Compiling sha256.c
[692/1298] Compiling rsaz-avx2-mac.mac.x86_64.S
[693/1298] Compiling fips.c
[694/1298] Compiling rsaz-avx2-linux.linux.x86_64.S
[695/1298] Compiling self_check.c
[696/1298] Compiling blinding.c
[697/1298] Compiling rdrand-x86_64-mac.mac.x86_64.S
[698/1298] Compiling padding.c
[699/1298] Compiling rdrand-x86_64-linux.linux.x86_64.S
[700/1298] Compiling rsa.c
[701/1298] Compiling urandom.c
[702/1298] Compiling fork_detect.c
[703/1298] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[704/1298] Compiling rand.c
[705/1298] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[706/1298] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[707/1298] Compiling ctrdrbg.c
[708/1298] Compiling rsa_impl.c
[709/1298] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[710/1298] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[711/1298] Compiling p256-armv8-asm-linux.linux.aarch64.S
[712/1298] Compiling p256-armv8-asm-ios.ios.aarch64.S
[713/1298] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[714/1298] Compiling ofb.c
[715/1298] Compiling polyval.c
[716/1298] Compiling gcm_nohw.c
[717/1298] Compiling md5-x86_64-mac.mac.x86_64.S
[718/1298] Compiling cfb.c
[719/1298] Compiling md5-x86_64-linux.linux.x86_64.S
[719/1298] Compiling ctr.c
[721/1298] Compiling cbc.c
[722/1298] Compiling gcm.c
[723/1298] Compiling md5-586-windows.windows.x86.S
[724/1298] Compiling md5-586-linux.linux.x86.S
[725/1298] Compiling md5.c
[726/1298] Compiling hmac.c
[727/1298] Compiling ghashv8-armv8-ios.ios.aarch64.S
[728/1298] Compiling md4.c
[729/1298] Compiling hkdf.c
[730/1298] Compiling ghashv8-armv7-ios.ios.arm.S
[731/1298] Compiling ghashv8-armv8-linux.linux.aarch64.S
[732/1298] Compiling ghashv8-armv7-linux.linux.arm.S
[733/1298] Compiling ghash-x86_64-mac.mac.x86_64.S
[734/1298] Compiling ghash-x86-linux.linux.x86.S
[735/1298] Compiling ghash-x86-windows.windows.x86.S
[736/1298] Compiling ghash-x86_64-linux.linux.x86_64.S
[737/1298] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[738/1298] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[739/1298] Compiling ghash-ssse3-x86-windows.windows.x86.S
[740/1298] Compiling ghash-ssse3-x86-linux.linux.x86.S
[741/1298] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[742/1298] Compiling ghash-armv4-linux.linux.arm.S
[743/1298] Compiling fips_shared_support.c
[744/1298] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[745/1298] Compiling ghash-armv4-ios.ios.arm.S
[746/1298] Compiling ecdsa.c
[747/1298] Compiling ecdh.c
[748/1298] Compiling util.c
[749/1298] Compiling scalar.c
[750/1298] Compiling simple.c
[751/1298] Compiling wnaf.c
[751/1298] Compiling simple_mul.c
[753/1298] Compiling p256.c
[754/1298] Compiling felem.c
[755/1298] Compiling p224-64.c
[756/1298] Compiling ec_montgomery.c
[757/1298] Compiling digests.c
[758/1298] Compiling ec_key.c
[759/1298] Compiling digest.c
[760/1298] Compiling oct.c
[761/1298] Compiling dh.c
[761/1298] Compiling digestsign.c
[763/1298] Compiling ec.c
[764/1298] Compiling check.c
[765/1298] Compiling co-586-linux.linux.x86.S
[766/1298] Compiling cmac.c
[767/1298] Compiling co-586-windows.windows.x86.S
[768/1298] Compiling e_aesccm.c
[769/1298] Compiling p256-nistz.c
[770/1298] Compiling bsaes-armv7-linux.linux.arm.S
[771/1298] Compiling aead.c
[772/1298] Compiling bsaes-armv7-ios.ios.arm.S
[773/1298] Compiling cipher.c
[774/1298] Compiling sqrt.c
[775/1298] Compiling shift.c
[776/1298] Compiling e_aes.c
[777/1298] Compiling rsaz_exp.c
[778/1298] Compiling montgomery_inv.c
[779/1298] Compiling mul.c
[780/1298] Compiling prime.c
[781/1298] Compiling random.c
[782/1298] Compiling jacobi.c
[783/1298] Compiling montgomery.c
[784/1298] Compiling gcd.c
[785/1298] Compiling div_extra.c
[786/1298] Compiling gcd_extra.c
[787/1298] Compiling exponentiation.c
[788/1298] Compiling div.c
[789/1298] Compiling generic.c
[790/1298] Compiling ctx.c
[791/1298] Compiling bn-armv8-linux.linux.aarch64.S
[792/1298] Compiling x86_64-gcc.c
[793/1298] Compiling cmp.c
[794/1298] Compiling bn-armv8-ios.ios.aarch64.S
[795/1298] Compiling bytes.c
[796/1298] Compiling bn-586-windows.windows.x86.S
[797/1298] Compiling bn.c
[798/1298] Compiling bn-586-linux.linux.x86.S
[799/1298] Compiling armv4-mont-ios.ios.arm.S
[800/1298] Compiling armv8-mont-ios.ios.aarch64.S
[801/1298] Compiling add.c
[802/1298] Compiling armv8-mont-linux.linux.aarch64.S
[803/1298] Compiling armv4-mont-linux.linux.arm.S
[804/1298] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[805/1298] Compiling aesv8-armv8-ios.ios.aarch64.S
[806/1298] Compiling aesv8-armv7-linux.linux.arm.S
[807/1298] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[808/1298] Compiling aesv8-armv7-ios.ios.arm.S
[809/1298] Compiling aesni-x86_64-mac.mac.x86_64.S
[810/1298] Compiling aesni-x86_64-linux.linux.x86_64.S
[811/1298] Compiling aesni-x86-windows.windows.x86.S
[811/1298] Compiling aesv8-armv8-linux.linux.aarch64.S
[813/1298] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[814/1298] Compiling aesni-x86-linux.linux.x86.S
[815/1298] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[816/1298] Compiling mode_wrappers.c
[817/1298] Compiling key_wrap.c
[818/1298] Compiling ex_data.c
[819/1298] Compiling aes.c
[820/1298] Compiling sign.c
[821/1298] Compiling scrypt.c
[822/1298] Compiling print.c
[823/1298] Compiling aes_nohw.c
[824/1298] Compiling pbkdf.c
[825/1298] Compiling p_x25519.c
[826/1298] Compiling p_rsa_asn1.c
[827/1298] Compiling p_x25519_asn1.c
[828/1298] Compiling p_rsa.c
[829/1298] Compiling p_hkdf.c
[830/1298] Compiling p_ed25519.c
[831/1298] Compiling p_ec_asn1.c
[832/1298] Compiling p_ed25519_asn1.c
[833/1298] Compiling p_ec.c
[834/1298] Compiling err_data.c
[835/1298] Compiling evp_asn1.c
[836/1298] Compiling p_dsa_asn1.c
[837/1298] Compiling evp.c
[838/1298] Compiling evp_ctx.c
[839/1298] Compiling engine.c
[840/1298] Compiling ecdh_extra.c
[841/1298] Compiling ecdsa_asn1.c
[842/1298] Compiling ec_derive.c
[843/1298] Compiling hash_to_curve.c
[844/1298] Compiling err.c
[845/1298] Compiling dsa_asn1.c
[846/1298] Compiling dh_asn1.c
[847/1298] Compiling ec_asn1.c
[848/1298] Compiling params.c
[849/1298] Compiling digest_extra.c
[850/1298] Compiling dsa.c
[851/1298] Compiling curve25519_64_adx.c
[852/1298] Compiling spake25519.c
[853/1298] Compiling cpu_intel.c
[854/1298] Compiling x25519-asm-arm.S
[855/1298] Compiling crypto.c
[856/1298] Compiling des.c
[857/1298] Compiling cpu_arm_freebsd.c
[858/1298] Compiling cpu_arm_linux.c
[859/1298] Compiling cpu_aarch64_linux.c
[860/1298] Compiling cpu_aarch64_openbsd.c
[861/1298] Compiling cpu_aarch64_win.c
[862/1298] Compiling cpu_aarch64_sysreg.c
[863/1298] Compiling cpu_aarch64_fuchsia.c
[864/1298] Compiling cpu_aarch64_apple.c
[865/1298] Compiling e_rc2.c
[866/1298] Compiling e_null.c
[867/1298] Compiling e_rc4.c
[868/1298] Compiling curve25519.c
[869/1298] Compiling conf.c
[870/1298] Compiling e_tls.c
[871/1298] Compiling tls_cbc.c
[872/1298] Compiling e_chacha20poly1305.c
[873/1298] Compiling e_des.c
[874/1298] Compiling e_aesgcmsiv.c
[875/1298] Compiling cipher_extra.c
[876/1298] Compiling derive_key.c
[877/1298] Compiling e_aesctrhmac.c
[878/1298] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[879/1298] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[880/1298] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[881/1298] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[881/1298] Compiling chacha-x86_64-mac.mac.x86_64.S
[883/1298] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[884/1298] Compiling chacha-x86_64-linux.linux.x86_64.S
[885/1298] Compiling chacha.c
[886/1298] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[887/1298] Compiling chacha-x86-linux.linux.x86.S
[888/1298] Compiling chacha-armv4-linux.linux.arm.S
[889/1298] Compiling chacha-x86-windows.windows.x86.S
[889/1298] Compiling chacha-armv8-ios.ios.aarch64.S
[891/1298] Compiling chacha-armv4-ios.ios.arm.S
[892/1298] Compiling unicode.c
[893/1298] Compiling chacha-armv8-linux.linux.aarch64.S
[894/1298] Compiling ber.c
[895/1298] Compiling bn_asn1.c
[896/1298] Compiling cbb.c
[897/1298] Compiling buf.c
[898/1298] Compiling asn1_compat.c
[898/1298] Compiling socket_helper.c
[900/1298] Compiling printf.c
[901/1298] Compiling cbs.c
[902/1298] Compiling blake2.c
[903/1298] Compiling socket.c
[904/1298] Compiling pair.c
[905/1298] Compiling errno.c
[906/1298] Compiling convert.c
[907/1298] Compiling hexdump.c
[908/1298] Compiling connect.c
[909/1298] Compiling file.c
[910/1298] Compiling bio_mem.c
[911/1298] Compiling base64.c
[912/1298] Compiling bio.c
[913/1298] Compiling fd.c
[914/1298] Compiling tasn_typ.c
[914/1298] Compiling tasn_new.c
[916/1298] Compiling tasn_fre.c
[917/1298] Compiling tasn_utl.c
[918/1298] Compiling tasn_enc.c
[919/1298] Compiling f_int.c
[920/1298] Compiling asn1_par.c
[921/1298] Compiling tasn_dec.c
[922/1298] Compiling posix_time.c
[923/1298] Compiling f_string.c
[924/1298] Compiling asn_pack.c
[925/1298] Compiling a_utctm.c
[926/1298] Compiling asn1_lib.c
[927/1298] Compiling a_time.c
[928/1298] Compiling a_type.c
[929/1298] Compiling a_strnid.c
[930/1298] Compiling a_mbstr.c
[931/1298] Compiling a_bool.c
[932/1298] Compiling a_octet.c
[933/1298] Compiling fiat_p256_adx_sqr.S
[934/1298] Compiling fiat_p256_adx_mul.S
[935/1298] Compiling a_object.c
[936/1298] Compiling fiat_curve25519_adx_mul.S
[937/1298] Compiling md5-x86_64-linux.S
[938/1298] Compiling a_strex.c
[939/1298] Compiling fiat_curve25519_adx_square.S
[940/1298] Compiling md5-586-apple.S
[941/1298] Compiling md5-x86_64-apple.S
[942/1298] Compiling md5-586-linux.S
[943/1298] Compiling chacha20_poly1305_x86_64-linux.S
[944/1298] Compiling chacha20_poly1305_x86_64-apple.S
[945/1298] Compiling chacha20_poly1305_armv8-win.S
[946/1298] Compiling chacha20_poly1305_armv8-apple.S
[947/1298] Compiling chacha-x86_64-apple.S
[948/1298] Compiling chacha-x86_64-linux.S
[949/1298] Compiling chacha-x86-linux.S
[950/1298] Compiling chacha-x86-apple.S
[950/1298] Compiling chacha20_poly1305_armv8-linux.S
[952/1298] Compiling chacha-armv8-win.S
[953/1298] Compiling chacha-armv4-linux.S
[954/1298] Compiling chacha-armv8-apple.S
[955/1298] Compiling chacha-armv8-linux.S
[956/1298] Compiling aes128gcmsiv-x86_64-apple.S
[957/1298] Compiling x86_64-mont5-linux.S
[958/1298] Compiling CCryptoBoringSSLShims shims.c
[959/1298] Compiling aes128gcmsiv-x86_64-linux.S
[960/1298] Compiling x86_64-mont5-apple.S
[961/1298] Compiling x86-mont-linux.S
[962/1298] Compiling x86_64-mont-linux.S
[962/1298] Compiling x86_64-mont-apple.S
[964/1298] Compiling vpaes-x86_64-linux.S
[965/1298] Compiling x86-mont-apple.S
[966/1298] Compiling vpaes-x86_64-apple.S
[967/1298] Compiling vpaes-x86-apple.S
[968/1298] Compiling vpaes-x86-linux.S
[969/1298] Compiling vpaes-armv8-win.S
[970/1298] Compiling vpaes-armv8-apple.S
[971/1298] Compiling vpaes-armv7-linux.S
[972/1298] Compiling vpaes-armv8-linux.S
[973/1298] Compiling sha512-x86_64-linux.S
[974/1298] Compiling sha512-x86_64-apple.S
[975/1298] Compiling sha512-armv8-win.S
[976/1298] Compiling sha512-armv8-linux.S
[976/1298] Compiling sha512-armv4-linux.S
[978/1298] Compiling sha512-armv8-apple.S
[979/1298] Compiling sha512-586-apple.S
[980/1298] Compiling err_data.cc
[981/1298] Compiling sha512-586-linux.S
[982/1298] Compiling sha256-x86_64-linux.S
[983/1298] Compiling sha256-x86_64-apple.S
[984/1298] Compiling sha256-armv8-win.S
[985/1298] Compiling sha256-586-apple.S
[986/1298] Compiling sha256-armv8-linux.S
[986/1298] Compiling sha256-armv4-linux.S
[988/1298] Compiling sha256-586-linux.S
[988/1298] Compiling sha256-armv8-apple.S
[990/1298] Compiling sha1-x86_64-linux.S
[991/1298] Compiling sha1-x86_64-apple.S
[992/1298] Compiling sha1-armv8-win.S
[993/1298] Compiling sha1-586-linux.S
[994/1298] Compiling sha1-armv8-linux.S
[995/1298] Compiling sha1-586-apple.S
[996/1298] Compiling sha1-armv8-apple.S
[997/1298] Compiling sha1-armv4-large-linux.S
[998/1298] Compiling rsaz-avx2-apple.S
[999/1298] Compiling rsaz-avx2-linux.S
[1000/1298] Compiling rdrand-x86_64-linux.S
[1001/1298] Compiling p256_beeu-x86_64-asm-apple.S
[1001/1298] Compiling rdrand-x86_64-apple.S
[1003/1298] Compiling p256_beeu-armv8-asm-linux.S
[1004/1298] Compiling p256_beeu-armv8-asm-apple.S
[1005/1298] Compiling p256_beeu-armv8-asm-win.S
[1006/1298] Compiling p256_beeu-x86_64-asm-linux.S
[1007/1298] Compiling p256-x86_64-asm-linux.S
[1008/1298] Compiling p256-x86_64-asm-apple.S
[1009/1298] Compiling ghashv8-armv8-win.S
[1010/1298] Compiling p256-armv8-asm-win.S
[1011/1298] Compiling p256-armv8-asm-linux.S
[1011/1298] Compiling ghashv8-armv8-linux.S
[1013/1298] Compiling ghashv8-armv8-apple.S
[1014/1298] Compiling p256-armv8-asm-apple.S
[1014/1298] Compiling ghashv8-armv7-linux.S
[1016/1298] Compiling ghash-x86_64-linux.S
[1017/1298] Compiling ghash-x86-linux.S
[1018/1298] Compiling ghash-x86_64-apple.S
[1019/1298] Compiling ghash-ssse3-x86_64-linux.S
[1019/1298] Compiling ghash-x86-apple.S
[1021/1298] Compiling ghash-ssse3-x86-linux.S
[1022/1298] Compiling ghash-ssse3-x86_64-apple.S
[1023/1298] Compiling ghash-ssse3-x86-apple.S
[1024/1298] Compiling ghash-neon-armv8-win.S
[1025/1298] Compiling ghash-neon-armv8-linux.S
[1026/1298] Compiling ghash-neon-armv8-apple.S
[1027/1298] Compiling ghash-armv4-linux.S
[1028/1298] Compiling co-586-linux.S
[1029/1298] Compiling bsaes-armv7-linux.S
[1030/1298] Compiling bn-armv8-win.S
[1031/1298] Compiling co-586-apple.S
[1032/1298] Compiling bn-armv8-linux.S
[1033/1298] Compiling bn-586-linux.S
[1034/1298] Compiling bn-armv8-apple.S
[1035/1298] Compiling bn-586-apple.S
[1036/1298] Compiling armv4-mont-linux.S
[1037/1298] Compiling armv8-mont-win.S
[1038/1298] Compiling armv8-mont-apple.S
[1038/1298] Compiling armv8-mont-linux.S
[1040/1298] Compiling aesv8-gcm-armv8-win.S
[1041/1298] Compiling aesv8-armv8-win.S
[1042/1298] Compiling aesv8-gcm-armv8-apple.S
[1043/1298] Compiling aesv8-gcm-armv8-linux.S
[1044/1298] Compiling aesv8-armv8-linux.S
[1045/1298] Compiling aesni-x86_64-linux.S
[1046/1298] Compiling aesv8-armv7-linux.S
[1047/1298] Compiling aesv8-armv8-apple.S
[1048/1298] Compiling aesni-x86_64-apple.S
[1049/1298] Compiling aesni-x86-apple.S
[1050/1298] Compiling aesni-gcm-x86_64-linux.S
[1051/1298] Compiling aesni-x86-linux.S
[1052/1298] Compiling aes-gcm-avx10-x86_64-apple.S
[1053/1298] Compiling aes-gcm-avx10-x86_64-linux.S
[1054/1298] Compiling aesni-gcm-x86_64-apple.S
[1055/1298] Compiling x_x509a.cc
[1056/1298] Compiling x_spki.cc
[1057/1298] Compiling x_req.cc
[1058/1298] Compiling x_val.cc
[1059/1298] Compiling x_name.cc
[1060/1298] Compiling x_x509.cc
[1061/1298] Compiling x_sig.cc
[1062/1298] Compiling x_pubkey.cc
[1063/1298] Compiling x_attrib.cc
[1064/1298] Compiling x509name.cc
[1065/1298] Compiling x_exten.cc
[1066/1298] Compiling x_algor.cc
[1067/1298] Compiling x_crl.cc
[1068/1298] Compiling x509rset.cc
[1069/1298] Compiling x509spki.cc
[1070/1298] Compiling x_all.cc
[1071/1298] Compiling x509cset.cc
[1072/1298] Compiling x509_vpm.cc
[1073/1298] Compiling x509_trs.cc
[1073/1298] Compiling x509_set.cc
[1075/1298] Compiling x509_vfy.cc
[1076/1298] Compiling x509_v3.cc
[1077/1298] Compiling x509_txt.cc
[1078/1298] Compiling x509_req.cc
[1079/1298] Compiling x509_obj.cc
[1080/1298] Compiling x509_lu.cc
[1081/1298] Compiling x509_def.cc
[1082/1298] Compiling x509_d2.cc
[1083/1298] Compiling x509_cmp.cc
[1084/1298] Compiling x509_ext.cc
[1085/1298] Compiling x509.cc
[1086/1298] Compiling x509_att.cc
[1087/1298] Compiling v3_utl.cc
[1088/1298] Compiling v3_skey.cc
[1089/1298] Compiling v3_pmaps.cc
[1089/1298] Compiling v3_purp.cc
[1089/1298] Compiling v3_pcons.cc
[1090/1298] Compiling v3_prn.cc
[1093/1298] Compiling v3_ocsp.cc
[1094/1298] Compiling v3_ncons.cc
[1095/1298] Compiling v3_int.cc
[1096/1298] Compiling v3_lib.cc
[1097/1298] Compiling v3_ia5.cc
[1098/1298] Compiling v3_extku.cc
[1099/1298] Compiling v3_genn.cc
[1100/1298] Compiling v3_enum.cc
[1101/1298] Compiling v3_info.cc
[1102/1298] Compiling v3_crld.cc
[1103/1298] Compiling v3_cpols.cc
[1104/1298] Compiling v3_conf.cc
[1105/1298] Compiling v3_bitst.cc
[1106/1298] Compiling v3_bcons.cc
[1107/1298] Compiling v3_alt.cc
[1108/1298] Compiling v3_akey.cc
[1109/1298] Compiling v3_akeya.cc
[1110/1298] Compiling t_x509a.cc
[1111/1298] Compiling t_x509.cc
[1112/1298] Compiling i2d_pr.cc
[1113/1298] Compiling t_req.cc
[1114/1298] Compiling rsa_pss.cc
[1115/1298] Compiling t_crl.cc
[1116/1298] Compiling name_print.cc
[1117/1298] Compiling policy.cc
[1118/1298] Compiling by_file.cc
[1119/1298] Compiling by_dir.cc
[1120/1298] Compiling asn1_gen.cc
[1121/1298] Compiling algorithm.cc
[1122/1298] Compiling a_sign.cc
[1123/1298] Compiling a_digest.cc
[1124/1298] Compiling a_verify.cc
[1125/1298] Compiling voprf.cc
[1126/1298] Compiling trust_token.cc
[1127/1298] Compiling thread_win.cc
[1128/1298] Compiling thread_pthread.cc
[1129/1298] Compiling thread_none.cc
[1130/1298] Compiling thread.cc
[1131/1298] Compiling stack.cc
[1132/1298] Compiling pmbtoken.cc
[1133/1298] Compiling wots.cc
[1134/1298] Compiling thash.cc
[1135/1298] Compiling slhdsa.cc
[1136/1298] Compiling fors.cc
[1137/1298] Compiling merkle.cc
[1138/1298] Compiling siphash.cc
[1139/1298] Compiling sha256.cc
[1140/1298] Compiling sha1.cc
[1141/1298] Compiling sha512.cc
[1142/1298] Compiling rsa_extra.cc
[1143/1298] Compiling rsa_print.cc
[1144/1298] Compiling rsa_crypt.cc
[1145/1298] Compiling rc4.cc
[1146/1298] Compiling windows.cc
[1147/1298] Compiling refcount.cc
[1148/1298] Compiling passive.cc
[1149/1298] Compiling urandom.cc
[1150/1298] Compiling trusty.cc
[1151/1298] Compiling rsa_asn1.cc
[1152/1298] Compiling rand_extra.cc
[1153/1298] Compiling getentropy.cc
[1154/1298] Compiling deterministic.cc
[1155/1298] Compiling ios.cc
[1156/1298] Compiling poly1305_arm_asm.S
[1157/1298] Compiling forkunsafe.cc
[1158/1298] Compiling fork_detect.cc
[1159/1298] Compiling poly1305_vec.cc
[1160/1298] Compiling pool.cc
[1161/1298] Compiling poly1305_arm.cc
[1162/1298] Compiling pkcs7.cc
[1163/1298] Compiling poly1305.cc
[1164/1298] Compiling p5_pbev2.cc
[1165/1298] Compiling pkcs8_x509.cc
[1166/1298] Compiling pkcs8.cc
[1167/1298] Compiling pkcs7_x509.cc
[1168/1298] Compiling pem_xaux.cc
[1169/1298] Compiling pem_x509.cc
[1170/1298] Compiling pem_pkey.cc
[1171/1298] Compiling pem_oth.cc
[1172/1298] Compiling pem_pk8.cc
[1173/1298] Compiling pem_info.cc
[1174/1298] Compiling pem_lib.cc
[1175/1298] Compiling obj_xref.cc
[1176/1298] Compiling pem_all.cc
[1177/1298] Compiling mldsa.cc
[1178/1298] Compiling lhash.cc
[1179/1298] Compiling mem.cc
[1180/1298] Compiling poly_rq_mul.S
[1181/1298] Compiling obj.cc
[1182/1298] Compiling fips_shared_support.cc
[1183/1298] Compiling md5.cc
[1184/1298] Compiling mlkem.cc
[1185/1298] Compiling md4.cc
[1186/1298] Compiling kyber.cc
[1187/1298] Compiling ex_data.cc
[1188/1298] Compiling sign.cc
[1189/1298] Compiling print.cc
[1190/1298] Compiling hrss.cc
[1191/1298] Compiling hpke.cc
[1192/1298] Compiling scrypt.cc
[1193/1298] Compiling pbkdf.cc
[1194/1298] Compiling p_x25519_asn1.cc
[1195/1298] Compiling p_x25519.cc
[1196/1298] Compiling p_rsa_asn1.cc
[1197/1298] Compiling p_ed25519.cc
[1198/1298] Compiling p_ed25519_asn1.cc
[1199/1298] Compiling p_hkdf.cc
[1200/1298] Compiling p_rsa.cc
[1201/1298] Compiling p_ec_asn1.cc
[1202/1298] Compiling p_ec.cc
[1203/1298] Compiling evp_ctx.cc
[1204/1298] Compiling evp_asn1.cc
[1205/1298] Compiling p_dh_asn1.cc
[1206/1298] Compiling p_dh.cc
[1207/1298] Compiling p_dsa_asn1.cc
[1208/1298] Compiling err.cc
[1209/1298] Compiling ecdh_extra.cc
[1210/1298] Compiling evp.cc
[1211/1298] Compiling hash_to_curve.cc
[1212/1298] Compiling engine.cc
[1213/1298] Compiling ec_derive.cc
[1214/1298] Compiling ec_asn1.cc
[1215/1298] Compiling ecdsa_asn1.cc
[1216/1298] Compiling dsa_asn1.cc
[1217/1298] Compiling dsa.cc
[1218/1298] Compiling bcm.cc
[1219/1298] Compiling x25519-asm-arm.S
[1220/1298] Compiling params.cc
[1221/1298] Compiling curve25519_64_adx.cc
[1222/1298] Compiling spake25519.cc
[1223/1298] Compiling digest_extra.cc
[1224/1298] Compiling dh_asn1.cc
[1225/1298] Compiling des.cc
[1226/1298] Compiling crypto.cc
[1227/1298] Compiling curve25519.cc
[1228/1298] Compiling cpu_arm_freebsd.cc
[1229/1298] Compiling cpu_intel.cc
[1230/1298] Compiling cpu_aarch64_win.cc
[1231/1298] Compiling cpu_arm_linux.cc
[1232/1298] Compiling cpu_aarch64_sysreg.cc
[1233/1298] Compiling cpu_aarch64_openbsd.cc
[1234/1298] Compiling cpu_aarch64_apple.cc
[1235/1298] Compiling cpu_aarch64_fuchsia.cc
[1236/1298] Compiling cpu_aarch64_linux.cc
[1237/1298] Compiling tls_cbc.cc
[1238/1298] Compiling conf.cc
[1239/1298] Compiling e_rc4.cc
[1240/1298] Compiling e_null.cc
[1241/1298] Compiling e_tls.cc
[1242/1298] Compiling e_rc2.cc
[1243/1298] Compiling e_aesgcmsiv.cc
[1244/1298] Compiling derive_key.cc
[1245/1298] Compiling e_des.cc
[1246/1298] Compiling e_aesctrhmac.cc
[1247/1298] Compiling e_chacha20poly1305.cc
[1248/1298] Compiling cipher_extra.cc
[1249/1298] Compiling chacha.cc
[1250/1298] Compiling cbb.cc
[1251/1298] Compiling asn1_compat.cc
[1252/1298] Compiling unicode.cc
[1253/1298] Compiling ber.cc
[1254/1298] Compiling convert.cc
[1255/1298] Compiling buf.cc
[1256/1298] Compiling printf.cc
[1257/1298] Compiling cbs.cc
[1258/1298] Compiling blake2.cc
[1259/1298] Compiling pair.cc
[1260/1298] Compiling hexdump.cc
[1261/1298] Compiling bn_asn1.cc
[1262/1298] Compiling bio.cc
[1263/1298] Compiling bio_mem.cc
[1264/1298] Compiling errno.cc
[1265/1298] Compiling file.cc
[1266/1298] Compiling fd.cc
[1267/1298] Compiling tasn_typ.cc
[1268/1298] Compiling base64.cc
[1269/1298] Compiling tasn_utl.cc
[1270/1298] Compiling tasn_enc.cc
[1271/1298] Compiling f_int.cc
[1272/1298] Compiling tasn_fre.cc
[1273/1298] Compiling posix_time.cc
[1274/1298] Compiling f_string.cc
[1275/1298] Compiling asn_pack.cc
[1276/1298] Compiling tasn_dec.cc
[1277/1298] Compiling tasn_new.cc
[1278/1298] Compiling asn1_par.cc
[1279/1298] Compiling a_type.cc
[1280/1298] Compiling a_time.cc
[1281/1298] Compiling a_utctm.cc
[1282/1298] Compiling a_strnid.cc
[1283/1298] Compiling a_octet.cc
[1284/1298] Compiling asn1_lib.cc
[1285/1298] Compiling a_strex.cc
[1286/1298] Compiling a_object.cc
[1287/1298] Compiling a_i2d_fp.cc
[1288/1298] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1289/1298] Write sources
[1290/1298] Compiling a_d2i_fp.cc
[1291/1298] Write sources
[1292/1298] Compiling a_dup.cc
[1293/1298] Compiling a_mbstr.cc
[1294/1298] Compiling a_int.cc
[1295/1333] Compiling a_gentm.cc
[1296/1342] Compiling a_bool.cc
[1297/1342] Compiling a_bitstr.cc
[1299/1350] Compiling Algorithms Permutations.swift
[1300/1350] Compiling Algorithms Product.swift
[1301/1352] Compiling Algorithms MinMax.swift
[1302/1352] Compiling Algorithms Partition.swift
[1303/1352] Compiling Algorithms Grouped.swift
[1304/1352] Compiling Algorithms Indexed.swift
[1305/1352] Compiling Algorithms AdjacentPairs.swift
[1306/1352] Compiling Algorithms Chain.swift
[1307/1352] Compiling Algorithms Chunked.swift
[1308/1352] Compiling Algorithms Combinations.swift
[1309/1352] Compiling Algorithms Compacted.swift
[1310/1352] Compiling Algorithms Cycle.swift
[1311/1352] Compiling Algorithms EitherSequence.swift
[1312/1352] Compiling Algorithms FirstNonNil.swift
[1313/1352] Compiling Algorithms FlattenCollection.swift
[1314/1352] Compiling Atomics IntegerOperations.swift
[1315/1352] Compiling Atomics Unmanaged extensions.swift
[1318/1352] Compiling Algorithms Suffix.swift
[1319/1355] Compiling Algorithms RandomSample.swift
[1320/1355] Compiling Algorithms Reductions.swift
[1321/1355] Compiling Algorithms Rotate.swift
[1325/1355] Compiling Algorithms Trim.swift
[1326/1355] Compiling Algorithms Unique.swift
[1327/1355] Compiling Algorithms Windows.swift
[1328/1355] Compiling Algorithms Joined.swift
[1329/1355] Compiling Algorithms Keyed.swift
[1338/1355] Compiling Algorithms Intersperse.swift
[1346/1355] Emitting module Atomics
[1348/1356] Emitting module Algorithms
[1349/1357] Compiling CryptoBoringWrapper RandomBytes.swift
[1350/1357] Emitting module CryptoBoringWrapper
[1352/1417] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1353/1417] Compiling CryptoBoringWrapper EllipticCurve.swift
[1354/1417] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1355/1417] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1356/1417] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1357/1417] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1359/1418] Compiling NIOCore MulticastChannel.swift
[1360/1418] Compiling NIOCore NIOAny.swift
[1361/1418] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1362/1418] Compiling NIOCore NIOLoopBound.swift
[1363/1418] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1364/1418] Compiling NIOCore NIOScheduledCallback.swift
[1365/1418] Compiling NIOCore NIOSendable.swift
[1366/1418] Compiling NIOCore RecvByteBufferAllocator.swift
[1367/1426] Compiling NIOCore IO.swift
[1368/1426] Compiling NIOCore IOData.swift
[1369/1426] Compiling NIOCore IPProtocol.swift
[1370/1426] Compiling NIOCore IntegerBitPacking.swift
[1371/1426] Compiling NIOCore IntegerTypes.swift
[1372/1426] Compiling NIOCore Interfaces.swift
[1373/1426] Compiling NIOCore Linux.swift
[1374/1426] Compiling NIOCore MarkedCircularBuffer.swift
[1375/1429] Compiling NIOCore CircularBuffer.swift
[1376/1429] Compiling NIOCore Codec.swift
[1377/1429] Compiling NIOCore ConvenienceOptionSupport.swift
[1378/1429] Compiling NIOCore DeadChannel.swift
[1379/1429] Compiling NIOCore DispatchQueue+WithFuture.swift
[1380/1429] Compiling NIOCore EventLoop+Deprecated.swift
[1381/1429] Compiling NIOCore EventLoop+SerialExecutor.swift
[1382/1429] Compiling NIOCore EventLoop.swift
[1383/1497] Compiling Crypto AES-GCM.swift
[1384/1497] Compiling Crypto AES-GCM_boring.swift
[1385/1497] Compiling Crypto ChaChaPoly_boring.swift
[1386/1497] Compiling Crypto ChaChaPoly.swift
[1387/1497] Compiling Crypto Cipher.swift
[1388/1497] Compiling Crypto Nonces.swift
[1389/1497] Compiling Crypto ASN1.swift
[1390/1497] Compiling Crypto ASN1Any.swift
[1391/1497] Compiling Crypto ASN1BitString.swift
[1392/1497] Compiling Crypto HPKE-Utils.swift
[1393/1497] Compiling Crypto DHKEM.swift
[1394/1497] Compiling Crypto HPKE-KEM-Curve25519.swift
[1395/1497] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1396/1497] Compiling Crypto HPKE-KEM.swift
[1397/1497] Compiling Crypto HPKE-Errors.swift
[1398/1497] Compiling Crypto HPKE.swift
[1399/1497] Compiling Crypto HPKE-Context.swift
[1400/1497] Compiling Crypto HPKE-KeySchedule.swift
[1401/1497] Compiling Crypto HPKE-Modes.swift
[1402/1497] Compiling Crypto Insecure.swift
[1403/1497] Compiling Crypto Insecure_HashFunctions.swift
[1404/1497] Compiling Crypto KEM.swift
[1405/1497] Compiling Crypto ECDH_boring.swift
[1406/1497] Compiling Crypto DH.swift
[1407/1497] Compiling Crypto ECDH.swift
[1408/1497] Compiling Crypto HKDF.swift
[1409/1497] Compiling Crypto X25519Keys.swift
[1410/1497] Compiling Crypto SymmetricKeys.swift
[1411/1497] Compiling Crypto HMAC.swift
[1412/1497] Compiling Crypto MACFunctions.swift
[1413/1497] Compiling Crypto MessageAuthenticationCode.swift
[1414/1497] Compiling Crypto AES.swift
[1415/1497] Compiling Crypto ECDSASignature_boring.swift
[1416/1497] Compiling Crypto ECDSA_boring.swift
[1418/1497] Compiling Crypto AESWrap.swift
[1419/1497] Compiling Crypto AESWrap_boring.swift
[1420/1497] Compiling Crypto Ed25519_boring.swift
[1421/1497] Compiling Crypto NISTCurvesKeys_boring.swift
[1422/1497] Compiling Crypto X25519Keys_boring.swift
[1423/1497] Compiling Crypto Curve25519.swift
[1424/1497] Compiling Crypto Ed25519Keys.swift
[1425/1497] Compiling Crypto NISTCurvesKeys.swift
[1434/1497] Compiling Crypto EdDSA_boring.swift
[1435/1497] Compiling Crypto ECDSA.swift
[1436/1497] Compiling Crypto Ed25519.swift
[1437/1506] Emitting module Crypto
[1447/1506] Compiling Crypto ASN1Boolean.swift
[1458/1506] Compiling Crypto PKCS8PrivateKey.swift
[1459/1506] Compiling Crypto SEC1PrivateKey.swift
[1460/1506] Compiling Crypto SubjectPublicKeyInfo.swift
[1461/1506] Compiling Crypto CryptoKitErrors.swift
[1462/1506] Compiling Crypto Digest_boring.swift
[1463/1506] Compiling Crypto Digest.swift
[1464/1506] Compiling Crypto Digests.swift
[1465/1506] Compiling Crypto HashFunctions.swift
[1466/1506] Compiling Crypto HashFunctions_SHA2.swift
[1467/1506] Compiling Crypto HPKE-AEAD.swift
[1468/1506] Compiling Crypto HPKE-Ciphersuite.swift
[1469/1506] Compiling Crypto HPKE-KDF.swift
[1470/1506] Compiling Crypto HPKE-KexKeyDerivation.swift
[1471/1506] Compiling Crypto HPKE-LabeledExtract.swift
[1478/1506] Compiling Crypto ASN1Identifier.swift
[1479/1506] Compiling Crypto ASN1Integer.swift
[1480/1506] Compiling Crypto ASN1Null.swift
[1481/1506] Compiling Crypto ASN1OctetString.swift
[1482/1506] Compiling Crypto ASN1Strings.swift
[1483/1506] Compiling Crypto ArraySliceBigint.swift
[1484/1506] Compiling Crypto GeneralizedTime.swift
[1485/1506] Compiling Crypto ObjectIdentifier.swift
[1486/1506] Compiling Crypto ECDSASignature.swift
[1487/1506] Compiling Crypto PEMDocument.swift
[1488/1506] Compiling Crypto Signature.swift
[1489/1506] Compiling Crypto CryptoKitErrors_boring.swift
[1490/1506] Compiling Crypto RNG_boring.swift
[1491/1506] Compiling Crypto SafeCompare_boring.swift
[1492/1506] Compiling Crypto Zeroization_boring.swift
[1493/1506] Compiling Crypto PrettyBytes.swift
[1494/1506] Compiling Crypto SafeCompare.swift
[1495/1506] Compiling Crypto SecureBytes.swift
[1496/1506] Compiling Crypto Zeroization.swift
[1498/1554] Emitting module NIOCore
[1499/1554] Compiling JWTKit JWTUnixEpochClaim.swift
[1500/1554] Compiling JWTKit LocaleClaim.swift
[1501/1554] Compiling JWTKit NotBeforeClaim.swift
[1502/1554] Compiling JWTKit SubjectClaim.swift
[1503/1554] Compiling JWTKit ECDSAError.swift
[1504/1554] Compiling JWTKit ECDSAKey.swift
[1505/1554] Compiling JWTKit ECDSASigner.swift
[1506/1554] Compiling JWTKit JWTSigner+ECDSA.swift
[1507/1554] Compiling JWTKit EdDSAError.swift
[1509/1555] Emitting module JWTKit
[1510/1561] Compiling JWTKit AudienceClaim.swift
[1511/1561] Compiling JWTKit BoolClaim.swift
[1512/1561] Compiling JWTKit ExpirationClaim.swift
[1513/1561] Compiling JWTKit GoogleHostedDomainClaim.swift
[1514/1561] Compiling JWTKit IDClaim.swift
[1515/1561] Compiling JWTKit IssuedAtClaim.swift
[1516/1561] Compiling JWTKit IssuerClaim.swift
[1517/1561] Compiling JWTKit JWTClaim.swift
[1518/1561] Compiling JWTKit JWTMultiValueClaim.swift
[1524/1561] Compiling JWTKit JWTAlgorithm.swift
[1525/1561] Compiling JWTKit JWTError.swift
[1526/1561] Compiling JWTKit JWTHeader.swift
[1527/1561] Compiling JWTKit JWTParser.swift
[1528/1561] Compiling JWTKit JWTPayload.swift
[1529/1561] Compiling JWTKit JWTSerializer.swift
[1534/1561] Compiling JWTKit EdDSAKey.swift
[1535/1561] Compiling JWTKit EdDSASigner.swift
[1536/1561] Compiling JWTKit JWTSigner+EdDSA.swift
[1537/1561] Compiling JWTKit OctetKeyPair.swift
[1538/1561] Compiling JWTKit HMACError.swift
[1539/1561] Compiling JWTKit HMACSigner.swift
[1540/1561] Compiling JWTKit JWTSigner+HMAC.swift
[1541/1561] Compiling JWTKit JWK.swift
[1542/1561] Compiling JWTKit JWKIdentifier.swift
[1543/1561] Compiling JWTKit JWKS.swift
[1544/1561] Compiling JWTKit JWTSigner.swift
[1545/1561] Compiling JWTKit JWTSigners.swift
[1546/1561] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1547/1561] Compiling JWTKit UnsecuredNoneSigner.swift
[1548/1561] Compiling JWTKit JWTSigner+RSA.swift
[1549/1561] Compiling JWTKit RSAError.swift
[1550/1561] Compiling JWTKit RSAKey.swift
[1551/1561] Compiling JWTKit RSASigner.swift
[1552/1561] Compiling JWTKit Base64URL.swift
[1553/1561] Compiling JWTKit BigNumber.swift
[1554/1561] Compiling JWTKit CustomizedJSONCoders.swift
[1555/1561] Compiling JWTKit Exports.swift
[1556/1561] Compiling JWTKit OpenSSLSigner.swift
[1557/1561] Compiling JWTKit Utilities.swift
[1558/1561] Compiling JWTKit AppleIdentityToken.swift
[1559/1561] Compiling JWTKit GoogleIdentityToken.swift
[1560/1561] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1561/1561] Compiling JWTKit X5CVerifier.swift
[1563/1612] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1564/1612] Compiling NIOEmbedded AsyncTestingChannel.swift
[1565/1612] Emitting module NIOEmbedded
[1566/1612] Compiling NIOEmbedded Embedded.swift
[1568/1613] Compiling NIOPosix SelectableChannel.swift
[1569/1613] Compiling NIOPosix SelectableEventLoop.swift
[1570/1613] Compiling NIOPosix SelectorEpoll.swift
[1571/1613] Compiling NIOPosix SelectorGeneric.swift
[1572/1613] Compiling NIOPosix SelectorKqueue.swift
[1573/1613] Compiling NIOPosix SelectorUring.swift
[1574/1619] Emitting module NIOPosix
[1575/1619] Compiling NIOPosix IO.swift
[1576/1619] Compiling NIOPosix IntegerBitPacking.swift
[1577/1619] Compiling NIOPosix IntegerTypes.swift
[1578/1619] Compiling NIOPosix Linux.swift
[1579/1619] Compiling NIOPosix LinuxCPUSet.swift
[1580/1619] Compiling NIOPosix LinuxUring.swift
[1581/1619] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1582/1619] Compiling NIOPosix BSDSocketAPICommon.swift
[1583/1619] Compiling NIOPosix BSDSocketAPIPosix.swift
[1584/1619] Compiling NIOPosix BSDSocketAPIWindows.swift
[1585/1619] Compiling NIOPosix BaseSocket.swift
[1586/1619] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1587/1619] Compiling NIOPosix BaseSocketChannel.swift
[1588/1619] Compiling NIOPosix BaseStreamSocketChannel.swift
[1589/1619] Compiling NIOPosix ThreadPosix.swift
[1590/1619] Compiling NIOPosix ThreadWindows.swift
[1591/1619] Compiling NIOPosix UnsafeTransfer.swift
[1592/1619] Compiling NIOPosix Utilities.swift
[1593/1619] Compiling NIOPosix VsockAddress.swift
[1594/1619] Compiling NIOPosix VsockChannelEvents.swift
[1595/1619] Compiling NIOPosix ServerSocket.swift
[1596/1619] Compiling NIOPosix Socket.swift
[1597/1619] Compiling NIOPosix SocketChannel.swift
[1598/1619] Compiling NIOPosix SocketProtocols.swift
[1599/1619] Compiling NIOPosix System.swift
[1600/1619] Compiling NIOPosix Thread.swift
[1601/1619] Compiling NIOPosix Pool.swift
[1602/1619] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1603/1619] Compiling NIOPosix PosixSingletons.swift
[1604/1619] Compiling NIOPosix RawSocketBootstrap.swift
[1605/1619] Compiling NIOPosix Resolver.swift
[1606/1619] Compiling NIOPosix Selectable.swift
[1607/1619] Compiling NIOPosix NIOThreadPool.swift
[1608/1619] Compiling NIOPosix NonBlockingFileIO.swift
[1609/1619] Compiling NIOPosix PendingDatagramWritesManager.swift
[1610/1619] Compiling NIOPosix PendingWritesManager.swift
[1611/1619] Compiling NIOPosix PipeChannel.swift
[1612/1619] Compiling NIOPosix PipePair.swift
[1613/1619] Compiling NIOPosix Bootstrap.swift
[1614/1619] Compiling NIOPosix ControlMessage.swift
[1615/1619] Compiling NIOPosix DatagramVectorReadManager.swift
[1616/1619] Compiling NIOPosix Errors+Any.swift
[1617/1619] Compiling NIOPosix FileDescriptor.swift
[1618/1619] Compiling NIOPosix GetaddrinfoResolver.swift
[1619/1619] Compiling NIOPosix HappyEyeballs.swift
[1621/1622] Emitting module NIO
[1622/1622] Compiling NIO Exports.swift
[1624/1662] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1625/1662] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1626/1662] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1627/1662] Compiling NIOTLS TLSEvents.swift
[1628/1662] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1629/1662] Compiling NIOSOCKS SOCKSResponse.swift
[1630/1662] Compiling NIOSOCKS ClientStateMachine.swift
[1631/1663] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1632/1663] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1633/1663] Compiling NIOHTTP1 HTTPEncoder.swift
[1634/1663] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1635/1663] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1636/1663] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1637/1663] Emitting module NIOSOCKS
[1638/1663] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1639/1663] Compiling NIOHTTP1 HTTPDecoder.swift
[1640/1663] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1641/1663] Compiling NIOTLS SNIHandler.swift
[1642/1663] Emitting module NIOTLS
[1643/1663] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1644/1663] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1645/1664] Compiling NIOSOCKS ServerStateMachine.swift
[1646/1665] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1647/1665] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1648/1665] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1649/1665] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1652/1667] Emitting module NIOFoundationCompat
[1653/1667] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1655/1679] Compiling NIOSSL NIOSSLHandler.swift
[1656/1680] Compiling NIOSSL NIOSSLServerHandler.swift
[1657/1680] Compiling NIOSSL ObjectIdentifier.swift
[1658/1680] Compiling NIOSSL PosixPort.swift
[1659/1719] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1660/1719] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1661/1719] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1662/1719] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1663/1719] Emitting module NIOTransportServices
[1664/1721] Compiling NIOTransportServices AcceptHandler.swift
[1665/1721] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1666/1721] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1667/1721] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1668/1721] Compiling NIOTransportServices NIOTSSingletons.swift
[1669/1721] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1670/1721] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1671/1721] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1672/1721] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1673/1721] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1674/1721] Compiling NIOTransportServices NIOTSErrors.swift
[1675/1721] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1676/1721] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1679/1721] Compiling NIOTransportServices NIOTSEventLoop.swift
[1680/1721] Compiling NIOTransportServices NIOTSBootstraps.swift
[1683/1721] Compiling NIOTransportServices StateManagedChannel.swift
[1684/1721] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1685/1721] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1688/1721] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1693/1722] Emitting module NIOHTTP1
[1695/1723] Emitting module NIOSSL
[1700/1745] Compiling NIOSSL SubjectAlternativeName.swift
[1701/1745] Compiling NIOSSL NIOSSLSecureBytes.swift
[1702/1745] Compiling NIOSSL RNG.swift
[1703/1745] Compiling NIOSSL SafeCompare.swift
[1704/1745] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1705/1745] Compiling NIOHPACK IntegerCoding.swift
[1706/1746] Compiling NIOHPACK IndexedHeaderTable.swift
[1707/1746] Compiling NIOHPACK HuffmanTables.swift
[1708/1746] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1709/1746] Compiling NIOHTTPCompression HTTPDecompression.swift
[1710/1746] Compiling NIOHPACK StaticHeaderTable.swift
[1711/1746] Emitting module NIOHPACK
[1712/1746] Compiling NIOHPACK DynamicHeaderTable.swift
[1713/1746] Compiling NIOHPACK HPACKDecoder.swift
[1716/1746] Compiling NIOHPACK HPACKEncoder.swift
[1717/1746] Compiling NIOHPACK HPACKErrors.swift
[1718/1746] Compiling NIOHPACK HPACKHeader.swift
[1719/1746] Compiling NIOHPACK HeaderTables.swift
[1730/1746] Compiling NIOHPACK HuffmanCoding.swift
[1731/1746] Emitting module NIOHTTPCompression
[1732/1746] Compiling NIOHTTPCompression HTTPCompression.swift
[1733/1746] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1734/1746] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1738/1747] Compiling NIOSSL SSLPKCS12Bundle.swift
[1745/1806] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1746/1806] Compiling NIOHTTP2 HTTP2PingData.swift
[1747/1806] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1748/1806] Compiling NIOHTTP2 HTTP2Settings.swift
[1750/1807] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1751/1807] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1752/1807] Compiling NIOHTTP2 HasLocalSettings.swift
[1753/1807] Compiling NIOHTTP2 HasRemoteSettings.swift
[1754/1807] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1755/1807] Compiling NIOHTTP2 QuiescingState.swift
[1756/1807] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1757/1807] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1758/1815] Emitting module NIOHTTP2
[1759/1815] Compiling NIOHTTP2 InboundWindowManager.swift
[1760/1815] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1761/1815] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1762/1815] Compiling NIOHTTP2 StreamChannelList.swift
[1763/1815] Compiling NIOHTTP2 StreamMap.swift
[1764/1815] Compiling NIOHTTP2 StreamStateMachine.swift
[1765/1815] Compiling NIOHTTP2 UnsafeTransfer.swift
[1766/1815] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1767/1815] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1768/1815] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1769/1815] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1770/1815] Compiling NIOHTTP2 HTTP2StreamID.swift
[1771/1815] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1772/1815] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1773/1815] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1774/1815] Compiling NIOHTTP2 InboundEventBuffer.swift
[1775/1815] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1776/1815] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1777/1815] Compiling NIOHTTP2 MayReceiveFrames.swift
[1778/1815] Compiling NIOHTTP2 ReceivingDataState.swift
[1779/1815] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1780/1815] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1781/1815] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1782/1815] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1783/1815] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1784/1815] Compiling NIOHTTP2 StateMachineResult.swift
[1785/1815] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1786/1815] Compiling NIOHTTP2 DOSHeuristics.swift
[1787/1815] Compiling NIOHTTP2 Error+Any.swift
[1788/1815] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1789/1815] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1790/1815] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1791/1815] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1792/1815] Compiling NIOHTTP2 MaySendFrames.swift
[1793/1815] Compiling NIOHTTP2 SendingDataState.swift
[1794/1815] Compiling NIOHTTP2 SendingGoawayState.swift
[1795/1815] Compiling NIOHTTP2 SendingHeadersState.swift
[1796/1815] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1797/1815] Compiling NIOHTTP2 SendingRstStreamState.swift
[1798/1815] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1799/1815] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1800/1815] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1801/1815] Compiling NIOHTTP2 HTTP2Frame.swift
[1802/1815] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1807/1815] Compiling NIOHTTP2 HTTP2Stream.swift
[1808/1815] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1809/1815] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1810/1815] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1811/1815] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1812/1815] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1813/1815] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1814/1815] Compiling NIOHTTP2 HTTP2Error.swift
[1815/1815] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1817/1876] Emitting module AsyncHTTPClient
[1818/1884] Compiling AsyncHTTPClient HTTPHandler.swift
[1819/1884] Compiling AsyncHTTPClient LRUCache.swift
[1820/1884] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1821/1884] Compiling AsyncHTTPClient NWErrorHandler.swift
[1822/1884] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1823/1884] Compiling AsyncHTTPClient TLSConfiguration.swift
[1824/1884] Compiling AsyncHTTPClient RedirectState.swift
[1825/1884] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1826/1884] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1827/1884] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1828/1884] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1829/1884] Compiling AsyncHTTPClient HTTP1Connection.swift
[1830/1884] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1831/1884] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1832/1884] Compiling AsyncHTTPClient HTTP2Connection.swift
[1833/1884] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1834/1884] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1835/1884] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1836/1884] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1837/1884] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1838/1884] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1839/1884] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1840/1884] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1841/1884] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1842/1884] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1843/1884] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1844/1884] Compiling AsyncHTTPClient RequestOptions.swift
[1845/1884] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1846/1884] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1847/1884] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1848/1884] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1849/1884] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1850/1884] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1851/1884] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1852/1884] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1853/1884] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1854/1884] Compiling AsyncHTTPClient Transaction.swift
[1855/1884] Compiling AsyncHTTPClient Base64.swift
[1856/1884] Compiling AsyncHTTPClient BasicAuth.swift
[1857/1884] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1858/1884] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1859/1884] Compiling AsyncHTTPClient ConnectionPool.swift
[1860/1884] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1861/1884] Compiling AsyncHTTPClient ConnectionTarget.swift
[1862/1884] Compiling AsyncHTTPClient DeconstructedURL.swift
[1863/1884] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1864/1884] Compiling AsyncHTTPClient FoundationExtensions.swift
[1865/1884] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1866/1884] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1867/1884] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1868/1884] Compiling AsyncHTTPClient HTTPClient.swift
[1869/1884] Compiling AsyncHTTPClient RequestBag.swift
[1870/1884] Compiling AsyncHTTPClient RequestValidation.swift
[1871/1884] Compiling AsyncHTTPClient SSLContextCache.swift
[1872/1884] Compiling AsyncHTTPClient Scheme.swift
[1873/1884] Compiling AsyncHTTPClient Singleton.swift
[1874/1884] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1875/1884] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1876/1884] Compiling AsyncHTTPClient Utils.swift
[1877/1884] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1878/1884] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1879/1884] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1880/1884] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1881/1884] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1882/1884] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1883/1884] Compiling AsyncHTTPClient RequestBodyLength.swift
[1884/1884] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1886/1897] Compiling Core OAuthRefreshable.swift
[1887/1897] Compiling Core Extensions.swift
[1888/1897] Compiling Core OAuthServiceAccount.swift
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthServiceAccount.swift:41:99: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
39 |             let request = try HTTPClient.Request(url: GoogleOAuthTokenUrl, method: .POST, headers: headers, body: body)
40 |
41 |             return httpClient.execute(request: request, eventLoop: .delegate(on: self.eventLoop)).flatMap { response in
   |                                                                                                   `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
42 |
43 |                 guard var byteBuffer = response.body,
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthServiceAccount.swift:50:43: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
48 |
49 |                 do {
50 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(OAuthAccessToken.self, from: responseData))
   |                                           `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
51 |                 } catch {
52 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthServiceAccount.swift:46:28: warning: capture of 'self' with non-sendable type 'OAuthServiceAccount' in a '@Sendable' closure
12 | import Foundation
13 |
14 | public class OAuthServiceAccount: OAuthRefreshable {
   |              `- note: class 'OAuthServiceAccount' does not conform to the 'Sendable' protocol
15 |     public let httpClient: HTTPClient
16 |     public let credentials: GoogleServiceAccountCredentials
   :
44 |                 let responseData = byteBuffer.readData(length: byteBuffer.readableBytes),
45 |                 response.status == .ok else {
46 |                     return self.eventLoop.makeFailedFuture(OauthRefreshError.noResponse(response.status))
   |                            `- warning: capture of 'self' with non-sendable type 'OAuthServiceAccount' in a '@Sendable' closure
47 |                 }
48 |
[1889/1898] Compiling Core OAuthAccessToken.swift
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthApplicationDefault.swift:36:99: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
34 |             let request = try HTTPClient.Request(url: GoogleOAuthTokenUrl, method: .POST, headers: headers, body: body)
35 |
36 |             return httpClient.execute(request: request, eventLoop: .delegate(on: self.eventLoop)).flatMap { response in
   |                                                                                                   `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
37 |
38 |                 guard var byteBuffer = response.body,
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthApplicationDefault.swift:45:43: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
43 |
44 |                 do {
45 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(OAuthAccessToken.self, from: responseData))
   |                                           `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
46 |                 } catch {
47 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthApplicationDefault.swift:41:32: warning: capture of 'self' with non-sendable type 'OAuthApplicationDefault' in a '@Sendable' closure
12 | import Foundation
13 |
14 | public class OAuthApplicationDefault: OAuthRefreshable {
   |              `- note: class 'OAuthApplicationDefault' does not conform to the 'Sendable' protocol
15 |     let httpClient: HTTPClient
16 |     let credentials: GoogleApplicationDefaultCredentials
   :
39 |                     let responseData = byteBuffer.readData(length: byteBuffer.readableBytes),
40 |                     response.status == .ok else {
41 |                         return self.eventLoop.makeFailedFuture(OauthRefreshError.noResponse(response.status))
   |                                `- warning: capture of 'self' with non-sendable type 'OAuthApplicationDefault' in a '@Sendable' closure
42 |                 }
43 |
[1890/1898] Compiling Core OAuthApplicationDefault.swift
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthApplicationDefault.swift:36:99: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
34 |             let request = try HTTPClient.Request(url: GoogleOAuthTokenUrl, method: .POST, headers: headers, body: body)
35 |
36 |             return httpClient.execute(request: request, eventLoop: .delegate(on: self.eventLoop)).flatMap { response in
   |                                                                                                   `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
37 |
38 |                 guard var byteBuffer = response.body,
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthApplicationDefault.swift:45:43: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
43 |
44 |                 do {
45 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(OAuthAccessToken.self, from: responseData))
   |                                           `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
46 |                 } catch {
47 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthApplicationDefault.swift:41:32: warning: capture of 'self' with non-sendable type 'OAuthApplicationDefault' in a '@Sendable' closure
12 | import Foundation
13 |
14 | public class OAuthApplicationDefault: OAuthRefreshable {
   |              `- note: class 'OAuthApplicationDefault' does not conform to the 'Sendable' protocol
15 |     let httpClient: HTTPClient
16 |     let credentials: GoogleApplicationDefaultCredentials
   :
39 |                     let responseData = byteBuffer.readData(length: byteBuffer.readableBytes),
40 |                     response.status == .ok else {
41 |                         return self.eventLoop.makeFailedFuture(OauthRefreshError.noResponse(response.status))
   |                                `- warning: capture of 'self' with non-sendable type 'OAuthApplicationDefault' in a '@Sendable' closure
42 |                 }
43 |
[1891/1898] Compiling Core OAuthComputeEngine+AppEngineFlex.swift
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift:36:99: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
34 |             let request = try HTTPClient.Request(url: serviceAccountTokenURL, method: .GET, headers: headers)
35 |
36 |             return httpClient.execute(request: request, eventLoop: .delegate(on: self.eventLoop)).flatMap { response in
   |                                                                                                   `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
37 |
38 |                 guard var byteBuffer = response.body,
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift:45:43: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
43 |
44 |                 do {
45 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(OAuthAccessToken.self, from: responseData))
   |                                           `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
46 |                 } catch {
47 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift:41:32: warning: capture of 'self' with non-sendable type 'OAuthComputeEngineAppEngineFlex' in a '@Sendable' closure
13 |
14 | /// [Reference](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#applications)
15 | public class OAuthComputeEngineAppEngineFlex: OAuthRefreshable {
   |              `- note: class 'OAuthComputeEngineAppEngineFlex' does not conform to the 'Sendable' protocol
16 |     let serviceAccount: String
17 |     let httpClient: HTTPClient
   :
39 |                     let responseData = byteBuffer.readData(length: byteBuffer.readableBytes),
40 |                     response.status == .ok else {
41 |                         return self.eventLoop.makeFailedFuture(OauthRefreshError.noResponse(response.status))
   |                                `- warning: capture of 'self' with non-sendable type 'OAuthComputeEngineAppEngineFlex' in a '@Sendable' closure
42 |                 }
43 |
[1892/1898] Compiling Core OAuthPayload.swift
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift:36:99: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
34 |             let request = try HTTPClient.Request(url: serviceAccountTokenURL, method: .GET, headers: headers)
35 |
36 |             return httpClient.execute(request: request, eventLoop: .delegate(on: self.eventLoop)).flatMap { response in
   |                                                                                                   `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
37 |
38 |                 guard var byteBuffer = response.body,
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift:45:43: warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
43 |
44 |                 do {
45 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(OAuthAccessToken.self, from: responseData))
   |                                           `- warning: type 'OAuthAccessToken' does not conform to the 'Sendable' protocol
46 |                 } catch {
47 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthAccessToken.swift:11:15: note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
 9 |
10 | /// An access token returned from the authorization server used to authenticate against Google APIs.
11 | public struct OAuthAccessToken: Codable {
   |               `- note: consider making struct 'OAuthAccessToken' conform to the 'Sendable' protocol
12 |     public let accessToken: String
13 |     public let tokenType: String
/host/spi-builder-workspace/Core/Sources/Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift:41:32: warning: capture of 'self' with non-sendable type 'OAuthComputeEngineAppEngineFlex' in a '@Sendable' closure
13 |
14 | /// [Reference](https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#applications)
15 | public class OAuthComputeEngineAppEngineFlex: OAuthRefreshable {
   |              `- note: class 'OAuthComputeEngineAppEngineFlex' does not conform to the 'Sendable' protocol
16 |     let serviceAccount: String
17 |     let httpClient: HTTPClient
   :
39 |                     let responseData = byteBuffer.readData(length: byteBuffer.readableBytes),
40 |                     response.status == .ok else {
41 |                         return self.eventLoop.makeFailedFuture(OauthRefreshError.noResponse(response.status))
   |                                `- warning: capture of 'self' with non-sendable type 'OAuthComputeEngineAppEngineFlex' in a '@Sendable' closure
42 |                 }
43 |
[1893/1898] Compiling Core GoogleCloudCredentials.swift
[1894/1898] Compiling Core GoogleCloudAPIConfiguration.swift
[1895/1898] Emitting module Core
/host/spi-builder-workspace/Core/Sources/Configuration/GoogleCloudError.swift:41:16: warning: stored property 'error' of 'Sendable'-conforming struct 'GoogleCloudAPIErrorMain' has non-sendable type 'GoogleCloudAPIErrorBody'; this is an error in the Swift 6 language mode
39 | public struct GoogleCloudAPIErrorMain: GoogleCloudError, GoogleCloudModel {
40 |     /// A container for the error information.
41 |     public var error: GoogleCloudAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'GoogleCloudAPIErrorMain' has non-sendable type 'GoogleCloudAPIErrorBody'; this is an error in the Swift 6 language mode
42 |
43 |     public init (error : GoogleCloudAPIErrorBody ) {
   :
46 | }
47 |
48 | public struct GoogleCloudAPIErrorBody: Codable {
   |               `- note: consider making struct 'GoogleCloudAPIErrorBody' conform to the 'Sendable' protocol
49 |     /// A container for the error details.
50 |     public var errors: [GoogleCloudAPIError]
[1896/1898] Compiling Core GoogleCloudCredentialsConfiguration.swift
/host/spi-builder-workspace/Core/Sources/Configuration/GoogleCloudError.swift:41:16: warning: stored property 'error' of 'Sendable'-conforming struct 'GoogleCloudAPIErrorMain' has non-sendable type 'GoogleCloudAPIErrorBody'; this is an error in the Swift 6 language mode
39 | public struct GoogleCloudAPIErrorMain: GoogleCloudError, GoogleCloudModel {
40 |     /// A container for the error information.
41 |     public var error: GoogleCloudAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'GoogleCloudAPIErrorMain' has non-sendable type 'GoogleCloudAPIErrorBody'; this is an error in the Swift 6 language mode
42 |
43 |     public init (error : GoogleCloudAPIErrorBody ) {
   :
46 | }
47 |
48 | public struct GoogleCloudAPIErrorBody: Codable {
   |               `- note: consider making struct 'GoogleCloudAPIErrorBody' conform to the 'Sendable' protocol
49 |     /// A container for the error details.
50 |     public var errors: [GoogleCloudAPIError]
[1897/1898] Compiling Core GoogleCloudError.swift
/host/spi-builder-workspace/Core/Sources/Configuration/GoogleCloudError.swift:41:16: warning: stored property 'error' of 'Sendable'-conforming struct 'GoogleCloudAPIErrorMain' has non-sendable type 'GoogleCloudAPIErrorBody'; this is an error in the Swift 6 language mode
39 | public struct GoogleCloudAPIErrorMain: GoogleCloudError, GoogleCloudModel {
40 |     /// A container for the error information.
41 |     public var error: GoogleCloudAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'GoogleCloudAPIErrorMain' has non-sendable type 'GoogleCloudAPIErrorBody'; this is an error in the Swift 6 language mode
42 |
43 |     public init (error : GoogleCloudAPIErrorBody ) {
   :
46 | }
47 |
48 | public struct GoogleCloudAPIErrorBody: Codable {
   |               `- note: consider making struct 'GoogleCloudAPIErrorBody' conform to the 'Sendable' protocol
49 |     /// A container for the error details.
50 |     public var errors: [GoogleCloudAPIError]
[1898/1898] Compiling Core GoogleCloudAPIRequest.swift
/host/spi-builder-workspace/Core/Sources/GoogleCloudAPIRequest.swift:32:47: warning: type 'GoogleCloudModel' does not conform to the 'Sendable' protocol
26 |
27 | extension GoogleCloudAPIRequest {
28 |     public func withToken<GoogleCloudModel>(_ closure: @escaping (OAuthAccessToken) -> EventLoopFuture<GoogleCloudModel>) -> EventLoopFuture<GoogleCloudModel> {
   |                           `- note: consider making generic parameter 'GoogleCloudModel' conform to the 'Sendable' protocol
29 |         guard let token = currentToken,
30 |             let created = tokenCreatedTime,
31 |             refreshableToken.isFresh(token: token, created: created) else {
32 |             return refreshableToken.refresh().flatMap { newToken in
   |                                               `- warning: type 'GoogleCloudModel' does not conform to the 'Sendable' protocol
33 |                 self.currentToken = newToken
34 |                 self.tokenCreatedTime = Date()
/host/spi-builder-workspace/Core/Sources/GoogleCloudAPIRequest.swift:33:17: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
31 |             refreshableToken.isFresh(token: token, created: created) else {
32 |             return refreshableToken.refresh().flatMap { newToken in
33 |                 self.currentToken = newToken
   |                 `- warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
34 |                 self.tokenCreatedTime = Date()
35 |
Core.GoogleCloudAPIRequest.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol GoogleCloudAPIRequest {
2 | Self : Core.GoogleCloudAPIRequest}
  | `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Core/Sources/GoogleCloudAPIRequest.swift:36:24: warning: capture of 'closure' with non-sendable type '(OAuthAccessToken) -> EventLoopFuture<GoogleCloudModel>' in a '@Sendable' closure
34 |                 self.tokenCreatedTime = Date()
35 |
36 |                 return closure(newToken)
   |                        |- warning: capture of 'closure' with non-sendable type '(OAuthAccessToken) -> EventLoopFuture<GoogleCloudModel>' in a '@Sendable' closure
   |                        `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
37 |             }
38 |         }
[1900/1981] Compiling Translation TranslationClient.swift
[1901/1981] Compiling Translation TranslationAPI.swift
[1902/1981] Emitting module Translation
/host/spi-builder-workspace/Translation/Sources/TranslationError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'TranslationAPIError' has non-sendable type 'TranslationAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct TranslationAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: TranslationAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'TranslationAPIError' has non-sendable type 'TranslationAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct TranslationAPIErrorBody: Codable {
   |               `- note: consider making struct 'TranslationAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: String
[1903/1981] Compiling Translation TranslationResponse.swift
[1904/1981] Compiling IAMServiceAccountCredentials SignJWTResponse.swift
[1905/1981] Emitting module SecretManager
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerError.swift:20:16: warning: stored property 'error' of 'Sendable'-conforming struct 'SecretManagerAPIError' has non-sendable type 'SecretManagerAPIErrorBody'; this is an error in the Swift 6 language mode
18 | public struct SecretManagerAPIError: GoogleCloudError, GoogleCloudModel {
19 |     /// A container for the error information.
20 |     public var error: SecretManagerAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'SecretManagerAPIError' has non-sendable type 'SecretManagerAPIErrorBody'; this is an error in the Swift 6 language mode
21 | }
22 |
23 | public struct SecretManagerAPIErrorBody: Codable {
   |               `- note: consider making struct 'SecretManagerAPIErrorBody' conform to the 'Sendable' protocol
24 |     /// A container for the error details.
25 |     public var status: Status
[1906/1982] Compiling SecretManager SecretsAPI.swift
[1907/1982] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsConfig.swift
[1908/1982] Compiling SecretManager GoogleCloudSecretManagerDataResponse.swift
[1909/1982] Compiling IAMServiceAccountCredentials SignJWTRequest.swift
[1910/1982] Compiling SecretManager AccessSecretVersionResponse.swift
[1911/1982] Compiling PubSub PubSubError.swift
/host/spi-builder-workspace/PubSub/Sources/PubSubError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'PubSubAPIError' has non-sendable type 'PubSubAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct PubSubAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: PubSubAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'PubSubAPIError' has non-sendable type 'PubSubAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct PubSubAPIErrorBody: Codable {
   |               `- note: consider making struct 'PubSubAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: String
[1912/1983] Compiling Translation TranslationConfig.swift
[1913/1983] Compiling Translation TranslationRequest.swift
/host/spi-builder-workspace/Translation/Sources/TranslationRequest.swift:31:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
32 |                 do {
33 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Translation/Sources/TranslationRequest.swift:34:43: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
32 |                 do {
33 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
34 |                     return self.eventLoop.makeSucceededFuture(model)
   |                                           `- warning: type 'GCM' does not conform to the 'Sendable' protocol
35 |                 } catch {
36 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/Translation/Sources/TranslationRequest.swift:33:37: warning: capture of 'self' with non-sendable type 'GoogleCloudTranslationRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudTranslationRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudTranslationRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
32 |                 do {
33 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
   |                                     `- warning: capture of 'self' with non-sendable type 'GoogleCloudTranslationRequest' in a '@Sendable' closure
34 |                     return self.eventLoop.makeSucceededFuture(model)
35 |                 } catch {
/host/spi-builder-workspace/Translation/Sources/TranslationRequest.swift:59:45: warning: capture of 'self' with non-sendable type 'GoogleCloudTranslationRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudTranslationRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudTranslationRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
57 |                 guard (200...299).contains(response.status.code) else {
58 |                     let error: Error
59 |                     if let jsonError = try? self.responseDecoder.decode(TranslationAPIError.self, from: responseData) {
   |                                             `- warning: capture of 'self' with non-sendable type 'GoogleCloudTranslationRequest' in a '@Sendable' closure
60 |                         error = jsonError
61 |                     } else {
[1914/1983] Compiling Translation TranslationError.swift
/host/spi-builder-workspace/Translation/Sources/TranslationError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'TranslationAPIError' has non-sendable type 'TranslationAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct TranslationAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: TranslationAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'TranslationAPIError' has non-sendable type 'TranslationAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct TranslationAPIErrorBody: Codable {
   |               `- note: consider making struct 'TranslationAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: String
[1915/1983] Emitting module IAMServiceAccountCredentials
/host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/IAMServiceAccountCredentialsError.swift:26:16: warning: stored property 'error' of 'Sendable'-conforming struct 'IAMServiceAccountCredentialsAPIError' has non-sendable type 'IAMServiceAccountCredentialsAPIErrorBody'; this is an error in the Swift 6 language mode
24 | public struct IAMServiceAccountCredentialsAPIError: GoogleCloudError, GoogleCloudModel {
25 |     /// A container for the error information.
26 |     public var error: IAMServiceAccountCredentialsAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'IAMServiceAccountCredentialsAPIError' has non-sendable type 'IAMServiceAccountCredentialsAPIErrorBody'; this is an error in the Swift 6 language mode
27 | }
28 |
29 | public struct IAMServiceAccountCredentialsAPIErrorBody: Codable {
   |               `- note: consider making struct 'IAMServiceAccountCredentialsAPIErrorBody' conform to the 'Sendable' protocol
30 |     /// A container for the error details.
31 |     public var status: String
[1916/1984] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsClient.swift
[1917/1984] Compiling Datastore BeginTransactionResponse.swift
[1918/1984] Compiling Datastore CommitResponse.swift
[1920/1984] Emitting module PubSub
/host/spi-builder-workspace/PubSub/Sources/PubSubError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'PubSubAPIError' has non-sendable type 'PubSubAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct PubSubAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: PubSubAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'PubSubAPIError' has non-sendable type 'PubSubAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct PubSubAPIErrorBody: Codable {
   |               `- note: consider making struct 'PubSubAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: String
[1921/1984] Compiling Datastore ProjectAPI.swift
[1922/1984] Compiling Datastore AllocateIdsRequest.swift
[1923/1984] Compiling Datastore LookupRequest.swift
[1924/1984] Compiling Datastore ReserveIdsRequest.swift
[1925/1984] Compiling SecretManager SecretPayload.swift
[1926/1984] Compiling SecretManager SecretManagerError.swift
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerError.swift:20:16: warning: stored property 'error' of 'Sendable'-conforming struct 'SecretManagerAPIError' has non-sendable type 'SecretManagerAPIErrorBody'; this is an error in the Swift 6 language mode
18 | public struct SecretManagerAPIError: GoogleCloudError, GoogleCloudModel {
19 |     /// A container for the error information.
20 |     public var error: SecretManagerAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'SecretManagerAPIError' has non-sendable type 'SecretManagerAPIErrorBody'; this is an error in the Swift 6 language mode
21 | }
22 |
23 | public struct SecretManagerAPIErrorBody: Codable {
   |               `- note: consider making struct 'SecretManagerAPIErrorBody' conform to the 'Sendable' protocol
24 |     /// A container for the error details.
25 |     public var status: Status
[1927/1984] Compiling SecretManager SecretManagerClient.swift
[1928/1984] Compiling SecretManager SecretManagerConfig.swift
[1929/1984] Compiling SecretManager SecretManagerRequest.swift
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerRequest.swift:31:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
32 |                 do {
33 |                     if GCM.self is GoogleCloudSecretManagerDataResponse.Type {
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerRequest.swift:35:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
33 |                     if GCM.self is GoogleCloudSecretManagerDataResponse.Type {
34 |                         let model = GoogleCloudSecretManagerDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerRequest.swift:38:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
38 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                     }
40 |                 } catch {
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerRequest.swift:35:32: warning: capture of 'self' with non-sendable type 'GoogleCloudSecretManagerRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudSecretManagerRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudSecretManagerRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
33 |                     if GCM.self is GoogleCloudSecretManagerDataResponse.Type {
34 |                         let model = GoogleCloudSecretManagerDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudSecretManagerRequest' in a '@Sendable' closure
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/SecretManager/Sources/SecretManagerRequest.swift:64:45: warning: capture of 'self' with non-sendable type 'GoogleCloudSecretManagerRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudSecretManagerRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudSecretManagerRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
62 |                 guard (200...299).contains(response.status.code) else {
63 |                     let error: Error
64 |                     if let jsonError = try? self.responseDecoder.decode(SecretManagerAPIError.self, from: responseData) {
   |                                             `- warning: capture of 'self' with non-sendable type 'GoogleCloudSecretManagerRequest' in a '@Sendable' closure
65 |                         error = jsonError
66 |                     } else {
[1930/1985] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsError.swift
/host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/IAMServiceAccountCredentialsError.swift:26:16: warning: stored property 'error' of 'Sendable'-conforming struct 'IAMServiceAccountCredentialsAPIError' has non-sendable type 'IAMServiceAccountCredentialsAPIErrorBody'; this is an error in the Swift 6 language mode
24 | public struct IAMServiceAccountCredentialsAPIError: GoogleCloudError, GoogleCloudModel {
25 |     /// A container for the error information.
26 |     public var error: IAMServiceAccountCredentialsAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'IAMServiceAccountCredentialsAPIError' has non-sendable type 'IAMServiceAccountCredentialsAPIErrorBody'; this is an error in the Swift 6 language mode
27 | }
28 |
29 | public struct IAMServiceAccountCredentialsAPIErrorBody: Codable {
   |               `- note: consider making struct 'IAMServiceAccountCredentialsAPIErrorBody' conform to the 'Sendable' protocol
30 |     /// A container for the error details.
31 |     public var status: String
[1931/1985] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsAPI.swift
[1932/1985] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsRequest.swift
/host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/IAMServiceAccountCredentialsRequest.swift:46:15: warning: type 'GCM' does not conform to the 'Sendable' protocol
 27 |     }
 28 |
 29 |     public func send<GCM: GoogleCloudModel>(
    |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
 30 |         method: HTTPMethod,
 31 |         headers: HTTPHeaders = [:],
    :
 44 |                 body: body,
 45 |                 accessToken: token.accessToken
 46 |             ).flatMap { response in
    |               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
 47 |                 do {
 48 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/IAMServiceAccountCredentialsRequest.swift:49:43: warning: type 'GCM' does not conform to the 'Sendable' protocol
 27 |     }
 28 |
 29 |     public func send<GCM: GoogleCloudModel>(
    |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
 30 |         method: HTTPMethod,
 31 |         headers: HTTPHeaders = [:],
    :
 47 |                 do {
 48 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
 49 |                     return self.eventLoop.makeSucceededFuture(model)
    |                                           `- warning: type 'GCM' does not conform to the 'Sendable' protocol
 50 |                 } catch {
 51 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/IAMServiceAccountCredentialsRequest.swift:48:37: warning: capture of 'self' with non-sendable type 'IAMServiceAccountCredentialsRequest' in a '@Sendable' closure
  6 | import AsyncHTTPClient
  7 |
  8 | class IAMServiceAccountCredentialsRequest: GoogleCloudAPIRequest {
    |       `- note: class 'IAMServiceAccountCredentialsRequest' does not conform to the 'Sendable' protocol
  9 |
 10 |     let refreshableToken: OAuthRefreshable
    :
 46 |             ).flatMap { response in
 47 |                 do {
 48 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
    |                                     `- warning: capture of 'self' with non-sendable type 'IAMServiceAccountCredentialsRequest' in a '@Sendable' closure
 49 |                     return self.eventLoop.makeSucceededFuture(model)
 50 |                 } catch {
/host/spi-builder-workspace/IAMServiceAccountCredentials/Sources/IAMServiceAccountCredentialsRequest.swift:85:45: warning: capture of 'self' with non-sendable type 'IAMServiceAccountCredentialsRequest' in a '@Sendable' closure
  6 | import AsyncHTTPClient
  7 |
  8 | class IAMServiceAccountCredentialsRequest: GoogleCloudAPIRequest {
    |       `- note: class 'IAMServiceAccountCredentialsRequest' does not conform to the 'Sendable' protocol
  9 |
 10 |     let refreshableToken: OAuthRefreshable
    :
 83 |                 guard (200...299).contains(response.status.code) else {
 84 |                     let error: Error
 85 |                     if let jsonError = try? self.responseDecoder.decode(IAMServiceAccountCredentialsAPIError.self, from: responseData) {
    |                                             `- warning: capture of 'self' with non-sendable type 'IAMServiceAccountCredentialsRequest' in a '@Sendable' closure
 86 |                         error = jsonError
 87 |                     } else {
[1933/1986] Emitting module Storage
/host/spi-builder-workspace/Storage/Sources/CloudStorageError.swift:28:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudStorageAPIError' has non-sendable type 'CloudStorageAPIErrorBody'; this is an error in the Swift 6 language mode
26 | public struct CloudStorageAPIError: GoogleCloudError, GoogleCloudModel {
27 |     /// A container for the error information.
28 |     public var error: CloudStorageAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudStorageAPIError' has non-sendable type 'CloudStorageAPIErrorBody'; this is an error in the Swift 6 language mode
29 | }
30 |
31 | public struct CloudStorageAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudStorageAPIErrorBody' conform to the 'Sendable' protocol
32 |     /// A container for the error details.
33 |     public var errors: [CloudStorageError]
[1934/1986] Emitting module Datastore
/host/spi-builder-workspace/Datastore/Sources/DatastoreError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct CloudDatastoreAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: CloudDatastoreAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct CloudDatastoreAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudDatastoreAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: Status
[1937/1992] Compiling Datastore RunQueryRequest.swift
[1938/1992] Compiling Datastore AllocateIdsResponse.swift
[1939/1992] Compiling Datastore BeginTransactionRequest.swift
[1940/1992] Compiling Datastore CommitRequest.swift
[1941/1992] Compiling Datastore RollbackRequest.swift
[1942/1992] Compiling Datastore RunAggregationQueryRequest.swift
[1943/1992] Compiling Datastore Key.swift
[1944/1992] Compiling Datastore LatLng.swift
[1945/1992] Compiling Datastore PartitionId.swift
[1946/1992] Compiling Datastore PathElement.swift
[1950/1992] Compiling Datastore EmptyResponse.swift
[1951/1992] Compiling PubSub PubSubRequest.swift
/host/spi-builder-workspace/PubSub/Sources/PubSubRequest.swift:30:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
26 |     }
27 |
28 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String? = nil, body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
29 |         return withToken { token in
30 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
31 |                 do {
32 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/PubSub/Sources/PubSubRequest.swift:33:43: warning: type 'GCM' does not conform to the 'Sendable' protocol
26 |     }
27 |
28 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String? = nil, body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
29 |         return withToken { token in
30 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
31 |                 do {
32 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
33 |                     return self.eventLoop.makeSucceededFuture(model)
   |                                           `- warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |                 } catch {
35 |                     return self.eventLoop.makeFailedFuture(error)
/host/spi-builder-workspace/PubSub/Sources/PubSubRequest.swift:32:37: warning: capture of 'self' with non-sendable type 'GoogleCloudPubSubRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudPubSubRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudPubSubRequest' does not conform to the 'Sendable' protocol
 9 |     let refreshableToken: OAuthRefreshable
10 |     let project: String
   :
30 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
31 |                 do {
32 |                     let model = try self.responseDecoder.decode(GCM.self, from: response)
   |                                     `- warning: capture of 'self' with non-sendable type 'GoogleCloudPubSubRequest' in a '@Sendable' closure
33 |                     return self.eventLoop.makeSucceededFuture(model)
34 |                 } catch {
/host/spi-builder-workspace/PubSub/Sources/PubSubRequest.swift:63:45: warning: capture of 'self' with non-sendable type 'GoogleCloudPubSubRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudPubSubRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudPubSubRequest' does not conform to the 'Sendable' protocol
 9 |     let refreshableToken: OAuthRefreshable
10 |     let project: String
   :
61 |                 guard (200...299).contains(response.status.code) else {
62 |                     let error: Error
63 |                     if let jsonError = try? self.responseDecoder.decode(PubSubAPIError.self, from: responseData) {
   |                                             `- warning: capture of 'self' with non-sendable type 'GoogleCloudPubSubRequest' in a '@Sendable' closure
64 |                         error = jsonError
65 |                     } else {
[1963/1993] Compiling Datastore RunQueryResponse.swift
[1964/1993] Compiling Datastore AggregationQuery.swift
[1965/1993] Compiling Datastore ArrayValue.swift
[1966/1993] Compiling Datastore Entity.swift
[1967/1993] Compiling Datastore GoogleCloudDatastoreDataResponse.swift
[1968/1993] Compiling Storage StorageConfig.swift
[1969/1993] Compiling Storage StorageRequest.swift
[1970/1993] Compiling Datastore RunAggregationQueryResponse.swift
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:38:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |     }
35 |
36 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
37 |         return withToken { token in
38 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                 do {
40 |                     if GCM.self is GoogleCloudStorgeDataResponse.Type {
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:42:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |     }
35 |
36 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
37 |         return withToken { token in
38 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
40 |                     if GCM.self is GoogleCloudStorgeDataResponse.Type {
41 |                         let model = GoogleCloudStorgeDataResponse(data: response) as! GCM
42 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
43 |                     } else {
44 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:45:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |     }
35 |
36 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
37 |         return withToken { token in
38 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
43 |                     } else {
44 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
45 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
46 |                     }
47 |                 } catch {
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:42:32: warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
13 | import AsyncHTTPClient
14 |
15 | class GoogleCloudStorageRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudStorageRequest' does not conform to the 'Sendable' protocol
16 |
17 |     let refreshableToken: OAuthRefreshable
   :
40 |                     if GCM.self is GoogleCloudStorgeDataResponse.Type {
41 |                         let model = GoogleCloudStorgeDataResponse(data: response) as! GCM
42 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
43 |                     } else {
44 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:66:28: warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
13 | import AsyncHTTPClient
14 |
15 | class GoogleCloudStorageRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudStorageRequest' does not conform to the 'Sendable' protocol
16 |
17 |     let refreshableToken: OAuthRefreshable
   :
64 |                 // https://cloud.google.com/s/results/?q=If+successful%2C+this+method+returns+an+empty+response+body.&p=%2Fstorage%2Fdocs%2F
65 |                 if response.status == .noContent {
66 |                     return self.eventLoop.makeSucceededFuture("{}".data(using: .utf8)!)
   |                            `- warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
67 |                 }
68 |
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:38:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |     }
35 |
36 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
37 |         return withToken { token in
38 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                 do {
40 |                     if GCM.self is GoogleCloudStorgeDataResponse.Type {
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:42:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |     }
35 |
36 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
37 |         return withToken { token in
38 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
40 |                     if GCM.self is GoogleCloudStorgeDataResponse.Type {
41 |                         let model = GoogleCloudStorgeDataResponse(data: response) as! GCM
42 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
43 |                     } else {
44 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:45:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
34 |     }
35 |
36 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
37 |         return withToken { token in
38 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
43 |                     } else {
44 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
45 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
46 |                     }
47 |                 } catch {
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:42:32: warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
13 | import AsyncHTTPClient
14 |
15 | class GoogleCloudStorageRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudStorageRequest' does not conform to the 'Sendable' protocol
16 |
17 |     let refreshableToken: OAuthRefreshable
   :
40 |                     if GCM.self is GoogleCloudStorgeDataResponse.Type {
41 |                         let model = GoogleCloudStorgeDataResponse(data: response) as! GCM
42 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
43 |                     } else {
44 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Storage/Sources/StorageRequest.swift:66:28: warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
13 | import AsyncHTTPClient
14 |
15 | class GoogleCloudStorageRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudStorageRequest' does not conform to the 'Sendable' protocol
16 |
17 |     let refreshableToken: OAuthRefreshable
   :
64 |                 // https://cloud.google.com/s/results/?q=If+successful%2C+this+method+returns+an+empty+response+body.&p=%2Fstorage%2Fdocs%2F
65 |                 if response.status == .noContent {
66 |                     return self.eventLoop.makeSucceededFuture("{}".data(using: .utf8)!)
   |                            `- warning: capture of 'self' with non-sendable type 'GoogleCloudStorageRequest' in a '@Sendable' closure
67 |                 }
68 |
[1978/1993] Compiling Datastore DatastoreClient.swift
/host/spi-builder-workspace/Datastore/Sources/DatastoreError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct CloudDatastoreAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: CloudDatastoreAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct CloudDatastoreAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudDatastoreAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: Status
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:31:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
32 |                 do {
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:38:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
38 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                     }
40 |                 } catch {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:32: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:58:28: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
56 |                 // If we get a 204 for example in the delete api call just return an empty body to decode.
57 |                 if response.status == .noContent {
58 |                     return self.eventLoop.makeSucceededFuture("{}".data(using: .utf8)!)
   |                            `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
59 |                 }
60 |
[1979/1993] Compiling Datastore DatastoreConfig.swift
/host/spi-builder-workspace/Datastore/Sources/DatastoreError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct CloudDatastoreAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: CloudDatastoreAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct CloudDatastoreAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudDatastoreAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: Status
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:31:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
32 |                 do {
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:38:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
38 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                     }
40 |                 } catch {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:32: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:58:28: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
56 |                 // If we get a 204 for example in the delete api call just return an empty body to decode.
57 |                 if response.status == .noContent {
58 |                     return self.eventLoop.makeSucceededFuture("{}".data(using: .utf8)!)
   |                            `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
59 |                 }
60 |
[1980/1993] Compiling Datastore DatastoreError.swift
/host/spi-builder-workspace/Datastore/Sources/DatastoreError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct CloudDatastoreAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: CloudDatastoreAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct CloudDatastoreAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudDatastoreAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: Status
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:31:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
32 |                 do {
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:38:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
38 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                     }
40 |                 } catch {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:32: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:58:28: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
56 |                 // If we get a 204 for example in the delete api call just return an empty body to decode.
57 |                 if response.status == .noContent {
58 |                     return self.eventLoop.makeSucceededFuture("{}".data(using: .utf8)!)
   |                            `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
59 |                 }
60 |
[1981/1993] Compiling Datastore DatastoreRequest.swift
/host/spi-builder-workspace/Datastore/Sources/DatastoreError.swift:21:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
19 | public struct CloudDatastoreAPIError: GoogleCloudError, GoogleCloudModel {
20 |     /// A container for the error information.
21 |     public var error: CloudDatastoreAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudDatastoreAPIError' has non-sendable type 'CloudDatastoreAPIErrorBody'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | public struct CloudDatastoreAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudDatastoreAPIErrorBody' conform to the 'Sendable' protocol
25 |     /// A container for the error details.
26 |     public var status: Status
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:31:135: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   |                                                                                                                                       `- warning: type 'GCM' does not conform to the 'Sendable' protocol
32 |                 do {
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:38:47: warning: type 'GCM' does not conform to the 'Sendable' protocol
27 |     }
28 |
29 |     public func send<GCM: GoogleCloudModel>(method: HTTPMethod, headers: HTTPHeaders = [:], path: String, query: String = "", body: HTTPClient.Body = .data(Data())) -> EventLoopFuture<GCM> {
   |                      `- note: consider making generic parameter 'GCM' conform to the 'Sendable' protocol
30 |         return withToken { token in
31 |             return self._send(method: method, headers: headers, path: path, query: query, body: body, accessToken: token.accessToken).flatMap { response in
   :
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
38 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                               `- warning: type 'GCM' does not conform to the 'Sendable' protocol
39 |                     }
40 |                 } catch {
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:35:32: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
33 |                     if GCM.self is GoogleCloudDatastoreDataResponse.Type {
34 |                         let model = GoogleCloudDatastoreDataResponse(data: response) as! GCM
35 |                         return self.eventLoop.makeSucceededFuture(model)
   |                                `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
36 |                     } else {
37 |                         let model = try self.responseDecoder.decode(GCM.self, from: response)
/host/spi-builder-workspace/Datastore/Sources/DatastoreRequest.swift:58:28: warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
 6 | import AsyncHTTPClient
 7 |
 8 | class GoogleCloudDatastoreRequest: GoogleCloudAPIRequest {
   |       `- note: class 'GoogleCloudDatastoreRequest' does not conform to the 'Sendable' protocol
 9 |
10 |     let refreshableToken: OAuthRefreshable
   :
56 |                 // If we get a 204 for example in the delete api call just return an empty body to decode.
57 |                 if response.status == .noContent {
58 |                     return self.eventLoop.makeSucceededFuture("{}".data(using: .utf8)!)
   |                            `- warning: capture of 'self' with non-sendable type 'GoogleCloudDatastoreRequest' in a '@Sendable' closure
59 |                 }
60 |
[1982/1993] Compiling Datastore Query.swift
[1983/1993] Compiling Datastore ReadOptions.swift
[1984/1993] Compiling Datastore TransactionOptions.swift
[1985/1993] Compiling Datastore Value.swift
/host/spi-builder-workspace/Storage/Sources/API/StorageObjectAPI.swift:416:17: warning: 'length' is deprecated: renamed to 'contentLength'
414 |         var headers: HTTPHeaders = ["Content-Type": contentType]
415 |
416 |         if body.length == nil {
    |                 |- warning: 'length' is deprecated: renamed to 'contentLength'
    |                 `- note: use 'contentLength' instead
417 |             headers.add(name: "Transfer-Encoding", value: "chunked")
418 |         }
/host/spi-builder-workspace/Storage/Sources/CloudStorageError.swift:28:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudStorageAPIError' has non-sendable type 'CloudStorageAPIErrorBody'; this is an error in the Swift 6 language mode
26 | public struct CloudStorageAPIError: GoogleCloudError, GoogleCloudModel {
27 |     /// A container for the error information.
28 |     public var error: CloudStorageAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudStorageAPIError' has non-sendable type 'CloudStorageAPIErrorBody'; this is an error in the Swift 6 language mode
29 | }
30 |
31 | public struct CloudStorageAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudStorageAPIErrorBody' conform to the 'Sendable' protocol
32 |     /// A container for the error details.
33 |     public var errors: [CloudStorageError]
/host/spi-builder-workspace/Storage/Sources/API/StorageObjectAPI.swift:416:17: warning: 'length' is deprecated: renamed to 'contentLength'
414 |         var headers: HTTPHeaders = ["Content-Type": contentType]
415 |
416 |         if body.length == nil {
    |                 |- warning: 'length' is deprecated: renamed to 'contentLength'
    |                 `- note: use 'contentLength' instead
417 |             headers.add(name: "Transfer-Encoding", value: "chunked")
418 |         }
/host/spi-builder-workspace/Storage/Sources/CloudStorageError.swift:28:16: warning: stored property 'error' of 'Sendable'-conforming struct 'CloudStorageAPIError' has non-sendable type 'CloudStorageAPIErrorBody'; this is an error in the Swift 6 language mode
26 | public struct CloudStorageAPIError: GoogleCloudError, GoogleCloudModel {
27 |     /// A container for the error information.
28 |     public var error: CloudStorageAPIErrorBody
   |                `- warning: stored property 'error' of 'Sendable'-conforming struct 'CloudStorageAPIError' has non-sendable type 'CloudStorageAPIErrorBody'; this is an error in the Swift 6 language mode
29 | }
30 |
31 | public struct CloudStorageAPIErrorBody: Codable {
   |               `- note: consider making struct 'CloudStorageAPIErrorBody' conform to the 'Sendable' protocol
32 |     /// A container for the error details.
33 |     public var errors: [CloudStorageError]
Build complete! (328.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.13.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    }
  ],
  "manifest_display_name" : "google-cloud-kit",
  "name" : "google-cloud-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GoogleCloudKit",
      "targets" : [
        "Core",
        "Datastore",
        "IAMServiceAccountCredentials",
        "PubSub",
        "SecretManager",
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudCore",
      "targets" : [
        "Core"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudStorage",
      "targets" : [
        "Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudDatastore",
      "targets" : [
        "Datastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudSecretManager",
      "targets" : [
        "SecretManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudIAMServiceAccountCredentials",
      "targets" : [
        "IAMServiceAccountCredentials"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudTranslation",
      "targets" : [
        "Translation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GoogleCloudPubSub",
      "targets" : [
        "PubSub"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TranslationTests",
      "module_type" : "SwiftTarget",
      "name" : "TranslationTests",
      "path" : "Translation/Tests",
      "sources" : [
        "TranslationTests.swift"
      ],
      "target_dependencies" : [
        "Translation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Translation",
      "module_type" : "SwiftTarget",
      "name" : "Translation",
      "path" : "Translation/Sources",
      "product_memberships" : [
        "GoogleCloudTranslation"
      ],
      "sources" : [
        "API/TranslationAPI.swift",
        "Response/TranslationResponse.swift",
        "TranslationClient.swift",
        "TranslationConfig.swift",
        "TranslationError.swift",
        "TranslationRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "StorageTests",
      "path" : "Storage/Tests",
      "sources" : [
        "StorageTests.swift"
      ],
      "target_dependencies" : [
        "Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Storage",
      "module_type" : "SwiftTarget",
      "name" : "Storage",
      "path" : "Storage/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudStorage"
      ],
      "sources" : [
        "API/BucketAccessControlAPI.swift",
        "API/ChannelsAPI.swift",
        "API/DefaultObjectACLAPI.swift",
        "API/ObjectACLAPI.swift",
        "API/StorageBucketAPI.swift",
        "API/StorageNotificationsAPI.swift",
        "API/StorageObjectAPI.swift",
        "CloudStorageError.swift",
        "Models/IAMPolicy.swift",
        "Models/StorageBucket.swift",
        "Models/StorageBucketList.swift",
        "Models/StorageClass.swift",
        "Models/StorageObject.swift",
        "StorageClient.swift",
        "StorageConfig.swift",
        "StorageRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SecretManager",
      "module_type" : "SwiftTarget",
      "name" : "SecretManager",
      "path" : "SecretManager/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudSecretManager"
      ],
      "sources" : [
        "API/SecretsAPI.swift",
        "Response/AccessSecretVersionResponse.swift",
        "Response/GoogleCloudSecretManagerDataResponse.swift",
        "SecretManagerClient.swift",
        "SecretManagerConfig.swift",
        "SecretManagerError.swift",
        "SecretManagerRequest.swift",
        "Types/SecretPayload.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PubSubTests",
      "module_type" : "SwiftTarget",
      "name" : "PubSubTests",
      "path" : "PubSub/Tests",
      "sources" : [
        "PubSubTests.swift"
      ],
      "target_dependencies" : [
        "PubSub"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PubSub",
      "module_type" : "SwiftTarget",
      "name" : "PubSub",
      "path" : "PubSub/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudPubSub"
      ],
      "sources" : [
        "API/SubscriptionsAPI.swift",
        "API/TopicsAPI.swift",
        "Models/AcknowledgeRequest.swift",
        "Models/ListTopicResponse.swift",
        "Models/PubSubMessage.swift",
        "Models/PublishRequest.swift",
        "Models/PublishResponse.swift",
        "Models/Subscription.swift",
        "Models/Topic.swift",
        "Models/TopicSubscriptionListResponse.swift",
        "PubSubClient.swift",
        "PubSubConfig.swift",
        "PubSubError.swift",
        "PubSubRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IAMServiceAccountCredentials",
      "module_type" : "SwiftTarget",
      "name" : "IAMServiceAccountCredentials",
      "path" : "IAMServiceAccountCredentials/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudIAMServiceAccountCredentials"
      ],
      "sources" : [
        "API/IAMServiceAccountCredentialsAPI.swift",
        "IAMServiceAccountCredentialsClient.swift",
        "IAMServiceAccountCredentialsConfig.swift",
        "IAMServiceAccountCredentialsError.swift",
        "IAMServiceAccountCredentialsRequest.swift",
        "Request/SignJWTRequest.swift",
        "Response/SignJWTResponse.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "DatastoreTests",
      "path" : "Datastore/Tests",
      "sources" : [
        "DatastoreTests.swift"
      ],
      "target_dependencies" : [
        "Datastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Datastore",
      "module_type" : "SwiftTarget",
      "name" : "Datastore",
      "path" : "Datastore/Sources",
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudDatastore"
      ],
      "sources" : [
        "Data API/API/ProjectAPI.swift",
        "Data API/Models/Project API/Request/AllocateIdsRequest.swift",
        "Data API/Models/Project API/Request/BeginTransactionRequest.swift",
        "Data API/Models/Project API/Request/CommitRequest.swift",
        "Data API/Models/Project API/Request/LookupRequest.swift",
        "Data API/Models/Project API/Request/ReserveIdsRequest.swift",
        "Data API/Models/Project API/Request/RollbackRequest.swift",
        "Data API/Models/Project API/Request/RunAggregationQueryRequest.swift",
        "Data API/Models/Project API/Request/RunQueryRequest.swift",
        "Data API/Models/Project API/Response/AllocateIdsResponse.swift",
        "Data API/Models/Project API/Response/BeginTransactionResponse.swift",
        "Data API/Models/Project API/Response/CommitResponse.swift",
        "Data API/Models/Project API/Response/EmptyResponse.swift",
        "Data API/Models/Project API/Response/GoogleCloudDatastoreDataResponse.swift",
        "Data API/Models/Project API/Response/LookupResponse.swift",
        "Data API/Models/Project API/Response/MutationResult.swift",
        "Data API/Models/Project API/Response/RunAggregationQueryResponse.swift",
        "Data API/Models/Project API/Response/RunQueryResponse.swift",
        "Data API/Models/Project API/Types/AggregationQuery.swift",
        "Data API/Models/Project API/Types/ArrayValue.swift",
        "Data API/Models/Project API/Types/Entity.swift",
        "Data API/Models/Project API/Types/Key.swift",
        "Data API/Models/Project API/Types/LatLng.swift",
        "Data API/Models/Project API/Types/PartitionId.swift",
        "Data API/Models/Project API/Types/PathElement.swift",
        "Data API/Models/Project API/Types/Query.swift",
        "Data API/Models/Project API/Types/ReadOptions.swift",
        "Data API/Models/Project API/Types/TransactionOptions.swift",
        "Data API/Models/Project API/Types/Value.swift",
        "DatastoreClient.swift",
        "DatastoreConfig.swift",
        "DatastoreError.swift",
        "DatastoreRequest.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Core/Tests",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "CredentialTests.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Core/Sources",
      "product_dependencies" : [
        "JWTKit",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "GoogleCloudKit",
        "GoogleCloudCore",
        "GoogleCloudStorage",
        "GoogleCloudDatastore",
        "GoogleCloudSecretManager",
        "GoogleCloudIAMServiceAccountCredentials",
        "GoogleCloudTranslation",
        "GoogleCloudPubSub"
      ],
      "sources" : [
        "Configuration/Credentials/GoogleCloudCredentials.swift",
        "Configuration/GoogleCloudAPIConfiguration.swift",
        "Configuration/GoogleCloudCredentialsConfiguration.swift",
        "Configuration/GoogleCloudError.swift",
        "Configuration/OAuth/OAuthAccessToken.swift",
        "Configuration/OAuth/OAuthApplicationDefault.swift",
        "Configuration/OAuth/OAuthComputeEngine+AppEngineFlex.swift",
        "Configuration/OAuth/OAuthPayload.swift",
        "Configuration/OAuth/OAuthRefreshable.swift",
        "Configuration/OAuth/OAuthServiceAccount.swift",
        "Extensions.swift",
        "GoogleCloudAPIRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.