The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of google-cloud-kit, reference main (927b20), with Swift 6.1 for Linux on 29 Apr 2025 07:46:56 UTC.

Swift 6 data race errors: 7

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13861] Fetching async-http-client
[4853/22910] Fetching async-http-client, jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.94s)
Fetched https://github.com/vapor/jwt-kit.git from cache (1.95s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.97s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.83s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (2.75s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1705] Fetching swift-atomics
[394/13197] Fetching swift-atomics, swift-nio-http2
[760/15816] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services
[1619/19652] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services, swift-log
[1646/25555] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services, swift-log, swift-algorithms
[8307/31217] Fetching swift-atomics, swift-nio-http2, swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.80s)
[18220/28598] Fetching swift-atomics, swift-nio-http2, swift-log, swift-algorithms, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.21s)
[16386/22936] Fetching swift-atomics, swift-nio-http2, swift-log, swift-algorithms
Fetching https://github.com/apple/swift-nio.git
[22937/98464] Fetching swift-atomics, swift-nio-http2, swift-log, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.77s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.79s)
[50012/87020] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.78s)
[39275/75528] Fetching swift-nio
[75529/90321] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.53s)
Fetched https://github.com/apple/swift-nio.git from cache (7.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (9.35s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.06s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[16270/20633] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-collections.git from cache (4.51s)
Fetched https://github.com/apple/swift-system.git from cache (5.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (8.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.19s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.78s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (2.53s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[47/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.96s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.55s)
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.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.93s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-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.26.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.2.2
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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 _AtomicsShims.c
[13/1231] Write sources
[33/1231] Compiling CNIOWindows shim.c
[34/1231] Compiling a_i2d_fp.c
[35/1231] Compiling a_dup.c
[36/1231] Compiling a_gentm.c
[37/1231] Compiling CNIOWindows WSAStartup.c
[38/1231] Compiling a_d2i_fp.c
[39/1231] Compiling CNIOWASI CNIOWASI.c
[40/1231] Compiling CNIOLinux liburing_shims.c
[41/1231] Compiling a_bitstr.c
[42/1231] Compiling CNIOExtrasZlib empty.c
[43/1231] Compiling CNIOLLHTTP c_nio_http.c
[44/1231] Compiling a_int.c
[45/1231] Compiling CNIODarwin shim.c
[46/1231] Compiling CNIOLinux shim.c
[47/1231] Compiling CNIOLLHTTP c_nio_api.c
[48/1231] Compiling fiat_curve25519_adx_square.S
[49/1231] Compiling fiat_p256_adx_sqr.S
[50/1231] Compiling fiat_p256_adx_mul.S
[51/1231] Write swift-version-24593BA9C3E375BF.txt
[52/1231] Compiling fiat_curve25519_adx_mul.S
[53/1231] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/1237] Compiling CNIOBoringSSLShims shims.c
[56/1252] Emitting module _NIOBase64
[56/1252] Compiling tls_method.cc
[57/1269] Compiling tls13_server.cc
[59/1269] Emitting module InternalCollectionsUtilities
[59/1271] Compiling tls_record.cc
[60/1271] Compiling tls13_enc.cc
[61/1271] Compiling tls13_client.cc
[63/1271] Compiling _NIODataStructures _TinyArray.swift
[64/1271] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/1271] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/1271] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/1271] Compiling InternalCollectionsUtilities Integer rank.swift
[68/1271] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/1271] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/1271] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/1271] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/1271] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/1271] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/1271] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/1271] Compiling RealModule ElementaryFunctions.swift
[76/1271] Compiling InternalCollectionsUtilities Debugging.swift
[77/1271] Compiling InternalCollectionsUtilities Descriptions.swift
[78/1271] Compiling _NIOBase64 Base64.swift
[79/1272] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/1272] Compiling InternalCollectionsUtilities Specialize.swift
[81/1273] Compiling Logging LogHandler.swift
[82/1273] Compiling RealModule Float80+Real.swift
[83/1273] Compiling RealModule Real.swift
[84/1273] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[85/1273] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[86/1273] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[89/1274] Compiling RealModule Float16+Real.swift
[90/1274] Compiling RealModule Float+Real.swift
[91/1274] Compiling _NIODataStructures PriorityQueue.swift
[92/1274] Emitting module RealModule
[95/1274] Compiling RealModule RealFunctions.swift
[99/1290] Emitting module Logging
[100/1290] Compiling Logging Locks.swift
[101/1290] Compiling Logging MetadataProvider.swift
[102/1290] Compiling Logging Logging.swift
[103/1291] Compiling DequeModule _DequeBuffer.swift
[104/1291] Compiling DequeModule _DequeBufferHeader.swift
[105/1293] Compiling _NIODataStructures Heap.swift
[106/1293] Emitting module _NIODataStructures
[108/1294] Compiling DequeModule Deque+CustomReflectable.swift
[109/1294] Compiling DequeModule Deque+Descriptions.swift
[110/1294] Compiling DequeModule Deque+Equatable.swift
[111/1294] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[111/1294] Compiling t1_enc.cc
[112/1294] Compiling tls13_both.cc
[115/1294] Compiling DequeModule Deque+Extras.swift
[116/1294] Compiling DequeModule Deque+Hashable.swift
[116/1294] Compiling ssl_x509.cc
[118/1294] Compiling DequeModule _DequeSlot.swift
[119/1294] Compiling DequeModule _UnsafeWrappedBuffer.swift
[120/1294] Compiling DequeModule Deque+Testing.swift
[121/1294] Compiling DequeModule Deque._Storage.swift
[122/1294] Compiling DequeModule Deque._UnsafeHandle.swift
[123/1294] Compiling DequeModule Deque.swift
[124/1294] Emitting module DequeModule
[125/1294] Compiling DequeModule Deque+Codable.swift
[126/1294] Compiling DequeModule Deque+Collection.swift
[127/1295] Compiling ssl_versions.cc
[128/1295] Compiling ssl_transcript.cc
[129/1295] Compiling ssl_stat.cc
[130/1295] Compiling ssl_key_share.cc
[131/1295] Compiling ssl_privkey.cc
[132/1295] Compiling ssl_session.cc
[133/1295] Compiling ssl_file.cc
[134/1295] Compiling ssl_lib.cc
[135/1295] Compiling ssl_cipher.cc
[136/1295] Compiling ssl_credential.cc
[137/1295] Compiling ssl_buffer.cc
[138/1295] Compiling ssl_cert.cc
[139/1295] Compiling ssl_aead_ctx.cc
[140/1295] Compiling s3_pkt.cc
[141/1295] Compiling ssl_asn1.cc
[142/1295] Compiling s3_lib.cc
[143/1295] Compiling s3_both.cc
[144/1295] Compiling handshake_client.cc
[145/1295] Compiling handshake_server.cc
[146/1295] Compiling handoff.cc
[147/1295] Compiling handshake.cc
[148/1295] Compiling encrypted_client_hello.cc
[149/1295] Compiling extensions.cc
[150/1295] Compiling dtls_method.cc
[151/1295] Compiling md5-x86_64-linux.S
[152/1295] Compiling md5-x86_64-apple.S
[153/1295] Compiling dtls_record.cc
[154/1295] Compiling d1_srtp.cc
[155/1295] Compiling md5-586-linux.S
[156/1295] Compiling md5-586-apple.S
[157/1295] Compiling chacha20_poly1305_x86_64-apple.S
[158/1295] Compiling chacha20_poly1305_armv8-win.S
[159/1295] Compiling chacha20_poly1305_x86_64-linux.S
[160/1295] Compiling bio_ssl.cc
[161/1295] Compiling chacha20_poly1305_armv8-apple.S
[161/1295] Compiling err_data.cc
[163/1295] Compiling chacha20_poly1305_armv8-linux.S
[164/1295] Compiling chacha-x86_64-linux.S
[165/1295] Compiling chacha-x86_64-apple.S
[166/1295] Compiling chacha-x86-apple.S
[167/1295] Compiling chacha-x86-linux.S
[168/1295] Compiling chacha-armv8-apple.S
[169/1295] Compiling chacha-armv8-linux.S
[170/1295] Compiling chacha-armv8-win.S
[171/1295] Compiling chacha-armv4-linux.S
[172/1295] Compiling aes128gcmsiv-x86_64-apple.S
[173/1295] Compiling aes128gcmsiv-x86_64-linux.S
[174/1295] Compiling x86_64-mont5-linux.S
[175/1295] Compiling x86_64-mont5-apple.S
[176/1295] Compiling d1_pkt.cc
[177/1295] Compiling x86_64-mont-linux.S
[178/1295] Compiling x86_64-mont-apple.S
[179/1295] Compiling x86-mont-linux.S
[180/1295] Compiling vpaes-x86_64-linux.S
[181/1295] Compiling x86-mont-apple.S
[182/1295] Compiling vpaes-x86_64-apple.S
[183/1295] Compiling vpaes-x86-linux.S
[184/1295] Compiling vpaes-armv8-win.S
[185/1295] Compiling vpaes-armv8-linux.S
[186/1295] Compiling vpaes-x86-apple.S
[187/1295] Compiling vpaes-armv8-apple.S
[188/1295] Compiling vpaes-armv7-linux.S
[189/1295] Compiling sha512-x86_64-linux.S
[190/1295] Compiling sha512-armv8-win.S
[191/1295] Compiling sha512-armv8-linux.S
[191/1295] Compiling sha512-x86_64-apple.S
[193/1295] Compiling sha512-armv4-linux.S
[194/1295] Compiling sha512-armv8-apple.S
[195/1295] Compiling sha512-586-apple.S
[196/1295] Compiling sha256-x86_64-apple.S
[197/1295] Compiling d1_lib.cc
[198/1295] Compiling sha512-586-linux.S
[199/1295] Compiling sha256-armv8-win.S
[200/1295] Compiling sha256-armv4-linux.S
[201/1295] Compiling sha256-armv8-linux.S
[202/1295] Compiling sha256-x86_64-linux.S
[203/1295] Compiling sha256-armv8-apple.S
[204/1295] Compiling d1_both.cc
[205/1295] Compiling sha256-586-apple.S
[206/1295] Compiling sha256-586-linux.S
[207/1295] Compiling sha1-armv8-apple.S
[208/1295] Compiling sha1-x86_64-linux.S
[209/1295] Compiling sha1-x86_64-apple.S
[210/1295] Compiling sha1-586-linux.S
[211/1295] Compiling sha1-armv8-win.S
[212/1295] Compiling sha1-armv8-linux.S
[212/1295] Compiling sha1-armv4-large-linux.S
[214/1295] Compiling sha1-586-apple.S
[215/1295] Compiling rsaz-avx2-apple.S
[216/1295] Compiling rsaz-avx2-linux.S
[217/1295] Compiling rdrand-x86_64-linux.S
[218/1295] Compiling rdrand-x86_64-apple.S
[219/1295] Compiling p256_beeu-armv8-asm-linux.S
[220/1295] Compiling p256_beeu-x86_64-asm-linux.S
[221/1295] Compiling p256_beeu-x86_64-asm-apple.S
[222/1295] Compiling p256_beeu-armv8-asm-win.S
[223/1295] Compiling p256_beeu-armv8-asm-apple.S
[224/1295] Compiling p256-armv8-asm-win.S
[225/1295] Compiling p256-armv8-asm-linux.S
[226/1295] Compiling p256-x86_64-asm-apple.S
[227/1295] Compiling p256-x86_64-asm-linux.S
[228/1295] Compiling ghashv8-armv8-win.S
[229/1295] Compiling ghashv8-armv7-linux.S
[230/1295] Compiling ghashv8-armv8-linux.S
[231/1295] Compiling p256-armv8-asm-apple.S
[232/1295] Compiling ghash-x86_64-apple.S
[233/1295] Compiling ghashv8-armv8-apple.S
[234/1295] Compiling ghash-x86-linux.S
[235/1295] Compiling ghash-x86_64-linux.S
[236/1295] Compiling ghash-x86-apple.S
[237/1295] Compiling ghash-ssse3-x86_64-linux.S
[238/1295] Compiling ghash-ssse3-x86_64-apple.S
[239/1295] Compiling ghash-ssse3-x86-apple.S
[240/1295] Compiling ghash-neon-armv8-linux.S
[241/1295] Compiling ghash-armv4-linux.S
[241/1295] Compiling ghash-ssse3-x86-linux.S
[243/1295] Compiling ghash-neon-armv8-win.S
[244/1295] Compiling co-586-linux.S
[245/1295] Compiling ghash-neon-armv8-apple.S
[246/1295] Compiling co-586-apple.S
[247/1295] Compiling bn-armv8-win.S
[248/1295] Compiling bsaes-armv7-linux.S
[249/1295] Compiling bn-armv8-apple.S
[250/1295] Compiling armv8-mont-linux.S
[251/1295] Compiling bn-586-linux.S
[252/1295] Compiling armv8-mont-win.S
[253/1295] Compiling bn-armv8-linux.S
[254/1295] Compiling bn-586-apple.S
[255/1295] Compiling armv8-mont-apple.S
[256/1295] Compiling armv4-mont-linux.S
[257/1295] Compiling aesv8-gcm-armv8-win.S
[258/1295] Compiling aesv8-armv8-win.S
[259/1295] Compiling aesv8-gcm-armv8-linux.S
[260/1295] Compiling aesv8-gcm-armv8-apple.S
[261/1295] Compiling aesv8-armv8-linux.S
[262/1295] Compiling aesv8-armv7-linux.S
[263/1295] Compiling aesv8-armv8-apple.S
[264/1295] Compiling aesni-x86_64-apple.S
[265/1295] Compiling aesni-x86-apple.S
[266/1295] Compiling aesni-x86-linux.S
[267/1295] Compiling aesni-gcm-x86_64-apple.S
[268/1295] Compiling aesni-gcm-x86_64-linux.S
[269/1295] Compiling aes-gcm-avx2-x86_64-apple.S
[270/1295] Compiling aesni-x86_64-linux.S
[271/1295] Compiling aes-gcm-avx2-x86_64-linux.S
[272/1295] Compiling aes-gcm-avx10-x86_64-linux.S
[273/1295] Compiling aes-gcm-avx10-x86_64-apple.S
[274/1295] Compiling x_pubkey.cc
[275/1295] Compiling x_val.cc
[276/1295] Compiling x_req.cc
[277/1295] Compiling x_sig.cc
[278/1295] Compiling x_x509a.cc
[279/1295] Compiling x_spki.cc
[280/1295] Compiling x_exten.cc
[281/1295] Compiling x_x509.cc
[282/1295] Compiling x_name.cc
[283/1295] Compiling x_crl.cc
[284/1295] Compiling x509rset.cc
[285/1295] Compiling x509cset.cc
[286/1295] Compiling x_all.cc
[287/1295] Compiling x_algor.cc
[288/1295] Compiling x_attrib.cc
[289/1295] Compiling x509spki.cc
[290/1295] Compiling x509name.cc
[291/1295] Compiling x509_vpm.cc
[292/1295] Compiling x509_vfy.cc
[293/1295] Compiling x509_obj.cc
[294/1295] Compiling x509_set.cc
[295/1295] Compiling x509_txt.cc
[296/1295] Compiling x509_v3.cc
[297/1295] Compiling x509_trs.cc
[298/1295] Compiling x509_req.cc
[299/1295] Compiling x509_lu.cc
[300/1295] Compiling x509_def.cc
[301/1295] Compiling x509_ext.cc
[302/1295] Compiling x509_att.cc
[303/1295] Compiling x509_d2.cc
[304/1295] Compiling v3_utl.cc
[305/1295] Compiling x509.cc
[306/1295] Compiling x509_cmp.cc
[307/1295] Compiling v3_skey.cc
[308/1295] Compiling v3_prn.cc
[309/1295] Compiling v3_pmaps.cc
[310/1295] Compiling v3_purp.cc
[311/1295] Compiling v3_pcons.cc
[312/1295] Compiling v3_ocsp.cc
[313/1295] Compiling v3_ncons.cc
[314/1295] Compiling v3_lib.cc
[315/1295] Compiling v3_info.cc
[316/1295] Compiling v3_int.cc
[317/1295] Compiling v3_genn.cc
[318/1295] Compiling v3_ia5.cc
[319/1295] Compiling v3_extku.cc
[320/1295] Compiling v3_conf.cc
[321/1295] Compiling v3_cpols.cc
[322/1295] Compiling v3_enum.cc
[323/1295] Compiling v3_crld.cc
[324/1295] Compiling v3_bcons.cc
[325/1295] Compiling v3_bitst.cc
[326/1295] Compiling v3_akeya.cc
[327/1295] Compiling v3_alt.cc
[328/1295] Compiling v3_akey.cc
[329/1295] Compiling t_req.cc
[330/1295] Compiling t_x509a.cc
[331/1295] Compiling t_x509.cc
[332/1295] Compiling t_crl.cc
[333/1295] Compiling i2d_pr.cc
[334/1295] Compiling rsa_pss.cc
[335/1295] Compiling policy.cc
[336/1295] Compiling name_print.cc
[337/1295] Compiling by_file.cc
[338/1295] Compiling asn1_gen.cc
[339/1295] Compiling by_dir.cc
[340/1295] Compiling algorithm.cc
[341/1295] Compiling a_digest.cc
[342/1295] Compiling voprf.cc
[343/1295] Compiling a_verify.cc
[344/1295] Compiling thread_pthread.cc
[345/1295] Compiling thread_win.cc
[346/1295] Compiling a_sign.cc
[347/1295] Compiling thread.cc
[348/1295] Compiling thread_none.cc
[349/1295] Compiling trust_token.cc
[350/1295] Compiling pmbtoken.cc
[351/1295] Compiling stack.cc
[352/1295] Compiling siphash.cc
[353/1295] Compiling sha512.cc
[354/1295] Compiling sha256.cc
[355/1295] Compiling sha1.cc
[356/1295] Compiling slhdsa.cc
[357/1295] Compiling rsa_print.cc
[358/1295] Compiling rsa_extra.cc
[359/1295] Compiling spake2plus.cc
[360/1295] Compiling rc4.cc
[361/1295] Compiling rsa_crypt.cc
[362/1295] Compiling refcount.cc
[363/1295] Compiling windows.cc
[364/1295] Compiling trusty.cc
[365/1295] Compiling urandom.cc
[366/1295] Compiling rsa_asn1.cc
[367/1295] Compiling ios.cc
[368/1295] Compiling rand.cc
[369/1295] Compiling passive.cc
[370/1295] Compiling poly1305_arm_asm.S
[371/1295] Compiling forkunsafe.cc
[372/1295] Compiling fork_detect.cc
[373/1295] Compiling getentropy.cc
[374/1295] Compiling deterministic.cc
[375/1295] Compiling poly1305_vec.cc
[376/1295] Compiling pool.cc
[377/1295] Compiling poly1305.cc
[378/1295] Compiling poly1305_arm.cc
[379/1295] Compiling pkcs7.cc
[380/1295] Compiling pkcs7_x509.cc
[381/1295] Compiling pkcs8.cc
[382/1295] Compiling p5_pbev2.cc
[383/1295] Compiling pkcs8_x509.cc
[384/1295] Compiling pem_xaux.cc
[385/1295] Compiling pem_x509.cc
[386/1295] Compiling pem_pkey.cc
[387/1295] Compiling pem_info.cc
[388/1295] Compiling mlkem.cc
[389/1295] Compiling pem_pk8.cc
[390/1295] Compiling pem_lib.cc
[391/1295] Compiling pem_oth.cc
[392/1295] Compiling obj_xref.cc
[393/1295] Compiling mem.cc
[394/1295] Compiling obj.cc
[395/1295] Compiling md4.cc
[396/1295] Compiling mldsa.cc
[397/1295] Compiling fips_shared_support.cc
[398/1295] Compiling poly_rq_mul.S
[399/1295] Compiling md5.cc
[400/1295] Compiling pem_all.cc
[401/1295] Compiling lhash.cc
[402/1295] Compiling ex_data.cc
[403/1295] Compiling sign.cc
[404/1295] Compiling scrypt.cc
[405/1295] Compiling hrss.cc
[406/1295] Compiling kyber.cc
[407/1295] Compiling pbkdf.cc
[408/1295] Compiling hpke.cc
[409/1295] Compiling p_x25519.cc
[410/1295] Compiling print.cc
[411/1295] Compiling p_x25519_asn1.cc
[412/1295] Compiling p_ed25519.cc
[413/1295] Compiling p_rsa_asn1.cc
[414/1295] Compiling p_ed25519_asn1.cc
[415/1295] Compiling p_hkdf.cc
[416/1295] Compiling p_rsa.cc
[417/1295] Compiling p_ec_asn1.cc
[418/1295] Compiling p_ec.cc
[419/1295] Compiling p_dh_asn1.cc
[420/1295] Compiling evp_ctx.cc
[421/1295] Compiling evp.cc
[422/1295] Compiling p_dh.cc
[423/1295] Compiling p_dsa_asn1.cc
[424/1295] Compiling err.cc
[425/1295] Compiling engine.cc
[426/1295] Compiling hash_to_curve.cc
[427/1295] Compiling evp_asn1.cc
[428/1295] Compiling ecdsa_asn1.cc
[429/1295] Compiling ecdh.cc
[430/1295] Compiling ec_derive.cc
[431/1295] Compiling dsa_asn1.cc
[432/1295] Compiling ec_asn1.cc
[433/1295] Compiling dsa.cc
[434/1295] Compiling params.cc
[435/1295] Compiling x25519-asm-arm.S
[436/1295] Compiling des.cc
[437/1295] Compiling dh_asn1.cc
[438/1295] Compiling digest_extra.cc
[439/1295] Compiling spake25519.cc
[440/1295] Compiling cpu_intel.cc
[441/1295] Compiling curve25519.cc
[442/1295] Compiling cpu_arm_freebsd.cc
[443/1295] Compiling crypto.cc
[444/1295] Compiling cpu_arm_linux.cc
[445/1295] Compiling cpu_aarch64_win.cc
[446/1295] Compiling cpu_aarch64_openbsd.cc
[447/1295] Compiling cpu_aarch64_sysreg.cc
[448/1295] Compiling curve25519_64_adx.cc
[449/1295] Compiling cpu_aarch64_linux.cc
[450/1295] Compiling cpu_aarch64_fuchsia.cc
[451/1295] Compiling cpu_aarch64_apple.cc
[452/1295] Compiling bcm.cc
[453/1295] Compiling tls_cbc.cc
[454/1295] Compiling get_cipher.cc
[455/1295] Compiling conf.cc
[456/1295] Compiling e_rc4.cc
[457/1295] Compiling e_tls.cc
[458/1295] Compiling e_null.cc
[459/1295] Compiling e_rc2.cc
[460/1295] Compiling e_chacha20poly1305.cc
[461/1295] Compiling e_des.cc
[462/1295] Compiling e_aesgcmsiv.cc
[463/1295] Compiling e_aesctrhmac.cc
[464/1295] Compiling derive_key.cc
[465/1295] Compiling chacha.cc
[466/1295] Compiling unicode.cc
[467/1295] Compiling asn1_compat.cc
[468/1295] Compiling cbb.cc
[469/1295] Compiling buf.cc
[470/1295] Compiling ber.cc
[471/1295] Compiling convert.cc
[472/1295] Compiling cbs.cc
[473/1295] Compiling blake2.cc
[474/1295] Compiling socket.cc
[475/1295] Compiling bn_asn1.cc
[476/1295] Compiling socket_helper.cc
[477/1295] Compiling hexdump.cc
[478/1295] Compiling pair.cc
[479/1295] Compiling fd.cc
[480/1295] Compiling printf.cc
[481/1295] Compiling file.cc
[482/1295] Compiling errno.cc
[483/1295] Compiling connect.cc
[484/1295] Compiling bio.cc
[485/1295] Compiling bio_mem.cc
[486/1295] Compiling base64.cc
[487/1295] Compiling tasn_typ.cc
[488/1295] Compiling f_string.cc
[489/1295] Compiling tasn_fre.cc
[490/1295] Compiling posix_time.cc
[491/1295] Compiling tasn_enc.cc
[492/1295] Compiling tasn_new.cc
[493/1295] Compiling tasn_utl.cc
[494/1295] Compiling f_int.cc
[495/1295] Compiling asn1_par.cc
[496/1295] Compiling tasn_dec.cc
[497/1295] Compiling asn_pack.cc
[498/1295] Compiling asn1_lib.cc
[499/1295] Compiling a_utctm.cc
[500/1295] Compiling a_octet.cc
[501/1295] Compiling a_time.cc
[502/1295] Compiling a_object.cc
[503/1295] Compiling a_type.cc
[504/1295] Compiling a_strex.cc
[505/1295] Compiling a_strnid.cc
[506/1295] Compiling a_dup.cc
[507/1295] Compiling a_i2d_fp.cc
[508/1295] Compiling a_mbstr.cc
[509/1295] Compiling fiat_p256_adx_sqr.S
[510/1295] Compiling fiat_p256_adx_mul.S
[511/1295] Compiling a_bitstr.cc
[512/1295] Compiling a_int.cc
[513/1295] Compiling a_d2i_fp.cc
[514/1295] Compiling fiat_curve25519_adx_square.S
[515/1295] Compiling fiat_curve25519_adx_mul.S
[516/1295] Compiling a_gentm.cc
[517/1295] Compiling x_x509a.c
[518/1295] Compiling x_val.c
[519/1295] Compiling a_bool.cc
[520/1295] Compiling x_x509.c
[521/1295] Compiling x_spki.c
[522/1295] Compiling x_sig.c
[523/1295] Compiling x_req.c
[524/1295] Compiling x_pubkey.c
[525/1295] Compiling x_exten.c
[526/1295] Compiling x_name.c
[527/1295] Compiling x_crl.c
[528/1295] Compiling x_attrib.c
[529/1295] Compiling x_all.c
[530/1295] Compiling x_algor.c
[531/1295] Compiling x509spki.c
[532/1295] Compiling x509rset.c
[533/1295] Compiling x509name.c
[534/1295] Compiling x509cset.c
[535/1295] Compiling x509_vpm.c
[536/1295] Compiling x509_txt.c
[537/1295] Compiling x509_v3.c
[538/1295] Compiling x509_vfy.c
[539/1295] Compiling x509_trs.c
[540/1295] Compiling x509_req.c
[541/1295] Compiling x509_set.c
[542/1295] Compiling x509_def.c
[543/1295] Compiling x509_obj.c
[544/1295] Compiling x509_d2.c
[545/1295] Compiling x509_ext.c
[546/1295] Compiling x509_lu.c
[547/1295] Compiling x509.c
[548/1295] Compiling x509_cmp.c
[549/1295] Compiling x509_att.c
[550/1295] Compiling v3_skey.c
[551/1295] Compiling v3_prn.c
[552/1295] Compiling v3_utl.c
[553/1295] Compiling v3_purp.c
[554/1295] Compiling v3_pmaps.c
[555/1295] Compiling v3_pcons.c
[556/1295] Compiling v3_ocsp.c
[557/1295] Compiling v3_int.c
[558/1295] Compiling v3_ncons.c
[559/1295] Compiling v3_lib.c
[560/1295] Compiling v3_info.c
[561/1295] Compiling v3_ia5.c
[562/1295] Compiling v3_genn.c
[563/1295] Compiling v3_extku.c
[564/1295] Compiling v3_enum.c
[565/1295] Compiling c-nioatomics.c
[566/1295] Compiling v3_crld.c
[567/1295] Compiling v3_cpols.c
[568/1295] Compiling v3_conf.c
[569/1295] Compiling v3_bitst.c
[570/1295] Compiling v3_bcons.c
[571/1295] Compiling v3_alt.c
[572/1295] Compiling v3_akeya.c
[573/1295] Compiling v3_akey.c
[574/1295] Compiling t_x509a.c
[575/1295] Compiling t_x509.c
[576/1295] Compiling t_req.c
[577/1295] Compiling t_crl.c
[578/1295] Compiling i2d_pr.c
[579/1295] Compiling name_print.c
[580/1295] Compiling rsa_pss.c
[581/1295] Compiling policy.c
[582/1295] Compiling by_file.c
[583/1295] Compiling asn1_gen.c
[584/1295] Compiling by_dir.c
[585/1295] Compiling algorithm.c
[586/1295] Compiling a_digest.c
[587/1295] Compiling trust_token.c
[588/1295] Compiling a_verify.c
[589/1295] Compiling a_sign.c
[590/1295] Compiling voprf.c
[591/1295] Compiling c-atomics.c
[592/1295] Compiling thread.c
[593/1295] Compiling thread_win.c
[594/1295] Compiling thread_none.c
[595/1295] Compiling thread_pthread.c
[596/1295] Compiling wots.c
[597/1295] Compiling thash.c
[598/1295] Compiling spx_util.c
[599/1295] Compiling merkle.c
[600/1295] Compiling spx.c
[601/1295] Compiling pmbtoken.c
[602/1295] Compiling stack.c
[603/1295] Compiling fors.c
[604/1295] Compiling siphash.c
[605/1295] Compiling rc4.c
[606/1295] Compiling address.c
[607/1295] Compiling rsa_print.c
[608/1295] Compiling refcount.c
[609/1295] Compiling rand_extra.c
[610/1295] Compiling passive.c
[611/1295] Compiling trusty.c
[612/1299] Compiling rsa_crypt.c
[613/1300] Compiling rsa_asn1.c
[614/1301] Compiling windows.c
[615/1301] Compiling ios.c
[616/1301] Compiling poly1305_arm_asm.S
[617/1301] Compiling deterministic.c
[618/1301] Compiling forkunsafe.c
[619/1301] Compiling getentropy.c
[620/1301] Compiling poly1305.c
[621/1301] Compiling poly1305_arm.c
[622/1301] Compiling pool.c
[623/1301] Compiling pkcs7.c
[624/1301] Compiling poly1305_vec.c
[625/1301] Compiling p5_pbev2.c
[626/1301] Compiling pkcs8.c
[627/1301] Compiling pem_xaux.c
[628/1301] Compiling pkcs7_x509.c
[629/1301] Compiling pkcs8_x509.c
[630/1301] Compiling pem_x509.c
[631/1301] Compiling pem_pkey.c
[632/1301] Compiling obj_xref.c
[634/1301] Compiling NIOConcurrencyHelpers lock.swift
[634/1301] Compiling pem_oth.c
[635/1301] Compiling pem_lib.c
[636/1301] Compiling pem_info.c
[637/1301] Compiling obj.c
[638/1301] Compiling pem_pk8.c
[639/1301] Compiling pem_all.c
[640/1301] Compiling mem.c
[641/1301] Compiling keccak.c
[642/1301] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[643/1301] Emitting module NIOConcurrencyHelpers
[644/1301] Compiling NIOConcurrencyHelpers atomics.swift
[645/1301] Compiling NIOConcurrencyHelpers NIOLock.swift
[646/1301] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[646/1301] Compiling lhash.c
[647/1301] Compiling kyber.c
[649/1301] Compiling x86_64-mont5-mac.mac.x86_64.S
[650/1302] Compiling poly_rq_mul.S
[651/1302] Compiling x86_64-mont-mac.mac.x86_64.S
[651/1302] Compiling x86_64-mont5-linux.linux.x86_64.S
[653/1302] Compiling x86_64-mont-linux.linux.x86_64.S
[654/1302] Compiling hpke.c
[655/1302] Compiling x86-mont-linux.linux.x86.S
[656/1302] Compiling x86-mont-windows.windows.x86.S
[657/1302] Compiling vpaes-x86_64-mac.mac.x86_64.S
[658/1302] Compiling vpaes-x86-windows.windows.x86.S
[659/1302] Compiling vpaes-x86-linux.linux.x86.S
[660/1302] Compiling vpaes-armv8-linux.linux.aarch64.S
[661/1302] Compiling vpaes-x86_64-linux.linux.x86_64.S
[663/1302] Compiling vpaes-armv7-linux.linux.arm.S
[664/1302] Compiling hrss.c
[665/1302] Compiling vpaes-armv8-ios.ios.aarch64.S
[666/1302] Compiling vpaes-armv7-ios.ios.arm.S
[667/1302] Compiling sha512-x86_64-mac.mac.x86_64.S
[668/1302] Compiling sha512-armv8-linux.linux.aarch64.S
[669/1302] Compiling sha512-armv4-linux.linux.arm.S
[670/1302] Compiling sha512-586-windows.windows.x86.S
[671/1302] Compiling sha512-armv8-ios.ios.aarch64.S
[672/1302] Compiling sha512-armv4-ios.ios.arm.S
[672/1302] Compiling sha256-x86_64-mac.mac.x86_64.S
[672/1302] Compiling kdf.c
[675/1302] Compiling sha512-586-linux.linux.x86.S
[676/1302] Compiling sha512-x86_64-linux.linux.x86_64.S
[677/1302] Compiling sha256-armv4-linux.linux.arm.S
[678/1302] Compiling sha256-armv8-linux.linux.aarch64.S
[679/1302] Compiling sha256-armv8-ios.ios.aarch64.S
[680/1302] Compiling sha256-586-windows.windows.x86.S
[681/1302] Compiling sha1-x86_64-mac.mac.x86_64.S
[682/1302] Compiling sha256-armv4-ios.ios.arm.S
[683/1302] Compiling sha256-586-linux.linux.x86.S
[684/1302] Compiling sha256-x86_64-linux.linux.x86_64.S
[685/1302] Compiling sha1-armv8-linux.linux.aarch64.S
[686/1302] Compiling sha1-armv8-ios.ios.aarch64.S
[687/1302] Compiling sha1-armv4-large-linux.linux.arm.S
[687/1302] Compiling sha1-586-windows.windows.x86.S
[689/1302] Compiling sha1-armv4-large-ios.ios.arm.S
[690/1302] Compiling sha1-586-linux.linux.x86.S
[690/1302] Compiling sha1-x86_64-linux.linux.x86_64.S
[692/1302] Compiling rsaz-avx2-mac.mac.x86_64.S
[693/1302] Compiling fips.c
[694/1302] Compiling sha256.c
[695/1302] Compiling sha1.c
[696/1302] Compiling rsaz-avx2-linux.linux.x86_64.S
[697/1302] Compiling sha512.c
[698/1302] Compiling service_indicator.c
[699/1302] Compiling rdrand-x86_64-linux.linux.x86_64.S
[700/1302] Compiling self_check.c
[701/1302] Compiling rdrand-x86_64-mac.mac.x86_64.S
[702/1302] Compiling rsa_impl.c
[703/1302] Compiling blinding.c
[704/1302] Compiling urandom.c
[705/1302] Compiling rsa.c
[706/1302] Compiling rand.c
[707/1302] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[708/1302] Compiling padding.c
[709/1302] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[710/1302] Compiling ctrdrbg.c
[711/1302] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[712/1302] Compiling fork_detect.c
[713/1302] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[714/1302] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[715/1302] Compiling p256-armv8-asm-ios.ios.aarch64.S
[716/1302] Compiling p256-armv8-asm-linux.linux.aarch64.S
[717/1302] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[718/1302] Compiling polyval.c
[719/1302] Compiling ofb.c
[720/1302] Compiling cfb.c
[721/1302] Compiling gcm_nohw.c
[722/1302] Compiling gcm.c
[723/1302] Compiling md5-x86_64-linux.linux.x86_64.S
[724/1302] Compiling cbc.c
[725/1302] Compiling md5-586-windows.windows.x86.S
[725/1302] Compiling md5-x86_64-mac.mac.x86_64.S
[727/1302] Compiling ctr.c
[728/1302] Compiling md5.c
[729/1302] Compiling md5-586-linux.linux.x86.S
[730/1302] Compiling ghashv8-armv8-ios.ios.aarch64.S
[731/1302] Compiling ghashv8-armv8-linux.linux.aarch64.S
[732/1302] Compiling ghashv8-armv7-linux.linux.arm.S
[733/1302] Compiling md4.c
[734/1302] Compiling ghashv8-armv7-ios.ios.arm.S
[735/1302] Compiling ghash-x86_64-mac.mac.x86_64.S
[736/1302] Compiling ghash-x86_64-linux.linux.x86_64.S
[737/1302] Compiling hkdf.c
[738/1302] Compiling hmac.c
[739/1302] Compiling ghash-x86-linux.linux.x86.S
[740/1302] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[741/1302] Compiling ghash-x86-windows.windows.x86.S
[742/1302] Compiling fips_shared_support.c
[743/1302] Compiling ecdsa.c
[744/1302] Compiling ghash-ssse3-x86-windows.windows.x86.S
[745/1302] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[746/1302] Compiling ghash-ssse3-x86-linux.linux.x86.S
[746/1302] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[748/1302] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[749/1302] Compiling ecdh.c
[750/1302] Compiling simple_mul.c
[751/1302] Compiling ghash-armv4-linux.linux.arm.S
[752/1302] Compiling ghash-armv4-ios.ios.arm.S
[753/1302] Compiling simple.c
[754/1302] Compiling wnaf.c
[755/1302] Compiling p256.c
[756/1302] Compiling scalar.c
[757/1302] Compiling util.c
[758/1302] Compiling oct.c
[759/1302] Compiling felem.c
[760/1302] Compiling ec_montgomery.c
[761/1302] Compiling p224-64.c
[762/1302] Compiling digestsign.c
[763/1302] Compiling ec_key.c
[764/1302] Compiling co-586-windows.windows.x86.S
[765/1302] Compiling digests.c
[766/1302] Compiling ec.c
[767/1302] Compiling digest.c
[768/1302] Compiling check.c
[769/1302] Compiling dh.c
[770/1302] Compiling p256-nistz.c
[771/1302] Compiling aead.c
[772/1302] Compiling cmac.c
[773/1302] Compiling e_aesccm.c
[774/1302] Compiling co-586-linux.linux.x86.S
[775/1302] Compiling sqrt.c
[776/1302] Compiling bsaes-armv7-ios.ios.arm.S
[777/1302] Compiling cipher.c
[778/1302] Compiling bsaes-armv7-linux.linux.arm.S
[779/1302] Compiling rsaz_exp.c
[780/1302] Compiling random.c
[781/1302] Compiling mul.c
[782/1302] Compiling e_aes.c
[783/1302] Compiling shift.c
[784/1302] Compiling prime.c
[785/1302] Compiling montgomery_inv.c
[786/1302] Compiling montgomery.c
[787/1302] Compiling jacobi.c
[788/1302] Compiling gcd_extra.c
[789/1302] Compiling generic.c
[790/1302] Compiling div_extra.c
[791/1302] Compiling gcd.c
[792/1302] Compiling ctx.c
[793/1302] Compiling exponentiation.c
[794/1302] Compiling div.c
[795/1302] Compiling bytes.c
[796/1302] Compiling cmp.c
[797/1302] Compiling bn.c
[798/1302] Compiling add.c
[799/1302] Compiling x86_64-gcc.c
[800/1302] Compiling bn-armv8-linux.linux.aarch64.S
[800/1302] Compiling bn-armv8-ios.ios.aarch64.S
[802/1302] Compiling armv8-mont-ios.ios.aarch64.S
[803/1302] Compiling bn-586-linux.linux.x86.S
[804/1302] Compiling bn-586-windows.windows.x86.S
[805/1302] Compiling armv4-mont-linux.linux.arm.S
[806/1302] Compiling armv4-mont-ios.ios.arm.S
[807/1302] Compiling armv8-mont-linux.linux.aarch64.S
[808/1302] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[809/1302] Compiling aesv8-armv7-linux.linux.arm.S
[809/1302] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[811/1302] Compiling aesv8-armv8-linux.linux.aarch64.S
[812/1302] Compiling aesv8-armv8-ios.ios.aarch64.S
[813/1302] Compiling aesni-x86_64-mac.mac.x86_64.S
[814/1302] Compiling aesni-x86-windows.windows.x86.S
[815/1302] Compiling aesv8-armv7-ios.ios.arm.S
[816/1302] Compiling aesni-x86_64-linux.linux.x86_64.S
[817/1302] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[818/1302] Compiling aesni-x86-linux.linux.x86.S
[819/1302] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[820/1302] Compiling mode_wrappers.c
[821/1302] Compiling aes.c
[822/1302] Compiling key_wrap.c
[823/1302] Compiling scrypt.c
[824/1302] Compiling sign.c
[825/1302] Compiling ex_data.c
[826/1302] Compiling print.c
[827/1302] Compiling pbkdf.c
[828/1302] Compiling p_x25519.c
[829/1302] Compiling p_x25519_asn1.c
[830/1302] Compiling p_ed25519.c
[831/1302] Compiling aes_nohw.c
[832/1302] Compiling p_rsa_asn1.c
[833/1302] Compiling p_ec.c
[834/1302] Compiling p_ec_asn1.c
[835/1302] Compiling p_rsa.c
[836/1302] Compiling err_data.c
[837/1302] Compiling evp.c
[837/1302] Compiling p_ed25519_asn1.c
[839/1302] Compiling p_dsa_asn1.c
[840/1302] Compiling p_hkdf.c
[841/1302] Compiling evp_ctx.c
[842/1302] Compiling evp_asn1.c
[843/1302] Compiling err.c
[844/1302] Compiling ecdh_extra.c
[845/1302] Compiling dsa_asn1.c
[846/1302] Compiling engine.c
[847/1302] Compiling ecdsa_asn1.c
[848/1302] Compiling ec_derive.c
[849/1302] Compiling ec_asn1.c
[850/1302] Compiling hash_to_curve.c
[851/1302] Compiling dsa.c
[852/1302] Compiling params.c
[853/1302] Compiling dh_asn1.c
[854/1302] Compiling spake25519.c
[855/1302] Compiling digest_extra.c
[856/1302] Compiling crypto.c
[857/1302] Compiling x25519-asm-arm.S
[858/1302] Compiling cpu_intel.c
[859/1302] Compiling cpu_aarch64_sysreg.c
[860/1302] Compiling cpu_aarch64_openbsd.c
[861/1302] Compiling cpu_arm_freebsd.c
[862/1302] Compiling des.c
[863/1302] Compiling cpu_arm_linux.c
[864/1302] Compiling cpu_aarch64_win.c
[865/1302] Compiling cpu_aarch64_fuchsia.c
[866/1302] Compiling cpu_aarch64_linux.c
[867/1302] Compiling tls_cbc.c
[868/1302] Compiling e_tls.c
[869/1302] Compiling conf.c
[870/1302] Compiling cpu_aarch64_apple.c
[870/1302] Compiling curve25519.c
[872/1302] Compiling e_rc2.c
[873/1302] Compiling e_rc4.c
[874/1302] Compiling e_aesgcmsiv.c
[875/1302] Compiling e_des.c
[876/1302] Compiling e_null.c
[877/1302] Compiling e_chacha20poly1305.c
[878/1302] Compiling derive_key.c
[879/1302] Compiling e_aesctrhmac.c
[880/1302] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[881/1302] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[882/1302] Compiling cipher_extra.c
[883/1302] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[884/1302] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[885/1302] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[886/1302] Compiling chacha-x86_64-mac.mac.x86_64.S
[887/1302] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[888/1302] Compiling chacha.c
[889/1302] Compiling chacha-armv8-linux.linux.aarch64.S
[890/1302] Compiling chacha-x86-windows.windows.x86.S
[891/1302] Compiling chacha-x86-linux.linux.x86.S
[892/1302] Compiling chacha-x86_64-linux.linux.x86_64.S
[893/1302] Compiling chacha-armv8-ios.ios.aarch64.S
[894/1302] Compiling chacha-armv4-ios.ios.arm.S
[895/1302] Compiling chacha-armv4-linux.linux.arm.S
[896/1302] Compiling unicode.c
[897/1302] Compiling ber.c
[898/1302] Compiling bn_asn1.c
[898/1302] Compiling asn1_compat.c
[900/1302] Compiling buf.c
[900/1302] Compiling cbs.c
[902/1302] Compiling convert.c
[903/1302] Compiling cbb.c
[904/1302] Compiling blake2.c
[905/1302] Compiling pair.c
[906/1302] Compiling socket.c
[907/1302] Compiling printf.c
[908/1302] Compiling socket_helper.c
[909/1302] Compiling hexdump.c
[910/1302] Compiling file.c
[911/1302] Compiling fd.c
[912/1302] Compiling curve25519_64_adx.c
[913/1302] Compiling errno.c
[914/1302] Compiling base64.c
[915/1302] Compiling bio_mem.c
[916/1302] Compiling connect.c
[917/1302] Compiling tasn_typ.c
[918/1302] Compiling tasn_enc.c
[919/1302] Compiling bio.c
[920/1302] Compiling tasn_fre.c
[921/1302] Compiling tasn_utl.c
[922/1302] Compiling tasn_new.c
[923/1302] Compiling f_string.c
[924/1302] Compiling tasn_dec.c
[925/1302] Compiling f_int.c
[926/1302] Compiling posix_time.c
[927/1302] Compiling asn1_par.c
[928/1302] Compiling asn_pack.c
[929/1302] Compiling a_utctm.c
[930/1302] Compiling asn1_lib.c
[931/1302] Compiling a_octet.c
[932/1302] Compiling a_type.c
[933/1302] Compiling a_time.c
[934/1302] Compiling a_strnid.c
[935/1302] Compiling a_strex.c
[936/1302] Compiling a_bool.c
[937/1302] Compiling fiat_p256_adx_sqr.S
[938/1302] Compiling fiat_p256_adx_mul.S
[938/1302] Compiling a_object.c
[939/1302] Compiling a_mbstr.c
[941/1302] Compiling fiat_curve25519_adx_square.S
[942/1302] Compiling fiat_curve25519_adx_mul.S
[943/1302] Compiling CCryptoBoringSSLShims shims.c
[944/1302] Compiling err_data.cc
[945/1302] Compiling md5-x86_64-linux.S
[946/1302] Compiling md5-586-linux.S
[947/1302] Compiling md5-x86_64-apple.S
[948/1302] Compiling md5-586-apple.S
[949/1302] Compiling chacha20_poly1305_x86_64-linux.S
[950/1302] Compiling chacha20_poly1305_x86_64-apple.S
[951/1302] Compiling chacha20_poly1305_armv8-apple.S
[952/1302] Compiling chacha-x86_64-linux.S
[952/1302] Compiling chacha20_poly1305_armv8-linux.S
[954/1302] Compiling chacha-x86_64-apple.S
[955/1302] Compiling chacha20_poly1305_armv8-win.S
[956/1302] Compiling chacha-x86-linux.S
[957/1302] Compiling chacha-x86-apple.S
[958/1302] Compiling aes128gcmsiv-x86_64-apple.S
[959/1302] Compiling chacha-armv8-linux.S
[960/1302] Compiling x86_64-mont5-linux.S
[961/1302] Compiling chacha-armv8-win.S
[962/1302] Compiling chacha-armv4-linux.S
[963/1302] Compiling x86_64-mont5-apple.S
[964/1302] Compiling chacha-armv8-apple.S
[965/1302] Compiling aes128gcmsiv-x86_64-linux.S
[966/1302] Compiling x86-mont-linux.S
[967/1302] Compiling x86_64-mont-linux.S
[968/1302] Compiling x86_64-mont-apple.S
[969/1302] Compiling vpaes-x86_64-linux.S
[970/1302] Compiling x86-mont-apple.S
[971/1302] Compiling vpaes-x86_64-apple.S
[972/1302] Compiling vpaes-x86-apple.S
[973/1302] Compiling vpaes-x86-linux.S
[973/1302] Compiling vpaes-armv8-linux.S
[975/1302] Compiling vpaes-armv8-win.S
[976/1302] Compiling vpaes-armv8-apple.S
[977/1302] Compiling vpaes-armv7-linux.S
[978/1302] Compiling sha512-x86_64-apple.S
[979/1302] Compiling sha512-x86_64-linux.S
[980/1302] Compiling sha512-armv8-linux.S
[981/1302] Compiling sha512-586-linux.S
[982/1302] Compiling sha512-armv4-linux.S
[983/1302] Compiling sha512-armv8-win.S
[984/1302] Compiling sha512-586-apple.S
[985/1302] Compiling sha512-armv8-apple.S
[986/1302] Compiling sha256-x86_64-apple.S
[987/1302] Compiling sha256-armv8-linux.S
[988/1302] Compiling sha256-586-linux.S
[989/1302] Compiling sha256-armv8-win.S
[990/1302] Compiling sha256-armv8-apple.S
[991/1302] Compiling sha256-x86_64-linux.S
[992/1302] Compiling sha256-armv4-linux.S
[993/1302] Compiling sha256-586-apple.S
[994/1302] Compiling sha1-x86_64-linux.S
[995/1302] Compiling sha1-armv8-win.S
[996/1302] Compiling sha1-armv8-apple.S
[997/1302] Compiling sha1-x86_64-apple.S
[998/1302] Compiling sha1-armv8-linux.S
[999/1302] Compiling sha1-armv4-large-linux.S
[1000/1302] Compiling sha1-586-linux.S
[1001/1302] Compiling rsaz-avx2-linux.S
[1002/1302] Compiling rdrand-x86_64-linux.S
[1003/1302] Compiling rsaz-avx2-apple.S
[1004/1302] Compiling p256_beeu-x86_64-asm-apple.S
[1005/1302] Compiling sha1-586-apple.S
[1006/1302] Compiling p256_beeu-x86_64-asm-linux.S
[1007/1302] Compiling rdrand-x86_64-apple.S
[1008/1302] Compiling p256_beeu-armv8-asm-apple.S
[1009/1302] Compiling p256_beeu-armv8-asm-win.S
[1010/1302] Compiling p256-armv8-asm-linux.S
[1011/1302] Compiling p256-x86_64-asm-apple.S
[1012/1302] Compiling p256_beeu-armv8-asm-linux.S
[1013/1302] Compiling p256-armv8-asm-win.S
[1014/1302] Compiling p256-x86_64-asm-linux.S
[1015/1302] Compiling ghashv8-armv8-win.S
[1016/1302] Compiling p256-armv8-asm-apple.S
[1017/1302] Compiling ghashv8-armv8-linux.S
[1018/1302] Compiling ghashv8-armv8-apple.S
[1019/1302] Compiling ghash-x86_64-apple.S
[1020/1302] Compiling ghashv8-armv7-linux.S
[1021/1302] Compiling ghash-x86_64-linux.S
[1021/1302] Compiling ghash-x86-linux.S
[1023/1302] Compiling ghash-ssse3-x86_64-linux.S
[1024/1302] Compiling ghash-x86-apple.S
[1025/1302] Compiling ghash-ssse3-x86-apple.S
[1026/1302] Compiling ghash-ssse3-x86_64-apple.S
[1027/1302] Compiling ghash-ssse3-x86-linux.S
[1028/1302] Compiling ghash-neon-armv8-win.S
[1029/1302] Compiling ghash-neon-armv8-linux.S
[1030/1302] Compiling ghash-neon-armv8-apple.S
[1031/1302] Compiling ghash-armv4-linux.S
[1032/1302] Compiling co-586-linux.S
[1033/1302] Compiling co-586-apple.S
[1034/1302] Compiling bn-armv8-win.S
[1035/1302] Compiling bsaes-armv7-linux.S
[1036/1302] Compiling bn-armv8-apple.S
[1037/1302] Compiling bn-armv8-linux.S
[1038/1302] Compiling bn-586-linux.S
[1039/1302] Compiling armv8-mont-linux.S
[1040/1302] Compiling armv8-mont-apple.S
[1041/1302] Compiling armv4-mont-linux.S
[1042/1302] Compiling bn-586-apple.S
[1043/1302] Compiling aesv8-gcm-armv8-linux.S
[1044/1302] Compiling armv8-mont-win.S
[1045/1302] Compiling aesv8-gcm-armv8-apple.S
[1046/1302] Compiling aesv8-armv8-win.S
[1047/1302] Compiling aesv8-armv8-linux.S
[1048/1302] Compiling aesv8-gcm-armv8-win.S
[1049/1302] Compiling aesni-x86_64-linux.S
[1050/1302] Compiling aesv8-armv8-apple.S
[1051/1302] Compiling aesni-gcm-x86_64-linux.S
[1052/1302] Compiling aesni-x86-apple.S
[1053/1302] Compiling aesni-x86_64-apple.S
[1053/1302] Compiling aesv8-armv7-linux.S
[1053/1302] Compiling aesni-x86-linux.S
[1056/1302] Compiling aesni-gcm-x86_64-apple.S
[1057/1302] Compiling aes-gcm-avx10-x86_64-linux.S
[1058/1302] Compiling aes-gcm-avx10-x86_64-apple.S
[1059/1302] Compiling x_x509a.cc
[1060/1302] Compiling x_req.cc
[1061/1302] Compiling x_val.cc
[1062/1302] Compiling x_x509.cc
[1063/1302] Compiling x_sig.cc
[1064/1302] Compiling x_pubkey.cc
[1065/1302] Compiling x_name.cc
[1066/1302] Compiling x_spki.cc
[1067/1302] Compiling x_exten.cc
[1068/1302] Compiling x_crl.cc
[1069/1302] Compiling x_attrib.cc
[1070/1302] Compiling x_all.cc
[1071/1302] Compiling x509spki.cc
[1072/1302] Compiling x_algor.cc
[1073/1302] Compiling x509name.cc
[1074/1302] Compiling x509rset.cc
[1075/1302] Compiling x509cset.cc
[1076/1302] Compiling x509_vpm.cc
[1077/1302] Compiling x509_v3.cc
[1078/1302] Compiling x509_vfy.cc
[1079/1302] Compiling x509_trs.cc
[1080/1302] Compiling x509_txt.cc
[1081/1302] Compiling x509_req.cc
[1082/1302] Compiling x509_lu.cc
[1083/1302] Compiling x509_set.cc
[1084/1302] Compiling x509_obj.cc
[1085/1302] Compiling x509_def.cc
[1086/1302] Compiling x509_ext.cc
[1087/1302] Compiling x509_d2.cc
[1088/1302] Compiling x509_cmp.cc
[1089/1302] Compiling x509_att.cc
[1090/1302] Compiling x509.cc
[1091/1302] Compiling v3_utl.cc
[1092/1302] Compiling v3_skey.cc
[1093/1302] Compiling v3_purp.cc
[1094/1302] Compiling v3_prn.cc
[1095/1302] Compiling v3_pmaps.cc
[1096/1302] Compiling v3_pcons.cc
[1097/1302] Compiling v3_ocsp.cc
[1098/1302] Compiling v3_ncons.cc
[1099/1302] Compiling v3_lib.cc
[1100/1302] Compiling v3_int.cc
[1101/1302] Compiling v3_info.cc
[1102/1302] Compiling v3_ia5.cc
[1103/1302] Compiling v3_genn.cc
[1104/1302] Compiling v3_extku.cc
[1105/1302] Compiling v3_enum.cc
[1106/1302] Compiling v3_cpols.cc
[1107/1302] Compiling v3_crld.cc
[1108/1302] Compiling v3_conf.cc
[1109/1302] Compiling v3_bitst.cc
[1110/1302] Compiling v3_bcons.cc
[1111/1302] Compiling v3_alt.cc
[1112/1302] Compiling v3_akeya.cc
[1113/1302] Compiling v3_akey.cc
[1114/1302] Compiling t_req.cc
[1115/1302] Compiling t_x509a.cc
[1116/1302] Compiling t_x509.cc
[1117/1302] Compiling t_crl.cc
[1118/1302] Compiling i2d_pr.cc
[1119/1302] Compiling rsa_pss.cc
[1120/1302] Compiling name_print.cc
[1121/1302] Compiling policy.cc
[1122/1302] Compiling by_file.cc
[1123/1302] Compiling by_dir.cc
[1124/1302] Compiling algorithm.cc
[1125/1302] Compiling asn1_gen.cc
[1126/1302] Compiling voprf.cc
[1127/1302] Compiling a_verify.cc
[1128/1302] Compiling a_sign.cc
[1129/1302] Compiling a_digest.cc
[1130/1302] Compiling thread_win.cc
[1131/1302] Compiling trust_token.cc
[1132/1302] Compiling thread_pthread.cc
[1133/1302] Compiling thread.cc
[1134/1302] Compiling thread_none.cc
[1135/1302] Compiling pmbtoken.cc
[1136/1302] Compiling wots.cc
[1137/1302] Compiling stack.cc
[1138/1302] Compiling thash.cc
[1139/1302] Compiling merkle.cc
[1140/1302] Compiling siphash.cc
[1141/1302] Compiling fors.cc
[1142/1302] Compiling sha256.cc
[1143/1302] Compiling slhdsa.cc
[1144/1302] Compiling sha512.cc
[1145/1302] Compiling sha1.cc
[1146/1302] Compiling rsa_print.cc
[1147/1302] Compiling rsa_extra.cc
[1148/1302] Compiling rc4.cc
[1149/1302] Compiling windows.cc
[1150/1302] Compiling rsa_asn1.cc
[1151/1302] Compiling refcount.cc
[1152/1302] Compiling rsa_crypt.cc
[1153/1302] Compiling urandom.cc
[1154/1302] Compiling rand_extra.cc
[1155/1302] Compiling trusty.cc
[1156/1302] Compiling ios.cc
[1157/1302] Compiling passive.cc
[1158/1302] Compiling getentropy.cc
[1159/1302] Compiling poly1305_arm_asm.S
[1160/1302] Compiling forkunsafe.cc
[1161/1302] Compiling deterministic.cc
[1162/1302] Compiling fork_detect.cc
[1163/1302] Compiling pool.cc
[1164/1302] Compiling poly1305.cc
[1165/1302] Compiling poly1305_arm.cc
[1166/1302] Compiling poly1305_vec.cc
[1167/1302] Compiling pkcs7.cc
[1168/1302] Compiling pkcs8.cc
[1169/1302] Compiling pkcs8_x509.cc
[1170/1302] Compiling p5_pbev2.cc
[1171/1302] Compiling pkcs7_x509.cc
[1172/1302] Compiling pem_x509.cc
[1173/1302] Compiling pem_xaux.cc
[1174/1302] Compiling pem_pkey.cc
[1175/1302] Compiling pem_pk8.cc
[1176/1302] Compiling obj_xref.cc
[1177/1302] Compiling pem_oth.cc
[1178/1302] Compiling mldsa.cc
[1179/1302] Compiling obj.cc
[1180/1302] Compiling pem_info.cc
[1181/1302] Compiling mlkem.cc
[1182/1302] Compiling pem_lib.cc
[1183/1302] Compiling pem_all.cc
[1184/1302] Compiling mem.cc
[1185/1302] Compiling poly_rq_mul.S
[1186/1302] Compiling fips_shared_support.cc
[1187/1302] Compiling md4.cc
[1188/1302] Compiling md5.cc
[1189/1302] Compiling lhash.cc
[1190/1302] Compiling kyber.cc
[1191/1302] Compiling ex_data.cc
[1192/1302] Compiling hpke.cc
[1193/1302] Compiling hrss.cc
[1194/1302] Compiling sign.cc
[1195/1302] Compiling scrypt.cc
[1196/1302] Compiling pbkdf.cc
[1197/1302] Compiling print.cc
[1198/1302] Compiling p_x25519.cc
[1199/1302] Compiling p_x25519_asn1.cc
[1200/1302] Compiling p_rsa_asn1.cc
[1201/1302] Compiling p_hkdf.cc
[1202/1302] Compiling p_rsa.cc
[1203/1302] Compiling p_ed25519.cc
[1204/1302] Compiling p_ed25519_asn1.cc
[1205/1302] Compiling p_ec_asn1.cc
[1206/1302] Compiling p_ec.cc
[1207/1302] Compiling p_dh.cc
[1208/1302] Compiling p_dsa_asn1.cc
[1209/1302] Compiling p_dh_asn1.cc
[1210/1302] Compiling evp_ctx.cc
[1211/1302] Compiling evp_asn1.cc
[1212/1302] Compiling evp.cc
[1213/1302] Compiling err.cc
[1214/1302] Compiling engine.cc
[1215/1302] Compiling ecdh_extra.cc
[1216/1302] Compiling ecdsa_asn1.cc
[1217/1302] Compiling hash_to_curve.cc
[1218/1302] Compiling ec_derive.cc
[1219/1302] Compiling ec_asn1.cc
[1220/1302] Compiling dsa_asn1.cc
[1221/1302] Compiling dsa.cc
[1222/1302] Compiling params.cc
[1223/1302] Compiling dh_asn1.cc
[1224/1302] Compiling x25519-asm-arm.S
[1225/1302] Compiling digest_extra.cc
[1226/1302] Compiling des.cc
[1227/1302] Compiling spake25519.cc
[1228/1302] Compiling cpu_intel.cc
[1229/1302] Compiling crypto.cc
[1230/1302] Compiling cpu_arm_linux.cc
[1231/1302] Compiling cpu_arm_freebsd.cc
[1232/1302] Compiling cpu_aarch64_win.cc
[1233/1302] Compiling curve25519.cc
[1234/1302] Compiling cpu_aarch64_sysreg.cc
[1235/1302] Compiling cpu_aarch64_openbsd.cc
[1236/1302] Compiling cpu_aarch64_linux.cc
[1237/1302] Compiling cpu_aarch64_fuchsia.cc
[1238/1302] Compiling cpu_aarch64_apple.cc
[1239/1302] Compiling curve25519_64_adx.cc
[1240/1302] Compiling conf.cc
[1241/1302] Compiling bcm.cc
[1242/1302] Compiling tls_cbc.cc
[1243/1302] Compiling e_tls.cc
[1244/1302] Compiling e_rc4.cc
[1245/1302] Compiling e_null.cc
[1246/1302] Compiling e_rc2.cc
[1247/1302] Compiling e_des.cc
[1248/1302] Compiling derive_key.cc
[1248/1302] Compiling e_chacha20poly1305.cc
[1250/1302] Compiling e_aesgcmsiv.cc
[1251/1302] Compiling e_aesctrhmac.cc
[1252/1302] Compiling cipher_extra.cc
[1253/1302] Compiling chacha.cc
[1254/1302] Compiling unicode.cc
[1255/1302] Compiling buf.cc
[1256/1302] Compiling ber.cc
[1257/1302] Compiling asn1_compat.cc
[1258/1302] Compiling cbb.cc
[1259/1302] Compiling cbs.cc
[1260/1302] Compiling convert.cc
[1261/1302] Compiling bn_asn1.cc
[1262/1302] Compiling blake2.cc
[1263/1302] Compiling printf.cc
[1264/1302] Compiling pair.cc
[1265/1302] Compiling hexdump.cc
[1266/1302] Compiling fd.cc
[1267/1302] Compiling file.cc
[1268/1302] Compiling errno.cc
[1269/1302] Compiling bio_mem.cc
[1270/1302] Compiling bio.cc
[1271/1302] Compiling base64.cc
[1272/1302] Compiling tasn_typ.cc
[1273/1302] Compiling tasn_utl.cc
[1274/1302] Compiling tasn_fre.cc
[1275/1302] Compiling tasn_enc.cc
[1276/1302] Compiling tasn_new.cc
[1277/1302] Compiling posix_time.cc
[1278/1302] Compiling f_string.cc
[1279/1302] Compiling tasn_dec.cc
[1280/1302] Compiling asn_pack.cc
[1281/1302] Compiling f_int.cc
[1282/1302] Compiling asn1_par.cc
[1283/1302] Compiling a_utctm.cc
[1284/1302] Compiling asn1_lib.cc
[1285/1302] Compiling a_type.cc
[1286/1302] Compiling a_time.cc
[1287/1302] Compiling a_octet.cc
[1288/1302] Compiling a_strnid.cc
[1289/1302] Compiling a_strex.cc
[1290/1302] Compiling a_object.cc
[1291/1302] Compiling a_mbstr.cc
[1292/1302] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1293/1302] Write sources
[1294/1302] Compiling a_i2d_fp.cc
[1295/1302] Write sources
[1296/1302] Compiling a_int.cc
[1297/1302] Compiling a_dup.cc
[1298/1302] Compiling a_d2i_fp.cc
[1299/1302] Compiling a_gentm.cc
[1300/1346] Compiling a_bool.cc
[1301/1346] Compiling a_bitstr.cc
[1303/1346] Compiling Algorithms Partition.swift
[1304/1346] Compiling Algorithms Permutations.swift
[1305/1348] Compiling Algorithms Rotate.swift
[1306/1348] Compiling Algorithms FlattenCollection.swift
[1307/1356] Compiling Algorithms Keyed.swift
[1308/1356] Compiling Algorithms MinMax.swift
[1309/1356] Compiling Atomics IntegerOperations.swift
[1310/1356] Compiling Atomics Unmanaged extensions.swift
[1311/1356] Compiling Algorithms Product.swift
[1312/1356] Compiling Algorithms RandomSample.swift
[1313/1356] Compiling Algorithms Reductions.swift
[1314/1356] Compiling Algorithms EitherSequence.swift
[1315/1356] Compiling Algorithms FirstNonNil.swift
[1316/1356] Compiling Algorithms Joined.swift
[1317/1356] Compiling Algorithms Compacted.swift
[1318/1356] Compiling Algorithms Cycle.swift
[1324/1359] Compiling Algorithms Split.swift
[1325/1359] Compiling Algorithms Stride.swift
[1326/1359] Compiling Algorithms Suffix.swift
[1333/1359] Compiling Algorithms Trim.swift
[1334/1359] Compiling Algorithms Unique.swift
[1335/1359] Compiling Algorithms Windows.swift
[1339/1359] Compiling Algorithms Intersperse.swift
[1340/1359] Emitting module Atomics
[1341/1359] Compiling Algorithms AdjacentPairs.swift
[1342/1359] Compiling Algorithms Chain.swift
[1343/1359] Compiling Algorithms Chunked.swift
[1344/1359] Compiling Algorithms Combinations.swift
[1352/1360] Compiling CryptoBoringWrapper RandomBytes.swift
[1353/1419] Emitting module Algorithms
[1355/1420] Emitting module CryptoBoringWrapper
[1356/1420] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1357/1420] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1358/1420] Compiling NIOCore MarkedCircularBuffer.swift
[1359/1420] Compiling NIOCore MulticastChannel.swift
[1360/1420] Compiling NIOCore NIOAny.swift
[1361/1420] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1362/1420] Compiling NIOCore NIOLoopBound.swift
[1363/1420] Compiling NIOCore NIOScheduledCallback.swift
[1364/1420] Compiling NIOCore NIOSendable.swift
[1365/1420] Compiling NIOCore RecvByteBufferAllocator.swift
[1366/1428] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1367/1428] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1368/1428] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1428] Compiling CryptoBoringWrapper EllipticCurve.swift
[1371/1500] Compiling Crypto AESWrap_boring.swift
[1372/1500] Compiling Crypto Ed25519_boring.swift
[1373/1500] Compiling Crypto NISTCurvesKeys_boring.swift
[1374/1500] Compiling Crypto X25519Keys_boring.swift
[1375/1500] Compiling Crypto Curve25519.swift
[1376/1500] Compiling Crypto Ed25519Keys.swift
[1377/1500] Compiling Crypto NISTCurvesKeys.swift
[1378/1500] Compiling Crypto X25519Keys.swift
[1379/1500] Compiling Crypto SymmetricKeys.swift
[1380/1500] Compiling Crypto HMAC.swift
[1381/1500] Compiling Crypto MACFunctions.swift
[1382/1500] Compiling Crypto MessageAuthenticationCode.swift
[1383/1500] Compiling Crypto AES.swift
[1384/1500] Compiling Crypto ECDSASignature_boring.swift
[1385/1500] Compiling Crypto ECDSA_boring.swift
[1386/1500] Compiling Crypto EdDSA_boring.swift
[1387/1500] Compiling Crypto ECDSA.swift
[1388/1500] Compiling Crypto Ed25519.swift
[1389/1509] Compiling Crypto DH.swift
[1390/1509] Compiling Crypto ECDH.swift
[1397/1509] Compiling Crypto PKCS8PrivateKey.swift
[1398/1509] Compiling Crypto SEC1PrivateKey.swift
[1399/1509] Compiling Crypto SubjectPublicKeyInfo.swift
[1400/1509] Compiling Crypto CryptoKitErrors.swift
[1401/1509] Compiling Crypto Digest_boring.swift
[1402/1509] Compiling Crypto Digest.swift
[1403/1509] Compiling Crypto Digests.swift
[1404/1509] Compiling Crypto HashFunctions.swift
[1405/1509] Compiling Crypto HashFunctions_SHA2.swift
[1406/1509] Compiling Crypto HPKE-AEAD.swift
[1407/1509] Compiling Crypto HPKE-Utils.swift
[1408/1509] Compiling Crypto DHKEM.swift
[1409/1509] Compiling Crypto HPKE-KEM-Curve25519.swift
[1410/1509] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1411/1509] Compiling Crypto HPKE-KEM.swift
[1412/1509] Compiling Crypto HPKE-Errors.swift
[1413/1509] Compiling Crypto HKDF.swift
[1414/1509] Compiling Crypto AESWrap.swift
[1425/1509] Compiling Crypto HPKE-Ciphersuite.swift
[1426/1509] Compiling Crypto HPKE-KDF.swift
[1427/1509] Compiling Crypto HPKE-KexKeyDerivation.swift
[1428/1509] Compiling Crypto HPKE-LabeledExtract.swift
[1435/1509] Compiling Crypto HPKE.swift
[1436/1509] Compiling Crypto HPKE-Context.swift
[1437/1509] Compiling Crypto HPKE-KeySchedule.swift
[1438/1509] Compiling Crypto HPKE-Modes.swift
[1439/1509] Compiling Crypto Insecure.swift
[1440/1509] Compiling Crypto Insecure_HashFunctions.swift
[1441/1509] Compiling Crypto KEM.swift
[1442/1509] Compiling Crypto ECDH_boring.swift
[1446/1509] Compiling Crypto AES-GCM.swift
[1447/1509] Compiling Crypto AES-GCM_boring.swift
[1448/1509] Compiling Crypto ChaChaPoly_boring.swift
[1449/1509] Compiling Crypto ChaChaPoly.swift
[1450/1509] Compiling Crypto Cipher.swift
[1451/1509] Compiling Crypto Nonces.swift
[1452/1509] Compiling Crypto ASN1.swift
[1453/1509] Compiling Crypto ASN1Any.swift
[1454/1509] Compiling Crypto ASN1BitString.swift
[1455/1509] Compiling Crypto ASN1Boolean.swift
[1456/1509] Compiling Crypto ASN1Identifier.swift
[1457/1509] Compiling Crypto ASN1Integer.swift
[1458/1509] Compiling Crypto ASN1Null.swift
[1459/1509] Compiling Crypto ASN1OctetString.swift
[1460/1509] Compiling Crypto ASN1Strings.swift
[1461/1509] Compiling Crypto ArraySliceBigint.swift
[1462/1509] Emitting module Crypto
[1479/1509] Compiling Crypto GeneralizedTime.swift
[1480/1509] Compiling Crypto ObjectIdentifier.swift
[1481/1509] Compiling Crypto ECDSASignature.swift
[1482/1509] Compiling Crypto PEMDocument.swift
[1483/1509] Compiling Crypto Signature.swift
[1484/1509] Compiling Crypto CryptoKitErrors_boring.swift
[1485/1509] Compiling Crypto RNG_boring.swift
[1486/1509] Compiling Crypto SafeCompare_boring.swift
[1487/1509] Compiling Crypto Zeroization_boring.swift
[1488/1509] Compiling Crypto PrettyBytes.swift
[1489/1509] Compiling Crypto SafeCompare.swift
[1490/1509] Compiling Crypto SecureBytes.swift
[1491/1509] Compiling Crypto Zeroization.swift
[1493/1557] Compiling JWTKit AudienceClaim.swift
[1494/1557] Compiling JWTKit BoolClaim.swift
[1495/1557] Compiling JWTKit ExpirationClaim.swift
[1496/1557] Compiling JWTKit GoogleHostedDomainClaim.swift
[1497/1557] Compiling JWTKit IDClaim.swift
[1498/1557] Compiling JWTKit IssuedAtClaim.swift
[1499/1557] Compiling JWTKit IssuerClaim.swift
[1500/1563] Emitting module JWTKit
[1501/1563] Compiling JWTKit JWKIdentifier.swift
[1502/1563] Compiling JWTKit JWKS.swift
[1503/1563] Compiling JWTKit JWTAlgorithm.swift
[1504/1563] Compiling JWTKit JWTError.swift
[1505/1563] Compiling JWTKit JWTHeader.swift
[1506/1563] Compiling JWTKit JWTParser.swift
[1507/1563] Compiling JWTKit JWTPayload.swift
[1508/1563] Compiling JWTKit JWTSerializer.swift
[1516/1563] Compiling JWTKit JWTClaim.swift
[1517/1563] Compiling JWTKit JWTMultiValueClaim.swift
[1524/1563] Compiling JWTKit JWTSigner.swift
[1525/1563] Compiling JWTKit JWTSigners.swift
[1526/1563] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1527/1563] Compiling JWTKit UnsecuredNoneSigner.swift
[1528/1563] Compiling JWTKit JWTSigner+RSA.swift
[1529/1563] Compiling JWTKit RSAError.swift
[1530/1563] Compiling JWTKit RSAKey.swift
[1531/1563] Compiling JWTKit RSASigner.swift
[1532/1563] Compiling JWTKit Base64URL.swift
[1533/1563] Compiling JWTKit BigNumber.swift
[1534/1563] Compiling JWTKit CustomizedJSONCoders.swift
[1535/1563] Compiling JWTKit Exports.swift
[1538/1563] Compiling JWTKit JWTUnixEpochClaim.swift
[1539/1563] Compiling JWTKit LocaleClaim.swift
[1540/1563] Compiling JWTKit NotBeforeClaim.swift
[1541/1563] Compiling JWTKit SubjectClaim.swift
[1542/1563] Compiling JWTKit ECDSAError.swift
[1543/1563] Compiling JWTKit OctetKeyPair.swift
[1544/1563] Compiling JWTKit HMACError.swift
[1545/1563] Compiling JWTKit HMACSigner.swift
[1546/1563] Compiling JWTKit JWTSigner+HMAC.swift
[1547/1563] Compiling JWTKit JWK.swift
[1550/1563] Compiling JWTKit ECDSAKey.swift
[1551/1563] Compiling JWTKit ECDSASigner.swift
[1552/1563] Compiling JWTKit JWTSigner+ECDSA.swift
[1553/1563] Compiling JWTKit EdDSAError.swift
[1554/1563] Compiling JWTKit EdDSAKey.swift
[1555/1563] Compiling JWTKit EdDSASigner.swift
[1556/1563] Compiling JWTKit JWTSigner+EdDSA.swift
[1557/1563] Emitting module NIOCore
[1559/1564] Compiling JWTKit OpenSSLSigner.swift
[1560/1564] Compiling JWTKit Utilities.swift
[1561/1564] Compiling JWTKit AppleIdentityToken.swift
[1562/1564] Compiling JWTKit GoogleIdentityToken.swift
[1563/1564] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1564/1564] Compiling JWTKit X5CVerifier.swift
[1566/1616] Emitting module NIOEmbedded
[1567/1616] Compiling NIOEmbedded AsyncTestingChannel.swift
[1568/1616] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1569/1616] Compiling NIOEmbedded Embedded.swift
[1571/1617] Compiling NIOPosix IO.swift
[1572/1617] Compiling NIOPosix IntegerBitPacking.swift
[1573/1617] Compiling NIOPosix IntegerTypes.swift
[1574/1617] Compiling NIOPosix Linux.swift
[1575/1617] Compiling NIOPosix LinuxCPUSet.swift
[1576/1617] Compiling NIOPosix LinuxUring.swift
[1577/1617] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1578/1623] Emitting module NIOPosix
[1579/1623] Compiling NIOPosix ThreadPosix.swift
[1580/1623] Compiling NIOPosix ThreadWindows.swift
[1581/1623] Compiling NIOPosix UnsafeTransfer.swift
[1582/1623] Compiling NIOPosix Utilities.swift
[1583/1623] Compiling NIOPosix VsockAddress.swift
[1584/1623] Compiling NIOPosix VsockChannelEvents.swift
[1585/1623] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1586/1623] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1587/1623] Compiling NIOPosix PosixSingletons.swift
[1588/1623] Compiling NIOPosix RawSocketBootstrap.swift
[1589/1623] Compiling NIOPosix Resolver.swift
[1590/1623] Compiling NIOPosix Selectable.swift
[1591/1623] Compiling NIOPosix SelectableChannel.swift
[1592/1623] Compiling NIOPosix SelectableEventLoop.swift
[1593/1623] Compiling NIOPosix SelectorEpoll.swift
[1594/1623] Compiling NIOPosix SelectorGeneric.swift
[1595/1623] Compiling NIOPosix SelectorKqueue.swift
[1596/1623] Compiling NIOPosix SelectorUring.swift
[1597/1623] Compiling NIOPosix ServerSocket.swift
[1598/1623] Compiling NIOPosix Socket.swift
[1599/1623] Compiling NIOPosix SocketChannel.swift
[1600/1623] Compiling NIOPosix SocketProtocols.swift
[1601/1623] Compiling NIOPosix System.swift
[1602/1623] Compiling NIOPosix Thread.swift
[1603/1623] Compiling NIOPosix BSDSocketAPICommon.swift
[1604/1623] Compiling NIOPosix BSDSocketAPIPosix.swift
[1605/1623] Compiling NIOPosix BSDSocketAPIWindows.swift
[1606/1623] Compiling NIOPosix BaseSocket.swift
[1607/1623] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1608/1623] Compiling NIOPosix BaseSocketChannel.swift
[1609/1623] Compiling NIOPosix BaseStreamSocketChannel.swift
[1610/1623] Compiling NIOPosix Bootstrap.swift
[1611/1623] Compiling NIOPosix ControlMessage.swift
[1612/1623] Compiling NIOPosix DatagramVectorReadManager.swift
[1613/1623] Compiling NIOPosix Errors+Any.swift
[1614/1623] Compiling NIOPosix FileDescriptor.swift
[1615/1623] Compiling NIOPosix GetaddrinfoResolver.swift
[1616/1623] Compiling NIOPosix HappyEyeballs.swift
[1617/1623] Compiling NIOPosix NIOThreadPool.swift
[1618/1623] Compiling NIOPosix NonBlockingFileIO.swift
[1619/1623] Compiling NIOPosix PendingDatagramWritesManager.swift
[1620/1623] Compiling NIOPosix PendingWritesManager.swift
[1621/1623] Compiling NIOPosix PipeChannel.swift
[1622/1623] Compiling NIOPosix PipePair.swift
[1623/1623] Compiling NIOPosix Pool.swift
[1625/1626] Compiling NIO Exports.swift
[1626/1626] Emitting module NIO
[1628/1666] Compiling NIOTLS TLSEvents.swift
[1629/1666] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1630/1666] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1631/1666] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1632/1666] Emitting module NIOSOCKS
[1633/1667] Emitting module NIOTLS
[1634/1667] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1635/1667] Compiling NIOSOCKS SOCKSResponse.swift
[1636/1667] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1637/1667] Compiling NIOSOCKS ClientStateMachine.swift
[1638/1667] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1639/1667] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1640/1667] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1641/1667] Compiling NIOHTTP1 HTTPEncoder.swift
[1642/1667] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1643/1667] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1644/1667] Compiling NIOHTTP1 HTTPDecoder.swift
[1645/1667] Compiling NIOSOCKS ServerStateMachine.swift
[1646/1667] Compiling NIOSOCKS Messages.swift
[1647/1667] Compiling NIOSOCKS SOCKSRequest.swift
[1648/1668] Compiling NIOTLS SNIHandler.swift
[1649/1668] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1651/1669] Emitting module NIOHTTP1
[1653/1671] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1654/1671] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1655/1671] Emitting module NIOFoundationCompat
[1656/1671] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1658/1701] Compiling NIOSSL IdentityVerification.swift
[1659/1701] Compiling NIOSSL NIOSSLSecureBytes.swift
[1660/1701] Compiling NIOSSL NIOSSLHandler.swift
[1661/1701] Compiling NIOSSL NIOSSLServerHandler.swift
[1662/1723] Compiling NIOTransportServices StateManagedChannel.swift
[1663/1723] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1664/1723] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1665/1723] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1666/1723] Compiling NIOTransportServices NIOTSSingletons.swift
[1667/1723] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1668/1725] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1669/1725] Compiling NIOTransportServices NIOTSErrors.swift
[1670/1725] Compiling NIOTransportServices NIOTSEventLoop.swift
[1671/1725] Compiling NIOTransportServices NIOTSBootstraps.swift
[1672/1725] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1673/1725] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1674/1725] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1675/1725] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1676/1725] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1677/1725] Emitting module NIOTransportServices
[1678/1725] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1679/1725] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1680/1725] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1681/1725] Compiling NIOTransportServices AcceptHandler.swift
[1682/1725] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1683/1725] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1684/1725] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1685/1725] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1699/1745] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1700/1745] Compiling NIOHPACK IndexedHeaderTable.swift
[1701/1745] Compiling NIOHPACK IntegerCoding.swift
[1702/1746] Compiling NIOSSL SSLPublicKey.swift
[1703/1746] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1704/1746] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1705/1746] Compiling NIOSSL SubjectAlternativeName.swift
[1713/1749] Compiling NIOSSL SSLPrivateKey.swift
[1714/1749] Compiling NIOHPACK HuffmanTables.swift
[1715/1749] Compiling NIOHTTPCompression HTTPCompression.swift
[1716/1749] Compiling NIOHTTPCompression HTTPDecompression.swift
[1717/1749] Emitting module NIOHTTPCompression
[1718/1749] Emitting module NIOSSL
[1719/1749] Compiling NIOHPACK StaticHeaderTable.swift
[1720/1749] Compiling NIOHPACK DynamicHeaderTable.swift
[1721/1749] Compiling NIOHPACK HPACKDecoder.swift
[1722/1749] Compiling NIOHPACK HPACKEncoder.swift
[1723/1749] Compiling NIOHPACK HPACKErrors.swift
[1724/1749] Compiling NIOHPACK HuffmanCoding.swift
[1725/1749] Emitting module NIOHPACK
[1726/1749] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1727/1749] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1728/1749] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1734/1750] Compiling NIOHPACK HPACKHeader.swift
[1735/1750] Compiling NIOHPACK HeaderTables.swift
[1737/1809] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1738/1809] Compiling NIOHTTP2 SendingRstStreamState.swift
[1739/1809] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1740/1809] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1741/1809] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1742/1809] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1743/1809] Compiling NIOHTTP2 MayReceiveFrames.swift
[1744/1809] Compiling NIOHTTP2 ReceivingDataState.swift
[1745/1809] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1746/1809] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1747/1809] Compiling NIOHTTP2 HasLocalSettings.swift
[1748/1809] Compiling NIOHTTP2 HasRemoteSettings.swift
[1749/1809] Compiling NIOHTTP2 Error+Any.swift
[1750/1809] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1751/1809] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1753/1810] Compiling NIOHTTP2 MaySendFrames.swift
[1754/1810] Compiling NIOHTTP2 SendingDataState.swift
[1755/1810] Compiling NIOHTTP2 SendingGoawayState.swift
[1756/1810] Compiling NIOHTTP2 SendingHeadersState.swift
[1765/1818] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1766/1818] Compiling NIOHTTP2 QuiescingState.swift
[1767/1818] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1768/1818] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1769/1818] Compiling NIOHTTP2 InboundWindowManager.swift
[1770/1818] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1771/1818] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1772/1818] Compiling NIOHTTP2 StreamChannelList.swift
[1773/1818] Compiling NIOHTTP2 StreamMap.swift
[1774/1818] Compiling NIOHTTP2 StreamStateMachine.swift
[1775/1818] Compiling NIOHTTP2 UnsafeTransfer.swift
[1776/1818] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1777/1818] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1778/1818] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1779/1818] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1780/1818] Compiling NIOHTTP2 HTTP2StreamID.swift
[1781/1818] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1782/1818] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1783/1818] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1784/1818] Compiling NIOHTTP2 InboundEventBuffer.swift
[1789/1818] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1790/1818] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1791/1818] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1792/1818] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1793/1818] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1794/1818] Emitting module NIOHTTP2
[1795/1818] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1796/1818] Compiling NIOHTTP2 HTTP2Frame.swift
[1797/1818] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1798/1818] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1799/1818] Compiling NIOHTTP2 HTTP2PingData.swift
[1800/1818] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1801/1818] Compiling NIOHTTP2 HTTP2Settings.swift
[1802/1818] Compiling NIOHTTP2 HTTP2Stream.swift
[1803/1818] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1804/1818] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1805/1818] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1806/1818] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1807/1818] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1808/1818] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1809/1818] Compiling NIOHTTP2 HTTP2Error.swift
[1810/1818] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1811/1818] Compiling NIOHTTP2 StateMachineResult.swift
[1812/1818] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1813/1818] Compiling NIOHTTP2 DOSHeuristics.swift
[1817/1818] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1818/1818] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1820/1878] Emitting module AsyncHTTPClient
[1821/1886] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1822/1886] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1823/1886] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1824/1886] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1825/1886] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1826/1886] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1827/1886] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1828/1886] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1829/1886] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1830/1886] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1831/1886] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1832/1886] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1833/1886] Compiling AsyncHTTPClient HTTP1Connection.swift
[1834/1886] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1835/1886] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1836/1886] Compiling AsyncHTTPClient HTTP2Connection.swift
[1837/1886] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1838/1886] Compiling AsyncHTTPClient RequestBag.swift
[1839/1886] Compiling AsyncHTTPClient RequestValidation.swift
[1840/1886] Compiling AsyncHTTPClient SSLContextCache.swift
[1841/1886] Compiling AsyncHTTPClient Scheme.swift
[1842/1886] Compiling AsyncHTTPClient Singleton.swift
[1843/1886] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1844/1886] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1845/1886] Compiling AsyncHTTPClient Utils.swift
[1846/1886] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1847/1886] Compiling AsyncHTTPClient ConnectionTarget.swift
[1848/1886] Compiling AsyncHTTPClient DeconstructedURL.swift
[1849/1886] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1850/1886] Compiling AsyncHTTPClient FoundationExtensions.swift
[1851/1886] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1852/1886] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1853/1886] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1854/1886] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1855/1886] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1856/1886] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1857/1886] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1858/1886] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1859/1886] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1860/1886] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1861/1886] Compiling AsyncHTTPClient RequestBodyLength.swift
[1862/1886] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1863/1886] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1864/1886] Compiling AsyncHTTPClient Transaction.swift
[1865/1886] Compiling AsyncHTTPClient Base64.swift
[1866/1886] Compiling AsyncHTTPClient BasicAuth.swift
[1867/1886] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1868/1886] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1869/1886] Compiling AsyncHTTPClient ConnectionPool.swift
[1870/1886] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1871/1886] Compiling AsyncHTTPClient HTTPClient.swift
[1872/1886] Compiling AsyncHTTPClient HTTPHandler.swift
[1873/1886] Compiling AsyncHTTPClient LRUCache.swift
[1874/1886] Compiling AsyncHTTPClient NWErrorHandler.swift
[1875/1886] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1876/1886] Compiling AsyncHTTPClient TLSConfiguration.swift
[1877/1886] Compiling AsyncHTTPClient RedirectState.swift
[1878/1886] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1879/1886] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1880/1886] Compiling AsyncHTTPClient RequestOptions.swift
[1881/1886] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1882/1886] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1883/1886] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1884/1886] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1885/1886] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1886/1886] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1888/1899] Compiling Core Extensions.swift
[1889/1900] 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/1900] 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/1900] 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/1900] 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/1900] 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 |
[1894/1900] Compiling Core OAuthRefreshable.swift
[1895/1900] 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 |         }
[1896/1900] 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/1900] 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/1900] Compiling Core GoogleCloudCredentials.swift
[1899/1900] Compiling Core GoogleCloudAPIConfiguration.swift
[1900/1900] 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]
[1902/1983] Compiling IAMServiceAccountCredentials SignJWTResponse.swift
[1903/1983] 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
[1904/1984] Compiling SecretManager GoogleCloudSecretManagerDataResponse.swift
[1905/1984] Compiling SecretManager SecretManagerClient.swift
[1906/1984] Compiling SecretManager SecretsAPI.swift
[1907/1984] 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
[1908/1984] Compiling IAMServiceAccountCredentials SignJWTRequest.swift
[1909/1984] 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
[1910/1984] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsClient.swift
[1911/1984] Compiling Translation TranslationClient.swift
[1912/1984] 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
[1913/1984] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsAPI.swift
[1914/1984] Compiling PubSub PubSubClient.swift
[1915/1984] Compiling PubSub PubSubConfig.swift
[1916/1984] Compiling PubSub AcknowledgeRequest.swift
[1917/1984] Compiling PubSub ListTopicResponse.swift
[1918/1985] Compiling PubSub PubSubMessage.swift
[1919/1985] Compiling PubSub PublishRequest.swift
[1920/1985] Compiling Translation TranslationResponse.swift
[1921/1985] Compiling Translation TranslationAPI.swift
[1922/1985] 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
[1923/1985] Compiling PubSub SubscriptionsAPI.swift
[1924/1985] Compiling PubSub TopicsAPI.swift
[1925/1985] Compiling SecretManager AccessSecretVersionResponse.swift
[1926/1985] Compiling SecretManager SecretManagerConfig.swift
[1927/1985] 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
[1928/1985] 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 {
[1929/1985] 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
[1930/1985] Compiling Translation TranslationConfig.swift
[1931/1985] 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 {
[1932/1985] 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
[1933/1986] Compiling Datastore Key.swift
[1934/1986] Compiling Datastore LatLng.swift
[1935/1986] Compiling Datastore PartitionId.swift
[1936/1986] Compiling Datastore PathElement.swift
[1937/1986] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsConfig.swift
[1938/1988] 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 {
[1939/1991] Compiling SecretManager SecretPayload.swift
[1940/1992] Compiling PubSub Topic.swift
[1941/1992] Compiling PubSub TopicSubscriptionListResponse.swift
[1945/1992] 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]
[1949/1994] Compiling Datastore EmptyResponse.swift
[1950/1994] Compiling Datastore GoogleCloudDatastoreDataResponse.swift
[1951/1994] Compiling Storage StorageConfig.swift
[1952/1994] Compiling Storage StorageRequest.swift
[1953/1994] Compiling Datastore RunAggregationQueryResponse.swift
[1955/1994] Compiling PubSub PublishResponse.swift
[1956/1994] Compiling PubSub Subscription.swift
[1960/1994] 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 {
[1966/1995] 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
/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 |
[1974/1995] 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 |
[1975/1995] 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 |
[1976/1995] 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 |
[1977/1995] 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 |
[1978/1995] Compiling Datastore RunQueryResponse.swift
[1979/1995] Compiling Datastore AggregationQuery.swift
[1980/1995] Compiling Datastore ArrayValue.swift
[1981/1995] Compiling Datastore Entity.swift
[1982/1995] Compiling Datastore Query.swift
[1983/1995] Compiling Datastore ReadOptions.swift
[1984/1995] Compiling Datastore TransactionOptions.swift
[1985/1995] 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! (445.98s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.