The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SteamPress, reference main (38f67e), with Swift 6.1 for Linux on 27 Apr 2025 17:31:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/SteamPress.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/iankoex/SteamPress
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38f67e7 try this
Cloned https://github.com/iankoex/SteamPress.git
Revision (git rev-parse @):
38f67e75f61eda17bc7bb345b61c9daf6fd74097
SUCCESS checkout https://github.com/iankoex/SteamPress.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iankoex/SteamPress.git
https://github.com/iankoex/SteamPress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "exact" : [
          "2.6.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "fluent-mysql-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-mysql-driver.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver"
    },
    {
      "identity" : "steampress-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.12",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iankoex/steampress-core.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "leaf-error-middleware",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brokenhandsio/leaf-error-middleware.git"
    }
  ],
  "manifest_display_name" : "SteamPress",
  "name" : "SteamPress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "SteamPressExampleTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentPostgresDriver",
        "FluentMySQLDriver",
        "FluentSQLiteDriver",
        "SteamPressCore",
        "Leaf",
        "LeafErrorMiddleware"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Models/Contexts/Admin/AdminPageContext.swift",
        "Models/Contexts/Admin/CreatePostPageContext.swift",
        "Models/Contexts/Admin/CreateUserPageContext.swift",
        "Models/Contexts/Admin/ResetPasswordPageContext.swift",
        "Models/Contexts/AllAuthorsPageContext.swift",
        "Models/Contexts/AllTagsPageContext.swift",
        "Models/Contexts/AuthorPageContext.swift",
        "Models/Contexts/BlogIndexPageContext.swift",
        "Models/Contexts/BlogPostPageContext.swift",
        "Models/Contexts/ErrorContext.swift",
        "Models/Contexts/LoginPageContext.swift",
        "Models/Contexts/SearchPageContext.swift",
        "Models/Contexts/TagPageContext.swift",
        "Presenters/ViewBlogAdminPresenter.swift",
        "Presenters/ViewBlogPresenter.swift",
        "Repositories/PostRepository.swift",
        "Repositories/TagRepository.swift",
        "Repositories/UserRepository.swift",
        "Services/ConfigureDatabases.swift",
        "Services/Services.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/iankoex/steampress-core.git
