The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProxLock, reference master (4ffb77), with Swift 6.1 for Linux on 31 Mar 2026 07:52:39 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxLock/Backend.git
Reference: master
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/ProxLock/Backend
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4ffb77f Improve Speed via Caching (#18)
Cloned https://github.com/ProxLock/Backend.git
Revision (git rev-parse @):
4ffb77fde07f318e756be37db9a714ecda0420ca
SUCCESS checkout https://github.com/ProxLock/Backend.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ProxLock/Backend.git
https://github.com/ProxLock/Backend.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.115.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.9.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "vapordevicecheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mcrich23/vapordevicecheck.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "google-cloud-kit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mcrich23/google-cloud-kit.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    }
  ],
  "manifest_display_name" : "ProxLock",
  "name" : "ProxLock",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ProxLock",
      "targets" : [
        "ProxLock"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProxLock",
      "module_type" : "SwiftTarget",
      "name" : "ProxLock",
      "path" : "Sources/ProxLock",
      "product_dependencies" : [
        "Fluent",
        "FluentPostgresDriver",
        "Vapor",
        "NIOCore",
        "NIOPosix",
        "JWT",
        "VaporDeviceCheck",
        "Crypto",
        "GoogleCloudKit",
        "Queues"
      ],
      "product_memberships" : [
        "ProxLock"
      ],
      "sources" : [
        "Cache.swift",
        "Constants.swift",
        "Controllers/APIKeyController.swift",
        "Controllers/ProjectController.swift",
        "Controllers/RequestProxyController.swift",
        "Controllers/UserAccessKeyController.swift",
        "Controllers/UserController.swift",
        "Controllers/Validation/DeviceCheckKeyController.swift",
        "Controllers/Validation/PlayIntegrityConfigController.swift",
        "DTOs/APIKeyDTO.swift",
        "DTOs/ProjectDTO.swift",
        "DTOs/UserDTO.swift",
        "DTOs/UserUsageHistoryDTO.swift",
        "DTOs/Validation/DeviceCheckKeyDTO.swift",
        "DTOs/Validation/PlayIntegrityConfigDTO.swift",
        "Enterprise-Exclusive/Cache+UsageHistory.swift",
        "Enterprise-Exclusive/Controllers/RequestProxyController+Billing.swift",
        "Enterprise-Exclusive/Migrations/DailyUserUsageHistoryMigrations.swift",
        "Enterprise-Exclusive/Migrations/MonthlyUserUsageHistoryMigrations.swift",
        "Enterprise-Exclusive/Models/DailyUserUsageHistory.swift",
        "Enterprise-Exclusive/Models/MonthlyUserUsageHistory.swift",
        "Enterprise-Exclusive/Models/User+Billing.swift",
        "Enterprise-Exclusive/Webhooks/ClerkSubscriptionsWebhook.swift",
        "Enterprise-Exclusive/Webhooks/ClerkWebhookManager.swift",
        "KeySplitter.swift",
        "Middleware/Authenticator.swift",
        "Middleware/CorsMiddleware.swift",
        "Middleware/DeviceValidationMiddleware.swift",
        "Middleware/RateLimitMiddleware.swift",
        "Migrations/APIKeyMigrations.swift",
        "Migrations/DataLinkingMigrationController.swift",
        "Migrations/MigrationStandardMigration.swift",
        "Migrations/ProjectMigrations.swift",
        "Migrations/UserAccessKeys.swift",
        "Migrations/UserMigrations.swift",
        "Migrations/Validation/DeviceCheckKeyMigrations.swift",
        "Migrations/Validation/PlayIntegrityConfigMigration.swift",
        "Models/APIKey.swift",
        "Models/Project.swift",
        "Models/User.swift",
        "Models/Validation/DeviceCheckKey.swift",
        "Models/Validation/PlayIntegrityConfig.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/mcrich23/google-cloud-kit.git
[1/1111] Fetching google-cloud-kit
Fetched https://github.com/mcrich23/google-cloud-kit.git from cache (0.23s)
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/mcrich23/vapordevicecheck.git
Fetching https://github.com/swift-server/async-http-client.git
[1/168] Fetching vapordevicecheck
[169/2920] Fetching vapordevicecheck, jwt
[2619/6342] Fetching vapordevicecheck, jwt, queues
Fetched https://github.com/mcrich23/vapordevicecheck.git from cache (0.28s)
[4190/6174] Fetching jwt, queues
Fetching https://github.com/apple/swift-nio.git
[6175/23450] Fetching jwt, queues, swift-crypto
[6521/39117] Fetching jwt, queues, swift-crypto, async-http-client
[6851/48650] Fetching jwt, queues, swift-crypto, async-http-client, jwt-kit
[32359/131618] Fetching jwt, queues, swift-crypto, async-http-client, jwt-kit, swift-nio
Fetched https://github.com/vapor/jwt-kit.git from cache (1.74s)
[29895/122085] Fetching jwt, queues, swift-crypto, async-http-client, swift-nio
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetched https://github.com/vapor/jwt.git from cache (1.78s)
Fetched https://github.com/vapor/queues.git from cache (1.78s)
[25242/115911] Fetching swift-crypto, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.79s)
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent.git
[9748/100244] Fetching swift-crypto, swift-nio
[22815/102966] Fetching swift-crypto, swift-nio, fluent-postgres-driver
[27936/116472] Fetching swift-crypto, swift-nio, fluent-postgres-driver, fluent
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.53s)
[39522/113750] Fetching swift-crypto, swift-nio, fluent
[41702/190898] Fetching swift-crypto, swift-nio, fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (1.13s)
[69926/177392] Fetching swift-crypto, swift-nio, vapor
Fetched https://github.com/apple/swift-crypto from cache (3.92s)
[88952/160116] Fetching swift-nio, vapor
Fetched https://github.com/vapor/vapor.git from cache (5.66s)
Fetched https://github.com/apple/swift-nio.git from cache (8.82s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.18.0 (9.65s)
Fetching https://github.com/apple/swift-metrics.git
[1/2991] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.31s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.2.0 (0.63s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/7125] Fetching swift-certificates
[1854/13439] Fetching swift-certificates, swift-log
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/mcrich23/vapordevicecheck.git
Computed https://github.com/mcrich23/vapordevicecheck.git at 1.1.5 (0.99s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.52s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.13.0 (0.57s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13935] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.60s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.13s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (0.63s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2686] Fetching swift-service-lifecycle
[1801/8883] Fetching swift-service-lifecycle, sql-kit
[3617/14574] Fetching swift-service-lifecycle, sql-kit, swift-distributed-tracing
[14575/15784] Fetching swift-service-lifecycle, sql-kit, swift-distributed-tracing, swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.80s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.80s)
Fetched https://github.com/vapor/sql-kit.git from cache (1.80s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.81s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.37s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.96s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.60s)
Fetching https://github.com/apple/swift-collections.git
[1/23277] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.37s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (1.97s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.12.0 (0.56s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/2496] Fetching async-kit
[2497/7964] Fetching async-kit, postgres-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.37s)
Fetched https://github.com/vapor/postgres-kit.git from cache (0.37s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.98s)
Fetching https://github.com/apple/swift-algorithms.git
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.32s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (0.51s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14036] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (2.00s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[711/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.73s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (0.62s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2821] Fetching swift-nio-transport-services
[2822/18181] Fetching swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.86s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.53s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.68s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-asn1.git
[1/3616] Fetching multipart-kit
[652/5385] Fetching multipart-kit, swift-asn1
[1635/8037] Fetching multipart-kit, swift-asn1, websocket-kit
[4898/14528] Fetching multipart-kit, swift-asn1, websocket-kit, swift-nio-extras
[11998/26598] Fetching multipart-kit, swift-asn1, websocket-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (0.57s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.57s)
Fetching https://github.com/vapor/console-kit.git
[6272/18338] Fetching multipart-kit, websocket-kit, swift-nio-http2
[7963/24905] Fetching multipart-kit, websocket-kit, swift-nio-http2, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.48s)
[15842/18338] Fetching multipart-kit, websocket-kit, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.88s)
[1/21402] Fetching routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (5.25s)
Fetched https://github.com/vapor/routing-kit.git from cache (5.26s)
Fetched https://github.com/vapor/multipart-kit.git from cache (5.30s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (5.89s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.66s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (3.53s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.59s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (2.03s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.62s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.66s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1219] Fetching swift-http-structured-headers
[257/2170] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.91s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.55s)
Creating working copy for https://github.com/mcrich23/google-cloud-kit.git
Working copy of https://github.com/mcrich23/google-cloud-kit.git resolved at main (5284733)
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.15.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.2.0
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.12.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.6.0
Creating working copy for https://github.com/mcrich23/vapordevicecheck.git
Working copy of https://github.com/mcrich23/vapordevicecheck.git resolved at 1.1.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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.5.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.32.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.10.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.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.1.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
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.33.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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.33.1
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.13.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
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.36.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.56.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.26.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/ProxLock/Enterprise-Exclusive/LICENSE
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Storage/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/google-cloud-kit/SecretManager/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/google-cloud-kit/IAMServiceAccountCredentials/Sources/README.md
warning: 'google-cloud-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/google-cloud-kit/Datastore/Sources/README.md
Building for debugging...
[0/954] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/954] Write swift-version-24593BA9C3E375BF.txt
[1/954] Write sources
[3/954] Compiling _NumericsShims _NumericsShims.c
[4/954] Write sources
[7/954] Compiling a_dup.cc
[7/954] Write sources
[12/954] Compiling aes.cc
[13/954] Compiling a_d2i_fp.cc
[14/954] Compiling _AtomicsShims.c
[14/954] Write sources
[35/979] Compiling a_gentm.cc
[36/979] Compiling a_bitstr.cc
[37/979] Compiling a_bool.cc
[37/979] Write sources
[37/979] Compiling bn_asn1.cc
[37/979] Write sources
[83/993] Compiling CVaporBcrypt blf.c
[85/998] Emitting module ServiceContextModule
[86/998] Emitting module _NIOBase64
[87/1016] Emitting module _NIODataStructures
[88/1016] Compiling InternalCollectionsUtilities Span+Extras.swift
[89/1016] Compiling InternalCollectionsUtilities String+Padding.swift
[90/1018] Emitting module _CertificateInternals
[91/1018] Compiling _CertificateInternals _TinyArray.swift
[92/1019] Compiling _NIOBase64 Base64.swift
[93/1019] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/1019] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/1022] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/1022] Compiling InternalCollectionsUtilities Debugging.swift
[97/1023] Compiling RealModule RealFunctions.swift
[98/1023] Compiling ServiceContextModule ServiceContext.swift
[100/1023] Compiling InternalCollectionsUtilities Descriptions.swift
[101/1023] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[102/1023] Emitting module InternalCollectionsUtilities
[103/1023] Compiling InternalCollectionsUtilities Integer rank.swift
[104/1023] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[106/1023] Compiling _NIODataStructures PriorityQueue.swift
[107/1023] Compiling _NIODataStructures _TinyArray.swift
[108/1023] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[109/1023] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/1023] Emitting module RealModule
[114/1023] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[115/1023] Compiling SwiftASN1 DER.swift
[116/1023] Compiling RealModule Real.swift
[117/1023] Compiling RealModule Float16+Real.swift
[118/1023] Compiling RealModule Float80+Real.swift
[119/1023] Compiling ServiceContextModule ServiceContextKey.swift
[123/1024] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[128/1024] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[131/1024] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[132/1024] Compiling RealModule RelaxedArithmetic.swift
[133/1025] Compiling InternalCollectionsUtilities _SortedCollection.swift
[134/1025] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[137/1026] Wrapping AST for _NIOBase64 for debugging
[138/1032] Wrapping AST for _CertificateInternals for debugging
[148/1042] Compiling Instrumentation Instrument.swift
[149/1108] Compiling Instrumentation MultiplexInstrument.swift
[150/1108] Compiling Instrumentation NoOpInstrument.swift
[151/1136] Emitting module Instrumentation
[152/1163] Emitting module Logging
[153/1163] Compiling Logging MetadataProvider.swift
[154/1163] Compiling _NIODataStructures Heap.swift
[155/1164] Compiling OrderedCollections OrderedDictionary+Codable.swift
[156/1164] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[157/1164] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[158/1164] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[159/1164] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[160/1164] Compiling OrderedCollections OrderedDictionary+Elements.swift
[161/1164] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[162/1164] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[163/1164] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[164/1164] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[165/1164] Compiling Instrumentation InstrumentationSystem.swift
[166/1164] Compiling Instrumentation Locks.swift
[167/1174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[168/1174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[169/1174] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[170/1174] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[171/1174] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[172/1174] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/1174] Compiling OrderedCollections _HashTable+Bucket.swift
[174/1174] Compiling OrderedCollections _HashTable+BucketIterator.swift
[175/1174] Compiling OrderedCollections _HashTable+Constants.swift
[176/1174] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[177/1174] Compiling OrderedCollections _HashTable+Testing.swift
[178/1174] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[179/1174] Compiling OrderedCollections _HashTable.swift
[180/1174] Compiling OrderedCollections _Hashtable+Header.swift
[181/1174] Compiling OrderedCollections OrderedDictionary.swift
[182/1174] Compiling OrderedCollections OrderedSet+Codable.swift
[183/1174] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[184/1174] Compiling OrderedCollections OrderedSet+Descriptions.swift
[185/1174] Compiling OrderedCollections OrderedSet+Diffing.swift
[186/1174] Compiling OrderedCollections OrderedSet+Equatable.swift
[189/1174] Compiling Logging LogHandler.swift
[190/1174] Compiling Logging Locks.swift
[191/1174] Compiling Logging Logging.swift
[192/1174] Emitting module SwiftASN1
[193/1175] Compiling ConcurrencyHelpers LockedValueBox.swift
[200/1177] Emitting module ConcurrencyHelpers
[201/1177] Compiling ConcurrencyHelpers Lock.swift
[203/1271] Compiling HeapModule Heap+Descriptions.swift
[204/1274] Compiling HashTreeCollections _HashNode+Structural union.swift
[205/1274] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[206/1274] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[207/1274] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[208/1274] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[209/1274] Compiling HashTreeCollections _HashNode.swift
[210/1274] Compiling HashTreeCollections _HashNodeHeader.swift
[211/1274] Compiling HashTreeCollections _HashSlot.swift
[212/1281] Compiling HashTreeCollections TreeDictionary+Collection.swift
[213/1281] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[214/1281] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[215/1281] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[216/1281] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[217/1281] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[218/1281] Compiling HashTreeCollections TreeDictionary+Filter.swift
[219/1281] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[220/1281] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[221/1281] Compiling HashTreeCollections TreeDictionary+Keys.swift
[222/1281] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[223/1281] Compiling HashTreeCollections TreeDictionary+Merge.swift
[224/1281] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[225/1281] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[226/1281] Compiling HeapModule _HeapNode.swift
[227/1281] Compiling HeapModule Heap.swift
[228/1281] Compiling Tracing InstrumentationSystem+Tracing.swift
[229/1281] Compiling HashTreeCollections _HashStack.swift
[230/1281] Compiling HashTreeCollections _HashTreeIterator.swift
[231/1281] Compiling HashTreeCollections _HashTreeStatistics.swift
[232/1281] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[233/1281] Compiling HashTreeCollections _RawHashNode.swift
[234/1281] Compiling HashTreeCollections _UnmanagedHashNode.swift
[235/1281] Compiling HashTreeCollections _UnsafePath.swift
[236/1281] Compiling HashTreeCollections TreeDictionary+Codable.swift
[237/1281] Compiling HeapModule Heap+Invariants.swift
[238/1281] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[239/1281] Compiling HeapModule Heap+UnsafeHandle.swift
[240/1281] Compiling Tracing TracingTime.swift
[241/1281] Emitting module Tracing
[242/1282] Compiling HashTreeCollections _AncestorHashSlots.swift
[243/1282] Compiling HashTreeCollections _Bitmap.swift
[244/1282] Compiling HashTreeCollections _Bucket.swift
[245/1282] Compiling HashTreeCollections _Hash.swift
[246/1282] Compiling HashTreeCollections _HashLevel.swift
[247/1282] Compiling HashTreeCollections _HashNode+Builder.swift
[248/1282] Compiling HashTreeCollections _HashNode+Debugging.swift
[249/1282] Compiling HashTreeCollections _HashNode+Initializers.swift
[250/1282] Compiling HashTreeCollections _HashNode+Invariants.swift
[251/1282] Compiling HashTreeCollections _HashNode+Lookups.swift
[252/1282] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[253/1282] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[254/1282] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[255/1282] Compiling HashTreeCollections _HashNode+Storage.swift
[256/1282] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[257/1282] Compiling HashTreeCollections _HashNode+Structural filter.swift
[258/1314] Emitting module HeapModule
[259/1315] Compiling OrderedCollections OrderedSet+SubSequence.swift
[260/1315] Compiling OrderedCollections OrderedSet+Testing.swift
[261/1315] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[262/1315] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[263/1315] Compiling OrderedCollections OrderedSet.swift
[264/1315] Compiling OrderedCollections _UnsafeBitset.swift
[265/1315] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[266/1315] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[267/1315] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[268/1315] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[269/1325] Compiling Tracing TracerProtocol.swift
[270/1325] Compiling CoreMetrics Locks.swift
[271/1325] Emitting module CoreMetrics
[272/1325] Compiling CoreMetrics Metrics.swift
[273/1325] Compiling Tracing Tracer.swift
[274/1325] Compiling Tracing TracerProtocol+Legacy.swift
[275/1326] Compiling ContainersPreview OutputSpan+Extras.swift
[276/1326] Compiling ContainersPreview TemporaryAllocation.swift
[277/1326] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[278/1326] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[279/1326] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[280/1326] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[281/1326] Compiling ContainersPreview BorrowingSequence.swift
[282/1326] Compiling ContainersPreview BidirectionalContainer.swift
[283/1326] Compiling ContainersPreview Container+Filter.swift
[284/1326] Compiling ContainersPreview Container+SpanwiseZip.swift
[285/1326] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[286/1326] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[287/1326] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[288/1326] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[289/1326] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[290/1326] Emitting module ContainersPreview
[291/1326] Compiling ContainersPreview Producer.swift
[292/1326] Compiling ContainersPreview Borrow.swift
[312/1330] Compiling ContainersPreview Drain+Reduce.swift
[313/1330] Compiling ContainersPreview Drain.swift
[314/1330] Compiling ContainersPreview Producer+Collect.swift
[315/1330] Compiling ContainersPreview Producer+Filter.swift
[316/1330] Compiling ContainersPreview RandomAccessContainer.swift
[317/1330] Compiling ContainersPreview RangeExpression2.swift
[318/1330] Compiling ContainersPreview RangeReplaceableContainer.swift
[319/1330] Compiling ContainersPreview Drain+Map.swift
[320/1330] Compiling ContainersPreview Producer+Map.swift
[321/1330] Compiling ContainersPreview Producer+Reduce.swift
[324/1330] Compiling ContainersPreview Container.swift
[325/1330] Compiling ContainersPreview ContainerIterator.swift
[326/1330] Compiling ContainersPreview DynamicContainer.swift
[327/1330] Compiling ContainersPreview MutableContainer.swift
[328/1330] Compiling ContainersPreview PermutableContainer.swift
[330/1330] Compiling Tracing NoOpTracer.swift
[331/1330] Compiling Tracing SpanProtocol.swift
[332/1331] Compiling ContainersPreview Box.swift
[333/1331] Compiling ContainersPreview Inout.swift
[334/1331] Compiling ContainersPreview InputSpan.swift
[335/1331] Compiling ContainersPreview Shared.swift
[335/1332] Wrapping AST for _NIODataStructures for debugging
[339/1335] Compiling HashTreeCollections TreeSet+Debugging.swift
[340/1335] Compiling HashTreeCollections TreeSet+Descriptions.swift
[341/1335] Compiling HashTreeCollections TreeSet+Equatable.swift
[342/1335] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[343/1335] Compiling HashTreeCollections TreeSet+Extras.swift
[344/1335] Compiling HashTreeCollections TreeSet+Filter.swift
[345/1335] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[346/1335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[347/1335] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[358/1335] Compiling OrderedCollections OrderedSet+Sendable.swift
[359/1335] Compiling HashTreeCollections TreeDictionary.swift
[360/1335] Compiling HashTreeCollections TreeSet+Codable.swift
[361/1335] Compiling HashTreeCollections TreeSet+Collection.swift
[362/1335] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[376/1335] Wrapping AST for SwiftASN1 for debugging
[377/1337] Wrapping AST for Tracing for debugging
[397/1337] Wrapping AST for ServiceContextModule for debugging
[398/1377] Wrapping AST for RealModule for debugging
[400/1377] Compiling UnixSignals UnixSignalsSequence.swift
[404/1377] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[405/1377] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[406/1377] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[407/1377] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[408/1377] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[409/1377] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[410/1377] Compiling HashTreeCollections TreeSet.swift
[411/1377] Emitting module UnixSignals
[412/1377] Compiling UnixSignals UnixSignal.swift
[413/1378] Compiling DequeModule UniqueDeque+Consumption.swift
[414/1378] Compiling DequeModule UniqueDeque+Container.swift
[415/1378] Compiling DequeModule UniqueDeque+Descriptions.swift
[416/1378] Compiling DequeModule UniqueDeque+Equatable.swift
[417/1378] Compiling DequeModule UniqueDeque+Experimental.swift
[418/1383] Compiling DequeModule UniqueDeque+Hashable.swift
[419/1383] Compiling DequeModule UniqueDeque+Initializers.swift
[420/1383] Compiling DequeModule UniqueDeque+Insertions.swift
[421/1383] Compiling DequeModule UniqueDeque+Prepend.swift
[422/1383] Compiling DequeModule UniqueDeque+Removals.swift
[424/1383] Compiling DequeModule RigidDeque+Removals.swift
[425/1383] Compiling DequeModule RigidDeque+Replacements.swift
[426/1383] Compiling DequeModule RigidDeque+Testing.swift
[427/1383] Compiling DequeModule RigidDeque.swift
[428/1383] Compiling DequeModule UniqueDeque+Append.swift
[435/1383] Wrapping AST for Logging for debugging
[437/1383] Compiling DequeModule RigidDeque+Equatable.swift
[438/1383] Compiling DequeModule RigidDeque+Experimental.swift
[439/1383] Compiling DequeModule RigidDeque+Hashable.swift
[440/1383] Compiling DequeModule RigidDeque+Initializers.swift
[441/1383] Compiling DequeModule RigidDeque+Insertions.swift
[442/1383] Compiling DequeModule RigidDeque+Prepend.swift
[442/1383] Wrapping AST for InternalCollectionsUtilities for debugging
[444/1383] Compiling DequeModule Deque.swift
[450/1383] Compiling DequeModule UniqueDeque+Replacements.swift
[451/1383] Compiling DequeModule UniqueDeque.swift
[452/1383] Compiling DequeModule _DequeSlot.swift
[453/1383] Compiling DequeModule _UnsafeDequeHandle.swift
[454/1383] Compiling DequeModule _UnsafeDequeSegments.swift
[455/1383] Emitting module Metrics
[455/1383] Wrapping AST for UnixSignals for debugging
[457/1383] Emitting module _RopeModule
[458/1384] Compiling DequeModule _DequeBuffer.swift
[459/1384] Compiling DequeModule _DequeBufferHeader.swift
[460/1384] Compiling DequeModule RigidDeque+Append.swift
[461/1384] Compiling DequeModule RigidDeque+Consumption.swift
[462/1384] Compiling DequeModule RigidDeque+Container.swift
[463/1384] Compiling DequeModule RigidDeque+Descriptions.swift
[463/1384] Wrapping AST for Instrumentation for debugging
[465/1384] Wrapping AST for HeapModule for debugging
[467/1384] Emitting module OrderedCollections
[468/1385] Wrapping AST for CoreMetrics for debugging
[469/1385] Wrapping AST for _RopeModule for debugging
[470/1385] Wrapping AST for ContainersPreview for debugging
[471/1385] Compiling CNIOWindows shim.c
[472/1385] Wrapping AST for ConcurrencyHelpers for debugging
[474/1385] Compiling DequeModule Deque+Codable.swift
[475/1385] Compiling DequeModule Deque+Collection.swift
[476/1385] Compiling DequeModule Deque+CustomReflectable.swift
[477/1385] Compiling DequeModule Deque+Descriptions.swift
[478/1385] Compiling DequeModule Deque+Equatable.swift
[479/1385] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[484/1385] Compiling CVaporBcrypt bcrypt.c
[485/1385] Compiling CNIOWindows WSAStartup.c
[486/1385] Compiling CSystem shims.c
[487/1385] Compiling CNIOWASI CNIOWASI.c
[488/1385] Compiling CNIOPosix event_loop_id.c
[489/1385] Compiling CNIOSHA1 c_nio_sha1.c
[491/1385] Emitting module RoutingKit
[491/1385] Compiling CNIOOpenBSD shim.c
[492/1385] Compiling CNIOLinux liburing_shims.c
[493/1385] Compiling CNIOLinux shim.c
[494/1385] Wrapping AST for OrderedCollections for debugging
[495/1385] Compiling CNIOLLHTTP c_nio_http.c
[497/1385] Compiling RoutingKit PathComponent.swift
[497/1385] Compiling CNIOLLHTTP c_nio_api.c
[498/1385] Compiling CNIOExtrasZlib zutil.c
[499/1385] Compiling CNIOLLHTTP c_nio_llhttp.c
[500/1406] Compiling CNIOExtrasZlib inftrees.c
[501/1416] Compiling CNIOExtrasZlib trees.c
[502/1416] Compiling CNIOExtrasZlib inflate.c
[504/1416] Compiling RoutingKit Router.swift
[505/1416] Compiling RoutingKit TrieRouter.swift
[505/1416] Compiling CNIOExtrasZlib crc32.c
[506/1416] Compiling CNIOExtrasZlib inffast.c
[507/1416] Compiling CNIOExtrasZlib adler32.c
[508/1416] Compiling CNIODarwin shim.c
[510/1416] Compiling SystemPackage MachPort.swift
[511/1416] Compiling SystemPackage PlatformString.swift
[512/1416] Compiling DequeModule Deque+Testing.swift
[513/1416] Compiling DequeModule Deque._Storage.swift
[514/1416] Compiling DequeModule Deque._UnsafeHandle.swift
[516/1416] Compiling SystemPackage Errno.swift
[517/1416] Compiling SystemPackage ErrnoWindows.swift
[518/1416] Compiling SystemPackage FileDescriptor.swift
[519/1416] Compiling SystemPackage FileHelpers.swift
[520/1416] Compiling SystemPackage FileOperations.swift
[521/1416] Compiling SystemPackage FilePath.swift
[522/1416] Compiling Metrics Metrics.swift
[522/1417] Compiling fiat_p256_adx_sqr.S
[524/1417] Compiling RoutingKit AnyRouter.swift
[525/1417] Compiling RoutingKit Parameters.swift
[526/1417] Compiling SystemPackage FilePathTemp.swift
[527/1417] Compiling SystemPackage FilePathTempPosix.swift
[528/1417] Compiling SystemPackage FilePathTempWindows.swift
[529/1417] Compiling SystemPackage IORing.swift
[530/1417] Compiling SystemPackage RawIORequest.swift
[531/1417] Compiling SystemPackage Backcompat.swift
[532/1417] Compiling SystemPackage CInterop.swift
[533/1417] Compiling SystemPackage FilePathWindows.swift
[534/1417] Compiling SystemPackage FilePermissions.swift
[535/1417] Compiling SystemPackage IOCompletion.swift
[536/1417] Compiling SystemPackage IORequest.swift
[537/1418] Compiling SystemPackage Constants.swift
[538/1418] Compiling SystemPackage Exports.swift
[539/1418] Compiling SystemPackage Mocking.swift
[540/1418] Compiling SystemPackage RawBuffer.swift
[541/1418] Compiling SystemPackage Syscalls.swift
[542/1418] Compiling SystemPackage WindowsSyscallAdapters.swift
[547/1418] Compiling CNIOExtrasZlib deflate.c
[548/1418] Compiling fiat_p256_adx_mul.S
[550/1418] Compiling fiat_curve25519_adx_square.S
[551/1418] Compiling fiat_curve25519_adx_mul.S
[557/1422] Wrapping AST for Metrics for debugging
[559/1422] Emitting module HashTreeCollections
[559/1423] Compiling CNIOBoringSSLShims shims.c
[560/1423] Wrapping AST for RoutingKit for debugging
[580/1423] Wrapping AST for HashTreeCollections for debugging
[586/1423] Compiling SystemPackage FilePathSyntax.swift
[590/1423] Emitting module SystemPackage
[591/1423] Emitting module DequeModule
[593/1424] Compiling SystemPackage SystemString.swift
[594/1424] Compiling SystemPackage Util+StringArray.swift
[595/1424] Compiling SystemPackage Util.swift
[596/1424] Compiling SystemPackage UtilConsumers.swift
[596/1424] Compiling tls_record.cc
[599/1424] Compiling SystemPackage FilePathComponentView.swift
[600/1424] Compiling SystemPackage FilePathComponents.swift
[601/1424] Compiling SystemPackage FilePathParsing.swift
[602/1424] Compiling SystemPackage FilePathString.swift
[602/1425] Wrapping AST for DequeModule for debugging
[604/1425] Compiling tls_method.cc
[605/1425] Compiling tls13_client.cc
[606/1425] Compiling tls13_server.cc
[607/1425] Wrapping AST for SystemPackage for debugging
[608/1425] Compiling tls13_both.cc
[609/1425] Compiling tls13_enc.cc
[610/1425] Compiling t1_enc.cc
[611/1425] Compiling ssl_versions.cc
[612/1425] Compiling ssl_transcript.cc
[613/1425] Compiling ssl_stat.cc
[614/1425] Compiling ssl_privkey.cc
[615/1425] Compiling ssl_x509.cc
[616/1425] Compiling ssl_session.cc
[617/1425] Compiling ssl_lib.cc
[618/1425] Compiling ssl_key_share.cc
[619/1425] Compiling ssl_file.cc
[620/1425] Compiling ssl_cipher.cc
[621/1425] Compiling ssl_credential.cc
[622/1425] Compiling ssl_asn1.cc
[623/1425] Compiling ssl_buffer.cc
[624/1425] Compiling ssl_cert.cc
[625/1425] Compiling s3_pkt.cc
[626/1425] Compiling ssl_aead_ctx.cc
[627/1425] Compiling s3_lib.cc
[628/1425] Compiling s3_both.cc
[629/1425] Compiling handshake_server.cc
[630/1425] Compiling handshake_client.cc
[631/1425] Compiling handshake.cc
[632/1425] Compiling handoff.cc
[633/1425] Compiling encrypted_client_hello.cc
[634/1425] Compiling extensions.cc
[635/1425] Compiling dtls_record.cc
[636/1425] Compiling md5-x86_64-linux.S
[637/1425] Compiling md5-x86_64-apple.S
[638/1425] Compiling md5-586-linux.S
[639/1425] Compiling dtls_method.cc
[640/1425] Compiling d1_srtp.cc
[641/1425] Compiling md5-586-apple.S
[642/1425] Compiling chacha20_poly1305_x86_64-linux.S
[643/1425] Compiling chacha20_poly1305_x86_64-apple.S
[644/1425] Compiling chacha20_poly1305_armv8-linux.S
[645/1425] Compiling chacha20_poly1305_armv8-win.S
[646/1425] Compiling chacha20_poly1305_armv8-apple.S
[647/1425] Compiling chacha-x86_64-apple.S
[648/1425] Compiling chacha-x86_64-linux.S
[649/1425] Compiling d1_pkt.cc
[650/1425] Compiling chacha-x86-apple.S
[651/1425] Compiling chacha-x86-linux.S
[652/1425] Compiling chacha-armv8-win.S
[653/1425] Compiling err_data.cc
[654/1425] Compiling chacha-armv8-linux.S
[655/1425] Compiling chacha-armv4-linux.S
[656/1425] Compiling chacha-armv8-apple.S
[657/1425] Compiling aes128gcmsiv-x86_64-linux.S
[658/1425] Compiling aes128gcmsiv-x86_64-apple.S
[659/1425] Compiling x86_64-mont5-linux.S
[660/1425] Compiling x86_64-mont5-apple.S
[661/1425] Compiling x86_64-mont-linux.S
[662/1425] Compiling x86_64-mont-apple.S
[663/1425] Compiling x86-mont-linux.S
[664/1425] Compiling x86-mont-apple.S
[665/1425] Compiling vpaes-x86_64-linux.S
[666/1425] Compiling vpaes-x86_64-apple.S
[667/1425] Compiling vpaes-x86-linux.S
[668/1425] Compiling d1_lib.cc
[669/1425] Compiling vpaes-armv8-win.S
[670/1425] Compiling vpaes-armv8-linux.S
[671/1425] Compiling vpaes-x86-apple.S
[672/1425] Compiling vpaes-armv8-apple.S
[673/1425] Compiling vpaes-armv7-linux.S
[674/1425] Compiling sha512-x86_64-apple.S
[675/1425] Compiling sha512-armv8-win.S
[676/1425] Compiling sha512-x86_64-linux.S
[677/1425] Compiling bio_ssl.cc
[678/1425] Compiling sha512-armv8-apple.S
[679/1425] Compiling sha512-armv8-linux.S
[680/1425] Compiling sha512-armv4-linux.S
[681/1425] Compiling sha512-586-apple.S
[682/1425] Compiling sha512-586-linux.S
[683/1425] Compiling sha256-x86_64-apple.S
[684/1425] Compiling sha256-x86_64-linux.S
[684/1425] Compiling sha256-armv8-win.S
[686/1425] Compiling sha256-armv8-linux.S
[687/1425] Compiling sha256-armv8-apple.S
[688/1425] Compiling sha256-armv4-linux.S
[689/1425] Compiling sha256-586-linux.S
[690/1425] Compiling sha256-586-apple.S
[691/1425] Compiling sha1-x86_64-apple.S
[692/1425] Compiling sha1-armv8-linux.S
[693/1425] Compiling sha1-armv8-win.S
[694/1425] Compiling sha1-x86_64-linux.S
[695/1425] Compiling d1_both.cc
[696/1425] Compiling sha1-armv4-large-linux.S
[696/1425] Compiling sha1-armv8-apple.S
[698/1425] Compiling sha1-586-linux.S
[699/1425] Compiling sha1-586-apple.S
[700/1425] Compiling rsaz-avx2-apple.S
[701/1425] Compiling rsaz-avx2-linux.S
[702/1425] Compiling rdrand-x86_64-linux.S
[703/1425] Compiling rdrand-x86_64-apple.S
[704/1425] Compiling p256_beeu-x86_64-asm-linux.S
[705/1425] Compiling p256_beeu-x86_64-asm-apple.S
[706/1425] Compiling p256_beeu-armv8-asm-win.S
[707/1425] Compiling p256_beeu-armv8-asm-linux.S
[708/1425] Compiling p256_beeu-armv8-asm-apple.S
[709/1425] Compiling p256-x86_64-asm-apple.S
[710/1425] Compiling p256-armv8-asm-win.S
[711/1425] Compiling p256-x86_64-asm-linux.S
[712/1425] Compiling p256-armv8-asm-linux.S
[713/1425] Compiling ghashv8-armv8-linux.S
[714/1425] Compiling ghashv8-armv8-apple.S
[715/1425] Compiling p256-armv8-asm-apple.S
[716/1425] Compiling ghashv8-armv8-win.S
[717/1425] Compiling ghash-x86_64-apple.S
[718/1425] Compiling ghashv8-armv7-linux.S
[719/1425] Compiling ghash-ssse3-x86_64-apple.S
[720/1425] Compiling ghash-ssse3-x86_64-linux.S
[721/1425] Compiling ghash-x86_64-linux.S
[722/1425] Compiling ghash-x86-linux.S
[722/1425] Compiling ghash-x86-apple.S
[723/1425] Compiling ghash-ssse3-x86-apple.S
[725/1425] Compiling ghash-ssse3-x86-linux.S
[726/1425] Compiling ghash-neon-armv8-win.S
[727/1425] Compiling ghash-neon-armv8-linux.S
[728/1425] Compiling ghash-neon-armv8-apple.S
[729/1425] Compiling co-586-apple.S
[730/1425] Compiling ghash-armv4-linux.S
[731/1425] Compiling bsaes-armv7-linux.S
[732/1425] Compiling bn-armv8-win.S
[733/1425] Compiling co-586-linux.S
[734/1425] Compiling bn-armv8-linux.S
[735/1425] Compiling bn-armv8-apple.S
[736/1425] Compiling bn-586-apple.S
[737/1425] Compiling bn-586-linux.S
[738/1425] Compiling armv8-mont-win.S
[739/1425] Compiling aesv8-gcm-armv8-linux.S
[740/1425] Compiling armv4-mont-linux.S
[741/1425] Compiling aesv8-gcm-armv8-win.S
[741/1425] Compiling armv8-mont-linux.S
[743/1425] Compiling armv8-mont-apple.S
[743/1425] Compiling aesv8-armv8-apple.S
[745/1425] Compiling aesv8-gcm-armv8-apple.S
[746/1425] Compiling aesv8-armv8-win.S
[747/1425] Compiling aesv8-armv7-linux.S
[748/1425] Compiling aesv8-armv8-linux.S
[749/1425] Compiling aesni-x86_64-linux.S
[750/1425] Compiling aesni-gcm-x86_64-linux.S
[751/1425] Compiling aesni-x86-linux.S
[752/1425] Compiling aesni-x86-apple.S
[753/1425] Compiling aesni-x86_64-apple.S
[754/1425] Compiling aesni-gcm-x86_64-apple.S
[755/1425] Compiling aes-gcm-avx2-x86_64-linux.S
[756/1425] Compiling aes-gcm-avx2-x86_64-apple.S
[757/1425] Compiling aes-gcm-avx10-x86_64-apple.S
[758/1425] Compiling aes-gcm-avx10-x86_64-linux.S
[759/1425] Compiling x_x509a.cc
[760/1425] Compiling x_sig.cc
[761/1425] Compiling x_val.cc
[762/1425] Compiling x_spki.cc
[763/1425] Compiling x_name.cc
[764/1425] Compiling x_pubkey.cc
[765/1425] Compiling x_x509.cc
[765/1425] Compiling x_req.cc
[767/1425] Compiling x_exten.cc
[768/1425] Compiling x_algor.cc
[769/1425] Compiling x_attrib.cc
[770/1425] Compiling x509spki.cc
[771/1425] Compiling x509name.cc
[772/1425] Compiling x_all.cc
[773/1425] Compiling x509rset.cc
[774/1425] Compiling x_crl.cc
[775/1425] Compiling x509_vpm.cc
[776/1425] Compiling x509_v3.cc
[777/1425] Compiling x509_txt.cc
[778/1425] Compiling x509_vfy.cc
[779/1425] Compiling x509cset.cc
[780/1425] Compiling x509_trs.cc
[781/1425] Compiling x509_req.cc
[782/1425] Compiling x509_set.cc
[783/1425] Compiling x509_lu.cc
[784/1425] Compiling x509_d2.cc
[785/1425] Compiling x509_obj.cc
[786/1425] Compiling x509_def.cc
[787/1425] Compiling x509_ext.cc
[788/1425] Compiling x509_cmp.cc
[789/1425] Compiling x509.cc
[790/1425] Compiling x509_att.cc
[791/1425] Compiling v3_utl.cc
[792/1425] Compiling v3_prn.cc
[793/1425] Compiling v3_skey.cc
[794/1425] Compiling v3_pmaps.cc
[795/1425] Compiling v3_ocsp.cc
[796/1425] Compiling v3_purp.cc
[797/1425] Compiling v3_pcons.cc
[798/1425] Compiling v3_ncons.cc
[799/1425] Compiling v3_int.cc
[800/1425] Compiling v3_lib.cc
[801/1425] Compiling v3_info.cc
[802/1425] Compiling v3_ia5.cc
[803/1425] Compiling v3_extku.cc
[804/1425] Compiling v3_genn.cc
[805/1425] Compiling v3_enum.cc
[806/1425] Compiling v3_crld.cc
[807/1425] Compiling v3_cpols.cc
[808/1425] Compiling v3_conf.cc
[809/1425] Compiling v3_bitst.cc
[810/1425] Compiling v3_akeya.cc
[811/1425] Compiling v3_alt.cc
[812/1425] Compiling v3_akey.cc
[813/1425] Compiling v3_bcons.cc
[814/1425] Compiling t_x509a.cc
[815/1425] Compiling t_req.cc
[816/1425] Compiling t_x509.cc
[817/1425] Compiling i2d_pr.cc
[818/1425] Compiling t_crl.cc
[819/1425] Compiling name_print.cc
[820/1425] Compiling rsa_pss.cc
[821/1425] Compiling policy.cc
[822/1425] Compiling by_file.cc
[823/1425] Compiling algorithm.cc
[824/1425] Compiling by_dir.cc
[825/1425] Compiling asn1_gen.cc
[826/1425] Compiling voprf.cc
[827/1425] Compiling thread_win.cc
[828/1425] Compiling a_verify.cc
[829/1425] Compiling a_digest.cc
[830/1425] Compiling a_sign.cc
[831/1425] Compiling thread_pthread.cc
[832/1425] Compiling trust_token.cc
[833/1425] Compiling thread_none.cc
[834/1425] Compiling thread.cc
[835/1425] Compiling stack.cc
[836/1425] Compiling pmbtoken.cc
[837/1425] Compiling siphash.cc
[838/1425] Compiling sha256.cc
[838/1425] Compiling sha512.cc
[840/1425] Compiling sha1.cc
[841/1425] Compiling rsa_print.cc
[842/1425] Compiling rsa_extra.cc
[843/1425] Compiling slhdsa.cc
[844/1425] Compiling spake2plus.cc
[845/1425] Compiling refcount.cc
[846/1425] Compiling rc4.cc
[847/1425] Compiling trusty.cc
[848/1425] Compiling windows.cc
[849/1425] Compiling rsa_crypt.cc
[850/1425] Compiling urandom.cc
[851/1425] Compiling rsa_asn1.cc
[852/1425] Compiling rand.cc
[853/1425] Compiling ios.cc
[854/1425] Compiling passive.cc
[855/1425] Compiling getentropy.cc
[856/1425] Compiling poly1305_arm_asm.S
[857/1425] Compiling deterministic.cc
[858/1425] Compiling forkunsafe.cc
[859/1425] Compiling fork_detect.cc
[860/1425] Compiling poly1305.cc
[861/1425] Compiling poly1305_vec.cc
[862/1425] Compiling poly1305_arm.cc
[863/1425] Compiling pool.cc
[864/1425] Compiling pkcs7.cc
[865/1425] Compiling pkcs8.cc
[866/1425] Compiling pkcs8_x509.cc
[867/1425] Compiling pkcs7_x509.cc
[868/1425] Compiling p5_pbev2.cc
[869/1425] Compiling pem_xaux.cc
[870/1425] Compiling pem_x509.cc
[871/1425] Compiling pem_pkey.cc
[872/1425] Compiling pem_oth.cc
[873/1425] Compiling obj_xref.cc
[874/1425] Compiling pem_pk8.cc
[875/1425] Compiling mlkem.cc
[876/1425] Compiling obj.cc
[877/1425] Compiling pem_lib.cc
[878/1425] Compiling pem_all.cc
[879/1425] Compiling mldsa.cc
[880/1425] Compiling pem_info.cc
[881/1425] Compiling poly_rq_mul.S
[882/1425] Compiling md4.cc
[882/1425] Compiling md5.cc
[884/1425] Compiling fips_shared_support.cc
[885/1425] Compiling mem.cc
[886/1425] Compiling lhash.cc
[887/1425] Compiling hrss.cc
[888/1425] Compiling ex_data.cc
[889/1425] Compiling kyber.cc
[890/1425] Compiling sign.cc
[891/1425] Compiling hpke.cc
[892/1425] Compiling scrypt.cc
[893/1425] Compiling print.cc
[894/1425] Compiling p_x25519.cc
[895/1425] Compiling pbkdf.cc
[896/1425] Compiling p_x25519_asn1.cc
[897/1425] Compiling p_ed25519.cc
[898/1425] Compiling p_rsa_asn1.cc
[899/1425] Compiling p_ed25519_asn1.cc
[900/1425] Compiling p_rsa.cc
[901/1425] Compiling p_ec_asn1.cc
[902/1425] Compiling p_hkdf.cc
[903/1425] Compiling p_ec.cc
[904/1425] Compiling p_dh_asn1.cc
[905/1425] Compiling evp_ctx.cc
[906/1425] Compiling p_dh.cc
[907/1425] Compiling p_dsa_asn1.cc
[908/1425] Compiling evp.cc
[909/1425] Compiling err.cc
[910/1425] Compiling engine.cc
[911/1425] Compiling evp_asn1.cc
[912/1425] Compiling ecdh.cc
[913/1425] Compiling ec_derive.cc
[914/1425] Compiling ecdsa_asn1.cc
[915/1425] Compiling hash_to_curve.cc
[916/1425] Compiling dsa.cc
[917/1425] Compiling ec_asn1.cc
[918/1425] Compiling dsa_asn1.cc
[919/1425] Compiling des.cc
[920/1425] Compiling digest_extra.cc
[921/1425] Compiling x25519-asm-arm.S
[922/1425] Compiling params.cc
[923/1425] Compiling dh_asn1.cc
[924/1425] Compiling spake25519.cc
[925/1425] Compiling cpu_intel.cc
[926/1425] Compiling crypto.cc
[927/1425] Compiling cpu_arm_linux.cc
[928/1425] Compiling bcm.cc
[929/1425] Compiling cpu_arm_freebsd.cc
[930/1425] Compiling curve25519.cc
[931/1425] Compiling cpu_aarch64_win.cc
[932/1425] Compiling curve25519_64_adx.cc
[933/1425] Compiling cpu_aarch64_sysreg.cc
[934/1425] Compiling cpu_aarch64_openbsd.cc
[935/1425] Compiling cpu_aarch64_linux.cc
[936/1425] Compiling cpu_aarch64_fuchsia.cc
[937/1425] Compiling cpu_aarch64_apple.cc
[938/1425] Compiling conf.cc
[939/1425] Compiling tls_cbc.cc
[940/1425] Compiling e_rc4.cc
[941/1425] Compiling get_cipher.cc
[942/1425] Compiling e_tls.cc
[943/1425] Compiling e_rc2.cc
[944/1425] Compiling e_null.cc
[945/1425] Compiling e_des.cc
[946/1425] Compiling e_chacha20poly1305.cc
[947/1425] Compiling derive_key.cc
[948/1425] Compiling e_aesgcmsiv.cc
[949/1425] Compiling e_aesctrhmac.cc
[950/1425] Compiling chacha.cc
[951/1425] Compiling unicode.cc
[952/1425] Compiling buf.cc
[953/1425] Compiling cbs.cc
[954/1425] Compiling cbb.cc
[955/1425] Compiling ber.cc
[956/1425] Compiling asn1_compat.cc
[957/1425] Compiling convert.cc
[958/1425] Compiling bn_asn1.cc
[959/1425] Compiling blake2.cc
[960/1425] Compiling socket.cc
[961/1425] Compiling printf.cc
[962/1425] Compiling socket_helper.cc
[963/1425] Compiling pair.cc
[964/1425] Compiling hexdump.cc
[965/1425] Compiling errno.cc
[966/1425] Compiling fd.cc
[967/1425] Compiling file.cc
[968/1425] Compiling bio_mem.cc
[969/1425] Compiling connect.cc
[970/1425] Compiling base64.cc
[971/1425] Compiling bio.cc
[972/1425] Compiling tasn_typ.cc
[973/1425] Compiling tasn_fre.cc
[974/1425] Compiling tasn_utl.cc
[975/1425] Compiling tasn_enc.cc
[976/1425] Compiling f_string.cc
[977/1425] Compiling tasn_new.cc
[978/1425] Compiling posix_time.cc
[979/1425] Compiling asn_pack.cc
[980/1425] Compiling f_int.cc
[980/1425] Compiling tasn_dec.cc
[982/1425] Compiling asn1_par.cc
[983/1425] Compiling a_time.cc
[984/1425] Compiling a_utctm.cc
[985/1425] Compiling a_type.cc
[986/1425] Compiling a_strnid.cc
[987/1425] Compiling asn1_lib.cc
[988/1425] Compiling a_octet.cc
[989/1425] Compiling a_i2d_fp.cc
[990/1425] Compiling a_object.cc
[991/1425] Compiling a_dup.cc
[992/1425] Compiling a_strex.cc
[993/1425] Compiling a_gentm.cc
[994/1425] Compiling a_mbstr.cc
[995/1425] Compiling a_d2i_fp.cc
[996/1425] Compiling fiat_p256_adx_sqr.S
[997/1425] Compiling fiat_p256_adx_mul.S
[998/1425] Compiling a_int.cc
[999/1425] Compiling fiat_curve25519_adx_square.S
[1000/1425] Compiling a_bitstr.cc
[1001/1425] Compiling fiat_curve25519_adx_mul.S
[1002/1425] Compiling md5-x86_64-apple.S
[1003/1425] Compiling md5-x86_64-linux.S
[1004/1425] Compiling md5-586-linux.S
[1005/1425] Compiling md5-586-apple.S
[1006/1425] Compiling a_bool.cc
[1007/1425] Compiling chacha20_poly1305_x86_64-apple.S
[1008/1425] Compiling CCryptoBoringSSLShims shims.c
[1009/1425] Compiling chacha20_poly1305_armv8-win.S
[1010/1425] Compiling chacha20_poly1305_armv8-linux.S
[1011/1425] Compiling chacha20_poly1305_x86_64-linux.S
[1012/1425] Compiling chacha20_poly1305_armv8-apple.S
[1013/1425] Compiling chacha-x86-linux.S
[1014/1425] Compiling chacha-x86_64-apple.S
[1015/1425] Compiling chacha-x86_64-linux.S
[1016/1425] Compiling err_data.cc
[1017/1425] Compiling chacha-x86-apple.S
[1018/1425] Compiling chacha-armv8-win.S
[1019/1425] Compiling chacha-armv8-linux.S
[1020/1425] Compiling chacha-armv4-linux.S
[1021/1425] Compiling chacha-armv8-apple.S
[1022/1425] Compiling aes128gcmsiv-x86_64-apple.S
[1023/1425] Compiling aes128gcmsiv-x86_64-linux.S
[1024/1425] Compiling x86_64-mont5-linux.S
[1025/1425] Compiling x86_64-mont5-apple.S
[1026/1425] Compiling x86-mont-linux.S
[1027/1425] Compiling x86-mont-apple.S
[1027/1425] Compiling x86_64-mont-apple.S
[1029/1425] Compiling x86_64-mont-linux.S
[1030/1425] Compiling vpaes-x86_64-linux.S
[1031/1425] Compiling vpaes-x86_64-apple.S
[1032/1425] Compiling vpaes-x86-linux.S
[1033/1425] Compiling vpaes-x86-apple.S
[1034/1425] Compiling vpaes-armv8-win.S
[1035/1425] Compiling vpaes-armv8-linux.S
[1036/1425] Compiling vpaes-armv8-apple.S
[1037/1425] Compiling vpaes-armv7-linux.S
[1038/1425] Compiling sha512-x86_64-apple.S
[1039/1425] Compiling sha512-armv8-win.S
[1040/1425] Compiling sha512-armv8-linux.S
[1041/1425] Compiling sha512-x86_64-linux.S
[1042/1425] Compiling sha512-armv8-apple.S
[1043/1425] Compiling sha512-armv4-linux.S
[1044/1425] Compiling sha512-586-linux.S
[1045/1425] Compiling sha512-586-apple.S
[1046/1425] Compiling sha256-x86_64-apple.S
[1047/1425] Compiling sha256-x86_64-linux.S
[1048/1425] Compiling sha256-armv8-win.S
[1049/1425] Compiling sha256-armv8-linux.S
[1049/1425] Compiling sha256-armv8-apple.S
[1051/1425] Compiling sha256-armv4-linux.S
[1052/1425] Compiling sha256-586-linux.S
[1053/1425] Compiling sha256-586-apple.S
[1054/1425] Compiling sha1-x86_64-apple.S
[1055/1425] Compiling sha1-armv8-win.S
[1056/1425] Compiling sha1-armv8-linux.S
[1057/1425] Compiling sha1-armv8-apple.S
[1058/1425] Compiling sha1-x86_64-linux.S
[1059/1425] Compiling sha1-armv4-large-linux.S
[1060/1425] Compiling sha1-586-apple.S
[1061/1425] Compiling sha1-586-linux.S
[1062/1425] Compiling rsaz-avx2-apple.S
[1063/1425] Compiling rsaz-avx2-linux.S
[1064/1425] Compiling rdrand-x86_64-linux.S
[1065/1425] Compiling rdrand-x86_64-apple.S
[1066/1425] Compiling p256_beeu-x86_64-asm-apple.S
[1067/1425] Compiling p256_beeu-x86_64-asm-linux.S
[1068/1425] Compiling p256_beeu-armv8-asm-win.S
[1069/1425] Compiling p256_beeu-armv8-asm-linux.S
[1070/1425] Compiling p256_beeu-armv8-asm-apple.S
[1071/1425] Compiling p256-x86_64-asm-apple.S
[1072/1425] Compiling p256-x86_64-asm-linux.S
[1073/1425] Compiling p256-armv8-asm-win.S
[1074/1425] Compiling p256-armv8-asm-linux.S
[1075/1425] Compiling p256-armv8-asm-apple.S
[1076/1425] Compiling ghashv8-armv8-win.S
[1077/1425] Compiling ghashv8-armv8-linux.S
[1078/1425] Compiling ghashv8-armv8-apple.S
[1079/1425] Compiling ghashv8-armv7-linux.S
[1080/1425] Compiling ghash-x86_64-apple.S
[1081/1425] Compiling ghash-x86_64-linux.S
[1082/1425] Compiling ghash-x86-linux.S
[1083/1425] Compiling ghash-ssse3-x86_64-linux.S
[1084/1425] Compiling ghash-ssse3-x86_64-apple.S
[1085/1425] Compiling ghash-ssse3-x86-apple.S
[1086/1425] Compiling ghash-x86-apple.S
[1087/1425] Compiling ghash-ssse3-x86-linux.S
[1088/1425] Compiling ghash-neon-armv8-linux.S
[1089/1425] Compiling co-586-linux.S
[1089/1425] Compiling ghash-neon-armv8-apple.S
[1091/1425] Compiling ghash-neon-armv8-win.S
[1092/1425] Compiling ghash-armv4-linux.S
[1093/1425] Compiling co-586-apple.S
[1094/1425] Compiling bsaes-armv7-linux.S
[1095/1425] Compiling bn-armv8-apple.S
[1096/1425] Compiling bn-armv8-linux.S
[1097/1425] Compiling bn-armv8-win.S
[1097/1425] Compiling bn-586-linux.S
[1099/1425] Compiling bn-586-apple.S
[1100/1425] Compiling armv8-mont-linux.S
[1101/1425] Compiling armv8-mont-win.S
[1102/1425] Compiling armv4-mont-linux.S
[1103/1425] Compiling armv8-mont-apple.S
[1104/1425] Compiling aesv8-gcm-armv8-win.S
[1105/1425] Compiling aesv8-gcm-armv8-linux.S
[1106/1425] Compiling aesv8-gcm-armv8-apple.S
[1107/1425] Compiling aesv8-armv8-win.S
[1108/1425] Compiling aesv8-armv8-linux.S
[1108/1425] Compiling aesv8-armv8-apple.S
[1110/1425] Compiling aesv8-armv7-linux.S
[1111/1425] Compiling aesni-x86_64-linux.S
[1112/1425] Compiling aesni-x86_64-apple.S
[1113/1425] Compiling aesni-x86-linux.S
[1114/1425] Compiling aesni-x86-apple.S
[1115/1425] Compiling aesni-gcm-x86_64-apple.S
[1116/1425] Compiling aesni-gcm-x86_64-linux.S
[1117/1425] Compiling aes-gcm-avx512-x86_64-linux.S
[1118/1425] Compiling aes-gcm-avx512-x86_64-apple.S
[1119/1425] Compiling aes-gcm-avx2-x86_64-apple.S
[1120/1425] Compiling aes-gcm-avx2-x86_64-linux.S
[1121/1425] Compiling xwing.cc
[1122/1425] Compiling c-nioatomics.c
[1123/1425] Compiling x_sig.cc
[1124/1425] Compiling x_x509.cc
[1125/1425] Compiling x_spki.cc
[1126/1425] Compiling x_x509a.cc
[1127/1425] Compiling x_req.cc
[1128/1425] Compiling c-atomics.c
[1129/1425] Compiling x_pubkey.cc
[1130/1425] Compiling x_name.cc
[1131/1430] Compiling x_exten.cc
[1132/1432] Compiling x_crl.cc
[1133/1432] Compiling x_attrib.cc
[1134/1432] Compiling x_all.cc
[1135/1432] Compiling x_algor.cc
[1137/1432] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1138/1432] Compiling NIOConcurrencyHelpers NIOLock.swift
[1138/1432] Compiling x509spki.cc
[1140/1432] Compiling NIOConcurrencyHelpers lock.swift
[1140/1432] Compiling x509rset.cc
[1142/1432] Emitting module NIOConcurrencyHelpers
[1143/1432] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1144/1432] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1145/1432] Compiling NIOConcurrencyHelpers atomics.swift
[1145/1433] Compiling x509cset.cc
[1147/1433] Compiling x509name.cc
[1148/1433] Compiling x509_vpm.cc
[1149/1433] Compiling x509_vfy.cc
[1150/1433] Compiling x509_txt.cc
[1151/1433] Wrapping AST for NIOConcurrencyHelpers for debugging
[1151/1433] Compiling x509_v3.cc
[1154/1459] Compiling ConsoleKitTerminal Console+Wait.swift
[1155/1459] Compiling ConsoleKitTerminal ConsoleColor.swift
[1156/1459] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1157/1462] Emitting module ConsoleKitTerminal
[1158/1462] Compiling ConsoleKitTerminal ActivityBar.swift
[1159/1462] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1160/1462] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1161/1462] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1162/1462] Compiling ConsoleKitTerminal CustomActivity.swift
[1163/1462] Compiling ConsoleKitTerminal LoadingBar.swift
[1164/1462] Compiling ConsoleKitTerminal ProgressBar.swift
[1165/1462] Compiling ConsoleKitTerminal Console+Clear.swift
[1165/1462] Compiling x509_trs.cc
[1167/1462] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1168/1462] Compiling ConsoleKitTerminal ConsoleClear.swift
[1169/1462] Compiling ConsoleKitTerminal Console+Ask.swift
[1170/1462] Compiling ConsoleKitTerminal Console+Choose.swift
[1171/1462] Compiling ConsoleKitTerminal Console+Confirm.swift
[1172/1462] Compiling ConsoleKitTerminal Console+Input.swift
[1173/1462] Compiling ConsoleKitTerminal Console+Center.swift
[1174/1462] Compiling ConsoleKitTerminal Console+Output.swift
[1174/1462] Compiling x509_set.cc
[1175/1462] Compiling x509_obj.cc
[1176/1462] Compiling x509_def.cc
[1178/1462] Compiling ConsoleKitTerminal Console.swift
[1179/1462] Compiling ConsoleKitTerminal Terminal.swift
[1180/1462] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1180/1462] Compiling x509_req.cc
[1182/1462] Compiling ConsoleKitTerminal ConsoleText.swift
[1183/1462] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1184/1462] Compiling ConsoleKitTerminal ANSI.swift
[1184/1462] Compiling x509_lu.cc
[1185/1462] Compiling x509_ext.cc
[1187/1462] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1188/1462] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1189/1462] Compiling ConsoleKitTerminal LoggerFragment.swift
[1190/1463] Compiling x509_d2.cc
[1191/1463] Wrapping AST for ConsoleKitTerminal for debugging
[1192/1469] Compiling x509_cmp.cc
[1193/1485] Compiling x509.cc
[1194/1485] Compiling x509_att.cc
[1195/1485] Compiling v3_utl.cc
[1196/1485] Compiling v3_skey.cc
[1198/1485] Compiling ConsoleKitCommands CommandSignature.swift
[1199/1485] Compiling ConsoleKitCommands Flag.swift
[1200/1485] Compiling ConsoleKitCommands Option.swift
[1200/1487] Compiling v3_purp.cc
[1202/1487] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1203/1487] Compiling ConsoleKitCommands Utilities.swift
[1204/1487] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1205/1487] Compiling ConsoleKitCommands AsyncCommand.swift
[1206/1487] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1207/1487] Emitting module ConsoleKitCommands
[1208/1487] Compiling ConsoleKitCommands AsyncCommands.swift
[1209/1487] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1210/1487] Compiling ConsoleKitCommands AnyCommand.swift
[1211/1487] Compiling ConsoleKitCommands CommandGroup.swift
[1212/1487] Compiling ConsoleKitCommands CommandInput.swift
[1213/1487] Compiling ConsoleKitCommands Commands.swift
[1214/1487] Compiling ConsoleKitCommands Command.swift
[1215/1487] Compiling ConsoleKitCommands CommandContext.swift
[1216/1487] Compiling ConsoleKitCommands CommandError.swift
[1217/1487] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1218/1487] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1219/1487] Compiling ConsoleKitCommands Argument.swift
[1219/1487] Compiling v3_prn.cc
[1220/1487] Compiling v3_pmaps.cc
[1221/1487] Compiling v3_pcons.cc
[1222/1487] Compiling v3_ocsp.cc
[1223/1487] Compiling v3_lib.cc
[1224/1487] Compiling v3_ncons.cc
[1225/1487] Compiling v3_int.cc
[1227/1487] Compiling ConsoleKitCommands Console+Run.swift
[1228/1487] Compiling ConsoleKitCommands ConsoleError.swift
[1229/1487] Compiling ConsoleKitCommands Completion.swift
[1230/1488] Compiling v3_info.cc
[1231/1488] Compiling v3_ia5.cc
[1232/1490] Wrapping AST for ConsoleKitCommands for debugging
[1233/1490] Compiling v3_genn.cc
[1234/1490] Compiling v3_extku.cc
[1235/1490] Compiling v3_enum.cc
[1236/1490] Compiling ConsoleKit Exports.swift
[1237/1490] Emitting module ConsoleKit
[1238/1491] Compiling v3_crld.cc
[1240/1491] Compiling v3_cpols.cc
[1241/1491] Wrapping AST for ConsoleKit for debugging
[1242/1491] Compiling v3_conf.cc
[1243/1491] Compiling v3_bcons.cc
[1244/1491] Compiling v3_bitst.cc
[1245/1491] Compiling v3_alt.cc
[1246/1491] Compiling v3_akeya.cc
[1247/1491] Compiling v3_akey.cc
[1248/1491] Compiling t_x509a.cc
[1249/1491] Compiling t_x509.cc
[1250/1491] Compiling i2d_pr.cc
[1251/1491] Compiling t_req.cc
[1252/1491] Compiling t_crl.cc
[1253/1491] Compiling name_print.cc
[1254/1491] Compiling rsa_pss.cc
[1255/1491] Compiling policy.cc
[1256/1491] Compiling by_file.cc
[1257/1491] Compiling by_dir.cc
[1258/1491] Compiling asn1_gen.cc
[1259/1491] Compiling algorithm.cc
[1260/1491] Compiling voprf.cc
[1261/1491] Compiling a_verify.cc
[1262/1491] Compiling a_digest.cc
[1263/1491] Compiling a_sign.cc
[1264/1491] Compiling thread_win.cc
[1265/1491] Compiling thread_pthread.cc
[1266/1491] Compiling pmbtoken.cc
[1267/1491] Compiling trust_token.cc
[1268/1491] Compiling thread_none.cc
[1269/1491] Compiling thread.cc
[1270/1491] Compiling stack.cc
[1271/1491] Compiling siphash.cc
[1272/1491] Compiling sha512.cc
[1273/1491] Compiling sha1.cc
[1274/1491] Compiling sha256.cc
[1275/1491] Compiling rsa_print.cc
[1276/1491] Compiling slhdsa.cc
[1277/1491] Compiling rsa_extra.cc
[1278/1491] Compiling spake2plus.cc
[1279/1491] Compiling rc4.cc
[1280/1491] Compiling refcount.cc
[1281/1491] Compiling windows.cc
[1282/1491] Compiling trusty.cc
[1283/1491] Compiling rsa_crypt.cc
[1284/1491] Compiling urandom.cc
[1285/1491] Compiling rand.cc
[1286/1491] Compiling passive.cc
[1287/1491] Compiling ios.cc
[1288/1491] Compiling poly1305_arm_asm.S
[1289/1491] Compiling getentropy.cc
[1290/1491] Compiling deterministic.cc
[1291/1491] Compiling forkunsafe.cc
[1292/1491] Compiling fork_detect.cc
[1293/1491] Compiling rsa_asn1.cc
[1294/1491] Compiling poly1305_arm.cc
[1295/1491] Compiling poly1305_vec.cc
[1296/1491] Compiling poly1305.cc
[1297/1491] Compiling pool.cc
[1298/1491] Compiling pkcs7.cc
[1299/1491] Compiling p5_pbev2.cc
[1300/1491] Compiling pkcs8.cc
[1301/1491] Compiling pkcs8_x509.cc
[1302/1491] Compiling pkcs7_x509.cc
[1303/1491] Compiling pem_x509.cc
[1304/1491] Compiling pem_xaux.cc
[1305/1491] Compiling pem_pkey.cc
[1306/1491] Compiling mlkem.cc
[1307/1491] Compiling pem_pk8.cc
[1308/1491] Compiling obj_xref.cc
[1309/1491] Compiling pem_oth.cc
[1310/1491] Compiling pem_info.cc
[1311/1491] Compiling pem_lib.cc
[1312/1491] Compiling mldsa.cc
[1313/1491] Compiling pem_all.cc
[1314/1491] Compiling obj.cc
[1315/1491] Compiling poly_rq_mul.S
[1316/1491] Compiling mem.cc
[1317/1491] Compiling fips_shared_support.cc
[1318/1491] Compiling lhash.cc
[1319/1491] Compiling md5.cc
[1320/1491] Compiling md4.cc
[1321/1491] Compiling fuzzer_mode.cc
[1322/1491] Compiling kyber.cc
[1323/1491] Compiling ex_data.cc
[1324/1491] Compiling hrss.cc
[1325/1491] Compiling scrypt.cc
[1326/1491] Compiling hpke.cc
[1327/1491] Compiling pbkdf.cc
[1328/1491] Compiling print.cc
[1329/1491] Compiling sign.cc
[1330/1491] Compiling p_x25519_asn1.cc
[1331/1491] Compiling p_x25519.cc
[1332/1491] Compiling p_rsa_asn1.cc
[1333/1491] Compiling p_hkdf.cc
[1334/1491] Compiling p_ed25519_asn1.cc
[1335/1491] Compiling p_rsa.cc
[1336/1491] Compiling p_ed25519.cc
[1337/1491] Compiling p_ec_asn1.cc
[1338/1491] Compiling p_ec.cc
[1339/1491] Compiling p_dsa_asn1.cc
[1340/1491] Compiling p_dh_asn1.cc
[1341/1491] Compiling p_dh.cc
[1342/1491] Compiling evp_ctx.cc
[1343/1491] Compiling err.cc
[1344/1491] Compiling evp_asn1.cc
[1345/1491] Compiling engine.cc
[1346/1491] Compiling ecdsa_p1363.cc
[1347/1491] Compiling evp.cc
[1348/1491] Compiling ecdh.cc
[1349/1491] Compiling ecdsa_asn1.cc
[1350/1491] Compiling ec_derive.cc
[1351/1491] Compiling hash_to_curve.cc
[1352/1491] Compiling dsa.cc
[1353/1491] Compiling digest_extra.cc
[1354/1491] Compiling dsa_asn1.cc
[1355/1491] Compiling ec_asn1.cc
[1356/1491] Compiling x25519-asm-arm.S
[1357/1491] Compiling des.cc
[1358/1491] Compiling params.cc
[1359/1491] Compiling dh_asn1.cc
[1360/1491] Compiling crypto.cc
[1361/1491] Compiling cpu_intel.cc
[1362/1491] Compiling spake25519.cc
[1363/1491] Compiling cpu_arm_linux.cc
[1364/1491] Compiling curve25519.cc
[1365/1491] Compiling cpu_arm_freebsd.cc
[1366/1491] Compiling curve25519_64_adx.cc
[1367/1491] Compiling cpu_aarch64_win.cc
[1368/1491] Compiling cpu_aarch64_openbsd.cc
[1369/1491] Compiling cpu_aarch64_sysreg.cc
[1370/1491] Compiling cpu_aarch64_linux.cc
[1371/1491] Compiling cpu_aarch64_fuchsia.cc
[1372/1491] Compiling cpu_aarch64_apple.cc
[1373/1491] Compiling conf.cc
[1374/1491] Compiling get_cipher.cc
[1375/1491] Compiling tls_cbc.cc
[1376/1491] Compiling e_rc4.cc
[1377/1491] Compiling e_rc2.cc
[1378/1491] Compiling e_tls.cc
[1379/1491] Compiling e_null.cc
[1380/1491] Compiling e_des.cc
[1381/1491] Compiling e_chacha20poly1305.cc
[1382/1491] Compiling cms.cc
[1383/1491] Compiling e_aeseax.cc
[1383/1491] Compiling e_aesgcmsiv.cc
[1385/1491] Compiling e_aesctrhmac.cc
[1386/1491] Compiling derive_key.cc
[1387/1491] Compiling chacha.cc
[1388/1491] Compiling buf.cc
[1389/1491] Compiling unicode.cc
[1390/1491] Compiling ber.cc
[1391/1491] Compiling cbb.cc
[1392/1491] Compiling sqrt.cc
[1393/1491] Compiling asn1_compat.cc
[1394/1491] Compiling cbs.cc
[1395/1491] Compiling exponentiation.cc
[1396/1491] Compiling div.cc
[1397/1491] Compiling printf.cc
[1398/1491] Compiling pair.cc
[1399/1491] Compiling hexdump.cc
[1400/1491] Compiling blake2.cc
[1401/1491] Compiling file.cc
[1402/1491] Compiling convert.cc
[1403/1491] Compiling fd.cc
[1404/1491] Compiling errno.cc
[1405/1491] Compiling bio_mem.cc
[1406/1491] Compiling base64.cc
[1407/1491] Compiling bio.cc
[1408/1491] Compiling tasn_typ.cc
[1409/1491] Compiling tasn_fre.cc
[1410/1491] Compiling tasn_utl.cc
[1411/1491] Compiling tasn_enc.cc
[1412/1491] Compiling posix_time.cc
[1413/1491] Compiling tasn_new.cc
[1414/1491] Compiling f_string.cc
[1415/1491] Compiling asn_pack.cc
[1416/1491] Compiling f_int.cc
[1417/1491] Compiling tasn_dec.cc
[1418/1491] Compiling asn1_par.cc
[1419/1491] Compiling asn1_lib.cc
[1420/1491] Compiling a_utctm.cc
[1421/1491] Compiling a_octet.cc
[1422/1491] Compiling a_time.cc
[1423/1491] Compiling a_type.cc
[1424/1491] Write sources
[1425/1491] Compiling a_strex.cc
[1425/1491] Write sources
[1430/1506] Compiling a_strnid.cc
[1431/1545] Compiling a_i2d_fp.cc
[1432/1545] Write sources
[1433/1641] Compiling a_mbstr.cc
[1434/1641] Compiling a_object.cc
[1435/1641] Compiling a_int.cc
[1437/1641] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1438/1641] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1439/1641] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1440/1641] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1441/1643] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1442/1643] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1443/1643] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1444/1643] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1445/1643] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1446/1643] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1447/1643] Compiling AsyncAlgorithms AsyncChannel.swift
[1448/1643] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1449/1643] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1450/1643] Compiling AsyncAlgorithms ChannelStorage.swift
[1451/1643] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1452/1643] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[1453/1650] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[1454/1650] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[1455/1650] Compiling AsyncAlgorithms Disconnected.swift
[1456/1650] Compiling AsyncAlgorithms _TinyArray.swift
[1457/1650] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1458/1650] Compiling AsyncAlgorithms Locking.swift
[1459/1650] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1460/1650] Emitting module BitCollections
[1461/1650] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1462/1650] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1463/1650] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1464/1650] Compiling Atomics IntegerOperations.swift
[1465/1650] Compiling Atomics Unmanaged extensions.swift
[1466/1650] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1467/1650] Compiling AsyncAlgorithms MergeStateMachine.swift
[1468/1650] Compiling AsyncAlgorithms MergeStorage.swift
[1469/1650] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1470/1650] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1471/1650] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1472/1650] Compiling BitCollections BitSet.Counted.swift
[1473/1650] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1474/1650] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1475/1650] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1476/1650] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1477/1650] Compiling AsyncAlgorithms DebounceStorage.swift
[1478/1650] Compiling AsyncAlgorithms Dictionary.swift
[1479/1650] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1483/1650] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1484/1650] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1485/1650] Compiling Algorithms Split.swift
[1486/1650] Compiling Algorithms Stride.swift
[1487/1650] Compiling Algorithms Suffix.swift
[1494/1653] Compiling BitCollections BitSet.Index.swift
[1495/1653] Compiling BitCollections BitSet._UnsafeHandle.swift
[1496/1653] Compiling BitCollections BitSet.swift
[1497/1653] Compiling BitCollections Range+Utilities.swift
[1498/1653] Compiling BitCollections Slice+Utilities.swift
[1499/1653] Compiling BitCollections UInt+Tricks.swift
[1500/1653] Compiling BitCollections _Word.swift
[1501/1653] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1502/1653] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1503/1653] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1504/1653] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1505/1653] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1506/1653] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1517/1654] Compiling Algorithms Trim.swift
[1518/1654] Compiling Algorithms Unique.swift
[1519/1654] Compiling Algorithms Windows.swift
[1546/1661] Wrapping AST for BitCollections for debugging
[1564/1667] Emitting module AsyncAlgorithms
[1575/1667] Compiling Collections HeapModule reexports.swift
[1576/1667] Compiling Collections DequeModule reexports.swift
[1581/1667] Compiling Collections HashTreeCollections reexports.swift
[1582/1667] Compiling Collections OrderedCollections reexports.swift
[1583/1667] Emitting module Collections
[1584/1667] Compiling Collections BitCollections reexports.swift
[1586/1668] Emitting module Atomics
[1586/1668] Wrapping AST for Collections for debugging
[1602/1669] Emitting module Algorithms
[1603/1670] Compiling AsyncAlgorithms Rethrow.swift
[1604/1670] Compiling AsyncAlgorithms SetAlgebra.swift
[1605/1670] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1606/1670] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1607/1670] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1608/1670] Compiling AsyncAlgorithms ZipStateMachine.swift
[1609/1670] Compiling AsyncAlgorithms ZipStorage.swift
[1610/1670] Wrapping AST for Atomics for debugging
[1611/1749] Wrapping AST for Algorithms for debugging
[1613/1749] Compiling _ConnectionPoolModule Max2Sequence.swift
[1614/1749] Compiling _ConnectionPoolModule NIOLock.swift
[1615/1750] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[1616/1750] Compiling _ConnectionPoolModule ConnectionRequest.swift
[1617/1750] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[1618/1750] Compiling _ConnectionPoolModule ConnectionLease.swift
[1619/1750] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1619/1750] Compiling bcm.cc
[1623/1750] Compiling _ConnectionPoolModule ConnectionPool.swift
[1624/1750] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[1629/1750] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1632/1766] Compiling NIOCore IPProtocol.swift
[1633/1766] Compiling NIOCore IntegerBitPacking.swift
[1634/1766] Compiling NIOCore IntegerTypes.swift
[1635/1766] Compiling NIOCore Interfaces.swift
[1636/1766] Compiling NIOCore Linux.swift
[1637/1766] Compiling NIOCore MarkedCircularBuffer.swift
[1638/1766] Compiling NIOCore MulticastChannel.swift
[1639/1766] Compiling NIOCore NIOAny.swift
[1640/1766] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1641/1766] Emitting module _ConnectionPoolModule
[1643/1766] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1644/1766] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1645/1766] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1646/1766] Compiling CryptoBoringWrapper RandomBytes.swift
[1647/1766] Compiling NIOCore AddressedEnvelope.swift
[1648/1766] Compiling NIOCore AsyncAwaitSupport.swift
[1649/1766] Compiling NIOCore AsyncChannel.swift
[1650/1766] Compiling NIOCore AsyncChannelHandler.swift
[1651/1766] Compiling NIOCore AsyncChannelInboundStream.swift
[1652/1766] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1653/1766] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1654/1767] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1655/1767] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1657/1768] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1659/1768] Compiling CryptoBoringWrapper EllipticCurve.swift
[1660/1768] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1661/1768] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1662/1768] Emitting module CryptoBoringWrapper
[1663/1768] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1664/1768] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1664/1769] Wrapping AST for AsyncAlgorithms for debugging
[1666/1778] Wrapping AST for _ConnectionPoolModule for debugging
[1668/1778] Compiling ServiceLifecycle Service.swift
[1668/1779] Wrapping AST for CryptoBoringWrapper for debugging
[1670/1850] Compiling Crypto AES-GCM.swift
[1671/1850] Compiling Crypto AES-GCM_boring.swift
[1672/1850] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1673/1850] Emitting module ServiceLifecycle
[1674/1850] Compiling Crypto AESWrap_boring.swift
[1675/1850] Compiling Crypto Ed25519_boring.swift
[1676/1850] Compiling Crypto NISTCurvesKeys_boring.swift
[1677/1850] Compiling Crypto X25519Keys_boring.swift
[1678/1850] Compiling Crypto Curve25519.swift
[1679/1850] Compiling Crypto Ed25519Keys.swift
[1680/1850] Compiling Crypto NISTCurvesKeys.swift
[1681/1850] Compiling NIOCore Utilities.swift
[1682/1850] Compiling ServiceLifecycle ServiceRunnerError.swift
[1683/1850] Compiling Crypto ECDSASignature.swift
[1684/1850] Compiling Crypto PEMDocument.swift
[1685/1850] Compiling Crypto HPKE-AEAD.swift
[1686/1850] Compiling Crypto HPKE-Ciphersuite.swift
[1687/1850] Compiling Crypto HPKE-KDF.swift
[1688/1850] Compiling Crypto HPKE-KexKeyDerivation.swift
[1689/1850] Compiling Crypto HPKE-LabeledExtract.swift
[1690/1850] Compiling Crypto HPKE-Utils.swift
[1691/1850] Compiling Crypto DHKEM.swift
[1692/1850] Compiling Crypto Digest.swift
[1693/1850] Compiling Crypto Digests.swift
[1694/1850] Compiling Crypto HashFunctions.swift
[1695/1850] Compiling Crypto HashFunctions_SHA2.swift
[1696/1850] Compiling Crypto HPKE-Errors.swift
[1697/1850] Compiling Crypto HPKE.swift
[1698/1850] Compiling Crypto HPKE-Context.swift
[1699/1850] Compiling Crypto HPKE-KeySchedule.swift
[1700/1850] Compiling Crypto HPKE-Modes.swift
[1701/1850] Compiling ServiceLifecycle ClosureService.swift
[1702/1850] Compiling ServiceLifecycle CancellationWaiter.swift
[1703/1850] Compiling ServiceLifecycle GracefulShutdown.swift
[1704/1850] Compiling ServiceLifecycle ServiceGroup.swift
[1713/1851] Compiling Crypto HPKE-KEM-Curve25519.swift
[1714/1851] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1715/1851] Compiling Crypto HPKE-KEM.swift
[1715/1861] Wrapping AST for ServiceLifecycle for debugging
[1717/1861] Compiling Crypto PKCS8PrivateKey.swift
[1718/1861] Compiling Crypto SEC1PrivateKey.swift
[1719/1861] Compiling Crypto SubjectPublicKeyInfo.swift
[1720/1861] Compiling Crypto CryptoError_boring.swift
[1721/1861] Compiling Crypto CryptoKitErrors.swift
[1722/1861] Compiling Crypto Digest_boring.swift
[1727/1861] Compiling Crypto X25519Keys.swift
[1728/1861] Compiling Crypto SymmetricKeys.swift
[1729/1861] Compiling Crypto HMAC.swift
[1730/1861] Compiling Crypto MACFunctions.swift
[1731/1861] Compiling Crypto MessageAuthenticationCode.swift
[1732/1861] Compiling Crypto AES.swift
[1733/1861] Compiling Crypto ECDSASignature_boring.swift
[1734/1861] Compiling Crypto ECDSA_boring.swift
[1735/1861] Compiling Crypto EdDSA_boring.swift
[1736/1861] Compiling Crypto ECDSA.swift
[1737/1861] Emitting module Crypto
[1740/1861] Compiling Crypto ChaChaPoly_boring.swift
[1741/1861] Compiling Crypto ChaChaPoly.swift
[1742/1861] Compiling Crypto Cipher.swift
[1743/1861] Compiling Crypto Nonces.swift
[1744/1861] Compiling Crypto ASN1.swift
[1745/1861] Compiling Crypto ASN1Any.swift
[1746/1861] Compiling Crypto ASN1BitString.swift
[1747/1861] Compiling Crypto ASN1Boolean.swift
[1753/1861] Compiling Crypto Insecure.swift
[1754/1861] Compiling Crypto Insecure_HashFunctions.swift
[1755/1861] Compiling Crypto KEM.swift
[1756/1861] Compiling Crypto ECDH_boring.swift
[1757/1861] Compiling Crypto DH.swift
[1758/1861] Compiling Crypto ECDH.swift
[1759/1861] Compiling Crypto HKDF.swift
[1760/1861] Compiling Crypto AESWrap.swift
[1768/1861] Compiling Crypto ASN1Identifier.swift
[1769/1861] Compiling Crypto ASN1Integer.swift
[1770/1861] Compiling Crypto ASN1Null.swift
[1771/1861] Compiling Crypto ASN1OctetString.swift
[1772/1861] Compiling Crypto ASN1Strings.swift
[1773/1861] Compiling Crypto ArraySliceBigint.swift
[1774/1861] Compiling Crypto GeneralizedTime.swift
[1775/1861] Compiling Crypto ObjectIdentifier.swift
[1778/1861] Compiling Crypto Ed25519.swift
[1779/1861] Compiling Crypto Signature.swift
[1780/1861] Compiling Crypto CryptoKitErrors_boring.swift
[1781/1861] Compiling Crypto RNG_boring.swift
[1782/1861] Compiling Crypto SafeCompare_boring.swift
[1783/1861] Compiling Crypto Zeroization_boring.swift
[1784/1861] Compiling Crypto PrettyBytes.swift
[1785/1861] Compiling Crypto SafeCompare.swift
[1786/1861] Compiling Crypto SecureBytes.swift
[1787/1861] Compiling Crypto Zeroization.swift
[1788/1862] Wrapping AST for Crypto for debugging
[1790/1916] Compiling _CryptoExtras OPRFServer.swift
[1791/1916] Compiling _CryptoExtras VOPRF+API.swift
[1792/1916] Compiling _CryptoExtras VOPRFClient.swift
[1793/1916] Compiling _CryptoExtras VOPRFServer.swift
[1794/1916] Compiling _CryptoExtras RSA+BlindSigning.swift
[1795/1916] Compiling _CryptoExtras RSA.swift
[1796/1916] Compiling _CryptoExtras RSA_boring.swift
[1797/1916] Compiling _CryptoExtras BoringSSLHelpers.swift
[1798/1916] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1799/1916] Compiling _CryptoExtras ARC+API.swift
[1800/1916] Compiling _CryptoExtras ARC.swift
[1801/1916] Compiling _CryptoExtras ARCCredential.swift
[1802/1916] Compiling _CryptoExtras ARCEncoding.swift
[1803/1916] Compiling _CryptoExtras ARCPrecredential.swift
[1804/1916] Compiling _CryptoExtras ARCPresentation.swift
[1805/1916] Compiling _CryptoExtras ARCRequest.swift
[1806/1916] Compiling _CryptoExtras ARCResponse.swift
[1807/1916] Compiling _CryptoExtras ARCServer.swift
[1808/1916] Compiling _CryptoExtras ECToolbox_boring.swift
[1809/1916] Compiling _CryptoExtras ECToolbox.swift
[1810/1916] Compiling _CryptoExtras HashToField.swift
[1811/1916] Compiling _CryptoExtras KDF.swift
[1812/1916] Compiling _CryptoExtras PBKDF2_boring.swift
[1813/1916] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1814/1916] Compiling _CryptoExtras PBKDF2.swift
[1815/1916] Compiling _CryptoExtras Scrypt_boring.swift
[1817/1916] Emitting module NIOCore
[1827/1924] Emitting module _CryptoExtras
[1827/1924] Wrapping AST for NIOCore for debugging
[1829/1924] Compiling _CryptoExtras Error.swift
[1830/1924] Compiling _CryptoExtras I2OSP.swift
[1831/1924] Compiling _CryptoExtras IntegerEncoding.swift
[1832/1924] Compiling _CryptoExtras PEMDocument.swift
[1833/1924] Compiling _CryptoExtras PrettyBytes.swift
[1834/1924] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1835/1924] Compiling _CryptoExtras ThreadOps.swift
[1836/1966] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1837/1966] Compiling NIOPosix BSDSocketAPIPosix.swift
[1838/1966] Compiling NIOPosix BSDSocketAPIWindows.swift
[1839/1966] Compiling NIOPosix BaseSocket.swift
[1840/1966] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1841/1966] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1842/1966] Compiling NIOPosix BaseSocketChannel.swift
[1843/1966] Compiling NIOPosix HappyEyeballs.swift
[1844/2070] Compiling SQLKit SQLOrderBy.swift
[1845/2070] Compiling SQLKit SQLReturning.swift
[1846/2070] Compiling SQLKit SQLSubquery.swift
[1847/2070] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1848/2070] Compiling SQLKit SQLAlterEnum.swift
[1849/2070] Compiling SQLKit SQLAlterTable.swift
[1850/2070] Compiling SQLKit SQLCreateEnum.swift
[1851/2070] Emitting module NIOEmbedded
[1852/2070] Compiling SQLKit SQLDropTriggerBuilder.swift
[1853/2070] Compiling SQLKit SQLInsertBuilder.swift
[1854/2070] Compiling SQLKit SQLPredicateBuilder.swift
[1855/2070] Compiling SQLKit SQLQueryBuilder.swift
[1856/2070] Compiling SQLKit SQLQueryFetcher.swift
[1857/2070] Compiling SQLKit SQLReturningBuilder.swift
[1858/2070] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1859/2070] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1860/2070] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1861/2070] Compiling SQLKit SQLDatabase.swift
[1862/2070] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1863/2070] Compiling SQLKit SQLDialect.swift
[1864/2070] Compiling SQLKit SQLDatabase+Deprecated.swift
[1865/2070] Compiling SQLKit SQLError.swift
[1866/2070] Compiling NIOEmbedded AsyncTestingChannel.swift
[1867/2070] Compiling SQLKit SQLCreateEnumBuilder.swift
[1868/2070] Compiling SQLKit SQLCreateIndexBuilder.swift
[1869/2070] Compiling SQLKit SQLCreateTableBuilder.swift
[1870/2070] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1871/2070] Compiling SQLKit SQLDeleteBuilder.swift
[1872/2070] Compiling SQLKit SQLDropEnumBuilder.swift
[1873/2070] Compiling SQLKit SQLDropIndexBuilder.swift
[1874/2070] Compiling SQLKit SQLDropTableBuilder.swift
[1875/2070] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1876/2070] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1877/2070] Compiling SQLKit SQLCommonUnionBuilder.swift
[1878/2070] Compiling SQLKit SQLJoinBuilder.swift
[1879/2070] Compiling SQLKit SQLPartialResultBuilder.swift
[1880/2070] Compiling SQLKit SQLAlterEnumBuilder.swift
[1881/2070] Compiling SQLKit SQLAlterTableBuilder.swift
[1882/2070] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1883/2071] Compiling SQLKit SQLDropIndex.swift
[1884/2071] Compiling SQLKit SQLDropTable.swift
[1885/2071] Compiling SQLKit SQLDropTrigger.swift
[1886/2071] Compiling SQLKit SQLInsert.swift
[1887/2071] Compiling SQLKit SQLSelect.swift
[1888/2071] Compiling SQLKit SQLUnion.swift
[1889/2071] Compiling SQLKit SQLUpdate.swift
[1890/2071] Compiling SQLKit SQLExpression.swift
[1891/2071] Compiling SQLKit SQLSerializer.swift
[1892/2071] Compiling SQLKit SQLStatement.swift
[1893/2071] Compiling SQLKit SQLBinaryExpression.swift
[1894/2071] Compiling SQLKit SQLBinaryOperator.swift
[1895/2071] Compiling SQLKit SQLBind.swift
[1897/2083] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1898/2083] Compiling NIOEmbedded Embedded.swift
[1899/2084] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1900/2084] Compiling SQLKit SQLColumnAssignment.swift
[1901/2084] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1902/2084] Compiling SQLKit SQLColumnDefinition.swift
[1903/2084] Compiling SQLKit SQLCommonTableExpression.swift
[1904/2084] Compiling SQLKit SQLConflictAction.swift
[1905/2084] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1906/2084] Compiling SQLKit SQLDropBehaviour.swift
[1907/2084] Compiling SQLKit SQLEnumDataType.swift
[1908/2084] Compiling SQLKit SQLExcludedColumn.swift
[1909/2084] Compiling SQLKit SQLForeignKey.swift
[1910/2084] Compiling SQLKit SQLJoin.swift
[1911/2084] Compiling SQLKit SQLJoinMethod.swift
[1912/2084] Compiling SQLKit SQLLockingClause.swift
[1920/2084] Compiling SQLKit SQLCreateIndex.swift
[1921/2084] Compiling SQLKit SQLCreateTable.swift
[1922/2084] Compiling SQLKit SQLCreateTrigger.swift
[1923/2084] Compiling SQLKit SQLDelete.swift
[1924/2084] Compiling SQLKit SQLDropEnum.swift
[1925/2084] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1932/2087] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1933/2087] Compiling SQLKit Exports.swift
[1934/2087] Compiling SQLKit SQLAlias.swift
[1935/2087] Compiling SQLKit SQLBetween.swift
[1936/2087] Compiling SQLKit SQLColumn.swift
[1937/2087] Compiling SQLKit SQLConstraint.swift
[1938/2088] Compiling SQLKit SQLDataType.swift
[1939/2088] Compiling SQLKit SQLDirection.swift
[1940/2088] Compiling SQLKit SQLDistinct.swift
[1941/2088] Compiling SQLKit SQLForeignKeyAction.swift
[1942/2088] Compiling NIOPosix ThreadPosix.swift
[1943/2088] Compiling NIOPosix ThreadWindows.swift
[1944/2088] Compiling NIOPosix Utilities.swift
[1945/2090] Wrapping AST for _CryptoExtras for debugging
[1953/2138] Wrapping AST for NIOEmbedded for debugging
[1955/2186] Emitting module NIOPosix
[1956/2186] Emitting module SQLKit
[1957/2186] Compiling X509 CMSEncapsulatedContentInfo.swift
[1958/2186] Compiling X509 CMSIssuerAndSerialNumber.swift
[1959/2186] Compiling X509 CMSOperations.swift
[1960/2186] Compiling X509 CMSSignature.swift
[1961/2186] Compiling X509 CMSSignedData.swift
[1962/2186] Compiling X509 CMSSignerIdentifier.swift
[1963/2186] Compiling X509 CMSSignerInfo.swift
[1964/2186] Compiling X509 CMSVersion.swift
[1965/2186] Compiling X509 Curve25519+DER.swift
[1966/2186] Compiling X509 CustomPrivateKey.swift
[1967/2186] Compiling X509 Digests.swift
[1968/2186] Compiling X509 DistinguishedName.swift
[1969/2186] Compiling X509 CommonName.swift
[1970/2186] Compiling X509 CSRAttribute.swift
[1971/2186] Compiling X509 CSRAttributes.swift
[1972/2186] Compiling X509 CSRVersion.swift
[1973/2186] Compiling X509 CertificateSigningRequest.swift
[1974/2186] Compiling X509 CertificationRequestInfo.swift
[1975/2186] Compiling X509 ExtensionRequest.swift
[1976/2186] Compiling X509 Certificate.swift
[1977/2186] Compiling X509 CertificatePrivateKey.swift
[1978/2186] Compiling X509 CertificatePublicKey.swift
[1979/2186] Compiling X509 CertificateSerialNumber.swift
[1980/2186] Compiling X509 CertificateVersion.swift
[1981/2186] Compiling X509 CMSAttribute.swift
[1982/2186] Compiling X509 CMSContentInfo.swift
[1983/2186] Compiling X509 CountryName.swift
[1984/2186] Compiling X509 DNBuilder.swift
[1985/2186] Compiling X509 DomainComponent.swift
[1986/2186] Compiling X509 EmailAddress.swift
[1987/2186] Compiling X509 LocalityName.swift
[1988/2186] Compiling X509 OrganizationName.swift
[1989/2186] Compiling X509 OrganizationalUnitName.swift
[1990/2186] Compiling X509 StateOrProvinceName.swift
[1991/2186] Compiling X509 StreetAddress.swift
[1992/2186] Compiling X509 Error.swift
[1993/2186] Compiling X509 AuthorityInformationAccess.swift
[1994/2186] Compiling X509 AuthorityKeyIdentifier.swift
[1995/2186] Compiling X509 BasicConstraints.swift
[1996/2186] Compiling X509 Lock.swift
[1997/2186] Compiling X509 LockedValueBox.swift
[1998/2186] Compiling X509 BasicOCSPResponse.swift
[1999/2186] Compiling X509 DirectoryString.swift
[2000/2186] Compiling X509 OCSPCertID.swift
[2001/2186] Compiling X509 OCSPCertStatus.swift
[2013/2186] Compiling X509 ExtendedKeyUsage.swift
[2014/2186] Compiling X509 ExtensionIdentifiers.swift
[2015/2186] Compiling X509 KeyUsage.swift
[2016/2186] Compiling X509 NameConstraints.swift
[2017/2186] Compiling X509 SubjectAlternativeName.swift
[2018/2186] Compiling X509 SubjectKeyIdentifier.swift
[2019/2186] Compiling X509 Extension.swift
[2020/2186] Compiling X509 Extensions.swift
[2021/2186] Compiling X509 ExtensionsBuilder.swift
[2022/2186] Compiling X509 GeneralName.swift
[2023/2186] Compiling X509 VersionPolicy.swift
[2024/2186] Compiling X509 ServerIdentityPolicy.swift
[2025/2186] Compiling X509 TrustRootLoading.swift
[2026/2186] Compiling X509 UnverifiedChain.swift
[2027/2186] Compiling SQLKit SQLLiteral.swift
[2028/2186] Compiling SQLKit SQLRaw.swift
[2029/2186] Compiling SQLKit SQLCodingUtilities.swift
[2030/2186] Compiling SQLKit SQLQueryEncoder.swift
[2031/2186] Compiling SQLKit SQLRow.swift
[2032/2186] Compiling SQLKit SQLRowDecoder.swift
[2033/2186] Compiling SQLKit SomeCodingKey.swift
[2034/2186] Compiling SQLKit StringHandling.swift
[2050/2188] Wrapping AST for SQLKit for debugging
[2051/2188] Wrapping AST for NIOPosix for debugging
[2053/2248] Compiling NIO Exports.swift
[2054/2248] Emitting module NIO
[2056/2249] Compiling AsyncKit ConnectionPoolError.swift
[2057/2249] Compiling AsyncKit ConnectionPoolItem.swift
[2058/2249] Compiling AsyncKit ConnectionPoolSource.swift
[2059/2249] Compiling AsyncKit EventLoop+Flatten.swift
[2060/2249] Compiling AsyncKit EventLoop+Future.swift
[2061/2249] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[2062/2249] Compiling AsyncKit EventLoopFutureQueue.swift
[2063/2249] Compiling AsyncKit Future+Collection.swift
[2064/2249] Compiling AsyncKit Future+Conjunctions.swift
[2065/2249] Compiling AsyncKit EventLoopConnectionPool.swift
[2066/2249] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[2067/2249] Compiling AsyncKit EventLoop+Concurrency.swift
[2068/2249] Compiling AsyncKit Future+Miscellaneous.swift
[2069/2249] Compiling AsyncKit Future+Nonempty.swift
[2070/2262] Compiling X509 PolicyBuilder.swift
[2071/2262] Compiling X509 BasicConstraintsPolicy.swift
[2072/2262] Compiling X509 DNSNames.swift
[2073/2262] Compiling X509 DirectoryNames.swift
[2074/2262] Compiling X509 ExpiryPolicy.swift
[2075/2262] Compiling X509 IPConstraints.swift
[2076/2262] Compiling X509 NameConstraintsPolicy.swift
[2077/2262] Compiling X509 RFC5280Policy.swift
[2078/2262] Compiling X509 URIConstraints.swift
[2083/2262] Compiling X509 PromiseAndFuture.swift
[2084/2262] Compiling X509 RDNAttribute.swift
[2085/2262] Compiling X509 RandomNumberGenerator+bytes.swift
[2086/2262] Compiling X509 RelativeDistinguishedName.swift
[2087/2262] Compiling X509 SEC1PrivateKey.swift
[2088/2262] Compiling X509 SecKeyWrapper.swift
[2089/2262] Compiling X509 Signature.swift
[2090/2262] Compiling X509 SignatureAlgorithm.swift
[2091/2262] Compiling X509 AllOfPolicies.swift
[2092/2262] Compiling X509 AnyPolicy.swift
[2093/2262] Compiling X509 CertificateStore.swift
[2094/2262] Compiling X509 CustomCertificateStore.swift
[2095/2262] Compiling X509 OneOfPolicies.swift
[2096/2301] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[2097/2301] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2098/2301] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2099/2303] Compiling AsyncKit Future+Transform.swift
[2100/2303] Compiling AsyncKit Future+Try.swift
[2101/2303] Compiling AsyncKit FutureOperators.swift
[2102/2389] Compiling NIOTLS TLSEvents.swift
[2103/2389] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2104/2390] Compiling FluentKit CompositeParent.swift
[2105/2390] Compiling FluentKit Field.swift
[2106/2390] Compiling FluentKit FieldKey.swift
[2107/2390] Compiling FluentKit Group.swift
[2108/2390] Compiling FluentKit ID.swift
[2109/2390] Compiling FluentKit OptionalBoolean.swift
[2110/2390] Compiling FluentKit OptionalChild.swift
[2111/2390] Compiling FluentKit OptionalField.swift
[2112/2390] Compiling FluentKit OptionalParent.swift
[2113/2390] Compiling FluentKit Parent.swift
[2114/2390] Compiling FluentKit Property.swift
[2115/2390] Compiling FluentKit Relation.swift
[2116/2390] Compiling FluentKit Siblings.swift
[2117/2390] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2118/2390] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2119/2390] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2120/2390] Compiling FluentKit Children+Concurrency.swift
[2121/2390] Compiling FluentKit Database+Concurrency.swift
[2122/2390] Emitting module NIOTLS
[2123/2390] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2124/2390] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2125/2390] Compiling NIOSOCKS SOCKSResponse.swift
[2126/2390] Emitting module NIOFoundationCompat
[2127/2390] Compiling FluentKit OptionalEnumProperty.swift
[2128/2390] Compiling FluentKit Exports.swift
[2129/2390] Compiling FluentKit FluentError.swift
[2130/2390] Compiling FluentKit ModelMiddleware.swift
[2131/2390] Compiling FluentKit ModelResponder.swift
[2132/2390] Compiling FluentKit Migration.swift
[2133/2390] Compiling FluentKit MigrationLog.swift
[2134/2390] Compiling FluentKit Migrations.swift
[2135/2390] Compiling FluentKit Migrator.swift
[2136/2390] Compiling FluentKit AnyModel.swift
[2137/2390] Compiling FluentKit EagerLoad.swift
[2138/2390] Compiling FluentKit Siblings+Concurrency.swift
[2139/2390] Compiling FluentKit Database+Logging.swift
[2140/2390] Compiling FluentKit Database.swift
[2141/2390] Compiling FluentKit DatabaseID.swift
[2142/2390] Compiling FluentKit DatabaseInput.swift
[2143/2390] Compiling FluentKit DatabaseOutput.swift
[2144/2390] Compiling FluentKit Databases.swift
[2145/2390] Compiling FluentKit KeyPrefixingStrategy.swift
[2146/2390] Compiling FluentKit TransactionControlDatabase.swift
[2147/2390] Compiling FluentKit DatabaseEnum.swift
[2148/2390] Compiling FluentKit EnumBuilder.swift
[2149/2390] Compiling FluentKit EnumMetadata.swift
[2150/2390] Compiling FluentKit Fields+Codable.swift
[2151/2390] Compiling FluentKit Fields.swift
[2152/2390] Compiling FluentKit MirrorBypass.swift
[2153/2390] Compiling FluentKit Model+CRUD.swift
[2154/2390] Compiling FluentKit Model.swift
[2155/2390] Compiling FluentKit ModelAlias.swift
[2156/2390] Compiling FluentKit Schema.swift
[2157/2390] Compiling FluentKit FieldOperators.swift
[2158/2390] Compiling FluentKit Operators.swift
[2159/2390] Compiling FluentKit ValueOperators+Array.swift
[2160/2390] Compiling FluentKit ValueOperators+String.swift
[2161/2390] Compiling FluentKit ValueOperators.swift
[2162/2390] Compiling FluentKit Boolean.swift
[2163/2390] Compiling FluentKit BooleanPropertyFormat.swift
[2164/2390] Compiling FluentKit Children.swift
[2165/2390] Compiling FluentKit CompositeChildren.swift
[2166/2390] Compiling FluentKit CompositeID.swift
[2167/2390] Compiling FluentKit CompositeOptionalChild.swift
[2168/2390] Compiling FluentKit CompositeOptionalParent.swift
[2169/2390] Compiling NIOSOCKS ClientStateMachine.swift
[2170/2390] Emitting module NIOSOCKS
[2171/2390] Compiling FluentKit AsyncMigration.swift
[2172/2390] Compiling FluentKit AsyncModelMiddleware.swift
[2173/2390] Compiling NIOSOCKS ServerStateMachine.swift
[2174/2390] Compiling FluentKit EnumBuilder+Concurrency.swift
[2175/2390] Compiling FluentKit Model+Concurrency.swift
[2176/2390] Compiling FluentKit ModelResponder+Concurrency.swift
[2177/2390] Compiling FluentKit OptionalChild+Concurrency.swift
[2181/2391] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2182/2391] Compiling NIOTLS SNIHandler.swift
[2185/2392] Compiling FluentKit OptionalParent+Concurrency.swift
[2189/2394] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2189/2394] Wrapping AST for NIO for debugging
[2191/2395] Emitting module _NIOFileSystem
[2191/2399] Wrapping AST for NIOSOCKS for debugging
[2194/2399] Compiling FluentKit EnumProperty.swift
[2195/2428] Wrapping AST for NIOTLS for debugging
[2197/2428] Compiling NIOSSL SSLCallbacks.swift
[2198/2428] Compiling NIOSSL SSLCertificate.swift
[2198/2428] Wrapping AST for NIOFoundationCompat for debugging
[2200/2429] Compiling NIOSSL IdentityVerification.swift
[2201/2429] Compiling NIOSSL LinuxCABundle.swift
[2202/2429] Compiling NIOSSL NIOSSLClientHandler.swift
[2203/2429] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2204/2450] Compiling _NIOFileSystem NIOFilePath.swift
[2205/2450] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[2206/2450] Compiling _NIOFileSystem OpenOptions.swift
[2207/2450] Compiling _NIOFileSystem String+FileSystem.swift
[2208/2450] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2209/2450] Compiling NIOTransportServices NIOTSErrors.swift
[2210/2450] Compiling NIOTransportServices NIOTSEventLoop.swift
[2211/2450] Compiling NIOTransportServices NIOTSBootstraps.swift
[2212/2450] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2213/2450] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2214/2452] Emitting module NIOTransportServices
[2215/2452] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2216/2452] Compiling NIOTransportServices NIOTSSingletons.swift
[2217/2452] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2218/2452] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2219/2452] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2220/2452] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2221/2452] Compiling NIOTransportServices StateManagedChannel.swift
[2222/2452] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2223/2452] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2224/2452] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2225/2452] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2226/2452] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2227/2452] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2228/2452] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2229/2452] Compiling NIOTransportServices AcceptHandler.swift
[2230/2452] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2231/2452] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2235/2453] Emitting module X509
[2237/2453] Wrapping AST for NIOTransportServices for debugging
[2244/2453] Emitting module NIOHTTP1
[2248/2454] Compiling NIOSSL NIOSSLSecureBytes.swift
[2249/2454] Compiling NIOSSL RNG.swift
[2250/2454] Compiling NIOSSL SafeCompare.swift
[2261/2454] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2262/2454] Compiling NIOSSL SubjectAlternativeName.swift
[2263/2454] Emitting module AsyncKit
[2265/2468] Compiling FluentKit QueryBuilder+Filter.swift
[2266/2468] Compiling FluentKit QueryBuilder+Group.swift
[2267/2468] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2268/2468] Compiling FluentKit QueryBuilder+Join.swift
[2269/2468] Compiling FluentKit QueryBuilder+Paginate.swift
[2270/2468] Compiling FluentKit QueryBuilder+Range.swift
[2271/2468] Compiling FluentKit QueryBuilder+Set.swift
[2272/2468] Compiling FluentKit QueryBuilder+Sort.swift
[2273/2468] Compiling FluentKit QueryBuilder.swift
[2274/2468] Compiling FluentKit DatabaseQuery+Action.swift
[2275/2468] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2276/2468] Compiling FluentKit DatabaseQuery+Field.swift
[2305/2498] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2306/2499] Compiling NIOWebSocket WebSocketOpcode.swift
[2307/2499] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2308/2499] Emitting module FluentKit
[2309/2499] Compiling NIOHPACK DynamicHeaderTable.swift
[2310/2499] Compiling NIOHPACK HPACKDecoder.swift
[2311/2499] Compiling NIOHPACK HPACKEncoder.swift
[2312/2499] Compiling NIOHPACK HPACKErrors.swift
[2313/2499] Compiling NIOHPACK HPACKHeader.swift
[2314/2499] Compiling NIOHPACK HeaderTables.swift
[2322/2499] Compiling NIOHTTPCompression HTTPCompression.swift
[2323/2499] Emitting module NIOHTTPCompression
[2324/2499] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2325/2499] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2326/2499] Compiling NIOHPACK IntegerCoding.swift
[2327/2500] Compiling NIOHPACK IndexedHeaderTable.swift
[2328/2500] Compiling NIOHTTPCompression HTTPDecompression.swift
[2329/2500] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2334/2500] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2335/2500] Emitting module NIOWebSocket
[2336/2500] Emitting module NIOSSL
[2337/2500] Compiling NIOHPACK HuffmanTables.swift
[2352/2500] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2353/2500] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2354/2501] Compiling NIOHPACK HuffmanCoding.swift
[2355/2501] Emitting module NIOHPACK
[2361/2501] Compiling NIOWebSocket WebSocketFrame.swift
[2362/2501] Compiling NIOHPACK StaticHeaderTable.swift
[2364/2520] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2365/2520] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2366/2521] Compiling NIOExtras NIOExtrasError.swift
[2367/2521] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2368/2534] Compiling MultipartKit BasicCodingKey.swift
[2369/2534] Compiling MultipartKit MultipartError.swift
[2370/2534] Compiling MultipartKit Exports.swift
[2371/2534] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2372/2534] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2373/2534] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2374/2534] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2375/2534] Compiling NIOExtras NIORequestIdentifiable.swift
[2376/2534] Compiling NIOExtras PCAPRingBuffer.swift
[2377/2534] Compiling NIOExtras QuiescingHelper.swift
[2378/2534] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2379/2534] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2380/2534] Compiling MultipartKit FormDataDecoder.swift
[2381/2534] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2382/2534] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2383/2540] Compiling MultipartKit FormDataEncoder.swift
[2384/2540] Compiling MultipartKit Storage.swift
[2385/2540] Compiling MultipartKit MultipartFormData.swift
[2386/2540] Compiling MultipartKit MultipartParser.swift
[2387/2540] Compiling MultipartKit MultipartPart.swift
[2388/2540] Compiling MultipartKit MultipartPartConvertible.swift
[2397/2545] Wrapping AST for NIOWebSocket for debugging
[2423/2583] Compiling FluentKit RandomGeneratable.swift
[2424/2583] Compiling FluentKit SomeCodingKey.swift
[2425/2583] Compiling X509 Verifier.swift
[2426/2583] Compiling X509 VerifierPolicy.swift
[2427/2583] Compiling X509 AlgorithmIdentifier.swift
[2428/2583] Compiling X509 ECDSASignature.swift
[2429/2583] Compiling X509 RSAPKCS1PublicKey.swift
[2430/2583] Compiling X509 SubjectPublicKeyInfo.swift
[2431/2583] Compiling X509 TBSCertificate.swift
[2432/2583] Compiling X509 Time.swift
[2433/2583] Compiling X509 TimeCalculations.swift
[2434/2583] Compiling X509 Validity.swift
[2435/2583] Compiling X509 X509SendableMetatype.swift
[2436/2609] Emitting module MultipartKit
[2437/2609] Compiling NIOHTTP2 SendingGoawayState.swift
[2438/2609] Compiling NIOHTTP2 SendingHeadersState.swift
[2439/2609] Compiling FluentKit DatabaseQuery+Filter.swift
[2440/2609] Compiling FluentKit DatabaseQuery+Join.swift
[2441/2609] Compiling FluentKit DatabaseQuery+Range.swift
[2442/2609] Compiling FluentKit DatabaseQuery+Sort.swift
[2443/2609] Compiling FluentKit DatabaseQuery+Value.swift
[2444/2609] Compiling FluentKit DatabaseQuery.swift
[2445/2609] Compiling FluentKit QueryHistory.swift
[2446/2609] Compiling FluentKit DatabaseSchema.swift
[2447/2609] Compiling FluentKit SchemaBuilder.swift
[2448/2609] Compiling FluentKit OptionalType.swift
[2451/2609] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2452/2609] Compiling NIOHTTP2 SendingRstStreamState.swift
[2453/2609] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2454/2609] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2455/2609] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[2463/2609] Compiling FluentKit Timestamp.swift
[2464/2609] Compiling FluentKit TimestampFormat.swift
[2465/2609] Compiling FluentKit QueryBuilder+Aggregate.swift
[2466/2609] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2467/2609] Compiling NIOHTTP2 MaySendFrames.swift
[2468/2609] Compiling NIOHTTP2 SendingDataState.swift
[2471/2609] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2472/2609] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2473/2609] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2474/2610] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2475/2610] Compiling NIOHTTP2 Error+Any.swift
[2476/2610] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2477/2610] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2478/2610] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2481/2614] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2482/2614] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2483/2614] Compiling NIOHTTP2 MayReceiveFrames.swift
[2484/2614] Emitting module NIOExtras
[2485/2614] Compiling NIOHTTP2 ReceivingDataState.swift
[2486/2614] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2487/2614] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2489/2614] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2490/2614] Compiling NIOHTTP2 HasLocalSettings.swift
[2497/2614] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2498/2614] Emitting module _NIOFileSystemFoundationCompat
[2499/2614] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2506/2687] Compiling NIOFileSystem Exports.swift
[2507/2687] Emitting module NIOFileSystem
[2508/2688] Compiling JWTKit BoolClaim.swift
[2509/2688] Compiling JWTKit ExpirationClaim.swift
[2510/2688] Compiling JWTKit GoogleHostedDomainClaim.swift
[2511/2688] Compiling JWTKit IDClaim.swift
[2512/2688] Compiling JWTKit IssuedAtClaim.swift
[2513/2688] Compiling JWTKit IssuerClaim.swift
[2514/2688] Compiling JWTKit JWTClaim.swift
[2515/2688] Compiling JWTKit JWTMultiValueClaim.swift
[2516/2688] Compiling JWTKit EdDSA.swift
[2517/2696] Compiling FluentSQL SQLList+Deprecated.swift
[2517/2697] Wrapping AST for _NIOFileSystem for debugging
[2519/2697] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2520/2697] Emitting module FluentSQL
[2521/2697] Compiling JWTKit JWTUnixEpochClaim.swift
[2522/2697] Compiling JWTKit LocaleClaim.swift
[2524/2697] Compiling JWTKit EdDSACurve.swift
[2525/2747] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2528/2804] Compiling PostgresNIO PostgresData+UUID.swift
[2529/2804] Compiling PostgresNIO PostgresData.swift
[2530/2804] Compiling PostgresNIO PostgresData+Set.swift
[2531/2804] Compiling PostgresNIO PostgresData+String.swift
[2531/2804] Wrapping AST for X509 for debugging
[2532/2804] Wrapping AST for NIOSSL for debugging
[2533/2804] Wrapping AST for NIOHTTPCompression for debugging
[2534/2807] Wrapping AST for NIOHTTP1 for debugging
[2535/2812] Wrapping AST for NIOHPACK for debugging
[2537/2812] Compiling FluentSQL SQLSchemaConverter.swift
[2537/2812] Wrapping AST for NIOFileSystem for debugging
[2539/2812] Compiling WebSocketKit Exports.swift
[2540/2812] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2541/2812] Compiling FluentSQL SQLQueryConverter.swift
[2541/2813] Wrapping AST for NIOExtras for debugging
[2543/2813] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2544/2813] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2545/2813] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2546/2813] Compiling PostgresNIO PostgresMessageType.swift
[2547/2813] Compiling PostgresNIO AuthenticationStateMachine.swift
[2548/2813] Compiling PostgresNIO CloseStateMachine.swift
[2549/2813] Compiling PostgresNIO ConnectionStateMachine.swift
[2550/2813] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2550/2821] Wrapping AST for MultipartKit for debugging
[2553/2821] Compiling PostgresNIO PostgresRow.swift
[2554/2821] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2555/2821] Compiling PostgresNIO PostgresData+UInt.swift
[2556/2821] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2557/2821] Compiling PostgresNIO PostgresMessage+Bind.swift
[2558/2821] Compiling PostgresNIO PostgresMessage+Close.swift
[2559/2821] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2560/2821] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2561/2821] Compiling PostgresNIO PostgresConnection+CopyFrom.swift
[2562/2821] Compiling PostgresNIO PostgresData+Optional.swift
[2563/2821] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2568/2821] Compiling PostgresNIO PostgresDataConvertible.swift
[2569/2821] Compiling PostgresNIO PostgresDataType.swift
[2570/2821] Emitting module JWTKit
[2571/2821] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2572/2821] Compiling WebSocketKit WebSocket+Connect.swift
[2572/2821] Wrapping AST for FluentKit for debugging
[2574/2821] Compiling WebSocketKit WebSocketHandler.swift
[2575/2821] Emitting module NIOHTTP2
[2575/2821] Wrapping AST for FluentSQL for debugging
[2577/2821] Emitting module WebSocketKit
[2578/2821] Compiling WebSocketKit WebSocket+Concurrency.swift
[2579/2821] Compiling PostgresNIO PostgresData+Float.swift
[2580/2821] Compiling PostgresNIO PostgresData+Int.swift
[2581/2821] Compiling PostgresNIO PostgresData+JSON.swift
[2582/2821] Compiling PostgresNIO PostgresData+JSONB.swift
[2583/2821] Compiling PostgresNIO PostgresData+Numeric.swift
[2584/2821] Compiling PostgresNIO PostgresMessage+Describe.swift
[2585/2821] Compiling PostgresNIO PostgresMessage+Execute.swift
[2586/2821] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2587/2821] Compiling PostgresNIO PostgresConnection.swift
[2588/2821] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2589/2821] Compiling PostgresNIO PostgresData+Array.swift
[2590/2821] Compiling PostgresNIO PostgresData+Bool.swift
[2591/2821] Compiling PostgresNIO PostgresData+Bytes.swift
[2592/2821] Compiling PostgresNIO PostgresData+Date.swift
[2593/2821] Compiling PostgresNIO PostgresData+Decimal.swift
[2594/2821] Compiling PostgresNIO PostgresData+Double.swift
[2595/2821] Compiling PostgresNIO PostgresMessage+Sync.swift
[2596/2821] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2597/2821] Compiling PostgresNIO PostgresMessageDecoder.swift
[2598/2821] Compiling PostgresNIO PostgresMessageEncoder.swift
[2599/2821] Compiling PostgresNIO PostgresMessage+0.swift
[2600/2821] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2601/2821] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2602/2821] Compiling PostgresNIO PostgresMessage+Error.swift
[2603/2821] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2604/2821] Compiling PostgresNIO PostgresMessage+Parse.swift
[2605/2821] Compiling PostgresNIO PostgresMessage+Password.swift
[2606/2821] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2607/2821] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2608/2821] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2609/2821] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2610/2821] Compiling PostgresNIO PostgresMessage+Startup.swift
[2614/2821] Compiling JWTKit CustomizedJSONCoders.swift
[2615/2821] Compiling JWTKit Utilities.swift
[2616/2821] Compiling JWTKit AppleIdentityToken.swift
[2617/2821] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2618/2821] Compiling JWTKit GoogleIdentityToken.swift
[2619/2821] Compiling WebSocketKit WebSocket.swift
[2620/2821] Compiling WebSocketKit WebSocketClient.swift
[2639/2822] Wrapping AST for WebSocketKit for debugging
[2641/2822] Compiling JWTKit MicrosoftIdentityToken.swift
[2642/2822] Compiling JWTKit ValidationTimePayload.swift
[2643/2822] Compiling JWTKit X5CVerifier.swift
[2644/2822] Compiling PostgresNIO Float+PostgresCodable.swift
[2645/2822] Compiling PostgresNIO Int+PostgresCodable.swift
[2646/2822] Compiling PostgresNIO JSON+PostgresCodable.swift
[2647/2822] Compiling PostgresNIO Range+PostgresCodable.swift
[2648/2822] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2649/2822] Emitting module PostgresNIO
[2660/2837] Compiling PostgresNIO String+PostgresCodable.swift
[2661/2837] Compiling PostgresNIO UUID+PostgresCodable.swift
[2662/2837] Compiling PostgresNIO AnyErrorContinuation.swift
[2663/2837] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2664/2837] Compiling PostgresNIO Logging+PSQL.swift
[2665/2837] Compiling PostgresNIO Authentication.swift
[2666/2837] Compiling PostgresNIO BackendKeyData.swift
[2667/2837] Compiling PostgresNIO CopyInMessage.swift
[2668/2837] Compiling PostgresNIO DataRow.swift
[2669/2837] Compiling PostgresNIO ErrorResponse.swift
[2670/2837] Compiling PostgresNIO NotificationResponse.swift
[2671/2837] Compiling PostgresNIO ParameterDescription.swift
[2672/2837] Compiling PostgresNIO ParameterStatus.swift
[2673/2837] Compiling PostgresNIO ReadyForQuery.swift
[2674/2837] Compiling PostgresNIO RowDescription.swift
[2675/2837] Compiling PostgresNIO NotificationListener.swift
[2676/2837] Compiling PostgresNIO PSQLError.swift
[2677/2837] Compiling PostgresNIO PSQLEventsHandler.swift
[2678/2837] Compiling PostgresNIO PSQLPreparedStatement.swift
[2679/2837] Compiling PostgresNIO PSQLRowStream.swift
[2697/2838] Wrapping AST for JWTKit for debugging
[2768/2838] Compiling PostgresNIO PSQLTask.swift
[2769/2838] Compiling PostgresNIO PostgresBackendMessage.swift
[2770/2838] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2771/2838] Compiling PostgresNIO PostgresCell.swift
[2772/2838] Compiling PostgresNIO PostgresChannelHandler.swift
[2773/2838] Compiling PostgresNIO PostgresCodable.swift
[2774/2838] Compiling PostgresNIO PostgresColumns.swift
[2775/2838] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2776/2838] Compiling PostgresNIO PostgresNotificationSequence.swift
[2777/2838] Compiling PostgresNIO PostgresQuery.swift
[2778/2838] Compiling PostgresNIO PostgresRowSequence.swift
[2779/2838] Compiling PostgresNIO PostgresTransactionError.swift
[2780/2838] Compiling PostgresNIO PreparedStatement.swift
[2781/2838] Compiling PostgresNIO VariadicGenerics.swift
[2782/2838] Compiling PostgresNIO ConnectionFactory.swift
[2804/2839] Wrapping AST for NIOHTTP2 for debugging
[2806/2904] Wrapping AST for AsyncKit for debugging
[2808/2904] Compiling PostgresNIO PostgresClient.swift
[2809/2904] Compiling PostgresNIO PostgresClientMetrics.swift
[2810/2904] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2811/2904] Compiling PostgresNIO PostgresDatabase+Query.swift
[2812/2904] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2813/2904] Compiling PostgresNIO PostgresDatabase.swift
[2814/2904] Compiling PostgresNIO PostgresRequest.swift
[2815/2904] Compiling PostgresNIO Exports.swift
[2816/2904] Compiling PostgresNIO NIOUtils.swift
[2817/2904] Compiling PostgresNIO PostgresError+Code.swift
[2818/2904] Compiling PostgresNIO PostgresError.swift
[2819/2904] Compiling PostgresNIO PostgresJSONDecoder.swift
[2820/2904] Compiling PostgresNIO PostgresJSONEncoder.swift
[2821/2904] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2822/2904] Compiling PostgresNIO SASLAuthenticationManager.swift
[2824/2905] Emitting module AsyncHTTPClient
[2824/2913] Wrapping AST for PostgresNIO for debugging
[2826/2927] Compiling PostgresKit PostgresRow+SQL.swift
[2827/2928] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2828/2928] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2829/2928] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2830/2928] Compiling AsyncHTTPClient Transaction.swift
[2831/2928] Compiling AsyncHTTPClient Base64.swift
[2832/2928] Compiling AsyncHTTPClient BasicAuth.swift
[2833/2928] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2834/2928] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2835/2928] Compiling AsyncHTTPClient ConnectionPool.swift
[2836/2928] Compiling PostgresKit ConnectionPool+Postgres.swift
[2837/2928] Compiling PostgresKit PostgresColumnType.swift
[2838/2928] Compiling AsyncHTTPClient RequestValidation.swift
[2839/2928] Compiling AsyncHTTPClient SSLContextCache.swift
[2840/2928] Compiling AsyncHTTPClient Scheme.swift
[2841/2928] Compiling AsyncHTTPClient Singleton.swift
[2842/2928] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2843/2928] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2844/2928] Compiling AsyncHTTPClient TracingSupport.swift
[2845/2928] Compiling AsyncHTTPClient Utils.swift
[2846/2928] Compiling PostgresKit PostgresDatabase+SQL.swift
[2847/2928] Compiling PostgresKit PostgresDialect.swift
[2848/2928] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2849/2928] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2850/2928] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2851/2928] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2852/2928] Compiling AsyncHTTPClient HTTP1Connection.swift
[2853/2928] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2854/2928] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2855/2928] Compiling AsyncHTTPClient HTTP2Connection.swift
[2856/2928] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2857/2928] Compiling PostgresKit SQLPostgresConfiguration.swift
[2858/2928] Emitting module PostgresKit
[2859/2928] Compiling PostgresKit PostgresConfiguration.swift
[2860/2928] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2861/2928] Compiling PostgresKit PostgresDataDecoder.swift
[2862/2928] Compiling PostgresKit PostgresDataEncoder.swift
[2863/2928] Compiling AsyncHTTPClient LRUCache.swift
[2864/2928] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2865/2928] Compiling AsyncHTTPClient NWErrorHandler.swift
[2866/2928] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2867/2928] Compiling AsyncHTTPClient TLSConfiguration.swift
[2868/2928] Compiling AsyncHTTPClient RedirectState.swift
[2869/2928] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2870/2928] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2871/2928] Compiling AsyncHTTPClient RequestBag.swift
[2872/2928] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2873/2928] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2874/2928] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2875/2928] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2876/2928] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2877/2928] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2878/2928] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2879/2928] Compiling AsyncHTTPClient RequestBodyLength.swift
[2880/2928] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2881/2928] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2882/2928] Compiling PostgresKit Exports.swift
[2883/2928] Compiling PostgresKit PostgresConnectionSource.swift
[2884/2928] Compiling PostgresKit PostgresDataTranslation.swift
[2897/2929] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2898/2929] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2899/2929] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2900/2929] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2901/2929] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2902/2929] Compiling AsyncHTTPClient ConnectionTarget.swift
[2903/2929] Wrapping AST for PostgresKit for debugging
[2905/2938] Compiling AsyncHTTPClient DeconstructedURL.swift
[2906/2938] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2907/2938] Compiling AsyncHTTPClient FoundationExtensions.swift
[2908/2938] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2909/2938] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2910/2938] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2911/2938] Compiling AsyncHTTPClient HTTPClient.swift
[2912/2938] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[2913/2938] Compiling AsyncHTTPClient HTTPHandler.swift
[2914/2938] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2915/2940] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2916/2940] Compiling FluentPostgresDriver PostgresError+Database.swift
[2917/2940] Compiling FluentPostgresDriver DatabaseID+PostgreSQL.swift
[2918/2940] Compiling FluentPostgresDriver FluentPostgresConfiguration+Deprecated.swift
[2919/2940] Emitting module FluentPostgresDriver
[2921/2940] Compiling FluentPostgresDriver Exports.swift
[2922/2940] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2923/2940] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2923/2940] Wrapping AST for AsyncHTTPClient for debugging
[2925/2940] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2926/3124] Wrapping AST for FluentPostgresDriver for debugging
[2928/3124] Compiling Core OAuthRefreshable.swift
[2929/3124] Compiling Vapor Cache+Concurrency.swift
[2930/3124] Compiling Vapor Client+Concurrency.swift
[2931/3124] Emitting module Core
[2932/3124] Compiling Vapor AsyncSessionDriver.swift
[2933/3124] Compiling Vapor Authentication+Concurrency.swift
[2934/3124] Compiling Vapor AsyncMiddleware.swift
[2935/3124] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2936/3125] Compiling Core Extensions.swift
[2937/3125] Compiling Vapor RequestBody+Concurrency.swift
[2938/3125] Compiling Vapor Responder+Concurrency.swift
[2939/3125] Compiling Core OAuthServiceAccount.swift
[2940/3125] Compiling Core GoogleCloudAPIRequest.swift
[2941/3126] Wrapping AST for Core for debugging
[2943/3201] Compiling SecretManager SecretsAPI.swift
[2944/3202] Compiling SecretManager AccessSecretVersionResponse.swift
[2945/3202] Compiling SecretManager GoogleCloudSecretManagerDataResponse.swift
[2946/3202] Compiling IAMServiceAccountCredentials SignJWTResponse.swift
[2947/3202] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsAPI.swift
[2948/3202] Emitting module SecretManager
[2949/3202] Emitting module IAMServiceAccountCredentials
[2950/3202] Compiling IAMServiceAccountCredentials SignJWTRequest.swift
[2951/3202] Compiling Datastore RunAggregationQueryRequest.swift
[2952/3202] Compiling Datastore RunQueryRequest.swift
[2953/3203] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsClient.swift
[2954/3203] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsRequest.swift
[2955/3203] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsConfig.swift
[2956/3203] Compiling IAMServiceAccountCredentials IAMServiceAccountCredentialsError.swift
[2957/3203] Compiling Datastore ArrayValue.swift
[2958/3203] Compiling Datastore Entity.swift
[2959/3203] Compiling PubSub PubSubError.swift
[2960/3203] Emitting module PubSub
[2961/3203] Compiling Datastore ReserveIdsRequest.swift
[2962/3203] Compiling Datastore RollbackRequest.swift
[2965/3204] Compiling SecretManager SecretManagerRequest.swift
[2966/3206] Compiling SecretManager SecretManagerConfig.swift
[2967/3206] Compiling SecretManager SecretManagerError.swift
[2968/3206] Compiling SecretManager SecretManagerClient.swift
[2969/3206] Compiling Datastore Key.swift
[2970/3206] Compiling Datastore LatLng.swift
[2971/3206] Compiling Datastore PartitionId.swift
[2972/3206] Compiling Datastore PathElement.swift
[2973/3210] Compiling Datastore RunQueryResponse.swift
[2974/3210] Compiling Datastore AggregationQuery.swift
[2975/3210] Compiling SecretManager SecretPayload.swift
[2980/3211] Emitting module Storage
[2981/3211] Emitting module Datastore
[2982/3211] Compiling Datastore MutationResult.swift
[2983/3211] Compiling Datastore RunAggregationQueryResponse.swift
[2984/3211] Compiling Datastore GoogleCloudDatastoreDataResponse.swift
[2985/3211] Compiling Datastore LookupResponse.swift
[2986/3211] Compiling PubSub PubSubRequest.swift
[2986/3212] Wrapping AST for IAMServiceAccountCredentials for debugging
[2990/3212] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2991/3212] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2992/3212] Compiling Vapor DotEnvFile+load.swift
[2993/3212] Compiling Vapor Routes+caseInsenstive.swift
[2994/3212] Compiling Vapor Validatable+validate.swift
[2995/3212] Compiling Vapor Environment+Process.swift
[2996/3212] Compiling Vapor Environment+Secret.swift
[2997/3212] Compiling Vapor Environment.swift
[2998/3212] Compiling Vapor Abort.swift
[2999/3212] Compiling Vapor AbortError.swift
[3000/3212] Compiling Vapor DebuggableError.swift
[3001/3212] Compiling Vapor Demangler.swift
[3002/3212] Compiling Vapor ErrorSource.swift
[3003/3212] Compiling Vapor StackTrace.swift
[3004/3212] Compiling Vapor Exports.swift
[3005/3212] Compiling Vapor Application+HTTP.swift
[3006/3212] Compiling Vapor BasicResponder.swift
[3007/3212] Compiling Vapor BodyStream.swift
[3008/3212] Compiling Vapor Application+HTTP+Client.swift
[3009/3212] Compiling Vapor EventLoopHTTPClient.swift
[3010/3212] Compiling Vapor EndpointCache.swift
[3011/3212] Compiling Vapor HTTPMethod+String.swift
[3012/3212] Compiling Vapor HTTPStatus.swift
[3013/3212] Compiling Vapor HTTPCookies.swift
[3015/3236] Wrapping AST for SecretManager for debugging
[3018/3236] Compiling Storage StorageConfig.swift
[3019/3236] Compiling Storage StorageRequest.swift
[3020/3236] Compiling Datastore AllocateIdsResponse.swift
[3021/3236] Compiling Datastore BeginTransactionResponse.swift
[3028/3236] Compiling Datastore ProjectAPI.swift
[3029/3236] Compiling Datastore AllocateIdsRequest.swift
[3030/3236] Compiling Datastore BeginTransactionRequest.swift
[3031/3236] Compiling Datastore CommitRequest.swift
[3032/3236] Compiling Datastore LookupRequest.swift
[3042/3236] Wrapping AST for PubSub for debugging
[3064/3236] Compiling Datastore Query.swift
[3065/3236] Compiling Datastore ReadOptions.swift
[3066/3236] Compiling Datastore TransactionOptions.swift
[3067/3236] Compiling Datastore Value.swift
[3069/3260] Compiling Datastore DatastoreClient.swift
[3070/3260] Compiling Datastore DatastoreConfig.swift
[3071/3260] Compiling Datastore DatastoreError.swift
[3072/3260] Compiling Datastore DatastoreRequest.swift
[3077/3261] Wrapping AST for Datastore for debugging
[3084/3262] Emitting module Vapor
[3084/3262] Wrapping AST for Storage for debugging
[3086/3262] Compiling Vapor Logger+Report.swift
[3087/3262] Compiling Vapor LoggingSystem+Environment.swift
[3088/3262] Compiling Vapor Application+Middleware.swift
[3089/3262] Compiling Vapor CORSMiddleware.swift
[3090/3262] Compiling Vapor ErrorMiddleware.swift
[3091/3262] Compiling Vapor FileMiddleware.swift
[3092/3262] Compiling Vapor Middleware.swift
[3093/3262] Compiling Vapor MiddlewareConfiguration.swift
[3094/3262] Compiling Vapor ResponseCompressionMiddleware.swift
[3095/3262] Compiling Vapor RouteLoggingMiddleware.swift
[3096/3262] Compiling Vapor TracingMiddleware.swift
[3097/3262] Compiling Vapor File+Multipart.swift
[3098/3262] Compiling Vapor FormDataDecoder+Content.swift
[3099/3262] Compiling Vapor FormDataEncoder+Content.swift
[3100/3262] Compiling Vapor Application+Password.swift
[3101/3262] Compiling Vapor Application+Passwords.swift
[3102/3262] Compiling Vapor AsyncPasswordHasher.swift
[3103/3262] Compiling Vapor BcryptHasher.swift
[3104/3262] Compiling Vapor PasswordHasher.swift
[3105/3262] Compiling Vapor PlaintextHasher.swift
[3106/3262] Compiling Vapor Request+Password.swift
[3107/3262] Compiling Vapor Redirect.swift
[3108/3262] Compiling Vapor Request+Body.swift
[3109/3262] Compiling Vapor Request+BodyStream.swift
[3110/3262] Compiling Vapor Request.swift
[3111/3262] Compiling Vapor Application+Responder.swift
[3112/3262] Compiling Vapor DefaultResponder.swift
[3113/3262] Compiling Vapor Response+Body.swift
[3114/3262] Compiling Vapor Response.swift
[3115/3262] Compiling Vapor ResponseCodable.swift
[3116/3262] Compiling Vapor Application+Routes.swift
[3117/3262] Compiling Vapor Parameters+Require.swift
[3118/3262] Compiling Vapor Request+WebSocket.swift
[3119/3262] Compiling Vapor Route.swift
[3120/3262] Compiling Vapor RouteCollection.swift
[3121/3262] Compiling Vapor Routes.swift
[3122/3262] Compiling Vapor RoutesBuilder+Group.swift
[3123/3262] Compiling Vapor RoutesBuilder+Method.swift
[3124/3262] Compiling Vapor RoutesBuilder+Middleware.swift
[3125/3262] Compiling Vapor RoutesBuilder+WebSocket.swift
[3126/3262] Compiling Vapor RoutesBuilder.swift
[3127/3262] Compiling Vapor OTP.swift
[3128/3262] Compiling Vapor ValidatedCertificateChain.swift
[3129/3262] Compiling Vapor Application+Servers.swift
[3130/3262] Compiling Vapor Server.swift
[3131/3262] Compiling Vapor App+Service.swift
[3132/3262] Compiling Vapor Req+Service.swift
[3133/3262] Compiling Vapor Service.swift
[3134/3262] Compiling Vapor Application+Sessions.swift
[3135/3262] Compiling Vapor MemorySessions.swift
[3136/3262] Compiling Vapor Request+Session.swift
[3137/3262] Compiling Vapor Session.swift
[3138/3262] Compiling Vapor SessionCache.swift
[3139/3262] Compiling Vapor SessionData.swift
[3140/3262] Compiling Vapor SessionDriver.swift
[3141/3262] Compiling Vapor SessionsConfiguration.swift
[3142/3262] Compiling Vapor SessionsMiddleware.swift
[3143/3262] Compiling Vapor URLEncodedFormData.swift
[3144/3262] Compiling Vapor URLEncodedFormDecoder.swift
[3145/3262] Compiling Vapor URLEncodedFormEncoder.swift
[3146/3262] Compiling Vapor URLEncodedFormError.swift
[3147/3262] Compiling Vapor URLEncodedFormParser.swift
[3148/3262] Compiling Vapor URLEncodedFormSerializer.swift
[3149/3262] Compiling Vapor URLQueryFragmentConvertible.swift
[3150/3262] Compiling Vapor AnyResponse.swift
[3151/3262] Compiling Vapor Array+Random.swift
[3152/3262] Compiling Vapor Base32.swift
[3153/3262] Compiling Vapor Base64.swift
[3154/3262] Compiling Vapor BaseN.swift
[3155/3262] Compiling Vapor BasicCodingKey.swift
[3156/3262] Compiling Vapor ByteCount.swift
[3157/3262] Compiling Vapor Bytes+Hex.swift
[3158/3262] Compiling Vapor Validator.swift
[3159/3262] Compiling Vapor ValidatorResult.swift
[3160/3262] Compiling Vapor And.swift
[3161/3262] Compiling Vapor Case.swift
[3162/3262] Compiling Vapor CharacterSet.swift
[3163/3262] Compiling Vapor Count.swift
[3164/3262] Compiling Vapor Custom.swift
[3165/3262] Compiling Vapor Email.swift
[3166/3262] Compiling Vapor Empty.swift
[3167/3262] Compiling Vapor In.swift
[3168/3262] Compiling Vapor Nil.swift
[3169/3262] Compiling Vapor NilIgnoring.swift
[3170/3262] Compiling Vapor Not.swift
[3171/3262] Compiling Vapor Or.swift
[3172/3262] Compiling Vapor Pattern.swift
[3173/3262] Compiling Vapor Range.swift
[3174/3262] Compiling Vapor URL.swift
[3175/3262] Compiling Vapor Valid.swift
[3176/3262] Compiling Vapor Application+Views.swift
[3177/3262] Compiling Vapor PlaintextRenderer.swift
[3178/3262] Compiling Vapor Request+View.swift
[3179/3262] Compiling Vapor View.swift
[3180/3262] Compiling Vapor ViewRenderer.swift
[3181/3262] Compiling Vapor _Deprecations.swift
[3182/3262] Compiling Vapor Bytes+SecureCompare.swift
[3183/3262] Compiling Vapor Collection+Safe.swift
[3184/3262] Compiling Vapor DataProtocol+Copy.swift
[3185/3262] Compiling Vapor DecoderUnwrapper.swift
[3186/3262] Compiling Vapor DirectoryConfiguration.swift
[3187/3262] Compiling Vapor DotEnv.swift
[3188/3262] Compiling Vapor Extendable.swift
[3189/3262] Compiling Vapor File.swift
[3190/3262] Compiling Vapor FileIO.swift
[3191/3262] Compiling Vapor LifecycleHandler.swift
[3192/3262] Compiling Vapor OptionalType.swift
[3193/3262] Compiling Vapor RFC1123.swift
[3194/3262] Compiling Vapor SocketAddress+Hostname.swift
[3195/3262] Compiling Vapor Storage.swift
[3196/3262] Compiling Vapor String+IsIPAddress.swift
[3197/3262] Compiling Vapor Thread.swift
[3198/3262] Compiling Vapor URI.swift
[3199/3262] Compiling Vapor VaporSendableMetadataType.swift
[3200/3262] Compiling Vapor RangeResult.swift
[3201/3262] Compiling Vapor Validatable.swift
[3202/3262] Compiling Vapor Validation.swift
[3203/3262] Compiling Vapor ValidationKey.swift
[3204/3262] Compiling Vapor Validations.swift
[3205/3262] Compiling Vapor ValidationsError.swift
[3206/3262] Compiling Vapor HTTPHeaderCacheControl.swift
[3207/3262] Compiling Vapor HTTPHeaderExpires.swift
[3208/3262] Compiling Vapor HTTPHeaderLastModified.swift
[3209/3262] Compiling Vapor HTTPHeaders+Cache.swift
[3210/3262] Compiling Vapor HTTPHeaders+Connection.swift
[3211/3262] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[3212/3262] Compiling Vapor HTTPHeaders+ContentRange.swift
[3213/3262] Compiling Vapor HTTPHeaders+Directive.swift
[3214/3262] Compiling Vapor HTTPHeaders+Forwarded.swift
[3215/3262] Compiling Vapor HTTPHeaders+Link.swift
[3216/3262] Compiling Vapor HTTPHeaders+Name.swift
[3217/3262] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[3218/3262] Compiling Vapor HTTPHeaders.swift
[3219/3262] Compiling Vapor HTTPMediaType.swift
[3220/3262] Compiling Vapor HTTPMediaTypePreference.swift
[3221/3262] Compiling Vapor Responder.swift
[3222/3262] Compiling Vapor Application+HTTP+Server.swift
[3223/3262] Compiling Vapor HTTPServer.swift
[3224/3262] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[3225/3262] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[3226/3262] Compiling Vapor HTTPServerHandler.swift
[3227/3262] Compiling Vapor HTTPServerRequestDecoder.swift
[3228/3262] Compiling Vapor HTTPServerResponseEncoder.swift
[3229/3262] Compiling Vapor HTTPServerUpgradeHandler.swift
[3238/3262] Compiling Vapor Bcrypt.swift
[3239/3262] Compiling Vapor Application+Cache.swift
[3240/3262] Compiling Vapor Cache.swift
[3241/3262] Compiling Vapor CacheExpirationTime.swift
[3242/3262] Compiling Vapor MemoryCache.swift
[3243/3262] Compiling Vapor Request+Cache.swift
[3244/3262] Compiling Vapor Application+Clients.swift
[3245/3262] Compiling Vapor Client.swift
[3246/3262] Compiling Vapor ClientRequest.swift
[3247/3262] Compiling Vapor ClientResponse.swift
[3248/3262] Compiling Vapor Request+Client.swift
[3249/3262] Compiling Vapor BootCommand.swift
[3250/3262] Compiling Vapor CommandContext+Application.swift
[3251/3262] Compiling Vapor RoutesCommand.swift
[3252/3262] Compiling Vapor ServeCommand.swift
[3253/3262] Compiling Vapor AnyResponse+Concurrency.swift
[3254/3262] Compiling Vapor AsyncBasicResponder.swift
[3255/3263] Wrapping AST for Vapor for debugging
[3257/3309] Emitting module Fluent
[3258/3309] Compiling JWT JWKSCache.swift
[3259/3309] Compiling JWT JWT+Apple.swift
[3260/3311] Compiling JWT JWTError+Vapor.swift
[3261/3312] Compiling JWT JWTAuthenticator.swift
[3262/3312] Compiling Queues RepeatedTask+Cancel.swift
[3263/3312] Compiling Queues Request+Queues.swift
[3264/3312] Compiling JWT JWT+Microsoft.swift
[3267/3314] Compiling JWT Application+JWT.swift
[3268/3314] Compiling JWT Exports.swift
[3269/3314] Compiling Queues JobData.swift
[3270/3314] Compiling Queues JobIdentifier.swift
[3271/3314] Compiling Queues QueuesConfiguration.swift
[3272/3314] Compiling Queues QueuesDriver.swift
[3273/3314] Compiling Queues QueuesEventLoopPreference.swift
[3274/3314] Compiling Fluent ModelTokenAuthenticatable.swift
[3275/3314] Compiling Fluent PageLimit.swift
[3276/3314] Emitting module Queues
[3277/3314] Compiling Queues Application+Queues.swift
[3278/3314] Compiling Queues AsyncJob.swift
[3279/3314] Compiling Queues AsyncJobEventDelegate.swift
[3280/3314] Emitting module JWT
[3283/3314] Compiling JWT Request+JWT.swift
[3284/3314] Compiling JWT JWT+Google.swift
[3287/3314] Compiling JWT JWT+FirebaseAuth.swift
[3295/3315] Compiling Queues Queue.swift
[3296/3315] Compiling Queues QueueContext.swift
[3300/3315] Compiling Queues NotificationHook.swift
[3301/3316] Wrapping AST for JWT for debugging
[3302/3322] Wrapping AST for Fluent for debugging
[3309/3322] Compiling Queues QueuesCommand.swift
[3310/3322] Compiling Queues ScheduleBuilder.swift
[3311/3322] Compiling Queues ScheduledJob.swift
[3312/3323] Compiling VaporDeviceCheck HTTPHeaders+Custom.swift
[3314/3323] Compiling VaporDeviceCheck DeviceCheckRequest.swift
[3315/3323] Compiling VaporDeviceCheck DeviceCheckClient.swift
[3316/3323] Compiling VaporDeviceCheck DeviceCheck.swift
[3317/3323] Emitting module VaporDeviceCheck
[3318/3323] Compiling VaporDeviceCheck AppleDeviceCheckClient.swift
[3318/3323] Wrapping AST for Queues for debugging
[3320/3324] Wrapping AST for VaporDeviceCheck for debugging
[3322/3365] Emitting module ProxLock
[3323/3370] Compiling ProxLock DataLinkingMigrationController.swift
[3324/3370] Compiling ProxLock MigrationStandardMigration.swift
[3325/3370] Compiling ProxLock ProjectMigrations.swift
[3326/3370] Compiling ProxLock UserAccessKeys.swift
[3327/3370] Compiling ProxLock UserMigrations.swift
[3328/3370] Compiling ProxLock DeviceCheckKeyMigrations.swift
[3329/3370] Compiling ProxLock PlayIntegrityConfigMigration.swift
[3330/3370] Compiling ProxLock APIKey.swift
[3331/3370] Compiling ProxLock Project.swift
[3332/3370] Compiling ProxLock User.swift
[3333/3370] Compiling ProxLock MonthlyUserUsageHistoryMigrations.swift
[3334/3370] Compiling ProxLock DailyUserUsageHistory.swift
[3335/3370] Compiling ProxLock MonthlyUserUsageHistory.swift
[3336/3370] Compiling ProxLock User+Billing.swift
[3337/3370] Compiling ProxLock ClerkSubscriptionsWebhook.swift
[3338/3370] Compiling ProxLock ClerkWebhookManager.swift
[3339/3370] Compiling ProxLock DeviceCheckKey.swift
[3340/3370] Compiling ProxLock PlayIntegrityConfig.swift
[3341/3370] Compiling ProxLock configure.swift
[3342/3370] Compiling ProxLock entrypoint.swift
[3343/3370] Compiling ProxLock routes.swift
[3344/3370] Compiling ProxLock UserUsageHistoryDTO.swift
[3345/3370] Compiling ProxLock DeviceCheckKeyDTO.swift
[3346/3370] Compiling ProxLock PlayIntegrityConfigDTO.swift
[3347/3370] Compiling ProxLock Cache+UsageHistory.swift
[3348/3370] Compiling ProxLock RequestProxyController+Billing.swift
[3349/3370] Compiling ProxLock DailyUserUsageHistoryMigrations.swift
[3350/3370] Compiling ProxLock KeySplitter.swift
[3351/3370] Compiling ProxLock Authenticator.swift
[3352/3370] Compiling ProxLock CorsMiddleware.swift
[3353/3370] Compiling ProxLock DeviceValidationMiddleware.swift
[3354/3370] Compiling ProxLock RateLimitMiddleware.swift
[3355/3370] Compiling ProxLock APIKeyMigrations.swift
[3356/3370] Compiling ProxLock UserController.swift
[3357/3370] Compiling ProxLock DeviceCheckKeyController.swift
[3358/3370] Compiling ProxLock PlayIntegrityConfigController.swift
[3359/3370] Compiling ProxLock APIKeyDTO.swift
[3360/3370] Compiling ProxLock ProjectDTO.swift
[3361/3370] Compiling ProxLock UserDTO.swift
[3362/3370] Compiling ProxLock Cache.swift
[3363/3370] Compiling ProxLock Constants.swift
[3364/3370] Compiling ProxLock APIKeyController.swift
[3365/3370] Compiling ProxLock ProjectController.swift
[3366/3370] Compiling ProxLock RequestProxyController.swift
[3367/3370] Compiling ProxLock UserAccessKeyController.swift
[3368/3371] Wrapping AST for ProxLock for debugging
[3369/3371] Write Objects.LinkFileList
[3370/3371] Linking ProxLock
Build complete! (308.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.115.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.9.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    },
    {
      "identity" : "vapordevicecheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mcrich23/vapordevicecheck.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "google-cloud-kit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mcrich23/google-cloud-kit.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    }
  ],
  "manifest_display_name" : "ProxLock",
  "name" : "ProxLock",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ProxLock",
      "targets" : [
        "ProxLock"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProxLock",
      "module_type" : "SwiftTarget",
      "name" : "ProxLock",
      "path" : "Sources/ProxLock",
      "product_dependencies" : [
        "Fluent",
        "FluentPostgresDriver",
        "Vapor",
        "NIOCore",
        "NIOPosix",
        "JWT",
        "VaporDeviceCheck",
        "Crypto",
        "GoogleCloudKit",
        "Queues"
      ],
      "product_memberships" : [
        "ProxLock"
      ],
      "sources" : [
        "Cache.swift",
        "Constants.swift",
        "Controllers/APIKeyController.swift",
        "Controllers/ProjectController.swift",
        "Controllers/RequestProxyController.swift",
        "Controllers/UserAccessKeyController.swift",
        "Controllers/UserController.swift",
        "Controllers/Validation/DeviceCheckKeyController.swift",
        "Controllers/Validation/PlayIntegrityConfigController.swift",
        "DTOs/APIKeyDTO.swift",
        "DTOs/ProjectDTO.swift",
        "DTOs/UserDTO.swift",
        "DTOs/UserUsageHistoryDTO.swift",
        "DTOs/Validation/DeviceCheckKeyDTO.swift",
        "DTOs/Validation/PlayIntegrityConfigDTO.swift",
        "Enterprise-Exclusive/Cache+UsageHistory.swift",
        "Enterprise-Exclusive/Controllers/RequestProxyController+Billing.swift",
        "Enterprise-Exclusive/Migrations/DailyUserUsageHistoryMigrations.swift",
        "Enterprise-Exclusive/Migrations/MonthlyUserUsageHistoryMigrations.swift",
        "Enterprise-Exclusive/Models/DailyUserUsageHistory.swift",
        "Enterprise-Exclusive/Models/MonthlyUserUsageHistory.swift",
        "Enterprise-Exclusive/Models/User+Billing.swift",
        "Enterprise-Exclusive/Webhooks/ClerkSubscriptionsWebhook.swift",
        "Enterprise-Exclusive/Webhooks/ClerkWebhookManager.swift",
        "KeySplitter.swift",
        "Middleware/Authenticator.swift",
        "Middleware/CorsMiddleware.swift",
        "Middleware/DeviceValidationMiddleware.swift",
        "Middleware/RateLimitMiddleware.swift",
        "Migrations/APIKeyMigrations.swift",
        "Migrations/DataLinkingMigrationController.swift",
        "Migrations/MigrationStandardMigration.swift",
        "Migrations/ProjectMigrations.swift",
        "Migrations/UserAccessKeys.swift",
        "Migrations/UserMigrations.swift",
        "Migrations/Validation/DeviceCheckKeyMigrations.swift",
        "Migrations/Validation/PlayIntegrityConfigMigration.swift",
        "Models/APIKey.swift",
        "Models/Project.swift",
        "Models/User.swift",
        "Models/Validation/DeviceCheckKey.swift",
        "Models/Validation/PlayIntegrityConfig.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.