The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Sublimate, reference master (fe14c7), with Swift 6.1 for Android on 28 May 2025 00:07:20 UTC.

Swift 6 data race errors: 8

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/myhealthily/sublimate.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/myhealthily/sublimate
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fe14c75 Merge pull request #18 from myhealthily/test-coverage
Cloned https://github.com/myhealthily/sublimate.git
Revision (git rev-parse @):
fe14c7511078f93d998fda6a3cbf6f347c254b51
SUCCESS checkout https://github.com/myhealthily/sublimate.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/myhealthily/sublimate.git
https://github.com/myhealthily/sublimate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit"
    },
    {
      "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.git"
    }
  ],
  "manifest_display_name" : "Sublimate",
  "name" : "Sublimate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Sublimate",
      "targets" : [
        "Sublimate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SublimateVapor",
      "targets" : [
        "SublimateVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SublimateFluentKit",
      "targets" : [
        "SublimateFluentKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "product_dependencies" : [
        "XCTFluent",
        "XCTVapor",
        "FluentSQLiteDriver"
      ],
      "sources" : [
        "CO₂Tests.swift",
        "FluentTests.swift",
        "NIOTests.swift",
        "SublimateMigrationTests.swift",
        "SublimateModelMiddlewareTests.swift",
        "SublimateRawBuilderTests.swift",
        "VaporTests.swift",
        "etc.swift"
      ],
      "target_dependencies" : [
        "Sublimate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimateVapor",
      "module_type" : "SwiftTarget",
      "name" : "SublimateVapor",
      "path" : "Sources/SublimateVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "Sublimate",
        "SublimateVapor"
      ],
      "sources" : [
        "CO₂.swift"
      ],
      "target_dependencies" : [
        "SublimateFluentKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SublimateNIO",
      "module_type" : "SwiftTarget",
      "name" : "SublimateNIO",
      "path" : "Sources/SublimateNIO",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "Sublimate",
        "SublimateVapor",
        "SublimateFluentKit"
      ],
      "sources" : [
        "CO₂NIO.swift",
        "DispatchQueue+EventLoop.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SublimateFluentKit",
      "module_type" : "SwiftTarget",
      "name" : "SublimateFluentKit",
      "path" : "Sources/SublimateFluentKit",
      "product_dependencies" : [
        "FluentKit",
        "FluentSQL"
      ],
      "product_memberships" : [
        "Sublimate",
        "SublimateVapor",
        "SublimateFluentKit"
      ],
      "sources" : [
        "CO₂DB.swift",
        "FluentKit.Database.sublimate().swift",
        "Model+CO₂.swift",
        "SublimateAbort.swift",
        "SublimateMigration.swift",
        "SublimateModelMiddleware.swift",
        "SublimateQueryBuilder.swift",
        "SublimateRawBuilder.swift"
      ],
      "target_dependencies" : [
        "SublimateNIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sublimate",
      "module_type" : "SwiftTarget",
      "name" : "Sublimate",
      "path" : "Sources/Sublimate",
      "product_dependencies" : [
        "Fluent"
      ],
      "product_memberships" : [
        "Sublimate"
      ],
      "sources" : [
        "Vapor.Request.sublimate().swift",
        "sublimate().swift"
      ],
      "target_dependencies" : [
        "SublimateVapor"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/vapor/vapor.git
[1/1347] Fetching fluent-sqlite-driver
[1281/77402] Fetching fluent-sqlite-driver, swift-nio
[1282/151780] Fetching fluent-sqlite-driver, swift-nio, vapor
Fetching https://github.com/vapor/fluent-kit
Fetching https://github.com/vapor/fluent
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.31s)
[29327/150433] Fetching swift-nio, vapor
[93153/163854] Fetching swift-nio, vapor, fluent
[93288/177182] Fetching swift-nio, vapor, fluent, fluent-kit
Fetched https://github.com/vapor/fluent-kit from cache (1.95s)
Fetched https://github.com/vapor/fluent from cache (1.95s)
[132180/150433] Fetching swift-nio, vapor
Fetched https://github.com/vapor/vapor.git from cache (3.32s)
[59323/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (5.79s)
Computing version for https://github.com/vapor/fluent
Computed https://github.com/vapor/fluent at 4.12.0 (6.46s)
Computing version for https://github.com/vapor/fluent-kit
Computed https://github.com/vapor/fluent-kit at 1.52.2 (1.27s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
[1/3836] Fetching swift-log
[769/9819] Fetching swift-log, sql-kit
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.33s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.58s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.39s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (2.34s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[1677/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.80s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.62s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (3.03s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.39s)
[1508/1508] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.74s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.53s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.37s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.78s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.87s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.69s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[1033/3672] Fetching swift-service-context, websocket-kit
[2077/9586] Fetching swift-service-context, websocket-kit, swift-nio-extras
[4078/11792] Fetching swift-service-context, websocket-kit, swift-nio-extras, swift-metrics
[5541/15111] Fetching swift-service-context, websocket-kit, swift-nio-extras, swift-metrics, multipart-kit
[9227/20085] Fetching swift-service-context, websocket-kit, swift-nio-extras, swift-metrics, multipart-kit, swift-distributed-tracing
Fetched https://github.com/vapor/websocket-kit.git from cache (0.34s)
[12421/17476] Fetching swift-service-context, swift-nio-extras, swift-metrics, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
[10780/24029] Fetching swift-service-context, swift-nio-extras, swift-metrics, multipart-kit, swift-nio-http2
[19541/38872] Fetching swift-service-context, swift-nio-extras, swift-metrics, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.33s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.76s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.77s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.77s)
Fetching https://github.com/vapor/console-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.83s)
[1/20727] Fetching routing-kit
[3732/26304] Fetching routing-kit, console-kit
[17393/40240] Fetching routing-kit, console-kit, swift-crypto
[21195/54254] Fetching routing-kit, console-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.80s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.93s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.06s)
[11431/19513] Fetching console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (1.52s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.80s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.43s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.46s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
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.78s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.56s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[777/2731] Fetching swift-http-structured-headers, swift-asn1
[1460/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3636/6061] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle
[3661/11046] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[5234/17201] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[14787/15156] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
[13320/13566] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.43s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.43s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.43s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.97s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.20s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.77s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.99s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.31s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.46s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.68s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.49s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.61s)
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.48s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.46s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/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/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/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.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.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.27.1
Creating working copy for https://github.com/vapor/fluent
Working copy of https://github.com/vapor/fluent resolved at 4.12.0
Creating working copy for https://github.com/vapor/fluent-kit
Working copy of https://github.com/vapor/fluent-kit resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Building for debugging...
[0/838] Write sources
[53/838] Compiling _AtomicsShims.c
[54/838] Compiling _NumericsShims _NumericsShims.c
[55/838] Compiling CNIOWindows shim.c
[56/838] Compiling CNIOWindows WSAStartup.c
[57/838] Compiling CVaporBcrypt blf.c
[58/838] Compiling CVaporBcrypt bcrypt.c
[59/838] Compiling CNIOWASI CNIOWASI.c
[60/838] Compiling CNIOLLHTTP c_nio_api.c
[61/838] Compiling CSystem shims.c
[62/838] Compiling CNIODarwin shim.c
[63/838] Compiling CNIOExtrasZlib empty.c
[64/838] Compiling CNIOLLHTTP c_nio_http.c
[65/838] Compiling CNIOLinux liburing_shims.c
[66/838] Compiling CNIOSHA1 c_nio_sha1.c
[67/838] Compiling CNIOLinux shim.c
[68/838] Compiling fiat_p256_adx_sqr.S
[69/838] Write swift-version-24593BA9C3E375BF.txt
[69/838] Compiling fiat_p256_adx_mul.S
[71/838] Compiling fiat_curve25519_adx_square.S
[72/838] Compiling fiat_curve25519_adx_mul.S
[73/838] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/872] Compiling CNIOBoringSSLShims shims.c
[75/875] Compiling tls_record.cc
[76/882] Compiling tls13_server.cc
[77/890] Compiling tls_method.cc
[78/890] Compiling tls13_enc.cc
[80/907] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/908] Compiling RealModule Real.swift
[82/909] Compiling RealModule Float80+Real.swift
[83/909] Emitting module InternalCollectionsUtilities
[84/909] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[85/909] Compiling InternalCollectionsUtilities Integer rank.swift
[86/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/909] Compiling InternalCollectionsUtilities Debugging.swift
[88/909] Compiling InternalCollectionsUtilities Descriptions.swift
[89/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/909] Emitting module RealModule
[93/909] Compiling ServiceContextModule ServiceContextKey.swift
[94/909] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[95/909] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/909] Compiling ServiceContextModule ServiceContext.swift
[97/909] Compiling RealModule Float16+Real.swift
[98/909] Emitting module ServiceContextModule
[99/910] Compiling CoreMetrics Metrics.swift
[100/910] Compiling SystemPackage MachPort.swift
[101/910] Compiling SystemPackage PlatformString.swift
[102/910] Compiling SystemPackage SystemString.swift
[103/910] Compiling SystemPackage FilePathTempPosix.swift
[104/910] Compiling SystemPackage FilePathTempWindows.swift
[105/910] Compiling SystemPackage FilePathWindows.swift
[106/910] Compiling SystemPackage FilePermissions.swift
[107/913] Compiling RealModule ElementaryFunctions.swift
[108/913] Compiling RealModule Float+Real.swift
[109/913] Compiling _NIODataStructures _TinyArray.swift
[110/913] Compiling _NIODataStructures PriorityQueue.swift
[111/913] Compiling _NIOBase64 Base64.swift
[112/913] Emitting module _NIOBase64
[114/914] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[115/914] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[118/914] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[119/914] Compiling InternalCollectionsUtilities _SortedCollection.swift
[121/914] Compiling RealModule RealFunctions.swift
[122/915] Emitting module _NIODataStructures
[123/915] Compiling _NIODataStructures Heap.swift
[124/916] Emitting module SystemPackage
[131/916] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/923] Compiling tls13_client.cc
[142/923] Emitting module Instrumentation
[143/923] Compiling Instrumentation NoOpInstrument.swift
[144/923] Compiling Instrumentation MultiplexInstrument.swift
[145/923] Compiling SystemPackage Util+StringArray.swift
[146/923] Compiling SystemPackage Util.swift
[147/923] Compiling SystemPackage UtilConsumers.swift
[147/989] Compiling t1_enc.cc
[149/991] Compiling Instrumentation Instrument.swift
[150/991] Compiling Instrumentation Locks.swift
[151/991] Compiling Instrumentation InstrumentationSystem.swift
[151/991] Compiling tls13_both.cc
[153/992] Emitting module Logging
[154/992] Emitting module CoreMetrics
[155/992] Compiling CoreMetrics Locks.swift
[156/993] Compiling _RopeModule Rope+Debugging.swift
[157/993] Compiling _RopeModule Rope+Invariants.swift
[158/993] Compiling _RopeModule Rope+_Node.swift
[159/993] Compiling _RopeModule Rope+_Storage.swift
[160/993] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[161/993] Compiling _RopeModule Rope+_UnsafeHandle.swift
[162/993] Compiling _RopeModule Rope.swift
[163/993] Compiling _RopeModule RopeElement.swift
[165/994] Compiling Logging MetadataProvider.swift
[166/994] Compiling Logging LogHandler.swift
[167/994] Compiling Logging Locks.swift
[168/994] Compiling Logging Logging.swift
[172/1127] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[173/1141] Compiling HeapModule Heap+Descriptions.swift
[174/1141] Compiling HeapModule _HeapNode.swift
[175/1143] Compiling HeapModule Heap.swift
[176/1149] Compiling HeapModule Heap+Invariants.swift
[177/1149] Compiling HeapModule Heap+UnsafeHandle.swift
[178/1149] Compiling Tracing TracingTime.swift
[179/1149] Emitting module HeapModule
[180/1150] Emitting module Tracing
[181/1150] Compiling Tracing TracerProtocol.swift
[182/1150] Compiling Tracing InstrumentationSystem+Tracing.swift
[184/1150] Compiling Tracing TracerProtocol+Legacy.swift
[185/1150] Compiling HashTreeCollections TreeSet+Hashable.swift
[186/1150] Compiling HashTreeCollections TreeSet+Sendable.swift
[187/1150] Compiling HashTreeCollections TreeSet+Sequence.swift
[188/1150] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[189/1150] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[190/1150] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[191/1150] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[192/1150] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[193/1150] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[194/1150] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[195/1150] Compiling Tracing Tracer.swift
[196/1160] Compiling HashTreeCollections _HashNode+Structural union.swift
[197/1160] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[198/1160] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[199/1160] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[200/1160] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[201/1160] Compiling HashTreeCollections _HashNode.swift
[202/1160] Compiling HashTreeCollections _HashNodeHeader.swift
[203/1167] Compiling HashTreeCollections TreeSet+Collection.swift
[204/1167] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[205/1167] Compiling HashTreeCollections TreeSet+Debugging.swift
[206/1167] Compiling HashTreeCollections TreeSet+Descriptions.swift
[207/1167] Compiling HashTreeCollections TreeSet+Equatable.swift
[208/1167] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[209/1167] Compiling HashTreeCollections TreeSet+Extras.swift
[210/1167] Compiling HashTreeCollections TreeSet+Filter.swift
[211/1167] Compiling Tracing NoOpTracer.swift
[212/1167] Compiling Tracing SpanProtocol.swift
[213/1168] Compiling HashTreeCollections _UnsafePath.swift
[214/1168] Compiling HashTreeCollections TreeDictionary+Codable.swift
[215/1168] Compiling HashTreeCollections TreeDictionary+Collection.swift
[216/1168] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[217/1168] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[218/1168] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[219/1168] Compiling HashTreeCollections TreeDictionary.swift
[220/1168] Compiling HashTreeCollections TreeSet+Codable.swift
[221/1168] Compiling HashTreeCollections _HashSlot.swift
[222/1168] Compiling HashTreeCollections _HashStack.swift
[223/1168] Compiling HashTreeCollections _HashTreeIterator.swift
[224/1168] Compiling HashTreeCollections _HashTreeStatistics.swift
[225/1168] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[226/1168] Compiling HashTreeCollections _RawHashNode.swift
[227/1168] Compiling HashTreeCollections _UnmanagedHashNode.swift
[228/1181] Compiling DequeModule Deque+Testing.swift
[229/1181] Compiling DequeModule Deque._Storage.swift
[230/1181] Compiling DequeModule Deque._UnsafeHandle.swift
[231/1181] Compiling DequeModule Deque.swift
[232/1181] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[233/1181] Compiling HashTreeCollections _HashNode+Storage.swift
[234/1181] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[235/1181] Compiling HashTreeCollections _HashNode+Structural filter.swift
[237/1183] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[238/1183] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[239/1183] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[240/1183] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[241/1183] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[242/1183] Compiling HashTreeCollections _HashNode+Structural merge.swift
[243/1183] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[244/1183] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[255/1183] Compiling OrderedCollections OrderedSet+Sendable.swift
[256/1183] Compiling OrderedCollections OrderedSet+SubSequence.swift
[257/1183] Compiling OrderedCollections OrderedSet+Testing.swift
[258/1183] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[259/1183] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[260/1183] Compiling OrderedCollections OrderedSet.swift
[261/1183] Compiling OrderedCollections _UnsafeBitset.swift
[262/1183] Compiling HashTreeCollections TreeDictionary+Merge.swift
[263/1183] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[264/1183] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[265/1183] Compiling HashTreeCollections TreeDictionary+Values.swift
[276/1192] Compiling DequeModule Deque+CustomReflectable.swift
[277/1192] Compiling DequeModule Deque+Descriptions.swift
[278/1192] Compiling DequeModule Deque+Equatable.swift
[279/1192] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[280/1194] Compiling DequeModule _DequeBuffer.swift
[281/1194] Compiling DequeModule _DequeBufferHeader.swift
[321/1194] Compiling ssl_x509.cc
[323/1194] Compiling _RopeModule _CharacterRecognizer.swift
[324/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[325/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[326/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[327/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[328/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[329/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[330/1194] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[331/1194] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[332/1194] Compiling HashTreeCollections TreeSet.swift
[333/1194] Compiling DequeModule Deque+Extras.swift
[334/1194] Compiling DequeModule Deque+Hashable.swift
[335/1194] Compiling DequeModule Deque+Codable.swift
[336/1194] Compiling DequeModule Deque+Collection.swift
[343/1194] Compiling DequeModule _DequeSlot.swift
[344/1194] Compiling DequeModule _UnsafeWrappedBuffer.swift
[365/1194] Emitting module DequeModule
[369/1195] Emitting module RoutingKit
[370/1195] Emitting module _RopeModule
[382/1195] Compiling RoutingKit Router.swift
[383/1195] Compiling RoutingKit PathComponent.swift
[384/1195] Compiling RoutingKit TrieRouter.swift
[384/1195] Compiling ssl_versions.cc
[386/1195] Emitting module OrderedCollections
[429/1196] Compiling RoutingKit Parameters.swift
[430/1196] Compiling RoutingKit AnyRouter.swift
[430/1197] Compiling ssl_transcript.cc
[433/1197] Emitting module Metrics
[434/1197] Compiling Metrics Metrics.swift
[435/1198] Emitting module HashTreeCollections
[437/1199] Compiling ssl_stat.cc
[439/1199] Compiling _RopeModule Rope+Join.swift
[440/1199] Compiling _RopeModule Rope+MutatingForEach.swift
[441/1199] Compiling _RopeModule Rope+Remove.swift
[442/1199] Compiling _RopeModule Rope+RemoveSubrange.swift
[443/1199] Compiling _RopeModule Rope+Split.swift
[444/1199] Compiling _RopeModule Optional Utilities.swift
[445/1199] Compiling _RopeModule String Utilities.swift
[446/1199] Compiling _RopeModule String.Index+ABI.swift
[448/1200] Compiling ssl_session.cc
[449/1200] Compiling ssl_privkey.cc
[450/1200] Compiling ssl_file.cc
[451/1200] Compiling ssl_cipher.cc
[452/1200] Compiling ssl_lib.cc
[453/1200] Compiling ssl_credential.cc
[454/1200] Compiling ssl_buffer.cc
[455/1200] Compiling ssl_key_share.cc
[456/1200] Compiling ssl_asn1.cc
[457/1200] Compiling ssl_cert.cc
[458/1200] Compiling s3_pkt.cc
[459/1200] Compiling ssl_aead_ctx.cc
[460/1200] Compiling s3_both.cc
[461/1200] Compiling handoff.cc
[462/1200] Compiling s3_lib.cc
[463/1200] Compiling handshake_client.cc
[464/1200] Compiling handshake_server.cc
[465/1200] Compiling handshake.cc
[466/1200] Compiling d1_srtp.cc
[467/1200] Compiling encrypted_client_hello.cc
[468/1200] Compiling md5-x86_64-linux.S
[469/1200] Compiling md5-x86_64-apple.S
[470/1200] Compiling dtls_method.cc
[471/1200] Compiling md5-586-apple.S
[472/1200] Compiling md5-586-linux.S
[473/1200] Compiling chacha20_poly1305_x86_64-linux.S
[474/1200] Compiling chacha20_poly1305_x86_64-apple.S
[475/1200] Compiling d1_pkt.cc
[476/1200] Compiling chacha20_poly1305_armv8-win.S
[477/1200] Compiling chacha20_poly1305_armv8-linux.S
[478/1200] Compiling chacha20_poly1305_armv8-apple.S
[479/1200] Compiling err_data.cc
[480/1200] Compiling dtls_record.cc
[481/1200] Compiling chacha-x86_64-linux.S
[482/1200] Compiling d1_lib.cc
[483/1200] Compiling chacha-x86_64-apple.S
[484/1200] Compiling d1_both.cc
[485/1200] Compiling extensions.cc
[486/1200] Compiling chacha-x86-linux.S
[487/1200] Compiling chacha-x86-apple.S
[488/1200] Compiling chacha-armv8-win.S
[489/1200] Compiling chacha-armv4-linux.S
[490/1200] Compiling chacha-armv8-linux.S
[491/1200] Compiling chacha-armv8-apple.S
[492/1200] Compiling aes128gcmsiv-x86_64-linux.S
[493/1200] Compiling bio_ssl.cc
[494/1200] Compiling aes128gcmsiv-x86_64-apple.S
[495/1200] Compiling x86_64-mont5-linux.S
[496/1200] Compiling x86_64-mont5-apple.S
[497/1200] Compiling x86-mont-apple.S
[498/1200] Compiling x86-mont-linux.S
[499/1200] Compiling x86_64-mont-apple.S
[500/1200] Compiling x86_64-mont-linux.S
[501/1200] Compiling vpaes-x86_64-linux.S
[502/1200] Compiling vpaes-x86_64-apple.S
[503/1200] Compiling vpaes-armv8-linux.S
[504/1200] Compiling vpaes-x86-linux.S
[505/1200] Compiling vpaes-armv8-win.S
[506/1200] Compiling vpaes-armv8-apple.S
[507/1200] Compiling vpaes-x86-apple.S
[508/1200] Compiling sha512-x86_64-linux.S
[509/1200] Compiling vpaes-armv7-linux.S
[510/1200] Compiling sha512-armv8-win.S
[511/1200] Compiling sha512-x86_64-apple.S
[512/1200] Compiling sha512-armv8-apple.S
[513/1200] Compiling sha512-armv4-linux.S
[514/1200] Compiling sha512-586-linux.S
[515/1200] Compiling sha256-armv8-win.S
[516/1200] Compiling sha512-586-apple.S
[517/1200] Compiling sha256-x86_64-apple.S
[518/1200] Compiling sha256-x86_64-linux.S
[519/1200] Compiling sha512-armv8-linux.S
[520/1200] Compiling sha256-armv8-apple.S
[521/1200] Compiling sha256-586-linux.S
[522/1200] Compiling sha256-armv4-linux.S
[523/1200] Compiling sha1-x86_64-linux.S
[524/1200] Compiling sha256-armv8-linux.S
[525/1200] Compiling sha1-armv8-linux.S
[526/1200] Compiling sha1-armv8-win.S
[527/1200] Compiling sha256-586-apple.S
[528/1200] Compiling sha1-x86_64-apple.S
[529/1200] Compiling sha1-armv8-apple.S
[530/1200] Compiling sha1-586-apple.S
[531/1200] Compiling sha1-armv4-large-linux.S
[532/1200] Compiling rsaz-avx2-apple.S
[533/1200] Compiling rsaz-avx2-linux.S
[534/1200] Compiling rdrand-x86_64-linux.S
[534/1200] Compiling p256_beeu-x86_64-asm-linux.S
[536/1200] Compiling sha1-586-linux.S
[537/1200] Compiling p256_beeu-armv8-asm-win.S
[538/1200] Compiling p256_beeu-x86_64-asm-apple.S
[539/1200] Compiling rdrand-x86_64-apple.S
[540/1200] Compiling p256_beeu-armv8-asm-linux.S
[541/1200] Compiling p256-armv8-asm-win.S
[542/1200] Compiling p256_beeu-armv8-asm-apple.S
[543/1200] Compiling p256-x86_64-asm-linux.S
[544/1200] Compiling p256-x86_64-asm-apple.S
[545/1200] Compiling p256-armv8-asm-apple.S
[546/1200] Compiling ghashv8-armv8-win.S
[547/1200] Compiling p256-armv8-asm-linux.S
[548/1200] Compiling ghashv8-armv8-apple.S
[549/1200] Compiling ghash-x86_64-linux.S
[550/1200] Compiling ghashv8-armv8-linux.S
[551/1200] Compiling ghashv8-armv7-linux.S
[552/1200] Compiling ghash-x86-linux.S
[553/1200] Compiling ghash-x86_64-apple.S
[554/1200] Compiling ghash-ssse3-x86_64-linux.S
[555/1200] Compiling ghash-x86-apple.S
[556/1200] Compiling ghash-ssse3-x86-linux.S
[557/1200] Compiling ghash-ssse3-x86_64-apple.S
[558/1200] Compiling ghash-neon-armv8-win.S
[558/1200] Compiling ghash-ssse3-x86-apple.S
[560/1200] Compiling ghash-neon-armv8-apple.S
[561/1200] Compiling ghash-neon-armv8-linux.S
[562/1200] Compiling ghash-armv4-linux.S
[563/1200] Compiling co-586-linux.S
[564/1200] Compiling bsaes-armv7-linux.S
[564/1200] Compiling bn-armv8-linux.S
[566/1200] Compiling co-586-apple.S
[567/1200] Compiling bn-armv8-apple.S
[567/1200] Compiling bn-586-linux.S
[567/1200] Compiling armv8-mont-win.S
[570/1200] Compiling armv4-mont-linux.S
[570/1200] Compiling bn-armv8-win.S
[570/1200] Compiling armv8-mont-apple.S
[573/1200] Compiling armv8-mont-linux.S
[574/1200] Compiling bn-586-apple.S
[575/1200] Compiling aesv8-gcm-armv8-apple.S
[576/1200] Compiling aesv8-armv8-win.S
[577/1200] Compiling aesv8-armv7-linux.S
[577/1200] Compiling aesv8-gcm-armv8-win.S
[579/1200] Compiling aesv8-armv8-linux.S
[580/1200] Compiling aesv8-armv8-apple.S
[581/1200] Compiling aesni-x86_64-linux.S
[582/1200] Compiling aesv8-gcm-armv8-linux.S
[583/1200] Compiling aesni-x86_64-apple.S
[584/1200] Compiling aesni-x86-apple.S
[585/1200] Compiling aesni-gcm-x86_64-apple.S
[585/1200] Compiling aes-gcm-avx2-x86_64-linux.S
[587/1200] Compiling aes-gcm-avx2-x86_64-apple.S
[588/1200] Compiling aesni-gcm-x86_64-linux.S
[589/1200] Compiling aesni-x86-linux.S
[590/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[591/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[592/1200] Compiling x_req.cc
[593/1200] Compiling x_x509.cc
[594/1200] Compiling x_pubkey.cc
[595/1200] Compiling x_val.cc
[596/1200] Compiling x_name.cc
[597/1200] Compiling x_spki.cc
[598/1200] Compiling x_sig.cc
[599/1200] Compiling x_x509a.cc
[600/1200] Compiling x_exten.cc
[601/1200] Compiling x509spki.cc
[602/1200] Compiling x_algor.cc
[603/1200] Compiling x509name.cc
[604/1200] Compiling x_all.cc
[605/1200] Compiling x_crl.cc
[606/1200] Compiling x509rset.cc
[607/1200] Compiling x_attrib.cc
[608/1200] Compiling x509cset.cc
[609/1200] Compiling x509_v3.cc
[610/1200] Compiling x509_txt.cc
[611/1200] Compiling x509_vpm.cc
[612/1200] Compiling x509_trs.cc
[613/1200] Compiling x509_vfy.cc
[614/1200] Compiling x509_set.cc
[615/1200] Compiling x509_req.cc
[616/1200] Compiling x509_lu.cc
[617/1200] Compiling x509_def.cc
[618/1200] Compiling x509_obj.cc
[619/1200] Compiling x509_d2.cc
[620/1200] Compiling x509_ext.cc
[621/1200] Compiling x509_cmp.cc
[622/1200] Compiling x509_att.cc
[623/1200] Compiling v3_utl.cc
[624/1200] Compiling x509.cc
[625/1200] Compiling v3_skey.cc
[626/1200] Compiling v3_purp.cc
[627/1200] Compiling v3_ncons.cc
[628/1200] Compiling v3_prn.cc
[629/1200] Compiling v3_pmaps.cc
[630/1200] Compiling v3_pcons.cc
[631/1200] Compiling v3_ocsp.cc
[632/1200] Compiling v3_int.cc
[633/1200] Compiling v3_info.cc
[634/1200] Compiling v3_lib.cc
[635/1200] Compiling v3_enum.cc
[636/1200] Compiling v3_crld.cc
[637/1200] Compiling v3_genn.cc
[638/1200] Compiling v3_ia5.cc
[639/1200] Compiling v3_extku.cc
[640/1200] Compiling v3_cpols.cc
[641/1200] Compiling v3_conf.cc
[642/1200] Compiling v3_bcons.cc
[643/1200] Compiling v3_bitst.cc
[644/1200] Compiling v3_alt.cc
[645/1200] Compiling v3_akey.cc
[646/1200] Compiling t_x509a.cc
[647/1200] Compiling t_x509.cc
[648/1200] Compiling v3_akeya.cc
[649/1200] Compiling t_req.cc
[650/1200] Compiling i2d_pr.cc
[651/1200] Compiling policy.cc
[652/1200] Compiling rsa_pss.cc
[653/1200] Compiling t_crl.cc
[654/1200] Compiling name_print.cc
[655/1200] Compiling by_file.cc
[656/1200] Compiling by_dir.cc
[657/1200] Compiling a_verify.cc
[658/1200] Compiling asn1_gen.cc
[659/1200] Compiling algorithm.cc
[660/1200] Compiling voprf.cc
[661/1200] Compiling a_sign.cc
[662/1200] Compiling a_digest.cc
[663/1200] Compiling thread_win.cc
[664/1200] Compiling thread_none.cc
[665/1200] Compiling thread_pthread.cc
[666/1200] Compiling pmbtoken.cc
[667/1200] Compiling thread.cc
[668/1200] Compiling trust_token.cc
[669/1200] Compiling stack.cc
[670/1200] Compiling siphash.cc
[671/1200] Compiling sha512.cc
[672/1200] Compiling spake2plus.cc
[673/1200] Compiling sha1.cc
[674/1200] Compiling rsa_extra.cc
[675/1200] Compiling sha256.cc
[676/1200] Compiling slhdsa.cc
[677/1200] Compiling rsa_print.cc
[678/1200] Compiling rsa_crypt.cc
[679/1200] Compiling refcount.cc
[680/1200] Compiling rc4.cc
[681/1200] Compiling rand.cc
[682/1200] Compiling trusty.cc
[683/1200] Compiling urandom.cc
[684/1200] Compiling windows.cc
[685/1200] Compiling rsa_asn1.cc
[686/1200] Compiling passive.cc
[687/1200] Compiling forkunsafe.cc
[688/1200] Compiling poly1305_arm_asm.S
[689/1200] Compiling getentropy.cc
[689/1200] Compiling deterministic.cc
[691/1200] Compiling poly1305_vec.cc
[692/1200] Compiling ios.cc
[693/1200] Compiling fork_detect.cc
[694/1200] Compiling poly1305_arm.cc
[695/1200] Compiling pool.cc
[696/1200] Compiling poly1305.cc
[697/1200] Compiling pkcs7.cc
[698/1200] Compiling pkcs8.cc
[699/1200] Compiling pkcs8_x509.cc
[700/1200] Compiling pkcs7_x509.cc
[701/1200] Compiling pem_xaux.cc
[702/1200] Compiling p5_pbev2.cc
[703/1200] Compiling pem_x509.cc
[704/1200] Compiling pem_pkey.cc
[705/1200] Compiling pem_pk8.cc
[706/1200] Compiling pem_lib.cc
[707/1200] Compiling obj_xref.cc
[708/1200] Compiling pem_oth.cc
[709/1200] Compiling pem_info.cc
[710/1200] Compiling mlkem.cc
[711/1200] Compiling pem_all.cc
[712/1200] Compiling obj.cc
[713/1200] Compiling poly_rq_mul.S
[714/1200] Compiling mldsa.cc
[715/1200] Compiling fips_shared_support.cc
[716/1200] Compiling mem.cc
[717/1200] Compiling md4.cc
[718/1200] Compiling md5.cc
[719/1200] Compiling lhash.cc
[720/1200] Compiling kyber.cc
[721/1200] Compiling hpke.cc
[722/1200] Compiling ex_data.cc
[723/1200] Compiling hrss.cc
[724/1200] Compiling sign.cc
[725/1200] Compiling scrypt.cc
[726/1200] Compiling print.cc
[727/1200] Compiling pbkdf.cc
[728/1200] Compiling p_x25519.cc
[729/1200] Compiling p_x25519_asn1.cc
[730/1200] Compiling p_hkdf.cc
[730/1200] Compiling p_rsa_asn1.cc
[732/1200] Compiling p_rsa.cc
[733/1200] Compiling p_ed25519_asn1.cc
[734/1200] Compiling p_ed25519.cc
[735/1200] Compiling p_ec_asn1.cc
[736/1200] Compiling p_ec.cc
[737/1200] Compiling p_dh_asn1.cc
[738/1200] Compiling p_dh.cc
[739/1200] Compiling evp_ctx.cc
[740/1200] Compiling evp_asn1.cc
[741/1200] Compiling p_dsa_asn1.cc
[742/1200] Compiling evp.cc
[743/1200] Compiling err.cc
[744/1200] Compiling engine.cc
[745/1200] Compiling ecdh.cc
[746/1200] Compiling ecdsa_asn1.cc
[747/1200] Compiling ec_derive.cc
[748/1200] Compiling hash_to_curve.cc
[749/1200] Compiling dsa.cc
[750/1200] Compiling dsa_asn1.cc
[751/1200] Compiling ec_asn1.cc
[752/1200] Compiling bcm.cc
[753/1200] Compiling x25519-asm-arm.S
[754/1200] Compiling params.cc
[755/1200] Compiling digest_extra.cc
[756/1200] Compiling curve25519_64_adx.cc
[757/1200] Compiling des.cc
[758/1200] Compiling cpu_intel.cc
[759/1200] Compiling dh_asn1.cc
[760/1200] Compiling curve25519.cc
[761/1200] Compiling spake25519.cc
[762/1200] Compiling cpu_arm_linux.cc
[763/1200] Compiling crypto.cc
[764/1200] Compiling cpu_arm_freebsd.cc
[765/1200] Compiling cpu_aarch64_sysreg.cc
[766/1200] Compiling cpu_aarch64_win.cc
[767/1200] Compiling cpu_aarch64_openbsd.cc
[768/1200] Compiling cpu_aarch64_linux.cc
[769/1200] Compiling cpu_aarch64_apple.cc
[770/1200] Compiling cpu_aarch64_fuchsia.cc
[771/1200] Compiling conf.cc
[772/1200] Compiling tls_cbc.cc
[773/1200] Compiling get_cipher.cc
[774/1200] Compiling e_rc4.cc
[775/1200] Compiling e_tls.cc
[776/1200] Compiling e_rc2.cc
[777/1200] Compiling e_des.cc
[778/1200] Compiling e_null.cc
[779/1200] Compiling e_chacha20poly1305.cc
[780/1200] Compiling e_aesgcmsiv.cc
[781/1200] Compiling e_aesctrhmac.cc
[782/1200] Compiling derive_key.cc
[783/1200] Compiling chacha.cc
[784/1200] Compiling unicode.cc
[785/1200] Compiling ber.cc
[786/1200] Compiling cbb.cc
[787/1200] Compiling cbs.cc
[788/1200] Compiling buf.cc
[789/1200] Compiling blake2.cc
[790/1200] Compiling asn1_compat.cc
[791/1200] Compiling convert.cc
[792/1200] Compiling bn_asn1.cc
[793/1200] Compiling socket.cc
[794/1200] Compiling socket_helper.cc
[795/1200] Compiling printf.cc
[796/1200] Compiling pair.cc
[797/1200] Compiling file.cc
[798/1200] Compiling hexdump.cc
[799/1200] Compiling errno.cc
[800/1200] Compiling bio_mem.cc
[801/1200] Compiling fd.cc
[802/1200] Compiling bio.cc
[803/1200] Compiling connect.cc
[804/1200] Compiling base64.cc
[805/1200] Compiling tasn_typ.cc
[806/1200] Compiling tasn_enc.cc
[807/1200] Compiling tasn_fre.cc
[808/1200] Compiling tasn_new.cc
[809/1200] Compiling tasn_utl.cc
[810/1200] Compiling posix_time.cc
[811/1200] Compiling tasn_dec.cc
[812/1200] Compiling f_string.cc
[813/1200] Compiling asn_pack.cc
[814/1200] Compiling f_int.cc
[815/1200] Compiling asn1_par.cc
[816/1200] Compiling asn1_lib.cc
[817/1200] Compiling a_type.cc
[818/1200] Compiling a_utctm.cc
[819/1200] Compiling a_time.cc
[820/1200] Compiling a_octet.cc
[821/1200] Compiling a_strnid.cc
[822/1200] Compiling a_strex.cc
[823/1200] Compiling a_dup.cc
[824/1200] Compiling a_mbstr.cc
[825/1200] Compiling a_i2d_fp.cc
[826/1200] Compiling a_d2i_fp.cc
[827/1200] Compiling a_object.cc
[828/1200] Compiling a_gentm.cc
[829/1200] Compiling a_int.cc
[830/1200] Compiling CCryptoBoringSSLShims shims.c
[831/1200] Compiling fiat_p256_adx_mul.S
[832/1200] Compiling fiat_curve25519_adx_mul.S
[833/1200] Compiling fiat_p256_adx_sqr.S
[833/1200] Compiling fiat_curve25519_adx_square.S
[835/1200] Compiling a_bool.cc
[836/1200] Compiling a_bitstr.cc
[837/1200] Compiling md5-x86_64-linux.S
[838/1200] Compiling md5-x86_64-apple.S
[839/1200] Compiling md5-586-apple.S
[840/1200] Compiling chacha20_poly1305_x86_64-apple.S
[841/1200] Compiling md5-586-linux.S
[842/1200] Compiling chacha20_poly1305_x86_64-linux.S
[843/1200] Compiling err_data.cc
[844/1200] Compiling chacha20_poly1305_armv8-win.S
[845/1200] Compiling chacha-x86_64-apple.S
[846/1200] Compiling chacha20_poly1305_armv8-apple.S
[847/1200] Compiling chacha20_poly1305_armv8-linux.S
[848/1200] Compiling chacha-x86_64-linux.S
[849/1200] Compiling chacha-x86-linux.S
[850/1200] Compiling chacha-x86-apple.S
[851/1200] Compiling chacha-armv8-apple.S
[852/1200] Compiling chacha-armv8-win.S
[853/1200] Compiling aes128gcmsiv-x86_64-linux.S
[854/1200] Compiling aes128gcmsiv-x86_64-apple.S
[855/1200] Compiling chacha-armv4-linux.S
[856/1200] Compiling chacha-armv8-linux.S
[857/1200] Compiling x86_64-mont5-linux.S
[858/1200] Compiling x86_64-mont5-apple.S
[859/1200] Compiling x86_64-mont-apple.S
[860/1200] Compiling x86_64-mont-linux.S
[860/1200] Compiling x86-mont-linux.S
[862/1200] Compiling x86-mont-apple.S
[863/1200] Compiling vpaes-x86-linux.S
[863/1200] Compiling vpaes-x86_64-apple.S
[865/1200] Compiling vpaes-x86_64-linux.S
[866/1200] Compiling vpaes-armv8-win.S
[867/1200] Compiling vpaes-x86-apple.S
[868/1200] Compiling vpaes-armv8-linux.S
[869/1200] Compiling vpaes-armv7-linux.S
[870/1200] Compiling vpaes-armv8-apple.S
[871/1200] Compiling sha512-x86_64-linux.S
[872/1200] Compiling sha512-x86_64-apple.S
[873/1200] Compiling sha512-armv8-win.S
[874/1200] Compiling sha512-armv8-linux.S
[875/1200] Compiling sha512-armv8-apple.S
[876/1200] Compiling sha512-586-linux.S
[877/1200] Compiling sha512-586-apple.S
[878/1200] Compiling sha512-armv4-linux.S
[879/1200] Compiling sha256-x86_64-linux.S
[880/1200] Compiling sha256-x86_64-apple.S
[881/1200] Compiling sha256-armv8-win.S
[882/1200] Compiling sha256-armv8-linux.S
[883/1200] Compiling sha256-armv8-apple.S
[884/1200] Compiling sha256-armv4-linux.S
[884/1200] Compiling sha256-586-linux.S
[886/1200] Compiling sha1-x86_64-linux.S
[887/1200] Compiling sha1-x86_64-apple.S
[888/1200] Compiling sha256-586-apple.S
[889/1200] Compiling sha1-armv8-win.S
[890/1200] Compiling sha1-armv8-apple.S
[891/1200] Compiling sha1-armv8-linux.S
[892/1200] Compiling rsaz-avx2-linux.S
[893/1200] Compiling sha1-586-apple.S
[894/1200] Compiling sha1-armv4-large-linux.S
[895/1200] Compiling sha1-586-linux.S
[896/1200] Compiling rdrand-x86_64-apple.S
[897/1200] Compiling rsaz-avx2-apple.S
[898/1200] Compiling rdrand-x86_64-linux.S
[899/1200] Compiling p256_beeu-x86_64-asm-linux.S
[900/1200] Compiling p256_beeu-x86_64-asm-apple.S
[901/1200] Compiling p256_beeu-armv8-asm-apple.S
[902/1200] Compiling p256_beeu-armv8-asm-linux.S
[903/1200] Compiling p256_beeu-armv8-asm-win.S
[904/1200] Compiling p256-x86_64-asm-apple.S
[905/1200] Compiling p256-x86_64-asm-linux.S
[906/1200] Compiling p256-armv8-asm-win.S
[907/1200] Compiling p256-armv8-asm-apple.S
[908/1200] Compiling ghashv8-armv8-win.S
[909/1200] Compiling ghashv8-armv8-linux.S
[910/1200] Compiling p256-armv8-asm-linux.S
[911/1200] Compiling ghashv8-armv7-linux.S
[912/1200] Compiling ghashv8-armv8-apple.S
[913/1200] Compiling ghash-x86_64-linux.S
[914/1200] Compiling ghash-x86_64-apple.S
[915/1200] Compiling ghash-x86-apple.S
[916/1200] Compiling ghash-ssse3-x86_64-apple.S
[917/1200] Compiling ghash-x86-linux.S
[918/1200] Compiling ghash-ssse3-x86-linux.S
[919/1200] Compiling ghash-ssse3-x86_64-linux.S
[920/1200] Compiling ghash-ssse3-x86-apple.S
[921/1200] Compiling ghash-neon-armv8-win.S
[922/1200] Compiling ghash-neon-armv8-linux.S
[923/1200] Compiling ghash-armv4-linux.S
[924/1200] Compiling ghash-neon-armv8-apple.S
[925/1200] Compiling co-586-linux.S
[926/1200] Compiling co-586-apple.S
[927/1200] Compiling bn-armv8-win.S
[928/1200] Compiling bn-armv8-apple.S
[929/1200] Compiling bn-armv8-linux.S
[929/1200] Compiling bsaes-armv7-linux.S
[931/1200] Compiling bn-586-linux.S
[932/1200] Compiling bn-586-apple.S
[933/1200] Compiling armv8-mont-linux.S
[934/1200] Compiling armv8-mont-win.S
[935/1200] Compiling armv8-mont-apple.S
[936/1200] Compiling armv4-mont-linux.S
[937/1200] Compiling aesv8-gcm-armv8-linux.S
[938/1200] Compiling aesv8-gcm-armv8-win.S
[939/1200] Compiling aesv8-armv8-win.S
[940/1200] Compiling aesv8-gcm-armv8-apple.S
[941/1200] Compiling aesv8-armv8-linux.S
[942/1200] Compiling aesv8-armv8-apple.S
[943/1200] Compiling aesv8-armv7-linux.S
[944/1200] Compiling aesni-x86_64-apple.S
[945/1200] Compiling aesni-x86_64-linux.S
[946/1200] Compiling aesni-x86-linux.S
[947/1200] Compiling aesni-x86-apple.S
[948/1200] Compiling aesni-gcm-x86_64-linux.S
[949/1200] Compiling aes-gcm-avx10-x86_64-linux.S
[950/1200] Compiling aes-gcm-avx10-x86_64-apple.S
[951/1200] Compiling aesni-gcm-x86_64-apple.S
[952/1200] Compiling c-nioatomics.c
[953/1200] Compiling x_x509a.cc
[954/1200] Compiling c-atomics.c
[955/1206] Compiling x_sig.cc
[956/1206] Compiling x_pubkey.cc
[957/1206] Compiling x_x509.cc
[958/1206] Compiling x_spki.cc
[959/1206] Compiling x_req.cc
[961/1206] Compiling NIOConcurrencyHelpers NIOLock.swift
[962/1206] Compiling NIOConcurrencyHelpers lock.swift
[962/1206] Compiling x_val.cc
[963/1206] Compiling x_attrib.cc
[964/1206] Compiling x_name.cc
[966/1206] Emitting module NIOConcurrencyHelpers
[967/1206] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[968/1206] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[969/1206] Compiling NIOConcurrencyHelpers atomics.swift
[969/1207] Compiling x_algor.cc
[971/1207] Compiling x_crl.cc
[972/1207] Compiling x_exten.cc
[973/1233] Compiling x509name.cc
[974/1233] Compiling x_all.cc
[975/1233] Compiling x509spki.cc
[977/1233] Compiling ConsoleKitTerminal Console+Confirm.swift
[978/1233] Compiling ConsoleKitTerminal Console+Input.swift
[979/1233] Compiling ConsoleKitTerminal Console+Center.swift
[980/1233] Compiling ConsoleKitTerminal Console+Output.swift
[981/1236] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[982/1236] Compiling ConsoleKitTerminal ConsoleClear.swift
[983/1236] Compiling ConsoleKitTerminal Console+Ask.swift
[984/1236] Compiling ConsoleKitTerminal Console+Choose.swift
[984/1236] Compiling x509rset.cc
[986/1236] Compiling ConsoleKitTerminal ConsoleText.swift
[987/1236] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[988/1236] Compiling ConsoleKitTerminal ANSI.swift
[989/1236] Compiling ConsoleKitTerminal Console+Wait.swift
[990/1236] Compiling ConsoleKitTerminal ConsoleColor.swift
[991/1236] Compiling ConsoleKitTerminal ConsoleStyle.swift
[992/1236] Compiling ConsoleKitTerminal Console.swift
[993/1236] Compiling ConsoleKitTerminal Terminal.swift
[994/1236] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[994/1236] Compiling x509cset.cc
[996/1236] Compiling ConsoleKitTerminal ActivityBar.swift
[997/1236] Compiling ConsoleKitTerminal ActivityIndicator.swift
[998/1236] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[999/1236] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1000/1236] Compiling ConsoleKitTerminal CustomActivity.swift
[1001/1236] Compiling ConsoleKitTerminal LoadingBar.swift
[1002/1236] Compiling ConsoleKitTerminal ProgressBar.swift
[1003/1236] Compiling ConsoleKitTerminal Console+Clear.swift
[1004/1236] Emitting module ConsoleKitTerminal
[1004/1236] Compiling x509_vpm.cc
[1005/1236] Compiling x509_txt.cc
[1006/1236] Compiling x509_vfy.cc
[1007/1236] Compiling x509_trs.cc
[1009/1236] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1010/1236] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1011/1236] Compiling ConsoleKitTerminal LoggerFragment.swift
[1011/1237] Compiling x509_v3.cc
[1013/1237] Compiling x509_req.cc
[1014/1259] Compiling x509_set.cc
[1015/1259] Compiling x509_lu.cc
[1017/1259] Compiling ConsoleKitCommands CommandSignature.swift
[1018/1259] Compiling ConsoleKitCommands Flag.swift
[1019/1259] Compiling ConsoleKitCommands Option.swift
[1019/1261] Compiling x509_cmp.cc
[1020/1261] Compiling x509_obj.cc
[1022/1261] Emitting module ConsoleKitCommands
[1023/1261] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1024/1261] Compiling ConsoleKitCommands Utilities.swift
[1024/1261] Compiling x509_def.cc
[1025/1261] Compiling x509_ext.cc
[1026/1261] Compiling x509.cc
[1027/1261] Compiling x509_d2.cc
[1028/1261] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1029/1261] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1030/1261] Compiling ConsoleKitCommands Argument.swift
[1032/1261] Compiling ConsoleKitCommands Command.swift
[1033/1261] Compiling ConsoleKitCommands CommandContext.swift
[1034/1261] Compiling ConsoleKitCommands CommandError.swift
[1035/1261] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1036/1261] Compiling ConsoleKitCommands AsyncCommand.swift
[1037/1261] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1038/1261] Compiling ConsoleKitCommands AsyncCommands.swift
[1039/1261] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1040/1261] Compiling ConsoleKitCommands AnyCommand.swift
[1040/1261] Compiling v3_skey.cc
[1041/1261] Compiling v3_utl.cc
[1042/1261] Compiling v3_purp.cc
[1043/1261] Compiling v3_prn.cc
[1044/1261] Compiling x509_att.cc
[1045/1261] Compiling v3_ocsp.cc
[1047/1261] Compiling ConsoleKitCommands Console+Run.swift
[1048/1261] Compiling ConsoleKitCommands ConsoleError.swift
[1049/1261] Compiling ConsoleKitCommands Completion.swift
[1050/1261] Compiling ConsoleKitCommands CommandGroup.swift
[1051/1261] Compiling ConsoleKitCommands CommandInput.swift
[1052/1261] Compiling ConsoleKitCommands Commands.swift
[1052/1262] Compiling v3_pmaps.cc
[1054/1262] Compiling v3_pcons.cc
[1055/1262] Compiling v3_int.cc
[1056/1262] Compiling v3_ncons.cc
[1057/1262] Compiling v3_lib.cc
[1058/1262] Compiling v3_info.cc
[1059/1262] Compiling v3_ia5.cc
[1060/1262] Compiling v3_genn.cc
[1061/1262] Compiling v3_extku.cc
[1062/1262] Compiling v3_enum.cc
[1063/1262] Compiling v3_cpols.cc
[1064/1262] Compiling v3_bitst.cc
[1064/1262] Compiling v3_crld.cc
[1066/1262] Compiling v3_conf.cc
[1067/1262] Compiling v3_bcons.cc
[1068/1262] Compiling v3_alt.cc
[1069/1262] Compiling t_x509a.cc
[1070/1262] Compiling v3_akeya.cc
[1071/1262] Compiling t_req.cc
[1072/1262] Compiling v3_akey.cc
[1073/1262] Compiling t_crl.cc
[1074/1262] Compiling t_x509.cc
[1075/1262] Compiling rsa_pss.cc
[1076/1262] Compiling i2d_pr.cc
[1077/1262] Compiling name_print.cc
[1078/1264] Compiling policy.cc
[1080/1264] Emitting module ConsoleKit
[1081/1264] Compiling ConsoleKit Exports.swift
[1081/1265] Compiling by_file.cc
[1083/1265] Compiling by_dir.cc
[1084/1265] Compiling asn1_gen.cc
[1085/1265] Compiling a_sign.cc
[1086/1265] Compiling a_verify.cc
[1087/1265] Compiling algorithm.cc
[1088/1265] Compiling thread_win.cc
[1089/1265] Compiling a_digest.cc
[1090/1265] Compiling voprf.cc
[1091/1265] Compiling trust_token.cc
[1092/1265] Compiling pmbtoken.cc
[1093/1265] Compiling thread_pthread.cc
[1094/1265] Compiling thread.cc
[1095/1265] Compiling thread_none.cc
[1096/1265] Compiling stack.cc
[1097/1265] Compiling thash.cc
[1098/1265] Compiling wots.cc
[1099/1265] Compiling merkle.cc
[1100/1265] Compiling slhdsa.cc
[1101/1265] Compiling fors.cc
[1102/1265] Compiling siphash.cc
[1103/1265] Compiling sha512.cc
[1104/1265] Compiling sha256.cc
[1105/1265] Compiling sha1.cc
[1106/1265] Compiling rsa_print.cc
[1107/1265] Compiling rsa_extra.cc
[1108/1265] Compiling refcount.cc
[1109/1265] Compiling rc4.cc
[1110/1265] Compiling windows.cc
[1111/1265] Compiling rsa_crypt.cc
[1112/1265] Compiling trusty.cc
[1113/1265] Compiling urandom.cc
[1114/1265] Compiling rsa_asn1.cc
[1115/1265] Compiling rand_extra.cc
[1116/1265] Compiling getentropy.cc
[1117/1265] Compiling passive.cc
[1118/1265] Compiling ios.cc
[1119/1265] Compiling fork_detect.cc
[1120/1265] Compiling poly1305_arm_asm.S
[1121/1265] Compiling deterministic.cc
[1122/1265] Compiling forkunsafe.cc
[1123/1265] Compiling poly1305_vec.cc
[1124/1265] Compiling pool.cc
[1125/1265] Compiling poly1305_arm.cc
[1126/1265] Compiling poly1305.cc
[1127/1265] Compiling pkcs7.cc
[1128/1265] Compiling pkcs8_x509.cc
[1129/1265] Compiling pkcs8.cc
[1130/1265] Compiling p5_pbev2.cc
[1131/1265] Compiling pkcs7_x509.cc
[1132/1265] Compiling pem_xaux.cc
[1133/1265] Compiling pem_pkey.cc
[1134/1265] Compiling pem_x509.cc
[1135/1265] Compiling pem_oth.cc
[1136/1265] Compiling pem_pk8.cc
[1137/1265] Compiling pem_all.cc
[1138/1265] Compiling pem_lib.cc
[1139/1265] Compiling obj_xref.cc
[1140/1265] Compiling mlkem.cc
[1141/1265] Compiling pem_info.cc
[1142/1265] Compiling md5.cc
[1143/1265] Compiling mldsa.cc
[1144/1265] Compiling poly_rq_mul.S
[1145/1265] Compiling fips_shared_support.cc
[1146/1265] Compiling obj.cc
[1147/1265] Compiling mem.cc
[1148/1265] Compiling md4.cc
[1149/1265] Compiling lhash.cc
[1150/1265] Compiling kyber.cc
[1151/1265] Compiling ex_data.cc
[1152/1265] Compiling sign.cc
[1153/1265] Compiling scrypt.cc
[1154/1265] Compiling hpke.cc
[1155/1265] Compiling pbkdf.cc
[1156/1265] Compiling print.cc
[1157/1265] Compiling hrss.cc
[1158/1265] Compiling p_x25519.cc
[1159/1265] Compiling p_x25519_asn1.cc
[1160/1265] Compiling p_rsa_asn1.cc
[1161/1265] Compiling p_rsa.cc
[1162/1265] Compiling p_hkdf.cc
[1163/1265] Compiling p_ed25519_asn1.cc
[1164/1265] Compiling p_ed25519.cc
[1165/1265] Compiling p_ec.cc
[1166/1265] Compiling p_ec_asn1.cc
[1167/1265] Compiling p_dh_asn1.cc
[1168/1265] Compiling p_dsa_asn1.cc
[1169/1265] Compiling p_dh.cc
[1170/1265] Compiling evp_ctx.cc
[1171/1265] Compiling evp.cc
[1172/1265] Compiling err.cc
[1173/1265] Compiling engine.cc
[1174/1265] Compiling evp_asn1.cc
[1175/1265] Compiling ecdh_extra.cc
[1176/1265] Compiling ecdsa_asn1.cc
[1177/1265] Compiling hash_to_curve.cc
[1178/1265] Compiling ec_derive.cc
[1179/1265] Compiling ec_asn1.cc
[1180/1265] Compiling dsa.cc
[1181/1265] Compiling bcm.cc
[1182/1265] Compiling dsa_asn1.cc
[1183/1265] Compiling digest_extra.cc
[1184/1265] Compiling x25519-asm-arm.S
[1185/1265] Compiling params.cc
[1186/1265] Compiling curve25519_64_adx.cc
[1187/1265] Compiling dh_asn1.cc
[1188/1265] Compiling des.cc
[1189/1265] Compiling curve25519.cc
[1190/1265] Compiling crypto.cc
[1191/1265] Compiling spake25519.cc
[1192/1265] Compiling cpu_intel.cc
[1193/1265] Compiling cpu_arm_linux.cc
[1194/1265] Compiling cpu_aarch64_openbsd.cc
[1195/1265] Compiling cpu_arm_freebsd.cc
[1196/1265] Compiling cpu_aarch64_win.cc
[1197/1265] Compiling cpu_aarch64_linux.cc
[1198/1265] Compiling cpu_aarch64_sysreg.cc
[1199/1265] Compiling cpu_aarch64_fuchsia.cc
[1200/1265] Compiling cpu_aarch64_apple.cc
[1201/1265] Compiling conf.cc
[1202/1265] Compiling e_tls.cc
[1203/1265] Compiling e_null.cc
[1204/1265] Compiling e_rc2.cc
[1205/1265] Compiling e_rc4.cc
[1206/1265] Compiling tls_cbc.cc
[1207/1265] Compiling e_des.cc
[1208/1265] Compiling e_chacha20poly1305.cc
[1209/1265] Compiling e_aesctrhmac.cc
[1210/1265] Compiling derive_key.cc
[1211/1265] Compiling cipher_extra.cc
[1212/1265] Compiling e_aesgcmsiv.cc
[1213/1265] Compiling chacha.cc
[1214/1265] Compiling cbs.cc
[1215/1265] Compiling unicode.cc
[1216/1265] Compiling buf.cc
[1217/1265] Compiling asn1_compat.cc
[1218/1265] Compiling cbb.cc
[1219/1265] Compiling convert.cc
[1220/1265] Compiling ber.cc
[1221/1265] Compiling bn_asn1.cc
[1222/1265] Compiling printf.cc
[1223/1265] Compiling blake2.cc
[1224/1265] Compiling hexdump.cc
[1225/1265] Compiling file.cc
[1226/1265] Compiling pair.cc
[1227/1265] Compiling fd.cc
[1228/1265] Compiling errno.cc
[1229/1265] Compiling bio_mem.cc
[1230/1265] Compiling bio.cc
[1231/1265] Compiling base64.cc
[1232/1265] Compiling tasn_typ.cc
[1233/1265] Compiling tasn_utl.cc
[1234/1265] Compiling posix_time.cc
[1235/1265] Compiling f_string.cc
[1236/1265] Compiling tasn_fre.cc
[1237/1265] Compiling tasn_new.cc
[1238/1265] Compiling f_int.cc
[1239/1265] Compiling tasn_dec.cc
[1240/1265] Compiling tasn_enc.cc
[1241/1265] Compiling asn_pack.cc
[1242/1265] Compiling asn1_par.cc
[1243/1265] Compiling asn1_lib.cc
[1244/1265] Compiling a_utctm.cc
[1245/1265] Compiling a_time.cc
[1246/1265] Compiling a_strnid.cc
[1247/1265] Compiling a_strex.cc
[1248/1265] Compiling a_octet.cc
[1249/1265] Compiling a_type.cc
[1250/1265] Compiling a_object.cc
[1251/1265] Compiling a_dup.cc
[1252/1265] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1253/1265] Write sources
[1254/1265] Compiling a_d2i_fp.cc
[1254/1265] Write sources
[1259/1265] Compiling a_mbstr.cc
[1260/1265] Compiling a_int.cc
[1261/1265] Compiling a_i2d_fp.cc
[1262/1265] Compiling a_gentm.cc
[1263/1265] Compiling a_bool.cc
[1264/1362] Compiling a_bitstr.cc
[1266/1362] Compiling Atomics UnsafeAtomic.swift
[1267/1362] Compiling Atomics UnsafeAtomicLazyReference.swift
[1268/1362] Compiling Atomics ManagedAtomic.swift
[1269/1362] Compiling Atomics ManagedAtomicLazyReference.swift
[1270/1364] Compiling Atomics AtomicMemoryOrderings.swift
[1271/1364] Compiling Atomics DoubleWord.swift
[1272/1372] Compiling Atomics OptionalRawRepresentable.swift
[1273/1372] Compiling Atomics RawRepresentable.swift
[1274/1372] Compiling Atomics AtomicBool.swift
[1275/1372] Emitting module BitCollections
[1276/1379] Compiling Atomics IntegerOperations.swift
[1277/1379] Compiling Atomics Unmanaged extensions.swift
[1278/1379] Compiling Atomics Primitives.shims.swift
[1279/1379] Compiling Atomics AtomicInteger.swift
[1280/1379] Compiling Atomics AtomicOptionalWrappable.swift
[1281/1379] Compiling Atomics AtomicReference.swift
[1282/1379] Compiling Atomics AtomicStorage.swift
[1283/1379] Compiling Atomics AtomicValue.swift
[1288/1379] Compiling Algorithms Rotate.swift
[1289/1379] Compiling Algorithms Split.swift
[1290/1379] Compiling Algorithms Stride.swift
[1293/1379] Compiling Atomics IntegerConformances.swift
[1294/1379] Compiling Atomics PointerConformances.swift
[1295/1382] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1296/1382] Compiling BitCollections BitSet+CustomReflectable.swift
[1297/1382] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1298/1382] Compiling BitCollections BitSet+Equatable.swift
[1299/1382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1300/1382] Compiling BitCollections BitSet+Extras.swift
[1301/1382] Compiling BitCollections BitSet+Hashable.swift
[1302/1382] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1303/1382] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1304/1382] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1305/1382] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1306/1382] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1307/1382] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1308/1382] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1309/1382] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1310/1382] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1311/1382] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1312/1382] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1313/1382] Compiling BitCollections BitSet+SetAlgebra union.swift
[1314/1382] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1315/1382] Compiling BitCollections BitSet.Counted.swift
[1316/1382] Compiling Atomics Primitives.native.swift
[1322/1382] Compiling Algorithms Suffix.swift
[1326/1382] Compiling CryptoBoringWrapper RandomBytes.swift
[1344/1382] Compiling Algorithms Trim.swift
[1345/1382] Compiling Algorithms Unique.swift
[1346/1382] Compiling Algorithms Windows.swift
[1347/1382] Compiling BitCollections BitArray._UnsafeHandle.swift
[1348/1382] Compiling BitCollections BitArray.swift
[1349/1382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1350/1382] Compiling BitCollections BitSet+Codable.swift
[1357/1382] Compiling BitCollections BitSet.Index.swift
[1358/1382] Compiling BitCollections BitSet._UnsafeHandle.swift
[1359/1382] Compiling BitCollections BitSet.swift
[1360/1382] Compiling BitCollections Range+Utilities.swift
[1361/1382] Compiling BitCollections Slice+Utilities.swift
[1362/1382] Compiling BitCollections UInt+Tricks.swift
[1363/1382] Compiling BitCollections _Word.swift
[1368/1383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1383] Emitting module Atomics
[1370/1383] Emitting module CryptoBoringWrapper
[1371/1383] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1379/1384] Emitting module Algorithms
[1382/1387] Compiling CryptoBoringWrapper EllipticCurve.swift
[1383/1387] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1384/1387] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1385/1387] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1387/1388] Emitting module Collections
[1388/1388] Compiling Collections Collections.swift
[1390/1520] Emitting module Crypto
[1391/1529] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1392/1529] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1393/1529] Compiling Crypto HPKE-KexKeyDerivation.swift
[1394/1529] Compiling NIOCore FileDescriptor.swift
[1395/1529] Compiling Crypto HPKE-Utils.swift
[1396/1529] Compiling NIOCore FileRegion.swift
[1397/1529] Compiling Crypto HPKE-KEM-Curve25519.swift
[1398/1529] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1399/1529] Compiling Crypto HPKE-KEM.swift
[1400/1529] Compiling Crypto HPKE-Errors.swift
[1401/1529] Compiling Crypto HKDF.swift
[1402/1529] Compiling Crypto AESWrap.swift
[1403/1529] Compiling Crypto AESWrap_boring.swift
[1404/1529] Compiling Crypto Ed25519_boring.swift
[1405/1529] Compiling Crypto NISTCurvesKeys_boring.swift
[1406/1529] Compiling Crypto X25519Keys_boring.swift
[1407/1529] Compiling Crypto Curve25519.swift
[1408/1529] Compiling Crypto Ed25519Keys.swift
[1409/1529] Compiling Crypto NISTCurvesKeys.swift
[1410/1529] Compiling Crypto X25519Keys.swift
[1411/1529] Compiling Crypto SymmetricKeys.swift
[1412/1529] Compiling Crypto HMAC.swift
[1413/1529] Compiling Crypto MACFunctions.swift
[1414/1529] Compiling Crypto MessageAuthenticationCode.swift
[1415/1529] Compiling Crypto AES.swift
[1416/1529] Compiling Crypto ECDSASignature_boring.swift
[1417/1529] Compiling Crypto ECDSA_boring.swift
[1418/1529] Compiling Crypto EdDSA_boring.swift
[1419/1529] Compiling Crypto ECDSA.swift
[1420/1529] Compiling Crypto Ed25519.swift
[1421/1529] Compiling Crypto PKCS8PrivateKey.swift
[1422/1529] Compiling Crypto SEC1PrivateKey.swift
[1423/1529] Compiling Crypto SubjectPublicKeyInfo.swift
[1424/1529] Compiling Crypto CryptoKitErrors.swift
[1425/1529] Compiling Crypto Digest_boring.swift
[1426/1529] Compiling Crypto Digest.swift
[1427/1529] Compiling Crypto Digests.swift
[1428/1529] Compiling Crypto HashFunctions.swift
[1429/1529] Compiling Crypto HashFunctions_SHA2.swift
[1430/1529] Compiling Crypto HPKE-AEAD.swift
[1431/1529] Compiling Crypto AES-GCM.swift
[1432/1529] Compiling Crypto AES-GCM_boring.swift
[1433/1529] Compiling Crypto ChaChaPoly_boring.swift
[1434/1529] Compiling Crypto ChaChaPoly.swift
[1435/1529] Compiling Crypto Cipher.swift
[1436/1529] Compiling Crypto Nonces.swift
[1437/1529] Compiling Crypto ASN1.swift
[1438/1529] Compiling Crypto ASN1Any.swift
[1439/1529] Compiling Crypto ASN1BitString.swift
[1440/1529] Compiling Crypto ASN1Boolean.swift
[1441/1529] Compiling Crypto HPKE.swift
[1442/1529] Compiling Crypto HPKE-Context.swift
[1443/1529] Compiling Crypto HPKE-KeySchedule.swift
[1444/1529] Compiling Crypto HPKE-Modes.swift
[1445/1529] Compiling Crypto Insecure.swift
[1446/1529] Compiling Crypto Insecure_HashFunctions.swift
[1447/1529] Compiling Crypto KEM.swift
[1448/1529] Compiling Crypto ECDH_boring.swift
[1449/1529] Compiling Crypto DH.swift
[1450/1529] Compiling Crypto ECDH.swift
[1451/1529] Compiling NIOCore AddressedEnvelope.swift
[1452/1529] Compiling NIOCore AsyncAwaitSupport.swift
[1453/1529] Compiling NIOCore AsyncChannel.swift
[1454/1529] Compiling NIOCore AsyncChannelHandler.swift
[1455/1529] Compiling NIOCore AsyncChannelInboundStream.swift
[1456/1529] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1457/1529] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1458/1529] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1459/1529] Compiling NIOCore NIOAsyncWriter.swift
[1460/1529] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1461/1529] Compiling Crypto Signature.swift
[1462/1529] Compiling Crypto CryptoKitErrors_boring.swift
[1463/1529] Compiling Crypto RNG_boring.swift
[1464/1529] Compiling Crypto SafeCompare_boring.swift
[1465/1529] Compiling Crypto Zeroization_boring.swift
[1466/1529] Compiling Crypto PrettyBytes.swift
[1467/1529] Compiling Crypto SafeCompare.swift
[1468/1529] Compiling Crypto SecureBytes.swift
[1469/1529] Compiling Crypto Zeroization.swift
[1505/1538] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1506/1538] Compiling NIOCore SocketAddresses.swift
[1507/1538] Compiling NIOCore SocketOptionProvider.swift
[1508/1538] Compiling NIOCore SystemCallHelpers.swift
[1509/1538] Compiling NIOCore TimeAmount+Duration.swift
[1510/1538] Compiling NIOCore TypeAssistedChannelHandler.swift
[1511/1538] Compiling NIOCore UniversalBootstrapSupport.swift
[1512/1538] Compiling NIOCore Utilities.swift
[1513/1538] Emitting module NIOCore
[1540/1589] Emitting module NIOEmbedded
[1541/1589] Compiling NIOEmbedded AsyncTestingChannel.swift
[1542/1589] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1543/1589] Compiling NIOEmbedded Embedded.swift
[1545/1590] Compiling NIOPosix IO.swift
[1546/1590] Compiling NIOPosix IntegerBitPacking.swift
[1547/1590] Compiling NIOPosix IntegerTypes.swift
[1548/1590] Compiling NIOPosix Linux.swift
[1549/1590] Compiling NIOPosix LinuxCPUSet.swift
[1550/1590] Compiling NIOPosix LinuxUring.swift
[1551/1590] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1552/1596] Emitting module NIOPosix
[1553/1596] Compiling NIOPosix ThreadPosix.swift
[1554/1596] Compiling NIOPosix ThreadWindows.swift
[1555/1596] Compiling NIOPosix UnsafeTransfer.swift
[1556/1596] Compiling NIOPosix Utilities.swift
[1557/1596] Compiling NIOPosix VsockAddress.swift
[1558/1596] Compiling NIOPosix VsockChannelEvents.swift
[1559/1596] Compiling NIOPosix Pool.swift
[1560/1596] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1561/1596] Compiling NIOPosix PosixSingletons.swift
[1562/1596] Compiling NIOPosix RawSocketBootstrap.swift
[1563/1596] Compiling NIOPosix Resolver.swift
[1564/1596] Compiling NIOPosix Selectable.swift
[1565/1596] Compiling NIOPosix SelectableChannel.swift
[1566/1596] Compiling NIOPosix SelectableEventLoop.swift
[1567/1596] Compiling NIOPosix SelectorEpoll.swift
[1568/1596] Compiling NIOPosix SelectorGeneric.swift
[1569/1596] Compiling NIOPosix SelectorKqueue.swift
[1570/1596] Compiling NIOPosix SelectorUring.swift
[1571/1596] Compiling NIOPosix ServerSocket.swift
[1572/1596] Compiling NIOPosix Socket.swift
[1573/1596] Compiling NIOPosix SocketChannel.swift
[1574/1596] Compiling NIOPosix SocketProtocols.swift
[1575/1596] Compiling NIOPosix System.swift
[1576/1596] Compiling NIOPosix Thread.swift
[1577/1596] Compiling NIOPosix BSDSocketAPICommon.swift
[1578/1596] Compiling NIOPosix BSDSocketAPIPosix.swift
[1579/1596] Compiling NIOPosix BSDSocketAPIWindows.swift
[1580/1596] Compiling NIOPosix BaseSocket.swift
[1581/1596] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1582/1596] Compiling NIOPosix BaseSocketChannel.swift
[1583/1596] Compiling NIOPosix BaseStreamSocketChannel.swift
[1584/1596] Compiling NIOPosix Bootstrap.swift
[1585/1596] Compiling NIOPosix ControlMessage.swift
[1586/1596] Compiling NIOPosix DatagramVectorReadManager.swift
[1587/1596] Compiling NIOPosix Errors+Any.swift
[1588/1596] Compiling NIOPosix FileDescriptor.swift
[1589/1596] Compiling NIOPosix GetaddrinfoResolver.swift
[1590/1596] Compiling NIOPosix HappyEyeballs.swift
[1591/1596] Compiling NIOPosix NIOThreadPool.swift
[1592/1596] Compiling NIOPosix NonBlockingFileIO.swift
[1593/1596] Compiling NIOPosix PendingDatagramWritesManager.swift
[1594/1596] Compiling NIOPosix PendingWritesManager.swift
[1595/1596] Compiling NIOPosix PipeChannel.swift
[1596/1596] Compiling NIOPosix PipePair.swift
[1598/1656] Compiling NIO Exports.swift
[1599/1656] Emitting module NIO
[1600/1657] Compiling _NIOFileSystem Exports.swift
[1601/1657] Compiling _NIOFileSystem FileChunks.swift
[1602/1657] Compiling _NIOFileSystem FileHandle.swift
[1604/1659] Compiling _NIOFileSystem Array+FileSystem.swift
[1605/1659] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1606/1659] Compiling _NIOFileSystem BufferedReader.swift
[1607/1659] Compiling _NIOFileSystem FileType.swift
[1608/1659] Compiling _NIOFileSystem IOStrategy.swift
[1609/1659] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1610/1659] Compiling AsyncKit Optional+StrictMap.swift
[1611/1659] Compiling AsyncKit Exports.swift
[1612/1659] Compiling _NIOFileSystem ParallelDirCopy.swift
[1613/1659] Compiling _NIOFileSystem ParallelRemoval.swift
[1614/1659] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1615/1659] Compiling _NIOFileSystem CInterop.swift
[1616/1659] Compiling _NIOFileSystem Errno.swift
[1617/1659] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1618/1659] Compiling _NIOFileSystem Mocking.swift
[1619/1659] Compiling _NIOFileSystem Syscall.swift
[1620/1659] Compiling _NIOFileSystem Syscalls.swift
[1621/1663] Emitting module _NIOFileSystem
[1625/1663] Compiling _NIOFileSystem BufferedWriter.swift
[1626/1663] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1627/1794] Compiling SQLKit SQLQueryFetcher.swift
[1628/1794] Compiling SQLKit SQLReturningBuilder.swift
[1629/1794] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1630/1794] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1631/1794] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1632/1794] Compiling NIOTLS TLSEvents.swift
[1633/1794] Emitting module NIOTLS
[1634/1794] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1635/1794] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1636/1794] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1637/1794] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1638/1795] Emitting module NIOHTTP1
[1639/1797] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1640/1797] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1641/1797] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1642/1797] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1643/1797] Compiling NIOSOCKS SOCKSResponse.swift
[1644/1797] Compiling NIOSOCKS ClientStateMachine.swift
[1645/1797] Compiling SQLKit SQLDatabase.swift
[1646/1797] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1647/1797] Compiling SQLKit SQLDialect.swift
[1648/1797] Compiling SQLKit SQLDatabase+Deprecated.swift
[1649/1797] Compiling SQLKit SQLError.swift
[1650/1797] Emitting module AsyncKit
[1651/1797] Compiling NIOHTTP1 HTTPEncoder.swift
[1652/1797] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1653/1797] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1654/1797] Compiling NIOHTTP1 HTTPDecoder.swift
[1655/1797] Emitting module NIOSOCKS
[1656/1797] Compiling NIOSOCKS ServerStateMachine.swift
[1657/1797] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1658/1797] Compiling NIOTLS SNIHandler.swift
[1659/1797] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1660/1797] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1663/1799] Emitting module NIOFoundationCompat
[1664/1799] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1665/1829] Compiling NIOSSL RNG.swift
[1666/1829] Compiling NIOSSL SafeCompare.swift
[1667/1829] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1668/1829] Compiling SQLKit SQLColumnDefinition.swift
[1669/1829] Compiling SQLKit SQLCommonTableExpression.swift
[1670/1829] Compiling SQLKit SQLConflictAction.swift
[1671/1829] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1672/1829] Compiling SQLKit SQLDropBehaviour.swift
[1673/1829] Compiling SQLKit SQLEnumDataType.swift
[1674/1829] Compiling SQLKit SQLExcludedColumn.swift
[1675/1829] Compiling SQLKit SQLForeignKey.swift
[1676/1829] Compiling SQLKit SQLJoin.swift
[1677/1829] Compiling SQLKit SQLJoinMethod.swift
[1679/1841] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1680/1841] Compiling SQLKit SQLRawBuilder.swift
[1681/1841] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1682/1841] Compiling SQLKit SQLSelectBuilder.swift
[1683/1841] Compiling SQLKit SQLSubqueryBuilder.swift
[1684/1841] Compiling SQLKit SQLUnionBuilder.swift
[1685/1841] Compiling SQLKit SQLUpdateBuilder.swift
[1686/1841] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1687/1841] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1688/1841] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1689/1841] Compiling SQLKit SQLCommonUnionBuilder.swift
[1690/1841] Compiling SQLKit SQLJoinBuilder.swift
[1691/1841] Compiling SQLKit SQLPartialResultBuilder.swift
[1692/1841] Compiling NIOSSL IdentityVerification.swift
[1693/1841] Compiling NIOSSL SSLCertificate.swift
[1694/1841] Compiling NIOSSL SSLCertificateExtensions.swift
[1695/1841] Compiling NIOSSL SSLCertificateName.swift
[1696/1863] Emitting module NIOTransportServices
[1697/1865] Compiling NIOTransportServices NIOTSBootstraps.swift
[1698/1865] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1699/1865] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1700/1865] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1701/1865] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1702/1865] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1703/1865] Compiling NIOTransportServices AcceptHandler.swift
[1704/1865] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1705/1865] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1706/1865] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1707/1865] Compiling NIOTransportServices NIOTSErrors.swift
[1708/1865] Compiling NIOTransportServices NIOTSEventLoop.swift
[1709/1865] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1710/1865] Compiling SQLKit SQLDropIndex.swift
[1711/1865] Compiling SQLKit SQLDropTable.swift
[1712/1865] Compiling SQLKit SQLDropTrigger.swift
[1713/1865] Compiling SQLKit SQLInsert.swift
[1714/1865] Compiling SQLKit SQLSelect.swift
[1715/1865] Compiling SQLKit SQLUnion.swift
[1716/1865] Compiling SQLKit SQLUpdate.swift
[1717/1865] Compiling SQLKit SQLExpression.swift
[1718/1865] Compiling SQLKit SQLSerializer.swift
[1719/1865] Compiling SQLKit SQLStatement.swift
[1720/1865] Compiling SQLKit SQLBinaryExpression.swift
[1721/1865] Compiling SQLKit SQLBinaryOperator.swift
[1722/1865] Compiling SQLKit SQLBind.swift
[1723/1865] Compiling NIOTransportServices StateManagedChannel.swift
[1724/1865] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1725/1865] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1726/1865] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1727/1865] Compiling NIOTransportServices NIOTSSingletons.swift
[1728/1865] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1738/1865] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1739/1865] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1740/1865] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1743/1865] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1752/1865] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1753/1865] Compiling NIOSSL SubjectAlternativeName.swift
[1754/1865] Compiling NIOSSL NIOSSLSecureBytes.swift
[1755/1865] Compiling SQLKit SQLLockingClause.swift
[1756/1865] Compiling SQLKit SQLOrderBy.swift
[1757/1865] Compiling SQLKit SQLReturning.swift
[1758/1865] Compiling SQLKit SQLSubquery.swift
[1759/1865] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1760/1865] Compiling SQLKit SQLAlterEnum.swift
[1761/1865] Compiling SQLKit SQLAlterTable.swift
[1762/1865] Compiling SQLKit SQLCreateEnum.swift
[1763/1865] Compiling SQLKit SQLCreateIndex.swift
[1764/1865] Compiling SQLKit SQLCreateTable.swift
[1765/1865] Compiling SQLKit SQLCreateTrigger.swift
[1766/1865] Compiling SQLKit SQLDelete.swift
[1767/1865] Compiling SQLKit SQLDropEnum.swift
[1768/1865] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1769/1865] Compiling SQLKit Exports.swift
[1770/1865] Compiling SQLKit SQLAlias.swift
[1771/1865] Compiling SQLKit SQLBetween.swift
[1772/1865] Compiling SQLKit SQLColumn.swift
[1773/1865] Compiling SQLKit SQLConstraint.swift
[1774/1865] Compiling SQLKit SQLDataType.swift
[1775/1865] Compiling SQLKit SQLDirection.swift
[1776/1865] Compiling SQLKit SQLDistinct.swift
[1777/1865] Compiling SQLKit SQLForeignKeyAction.swift
[1778/1865] Compiling SQLKit SQLNestedSubpathExpression.swift
[1779/1865] Compiling SQLKit SQLQualifiedTable.swift
[1780/1865] Compiling SQLKit SQLQueryString.swift
[1815/1902] Compiling SublimateNIO CO₂NIO.swift
[1816/1902] Emitting module SublimateNIO
[1817/1902] Compiling SublimateNIO DispatchQueue+EventLoop.swift
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:11:25: warning: type 'Value' does not conform to the 'Sendable' protocol
 5 | public extension DispatchQueue {
 6 |     /// `DispatchQueue.async` but returning a NIO future wrapping the closure return.
 7 |     func async<Value>(on eventLoop: EventLoop, use closure: @escaping () throws -> Value) -> EventLoopFuture<Value> {
   |                `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
 8 |         let promise = eventLoop.makePromise(of: Value.self)
 9 |         async {
10 |             do {
11 |                 promise.succeed(try closure())
   |                         `- warning: type 'Value' does not conform to the 'Sendable' protocol
12 |             } catch {
13 |                 promise.fail(error)
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:11:37: warning: capture of 'closure' with non-sendable type '() throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |         async {
10 |             do {
11 |                 promise.succeed(try closure())
   |                                     |- warning: capture of 'closure' with non-sendable type '() throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |             } catch {
13 |                 promise.fail(error)
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:27:29: warning: type 'Value' does not conform to the 'Sendable' protocol
24 |      - Note: They must be the same type, a strategy for waiting on mixed futures is to `Void` them all and then work with the original futures
25 |      */
26 |     func flatten<Value>(on db: CO₂NIO) throws -> [Value] where Element == EventLoopFuture<Value> {
   |                  `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
27 |         try EventLoopFuture.whenAllSucceed(Array(self), on: db.eventLoop).wait()
   |                             `- warning: type 'Value' does not conform to the 'Sendable' protocol
28 |     }
29 | }
/host/spi-builder-workspace/Sources/SublimateNIO/DispatchQueue+EventLoop.swift:27:75: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 |      - Note: They must be the same type, a strategy for waiting on mixed futures is to `Void` them all and then work with the original futures
25 |      */
26 |     func flatten<Value>(on db: CO₂NIO) throws -> [Value] where Element == EventLoopFuture<Value> {
   |                  `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
27 |         try EventLoopFuture.whenAllSucceed(Array(self), on: db.eventLoop).wait()
   |                                                                           `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
28 |     }
29 | }
[1818/1903] Compiling NIOHPACK IndexedHeaderTable.swift
[1820/1904] Emitting module SQLKit
[1821/1904] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1822/1904] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1823/1904] Emitting module _NIOFileSystemFoundationCompat
[1824/1904] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1825/1904] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1826/1904] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1828/1905] Compiling NIOWebSocket WebSocketOpcode.swift
[1829/1906] Compiling NIOHPACK IntegerCoding.swift
[1830/1906] Compiling NIOHPACK HPACKEncoder.swift
[1831/1906] Compiling NIOHPACK HPACKErrors.swift
[1832/1906] Emitting module NIOHTTPCompression
[1833/1906] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1834/1906] Compiling NIOWebSocket SHA1.swift
[1837/1906] Compiling NIOHPACK StaticHeaderTable.swift
[1838/1906] Compiling NIOHPACK HuffmanTables.swift
[1839/1906] Compiling NIOHPACK HuffmanCoding.swift
[1840/1906] Compiling NIOHTTPCompression HTTPCompression.swift
[1841/1906] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1842/1906] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1843/1926] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1844/1926] Compiling NIOWebSocket WebSocketFrame.swift
[1845/1926] Compiling NIOFileSystem Exports.swift
[1846/1926] Emitting module NIOFileSystem
[1847/1927] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1849/1927] Emitting module NIOHPACK
[1850/1928] Emitting module NIOSSL
[1851/1932] Emitting module NIOWebSocket
[1852/1932] Compiling NIOExtras DebugInboundEventsHandler.swift
[1853/1932] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1855/1933] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1856/1933] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1857/1933] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1858/1933] Compiling NIOHTTPCompression HTTPDecompression.swift
[1869/1938] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1870/1938] Compiling NIOExtras NIOExtrasError.swift
[1871/1955] Compiling MultipartKit BasicCodingKey.swift
[1872/1955] Compiling MultipartKit MultipartError.swift
[1873/1955] Compiling MultipartKit Exports.swift
[1874/1955] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1875/1955] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1876/1955] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1877/1955] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1878/1955] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1879/2013] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1880/2013] Compiling NIOHTTP2 SendingRstStreamState.swift
[1881/2013] Compiling SQLKit SQLFunction.swift
[1882/2013] Compiling SQLKit SQLGroupExpression.swift
[1883/2013] Compiling SQLKit SQLIdentifier.swift
[1884/2013] Compiling SQLKit SQLList.swift
[1885/2013] Compiling SQLKit SQLLiteral.swift
[1886/2013] Compiling SQLKit SQLRaw.swift
[1887/2013] Compiling SQLKit SQLCodingUtilities.swift
[1888/2013] Compiling SQLKit SQLQueryEncoder.swift
[1889/2013] Compiling SQLKit SQLRow.swift
[1890/2013] Compiling SQLKit SQLRowDecoder.swift
[1891/2013] Compiling SQLKit SomeCodingKey.swift
[1892/2013] Compiling SQLKit StringHandling.swift
[1896/2016] Compiling NIOHTTP2 ReceivingDataState.swift
[1897/2016] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1898/2016] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1899/2016] Compiling NIOHTTP2 SendingGoawayState.swift
[1900/2016] Compiling NIOHTTP2 SendingHeadersState.swift
[1901/2016] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1902/2016] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1903/2016] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1904/2016] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1905/2016] Compiling NIOHTTP2 MayReceiveFrames.swift
[1906/2016] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1907/2016] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1908/2016] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1909/2016] Emitting module MultipartKit
[1910/2016] Emitting module NIOExtras
[1911/2016] Compiling MultipartKit MultipartSerializer.swift
[1912/2016] Compiling MultipartKit Utilities.swift
[1922/2016] Compiling NIOHTTP2 MaySendFrames.swift
[1923/2016] Compiling NIOHTTP2 SendingDataState.swift
[1928/2016] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1953/2113] Compiling FluentKit Model.swift
[1954/2113] Compiling FluentKit ModelAlias.swift
[1955/2113] Compiling FluentKit Schema.swift
[1956/2113] Compiling FluentKit FieldOperators.swift
[1958/2122] Compiling WebSocketKit Exports.swift
[1959/2122] Compiling FluentKit Siblings+Concurrency.swift
[1960/2122] Compiling FluentKit Database+Logging.swift
[1961/2122] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1962/2122] Compiling FluentKit Database.swift
[1963/2122] Compiling FluentKit DatabaseID.swift
[1964/2122] Compiling FluentKit DatabaseInput.swift
[1965/2122] Compiling FluentKit DatabaseOutput.swift
[1966/2122] Compiling FluentKit Databases.swift
[1967/2122] Compiling FluentKit KeyPrefixingStrategy.swift
[1968/2122] Compiling WebSocketKit WebSocket+Connect.swift
[1969/2122] Compiling WebSocketKit WebSocketHandler.swift
[1970/2122] Emitting module NIOHTTP2
[1971/2122] Compiling FluentKit AsyncMigration.swift
[1972/2122] Compiling FluentKit AsyncModelMiddleware.swift
[1973/2122] Compiling FluentKit Children+Concurrency.swift
[1974/2122] Compiling FluentKit Database+Concurrency.swift
[1975/2122] Compiling FluentKit EnumBuilder+Concurrency.swift
[1976/2122] Compiling FluentKit Model+Concurrency.swift
[1977/2122] Compiling FluentKit ModelResponder+Concurrency.swift
[1978/2122] Compiling FluentKit OptionalChild+Concurrency.swift
[1979/2122] Compiling FluentKit OptionalParent+Concurrency.swift
[1980/2122] Compiling FluentKit TransactionControlDatabase.swift
[1981/2122] Compiling FluentKit DatabaseEnum.swift
[1982/2122] Compiling FluentKit EnumBuilder.swift
[1983/2122] Compiling FluentKit EnumMetadata.swift
[1984/2122] Compiling FluentKit EnumProperty.swift
[1985/2122] Compiling FluentKit OptionalEnumProperty.swift
[1986/2122] Compiling FluentKit Exports.swift
[1987/2122] Compiling FluentKit FluentError.swift
[1988/2122] Emitting module WebSocketKit
[1989/2122] Compiling WebSocketKit WebSocket.swift
[1990/2122] Compiling WebSocketKit WebSocketClient.swift
[1991/2122] Compiling WebSocketKit WebSocket+Concurrency.swift
[1993/2123] Emitting module FluentKit
[2003/2135] Compiling FluentKit Parent+Concurrency.swift
[2004/2135] Compiling FluentKit QueryBuilder+Concurrency.swift
[2005/2135] Compiling FluentKit Relation+Concurrency.swift
[2006/2135] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2007/2135] Compiling FluentKit Property.swift
[2008/2135] Compiling FluentKit Relation.swift
[2009/2135] Compiling FluentKit Siblings.swift
[2010/2135] Compiling FluentKit Timestamp.swift
[2011/2135] Compiling FluentKit TimestampFormat.swift
[2012/2135] Compiling FluentKit QueryBuilder+Aggregate.swift
[2013/2135] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2014/2135] Compiling FluentKit QueryBuilder+Filter.swift
[2015/2135] Compiling FluentKit QueryBuilder+Group.swift
[2016/2135] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2017/2135] Compiling FluentKit QueryBuilder+Join.swift
[2018/2135] Compiling FluentKit QueryBuilder+Paginate.swift
[2019/2135] Compiling FluentKit QueryBuilder+Range.swift
[2020/2135] Compiling FluentKit QueryBuilder+Set.swift
[2021/2135] Compiling FluentKit QueryBuilder+Sort.swift
[2022/2135] Compiling FluentKit QueryBuilder.swift
[2023/2135] Compiling FluentKit DatabaseQuery+Action.swift
[2024/2135] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2025/2135] Compiling FluentKit DatabaseQuery+Field.swift
[2026/2135] Compiling FluentKit DatabaseQuery+Filter.swift
[2027/2135] Compiling FluentKit ValueOperators+Array.swift
[2028/2135] Compiling FluentKit ValueOperators+String.swift
[2029/2135] Compiling FluentKit ValueOperators.swift
[2030/2135] Compiling FluentKit Boolean.swift
[2031/2135] Compiling FluentKit OptionalChild.swift
[2032/2135] Compiling FluentKit OptionalField.swift
[2033/2135] Compiling FluentKit OptionalParent.swift
[2034/2135] Compiling FluentKit Parent.swift
[2035/2135] Compiling FluentKit Fields.swift
[2036/2135] Compiling FluentKit MirrorBypass.swift
[2037/2135] Compiling FluentKit Model+CRUD.swift
[2042/2135] Compiling FluentKit Operators.swift
[2043/2135] Compiling FluentKit CompositeOptionalChild.swift
[2044/2135] Compiling FluentKit CompositeOptionalParent.swift
[2045/2135] Compiling FluentKit CompositeParent.swift
[2046/2135] Compiling FluentKit Field.swift
[2047/2135] Compiling FluentKit FieldKey.swift
[2048/2135] Compiling FluentKit Group.swift
[2049/2135] Compiling FluentKit ID.swift
[2050/2135] Compiling FluentKit OptionalBoolean.swift
[2052/2135] Compiling FluentKit BooleanPropertyFormat.swift
[2053/2135] Compiling FluentKit Children.swift
[2057/2135] Compiling FluentKit CompositeChildren.swift
[2058/2135] Compiling FluentKit CompositeID.swift
[2065/2197] Compiling FluentKit DatabaseQuery+Join.swift
[2066/2197] Compiling FluentKit DatabaseQuery+Range.swift
[2067/2197] Compiling FluentKit DatabaseQuery+Sort.swift
[2068/2197] Compiling FluentKit DatabaseQuery+Value.swift
[2069/2197] Compiling FluentKit DatabaseQuery.swift
[2070/2197] Compiling FluentKit QueryHistory.swift
[2071/2197] Compiling FluentKit DatabaseSchema.swift
[2072/2197] Compiling FluentKit SchemaBuilder.swift
[2073/2197] Compiling FluentKit OptionalType.swift
[2074/2197] Compiling FluentKit RandomGeneratable.swift
[2075/2197] Compiling FluentKit SomeCodingKey.swift
[2076/2197] Compiling FluentKit UnsafeMutableTransferBox.swift
[2077/2197] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2078/2197] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2079/2197] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2080/2197] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2081/2197] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2082/2197] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2083/2197] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2084/2197] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2085/2197] Compiling AsyncHTTPClient HTTP1Connection.swift
[2086/2197] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2087/2197] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2088/2197] Compiling AsyncHTTPClient HTTP2Connection.swift
[2089/2197] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2090/2197] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2091/2197] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2092/2197] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2093/2197] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2094/2197] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2095/2197] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2096/2197] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2097/2197] Compiling AsyncHTTPClient RequestBodyLength.swift
[2098/2197] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2099/2197] Compiling AsyncHTTPClient RequestOptions.swift
[2100/2197] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2101/2197] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2102/2197] Compiling AsyncHTTPClient HTTPClient.swift
[2103/2197] Compiling AsyncHTTPClient HTTPHandler.swift
[2104/2197] Compiling AsyncHTTPClient LRUCache.swift
[2105/2197] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2106/2197] Compiling AsyncHTTPClient NWErrorHandler.swift
[2107/2197] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2108/2197] Compiling AsyncHTTPClient TLSConfiguration.swift
[2109/2197] Compiling AsyncHTTPClient RedirectState.swift
[2110/2197] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2114/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2115/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2116/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2117/2197] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2118/2197] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2119/2197] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2120/2197] Compiling AsyncHTTPClient ConnectionTarget.swift
[2121/2197] Compiling AsyncHTTPClient DeconstructedURL.swift
[2122/2197] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2123/2197] Compiling AsyncHTTPClient FoundationExtensions.swift
[2124/2197] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2125/2197] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2129/2197] Compiling FluentKit ModelMiddleware.swift
[2130/2197] Compiling FluentKit ModelResponder.swift
[2131/2197] Compiling FluentKit Migration.swift
[2132/2197] Compiling FluentKit MigrationLog.swift
[2133/2197] Compiling FluentKit Migrations.swift
[2134/2197] Compiling FluentKit Migrator.swift
[2135/2197] Compiling FluentKit AnyModel.swift
[2136/2197] Compiling FluentKit EagerLoad.swift
[2137/2197] Compiling FluentKit Fields+Codable.swift
[2139/2198] Emitting module AsyncHTTPClient
[2140/2217] Compiling FluentSQL SQLList+Deprecated.swift
[2141/2218] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2142/2218] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2143/2218] Compiling FluentSQL SQLDatabase+Model.swift
[2144/2218] Emitting module FluentSQL
[2145/2218] Compiling FluentSQL DatabaseSchema+SQL.swift
[2146/2218] Compiling FluentSQL Exports.swift
[2147/2218] Compiling FluentSQL ConverterUtilities.swift
[2148/2218] Compiling FluentSQL DatabaseQuery+SQL.swift
[2149/2218] Compiling FluentSQL SQLQueryConverter.swift
[2150/2218] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2159/2218] Compiling FluentSQL SQLSchemaConverter.swift
[2177/2219] Compiling AsyncHTTPClient RequestBag.swift
[2178/2219] Compiling AsyncHTTPClient RequestValidation.swift
[2179/2219] Compiling AsyncHTTPClient SSLContextCache.swift
[2180/2219] Compiling AsyncHTTPClient Scheme.swift
[2181/2219] Compiling AsyncHTTPClient Singleton.swift
[2182/2219] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2183/2219] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2184/2219] Compiling AsyncHTTPClient Utils.swift
[2194/2227] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2195/2227] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2196/2227] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2197/2227] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2217/2227] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2218/2227] Compiling AsyncHTTPClient ConnectionPool.swift
[2219/2227] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2221/2228] Compiling SublimateFluentKit FluentKit.Database.sublimate().swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/FluentKit.Database.sublimate().swift:11:17: warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |     func sublimate<Value>(use closure: @escaping (CO₂DB) throws -> Value) -> EventLoopFuture<Value> {
10 |         DispatchQueue.global().async(on: eventLoop) {
11 |             try closure(ConcreteCO₂DB(db: self))
   |                 |- warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |         }
13 |     }
/host/spi-builder-workspace/Sources/SublimateFluentKit/FluentKit.Database.sublimate().swift:18:21: warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 |         transaction { db in
17 |             DispatchQueue.global().async(on: db.eventLoop) {
18 |                 try closure(ConcreteCO₂DB(db: db))
   |                     |- warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
19 |             }
20 |         }
/host/spi-builder-workspace/Sources/SublimateFluentKit/FluentKit.Database.sublimate().swift:18:21: warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 |         transaction { db in
17 |             DispatchQueue.global().async(on: db.eventLoop) {
18 |                 try closure(ConcreteCO₂DB(db: db))
   |                     |- warning: capture of 'closure' with non-sendable type '(any CO₂DB) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
19 |             }
20 |         }
[2222/2228] Emitting module SublimateFluentKit
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateMigration.swift:21:9: warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public protocol SublimateMigration {
    |                 `- note: protocol 'SublimateMigration' does not conform to the 'Sendable' protocol
  5 |     func prepare(on db: CO₂DB) throws
  6 |     func revert(on db: CO₂DB) throws
    :
 19 |
 20 | private struct Wrapper: Migration {
 21 |     let sm: SublimateMigration
    |         `- warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
 22 |
 23 |     func prepare(on db: Database) -> EventLoopFuture<Void> {
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateModelMiddleware.swift:36:9: warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
33 | }
34 |
35 | private struct Wrapper<MW: SublimateModelMiddleware>: ModelMiddleware {
   |                        `- note: consider making generic parameter 'MW' conform to the 'Sendable' protocol
36 |     let mw: MW
   |         `- warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
37 |
38 |     func create(model: MW.Model, on db: Database, next: AnyModelResponder) -> EventLoopFuture<Void> {
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateQueryBuilder.swift:89:45: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
 86 |
 87 |     @inlinable
 88 |     func chunk(max: Int, closure: @escaping ([Result<Model, Error>]) -> ()) throws -> Void {
    |                          `- note: parameter 'closure' is implicitly non-sendable
 89 |         try kernel.chunk(max: max, closure: closure).wait()
    |                                             `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
 90 |     }
 91 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:14:46: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 |     @inlinable
13 |     public func first<T: Decodable>(decoding: T.Type) throws -> T? {
   |                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
14 |         try kernel.first(decoding: decoding).wait()
   |                                              `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
15 |     }
16 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:25:20: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
23 |     @inlinable
24 |     public func first<Model>(decoding model: Model.Type) throws -> Model? where Model: FluentKit.Model {
25 |         try kernel.first(decoding: Model.self).wait()
   |                    |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
   |                    `- note: use 'first(decodingFluent:)' instead
26 |     }
27 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:32:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public func first(or: CO₂QueryOptions, file: StaticString = #file, line: UInt = #line) throws -> SQLRow {
31 |         guard let foo = try kernel.first().wait() else {
32 |             throw SublimateAbort(.notFound, reason: "Rows not found for this input.", file: file, line: line)
   |                                   |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
   |                                   `- note: The missing import of module 'NIOHTTP1' will be added implicitly
33 |         }
34 |         return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:39:59: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 |
37 |     @inlinable
38 |     public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
   |                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
39 |         guard let foo = try kernel.first(decoding: model).wait() else {
   |                                                           `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
40 |             throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
41 |         }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:40:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
38 |     public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
39 |         guard let foo = try kernel.first(decoding: model).wait() else {
40 |             throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
   |                                   |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
   |                                   `- note: The missing import of module 'NIOHTTP1' will be added implicitly
41 |         }
42 |         return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:47:36: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
45 |     @inlinable
46 |     public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 |         guard let foo = try kernel.first(decoding: model).wait() else {
   |                                    |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
   |                                    `- note: use 'first(decodingFluent:)' instead
48 |             throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
49 |         }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:48:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
46 |     public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 |         guard let foo = try kernel.first(decoding: model).wait() else {
48 |             throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
   |                                   |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
   |                                   `- note: The missing import of module 'NIOHTTP1' will be added implicitly
49 |         }
50 |         return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:55:20: warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
53 |     @inlinable
54 |     public func all<Model>(decoding models: Model.Type) throws -> [Model] where Model: FluentKit.Model {
55 |         try kernel.all(decoding: models).wait()
   |                    |- warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
   |                    `- note: use 'all(decodingFluent:)' instead
56 |     }
57 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:60:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
57 |
58 |     @inlinable
59 |     public func all<T: Decodable>(decoding: T.Type) throws -> [T] {
   |                     `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
60 |         try kernel.all(decoding: T.self).wait()
   |                                          `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |     }
62 |
[2223/2228] Compiling SublimateFluentKit SublimateMigration.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateMigration.swift:21:9: warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
  2 | import Dispatch
  3 |
  4 | public protocol SublimateMigration {
    |                 `- note: protocol 'SublimateMigration' does not conform to the 'Sendable' protocol
  5 |     func prepare(on db: CO₂DB) throws
  6 |     func revert(on db: CO₂DB) throws
    :
 19 |
 20 | private struct Wrapper: Migration {
 21 |     let sm: SublimateMigration
    |         `- warning: stored property 'sm' of 'Sendable'-conforming struct 'Wrapper' has non-sendable type 'any SublimateMigration'; this is an error in the Swift 6 language mode
 22 |
 23 |     func prepare(on db: Database) -> EventLoopFuture<Void> {
[2224/2228] Compiling SublimateFluentKit SublimateAbort.swift
[2225/2228] Compiling SublimateFluentKit Model+CO₂.swift
[2226/2229] Compiling SublimateFluentKit CO₂DB.swift
[2227/2229] Compiling SublimateFluentKit SublimateQueryBuilder.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateQueryBuilder.swift:89:45: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
 86 |
 87 |     @inlinable
 88 |     func chunk(max: Int, closure: @escaping ([Result<Model, Error>]) -> ()) throws -> Void {
    |                          `- note: parameter 'closure' is implicitly non-sendable
 89 |         try kernel.chunk(max: max, closure: closure).wait()
    |                                             `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
 90 |     }
 91 |
[2228/2229] Compiling SublimateFluentKit SublimateModelMiddleware.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateModelMiddleware.swift:36:9: warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
33 | }
34 |
35 | private struct Wrapper<MW: SublimateModelMiddleware>: ModelMiddleware {
   |                        `- note: consider making generic parameter 'MW' conform to the 'Sendable' protocol
36 |     let mw: MW
   |         `- warning: stored property 'mw' of 'Sendable'-conforming generic struct 'Wrapper' has non-sendable type 'MW'; this is an error in the Swift 6 language mode
37 |
38 |     func create(model: MW.Model, on db: Database, next: AnyModelResponder) -> EventLoopFuture<Void> {
[2229/2229] Compiling SublimateFluentKit SublimateRawBuilder.swift
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:14:46: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |
12 |     @inlinable
13 |     public func first<T: Decodable>(decoding: T.Type) throws -> T? {
   |                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
14 |         try kernel.first(decoding: decoding).wait()
   |                                              `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
15 |     }
16 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:25:20: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
23 |     @inlinable
24 |     public func first<Model>(decoding model: Model.Type) throws -> Model? where Model: FluentKit.Model {
25 |         try kernel.first(decoding: Model.self).wait()
   |                    |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
   |                    `- note: use 'first(decodingFluent:)' instead
26 |     }
27 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:32:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
30 |     public func first(or: CO₂QueryOptions, file: StaticString = #file, line: UInt = #line) throws -> SQLRow {
31 |         guard let foo = try kernel.first().wait() else {
32 |             throw SublimateAbort(.notFound, reason: "Rows not found for this input.", file: file, line: line)
   |                                   |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
   |                                   `- note: The missing import of module 'NIOHTTP1' will be added implicitly
33 |         }
34 |         return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:39:59: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 |
37 |     @inlinable
38 |     public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
   |                       `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
39 |         guard let foo = try kernel.first(decoding: model).wait() else {
   |                                                           `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
40 |             throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
41 |         }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:40:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
38 |     public func first<T: Decodable>(or: CO₂QueryOptions, decoding model: T.Type, file: StaticString = #file, line: UInt = #line) throws -> T {
39 |         guard let foo = try kernel.first(decoding: model).wait() else {
40 |             throw SublimateAbort(.notFound, reason: "Cannot decode `\(T.self)` for this input.", file: file, line: line)
   |                                   |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
   |                                   `- note: The missing import of module 'NIOHTTP1' will be added implicitly
41 |         }
42 |         return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:47:36: warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
45 |     @inlinable
46 |     public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 |         guard let foo = try kernel.first(decoding: model).wait() else {
   |                                    |- warning: 'first(decoding:)' is deprecated: Renamed to first(decodingFluent:)
   |                                    `- note: use 'first(decodingFluent:)' instead
48 |             throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
49 |         }
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:48:35: warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
46 |     public func first<Model>(or: CO₂QueryOptions, decoding model: Model.Type, file: StaticString = #file, line: UInt = #line) throws -> Model where Model: FluentKit.Model {
47 |         guard let foo = try kernel.first(decoding: model).wait() else {
48 |             throw SublimateAbort(.notFound, reason: "\(Model.self)s not found for this input.", file: file, line: line)
   |                                   |- warning: enum case 'notFound' cannot be used in an '@inlinable' function because 'NIOHTTP1' was not imported by this file; this is an error in the Swift 6 language mode
   |                                   `- note: The missing import of module 'NIOHTTP1' will be added implicitly
49 |         }
50 |         return foo
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:55:20: warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
53 |     @inlinable
54 |     public func all<Model>(decoding models: Model.Type) throws -> [Model] where Model: FluentKit.Model {
55 |         try kernel.all(decoding: models).wait()
   |                    |- warning: 'all(decoding:)' is deprecated: Renamed to all(decodingFluent:)
   |                    `- note: use 'all(decodingFluent:)' instead
56 |     }
57 |
/host/spi-builder-workspace/Sources/SublimateFluentKit/SublimateRawBuilder.swift:60:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
57 |
58 |     @inlinable
59 |     public func all<T: Decodable>(decoding: T.Type) throws -> [T] {
   |                     `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
60 |         try kernel.all(decoding: T.self).wait()
   |                                          `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
61 |     }
62 |
[2231/2399] Compiling Vapor Core.swift
[2232/2399] Compiling Vapor Running.swift
[2233/2399] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2234/2399] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2235/2399] Compiling Vapor DotEnvFile+load.swift
[2236/2399] Compiling Vapor Routes+caseInsenstive.swift
[2237/2399] Compiling Vapor Validatable+validate.swift
[2238/2399] Compiling Vapor Environment+Process.swift
[2239/2399] Compiling Vapor Environment+Secret.swift
[2240/2399] Compiling Vapor Environment.swift
[2241/2399] Compiling Vapor Abort.swift
[2242/2399] Compiling Vapor AbortError.swift
[2243/2399] Compiling Vapor DebuggableError.swift
[2244/2399] Compiling Vapor Demangler.swift
[2245/2399] Compiling Vapor ErrorSource.swift
[2246/2399] Compiling Vapor StackTrace.swift
[2247/2399] Compiling Vapor Exports.swift
[2248/2399] Compiling Vapor Application+HTTP.swift
[2249/2399] Compiling Vapor BasicResponder.swift
[2250/2399] Compiling Vapor BodyStream.swift
[2251/2399] Compiling Vapor Application+HTTP+Client.swift
[2252/2399] Compiling Vapor EventLoopHTTPClient.swift
[2253/2399] Compiling Vapor EndpointCache.swift
[2254/2399] Compiling Vapor HTTPMethod+String.swift
[2255/2423] Compiling Vapor AsyncBasicResponder.swift
[2256/2423] Compiling Vapor AsyncMiddleware.swift
[2257/2423] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2258/2423] Compiling Vapor AsyncSessionDriver.swift
[2259/2423] Compiling Vapor Authentication+Concurrency.swift
[2260/2423] Compiling Vapor Cache+Concurrency.swift
[2261/2423] Compiling Vapor Client+Concurrency.swift
[2262/2423] Compiling Vapor RequestBody+Concurrency.swift
[2263/2423] Compiling Vapor Responder+Concurrency.swift
[2264/2423] Compiling Vapor ResponseCodable+Concurrency.swift
[2265/2423] Compiling Vapor RoutesBuilder+Concurrency.swift
[2266/2423] Compiling Vapor ViewRenderer+Concurrency.swift
[2267/2423] Compiling Vapor WebSocket+Concurrency.swift
[2268/2423] Compiling Vapor ContainerGetPathExecutor.swift
[2269/2423] Compiling Vapor Content.swift
[2270/2423] Compiling Vapor ContentCoders.swift
[2271/2423] Compiling Vapor ContentConfiguration.swift
[2272/2423] Compiling Vapor ContentContainer.swift
[2273/2423] Compiling Vapor JSONCoder+Custom.swift
[2274/2423] Compiling Vapor JSONCoders+Content.swift
[2275/2423] Compiling Vapor PlaintextDecoder.swift
[2276/2423] Compiling Vapor PlaintextEncoder.swift
[2277/2423] Compiling Vapor URLQueryCoders.swift
[2278/2423] Compiling Vapor URLQueryContainer.swift
[2279/2447] Compiling Vapor Application.swift
[2280/2447] Compiling Vapor AuthenticationCache.swift
[2281/2447] Compiling Vapor Authenticator.swift
[2282/2447] Compiling Vapor BasicAuthorization.swift
[2283/2447] Compiling Vapor BearerAuthorization.swift
[2284/2447] Compiling Vapor GuardMiddleware.swift
[2285/2447] Compiling Vapor RedirectMiddleware.swift
[2286/2447] Compiling Vapor SessionAuthenticatable.swift
[2287/2447] Compiling Vapor Bcrypt.swift
[2288/2447] Compiling Vapor Application+Cache.swift
[2289/2447] Compiling Vapor Cache.swift
[2290/2447] Compiling Vapor CacheExpirationTime.swift
[2291/2447] Compiling Vapor MemoryCache.swift
[2292/2447] Compiling Vapor Request+Cache.swift
[2293/2447] Compiling Vapor Application+Clients.swift
[2294/2447] Compiling Vapor Client.swift
[2295/2447] Compiling Vapor ClientRequest.swift
[2296/2447] Compiling Vapor ClientResponse.swift
[2297/2447] Compiling Vapor Request+Client.swift
[2298/2447] Compiling Vapor BootCommand.swift
[2299/2447] Compiling Vapor CommandContext+Application.swift
[2300/2447] Compiling Vapor RoutesCommand.swift
[2301/2447] Compiling Vapor ServeCommand.swift
[2302/2447] Compiling Vapor AnyResponse+Concurrency.swift
[2303/2447] Compiling Vapor Request+Body.swift
[2304/2447] Compiling Vapor Request+BodyStream.swift
[2305/2447] Compiling Vapor Request.swift
[2306/2447] Compiling Vapor Application+Responder.swift
[2307/2447] Compiling Vapor DefaultResponder.swift
[2308/2447] Compiling Vapor Response+Body.swift
[2309/2447] Compiling Vapor Response.swift
[2310/2447] Compiling Vapor ResponseCodable.swift
[2311/2447] Compiling Vapor Application+Routes.swift
[2312/2447] Compiling Vapor Parameters+Require.swift
[2313/2447] Compiling Vapor Request+WebSocket.swift
[2314/2447] Compiling Vapor Route.swift
[2315/2447] Compiling Vapor RouteCollection.swift
[2316/2447] Compiling Vapor Routes.swift
[2317/2447] Compiling Vapor RoutesBuilder+Group.swift
[2318/2447] Compiling Vapor RoutesBuilder+Method.swift
[2319/2447] Compiling Vapor RoutesBuilder+Middleware.swift
[2320/2447] Compiling Vapor RoutesBuilder+WebSocket.swift
[2321/2447] Compiling Vapor RoutesBuilder.swift
[2322/2447] Compiling Vapor OTP.swift
[2323/2447] Compiling Vapor Application+Servers.swift
[2324/2447] Compiling Vapor Server.swift
[2325/2447] Compiling Vapor App+Service.swift
[2326/2447] Compiling Vapor Req+Service.swift
[2327/2447] Compiling Vapor Validator.swift
[2328/2447] Compiling Vapor ValidatorResult.swift
[2329/2447] Compiling Vapor And.swift
[2330/2447] Compiling Vapor Case.swift
[2331/2447] Compiling Vapor CharacterSet.swift
[2332/2447] Compiling Vapor Count.swift
[2333/2447] Compiling Vapor Custom.swift
[2334/2447] Compiling Vapor Email.swift
[2335/2447] Compiling Vapor Empty.swift
[2336/2447] Compiling Vapor In.swift
[2337/2447] Compiling Vapor Nil.swift
[2338/2447] Compiling Vapor NilIgnoring.swift
[2339/2447] Compiling Vapor Not.swift
[2340/2447] Compiling Vapor Or.swift
[2341/2447] Compiling Vapor Pattern.swift
[2342/2447] Compiling Vapor Range.swift
[2343/2447] Compiling Vapor URL.swift
[2344/2447] Compiling Vapor Valid.swift
[2345/2447] Compiling Vapor Application+Views.swift
[2346/2447] Compiling Vapor PlaintextRenderer.swift
[2347/2447] Compiling Vapor Request+View.swift
[2348/2447] Compiling Vapor View.swift
[2349/2447] Compiling Vapor ViewRenderer.swift
[2350/2447] Compiling Vapor _Deprecations.swift
[2351/2447] Compiling Vapor HTTPServerResponseEncoder.swift
[2352/2447] Compiling Vapor HTTPServerUpgradeHandler.swift
[2353/2447] Compiling Vapor Logger+Report.swift
[2354/2447] Compiling Vapor LoggingSystem+Environment.swift
[2355/2447] Compiling Vapor Application+Middleware.swift
[2356/2447] Compiling Vapor CORSMiddleware.swift
[2357/2447] Compiling Vapor ErrorMiddleware.swift
[2358/2447] Compiling Vapor FileMiddleware.swift
[2359/2447] Compiling Vapor Middleware.swift
[2360/2447] Compiling Vapor MiddlewareConfiguration.swift
[2361/2447] Compiling Vapor ResponseCompressionMiddleware.swift
[2362/2447] Compiling Vapor RouteLoggingMiddleware.swift
[2363/2447] Compiling Vapor TracingMiddleware.swift
[2364/2447] Compiling Vapor File+Multipart.swift
[2365/2447] Compiling Vapor FormDataDecoder+Content.swift
[2366/2447] Compiling Vapor FormDataEncoder+Content.swift
[2367/2447] Compiling Vapor Application+Password.swift
[2368/2447] Compiling Vapor Application+Passwords.swift
[2369/2447] Compiling Vapor AsyncPasswordHasher.swift
[2370/2447] Compiling Vapor BcryptHasher.swift
[2371/2447] Compiling Vapor PasswordHasher.swift
[2372/2447] Compiling Vapor PlaintextHasher.swift
[2373/2447] Compiling Vapor Request+Password.swift
[2374/2447] Compiling Vapor Redirect.swift
[2375/2447] Compiling Vapor Service.swift
[2376/2447] Compiling Vapor Application+Sessions.swift
[2377/2447] Compiling Vapor MemorySessions.swift
[2378/2447] Compiling Vapor Request+Session.swift
[2379/2447] Compiling Vapor Session.swift
[2380/2447] Compiling Vapor SessionCache.swift
[2381/2447] Compiling Vapor SessionData.swift
[2382/2447] Compiling Vapor SessionDriver.swift
[2383/2447] Compiling Vapor SessionsConfiguration.swift
[2384/2447] Compiling Vapor SessionsMiddleware.swift
[2385/2447] Compiling Vapor URLEncodedFormData.swift
[2386/2447] Compiling Vapor URLEncodedFormDecoder.swift
[2387/2447] Compiling Vapor URLEncodedFormEncoder.swift
[2388/2447] Compiling Vapor URLEncodedFormError.swift
[2389/2447] Compiling Vapor URLEncodedFormParser.swift
[2390/2447] Compiling Vapor URLEncodedFormSerializer.swift
[2391/2447] Compiling Vapor URLQueryFragmentConvertible.swift
[2392/2447] Compiling Vapor AnyResponse.swift
[2393/2447] Compiling Vapor Array+Random.swift
[2394/2447] Compiling Vapor Base32.swift
[2395/2447] Compiling Vapor Base64.swift
[2396/2447] Compiling Vapor BaseN.swift
[2397/2447] Compiling Vapor BasicCodingKey.swift
[2398/2447] Compiling Vapor ByteCount.swift
[2399/2447] Compiling Vapor Bytes+Hex.swift
[2400/2447] Compiling Vapor Bytes+SecureCompare.swift
[2401/2447] Compiling Vapor Collection+Safe.swift
[2402/2447] Compiling Vapor DataProtocol+Copy.swift
[2403/2447] Compiling Vapor DecoderUnwrapper.swift
[2404/2447] Compiling Vapor DirectoryConfiguration.swift
[2405/2447] Compiling Vapor DotEnv.swift
[2406/2447] Compiling Vapor Extendable.swift
[2407/2447] Compiling Vapor File.swift
[2408/2447] Compiling Vapor FileIO.swift
[2409/2447] Compiling Vapor LifecycleHandler.swift
[2410/2447] Compiling Vapor OptionalType.swift
[2411/2447] Compiling Vapor RFC1123.swift
[2412/2447] Compiling Vapor SocketAddress+Hostname.swift
[2413/2447] Compiling Vapor Storage.swift
[2414/2447] Compiling Vapor String+IsIPAddress.swift
[2415/2447] Compiling Vapor Thread.swift
[2416/2447] Compiling Vapor URI.swift
[2417/2447] Compiling Vapor RangeResult.swift
[2418/2447] Compiling Vapor Validatable.swift
[2419/2447] Compiling Vapor Validation.swift
[2420/2447] Compiling Vapor ValidationKey.swift
[2421/2447] Compiling Vapor Validations.swift
[2422/2447] Compiling Vapor ValidationsError.swift
[2423/2447] Compiling Vapor HTTPStatus.swift
[2424/2447] Compiling Vapor HTTPCookies.swift
[2425/2447] Compiling Vapor HTTPHeaderCacheControl.swift
[2426/2447] Compiling Vapor HTTPHeaderExpires.swift
[2427/2447] Compiling Vapor HTTPHeaderLastModified.swift
[2428/2447] Compiling Vapor HTTPHeaders+Cache.swift
[2429/2447] Compiling Vapor HTTPHeaders+Connection.swift
[2430/2447] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2431/2447] Compiling Vapor HTTPHeaders+ContentRange.swift
[2432/2447] Compiling Vapor HTTPHeaders+Directive.swift
[2433/2447] Compiling Vapor HTTPHeaders+Forwarded.swift
[2434/2447] Compiling Vapor HTTPHeaders+Link.swift
[2435/2447] Compiling Vapor HTTPHeaders+Name.swift
[2436/2447] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2437/2447] Compiling Vapor HTTPHeaders.swift
[2438/2447] Compiling Vapor HTTPMediaType.swift
[2439/2447] Compiling Vapor HTTPMediaTypePreference.swift
[2440/2447] Compiling Vapor Responder.swift
[2441/2447] Compiling Vapor Application+HTTP+Server.swift
[2442/2447] Compiling Vapor HTTPServer.swift
[2443/2447] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2444/2447] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2445/2447] Compiling Vapor HTTPServerHandler.swift
[2446/2447] Compiling Vapor HTTPServerRequestDecoder.swift
[2447/2447] Emitting module Vapor
[2449/2465] Emitting module SublimateVapor
/host/spi-builder-workspace/Sources/SublimateVapor/CO₂.swift:67:1: warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
65 | }
66 |
67 | extension SublimateAbort: AbortError
   | |- warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
68 | {}
69 |
[2450/2465] Compiling SublimateVapor CO₂.swift
/host/spi-builder-workspace/Sources/SublimateVapor/CO₂.swift:67:1: warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
65 | }
66 |
67 | extension SublimateAbort: AbortError
   | |- warning: extension declares a conformance of imported type 'SublimateAbort' to imported protocol 'AbortError'; this will not behave correctly if the owners of 'SublimateFluentKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
68 | {}
69 |
[2451/2465] Emitting module Fluent
[2452/2465] Compiling Fluent FluentProvider+Concurrency.swift
[2453/2465] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2454/2467] Compiling Fluent FluentProvider.swift
[2455/2467] Compiling Fluent MigrateCommand.swift
[2456/2467] Compiling Fluent ModelAuthenticatable.swift
[2457/2467] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2458/2468] Compiling Fluent Pagination+Concurrency.swift
[2459/2468] Compiling Fluent Sessions+Concurrency.swift
[2460/2468] Compiling Fluent Fluent+History.swift
[2461/2468] Compiling Fluent Fluent+Paginate.swift
[2462/2468] Compiling Fluent Fluent+Pagination.swift
[2463/2468] Compiling Fluent Fluent+Sessions.swift
[2464/2468] Compiling Fluent Exports.swift
[2465/2468] Compiling Fluent Fluent+Cache.swift
[2467/2468] Compiling Fluent ModelTokenAuthenticatable.swift
[2468/2468] Compiling Fluent PageLimit.swift
[2470/2472] Compiling Sublimate Vapor.Request.sublimate().swift
/host/spi-builder-workspace/Sources/Sublimate/Vapor.Request.sublimate().swift:9:17: warning: capture of 'closure' with non-sendable type '(CO₂) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 7 |     func sublimate<Value>(file: String = #file, line: UInt = #line, use closure: @escaping (CO₂) throws -> Value) -> EventLoopFuture<Value> {
 8 |         DispatchQueue.global().async(on: eventLoop) {
 9 |             try closure(CO₂(rq: self, db: self.db))
   |                 |- warning: capture of 'closure' with non-sendable type '(CO₂) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
10 |         }
11 |     }
[2471/2472] Emitting module Sublimate
[2472/2472] Compiling Sublimate sublimate().swift
/host/spi-builder-workspace/Sources/Sublimate/sublimate().swift:151:21: warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
149 |         case nil:
150 |             return DispatchQueue.global().async(on: rq.eventLoop) {
151 |                 try body(rq.db)
    |                     |- warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
152 |             }
153 |         case .transaction:
/host/spi-builder-workspace/Sources/Sublimate/sublimate().swift:156:25: warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
154 |             return rq.db.transaction { db in
155 |                 DispatchQueue.global().async(on: rq.eventLoop) {
156 |                     try body(db)
    |                         |- warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
157 |                 }
158 |             }
/host/spi-builder-workspace/Sources/Sublimate/sublimate().swift:156:25: warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
154 |             return rq.db.transaction { db in
155 |                 DispatchQueue.global().async(on: rq.eventLoop) {
156 |                     try body(db)
    |                         |- warning: capture of 'body' with non-sendable type '(any Database) throws -> Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
157 |                 }
158 |             }
Build complete! (301.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit"
    },
    {
      "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.git"
    }
  ],
  "manifest_display_name" : "Sublimate",
  "name" : "Sublimate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Sublimate",
      "targets" : [
        "Sublimate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SublimateVapor",
      "targets" : [
        "SublimateVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SublimateFluentKit",
      "targets" : [
        "SublimateFluentKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "product_dependencies" : [
        "XCTFluent",
        "XCTVapor",
        "FluentSQLiteDriver"
      ],
      "sources" : [
        "CO₂Tests.swift",
        "FluentTests.swift",
        "NIOTests.swift",
        "SublimateMigrationTests.swift",
        "SublimateModelMiddlewareTests.swift",
        "SublimateRawBuilderTests.swift",
        "VaporTests.swift",
        "etc.swift"
      ],
      "target_dependencies" : [
        "Sublimate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SublimateVapor",
      "module_type" : "SwiftTarget",
      "name" : "SublimateVapor",
      "path" : "Sources/SublimateVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "Sublimate",
        "SublimateVapor"
      ],
      "sources" : [
        "CO₂.swift"
      ],
      "target_dependencies" : [
        "SublimateFluentKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SublimateNIO",
      "module_type" : "SwiftTarget",
      "name" : "SublimateNIO",
      "path" : "Sources/SublimateNIO",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "Sublimate",
        "SublimateVapor",
        "SublimateFluentKit"
      ],
      "sources" : [
        "CO₂NIO.swift",
        "DispatchQueue+EventLoop.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SublimateFluentKit",
      "module_type" : "SwiftTarget",
      "name" : "SublimateFluentKit",
      "path" : "Sources/SublimateFluentKit",
      "product_dependencies" : [
        "FluentKit",
        "FluentSQL"
      ],
      "product_memberships" : [
        "Sublimate",
        "SublimateVapor",
        "SublimateFluentKit"
      ],
      "sources" : [
        "CO₂DB.swift",
        "FluentKit.Database.sublimate().swift",
        "Model+CO₂.swift",
        "SublimateAbort.swift",
        "SublimateMigration.swift",
        "SublimateModelMiddleware.swift",
        "SublimateQueryBuilder.swift",
        "SublimateRawBuilder.swift"
      ],
      "target_dependencies" : [
        "SublimateNIO"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sublimate",
      "module_type" : "SwiftTarget",
      "name" : "Sublimate",
      "path" : "Sources/Sublimate",
      "product_dependencies" : [
        "Fluent"
      ],
      "product_memberships" : [
        "Sublimate"
      ],
      "sources" : [
        "Vapor.Request.sublimate().swift",
        "sublimate().swift"
      ],
      "target_dependencies" : [
        "SublimateVapor"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.