Fetching https://github.com/brokenhandsio/leaf-error-middleware.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/fluent-sqlite-driver
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/vapor/fluent-postgres-driver.git
[1/529] Fetching leaf-error-middleware
[530/3188] Fetching leaf-error-middleware, fluent-postgres-driver
[3189/5962] Fetching leaf-error-middleware, fluent-postgres-driver, fluent-mysql-driver
[3411/9918] Fetching leaf-error-middleware, fluent-postgres-driver, fluent-mysql-driver, leaf
[4818/11265] Fetching leaf-error-middleware, fluent-postgres-driver, fluent-mysql-driver, leaf, fluent-sqlite-driver
[11266/20073] Fetching leaf-error-middleware, fluent-postgres-driver, fluent-mysql-driver, leaf, fluent-sqlite-driver, steampress-core
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.31s)
[9135/17414] Fetching leaf-error-middleware, fluent-mysql-driver, leaf, fluent-sqlite-driver, steampress-core
Fetching https://github.com/vapor/fluent.git
Fetched https://github.com/brokenhandsio/leaf-error-middleware.git from cache (0.33s)
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (0.33s)
[8651/14111] Fetching leaf, fluent-sqlite-driver, steampress-core
Fetched https://github.com/vapor/leaf.git from cache (0.34s)
[4959/10155] Fetching fluent-sqlite-driver, steampress-core
Fetching https://github.com/vapor/vapor.git
[10156/23562] Fetching fluent-sqlite-driver, steampress-core, fluent
Fetched https://github.com/vapor/fluent-sqlite-driver from cache (0.57s)
Fetched https://github.com/iankoex/steampress-core.git from cache (0.58s)
[5363/13407] Fetching fluent
[13408/87720] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (0.56s)
[8918/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.10s)
Computing version for https://github.com/brokenhandsio/leaf-error-middleware.git
Computed https://github.com/brokenhandsio/leaf-error-middleware.git at 4.1.1 (2.91s)
Computing version for https://github.com/iankoex/steampress-core.git
Computed https://github.com/iankoex/steampress-core.git at 2.0.12 (0.48s)
Fetching https://github.com/marmelroy/Zip.git
[1/1989] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (0.37s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.6.0 (0.91s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/2370] Fetching async-kit
[2371/7725] Fetching async-kit, postgres-kit
[7726/20969] Fetching async-kit, postgres-kit, fluent-kit
Fetched https://github.com/vapor/postgres-kit.git from cache (0.31s)
[6079/15614] Fetching async-kit, fluent-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.48s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.48s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (0.96s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/5903] Fetching swift-algorithms
[887/9739] Fetching swift-algorithms, swift-log
[6675/25981] Fetching swift-algorithms, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
[10127/97576] Fetching swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (4.85s)
Fetched https://github.com/apple/swift-collections.git from cache (4.87s)
Fetched https://github.com/apple/swift-nio.git from cache (4.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.42s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.64s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.44s)
Fetching https://github.com/vapor/mysql-kit.git
[1/5128] Fetching mysql-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.33s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.9.0 (0.81s)
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/sql-kit.git
[1/2217] Fetching mysql-nio
[1287/8200] Fetching mysql-nio, sql-kit
[8142/21984] Fetching mysql-nio, sql-kit, swift-crypto
[9029/36777] Fetching mysql-nio, sql-kit, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/mysql-nio.git from cache (1.59s)
Fetched https://github.com/vapor/sql-kit.git from cache (1.60s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.62s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.71s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.21s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4353] Fetching swift-system
[2/6058] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.53s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.44s)
Computing version for https://github.com/vapor/fluent-sqlite-driver
Computed https://github.com/vapor/fluent-sqlite-driver at 4.8.1 (0.47s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.48s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.95s)
Fetching https://github.com/vapor/sqlite-nio.git
[1/1496] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (0.95s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (1.42s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.42s)
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.33s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.93s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/3208] Fetching multipart-kit
[675/4271] Fetching multipart-kit, swift-service-context
[2155/6471] Fetching multipart-kit, swift-service-context, swift-metrics
[2156/12133] Fetching multipart-kit, swift-service-context, swift-metrics, swift-nio-extras
[3432/14729] Fetching multipart-kit, swift-service-context, swift-metrics, swift-nio-extras, websocket-kit
[10626/19699] Fetching multipart-kit, swift-service-context, swift-metrics, swift-nio-extras, websocket-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.51s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.51s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
Fetching https://github.com/vapor/console-kit.git
[7125/29968] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit
[7333/35453] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit, console-kit
[9028/46945] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit, console-kit, swift-nio-http2
Fetched https://github.com/vapor/console-kit.git from cache (0.41s)
[24577/41460] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit, swift-nio-http2
Fetching https://github.com/swift-server/async-http-client.git
[37993/55247] Fetching multipart-kit, swift-service-context, swift-distributed-tracing, routing-kit, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-service-context.git from cache (2.26s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.26s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.30s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.93s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.46s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.93s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.86s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.43s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.43s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.28s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.51s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[430/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.73s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.17s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.44s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12117] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.58s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (1.04s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2390] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.27s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.70s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.33s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.71s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/vapor/fluent-sqlite-driver
Working copy of https://github.com/vapor/fluent-sqlite-driver resolved at 4.8.1
Creating working copy for https://github.com/vapor/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.9.0
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/iankoex/steampress-core.git
Working copy of https://github.com/iankoex/steampress-core.git resolved at 2.0.12
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.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.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.6.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/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/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/brokenhandsio/leaf-error-middleware.git
Working copy of https://github.com/brokenhandsio/leaf-error-middleware.git resolved at 4.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/934] Compiling a_dup.cc
[1/934] Compiling a_bool.cc
[2/934] Write sources
[3/934] Compiling a_d2i_fp.cc
[3/934] Write sources
[9/934] Compiling a_i2d_fp.cc
[10/934] Write sources
[47/934] Compiling _NumericsShims _NumericsShims.c
[48/934] Compiling _AtomicsShims.c
[49/934] Compiling a_gentm.cc
[49/934] Write sources
[74/934] Compiling Minizip ioapi.c
[75/934] Compiling a_mbstr.cc
[75/934] Compiling poly1305_vec.cc
[77/934] Compiling CVaporBcrypt blf.c
[78/934] Compiling a_object.cc
[79/934] Compiling CNIOWindows WSAStartup.c
[80/934] Compiling Minizip unzip.c
[81/934] Compiling CNIOWindows shim.c
[82/934] Compiling Minizip zip.c
[83/934] Compiling CVaporBcrypt bcrypt.c
[84/934] Compiling CNIOWASI CNIOWASI.c
[85/934] Compiling CSystem shims.c
[86/934] Compiling CNIOLinux liburing_shims.c
[87/934] Compiling CNIOSHA1 c_nio_sha1.c
[88/934] Write swift-version-24593BA9C3E375BF.txt
[89/934] Compiling CNIOLinux shim.c
[90/934] Compiling CNIODarwin shim.c
[91/934] Compiling CNIOExtrasZlib empty.c
[91/934] Compiling CNIOLLHTTP c_nio_http.c
[93/934] Compiling CNIOLLHTTP c_nio_api.c
[94/940] Compiling CNIOLLHTTP c_nio_llhttp.c
[95/985] Compiling CNIOBoringSSLShims shims.c
[97/985] Emitting module _NIOBase64
[98/990] Emitting module RealModule
[99/991] Compiling RealModule RealFunctions.swift
[100/991] Compiling Logging LogHandler.swift
[101/991] Compiling _NIOBase64 Base64.swift
[102/992] Compiling RealModule AlgebraicField.swift
[103/992] Compiling RealModule ApproximateEquality.swift
[104/992] Compiling RealModule AugmentedArithmetic.swift
[105/992] Compiling RealModule Double+Real.swift
[106/992] Compiling _NIODataStructures _TinyArray.swift
[107/992] Compiling ServiceContextModule ServiceContext.swift
[108/992] Compiling ServiceContextModule ServiceContextKey.swift
[109/992] Emitting module ServiceContextModule
[110/993] Compiling SystemPackage MachPort.swift
[111/993] Compiling SystemPackage PlatformString.swift
[112/993] Compiling SystemPackage SystemString.swift
[113/993] Emitting module SystemPackage
[114/996] Compiling RealModule Float+Real.swift
[115/996] Compiling RealModule ElementaryFunctions.swift
[116/996] Compiling _NIODataStructures PriorityQueue.swift
[117/996] Compiling RealModule Float16+Real.swift
[118/996] Compiling RealModule Float80+Real.swift
[119/996] Compiling RealModule Real.swift
[121/997] Compiling SystemPackage Errno.swift
[122/997] Compiling SystemPackage ErrnoWindows.swift
[123/997] Compiling SystemPackage FileDescriptor.swift
[124/997] Compiling SystemPackage FileHelpers.swift
[131/1000] Compiling SystemPackage Util+StringArray.swift
[132/1000] Compiling SystemPackage Util.swift
[133/1000] Compiling SystemPackage UtilConsumers.swift
[134/1023] Compiling InternalCollectionsUtilities _SortedCollection.swift
[135/1023] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[136/1025] Emitting module _NIODataStructures
[137/1025] Compiling _NIODataStructures Heap.swift
[138/1026] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[139/1026] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[140/1026] Compiling InternalCollectionsUtilities Debugging.swift
[141/1026] Compiling InternalCollectionsUtilities Descriptions.swift
[142/1026] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[143/1026] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[144/1026] Compiling SystemPackage FilePathWindows.swift
[145/1026] Compiling SystemPackage FilePermissions.swift
[146/1026] Compiling SystemPackage Mocking.swift
[147/1026] Compiling SystemPackage RawBuffer.swift
[148/1026] Compiling SystemPackage Syscalls.swift
[149/1026] Compiling SystemPackage WindowsSyscallAdapters.swift
[150/1026] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[151/1026] Compiling InternalCollectionsUtilities Specialize.swift
[152/1026] Compiling InternalCollectionsUtilities UInt+reversed.swift
[153/1026] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[154/1026] Emitting module Logging
[155/1026] Compiling Logging Locks.swift
[156/1026] Compiling Logging Logging.swift
[157/1026] Compiling Logging MetadataProvider.swift
[158/1027] Compiling Instrumentation NoOpInstrument.swift
[159/1028] Compiling Instrumentation MultiplexInstrument.swift
[167/1028] Compiling Instrumentation Locks.swift
[168/1028] Compiling CoreMetrics Locks.swift
[169/1028] Compiling Instrumentation Instrument.swift
[170/1028] Compiling Instrumentation InstrumentationSystem.swift
[171/1028] Emitting module Instrumentation
[172/1029] Compiling Zip Zip.swift
[173/1029] Compiling Zip ZipUtilities.swift
[174/1029] Compiling Zip QuickZip.swift
[175/1029] Emitting module Zip
[175/1030] Wrapping AST for _NIODataStructures for debugging
[180/1039] Wrapping AST for _NIOBase64 for debugging
[181/1039] Wrapping AST for SystemPackage for debugging
[182/1047] Wrapping AST for Zip for debugging
[183/1047] Wrapping AST for ServiceContextModule for debugging
[185/1047] Emitting module RoutingKit
[185/1047] Wrapping AST for RealModule for debugging
[186/1047] Wrapping AST for Logging for debugging
[187/1047] Wrapping AST for Instrumentation for debugging
[189/1047] Compiling RoutingKit Router.swift
[190/1047] Compiling RoutingKit TrieRouter.swift
[191/1047] Compiling RoutingKit Parameters.swift
[192/1047] Compiling RoutingKit AnyRouter.swift
[193/1047] Emitting module InternalCollectionsUtilities
[194/1047] Compiling RoutingKit PathComponent.swift
[195/1047] Emitting module ConcurrencyHelpers
[196/1047] Compiling ConcurrencyHelpers LockedValueBox.swift
[197/1047] Compiling ConcurrencyHelpers Lock.swift
[197/1047] Compiling fiat_p256_adx_sqr.S
[198/1049] Compiling fiat_p256_adx_mul.S
[200/1049] Compiling Tracing NoOpTracer.swift
[200/1049] Compiling fiat_curve25519_adx_square.S
[201/1049] Compiling fiat_curve25519_adx_mul.S
[203/1049] Compiling Tracing TracingTime.swift
[206/1049] Compiling Tracing TracerProtocol.swift
[207/1049] Emitting module Tracing
[210/1049] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[211/1049] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[212/1049] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[213/1049] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[214/1049] Compiling InternalCollectionsUtilities Integer rank.swift
[215/1049] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[218/1053] Compiling Tracing Tracer.swift
[219/1053] Compiling Tracing SpanProtocol.swift
[220/1053] Compiling Tracing InstrumentationSystem+Tracing.swift
[221/1053] Compiling Tracing TracerProtocol+Legacy.swift
[223/1054] Emitting module CoreMetrics
[224/1054] Compiling CoreMetrics Metrics.swift
[226/1055] Emitting module UnixSignals
[228/1055] Compiling UnixSignals UnixSignal.swift
[229/1055] Compiling UnixSignals UnixSignalsSequence.swift
[229/1056] Wrapping AST for RoutingKit for debugging
[231/1126] Compiling CSQLite sqlite_nio_sqlite3.c
[232/1179] Compiling tls_record.cc
[234/1188] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[235/1241] Compiling HeapModule Heap+Descriptions.swift
[236/1279] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[237/1279] Compiling HashTreeCollections _HashNode+Storage.swift
[238/1281] Compiling HeapModule _HeapNode.swift
[239/1281] Emitting module Metrics
[240/1281] Compiling Metrics Metrics.swift
[241/1282] Compiling HashTreeCollections TreeSet+Hashable.swift
[242/1282] Compiling HashTreeCollections TreeSet+Sendable.swift
[243/1282] Compiling HashTreeCollections TreeSet+Sequence.swift
[244/1282] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[245/1282] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[246/1282] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[247/1282] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[248/1282] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[249/1282] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[250/1282] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[250/1292] Compiling tls_method.cc
[252/1292] Compiling HeapModule Heap.swift
[252/1292] Compiling tls13_server.cc
[254/1292] Compiling HashTreeCollections _HashNode+Structural union.swift
[255/1292] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[256/1292] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[257/1292] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[258/1292] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[259/1292] Compiling HashTreeCollections _HashNode.swift
[260/1292] Compiling HashTreeCollections _HashNodeHeader.swift
[261/1292] Compiling HashTreeCollections _HashSlot.swift
[263/1299] Compiling HeapModule Heap+Invariants.swift
[264/1299] Compiling HeapModule Heap+UnsafeHandle.swift
[265/1299] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[266/1299] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[267/1299] Compiling HashTreeCollections TreeDictionary+Keys.swift
[268/1299] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[269/1299] Compiling HashTreeCollections TreeDictionary+Merge.swift
[270/1299] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[271/1299] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[272/1299] Emitting module HeapModule
[272/1300] Wrapping AST for Tracing for debugging
[273/1300] Wrapping AST for InternalCollectionsUtilities for debugging
[276/1300] Compiling HashTreeCollections _HashStack.swift
[277/1300] Compiling HashTreeCollections _HashTreeIterator.swift
[278/1300] Compiling HashTreeCollections _HashTreeStatistics.swift
[279/1300] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[280/1300] Compiling HashTreeCollections _RawHashNode.swift
[281/1300] Compiling HashTreeCollections _UnmanagedHashNode.swift
[282/1300] Compiling HashTreeCollections _UnsafePath.swift
[282/1300] Wrapping AST for UnixSignals for debugging
[283/1300] Wrapping AST for CoreMetrics for debugging
[284/1300] Wrapping AST for ConcurrencyHelpers for debugging
[286/1300] Compiling HashTreeCollections _Bucket.swift
[287/1300] Compiling HashTreeCollections _Hash.swift
[288/1300] Compiling HashTreeCollections TreeDictionary+Codable.swift
[289/1300] Compiling HashTreeCollections TreeDictionary+Collection.swift
[290/1300] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[291/1300] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[292/1300] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[293/1300] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[294/1300] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[295/1300] Compiling HashTreeCollections TreeDictionary+Filter.swift
[295/1300] Wrapping AST for Metrics for debugging
[296/1300] Wrapping AST for HeapModule for debugging
[298/1300] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[299/1300] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[300/1300] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[301/1300] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[302/1300] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[303/1300] Compiling HashTreeCollections _HashNode+Structural merge.swift
[304/1300] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[305/1300] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[306/1300] Compiling HashTreeCollections _HashNode+Invariants.swift
[307/1300] Compiling HashTreeCollections _HashNode+Lookups.swift
[308/1300] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[309/1300] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[312/1300] Compiling DequeModule _DequeSlot.swift
[313/1300] Compiling DequeModule _UnsafeWrappedBuffer.swift
[316/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[317/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[318/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[319/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[320/1300] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[321/1300] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[322/1300] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[323/1300] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[324/1300] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[325/1300] Compiling HashTreeCollections TreeSet.swift
[326/1300] Compiling HashTreeCollections _AncestorHashSlots.swift
[327/1300] Compiling HashTreeCollections _Bitmap.swift
[338/1300] Compiling OrderedCollections OrderedSet+Sendable.swift
[339/1300] Compiling HashTreeCollections TreeDictionary.swift
[340/1300] Compiling HashTreeCollections TreeSet+Codable.swift
[341/1300] Compiling HashTreeCollections TreeSet+Collection.swift
[342/1300] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[343/1300] Compiling HashTreeCollections TreeSet+Debugging.swift
[344/1300] Compiling HashTreeCollections TreeSet+Descriptions.swift
[345/1300] Compiling HashTreeCollections TreeSet+Equatable.swift
[346/1300] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[347/1300] Compiling HashTreeCollections TreeSet+Extras.swift
[348/1300] Compiling HashTreeCollections TreeSet+Filter.swift
[349/1300] Compiling HashTreeCollections _HashLevel.swift
[350/1300] Compiling HashTreeCollections _HashNode+Builder.swift
[351/1300] Compiling HashTreeCollections _HashNode+Debugging.swift
[352/1300] Compiling HashTreeCollections _HashNode+Initializers.swift
[376/1309] Compiling OrderedCollections OrderedSet+SubSequence.swift
[377/1309] Compiling OrderedCollections OrderedSet+Testing.swift
[378/1309] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[379/1309] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[380/1309] Compiling OrderedCollections OrderedSet.swift
[381/1309] Compiling OrderedCollections _UnsafeBitset.swift
[382/1309] Emitting module DequeModule
[393/1310] Emitting module OrderedCollections
[425/1311] Compiling tls13_both.cc
[426/1311] Compiling tls13_enc.cc
[438/1311] Wrapping AST for OrderedCollections for debugging
[439/1311] Wrapping AST for DequeModule for debugging
[440/1311] Compiling tls13_client.cc
[452/1311] Compiling t1_enc.cc
[454/1311] Emitting module _RopeModule
[466/1311] Compiling _RopeModule Rope+Join.swift
[467/1311] Compiling _RopeModule Rope+MutatingForEach.swift
[468/1311] Compiling _RopeModule Rope+Remove.swift
[469/1311] Compiling _RopeModule Rope+RemoveSubrange.swift
[470/1311] Compiling _RopeModule Rope+Split.swift
[471/1311] Compiling _RopeModule Optional Utilities.swift
[472/1311] Compiling _RopeModule String Utilities.swift
[473/1311] Compiling _RopeModule String.Index+ABI.swift
[474/1311] Compiling _RopeModule _CharacterRecognizer.swift
[474/1311] Compiling ssl_versions.cc
[475/1311] Compiling ssl_stat.cc
[506/1312] Emitting module HashTreeCollections
[506/1313] Compiling ssl_transcript.cc
[508/1313] Compiling ssl_privkey.cc
[509/1313] Wrapping AST for _RopeModule for debugging
[510/1313] Compiling ssl_session.cc
[511/1313] Compiling ssl_key_share.cc
[512/1313] Wrapping AST for HashTreeCollections for debugging
[513/1313] Compiling ssl_x509.cc
[514/1313] Compiling ssl_lib.cc
[515/1313] Compiling ssl_file.cc
[516/1313] Compiling ssl_asn1.cc
[517/1313] Compiling ssl_buffer.cc
[518/1313] Compiling ssl_credential.cc
[519/1313] Compiling ssl_aead_ctx.cc
[520/1313] Compiling ssl_cipher.cc
[521/1313] Compiling ssl_cert.cc
[522/1313] Compiling s3_pkt.cc
[523/1313] Compiling s3_lib.cc
[524/1313] Compiling s3_both.cc
[525/1313] Compiling handshake_server.cc
[526/1313] Compiling handshake_client.cc
[527/1313] Compiling handshake.cc
[528/1313] Compiling handoff.cc
[529/1313] Compiling extensions.cc
[530/1313] Compiling dtls_record.cc
[531/1313] Compiling md5-x86_64-linux.S
[532/1313] Compiling md5-x86_64-apple.S
[533/1313] Compiling md5-586-linux.S
[534/1313] Compiling md5-586-apple.S
[535/1313] Compiling encrypted_client_hello.cc
[536/1313] Compiling dtls_method.cc
[537/1313] Compiling err_data.cc
[538/1313] Compiling chacha20_poly1305_x86_64-linux.S
[539/1313] Compiling chacha20_poly1305_x86_64-apple.S
[540/1313] Compiling chacha20_poly1305_armv8-win.S
[541/1313] Compiling chacha20_poly1305_armv8-linux.S
[542/1313] Compiling chacha20_poly1305_armv8-apple.S
[543/1313] Compiling chacha-x86_64-linux.S
[544/1313] Compiling chacha-x86_64-apple.S
[545/1313] Compiling chacha-x86-linux.S
[546/1313] Compiling chacha-x86-apple.S
[547/1313] Compiling chacha-armv8-win.S
[548/1313] Compiling bio_ssl.cc
[549/1313] Compiling chacha-armv8-apple.S
[550/1313] Compiling chacha-armv8-linux.S
[551/1313] Compiling chacha-armv4-linux.S
[552/1313] Compiling aes128gcmsiv-x86_64-linux.S
[553/1313] Compiling x86_64-mont5-linux.S
[554/1313] Compiling aes128gcmsiv-x86_64-apple.S
[555/1313] Compiling d1_both.cc
[556/1313] Compiling x86_64-mont-linux.S
[557/1313] Compiling x86_64-mont-apple.S
[558/1313] Compiling x86_64-mont5-apple.S
[559/1313] Compiling x86-mont-linux.S
[560/1313] Compiling x86-mont-apple.S
[561/1313] Compiling vpaes-x86_64-apple.S
[562/1313] Compiling vpaes-x86-linux.S
[563/1313] Compiling vpaes-x86-apple.S
[563/1313] Compiling vpaes-armv8-win.S
[565/1313] Compiling vpaes-x86_64-linux.S
[566/1313] Compiling vpaes-armv8-linux.S
[567/1313] Compiling sha512-x86_64-apple.S
[568/1313] Compiling vpaes-armv7-linux.S
[569/1313] Compiling vpaes-armv8-apple.S
[570/1313] Compiling sha512-armv8-linux.S
[571/1313] Compiling sha512-x86_64-linux.S
[572/1313] Compiling sha512-armv8-win.S
[573/1313] Compiling sha512-armv8-apple.S
[574/1313] Compiling d1_srtp.cc
[575/1313] Compiling sha512-586-linux.S
[576/1313] Compiling d1_pkt.cc
[577/1313] Compiling sha256-x86_64-apple.S
[578/1313] Compiling sha256-armv8-win.S
[579/1313] Compiling sha256-x86_64-linux.S
[580/1313] Compiling sha512-armv4-linux.S
[581/1313] Compiling sha512-586-apple.S
[582/1313] Compiling sha256-armv8-linux.S
[583/1313] Compiling sha256-armv8-apple.S
[584/1313] Compiling sha256-586-linux.S
[585/1313] Compiling sha256-586-apple.S
[586/1313] Compiling sha1-armv8-win.S
[587/1313] Compiling sha256-armv4-linux.S
[588/1313] Compiling d1_lib.cc
[589/1313] Compiling sha1-x86_64-apple.S
[590/1313] Compiling sha1-armv8-apple.S
[591/1313] Compiling sha1-x86_64-linux.S
[592/1313] Compiling sha1-armv4-large-linux.S
[593/1313] Compiling sha1-586-linux.S
[593/1313] Compiling rsaz-avx2-apple.S
[593/1313] Compiling sha1-586-apple.S
[596/1313] Compiling sha1-armv8-linux.S
[597/1313] Compiling rsaz-avx2-linux.S
[598/1313] Compiling p256_beeu-armv8-asm-win.S
[599/1313] Compiling rdrand-x86_64-linux.S
[600/1313] Compiling rdrand-x86_64-apple.S
[601/1313] Compiling p256_beeu-armv8-asm-linux.S
[602/1313] Compiling p256_beeu-x86_64-asm-apple.S
[603/1313] Compiling p256_beeu-armv8-asm-apple.S
[604/1313] Compiling p256-x86_64-asm-linux.S
[604/1313] Compiling p256_beeu-x86_64-asm-linux.S
[606/1313] Compiling p256-x86_64-asm-apple.S
[607/1313] Compiling p256-armv8-asm-apple.S
[608/1313] Compiling p256-armv8-asm-linux.S
[609/1313] Compiling p256-armv8-asm-win.S
[610/1313] Compiling ghashv8-armv8-linux.S
[611/1313] Compiling ghashv8-armv8-apple.S
[612/1313] Compiling ghashv8-armv8-win.S
[613/1313] Compiling ghashv8-armv7-linux.S
[614/1313] Compiling ghash-x86_64-linux.S
[615/1313] Compiling ghash-x86-linux.S
[616/1313] Compiling ghash-x86_64-apple.S
[617/1313] Compiling ghash-x86-apple.S
[618/1313] Compiling ghash-ssse3-x86_64-apple.S
[619/1313] Compiling ghash-ssse3-x86_64-linux.S
[620/1313] Compiling ghash-ssse3-x86-apple.S
[621/1313] Compiling ghash-ssse3-x86-linux.S
[622/1313] Compiling ghash-neon-armv8-linux.S
[623/1313] Compiling ghash-armv4-linux.S
[624/1313] Compiling ghash-neon-armv8-win.S
[625/1313] Compiling co-586-linux.S
[626/1313] Compiling ghash-neon-armv8-apple.S
[627/1313] Compiling bn-armv8-win.S
[628/1313] Compiling co-586-apple.S
[629/1313] Compiling bsaes-armv7-linux.S
[630/1313] Compiling bn-armv8-linux.S
[631/1313] Compiling armv8-mont-win.S
[632/1313] Compiling bn-586-apple.S
[633/1313] Compiling armv8-mont-linux.S
[634/1313] Compiling bn-armv8-apple.S
[635/1313] Compiling armv8-mont-apple.S
[635/1313] Compiling bn-586-linux.S
[637/1313] Compiling aesv8-gcm-armv8-linux.S
[637/1313] Compiling armv4-mont-linux.S
[639/1313] Compiling aesv8-gcm-armv8-win.S
[640/1313] Compiling aesv8-gcm-armv8-apple.S
[641/1313] Compiling aesv8-armv8-linux.S
[642/1313] Compiling aesv8-armv8-win.S
[643/1313] Compiling aesni-x86_64-linux.S
[644/1313] Compiling aesv8-armv7-linux.S
[645/1313] Compiling aesni-x86_64-apple.S
[646/1313] Compiling aesni-x86-linux.S
[647/1313] Compiling aesv8-armv8-apple.S
[648/1313] Compiling aesni-gcm-x86_64-linux.S
[649/1313] Compiling aesni-x86-apple.S
[650/1313] Compiling aes-gcm-avx2-x86_64-linux.S
[651/1313] Compiling aesni-gcm-x86_64-apple.S
[651/1313] Compiling aes-gcm-avx2-x86_64-apple.S
[653/1313] Compiling aes-gcm-avx10-x86_64-apple.S
[654/1313] Compiling aes-gcm-avx10-x86_64-linux.S
[655/1313] Compiling x_x509.cc
[655/1313] Compiling x_sig.cc
[657/1313] Compiling x_x509a.cc
[658/1313] Compiling x_pubkey.cc
[659/1313] Compiling x_spki.cc
[660/1313] Compiling x_val.cc
[661/1313] Compiling x_name.cc
[662/1313] Compiling x_req.cc
[663/1313] Compiling x_crl.cc
[664/1313] Compiling x_attrib.cc
[665/1313] Compiling x_all.cc
[666/1313] Compiling x_exten.cc
[667/1313] Compiling x_algor.cc
[668/1313] Compiling x509spki.cc
[669/1313] Compiling x509rset.cc
[670/1313] Compiling x509name.cc
[671/1313] Compiling x509_vpm.cc
[672/1313] Compiling x509cset.cc
[673/1313] Compiling x509_txt.cc
[674/1313] Compiling x509_v3.cc
[675/1313] Compiling x509_vfy.cc
[676/1313] Compiling x509_trs.cc
[677/1313] Compiling x509_set.cc
[678/1313] Compiling x509_req.cc
[679/1313] Compiling x509_ext.cc
[680/1313] Compiling x509_att.cc
[681/1313] Compiling x509_def.cc
[682/1313] Compiling x509_d2.cc
[683/1313] Compiling x509_lu.cc
[684/1313] Compiling x509_obj.cc
[685/1313] Compiling x509.cc
[686/1313] Compiling x509_cmp.cc
[687/1313] Compiling v3_pmaps.cc
[688/1313] Compiling v3_skey.cc
[689/1313] Compiling v3_purp.cc
[690/1313] Compiling v3_prn.cc
[691/1313] Compiling v3_ocsp.cc
[692/1313] Compiling v3_utl.cc
[693/1313] Compiling v3_pcons.cc
[694/1313] Compiling v3_ncons.cc
[695/1313] Compiling v3_lib.cc
[696/1313] Compiling v3_info.cc
[697/1313] Compiling v3_ia5.cc
[698/1313] Compiling v3_int.cc
[699/1313] Compiling v3_genn.cc
[700/1313] Compiling v3_crld.cc
[701/1313] Compiling v3_extku.cc
[702/1313] Compiling v3_cpols.cc
[703/1313] Compiling v3_enum.cc
[704/1313] Compiling v3_conf.cc
[705/1313] Compiling v3_bitst.cc
[706/1313] Compiling v3_alt.cc
[707/1313] Compiling v3_akeya.cc
[708/1313] Compiling v3_bcons.cc
[709/1313] Compiling v3_akey.cc
[710/1313] Compiling rsa_pss.cc
[711/1313] Compiling t_x509a.cc
[712/1313] Compiling i2d_pr.cc
[713/1313] Compiling t_x509.cc
[714/1313] Compiling t_req.cc
[715/1313] Compiling t_crl.cc
[716/1313] Compiling policy.cc
[717/1313] Compiling name_print.cc
[718/1313] Compiling by_dir.cc
[719/1313] Compiling by_file.cc
[720/1313] Compiling algorithm.cc
[721/1313] Compiling a_verify.cc
[722/1313] Compiling asn1_gen.cc
[723/1313] Compiling a_sign.cc
[724/1313] Compiling thread_win.cc
[725/1313] Compiling thread_pthread.cc
[726/1313] Compiling thread.cc
[727/1313] Compiling a_digest.cc
[728/1313] Compiling trust_token.cc
[729/1313] Compiling pmbtoken.cc
[730/1313] Compiling voprf.cc
[731/1313] Compiling thread_none.cc
[732/1313] Compiling sha1.cc
[733/1313] Compiling siphash.cc
[734/1313] Compiling sha256.cc
[735/1313] Compiling stack.cc
[736/1313] Compiling rsa_print.cc
[737/1313] Compiling sha512.cc
[738/1313] Compiling slhdsa.cc
[739/1313] Compiling rc4.cc
[740/1313] Compiling rsa_crypt.cc
[741/1313] Compiling rsa_extra.cc
[742/1313] Compiling spake2plus.cc
[743/1313] Compiling refcount.cc
[744/1313] Compiling rsa_asn1.cc
[745/1313] Compiling rand.cc
[746/1313] Compiling windows.cc
[747/1313] Compiling urandom.cc
[748/1313] Compiling ios.cc
[749/1313] Compiling trusty.cc
[750/1313] Compiling poly1305_arm_asm.S
[751/1313] Compiling fork_detect.cc
[752/1313] Compiling passive.cc
[753/1313] Compiling getentropy.cc
[754/1313] Compiling forkunsafe.cc
[755/1313] Compiling deterministic.cc
[756/1313] Compiling poly1305_arm.cc
[757/1313] Compiling poly1305.cc
[758/1313] Compiling poly1305_vec.cc
[759/1313] Compiling pool.cc
[760/1313] Compiling pkcs7.cc
[761/1313] Compiling pkcs8.cc
[762/1313] Compiling pkcs8_x509.cc
[763/1313] Compiling p5_pbev2.cc
[764/1313] Compiling pem_xaux.cc
[765/1313] Compiling pkcs7_x509.cc
[766/1313] Compiling pem_x509.cc
[767/1313] Compiling pem_pkey.cc
[768/1313] Compiling pem_pk8.cc
[769/1313] Compiling pem_oth.cc
[770/1313] Compiling obj_xref.cc
[771/1313] Compiling mlkem.cc
[772/1313] Compiling mldsa.cc
[773/1313] Compiling pem_info.cc
[774/1313] Compiling pem_lib.cc
[775/1313] Compiling pem_all.cc
[776/1313] Compiling obj.cc
[777/1313] Compiling mem.cc
[778/1313] Compiling fips_shared_support.cc
[779/1313] Compiling md5.cc
[780/1313] Compiling poly_rq_mul.S
[781/1313] Compiling md4.cc
[782/1313] Compiling lhash.cc
[783/1313] Compiling hrss.cc
[784/1313] Compiling sign.cc
[785/1313] Compiling ex_data.cc
[786/1313] Compiling kyber.cc
[787/1313] Compiling scrypt.cc
[788/1313] Compiling hpke.cc
[789/1313] Compiling print.cc
[790/1313] Compiling pbkdf.cc
[791/1313] Compiling p_x25519.cc
[792/1313] Compiling p_x25519_asn1.cc
[793/1313] Compiling p_ed25519.cc
[794/1313] Compiling p_rsa_asn1.cc
[795/1313] Compiling p_rsa.cc
[796/1313] Compiling p_hkdf.cc
[797/1313] Compiling p_ec_asn1.cc
[798/1313] Compiling p_ed25519_asn1.cc
[799/1313] Compiling p_dh.cc
[800/1313] Compiling p_dh_asn1.cc
[801/1313] Compiling p_ec.cc
[802/1313] Compiling evp_ctx.cc
[803/1313] Compiling evp.cc
[804/1313] Compiling err.cc
[805/1313] Compiling p_dsa_asn1.cc
[806/1313] Compiling engine.cc
[807/1313] Compiling evp_asn1.cc
[808/1313] Compiling ecdh.cc
[809/1313] Compiling hash_to_curve.cc
[810/1313] Compiling ec_derive.cc
[811/1313] Compiling ecdsa_asn1.cc
[812/1313] Compiling ec_asn1.cc
[813/1313] Compiling dsa.cc
[814/1313] Compiling dsa_asn1.cc
[815/1313] Compiling params.cc
[816/1313] Compiling x25519-asm-arm.S
[817/1313] Compiling des.cc
[818/1313] Compiling dh_asn1.cc
[819/1313] Compiling digest_extra.cc
[820/1313] Compiling spake25519.cc
[821/1313] Compiling cpu_intel.cc
[822/1313] Compiling crypto.cc
[823/1313] Compiling curve25519.cc
[824/1313] Compiling cpu_arm_freebsd.cc
[825/1313] Compiling cpu_arm_linux.cc
[826/1313] Compiling bcm.cc
[827/1313] Compiling curve25519_64_adx.cc
[828/1313] Compiling cpu_aarch64_sysreg.cc
[829/1313] Compiling cpu_aarch64_openbsd.cc
[830/1313] Compiling cpu_aarch64_win.cc
[831/1313] Compiling cpu_aarch64_linux.cc
[832/1313] Compiling cpu_aarch64_fuchsia.cc
[833/1313] Compiling cpu_aarch64_apple.cc
[834/1313] Compiling get_cipher.cc
[835/1313] Compiling conf.cc
[836/1313] Compiling tls_cbc.cc
[837/1313] Compiling e_rc4.cc
[838/1313] Compiling e_tls.cc
[839/1313] Compiling e_des.cc
[840/1313] Compiling e_rc2.cc
[841/1313] Compiling e_null.cc
[842/1313] Compiling e_chacha20poly1305.cc
[843/1313] Compiling chacha.cc
[844/1313] Compiling derive_key.cc
[845/1313] Compiling e_aesgcmsiv.cc
[846/1313] Compiling e_aesctrhmac.cc
[847/1313] Compiling unicode.cc
[848/1313] Compiling ber.cc
[849/1313] Compiling socket_helper.cc
[850/1313] Compiling blake2.cc
[851/1313] Compiling buf.cc
[851/1313] Compiling cbb.cc
[853/1313] Compiling cbs.cc
[854/1313] Compiling asn1_compat.cc
[855/1313] Compiling socket.cc
[856/1313] Compiling bn_asn1.cc
[857/1313] Compiling printf.cc
[858/1313] Compiling pair.cc
[859/1313] Compiling convert.cc
[860/1313] Compiling fd.cc
[861/1313] Compiling file.cc
[862/1313] Compiling hexdump.cc
[863/1313] Compiling errno.cc
[864/1313] Compiling bio_mem.cc
[865/1313] Compiling connect.cc
[866/1313] Compiling base64.cc
[867/1313] Compiling tasn_typ.cc
[868/1313] Compiling bio.cc
[869/1313] Compiling tasn_fre.cc
[870/1313] Compiling tasn_utl.cc
[871/1313] Compiling tasn_enc.cc
[872/1313] Compiling tasn_new.cc
[873/1313] Compiling posix_time.cc
[874/1313] Compiling f_string.cc
[875/1313] Compiling f_int.cc
[876/1313] Compiling asn_pack.cc
[877/1313] Compiling asn1_par.cc
[878/1313] Compiling tasn_dec.cc
[879/1313] Compiling a_time.cc
[880/1313] Compiling a_type.cc
[881/1313] Compiling a_octet.cc
[882/1313] Compiling a_utctm.cc
[883/1313] Compiling a_strnid.cc
[884/1313] Compiling a_mbstr.cc
[885/1313] Compiling asn1_lib.cc
[886/1313] Compiling a_int.cc
[887/1313] Compiling a_strex.cc
[888/1313] Compiling a_object.cc
[889/1313] Compiling a_i2d_fp.cc
[890/1313] Compiling a_dup.cc
[891/1313] Compiling a_d2i_fp.cc
[892/1313] Compiling fiat_p256_adx_sqr.S
[893/1313] Compiling fiat_p256_adx_mul.S
[894/1313] Compiling fiat_curve25519_adx_mul.S
[895/1313] Compiling a_gentm.cc
[896/1313] Compiling md5-x86_64-linux.S
[897/1313] Compiling fiat_curve25519_adx_square.S
[898/1313] Compiling md5-x86_64-apple.S
[899/1313] Compiling md5-586-linux.S
[900/1313] Compiling md5-586-apple.S
[901/1313] Compiling a_bool.cc
[902/1313] Compiling chacha20_poly1305_x86_64-apple.S
[903/1313] Compiling a_bitstr.cc
[904/1313] Compiling chacha20_poly1305_armv8-win.S
[905/1313] Compiling CCryptoBoringSSLShims shims.c
[906/1313] Compiling chacha20_poly1305_x86_64-linux.S
[907/1313] Compiling chacha20_poly1305_armv8-apple.S
[908/1313] Compiling chacha-x86_64-apple.S
[909/1313] Compiling chacha20_poly1305_armv8-linux.S
[910/1313] Compiling chacha-x86-linux.S
[911/1313] Compiling chacha-x86-apple.S
[911/1313] Compiling chacha-x86_64-linux.S
[913/1313] Compiling chacha-armv8-win.S
[914/1313] Compiling chacha-armv8-linux.S
[915/1313] Compiling chacha-armv8-apple.S
[916/1313] Compiling chacha-armv4-linux.S
[917/1313] Compiling aes128gcmsiv-x86_64-apple.S
[918/1313] Compiling x86_64-mont5-apple.S
[919/1313] Compiling aes128gcmsiv-x86_64-linux.S
[920/1313] Compiling x86_64-mont5-linux.S
[921/1313] Compiling x86_64-mont-linux.S
[922/1313] Compiling err_data.cc
[923/1313] Compiling x86-mont-apple.S
[924/1313] Compiling x86-mont-linux.S
[925/1313] Compiling x86_64-mont-apple.S
[926/1313] Compiling vpaes-x86-linux.S
[927/1313] Compiling vpaes-x86_64-apple.S
[928/1313] Compiling vpaes-x86_64-linux.S
[929/1313] Compiling vpaes-armv8-win.S
[930/1313] Compiling vpaes-x86-apple.S
[931/1313] Compiling vpaes-armv8-linux.S
[932/1313] Compiling vpaes-armv7-linux.S
[933/1313] Compiling vpaes-armv8-apple.S
[934/1313] Compiling sha512-armv8-win.S
[935/1313] Compiling sha512-x86_64-linux.S
[936/1313] Compiling sha512-x86_64-apple.S
[936/1313] Compiling sha512-armv8-linux.S
[938/1313] Compiling sha512-armv8-apple.S
[939/1313] Compiling sha512-586-linux.S
[939/1313] Compiling sha512-armv4-linux.S
[941/1313] Compiling sha512-586-apple.S
[942/1313] Compiling sha256-x86_64-apple.S
[943/1313] Compiling sha256-armv8-linux.S
[944/1313] Compiling sha256-armv8-win.S
[945/1313] Compiling sha256-x86_64-linux.S
[946/1313] Compiling sha256-armv4-linux.S
[947/1313] Compiling sha256-armv8-apple.S
[948/1313] Compiling sha256-586-linux.S
[949/1313] Compiling sha256-586-apple.S
[950/1313] Compiling sha1-armv8-win.S
[951/1313] Compiling sha1-x86_64-linux.S
[952/1313] Compiling sha1-armv8-linux.S
[953/1313] Compiling sha1-armv8-apple.S
[954/1313] Compiling sha1-x86_64-apple.S
[955/1313] Compiling sha1-586-linux.S
[956/1313] Compiling sha1-armv4-large-linux.S
[957/1313] Compiling sha1-586-apple.S
[958/1313] Compiling rsaz-avx2-apple.S
[959/1313] Compiling rsaz-avx2-linux.S
[960/1313] Compiling rdrand-x86_64-apple.S
[961/1313] Compiling rdrand-x86_64-linux.S
[962/1313] Compiling p256_beeu-x86_64-asm-linux.S
[963/1313] Compiling p256_beeu-x86_64-asm-apple.S
[964/1313] Compiling p256_beeu-armv8-asm-win.S
[965/1313] Compiling p256_beeu-armv8-asm-apple.S
[966/1313] Compiling p256-x86_64-asm-linux.S
[967/1313] Compiling p256_beeu-armv8-asm-linux.S
[968/1313] Compiling p256-armv8-asm-win.S
[969/1313] Compiling p256-x86_64-asm-apple.S
[970/1313] Compiling p256-armv8-asm-linux.S
[971/1313] Compiling p256-armv8-asm-apple.S
[972/1313] Compiling ghashv8-armv8-linux.S
[973/1313] Compiling ghashv8-armv8-win.S
[974/1313] Compiling ghashv8-armv8-apple.S
[975/1313] Compiling ghashv8-armv7-linux.S
[976/1313] Compiling ghash-x86_64-linux.S
[977/1313] Compiling ghash-x86_64-apple.S
[978/1313] Compiling ghash-x86-apple.S
[979/1313] Compiling ghash-ssse3-x86_64-linux.S
[980/1313] Compiling ghash-x86-linux.S
[981/1313] Compiling ghash-ssse3-x86-linux.S
[982/1313] Compiling ghash-ssse3-x86-apple.S
[983/1313] Compiling ghash-ssse3-x86_64-apple.S
[984/1313] Compiling ghash-neon-armv8-linux.S
[985/1313] Compiling ghash-neon-armv8-apple.S
[986/1313] Compiling ghash-neon-armv8-win.S
[987/1313] Compiling ghash-armv4-linux.S
[988/1313] Compiling co-586-linux.S
[989/1313] Compiling bsaes-armv7-linux.S
[990/1313] Compiling co-586-apple.S
[991/1313] Compiling bn-armv8-win.S
[992/1313] Compiling bn-armv8-linux.S
[993/1313] Compiling bn-armv8-apple.S
[994/1313] Compiling bn-586-linux.S
[995/1313] Compiling bn-586-apple.S
[996/1313] Compiling armv8-mont-win.S
[997/1313] Compiling armv8-mont-linux.S
[998/1313] Compiling armv8-mont-apple.S
[999/1313] Compiling armv4-mont-linux.S
[1000/1313] Compiling aesv8-gcm-armv8-apple.S
[1001/1313] Compiling aesv8-armv8-win.S
[1002/1313] Compiling aesv8-gcm-armv8-linux.S
[1003/1313] Compiling aesv8-armv8-apple.S
[1004/1313] Compiling aesv8-gcm-armv8-win.S
[1005/1313] Compiling aesni-x86_64-apple.S
[1006/1313] Compiling aesv8-armv8-linux.S
[1007/1313] Compiling aesv8-armv7-linux.S
[1008/1313] Compiling aesni-x86_64-linux.S
[1009/1313] Compiling aesni-x86-linux.S
[1010/1313] Compiling aesni-gcm-x86_64-apple.S
[1011/1313] Compiling aesni-x86-apple.S
[1012/1313] Compiling aesni-gcm-x86_64-linux.S
[1013/1313] Compiling aes-gcm-avx10-x86_64-linux.S
[1014/1313] Compiling aes-gcm-avx10-x86_64-apple.S
[1015/1313] Compiling x_sig.cc
[1016/1313] Compiling x_val.cc
[1017/1313] Compiling x_x509.cc
[1018/1313] Compiling x_x509a.cc
[1019/1313] Compiling x_spki.cc
[1020/1313] Compiling x_req.cc
[1021/1313] Compiling x_pubkey.cc
[1022/1313] Compiling x_exten.cc
[1023/1313] Compiling x_name.cc
[1024/1313] Compiling x_attrib.cc
[1025/1313] Compiling x_crl.cc
[1026/1313] Compiling x_all.cc
[1027/1313] Compiling c-nioatomics.c
[1028/1313] Compiling x_algor.cc
[1029/1313] Compiling x509spki.cc
[1030/1313] Compiling x509rset.cc
[1031/1313] Compiling x509cset.cc
[1032/1313] Compiling x509name.cc
[1033/1313] Compiling x509_vpm.cc
[1034/1313] Compiling x509_vfy.cc
[1035/1313] Compiling c-atomics.c
[1036/1313] Compiling x509_v3.cc
[1037/1313] Compiling x509_txt.cc
[1038/1316] Compiling x509_set.cc
[1039/1319] Compiling x509_trs.cc
[1040/1319] Compiling x509_req.cc
[1041/1319] Compiling x509_obj.cc
[1042/1319] Compiling x509_lu.cc
[1044/1319] Compiling NIOConcurrencyHelpers lock.swift
[1044/1319] Compiling x509_def.cc
[1046/1319] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1047/1319] Emitting module NIOConcurrencyHelpers
[1048/1319] Compiling NIOConcurrencyHelpers NIOLock.swift
[1049/1319] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1050/1319] Compiling NIOConcurrencyHelpers atomics.swift
[1050/1320] Compiling x509_ext.cc
[1052/1320] Compiling x509_d2.cc
[1053/1320] Compiling x509_cmp.cc
[1054/1320] Wrapping AST for NIOConcurrencyHelpers for debugging
[1055/1346] Compiling x509_att.cc
[1056/1346] Compiling x509.cc
[1058/1346] Compiling ConsoleKitTerminal Console.swift
[1059/1346] Compiling ConsoleKitTerminal Terminal.swift
[1060/1346] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1060/1349] Compiling v3_skey.cc
[1061/1349] Compiling v3_utl.cc
[1063/1349] Emitting module ConsoleKitTerminal
[1063/1349] Compiling v3_prn.cc
[1064/1349] Compiling v3_purp.cc
[1066/1349] Compiling ConsoleKitTerminal ActivityBar.swift
[1067/1349] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1068/1349] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1069/1349] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1070/1349] Compiling ConsoleKitTerminal CustomActivity.swift
[1071/1349] Compiling ConsoleKitTerminal LoadingBar.swift
[1072/1349] Compiling ConsoleKitTerminal ProgressBar.swift
[1073/1349] Compiling ConsoleKitTerminal Console+Clear.swift
[1074/1349] Compiling ConsoleKitTerminal Console+Wait.swift
[1075/1349] Compiling ConsoleKitTerminal ConsoleColor.swift
[1076/1349] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1077/1349] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1078/1349] Compiling ConsoleKitTerminal ConsoleClear.swift
[1079/1349] Compiling ConsoleKitTerminal Console+Ask.swift
[1080/1349] Compiling ConsoleKitTerminal Console+Choose.swift
[1081/1349] Compiling ConsoleKitTerminal Console+Confirm.swift
[1082/1349] Compiling ConsoleKitTerminal Console+Input.swift
[1083/1349] Compiling ConsoleKitTerminal Console+Center.swift
[1084/1349] Compiling ConsoleKitTerminal Console+Output.swift
[1085/1349] Compiling ConsoleKitTerminal ConsoleText.swift
[1086/1349] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1087/1349] Compiling ConsoleKitTerminal ANSI.swift
[1087/1349] Compiling v3_pmaps.cc
[1088/1349] Compiling v3_pcons.cc
[1089/1349] Compiling v3_ocsp.cc
[1091/1349] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1092/1349] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1093/1349] Compiling ConsoleKitTerminal LoggerFragment.swift
[1093/1350] Compiling v3_ncons.cc
[1095/1350] Compiling v3_lib.cc
[1096/1350] Compiling v3_int.cc
[1097/1350] Wrapping AST for ConsoleKitTerminal for debugging
[1098/1372] Compiling v3_info.cc
[1099/1372] Compiling v3_ia5.cc
[1101/1372] Compiling ConsoleKitCommands CommandSignature.swift
[1102/1372] Compiling ConsoleKitCommands Flag.swift
[1103/1372] Compiling ConsoleKitCommands Option.swift
[1103/1374] Compiling v3_genn.cc
[1105/1374] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1106/1374] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1107/1374] Compiling ConsoleKitCommands Argument.swift
[1107/1374] Compiling v3_extku.cc
[1109/1374] Compiling ConsoleKitCommands Command.swift
[1110/1374] Compiling ConsoleKitCommands CommandContext.swift
[1111/1374] Compiling ConsoleKitCommands CommandError.swift
[1112/1374] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1113/1374] Compiling ConsoleKitCommands AsyncCommand.swift
[1114/1374] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1115/1374] Compiling ConsoleKitCommands AsyncCommands.swift
[1116/1374] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1117/1374] Compiling ConsoleKitCommands AnyCommand.swift
[1118/1374] Emitting module ConsoleKitCommands
[1118/1374] Compiling v3_enum.cc
[1120/1374] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1121/1374] Compiling ConsoleKitCommands Utilities.swift
[1121/1374] Compiling v3_crld.cc
[1122/1374] Compiling v3_cpols.cc
[1123/1374] Compiling v3_conf.cc
[1124/1374] Compiling v3_bitst.cc
[1125/1374] Compiling v3_bcons.cc
[1126/1374] Compiling v3_alt.cc
[1127/1374] Compiling v3_akeya.cc
[1128/1374] Compiling v3_akey.cc
[1129/1374] Compiling t_x509a.cc
[1130/1374] Compiling t_x509.cc
[1132/1374] Compiling ConsoleKitCommands CommandGroup.swift
[1133/1374] Compiling ConsoleKitCommands CommandInput.swift
[1134/1374] Compiling ConsoleKitCommands Commands.swift
[1135/1374] Compiling ConsoleKitCommands Console+Run.swift
[1136/1374] Compiling ConsoleKitCommands ConsoleError.swift
[1137/1374] Compiling ConsoleKitCommands Completion.swift
[1137/1375] Compiling t_req.cc
[1138/1375] Compiling t_crl.cc
[1140/1375] Compiling i2d_pr.cc
[1141/1375] Compiling rsa_pss.cc
[1142/1375] Compiling policy.cc
[1143/1377] Wrapping AST for ConsoleKitCommands for debugging
[1144/1377] Compiling name_print.cc
[1146/1377] Emitting module ConsoleKit
[1147/1377] Compiling ConsoleKit Exports.swift
[1148/1378] Compiling by_dir.cc
[1149/1378] Wrapping AST for ConsoleKit for debugging
[1150/1378] Compiling by_file.cc
[1151/1378] Compiling a_verify.cc
[1152/1378] Compiling asn1_gen.cc
[1153/1378] Compiling algorithm.cc
[1154/1378] Compiling voprf.cc
[1155/1378] Compiling a_sign.cc
[1156/1378] Compiling a_digest.cc
[1157/1378] Compiling trust_token.cc
[1158/1378] Compiling thread_none.cc
[1159/1378] Compiling thread.cc
[1160/1378] Compiling thread_win.cc
[1161/1378] Compiling thread_pthread.cc
[1162/1378] Compiling stack.cc
[1163/1378] Compiling thash.cc
[1164/1378] Compiling wots.cc
[1165/1378] Compiling pmbtoken.cc
[1166/1378] Compiling merkle.cc
[1167/1378] Compiling sha256.cc
[1168/1378] Compiling fors.cc
[1169/1378] Compiling siphash.cc
[1170/1378] Compiling sha1.cc
[1171/1378] Compiling slhdsa.cc
[1172/1378] Compiling sha512.cc
[1173/1378] Compiling rsa_print.cc
[1174/1378] Compiling rsa_extra.cc
[1175/1378] Compiling refcount.cc
[1176/1378] Compiling rsa_asn1.cc
[1177/1378] Compiling trusty.cc
[1178/1378] Compiling rsa_crypt.cc
[1179/1378] Compiling rc4.cc
[1180/1378] Compiling rand_extra.cc
[1181/1378] Compiling windows.cc
[1182/1378] Compiling urandom.cc
[1183/1378] Compiling ios.cc
[1184/1378] Compiling fork_detect.cc
[1185/1378] Compiling poly1305_arm_asm.S
[1186/1378] Compiling passive.cc
[1187/1378] Compiling getentropy.cc
[1188/1378] Compiling deterministic.cc
[1189/1378] Compiling forkunsafe.cc
[1190/1378] Compiling pool.cc
[1191/1378] Compiling poly1305_arm.cc
[1192/1378] Compiling poly1305.cc
[1193/1378] Compiling pkcs7.cc
[1194/1378] Compiling pem_xaux.cc
[1195/1378] Compiling p5_pbev2.cc
[1196/1378] Compiling pkcs8.cc
[1197/1378] Compiling pem_x509.cc
[1198/1378] Compiling pkcs7_x509.cc
[1199/1378] Compiling pkcs8_x509.cc
[1200/1378] Compiling pem_pkey.cc
[1201/1378] Compiling pem_pk8.cc
[1202/1378] Compiling obj_xref.cc
[1203/1378] Compiling mldsa.cc
[1204/1378] Compiling mlkem.cc
[1205/1378] Compiling obj.cc
[1206/1378] Compiling pem_all.cc
[1207/1378] Compiling pem_info.cc
[1208/1378] Compiling pem_oth.cc
[1209/1378] Compiling pem_lib.cc
[1210/1378] Compiling poly_rq_mul.S
[1211/1378] Compiling fips_shared_support.cc
[1212/1378] Compiling md5.cc
[1213/1378] Compiling md4.cc
[1214/1378] Compiling kyber.cc
[1215/1378] Compiling mem.cc
[1216/1378] Compiling lhash.cc
[1217/1378] Compiling print.cc
[1218/1378] Compiling ex_data.cc
[1219/1378] Compiling hrss.cc
[1220/1378] Compiling hpke.cc
[1221/1378] Compiling sign.cc
[1222/1378] Compiling scrypt.cc
[1223/1378] Compiling pbkdf.cc
[1224/1378] Compiling p_rsa_asn1.cc
[1225/1378] Compiling p_x25519.cc
[1226/1378] Compiling p_x25519_asn1.cc
[1227/1378] Compiling p_rsa.cc
[1228/1378] Compiling p_ed25519.cc
[1229/1378] Compiling p_ed25519_asn1.cc
[1230/1378] Compiling p_hkdf.cc
[1231/1378] Compiling p_dsa_asn1.cc
[1232/1378] Compiling p_ec.cc
[1233/1378] Compiling p_ec_asn1.cc
[1234/1378] Compiling p_dh_asn1.cc
[1235/1378] Compiling p_dh.cc
[1236/1378] Compiling ecdsa_asn1.cc
[1237/1378] Compiling evp_ctx.cc
[1238/1378] Compiling engine.cc
[1239/1378] Compiling evp.cc
[1240/1378] Compiling evp_asn1.cc
[1241/1378] Compiling err.cc
[1242/1378] Compiling ecdh_extra.cc
[1243/1378] Compiling hash_to_curve.cc
[1244/1378] Compiling ec_derive.cc
[1245/1378] Compiling params.cc
[1246/1378] Compiling dsa_asn1.cc
[1247/1378] Compiling dsa.cc
[1248/1378] Compiling digest_extra.cc
[1249/1378] Compiling ec_asn1.cc
[1250/1378] Compiling dh_asn1.cc
[1251/1378] Compiling x25519-asm-arm.S
[1252/1378] Compiling des.cc
[1253/1378] Compiling spake25519.cc
[1254/1378] Compiling crypto.cc
[1255/1378] Compiling cpu_intel.cc
[1256/1378] Compiling cpu_arm_linux.cc
[1257/1378] Compiling bcm.cc
[1258/1378] Compiling curve25519.cc
[1259/1378] Compiling curve25519_64_adx.cc
[1260/1378] Compiling cpu_arm_freebsd.cc
[1261/1378] Compiling cpu_aarch64_win.cc
[1262/1378] Compiling cpu_aarch64_sysreg.cc
[1263/1378] Compiling cpu_aarch64_openbsd.cc
[1264/1378] Compiling cpu_aarch64_linux.cc
[1265/1378] Compiling cpu_aarch64_fuchsia.cc
[1266/1378] Compiling conf.cc
[1267/1378] Compiling cpu_aarch64_apple.cc
[1268/1378] Compiling e_rc2.cc
[1269/1378] Compiling tls_cbc.cc
[1270/1378] Compiling e_tls.cc
[1271/1378] Compiling e_des.cc
[1272/1378] Compiling e_aesgcmsiv.cc
[1273/1378] Compiling e_null.cc
[1274/1378] Compiling e_rc4.cc
[1275/1378] Compiling derive_key.cc
[1276/1378] Compiling e_chacha20poly1305.cc
[1277/1378] Compiling cipher_extra.cc
[1278/1378] Compiling unicode.cc
[1279/1378] Compiling chacha.cc
[1280/1378] Compiling e_aesctrhmac.cc
[1281/1378] Compiling cbb.cc
[1282/1378] Compiling ber.cc
[1283/1378] Compiling cbs.cc
[1284/1378] Compiling asn1_compat.cc
[1285/1378] Compiling convert.cc
[1286/1378] Compiling printf.cc
[1287/1378] Compiling buf.cc
[1288/1378] Compiling pair.cc
[1289/1378] Compiling blake2.cc
[1290/1378] Compiling bn_asn1.cc
[1291/1378] Compiling hexdump.cc
[1292/1378] Compiling errno.cc
[1293/1378] Compiling fd.cc
[1294/1378] Compiling base64.cc
[1295/1378] Compiling file.cc
[1296/1378] Compiling tasn_new.cc
[1297/1378] Compiling bio_mem.cc
[1298/1378] Compiling tasn_enc.cc
[1299/1378] Compiling bio.cc
[1300/1378] Compiling posix_time.cc
[1301/1378] Compiling tasn_typ.cc
[1302/1378] Compiling tasn_fre.cc
[1303/1378] Compiling tasn_utl.cc
[1304/1378] Compiling asn1_par.cc
[1305/1378] Compiling f_string.cc
[1306/1378] Compiling f_int.cc
[1307/1378] Compiling asn_pack.cc
[1308/1378] Compiling a_strnid.cc
[1309/1378] Compiling a_time.cc
[1310/1378] Compiling tasn_dec.cc
[1311/1378] Compiling a_strex.cc
[1312/1378] Write sources
[1313/1378] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1314/1378] Write sources
[1315/1378] Compiling a_type.cc
[1316/1378] Write sources
[1319/1378] Compiling asn1_lib.cc
[1320/1378] Write sources
[1321/1378] Compiling a_utctm.cc
[1322/1378] Write sources
[1323/1378] Compiling a_int.cc
[1324/1405] Compiling a_octet.cc
[1325/1453] Compiling a_bitstr.cc
[1327/1520] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1328/1520] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1329/1520] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1330/1522] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1331/1522] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1332/1524] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1333/1524] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1334/1530] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1337/1530] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1338/1530] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1339/1530] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1340/1530] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1342/1537] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1343/1537] Emitting module BitCollections
[1344/1537] Compiling Atomics IntegerOperations.swift
[1345/1537] Compiling Atomics Unmanaged extensions.swift
[1348/1537] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1352/1540] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1353/1540] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1354/1540] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1355/1540] Compiling AsyncAlgorithms DebounceStorage.swift
[1356/1540] Compiling AsyncAlgorithms Dictionary.swift
[1357/1540] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1358/1540] Compiling AsyncAlgorithms Locking.swift
[1359/1540] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1360/1540] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1361/1540] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1362/1540] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1363/1540] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1364/1540] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1365/1540] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1366/1540] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1367/1540] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1368/1540] Compiling AsyncAlgorithms MergeStateMachine.swift
[1369/1540] Compiling AsyncAlgorithms MergeStorage.swift
[1370/1540] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1371/1540] Compiling AsyncAlgorithms Rethrow.swift
[1372/1540] Compiling BitCollections BitSet.Counted.swift
[1373/1540] Compiling BitCollections BitSet.Index.swift
[1374/1540] Compiling BitCollections BitSet._UnsafeHandle.swift
[1375/1540] Compiling BitCollections BitSet.swift
[1376/1540] Compiling BitCollections Range+Utilities.swift
[1377/1540] Compiling BitCollections Slice+Utilities.swift
[1378/1540] Compiling BitCollections UInt+Tricks.swift
[1379/1540] Compiling BitCollections _Word.swift
[1380/1540] Emitting module AsyncAlgorithms
[1390/1546] Compiling CryptoBoringWrapper RandomBytes.swift
[1394/1546] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1395/1546] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1396/1546] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1397/1546] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1398/1546] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1399/1546] Compiling Algorithms Trim.swift
[1400/1546] Compiling Algorithms Unique.swift
[1401/1546] Compiling Algorithms Windows.swift
[1402/1546] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1403/1546] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1407/1546] Compiling AsyncAlgorithms ChannelStorage.swift
[1408/1546] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1409/1546] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1410/1546] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1417/1546] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1418/1546] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1419/1547] Compiling CryptoBoringWrapper EllipticCurve.swift
[1426/1547] Emitting module CryptoBoringWrapper
[1427/1547] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1429/1547] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1430/1547] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1431/1547] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1446/1548] Wrapping AST for BitCollections for debugging
[1447/1550] Wrapping AST for CryptoBoringWrapper for debugging
[1457/1550] Emitting module Collections
[1458/1550] Compiling Collections Collections.swift
[1472/1622] Compiling Crypto Digests.swift
[1473/1622] Compiling Crypto HashFunctions.swift
[1474/1622] Compiling Crypto HashFunctions_SHA2.swift
[1475/1622] Compiling Crypto HPKE-AEAD.swift
[1476/1622] Compiling Crypto HPKE-Ciphersuite.swift
[1477/1622] Compiling Crypto HPKE-KDF.swift
[1478/1622] Compiling Crypto HPKE-KexKeyDerivation.swift
[1479/1622] Compiling Crypto HPKE-LabeledExtract.swift
[1480/1622] Compiling Crypto HPKE-Utils.swift
[1481/1622] Compiling Crypto DHKEM.swift
[1482/1622] Compiling Crypto HPKE-KEM-Curve25519.swift
[1483/1622] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1484/1622] Compiling Crypto Insecure.swift
[1485/1622] Compiling Crypto Insecure_HashFunctions.swift
[1486/1622] Compiling Crypto KEM.swift
[1487/1622] Compiling Crypto ECDH_boring.swift
[1488/1622] Compiling Crypto DH.swift
[1489/1622] Compiling Crypto ECDH.swift
[1489/1623] Wrapping AST for Collections for debugging
[1492/1623] Compiling Crypto ASN1.swift
[1493/1623] Compiling Crypto ASN1Any.swift
[1494/1623] Compiling Crypto ASN1BitString.swift
[1495/1623] Emitting module Atomics
[1496/1623] Compiling Crypto ChaChaPoly.swift
[1497/1623] Compiling Crypto Cipher.swift
[1498/1623] Compiling Crypto Nonces.swift
[1499/1624] Wrapping AST for AsyncAlgorithms for debugging
[1501/1624] Compiling Crypto AES-GCM.swift
[1502/1624] Compiling Crypto AES-GCM_boring.swift
[1503/1624] Compiling Crypto ChaChaPoly_boring.swift
[1504/1624] Wrapping AST for Atomics for debugging
[1506/1705] Compiling ServiceLifecycle Service.swift
[1507/1706] Compiling ServiceLifecycle CancellationWaiter.swift
[1508/1706] Emitting module ServiceLifecycle
[1509/1706] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1510/1706] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1511/1706] Compiling ServiceLifecycle GracefulShutdown.swift
[1512/1706] Compiling ServiceLifecycle ServiceRunnerError.swift
[1513/1706] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1514/1706] Compiling NIOCore ByteBuffer-aux.swift
[1515/1706] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1516/1706] Compiling NIOCore ByteBuffer-conversions.swift
[1517/1706] Compiling NIOCore ByteBuffer-core.swift
[1518/1707] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1519/1707] Emitting module Algorithms
[1520/1708] Compiling Crypto HKDF.swift
[1521/1708] Compiling Crypto AESWrap.swift
[1522/1708] Compiling Crypto AESWrap_boring.swift
[1523/1708] Compiling Crypto Ed25519_boring.swift
[1524/1708] Compiling Crypto NISTCurvesKeys_boring.swift
[1525/1708] Compiling Crypto X25519Keys_boring.swift
[1526/1708] Compiling Crypto Curve25519.swift
[1527/1708] Compiling Crypto Ed25519Keys.swift
[1528/1708] Compiling Crypto NISTCurvesKeys.swift
[1529/1708] Compiling Crypto X25519Keys.swift
[1530/1708] Compiling NIOCore MarkedCircularBuffer.swift
[1531/1708] Compiling NIOCore MulticastChannel.swift
[1532/1708] Compiling NIOCore NIOAny.swift
[1533/1708] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1534/1708] Compiling NIOCore NIOLoopBound.swift
[1535/1708] Compiling NIOCore NIOScheduledCallback.swift
[1536/1708] Compiling NIOCore NIOSendable.swift
[1537/1708] Compiling NIOCore RecvByteBufferAllocator.swift
[1538/1708] Compiling Crypto ECDSA.swift
[1539/1708] Compiling Crypto Ed25519.swift
[1541/1717] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1542/1717] Compiling NIOCore BSDSocketAPI.swift
[1542/1717] Wrapping AST for Algorithms for debugging
[1544/1717] Emitting module Crypto
[1545/1717] Emitting module _ConnectionPoolModule
[1554/1725] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1555/1725] Compiling NIOCore AddressedEnvelope.swift
[1556/1725] Compiling NIOCore ByteBuffer-hex.swift
[1557/1725] Compiling NIOCore ByteBuffer-int.swift
[1558/1725] Compiling ServiceLifecycle ServiceGroup.swift
[1559/1726] Wrapping AST for ServiceLifecycle for debugging
[1561/1726] Compiling NIOCore DeadChannel.swift
[1562/1726] Compiling NIOCore DispatchQueue+WithFuture.swift
[1563/1726] Compiling NIOCore EventLoop+Deprecated.swift
[1564/1726] Compiling NIOCore EventLoop+SerialExecutor.swift
[1565/1726] Compiling NIOCore EventLoop.swift
[1566/1726] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1567/1726] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1568/1726] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1569/1726] Compiling NIOCore EventLoopFuture.swift
[1570/1726] Compiling NIOCore FileDescriptor.swift
[1571/1726] Compiling NIOCore FileHandle.swift
[1572/1726] Compiling NIOCore FileRegion.swift
[1573/1726] Compiling NIOCore GlobalSingletons.swift
[1574/1726] Compiling NIOCore IO.swift
[1575/1726] Compiling NIOCore IOData.swift
[1576/1726] Compiling NIOCore IPProtocol.swift
[1577/1726] Compiling NIOCore IntegerBitPacking.swift
[1578/1726] Compiling NIOCore IntegerTypes.swift
[1579/1726] Compiling NIOCore Interfaces.swift
[1580/1726] Compiling NIOCore Linux.swift
[1581/1726] Compiling NIOCore ByteBuffer-views.swift
[1582/1726] Compiling NIOCore Channel.swift
[1583/1726] Compiling NIOCore ChannelHandler.swift
[1584/1726] Compiling NIOCore ChannelHandlers.swift
[1585/1726] Compiling NIOCore ChannelInvoker.swift
[1586/1726] Compiling NIOCore ChannelOption.swift
[1587/1726] Compiling NIOCore ChannelPipeline.swift
[1588/1726] Compiling NIOCore CircularBuffer.swift
[1589/1726] Compiling NIOCore Codec.swift
[1590/1726] Compiling NIOCore ConvenienceOptionSupport.swift
[1591/1726] Compiling NIOCore AsyncAwaitSupport.swift
[1592/1726] Compiling NIOCore AsyncChannel.swift
[1593/1726] Compiling NIOCore AsyncChannelHandler.swift
[1594/1726] Compiling NIOCore AsyncChannelInboundStream.swift
[1595/1726] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1596/1726] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1597/1726] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1598/1726] Compiling NIOCore NIOAsyncWriter.swift
[1599/1726] Compiling NIOCore ByteBuffer-multi-int.swift
[1600/1726] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1613/1726] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1614/1727] Wrapping AST for _ConnectionPoolModule for debugging
[1624/1727] Compiling Crypto Signature.swift
[1625/1727] Compiling Crypto CryptoKitErrors_boring.swift
[1626/1727] Compiling Crypto RNG_boring.swift
[1627/1727] Compiling Crypto SafeCompare_boring.swift
[1628/1727] Compiling Crypto Zeroization_boring.swift
[1629/1727] Compiling Crypto PrettyBytes.swift
[1630/1727] Compiling Crypto SafeCompare.swift
[1631/1727] Compiling Crypto SecureBytes.swift
[1632/1727] Compiling Crypto Zeroization.swift
[1641/1728] Wrapping AST for Crypto for debugging
[1643/1728] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1644/1728] Compiling NIOCore SocketAddresses.swift
[1645/1728] Compiling NIOCore SocketOptionProvider.swift
[1646/1728] Compiling NIOCore SystemCallHelpers.swift
[1647/1728] Compiling NIOCore TimeAmount+Duration.swift
[1648/1728] Compiling NIOCore TypeAssistedChannelHandler.swift
[1649/1728] Compiling NIOCore UniversalBootstrapSupport.swift
[1650/1728] Compiling NIOCore Utilities.swift
[1685/1728] Emitting module NIOCore
[1686/1729] Wrapping AST for NIOCore for debugging
[1688/1780] Emitting module NIOEmbedded
[1689/1780] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1690/1780] Compiling NIOEmbedded AsyncTestingChannel.swift
[1691/1780] Compiling NIOEmbedded Embedded.swift
[1692/1781] Compiling NIOPosix IO.swift
[1693/1781] Compiling NIOPosix IntegerBitPacking.swift
[1694/1781] Compiling NIOPosix IntegerTypes.swift
[1695/1781] Compiling NIOPosix Linux.swift
[1696/1781] Compiling NIOPosix LinuxCPUSet.swift
[1697/1781] Compiling NIOPosix LinuxUring.swift
[1698/1781] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1699/1787] Wrapping AST for NIOEmbedded for debugging
[1701/1787] Compiling NIOPosix ThreadPosix.swift
[1702/1787] Compiling NIOPosix ThreadWindows.swift
[1703/1787] Compiling NIOPosix UnsafeTransfer.swift
[1704/1787] Compiling NIOPosix Utilities.swift
[1705/1787] Compiling NIOPosix VsockAddress.swift
[1706/1787] Compiling NIOPosix VsockChannelEvents.swift
[1707/1787] Emitting module NIOPosix
[1708/1787] Compiling NIOPosix ServerSocket.swift
[1709/1787] Compiling NIOPosix Socket.swift
[1710/1787] Compiling NIOPosix SocketChannel.swift
[1711/1787] Compiling NIOPosix SocketProtocols.swift
[1712/1787] Compiling NIOPosix System.swift
[1713/1787] Compiling NIOPosix Thread.swift
[1714/1787] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1715/1787] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1716/1787] Compiling NIOPosix PosixSingletons.swift
[1717/1787] Compiling NIOPosix RawSocketBootstrap.swift
[1718/1787] Compiling NIOPosix Resolver.swift
[1719/1787] Compiling NIOPosix Selectable.swift
[1720/1787] Compiling NIOPosix SelectableChannel.swift
[1721/1787] Compiling NIOPosix SelectableEventLoop.swift
[1722/1787] Compiling NIOPosix SelectorEpoll.swift
[1723/1787] Compiling NIOPosix SelectorGeneric.swift
[1724/1787] Compiling NIOPosix SelectorKqueue.swift
[1725/1787] Compiling NIOPosix SelectorUring.swift
[1726/1787] Compiling NIOPosix BSDSocketAPICommon.swift
[1727/1787] Compiling NIOPosix BSDSocketAPIPosix.swift
[1728/1787] Compiling NIOPosix BSDSocketAPIWindows.swift
[1729/1787] Compiling NIOPosix BaseSocket.swift
[1730/1787] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1731/1787] Compiling NIOPosix BaseSocketChannel.swift
[1732/1787] Compiling NIOPosix BaseStreamSocketChannel.swift
[1733/1787] Compiling NIOPosix Bootstrap.swift
[1734/1787] Compiling NIOPosix ControlMessage.swift
[1735/1787] Compiling NIOPosix DatagramVectorReadManager.swift
[1736/1787] Compiling NIOPosix Errors+Any.swift
[1737/1787] Compiling NIOPosix FileDescriptor.swift
[1738/1787] Compiling NIOPosix GetaddrinfoResolver.swift
[1739/1787] Compiling NIOPosix HappyEyeballs.swift
[1740/1787] Compiling NIOPosix NIOThreadPool.swift
[1741/1787] Compiling NIOPosix NonBlockingFileIO.swift
[1742/1787] Compiling NIOPosix PendingDatagramWritesManager.swift
[1743/1787] Compiling NIOPosix PendingWritesManager.swift
[1744/1787] Compiling NIOPosix PipeChannel.swift
[1745/1787] Compiling NIOPosix PipePair.swift
[1746/1787] Compiling NIOPosix Pool.swift
[1747/1788] Wrapping AST for NIOPosix for debugging
[1749/1847] Compiling NIO Exports.swift
[1750/1847] Emitting module NIO
[1751/1848] Compiling AsyncKit ConnectionPoolError.swift
[1752/1848] Compiling AsyncKit ConnectionPoolItem.swift
[1753/1848] Compiling AsyncKit ConnectionPoolSource.swift
[1755/1850] Compiling AsyncKit EventLoop+Flatten.swift
[1756/1850] Compiling AsyncKit EventLoop+Future.swift
[1757/1850] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1757/1850] Wrapping AST for NIO for debugging
[1759/1855] Compiling AsyncKit Future+Miscellaneous.swift
[1760/1855] Compiling AsyncKit Future+Nonempty.swift
[1761/1855] Compiling AsyncKit Future+Optional.swift
[1762/1855] Compiling AsyncKit Future+Transform.swift
[1763/1855] Compiling AsyncKit Future+Try.swift
[1764/1855] Compiling AsyncKit FutureOperators.swift
[1765/1981] Emitting module _NIOFileSystem
[1766/1985] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1767/1985] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1768/1985] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1769/1985] Compiling NIOTLS TLSEvents.swift
[1770/1985] Emitting module NIOTLS
[1771/1985] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1772/1985] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1773/1985] Compiling SQLKit SQLColumnDefinition.swift
[1774/1985] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1775/1986] Compiling NIOSOCKS SOCKSResponse.swift
[1776/1986] Compiling NIOSOCKS ClientStateMachine.swift
[1777/1986] Compiling SQLKit SQLCommonTableExpression.swift
[1778/1986] Compiling SQLKit SQLConflictAction.swift
[1779/1986] Compiling SQLKit SQLDropEnumBuilder.swift
[1780/1986] Compiling SQLKit SQLDropIndexBuilder.swift
[1781/1986] Emitting module NIOSOCKS
[1782/1986] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1783/1986] Compiling SQLKit SQLColumnAssignment.swift
[1784/1986] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1785/1986] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1786/1986] Compiling NIOTLS SNIHandler.swift
[1787/1987] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1788/1987] Compiling SQLKit SQLDropBehaviour.swift
[1789/1987] Compiling NIOSOCKS ServerStateMachine.swift
[1791/1988] Compiling SQLKit SQLEnumDataType.swift
[1794/1990] Emitting module NIOHTTP1
[1795/1990] Emitting module NIOFoundationCompat
[1796/1990] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1797/1991] Compiling SQLKit SQLAlterEnumBuilder.swift
[1798/1991] Compiling SQLKit SQLAlterTableBuilder.swift
[1798/1991] Wrapping AST for NIOTLS for debugging
[1800/1991] Compiling SQLKit SQLInsertBuilder.swift
[1801/1991] Compiling SQLKit SQLPredicateBuilder.swift
[1802/1991] Compiling SQLKit SQLQueryBuilder.swift
[1803/1991] Compiling SQLKit SQLQueryFetcher.swift
[1804/1991] Wrapping AST for NIOSOCKS for debugging
[1806/2020] Compiling NIOSSL IdentityVerification.swift
[1807/2020] Compiling NIOSSL SSLCertificate.swift
[1807/2020] Wrapping AST for NIOFoundationCompat for debugging
[1809/2020] Compiling SQLKit SQLDropIndex.swift
[1810/2020] Compiling SQLKit SQLDropTable.swift
[1811/2020] Compiling SQLKit SQLDropTrigger.swift
[1812/2020] Compiling SQLKit SQLInsert.swift
[1813/2020] Compiling SQLKit SQLSelect.swift
[1814/2020] Compiling SQLKit SQLUnion.swift
[1815/2020] Compiling SQLKit SQLUpdate.swift
[1816/2020] Compiling SQLKit SQLExpression.swift
[1817/2020] Compiling SQLKit SQLSerializer.swift
[1818/2020] Compiling SQLKit SQLStatement.swift
[1819/2020] Compiling SQLKit SQLBinaryExpression.swift
[1820/2020] Compiling SQLKit SQLBinaryOperator.swift
[1821/2020] Compiling SQLKit SQLBind.swift
[1822/2064] Compiling SQLiteNIO SQLiteConnection.swift
[1823/2064] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1824/2064] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1825/2064] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1826/2064] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1827/2064] Compiling SQLKit Exports.swift
[1828/2064] Compiling SQLKit SQLAlias.swift
[1829/2064] Compiling SQLKit SQLBetween.swift
[1830/2064] Compiling SQLKit SQLColumn.swift
[1831/2064] Compiling SQLKit SQLConstraint.swift
[1832/2064] Compiling SQLKit SQLDataType.swift
[1833/2064] Compiling SQLKit SQLDirection.swift
[1834/2064] Compiling SQLKit SQLDistinct.swift
[1835/2064] Compiling SQLKit SQLForeignKeyAction.swift
[1836/2064] Compiling SQLKit SQLNestedSubpathExpression.swift
[1837/2064] Compiling SQLKit SQLQualifiedTable.swift
[1838/2064] Compiling SQLKit SQLQueryString.swift
[1839/2064] Compiling NIOTransportServices StateManagedChannel.swift
[1840/2064] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1841/2064] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1842/2066] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1843/2066] Compiling NIOTransportServices NIOTSErrors.swift
[1844/2066] Compiling NIOTransportServices NIOTSEventLoop.swift
[1848/2066] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1849/2066] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1850/2066] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1852/2066] Compiling NIOTransportServices NIOTSSingletons.swift
[1853/2066] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1854/2066] Emitting module NIOTransportServices
[1855/2066] Compiling SQLiteNIO SQLiteCustomFunction.swift
[1856/2066] Compiling SQLiteNIO SQLiteData.swift
[1857/2066] Compiling SQLiteNIO Exports.swift
[1867/2066] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1868/2066] Compiling SQLKit SQLLockingClause.swift
[1869/2066] Compiling SQLKit SQLOrderBy.swift
[1870/2066] Compiling SQLKit SQLReturning.swift
[1871/2066] Compiling SQLKit SQLSubquery.swift
[1872/2066] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1873/2066] Compiling SQLKit SQLAlterEnum.swift
[1874/2066] Compiling SQLKit SQLAlterTable.swift
[1875/2066] Compiling SQLKit SQLCreateEnum.swift
[1876/2066] Compiling SQLKit SQLCreateIndex.swift
[1877/2066] Compiling SQLKit SQLCreateTable.swift
[1878/2066] Compiling SQLKit SQLCreateTrigger.swift
[1879/2066] Compiling SQLKit SQLDelete.swift
[1880/2066] Compiling SQLKit SQLDropEnum.swift
[1881/2066] Compiling SQLiteNIO SQLiteDataType.swift
[1882/2067] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1883/2067] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1884/2067] Compiling SQLiteNIO SQLiteRow.swift
[1889/2067] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1890/2067] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1893/2068] Wrapping AST for NIOTransportServices for debugging
[1897/2068] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1898/2068] Compiling SQLKit SQLRawBuilder.swift
[1899/2068] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1900/2068] Compiling SQLKit SQLSelectBuilder.swift
[1901/2068] Compiling SQLKit SQLSubqueryBuilder.swift
[1902/2068] Compiling SQLKit SQLUnionBuilder.swift
[1903/2068] Compiling SQLKit SQLUpdateBuilder.swift
[1904/2068] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1905/2068] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1906/2068] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1907/2068] Compiling SQLKit SQLCommonUnionBuilder.swift
[1908/2068] Compiling SQLKit SQLJoinBuilder.swift
[1909/2068] Compiling SQLKit SQLPartialResultBuilder.swift
[1910/2068] Compiling NIOSSL SafeCompare.swift
[1911/2068] Compiling NIOSSL Zeroization.swift
[1913/2068] Compiling SQLKit SQLReturningBuilder.swift
[1914/2068] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1915/2068] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1916/2068] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1917/2068] Compiling SQLKit SQLDatabase.swift
[1918/2068] Compiling _NIOFileSystem SystemFileHandle.swift
[1919/2068] Compiling _NIOFileSystem Utilities.swift
[1920/2068] Compiling _NIOFileSystem OpenOptions.swift
[1921/2068] Compiling _NIOFileSystem String+FileSystem.swift
[1922/2068] Compiling SQLKit SQLExpressions+Deprecated.swift
[1933/2068] Compiling NIOSSL SubjectAlternativeName.swift
[1934/2068] Compiling NIOSSL NIOSSLSecureBytes.swift
[1935/2068] Compiling NIOSSL RNG.swift
[1936/2068] Compiling SQLiteNIO SQLiteStatement.swift
[1937/2068] Emitting module SQLiteNIO
[1946/2068] Compiling SQLiteNIO SQLiteError.swift
[1947/2068] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1948/2068] Compiling SQLiteNIO SQLiteDatabase.swift
[1952/2070] Emitting module AsyncKit
[1953/2070] Emitting module SQLKit
[1956/2070] Emitting module NIOSSL
[1956/2073] Wrapping AST for SQLiteNIO for debugging
[1966/2095] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1967/2096] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1968/2096] Compiling NIOHPACK HPACKHeader.swift
[1969/2096] Compiling NIOHPACK HeaderTables.swift
[1974/2119] Compiling NIOExtras NIOExtrasError.swift
[1975/2119] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1976/2119] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1977/2119] Compiling NIOExtras JSONRPCFraming.swift
[1978/2119] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1979/2119] Compiling NIOHPACK IndexedHeaderTable.swift
[1980/2119] Compiling NIOHPACK IntegerCoding.swift
[1981/2120] Compiling NIOWebSocket WebSocketOpcode.swift
[1982/2121] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1983/2121] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1984/2121] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1985/2121] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1987/2123] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1988/2123] Compiling NIOExtras NIORequestIdentifiable.swift
[1989/2123] Compiling SQLKit SQLFunction.swift
[1990/2123] Compiling SQLKit SQLGroupExpression.swift
[1991/2123] Compiling SQLKit SQLIdentifier.swift
[1992/2123] Compiling SQLKit SQLList.swift
[1993/2123] Compiling SQLKit SQLLiteral.swift
[1994/2123] Compiling SQLKit SQLRaw.swift
[1995/2123] Compiling SQLKit SQLCodingUtilities.swift
[1996/2123] Compiling SQLKit SQLQueryEncoder.swift
[1997/2123] Compiling SQLKit SQLRow.swift
[1998/2123] Compiling SQLKit SQLRowDecoder.swift
[1999/2123] Compiling SQLKit SomeCodingKey.swift
[2000/2123] Compiling SQLKit StringHandling.swift
[2001/2124] Compiling NIOHTTPCompression HTTPCompression.swift
[2002/2124] Compiling NIOHTTPCompression HTTPDecompression.swift
[2003/2124] Emitting module NIOHTTPCompression
[2004/2124] Compiling NIOHPACK StaticHeaderTable.swift
[2005/2125] Compiling NIOHPACK HuffmanTables.swift
[2006/2125] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2007/2125] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2008/2125] Compiling NIOExtras RequestResponseHandler.swift
[2009/2125] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2010/2125] Compiling NIOExtras PCAPRingBuffer.swift
[2011/2125] Compiling NIOExtras QuiescingHelper.swift
[2012/2125] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2015/2125] Compiling NIOExtras UnsafeTransfer.swift
[2016/2125] Compiling NIOExtras WritePCAPHandler.swift
[2023/2125] Compiling NIOExtras LineBasedFrameDecoder.swift
[2031/2125] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2032/2125] Compiling NIOExtras LengthFieldPrepender.swift
[2033/2125] Compiling NIOExtras DebugInboundEventsHandler.swift
[2034/2125] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2035/2125] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2038/2125] Compiling NIOSSL UniversalBootstrapSupport.swift
[2039/2125] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2045/2125] Compiling NIOHPACK HuffmanCoding.swift
[2046/2126] Emitting module NIOHPACK
[2047/2126] Emitting module NIOWebSocket
[2050/2126] Compiling NIOWebSocket WebSocketFrame.swift
[2054/2126] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2054/2127] Wrapping AST for NIOHTTPCompression for debugging
[2056/2146] Wrapping AST for SQLKit for debugging
[2058/2146] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2059/2146] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2060/2146] Compiling MultipartKit BasicCodingKey.swift
[2061/2146] Compiling MultipartKit MultipartError.swift
[2062/2146] Compiling MultipartKit Exports.swift
[2063/2146] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2069/2147] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2070/2147] Compiling MultipartKit FormDataDecoder.swift
[2071/2147] Emitting module NIOExtras
[2072/2147] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2073/2147] Compiling MultipartKit MultipartFormData.swift
[2074/2147] Compiling MultipartKit MultipartParser.swift
[2074/2239] Wrapping AST for _NIOFileSystem for debugging
[2076/2239] Compiling NIOFileSystem Exports.swift
[2077/2239] Emitting module NIOFileSystem
[2078/2239] Compiling FluentKit OptionalParent+Concurrency.swift
[2079/2239] Compiling FluentKit Parent+Concurrency.swift
[2080/2239] Compiling FluentKit QueryBuilder+Concurrency.swift
[2081/2239] Compiling FluentKit Relation+Concurrency.swift
[2082/2239] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2083/2239] Compiling FluentKit BooleanPropertyFormat.swift
[2084/2239] Compiling FluentKit Children.swift
[2085/2239] Compiling FluentKit CompositeChildren.swift
[2086/2239] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2087/2240] Emitting module _NIOFileSystemFoundationCompat
[2088/2240] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2089/2241] Emitting module MultipartKit
[2090/2260] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2091/2260] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2092/2260] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2093/2261] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2094/2261] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2097/2301] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2098/2301] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2099/2301] Compiling NIOHTTP2 MayReceiveFrames.swift
[2100/2301] Compiling NIOHTTP2 ReceivingDataState.swift
[2101/2301] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2102/2301] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2103/2301] Compiling NIOHTTP2 HasRemoteSettings.swift
[2104/2301] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2105/2301] Compiling NIOHTTP2 QuiescingState.swift
[2105/2302] Wrapping AST for NIOWebSocket for debugging
[2107/2302] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2109/2302] Compiling NIOHTTP2 DOSHeuristics.swift
[2110/2302] Compiling NIOHTTP2 Error+Any.swift
[2111/2302] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2112/2302] Compiling NIOHTTP2 StateMachineResult.swift
[2113/2302] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2114/2302] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2115/2302] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2115/2303] Wrapping AST for NIOHTTP1 for debugging
[2116/2326] Wrapping AST for NIOHPACK for debugging
[2118/2326] Compiling LeafKit LeafSerializer.swift
[2119/2326] Compiling LeafKit ParameterResolver.swift
[2120/2326] Compiling LeafKit LeafContext.swift
[2123/2382] Wrapping AST for NIOSSL for debugging
[2124/2475] Wrapping AST for NIOFileSystem for debugging
[2125/2475] Wrapping AST for NIOExtras for debugging
[2127/2475] Compiling WebSocketKit Exports.swift
[2127/2475] Wrapping AST for MultipartKit for debugging
[2129/2475] Emitting module LeafKit
[2130/2478] Emitting module FluentKit
[2131/2490] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2132/2490] Compiling WebSocketKit WebSocketHandler.swift
[2133/2490] Compiling MySQLNIO MySQLProtocol+COM_STMT_EXECUTE.swift
[2134/2490] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE.swift
[2135/2490] Compiling MySQLNIO MySQLProtocol+COM_STMT_PREPARE_OK.swift
[2136/2490] Emitting module WebSocketKit
[2137/2490] Compiling WebSocketKit WebSocket+Concurrency.swift
[2138/2490] Compiling MySQLNIO MySQLData.swift
[2139/2490] Compiling MySQLNIO MySQLDataConvertible.swift
[2140/2490] Compiling MySQLNIO MySQLDatabase.swift
[2141/2490] Compiling WebSocketKit WebSocket+Connect.swift
[2142/2490] Compiling WebSocketKit WebSocketClient.swift
[2143/2490] Compiling WebSocketKit WebSocket.swift
[2144/2491] Compiling MySQLNIO Exports.swift
[2145/2491] Compiling MySQLNIO MySQLConnection.swift
[2146/2491] Compiling MySQLNIO MySQLConnectionHandler.swift
[2148/2491] Compiling LeafKit String+HTMLEscape.swift
[2149/2491] Compiling MySQLNIO MySQLProtocol+ColumnFlags.swift
[2150/2491] Compiling MySQLNIO MySQLProtocol+DataType.swift
[2151/2491] Compiling MySQLNIO MySQLProtocol+ERR_Packet.swift
[2152/2491] Compiling MySQLNIO MySQLProtocol+ErrorCode.swift
[2153/2491] Compiling MySQLNIO MySQLProtocol+HandshakeResponse41.swift
[2154/2491] Compiling MySQLNIO MySQLProtocol+HandshakeV10.swift
[2155/2491] Compiling MySQLNIO MySQLProtocol+NullBitmap.swift
[2156/2491] Compiling MySQLNIO MySQLProtocol+OK_Packet.swift
[2157/2491] Compiling MySQLNIO MySQLProtocol+SSLRequest.swift
[2158/2491] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2159/2491] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2160/2491] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2161/2491] Compiling MySQLNIO MySQLProtocol+BinaryResultSetRow.swift
[2162/2491] Compiling MySQLNIO MySQLProtocol+COM_QUERY.swift
[2163/2491] Compiling MySQLNIO MySQLProtocol+COM_QUERY_Response.swift
[2164/2491] Compiling MySQLNIO MySQLProtocol+COM_QUIT.swift
[2165/2491] Compiling MySQLNIO MySQLProtocol+COM_STMT_CLOSE.swift
[2167/2496] Compiling MySQLNIO MySQLError.swift
[2168/2496] Compiling MySQLNIO MySQLQueryCommand.swift
[2169/2496] Compiling MySQLNIO MySQLRow.swift
[2170/2496] Compiling MySQLNIO MySQLSimpleQueryCommand.swift
[2171/2496] Compiling MySQLNIO MySQLPacketSequence.swift
[2177/2496] Compiling MySQLNIO MySQLTime.swift
[2178/2496] Compiling MySQLNIO MySQLPacket.swift
[2179/2496] Compiling MySQLNIO MySQLPacketDecoder.swift
[2180/2496] Compiling MySQLNIO MySQLPacketEncoder.swift
[2186/2496] Wrapping AST for WebSocketKit for debugging
[2188/2496] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2189/2496] Compiling PostgresNIO PostgresMessageType.swift
[2190/2496] Compiling PostgresNIO AuthenticationStateMachine.swift
[2191/2496] Compiling PostgresNIO CloseStateMachine.swift
[2192/2496] Compiling PostgresNIO ConnectionStateMachine.swift
[2193/2496] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2194/2496] Compiling PostgresNIO ListenStateMachine.swift
[2195/2496] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2196/2496] Compiling PostgresNIO RowStreamStateMachine.swift
[2197/2496] Compiling PostgresNIO Array+PostgresCodable.swift
[2198/2496] Compiling PostgresNIO Bool+PostgresCodable.swift
[2199/2496] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2200/2496] Compiling MySQLNIO CryptoUtils.swift
[2201/2496] Compiling MySQLNIO NIOUtils.swift
[2202/2496] Compiling PostgresNIO PostgresMessage+Sync.swift
[2203/2496] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2204/2496] Compiling PostgresNIO PostgresMessageDecoder.swift
[2205/2496] Compiling PostgresNIO PostgresMessageEncoder.swift
[2206/2496] Compiling PostgresNIO PostgresMessage+0.swift
[2207/2496] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2208/2496] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2209/2496] Compiling PostgresNIO PostgresMessage+Error.swift
[2210/2496] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2211/2496] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2220/2496] Compiling LeafKit LeafSyntax.swift
[2221/2496] Compiling LeafKit LeafTag.swift
[2224/2497] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[2225/2497] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[2226/2497] Compiling MySQLNIO MySQLProtocol.swift
[2229/2497] Compiling FluentKit DatabaseQuery+Join.swift
[2230/2497] Compiling FluentKit DatabaseQuery+Range.swift
[2231/2497] Compiling FluentKit DatabaseQuery+Sort.swift
[2232/2497] Compiling FluentKit DatabaseQuery+Value.swift
[2233/2497] Compiling FluentKit DatabaseQuery.swift
[2234/2497] Compiling FluentKit QueryHistory.swift
[2235/2497] Compiling FluentKit DatabaseSchema.swift
[2236/2497] Compiling FluentKit SchemaBuilder.swift
[2237/2497] Compiling FluentKit OptionalType.swift
[2238/2497] Compiling FluentKit RandomGeneratable.swift
[2239/2497] Compiling FluentKit SomeCodingKey.swift
[2240/2497] Compiling FluentKit UnsafeMutableTransferBox.swift
[2240/2497] Wrapping AST for LeafKit for debugging
[2247/2497] Emitting module MySQLNIO
[2256/2505] Emitting module NIOHTTP2
[2257/2505] Compiling NIOHTTP2 StreamStateMachine.swift
[2258/2505] Compiling NIOHTTP2 UnsafeTransfer.swift
[2259/2505] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2260/2505] Compiling PostgresNIO Int+PostgresCodable.swift
[2261/2505] Compiling PostgresNIO JSON+PostgresCodable.swift
[2262/2505] Compiling PostgresNIO Range+PostgresCodable.swift
[2263/2505] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2264/2505] Compiling PostgresNIO String+PostgresCodable.swift
[2265/2505] Compiling PostgresNIO UUID+PostgresCodable.swift
[2266/2505] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2267/2505] Compiling PostgresNIO Logging+PSQL.swift
[2268/2505] Compiling PostgresNIO Authentication.swift
[2269/2505] Compiling PostgresNIO PostgresBackendMessage.swift
[2270/2505] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2271/2505] Compiling PostgresNIO PostgresCell.swift
[2272/2505] Compiling PostgresNIO PostgresChannelHandler.swift
[2273/2505] Compiling PostgresNIO PostgresCodable.swift
[2274/2505] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2275/2505] Compiling PostgresNIO PostgresNotificationSequence.swift
[2276/2505] Compiling PostgresNIO PostgresQuery.swift
[2277/2505] Compiling PostgresNIO PostgresRowSequence.swift
[2278/2505] Compiling PostgresNIO PostgresTransactionError.swift
[2279/2505] Compiling PostgresNIO PreparedStatement.swift
[2280/2505] Compiling PostgresNIO VariadicGenerics.swift
[2306/2506] Emitting module PostgresNIO
[2334/2506] Compiling NIOHTTP2 InboundWindowManager.swift
[2335/2506] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2336/2506] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2352/2520] Wrapping AST for FluentKit for debugging
[2377/2531] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2378/2532] Compiling FluentSQL ConverterUtilities.swift
[2379/2532] Compiling FluentSQL DatabaseQuery+SQL.swift
[2380/2532] Emitting module FluentSQL
[2381/2532] Compiling FluentSQL DatabaseSchema+SQL.swift
[2382/2532] Compiling FluentSQL Exports.swift
[2383/2532] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2384/2532] Compiling FluentSQL SQLDatabase+Model.swift
[2388/2532] Compiling NIOHTTP2 StreamChannelList.swift
[2389/2532] Compiling NIOHTTP2 StreamMap.swift
[2393/2532] Compiling FluentSQL SQLSchemaConverter.swift
[2394/2532] Compiling FluentSQL SQLList+Deprecated.swift
[2395/2532] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2396/2532] Compiling FluentSQL SQLQueryConverter.swift
[2470/2536] Compiling PostgresNIO PSQLEventsHandler.swift
[2471/2536] Compiling PostgresNIO PSQLPreparedStatement.swift
[2472/2536] Compiling PostgresNIO PSQLRowStream.swift
[2473/2536] Compiling PostgresNIO PSQLTask.swift
[2502/2536] Wrapping AST for FluentSQL for debugging
[2503/2536] Wrapping AST for MySQLNIO for debugging
[2505/2536] Compiling PostgresNIO PostgresClientMetrics.swift
[2506/2536] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2507/2536] Compiling PostgresNIO PostgresDatabase+Query.swift
[2508/2536] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2509/2536] Compiling PostgresNIO PostgresDatabase.swift
[2510/2536] Compiling PostgresNIO PostgresRequest.swift
[2511/2536] Compiling PostgresNIO Exports.swift
[2512/2536] Compiling PostgresNIO NIOUtils.swift
[2513/2536] Compiling PostgresNIO PostgresError+Code.swift
[2514/2536] Compiling PostgresNIO PostgresError.swift
[2515/2536] Compiling PostgresNIO PostgresJSONDecoder.swift
[2516/2536] Compiling PostgresNIO PostgresJSONEncoder.swift
[2517/2536] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2518/2536] Compiling PostgresNIO SASLAuthenticationManager.swift
[2519/2537] Wrapping AST for AsyncKit for debugging
[2520/2537] Wrapping AST for NIOHTTP2 for debugging
[2521/2628] Wrapping AST for PostgresNIO for debugging
[2523/2628] Compiling SQLiteKit Exports.swift
[2524/2628] Emitting module SQLiteKit
[2525/2628] Compiling SQLiteKit SQLiteConfiguration.swift
[2526/2629] Compiling MySQLKit MySQLRow+SQL.swift
[2527/2630] Compiling SQLiteKit SQLiteDataEncoder.swift
[2528/2630] Compiling SQLiteKit SQLiteDialect.swift
[2529/2630] Compiling MySQLKit MySQLDialect.swift
[2530/2630] Compiling SQLiteKit SQLiteConnectionSource.swift
[2531/2630] Compiling SQLiteKit SQLiteDataDecoder.swift
[2532/2630] Compiling MySQLKit MySQLDataEncoder.swift
[2533/2630] Compiling MySQLKit MySQLDataDecoder.swift
[2534/2630] Compiling MySQLKit MySQLDatabase+SQL.swift
[2535/2630] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2536/2630] Compiling PostgresKit Exports.swift
[2537/2631] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2538/2631] Compiling PostgresKit PostgresRow+SQL.swift
[2539/2631] Compiling MySQLKit Optional+MySQLDataConvertible.swift
[2540/2631] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2542/2632] Compiling PostgresKit PostgresDataDecoder.swift
[2543/2632] Compiling PostgresKit PostgresDataEncoder.swift
[2544/2632] Emitting module MySQLKit
[2545/2632] Compiling PostgresKit ConnectionPool+Postgres.swift
[2546/2632] Compiling PostgresKit PostgresColumnType.swift
[2550/2633] Emitting module PostgresKit
[2550/2641] Wrapping AST for SQLiteKit for debugging
[2552/2641] Compiling PostgresKit PostgresDatabase+SQL.swift
[2553/2641] Compiling PostgresKit PostgresDialect.swift
[2554/2641] Compiling PostgresKit SQLPostgresConfiguration.swift
[2554/2641] Wrapping AST for MySQLKit for debugging
[2556/2647] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2557/2649] Compiling FluentSQLiteDriver Exports.swift
[2558/2649] Emitting module FluentSQLiteDriver
[2559/2649] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2560/2649] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2561/2649] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2562/2649] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2563/2649] Compiling FluentMySQLDriver Exports.swift
[2564/2650] Compiling FluentMySQLDriver MySQLError+Database.swift
[2565/2650] Compiling PostgresKit PostgresConfiguration.swift
[2566/2650] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2569/2650] Compiling FluentMySQLDriver FluentMySQLError.swift
[2570/2650] Compiling FluentMySQLDriver MySQLRow+Database.swift
[2571/2650] Emitting module FluentMySQLDriver
[2572/2650] Compiling FluentMySQLDriver FluentMySQLDriver.swift
[2573/2650] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2574/2651] Compiling FluentMySQLDriver FluentMySQLConfiguration.swift
[2575/2651] Compiling FluentMySQLDriver MySQLConverterDelegate.swift
[2576/2651] Wrapping AST for FluentSQLiteDriver for debugging
[2578/2651] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2579/2651] Compiling AsyncHTTPClient ConnectionTarget.swift
[2580/2651] Compiling AsyncHTTPClient DeconstructedURL.swift
[2581/2651] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2582/2651] Compiling AsyncHTTPClient FoundationExtensions.swift
[2583/2651] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2584/2651] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2585/2651] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2586/2659] Compiling PostgresKit PostgresConnectionSource.swift
[2587/2659] Compiling PostgresKit PostgresDataTranslation.swift
[2588/2660] Compiling FluentMySQLDriver FluentMySQLDatabase.swift
[2590/2661] Wrapping AST for PostgresKit for debugging
[2600/2661] Wrapping AST for FluentMySQLDriver for debugging
[2602/2669] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2603/2669] Emitting module FluentPostgresDriver
[2604/2669] Compiling FluentPostgresDriver PostgresError+Database.swift
[2605/2669] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2606/2669] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2607/2669] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2608/2669] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2609/2669] Compiling FluentPostgresDriver Exports.swift
[2610/2670] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2611/2670] Compiling AsyncHTTPClient RequestOptions.swift
[2612/2670] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2613/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2614/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2615/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2616/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2617/2670] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2618/2670] Compiling AsyncHTTPClient HTTPClient.swift
[2619/2670] Compiling AsyncHTTPClient HTTPHandler.swift
[2620/2670] Compiling AsyncHTTPClient LRUCache.swift
[2621/2670] Compiling AsyncHTTPClient NWErrorHandler.swift
[2622/2670] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2623/2670] Compiling AsyncHTTPClient TLSConfiguration.swift
[2624/2670] Compiling AsyncHTTPClient RedirectState.swift
[2625/2670] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2627/2670] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2628/2670] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2629/2670] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2630/2670] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2631/2670] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2632/2670] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2633/2670] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2634/2670] Compiling AsyncHTTPClient RequestBodyLength.swift
[2635/2670] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2636/2670] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2637/2670] Compiling AsyncHTTPClient Transaction.swift
[2638/2670] Compiling AsyncHTTPClient Base64.swift
[2639/2670] Compiling AsyncHTTPClient BasicAuth.swift
[2640/2670] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2641/2670] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2642/2670] Compiling AsyncHTTPClient ConnectionPool.swift
[2643/2670] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2644/2670] Emitting module AsyncHTTPClient
[2648/2670] Compiling AsyncHTTPClient HTTP1Connection.swift
[2649/2670] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2650/2670] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2651/2670] Compiling AsyncHTTPClient HTTP2Connection.swift
[2652/2670] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2653/2670] Compiling AsyncHTTPClient RequestBag.swift
[2654/2670] Compiling AsyncHTTPClient RequestValidation.swift
[2655/2670] Compiling AsyncHTTPClient SSLContextCache.swift
[2656/2670] Compiling AsyncHTTPClient Scheme.swift
[2657/2670] Compiling AsyncHTTPClient Singleton.swift
[2658/2670] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2659/2670] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2660/2670] Compiling AsyncHTTPClient Utils.swift
[2660/2671] Wrapping AST for FluentPostgresDriver for debugging
[2662/2671] Wrapping AST for AsyncHTTPClient for debugging
[2664/2840] Compiling Vapor Request+Body.swift
[2665/2840] Compiling Vapor Request+BodyStream.swift
[2666/2840] Compiling Vapor Request.swift
[2667/2840] Compiling Vapor Application+Responder.swift
[2668/2840] Compiling Vapor DefaultResponder.swift
[2669/2840] Compiling Vapor Response+Body.swift
[2670/2840] Compiling Vapor Response.swift
[2671/2840] Compiling Vapor ResponseCodable.swift
[2672/2840] Compiling Vapor Application+Routes.swift
[2673/2840] Compiling Vapor Parameters+Require.swift
[2674/2840] Compiling Vapor Request+WebSocket.swift
[2675/2840] Compiling Vapor Route.swift
[2676/2840] Compiling Vapor RouteCollection.swift
[2677/2840] Compiling Vapor Routes.swift
[2678/2840] Compiling Vapor RoutesBuilder+Group.swift
[2679/2840] Compiling Vapor RoutesBuilder+Method.swift
[2680/2840] Compiling Vapor RoutesBuilder+Middleware.swift
[2681/2840] Compiling Vapor RoutesBuilder+WebSocket.swift
[2682/2840] Compiling Vapor RoutesBuilder.swift
[2683/2840] Compiling Vapor OTP.swift
[2684/2840] Compiling Vapor Application+Servers.swift
[2685/2840] Compiling Vapor Server.swift
[2686/2840] Compiling Vapor App+Service.swift
[2687/2840] Compiling Vapor Req+Service.swift
[2688/2864] Compiling Vapor AsyncBasicResponder.swift
[2689/2864] Compiling Vapor AsyncMiddleware.swift
[2690/2864] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2691/2864] Compiling Vapor AsyncSessionDriver.swift
[2692/2864] Compiling Vapor Authentication+Concurrency.swift
[2693/2864] Compiling Vapor Cache+Concurrency.swift
[2694/2864] Compiling Vapor Client+Concurrency.swift
[2695/2864] Compiling Vapor RequestBody+Concurrency.swift
[2696/2864] Compiling Vapor Responder+Concurrency.swift
[2697/2864] Compiling Vapor ResponseCodable+Concurrency.swift
[2698/2864] Compiling Vapor RoutesBuilder+Concurrency.swift
[2699/2864] Compiling Vapor ViewRenderer+Concurrency.swift
[2700/2864] Compiling Vapor WebSocket+Concurrency.swift
[2701/2864] Compiling Vapor ContainerGetPathExecutor.swift
[2702/2864] Compiling Vapor Content.swift
[2703/2864] Compiling Vapor ContentCoders.swift
[2704/2864] Compiling Vapor ContentConfiguration.swift
[2705/2864] Compiling Vapor ContentContainer.swift
[2706/2864] Compiling Vapor JSONCoder+Custom.swift
[2707/2864] Compiling Vapor JSONCoders+Content.swift
[2708/2864] Compiling Vapor PlaintextDecoder.swift
[2709/2864] Compiling Vapor PlaintextEncoder.swift
[2710/2864] Compiling Vapor URLQueryCoders.swift
[2711/2864] Compiling Vapor URLQueryContainer.swift
[2712/2864] Compiling Vapor HTTPServerResponseEncoder.swift
[2713/2864] Compiling Vapor HTTPServerUpgradeHandler.swift
[2714/2864] Compiling Vapor Logger+Report.swift
[2715/2864] Compiling Vapor LoggingSystem+Environment.swift
[2716/2864] Compiling Vapor Application+Middleware.swift
[2717/2864] Compiling Vapor CORSMiddleware.swift
[2718/2864] Compiling Vapor ErrorMiddleware.swift
[2719/2864] Compiling Vapor FileMiddleware.swift
[2720/2864] Compiling Vapor Middleware.swift
[2721/2864] Compiling Vapor MiddlewareConfiguration.swift
[2722/2864] Compiling Vapor ResponseCompressionMiddleware.swift
[2723/2864] Compiling Vapor RouteLoggingMiddleware.swift
[2724/2864] Compiling Vapor TracingMiddleware.swift
[2725/2864] Compiling Vapor File+Multipart.swift
[2726/2864] Compiling Vapor FormDataDecoder+Content.swift
[2727/2864] Compiling Vapor FormDataEncoder+Content.swift
[2728/2864] Compiling Vapor Application+Password.swift
[2729/2864] Compiling Vapor Application+Passwords.swift
[2730/2864] Compiling Vapor AsyncPasswordHasher.swift
[2731/2864] Compiling Vapor BcryptHasher.swift
[2732/2864] Compiling Vapor PasswordHasher.swift
[2733/2864] Compiling Vapor PlaintextHasher.swift
[2734/2864] Compiling Vapor Request+Password.swift
[2735/2864] Compiling Vapor Redirect.swift
[2736/2888] Compiling Vapor Validator.swift
[2737/2888] Compiling Vapor ValidatorResult.swift
[2738/2888] Compiling Vapor And.swift
[2739/2888] Compiling Vapor Case.swift
[2740/2888] Compiling Vapor CharacterSet.swift
[2741/2888] Compiling Vapor Count.swift
[2742/2888] Compiling Vapor Custom.swift
[2743/2888] Compiling Vapor Email.swift
[2744/2888] Compiling Vapor Empty.swift
[2745/2888] Compiling Vapor In.swift
[2746/2888] Compiling Vapor Nil.swift
[2747/2888] Compiling Vapor NilIgnoring.swift
[2748/2888] Compiling Vapor Not.swift
[2749/2888] Compiling Vapor Or.swift
[2750/2888] Compiling Vapor Pattern.swift
[2751/2888] Compiling Vapor Range.swift
[2752/2888] Compiling Vapor URL.swift
[2753/2888] Compiling Vapor Valid.swift
[2754/2888] Compiling Vapor Application+Views.swift
[2755/2888] Compiling Vapor PlaintextRenderer.swift
[2756/2888] Compiling Vapor Request+View.swift
[2757/2888] Compiling Vapor View.swift
[2758/2888] Compiling Vapor ViewRenderer.swift
[2759/2888] Compiling Vapor _Deprecations.swift
[2760/2888] Compiling Vapor Application.swift
[2761/2888] Compiling Vapor AuthenticationCache.swift
[2762/2888] Compiling Vapor Authenticator.swift
[2763/2888] Compiling Vapor BasicAuthorization.swift
[2764/2888] Compiling Vapor BearerAuthorization.swift
[2765/2888] Compiling Vapor GuardMiddleware.swift
[2766/2888] Compiling Vapor RedirectMiddleware.swift
[2767/2888] Compiling Vapor SessionAuthenticatable.swift
[2768/2888] Compiling Vapor Bcrypt.swift
[2769/2888] Compiling Vapor Application+Cache.swift
[2770/2888] Compiling Vapor Cache.swift
[2771/2888] Compiling Vapor CacheExpirationTime.swift
[2772/2888] Compiling Vapor MemoryCache.swift
[2773/2888] Compiling Vapor Request+Cache.swift
[2774/2888] Compiling Vapor Application+Clients.swift
[2775/2888] Compiling Vapor Client.swift
[2776/2888] Compiling Vapor ClientRequest.swift
[2777/2888] Compiling Vapor ClientResponse.swift
[2778/2888] Compiling Vapor Request+Client.swift
[2779/2888] Compiling Vapor BootCommand.swift
[2780/2888] Compiling Vapor CommandContext+Application.swift
[2781/2888] Compiling Vapor RoutesCommand.swift
[2782/2888] Compiling Vapor ServeCommand.swift
[2783/2888] Compiling Vapor AnyResponse+Concurrency.swift
[2784/2888] Compiling Vapor Core.swift
[2785/2888] Compiling Vapor Running.swift
[2786/2888] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2787/2888] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2788/2888] Compiling Vapor DotEnvFile+load.swift
[2789/2888] Compiling Vapor Routes+caseInsenstive.swift
[2790/2888] Compiling Vapor Validatable+validate.swift
[2791/2888] Compiling Vapor Environment+Process.swift
[2792/2888] Compiling Vapor Environment+Secret.swift
[2793/2888] Compiling Vapor Environment.swift
[2794/2888] Compiling Vapor Abort.swift
[2795/2888] Compiling Vapor AbortError.swift
[2796/2888] Compiling Vapor DebuggableError.swift
[2797/2888] Compiling Vapor Demangler.swift
[2798/2888] Compiling Vapor ErrorSource.swift
[2799/2888] Compiling Vapor StackTrace.swift
[2800/2888] Compiling Vapor Exports.swift
[2801/2888] Compiling Vapor Application+HTTP.swift
[2802/2888] Compiling Vapor BasicResponder.swift
[2803/2888] Compiling Vapor BodyStream.swift
[2804/2888] Compiling Vapor Application+HTTP+Client.swift
[2805/2888] Compiling Vapor EventLoopHTTPClient.swift
[2806/2888] Compiling Vapor EndpointCache.swift
[2807/2888] Compiling Vapor HTTPMethod+String.swift
[2808/2888] Emitting module Vapor
[2809/2888] Compiling Vapor Bytes+Hex.swift
[2810/2888] Compiling Vapor Bytes+SecureCompare.swift
[2811/2888] Compiling Vapor Collection+Safe.swift
[2812/2888] Compiling Vapor DataProtocol+Copy.swift
[2813/2888] Compiling Vapor DecoderUnwrapper.swift
[2814/2888] Compiling Vapor DirectoryConfiguration.swift
[2815/2888] Compiling Vapor DotEnv.swift
[2816/2888] Compiling Vapor Extendable.swift
[2817/2888] Compiling Vapor File.swift
[2818/2888] Compiling Vapor FileIO.swift
[2819/2888] Compiling Vapor LifecycleHandler.swift
[2820/2888] Compiling Vapor OptionalType.swift
[2821/2888] Compiling Vapor RFC1123.swift
[2822/2888] Compiling Vapor SocketAddress+Hostname.swift
[2823/2888] Compiling Vapor Storage.swift
[2824/2888] Compiling Vapor String+IsIPAddress.swift
[2825/2888] Compiling Vapor Thread.swift
[2826/2888] Compiling Vapor URI.swift
[2827/2888] Compiling Vapor RangeResult.swift
[2828/2888] Compiling Vapor Validatable.swift
[2829/2888] Compiling Vapor Validation.swift
[2830/2888] Compiling Vapor ValidationKey.swift
[2831/2888] Compiling Vapor Validations.swift
[2832/2888] Compiling Vapor ValidationsError.swift
[2833/2888] Compiling Vapor Service.swift
[2834/2888] Compiling Vapor Application+Sessions.swift
[2835/2888] Compiling Vapor MemorySessions.swift
[2836/2888] Compiling Vapor Request+Session.swift
[2837/2888] Compiling Vapor Session.swift
[2838/2888] Compiling Vapor SessionCache.swift
[2839/2888] Compiling Vapor SessionData.swift
[2840/2888] Compiling Vapor SessionDriver.swift
[2841/2888] Compiling Vapor SessionsConfiguration.swift
[2842/2888] Compiling Vapor SessionsMiddleware.swift
[2843/2888] Compiling Vapor URLEncodedFormData.swift
[2844/2888] Compiling Vapor URLEncodedFormDecoder.swift
[2845/2888] Compiling Vapor URLEncodedFormEncoder.swift
[2846/2888] Compiling Vapor URLEncodedFormError.swift
[2847/2888] Compiling Vapor URLEncodedFormParser.swift
[2848/2888] Compiling Vapor URLEncodedFormSerializer.swift
[2849/2888] Compiling Vapor URLQueryFragmentConvertible.swift
[2850/2888] Compiling Vapor AnyResponse.swift
[2851/2888] Compiling Vapor Array+Random.swift
[2852/2888] Compiling Vapor Base32.swift
[2853/2888] Compiling Vapor Base64.swift
[2854/2888] Compiling Vapor BaseN.swift
[2855/2888] Compiling Vapor BasicCodingKey.swift
[2856/2888] Compiling Vapor ByteCount.swift
[2857/2888] Compiling Vapor HTTPStatus.swift
[2858/2888] Compiling Vapor HTTPCookies.swift
[2859/2888] Compiling Vapor HTTPHeaderCacheControl.swift
[2860/2888] Compiling Vapor HTTPHeaderExpires.swift
[2861/2888] Compiling Vapor HTTPHeaderLastModified.swift
[2862/2888] Compiling Vapor HTTPHeaders+Cache.swift
[2863/2888] Compiling Vapor HTTPHeaders+Connection.swift
[2864/2888] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2865/2888] Compiling Vapor HTTPHeaders+ContentRange.swift
[2866/2888] Compiling Vapor HTTPHeaders+Directive.swift
[2867/2888] Compiling Vapor HTTPHeaders+Forwarded.swift
[2868/2888] Compiling Vapor HTTPHeaders+Link.swift
[2869/2888] Compiling Vapor HTTPHeaders+Name.swift
[2870/2888] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2871/2888] Compiling Vapor HTTPHeaders.swift
[2872/2888] Compiling Vapor HTTPMediaType.swift
[2873/2888] Compiling Vapor HTTPMediaTypePreference.swift
[2874/2888] Compiling Vapor Responder.swift
[2875/2888] Compiling Vapor Application+HTTP+Server.swift
[2876/2888] Compiling Vapor HTTPServer.swift
[2877/2888] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2878/2888] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2879/2888] Compiling Vapor HTTPServerHandler.swift
[2880/2888] Compiling Vapor HTTPServerRequestDecoder.swift
[2881/2889] Wrapping AST for Vapor for debugging
[2883/2915] Compiling Fluent Fluent+History.swift
[2884/2915] Compiling Fluent Fluent+Paginate.swift
[2885/2917] Compiling LeafErrorMiddleware DefaultContext.swift
[2886/2917] Emitting module Fluent
[2887/2917] Compiling Fluent FluentProvider+Concurrency.swift
[2888/2917] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2889/2917] Compiling Leaf Request+Leaf.swift
[2890/2917] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2891/2917] Compiling Leaf LeafError+AbortError.swift
[2892/2917] Compiling LeafErrorMiddleware LeafErrorMiddlewareDefaultGenerator.swift
[2893/2917] Compiling Fluent ModelAuthenticatable.swift
[2894/2917] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2895/2917] Compiling Leaf Application+Leaf.swift
[2896/2917] Compiling LeafErrorMiddleware LeafErrorMiddleware.swift
[2897/2917] Emitting module LeafErrorMiddleware
[2898/2917] Emitting module Leaf
[2899/2918] Compiling Fluent Pagination+Concurrency.swift
[2900/2918] Compiling Fluent Sessions+Concurrency.swift
[2901/2918] Compiling Fluent Exports.swift
[2902/2918] Compiling Fluent Fluent+Cache.swift
[2903/2918] Compiling Fluent ModelTokenAuthenticatable.swift
[2904/2918] Compiling Fluent PageLimit.swift
[2906/2918] Compiling Fluent Fluent+Pagination.swift
[2907/2918] Compiling Fluent Fluent+Sessions.swift
[2908/2918] Compiling Fluent FluentProvider.swift
[2909/2918] Compiling Fluent MigrateCommand.swift
[2911/2919] Compiling Leaf Exports.swift
[2912/2919] Compiling Leaf LeafEncoder.swift
[2912/2920] Wrapping AST for LeafErrorMiddleware for debugging
[2914/2920] Wrapping AST for Fluent for debugging
[2915/2920] Wrapping AST for Leaf for debugging
[2917/2978] Compiling SteamPressCore SPSiteInformation.swift
[2918/2978] Compiling SteamPressCore Theme.swift
[2919/2978] Compiling SteamPressCore BlogPathCreator.swift
[2920/2978] Compiling SteamPressCore Presenter+Registry+Factory+Extensions.swift
[2921/2978] Compiling SteamPressCore Presenters+Protocols.swift
[2922/2978] Compiling SteamPressCore Presenters.swift
[2923/2978] Compiling SteamPressCore Registry+Factory+Extensions.swift
[2924/2978] Compiling SteamPressCore Repositories.swift
[2925/2986] Compiling SteamPressCore Request+PaginationInformation.swift
[2926/2986] Compiling SteamPressCore Request+ThemeUpdater.swift
[2927/2986] Compiling SteamPressCore String+Optional+Whitespace.swift
[2928/2986] Compiling SteamPressCore String+Random.swift
[2929/2986] Compiling SteamPressCore URL+Converters.swift
[2930/2986] Compiling SteamPressCore AtomFeedGenerator.swift
[2931/2986] Compiling SteamPressCore RSSFeedGenerator.swift
[2932/2986] Compiling SteamPressCore BlogAuthSessionsMiddleware.swift
[2933/2986] Compiling SteamPressCore BlogLoginRedirectAuthMiddleware.swift
[2934/2986] Compiling SteamPressCore BlogRememberMeMiddleware.swift
[2935/2986] Compiling SteamPressCore BlogPostMigration.swift
[2936/2986] Compiling SteamPressCore BlogTagMigration.swift
[2937/2986] Compiling SteamPressCore BlogUserMigration.swift
[2938/2986] Compiling SteamPressCore PostTagPivotMigration.swift
[2939/2986] Compiling SteamPressCore SPSiteInformationMigration.swift
[2940/2986] Compiling SteamPressCore BlogPost.swift
[2941/2986] Compiling SteamPressCore Repository+Protocols.swift
[2942/2986] Compiling SteamPressCore LongPostDateFormatter.swift
[2943/2986] Compiling SteamPressCore NumericPostFormatter.swift
[2944/2986] Compiling SteamPressCore RealRandomNumberGenerator.swift
[2945/2986] Compiling SteamPressCore SteamPressError.swift
[2946/2986] Compiling SteamPressCore SteamPressRandomNumberGenerator.swift
[2947/2986] Compiling SteamPressCore SteamPressConfiguration.swift
[2948/2986] Compiling SteamPressCore SteamPressLifecycleHandler.swift
[2949/2986] Compiling SteamPressCore BlogTag.swift
[2950/2986] Compiling SteamPressCore BlogUser.swift
[2951/2986] Compiling SteamPressCore BlogTagWithPostCount.swift
[2952/2986] Compiling SteamPressCore ViewBlogAuthor.swift
[2953/2986] Compiling SteamPressCore ViewBlogPost.swift
[2954/2986] Compiling SteamPressCore ViewBlogTag.swift
[2955/2986] Compiling SteamPressCore PaginationTagInformation.swift
[2956/2986] Compiling SteamPressCore CreatePostErrors.swift
[2957/2986] Compiling SteamPressCore CreatePostData.swift
[2958/2986] Compiling SteamPressCore CreateTagData.swift
[2959/2986] Compiling SteamPressCore CreateUserData.swift
[2960/2986] Compiling SteamPressCore FileContainers.swift
[2961/2986] Compiling SteamPressCore LoginData.swift
[2962/2986] Compiling SteamPressCore ResetPasswordData.swift
[2963/2986] Compiling SteamPressCore UpdateSiteInformation.swift
[2964/2986] Compiling SteamPressCore PostTagPivot.swift
[2965/2986] Compiling SteamPressCore UsersAdminController.swift
[2966/2986] Compiling SteamPressCore BlogController.swift
[2967/2986] Compiling SteamPressCore FeedController.swift
[2968/2986] Compiling SteamPressCore Application+SteamPress.swift
[2969/2986] Compiling SteamPressCore BlogUser+Information.swift
[2970/2986] Compiling SteamPressCore Models+Parameters.swift
[2971/2986] Compiling SteamPressCore Request+FilePath.swift
[2972/2986] Compiling SteamPressCore Request+PageInformation.swift
[2973/2986] Compiling SteamPressCore FeedInformation.swift
[2974/2986] Compiling SteamPressCore GlobalWebsiteInformation.swift
[2975/2986] Compiling SteamPressCore PaginationInformation.swift
[2976/2986] Compiling SteamPressCore APIController.swift
[2977/2986] Compiling SteamPressCore APITagController.swift
[2978/2986] Compiling SteamPressCore BlogAdminController.swift
[2979/2986] Compiling SteamPressCore LoginController.swift
[2980/2986] Compiling SteamPressCore PostsAdminController.swift
[2981/2986] Compiling SteamPressCore TagsAdminController.swift
[2982/2986] Emitting module SteamPressCore
[2983/2987] Wrapping AST for SteamPressCore for debugging
[2985/3009] Emitting module App
[2986/3011] Compiling App ConfigureDatabases.swift
[2987/3011] Compiling App Services.swift
[2988/3011] Compiling App configure.swift
[2989/3011] Compiling App ErrorContext.swift
[2990/3011] Compiling App LoginPageContext.swift
[2991/3011] Compiling App SearchPageContext.swift
[2992/3011] Compiling App entrypoint.swift
/host/spi-builder-workspace/Sources/App/entrypoint.swift:29:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
27 |         try LoggingSystem.bootstrap(from: &env)
28 |
29 |         let app = Application(env)
   |                   `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
30 |         defer { app.shutdown() }
31 |
/host/spi-builder-workspace/Sources/App/entrypoint.swift:30:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
28 |
29 |         let app = Application(env)
30 |         defer { app.shutdown() }
   |                     `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
31 |
32 |         do {
[2993/3011] Compiling App routes.swift
/host/spi-builder-workspace/Sources/App/entrypoint.swift:29:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
27 |         try LoggingSystem.bootstrap(from: &env)
28 |
29 |         let app = Application(env)
   |                   `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
30 |         defer { app.shutdown() }
31 |
/host/spi-builder-workspace/Sources/App/entrypoint.swift:30:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
28 |
29 |         let app = Application(env)
30 |         defer { app.shutdown() }
   |                     `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
31 |
32 |         do {
[2994/3011] Compiling App AdminPageContext.swift
[2995/3011] Compiling App CreatePostPageContext.swift
[2996/3011] Compiling App CreateUserPageContext.swift
[2997/3011] Compiling App ResetPasswordPageContext.swift
[2998/3011] Compiling App AllAuthorsPageContext.swift
[2999/3011] Compiling App AllTagsPageContext.swift
[3000/3011] Compiling App PostRepository.swift
[3001/3011] Compiling App TagRepository.swift
[3002/3011] Compiling App UserRepository.swift
[3003/3011] Compiling App AuthorPageContext.swift
[3004/3011] Compiling App BlogIndexPageContext.swift
[3005/3011] Compiling App BlogPostPageContext.swift
[3006/3011] Compiling App TagPageContext.swift
[3007/3011] Compiling App ViewBlogAdminPresenter.swift
[3008/3011] Compiling App ViewBlogPresenter.swift
[3009/3012] Wrapping AST for App for debugging
[3010/3012] Write Objects.LinkFileList
[3011/3012] Linking App
Build complete! (484.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgres-driver",
      "requirement" : {
        "exact" : [
          "2.6.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgres-driver.git"
    },
    {
      "identity" : "fluent-mysql-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-mysql-driver.git"
    },
    {
      "identity" : "fluent-sqlite-driver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-sqlite-driver"
    },
    {
      "identity" : "steampress-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.12",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iankoex/steampress-core.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "leaf-error-middleware",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brokenhandsio/leaf-error-middleware.git"
    }
  ],
  "manifest_display_name" : "SteamPress",
  "name" : "SteamPress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "App",
      "targets" : [
        "App"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "product_dependencies" : [
        "XCTVapor"
      ],
      "sources" : [
        "SteamPressExampleTests.swift"
      ],
      "target_dependencies" : [
        "App"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "Vapor",
        "Fluent",
        "FluentPostgresDriver",
        "FluentMySQLDriver",
        "FluentSQLiteDriver",
        "SteamPressCore",
        "Leaf",
        "LeafErrorMiddleware"
      ],
      "product_memberships" : [
        "App"
      ],
      "sources" : [
        "Models/Contexts/Admin/AdminPageContext.swift",
        "Models/Contexts/Admin/CreatePostPageContext.swift",
        "Models/Contexts/Admin/CreateUserPageContext.swift",
        "Models/Contexts/Admin/ResetPasswordPageContext.swift",
        "Models/Contexts/AllAuthorsPageContext.swift",
        "Models/Contexts/AllTagsPageContext.swift",
        "Models/Contexts/AuthorPageContext.swift",
        "Models/Contexts/BlogIndexPageContext.swift",
        "Models/Contexts/BlogPostPageContext.swift",
        "Models/Contexts/ErrorContext.swift",
        "Models/Contexts/LoginPageContext.swift",
        "Models/Contexts/SearchPageContext.swift",
        "Models/Contexts/TagPageContext.swift",
        "Presenters/ViewBlogAdminPresenter.swift",
        "Presenters/ViewBlogPresenter.swift",
        "Repositories/PostRepository.swift",
        "Repositories/TagRepository.swift",
        "Repositories/UserRepository.swift",
        "Services/ConfigureDatabases.swift",
        "Services/Services.swift",
        "configure.swift",
        "entrypoint.swift",
        "routes.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.