The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Sublimate, reference v1.12.1 (fe14c7), with Swift 6.1 for Linux on 26 Apr 2025 12:05:04 UTC.

Swift 6 data race errors: 8

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/myhealthily/sublimate.git
Reference: v1.12.1
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
 * tag               v1.12.1    -> FETCH_HEAD
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 v1.12.1
========================================
Build
========================================
Selected platform:         linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/vapor/fluent-kit
Fetching https://github.com/vapor/vapor.git
[1/1347] Fetching fluent-sqlite-driver
[1348/14754] Fetching fluent-sqlite-driver, fluent
[6577/27995] Fetching fluent-sqlite-driver, fluent, fluent-kit
[13198/102308] Fetching fluent-sqlite-driver, fluent, fluent-kit, vapor
[21536/177739] Fetching fluent-sqlite-driver, fluent, fluent-kit, vapor, swift-nio
Fetched https://github.com/vapor/fluent-kit from cache (0.63s)
[34155/164498] Fetching fluent-sqlite-driver, fluent, vapor, swift-nio
Fetched https://github.com/vapor/fluent from cache (0.68s)
[23011/151091] Fetching fluent-sqlite-driver, vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (2.10s)
[62447/76778] Fetching fluent-sqlite-driver, swift-nio
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (5.52s)
Fetched https://github.com/apple/swift-nio from cache (5.61s)
Computing version for https://github.com/vapor/fluent
Computed https://github.com/vapor/fluent at 4.12.0 (6.13s)
Computing version for https://github.com/vapor/fluent-kit
Computed https://github.com/vapor/fluent-kit at 1.52.1 (1.38s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[270/9819] Fetching swift-log, sql-kit
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.64s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (1.27s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/4353] Fetching swift-system
[2526/6058] Fetching swift-system, swift-atomics
[4492/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.51s)
[6091/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.04s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.56s)
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.66s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.70s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.20s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1496] Fetching sqlite-nio
[2/3866] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (1.39s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.40s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.98s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.85s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.57s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
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
[1/3208] Fetching multipart-kit
[1638/8870] Fetching multipart-kit, swift-nio-extras
[1808/11457] Fetching multipart-kit, swift-nio-extras, websocket-kit
[1809/16427] Fetching multipart-kit, swift-nio-extras, websocket-kit, swift-distributed-tracing
[1944/17486] Fetching multipart-kit, swift-nio-extras, websocket-kit, swift-distributed-tracing, swift-service-context
[3296/19686] Fetching multipart-kit, swift-nio-extras, websocket-kit, swift-distributed-tracing, swift-service-context, swift-metrics
Fetched https://github.com/apple/swift-service-context.git from cache (0.38s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.46s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.46s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
[3838/26131] Fetching multipart-kit, swift-metrics, routing-kit
[5496/37623] Fetching multipart-kit, swift-metrics, routing-kit, swift-nio-http2
[23543/52416] Fetching multipart-kit, swift-metrics, routing-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (1.54s)
Fetching https://github.com/vapor/console-kit.git
[45631/50216] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (1.59s)
[42571/47008] Fetching routing-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.15s)
[21996/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.28s)
[10947/14793] Fetching swift-nio-ssl
[14794/20278] Fetching swift-nio-ssl, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.37s)
[1/13787] Fetching async-http-client
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.86s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.84s)
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.29s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (3.99s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.52s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.84s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.58s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.12s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.73s)
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.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.85s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.92s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.77s)
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.84s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.61s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.31s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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.25.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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/vapor/fluent
Working copy of https://github.com/vapor/fluent resolved at 4.12.0
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/fluent-kit
Working copy of https://github.com/vapor/fluent-kit resolved at 1.52.1
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Building for debugging...
[0/838] Write sources
[53/838] Compiling _NumericsShims _NumericsShims.c
[54/838] Compiling _AtomicsShims.c
[55/838] Compiling CNIOLLHTTP c_nio_http.c
[56/838] Compiling CNIOWindows shim.c
[57/838] Compiling CNIOWindows WSAStartup.c
[58/838] Compiling CVaporBcrypt blf.c
[59/838] Compiling CSystem shims.c
[60/838] Compiling CNIOWASI CNIOWASI.c
[61/838] Compiling CVaporBcrypt bcrypt.c
[62/838] Compiling CNIOLLHTTP c_nio_api.c
[63/838] Compiling CNIOExtrasZlib empty.c
[64/838] Compiling CNIODarwin shim.c
[65/838] Compiling CNIOSHA1 c_nio_sha1.c
[66/838] Compiling CNIOLinux liburing_shims.c
[67/838] Compiling fiat_p256_adx_sqr.S
[68/838] Compiling fiat_p256_adx_mul.S
[69/838] Compiling fiat_curve25519_adx_square.S
[70/838] Compiling fiat_curve25519_adx_mul.S
[71/838] Compiling CNIOLinux shim.c
[72/838] Write swift-version-24593BA9C3E375BF.txt
[73/838] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/842] Compiling CNIOBoringSSLShims shims.c
[76/844] Emitting module _NIODataStructures
[76/844] Compiling tls_record.cc
[77/844] Compiling tls_method.cc
[78/844] Compiling tls13_server.cc
[79/885] Compiling tls13_client.cc
[80/885] Compiling tls13_enc.cc
[81/885] Compiling tls13_both.cc
[83/910] Emitting module RealModule
[84/911] Emitting module CoreMetrics
[85/911] Emitting module InternalCollectionsUtilities
[86/913] Compiling _NIOBase64 Base64.swift
[87/913] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[89/913] Emitting module _NIOBase64
[90/913] Compiling RealModule RealFunctions.swift
[91/914] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/914] Compiling InternalCollectionsUtilities Integer rank.swift
[93/914] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/914] Compiling CoreMetrics Metrics.swift
[95/914] Compiling SystemPackage MachPort.swift
[96/914] Compiling SystemPackage PlatformString.swift
[97/914] Compiling SystemPackage SystemString.swift
[99/917] Compiling RealModule Real.swift
[100/917] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/917] Compiling InternalCollectionsUtilities Specialize.swift
[102/917] Emitting module ServiceContextModule
[103/917] Compiling ServiceContextModule ServiceContextKey.swift
[104/917] Compiling ServiceContextModule ServiceContext.swift
[105/917] Compiling RealModule ElementaryFunctions.swift
[106/917] Compiling InternalCollectionsUtilities Debugging.swift
[107/917] Compiling InternalCollectionsUtilities Descriptions.swift
[108/918] Compiling RealModule Float+Real.swift
[109/918] Compiling RealModule Float16+Real.swift
[110/918] Compiling RealModule Float80+Real.swift
[111/918] Compiling _NIODataStructures PriorityQueue.swift
[112/918] Compiling InternalCollectionsUtilities _SortedCollection.swift
[113/918] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[114/918] Compiling _NIODataStructures _TinyArray.swift
[115/918] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/918] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[117/918] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[118/918] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[119/918] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[120/918] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[121/918] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[130/919] Emitting module SystemPackage
[146/926] Compiling SystemPackage Util+StringArray.swift
[147/926] Compiling SystemPackage Util.swift
[148/926] Compiling SystemPackage UtilConsumers.swift
[149/926] Compiling Instrumentation NoOpInstrument.swift
[150/926] Compiling Instrumentation InstrumentationSystem.swift
[151/926] Compiling Instrumentation Instrument.swift
[152/945] Emitting module Instrumentation
[153/983] Compiling Instrumentation MultiplexInstrument.swift
[154/994] Compiling Logging MetadataProvider.swift
[155/994] Emitting module Logging
[156/994] Compiling Logging Locks.swift
[157/994] Compiling CoreMetrics Locks.swift
[158/994] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[159/994] Compiling _RopeModule BigString+Chunk+Splitting.swift
[160/994] Compiling _RopeModule BigString+Chunk.swift
[161/994] Compiling _RopeModule BigString+BidirectionalCollection.swift
[162/995] Compiling _RopeModule BigString+Append.swift
[163/995] Compiling _RopeModule BigString+Initializers.swift
[164/995] Compiling _RopeModule BigString+Insert.swift
[165/995] Compiling _RopeModule BigString+Managing Breaks.swift
[166/996] Compiling Logging LogHandler.swift
[167/996] Compiling Logging Logging.swift
[168/997] Compiling Instrumentation Locks.swift
[169/998] Compiling _NIODataStructures Heap.swift
[175/1077] Compiling HeapModule Heap+Invariants.swift
[176/1077] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[177/1077] Emitting module HeapModule
[178/1077] Compiling HeapModule Heap+Descriptions.swift
[179/1077] Compiling Tracing TracingTime.swift
[180/1077] Compiling Tracing TracerProtocol.swift
[181/1077] Compiling HeapModule _HeapNode.swift
[182/1077] Compiling HeapModule Heap.swift
[183/1077] Emitting module Tracing
[184/1077] Compiling HeapModule Heap+UnsafeHandle.swift
[185/1077] Compiling Tracing TracerProtocol+Legacy.swift
[186/1077] Compiling Tracing Tracer.swift
[186/1078] Compiling t1_enc.cc
[188/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[189/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[190/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[191/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[192/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[193/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[194/1078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[196/1085] Compiling Tracing InstrumentationSystem+Tracing.swift
[197/1085] Compiling Tracing NoOpTracer.swift
[198/1085] Compiling Tracing SpanProtocol.swift
[199/1086] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[200/1086] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[201/1086] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[202/1086] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[203/1086] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[204/1086] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[205/1086] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[206/1086] Compiling OrderedCollections OrderedDictionary.swift
[207/1086] Compiling OrderedCollections OrderedSet+Codable.swift
[208/1086] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[209/1086] Compiling OrderedCollections OrderedSet+Descriptions.swift
[210/1086] Compiling OrderedCollections OrderedSet+Diffing.swift
[211/1086] Compiling OrderedCollections OrderedSet+Equatable.swift
[212/1086] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[213/1086] Compiling OrderedCollections OrderedSet+Hashable.swift
[215/1169] Compiling HashTreeCollections TreeDictionary+Codable.swift
[216/1169] Compiling HashTreeCollections TreeDictionary+Collection.swift
[217/1169] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[218/1169] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[219/1169] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[220/1169] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[221/1169] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[222/1169] Compiling HashTreeCollections TreeDictionary+Filter.swift
[223/1174] Compiling HashTreeCollections _HashNode+Builder.swift
[224/1174] Compiling HashTreeCollections _HashNode+Debugging.swift
[225/1174] Compiling HashTreeCollections _HashNode+Initializers.swift
[226/1174] Compiling HashTreeCollections _HashNode+Invariants.swift
[227/1174] Compiling HashTreeCollections _HashNode+Lookups.swift
[228/1174] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[229/1174] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[230/1174] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[231/1177] Compiling DequeModule Deque+Codable.swift
[232/1177] Compiling DequeModule Deque+Collection.swift
[233/1177] Compiling DequeModule Deque+CustomReflectable.swift
[234/1177] Compiling DequeModule Deque+Descriptions.swift
[235/1177] Compiling DequeModule Deque+Testing.swift
[236/1177] Compiling DequeModule Deque._Storage.swift
[237/1177] Compiling DequeModule Deque._UnsafeHandle.swift
[238/1177] Compiling DequeModule Deque.swift
[240/1179] Compiling ssl_x509.cc
[242/1179] Compiling DequeModule _DequeBuffer.swift
[243/1179] Compiling DequeModule _DequeBufferHeader.swift
[244/1179] Compiling HashTreeCollections TreeDictionary+Keys.swift
[245/1179] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[246/1179] Compiling HashTreeCollections TreeDictionary+Merge.swift
[247/1179] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[248/1179] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[249/1179] Compiling HashTreeCollections TreeDictionary+Values.swift
[250/1179] Compiling HashTreeCollections TreeDictionary.swift
[251/1179] Compiling HashTreeCollections TreeSet+Codable.swift
[252/1179] Compiling HashTreeCollections TreeSet+Collection.swift
[253/1179] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[254/1179] Compiling HashTreeCollections TreeSet+Debugging.swift
[255/1179] Compiling HashTreeCollections TreeSet+Descriptions.swift
[256/1179] Compiling HashTreeCollections TreeSet+Equatable.swift
[257/1179] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[258/1179] Compiling HashTreeCollections TreeSet+Extras.swift
[259/1179] Compiling HashTreeCollections TreeSet+Filter.swift
[260/1179] Compiling HashTreeCollections TreeSet+Hashable.swift
[261/1179] Compiling HashTreeCollections TreeSet+Sendable.swift
[268/1188] Compiling HashTreeCollections _HashNode+Structural union.swift
[269/1188] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[270/1188] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[271/1188] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[272/1188] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[273/1188] Compiling HashTreeCollections _HashNode.swift
[276/1188] Compiling DequeModule Deque+Equatable.swift
[277/1188] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[278/1188] Compiling DequeModule _DequeSlot.swift
[279/1188] Compiling DequeModule _UnsafeWrappedBuffer.swift
[286/1188] Compiling _RopeModule Rope+Join.swift
[287/1188] Compiling _RopeModule Rope+MutatingForEach.swift
[288/1188] Compiling _RopeModule Rope+Remove.swift
[289/1188] Compiling _RopeModule Rope+RemoveSubrange.swift
[290/1188] Compiling _RopeModule Rope+Split.swift
[291/1188] Compiling _RopeModule Optional Utilities.swift
[292/1188] Compiling _RopeModule String Utilities.swift
[293/1188] Compiling _RopeModule String.Index+ABI.swift
[302/1198] Compiling DequeModule Deque+Extras.swift
[303/1198] Compiling DequeModule Deque+Hashable.swift
[317/1198] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[318/1198] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[341/1198] Emitting module Metrics
[342/1198] Emitting module RoutingKit
[352/1198] Compiling RoutingKit Router.swift
[353/1198] Compiling RoutingKit PathComponent.swift
[354/1198] Compiling RoutingKit TrieRouter.swift
[355/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[356/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[357/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[358/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[359/1198] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[360/1198] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[361/1198] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[362/1198] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[363/1198] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[364/1198] Compiling HashTreeCollections TreeSet.swift
[365/1198] Emitting module DequeModule
[366/1199] Emitting module OrderedCollections
[367/1200] Emitting module _RopeModule
[369/1200] Compiling ssl_transcript.cc
[371/1200] Compiling HashTreeCollections _HashTreeIterator.swift
[372/1200] Compiling HashTreeCollections _HashTreeStatistics.swift
[373/1200] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[374/1200] Compiling HashTreeCollections _RawHashNode.swift
[375/1200] Compiling HashTreeCollections _UnmanagedHashNode.swift
[376/1200] Compiling HashTreeCollections _UnsafePath.swift
[381/1200] Compiling ssl_versions.cc
[383/1200] Compiling HashTreeCollections _HashNodeHeader.swift
[384/1200] Compiling HashTreeCollections _HashSlot.swift
[385/1200] Compiling HashTreeCollections _HashStack.swift
[402/1200] Compiling Metrics Metrics.swift
[403/1201] Compiling RoutingKit AnyRouter.swift
[404/1201] Compiling RoutingKit Parameters.swift
[449/1203] Compiling ssl_stat.cc
[450/1203] Compiling ssl_privkey.cc
[451/1203] Compiling ssl_key_share.cc
[452/1203] Compiling ssl_session.cc
[453/1203] Compiling ssl_file.cc
[455/1203] Emitting module HashTreeCollections
[456/1204] Compiling ssl_lib.cc
[457/1204] Compiling ssl_cert.cc
[458/1204] Compiling ssl_cipher.cc
[459/1204] Compiling ssl_credential.cc
[460/1204] Compiling ssl_buffer.cc
[461/1204] Compiling ssl_aead_ctx.cc
[462/1204] Compiling ssl_asn1.cc
[463/1204] Compiling s3_pkt.cc
[464/1204] Compiling s3_lib.cc
[465/1204] Compiling s3_both.cc
[466/1204] Compiling handoff.cc
[467/1204] Compiling handshake_server.cc
[468/1204] Compiling handshake_client.cc
[469/1204] Compiling dtls_record.cc
[470/1204] Compiling handshake.cc
[471/1204] Compiling encrypted_client_hello.cc
[472/1204] Compiling md5-x86_64-linux.S
[473/1204] Compiling md5-x86_64-apple.S
[474/1204] Compiling bio_ssl.cc
[475/1204] Compiling dtls_method.cc
[476/1204] Compiling md5-586-linux.S
[477/1204] Compiling md5-586-apple.S
[478/1204] Compiling chacha20_poly1305_x86_64-apple.S
[479/1204] Compiling chacha20_poly1305_x86_64-linux.S
[480/1204] Compiling extensions.cc
[481/1204] Compiling chacha20_poly1305_armv8-linux.S
[482/1204] Compiling chacha20_poly1305_armv8-win.S
[483/1204] Compiling err_data.cc
[484/1204] Compiling chacha20_poly1305_armv8-apple.S
[485/1204] Compiling chacha-x86_64-apple.S
[486/1204] Compiling chacha-x86_64-linux.S
[487/1204] Compiling d1_pkt.cc
[488/1204] Compiling chacha-x86-linux.S
[489/1204] Compiling chacha-armv8-linux.S
[490/1204] Compiling chacha-x86-apple.S
[491/1204] Compiling chacha-armv8-win.S
[492/1204] Compiling chacha-armv4-linux.S
[493/1204] Compiling chacha-armv8-apple.S
[494/1204] Compiling aes128gcmsiv-x86_64-linux.S
[495/1204] Compiling d1_srtp.cc
[496/1204] Compiling aes128gcmsiv-x86_64-apple.S
[497/1204] Compiling x86_64-mont5-apple.S
[498/1204] Compiling x86_64-mont5-linux.S
[499/1204] Compiling x86_64-mont-linux.S
[500/1204] Compiling x86_64-mont-apple.S
[501/1204] Compiling x86-mont-apple.S
[502/1204] Compiling x86-mont-linux.S
[503/1204] Compiling d1_lib.cc
[504/1204] Compiling vpaes-x86_64-linux.S
[505/1204] Compiling vpaes-x86-linux.S
[506/1204] Compiling vpaes-x86_64-apple.S
[506/1204] Compiling vpaes-x86-apple.S
[508/1204] Compiling vpaes-armv8-linux.S
[508/1204] Compiling vpaes-armv8-win.S
[510/1204] Compiling vpaes-armv8-apple.S
[511/1204] Compiling vpaes-armv7-linux.S
[512/1204] Compiling sha512-armv8-win.S
[513/1204] Compiling sha512-x86_64-linux.S
[514/1204] Compiling sha512-armv8-linux.S
[515/1204] Compiling sha512-586-apple.S
[516/1204] Compiling sha512-armv4-linux.S
[517/1204] Compiling sha512-x86_64-apple.S
[518/1204] Compiling sha512-armv8-apple.S
[519/1204] Compiling sha512-586-linux.S
[520/1204] Compiling sha256-x86_64-linux.S
[521/1204] Compiling sha256-armv8-win.S
[522/1204] Compiling sha256-x86_64-apple.S
[523/1204] Compiling sha256-armv8-linux.S
[524/1204] Compiling sha256-armv4-linux.S
[525/1204] Compiling sha256-armv8-apple.S
[526/1204] Compiling sha256-586-linux.S
[527/1204] Compiling sha256-586-apple.S
[528/1204] Compiling sha1-x86_64-apple.S
[528/1204] Compiling sha1-armv8-win.S
[530/1204] Compiling sha1-x86_64-linux.S
[531/1204] Compiling sha1-armv4-large-linux.S
[532/1204] Compiling sha1-armv8-linux.S
[533/1204] Compiling sha1-armv8-apple.S
[534/1204] Compiling sha1-586-linux.S
[535/1204] Compiling sha1-586-apple.S
[536/1204] Compiling rdrand-x86_64-linux.S
[537/1204] Compiling d1_both.cc
[538/1204] Compiling rsaz-avx2-apple.S
[539/1204] Compiling rsaz-avx2-linux.S
[540/1204] Compiling p256_beeu-x86_64-asm-linux.S
[541/1204] Compiling p256_beeu-x86_64-asm-apple.S
[542/1204] Compiling rdrand-x86_64-apple.S
[543/1204] Compiling p256_beeu-armv8-asm-linux.S
[544/1204] Compiling p256_beeu-armv8-asm-win.S
[545/1204] Compiling p256-armv8-asm-win.S
[546/1204] Compiling p256-x86_64-asm-apple.S
[547/1204] Compiling p256-armv8-asm-linux.S
[548/1204] Compiling p256_beeu-armv8-asm-apple.S
[549/1204] Compiling p256-x86_64-asm-linux.S
[550/1204] Compiling p256-armv8-asm-apple.S
[551/1204] Compiling ghashv8-armv8-win.S
[552/1204] Compiling ghashv8-armv8-linux.S
[552/1204] Compiling ghashv8-armv8-apple.S
[554/1204] Compiling ghash-x86_64-linux.S
[555/1204] Compiling ghashv8-armv7-linux.S
[556/1204] Compiling ghash-x86-linux.S
[557/1204] Compiling ghash-x86_64-apple.S
[558/1204] Compiling ghash-x86-apple.S
[559/1204] Compiling ghash-ssse3-x86_64-apple.S
[560/1204] Compiling ghash-ssse3-x86-linux.S
[561/1204] Compiling ghash-neon-armv8-linux.S
[562/1204] Compiling ghash-ssse3-x86_64-linux.S
[563/1204] Compiling ghash-neon-armv8-win.S
[564/1204] Compiling ghash-ssse3-x86-apple.S
[565/1204] Compiling ghash-armv4-linux.S
[566/1204] Compiling co-586-linux.S
[567/1204] Compiling bsaes-armv7-linux.S
[568/1204] Compiling co-586-apple.S
[569/1204] Compiling ghash-neon-armv8-apple.S
[570/1204] Compiling bn-armv8-win.S
[571/1204] Compiling bn-armv8-linux.S
[572/1204] Compiling bn-armv8-apple.S
[573/1204] Compiling bn-586-linux.S
[574/1204] Compiling armv8-mont-apple.S
[575/1204] Compiling bn-586-apple.S
[576/1204] Compiling armv8-mont-win.S
[577/1204] Compiling armv8-mont-linux.S
[578/1204] Compiling armv4-mont-linux.S
[579/1204] Compiling aesv8-armv8-win.S
[580/1204] Compiling aesv8-gcm-armv8-win.S
[581/1204] Compiling aesv8-gcm-armv8-apple.S
[582/1204] Compiling aesv8-armv8-linux.S
[583/1204] Compiling aesv8-armv7-linux.S
[583/1204] Compiling aesv8-armv8-apple.S
[585/1204] Compiling aesv8-gcm-armv8-linux.S
[586/1204] Compiling aesni-x86_64-linux.S
[587/1204] Compiling aesni-x86-apple.S
[588/1204] Compiling aesni-gcm-x86_64-apple.S
[589/1204] Compiling aesni-x86-linux.S
[590/1204] Compiling aesni-x86_64-apple.S
[591/1204] Compiling aesni-gcm-x86_64-linux.S
[592/1204] Compiling aes-gcm-avx2-x86_64-linux.S
[593/1204] Compiling aes-gcm-avx2-x86_64-apple.S
[593/1204] Compiling aes-gcm-avx10-x86_64-apple.S
[595/1204] Compiling aes-gcm-avx10-x86_64-linux.S
[596/1204] Compiling x_sig.cc
[597/1204] Compiling x_x509.cc
[598/1204] Compiling x_val.cc
[599/1204] Compiling x_x509a.cc
[600/1204] Compiling x_spki.cc
[601/1204] Compiling x_pubkey.cc
[602/1204] Compiling x_req.cc
[603/1204] Compiling x_name.cc
[604/1204] Compiling x_exten.cc
[605/1204] Compiling x_crl.cc
[606/1204] Compiling x_attrib.cc
[607/1204] Compiling x509spki.cc
[608/1204] Compiling x_algor.cc
[609/1204] Compiling x_all.cc
[610/1204] Compiling x509name.cc
[611/1204] Compiling x509rset.cc
[612/1204] Compiling x509cset.cc
[613/1204] Compiling x509_vpm.cc
[614/1204] Compiling x509_trs.cc
[615/1204] Compiling x509_txt.cc
[616/1204] Compiling x509_vfy.cc
[617/1204] Compiling x509_set.cc
[618/1204] Compiling x509_req.cc
[619/1204] Compiling x509_v3.cc
[620/1204] Compiling x509_lu.cc
[621/1204] Compiling x509_obj.cc
[622/1204] Compiling x509_ext.cc
[623/1204] Compiling x509_cmp.cc
[624/1204] Compiling x509_d2.cc
[625/1204] Compiling x509_def.cc
[626/1204] Compiling v3_utl.cc
[627/1204] Compiling x509_att.cc
[628/1204] Compiling x509.cc
[629/1204] Compiling v3_skey.cc
[630/1204] Compiling v3_pmaps.cc
[631/1204] Compiling v3_purp.cc
[632/1204] Compiling v3_prn.cc
[633/1204] Compiling v3_pcons.cc
[634/1204] Compiling v3_ocsp.cc
[635/1204] Compiling v3_info.cc
[636/1204] Compiling v3_int.cc
[637/1204] Compiling v3_lib.cc
[638/1204] Compiling v3_ia5.cc
[639/1204] Compiling v3_ncons.cc
[640/1204] Compiling v3_bcons.cc
[641/1204] Compiling v3_extku.cc
[642/1204] Compiling v3_genn.cc
[643/1204] Compiling v3_cpols.cc
[644/1204] Compiling v3_enum.cc
[645/1204] Compiling v3_crld.cc
[646/1204] Compiling v3_conf.cc
[647/1204] Compiling v3_bitst.cc
[648/1204] Compiling v3_alt.cc
[649/1204] Compiling t_x509a.cc
[650/1204] Compiling t_req.cc
[651/1204] Compiling t_crl.cc
[652/1204] Compiling v3_akey.cc
[653/1204] Compiling v3_akeya.cc
[654/1204] Compiling t_x509.cc
[655/1204] Compiling rsa_pss.cc
[656/1204] Compiling i2d_pr.cc
[657/1204] Compiling asn1_gen.cc
[658/1204] Compiling name_print.cc
[659/1204] Compiling policy.cc
[660/1204] Compiling by_file.cc
[661/1204] Compiling a_verify.cc
[662/1204] Compiling by_dir.cc
[663/1204] Compiling algorithm.cc
[664/1204] Compiling a_sign.cc
[665/1204] Compiling trust_token.cc
[666/1204] Compiling a_digest.cc
[667/1204] Compiling voprf.cc
[668/1204] Compiling thread_pthread.cc
[669/1204] Compiling thread_win.cc
[670/1204] Compiling thread_none.cc
[671/1204] Compiling thread.cc
[672/1204] Compiling pmbtoken.cc
[673/1204] Compiling sha512.cc
[674/1204] Compiling stack.cc
[675/1204] Compiling siphash.cc
[676/1204] Compiling sha256.cc
[677/1204] Compiling sha1.cc
[678/1204] Compiling slhdsa.cc
[679/1204] Compiling rsa_print.cc
[680/1204] Compiling rsa_extra.cc
[681/1204] Compiling spake2plus.cc
[682/1204] Compiling refcount.cc
[683/1204] Compiling rc4.cc
[684/1204] Compiling rsa_crypt.cc
[685/1204] Compiling windows.cc
[686/1204] Compiling trusty.cc
[687/1204] Compiling urandom.cc
[688/1204] Compiling rsa_asn1.cc
[689/1204] Compiling rand.cc
[690/1204] Compiling ios.cc
[691/1204] Compiling poly1305_arm_asm.S
[692/1204] Compiling passive.cc
[693/1204] Compiling getentropy.cc
[694/1204] Compiling forkunsafe.cc
[695/1204] Compiling fork_detect.cc
[696/1204] Compiling deterministic.cc
[697/1204] Compiling poly1305.cc
[698/1204] Compiling poly1305_arm.cc
[699/1204] Compiling poly1305_vec.cc
[700/1204] Compiling pool.cc
[701/1204] Compiling pkcs7.cc
[702/1204] Compiling p5_pbev2.cc
[703/1204] Compiling pkcs8.cc
[704/1204] Compiling pkcs8_x509.cc
[705/1204] Compiling pkcs7_x509.cc
[706/1204] Compiling pem_xaux.cc
[707/1204] Compiling pem_x509.cc
[708/1204] Compiling pem_pkey.cc
[709/1204] Compiling mlkem.cc
[710/1204] Compiling pem_pk8.cc
[711/1204] Compiling obj_xref.cc
[712/1204] Compiling pem_lib.cc
[713/1204] Compiling pem_oth.cc
[714/1204] Compiling obj.cc
[715/1204] Compiling pem_info.cc
[716/1204] Compiling pem_all.cc
[717/1204] Compiling mldsa.cc
[718/1204] Compiling mem.cc
[719/1204] Compiling fips_shared_support.cc
[720/1204] Compiling poly_rq_mul.S
[721/1204] Compiling md4.cc
[722/1204] Compiling md5.cc
[723/1204] Compiling lhash.cc
[724/1204] Compiling kyber.cc
[725/1204] Compiling hrss.cc
[726/1204] Compiling sign.cc
[727/1204] Compiling scrypt.cc
[728/1204] Compiling ex_data.cc
[729/1204] Compiling print.cc
[730/1204] Compiling hpke.cc
[731/1204] Compiling pbkdf.cc
[732/1204] Compiling p_x25519.cc
[733/1204] Compiling p_ed25519.cc
[734/1204] Compiling p_x25519_asn1.cc
[735/1204] Compiling p_hkdf.cc
[736/1204] Compiling p_rsa_asn1.cc
[737/1204] Compiling p_rsa.cc
[738/1204] Compiling p_ed25519_asn1.cc
[739/1204] Compiling p_ec.cc
[740/1204] Compiling p_ec_asn1.cc
[741/1204] Compiling p_dh_asn1.cc
[742/1204] Compiling evp_ctx.cc
[743/1204] Compiling p_dh.cc
[744/1204] Compiling p_dsa_asn1.cc
[745/1204] Compiling evp.cc
[746/1204] Compiling err.cc
[747/1204] Compiling evp_asn1.cc
[748/1204] Compiling engine.cc
[749/1204] Compiling ecdsa_asn1.cc
[750/1204] Compiling ec_derive.cc
[750/1204] Compiling ecdh.cc
[750/1204] Compiling hash_to_curve.cc
[753/1204] Compiling dsa.cc
[754/1204] Compiling ec_asn1.cc
[755/1204] Compiling dsa_asn1.cc
[756/1204] Compiling params.cc
[757/1204] Compiling x25519-asm-arm.S
[758/1204] Compiling des.cc
[759/1204] Compiling dh_asn1.cc
[760/1204] Compiling digest_extra.cc
[761/1204] Compiling curve25519.cc
[762/1204] Compiling spake25519.cc
[763/1204] Compiling crypto.cc
[764/1204] Compiling cpu_intel.cc
[765/1204] Compiling cpu_arm_linux.cc
[766/1204] Compiling cpu_arm_freebsd.cc
[767/1204] Compiling cpu_aarch64_win.cc
[768/1204] Compiling cpu_aarch64_sysreg.cc
[769/1204] Compiling cpu_aarch64_openbsd.cc
[770/1204] Compiling cpu_aarch64_linux.cc
[771/1204] Compiling curve25519_64_adx.cc
[772/1204] Compiling bcm.cc
[773/1204] Compiling cpu_aarch64_fuchsia.cc
[774/1204] Compiling cpu_aarch64_apple.cc
[775/1204] Compiling tls_cbc.cc
[776/1204] Compiling get_cipher.cc
[777/1204] Compiling e_rc4.cc
[778/1204] Compiling conf.cc
[779/1204] Compiling e_tls.cc
[780/1204] Compiling e_rc2.cc
[781/1204] Compiling e_null.cc
[782/1204] Compiling e_des.cc
[783/1204] Compiling derive_key.cc
[784/1204] Compiling chacha.cc
[785/1204] Compiling e_chacha20poly1305.cc
[786/1204] Compiling e_aesctrhmac.cc
[787/1204] Compiling e_aesgcmsiv.cc
[788/1204] Compiling unicode.cc
[789/1204] Compiling ber.cc
[790/1204] Compiling cbs.cc
[791/1204] Compiling cbb.cc
[792/1204] Compiling buf.cc
[793/1204] Compiling bn_asn1.cc
[794/1204] Compiling blake2.cc
[795/1204] Compiling convert.cc
[796/1204] Compiling asn1_compat.cc
[797/1204] Compiling hexdump.cc
[798/1204] Compiling socket.cc
[799/1204] Compiling printf.cc
[800/1204] Compiling socket_helper.cc
[801/1204] Compiling pair.cc
[802/1204] Compiling file.cc
[803/1204] Compiling errno.cc
[804/1204] Compiling fd.cc
[805/1204] Compiling connect.cc
[806/1204] Compiling bio_mem.cc
[807/1204] Compiling base64.cc
[808/1204] Compiling bio.cc
[809/1204] Compiling tasn_typ.cc
[810/1204] Compiling tasn_utl.cc
[811/1204] Compiling tasn_fre.cc
[812/1204] Compiling tasn_enc.cc
[813/1204] Compiling tasn_new.cc
[814/1204] Compiling posix_time.cc
[815/1204] Compiling f_string.cc
[816/1204] Compiling asn1_lib.cc
[817/1204] Compiling f_int.cc
[818/1204] Compiling asn_pack.cc
[819/1204] Compiling asn1_par.cc
[820/1204] Compiling a_time.cc
[821/1204] Compiling tasn_dec.cc
[822/1204] Compiling a_utctm.cc
[823/1204] Compiling a_octet.cc
[824/1204] Compiling a_type.cc
[825/1204] Compiling a_strnid.cc
[826/1204] Compiling a_mbstr.cc
[827/1204] Compiling a_i2d_fp.cc
[828/1204] Compiling a_object.cc
[829/1204] Compiling a_strex.cc
[830/1204] Compiling a_int.cc
[831/1204] Compiling a_dup.cc
[832/1204] Compiling a_gentm.cc
[833/1204] Compiling a_d2i_fp.cc
[834/1204] Compiling a_bitstr.cc
[835/1204] Compiling a_bool.cc
[836/1204] Compiling fiat_p256_adx_sqr.S
[837/1204] Compiling fiat_p256_adx_mul.S
[838/1204] Compiling CCryptoBoringSSLShims shims.c
[839/1204] Compiling fiat_curve25519_adx_mul.S
[840/1204] Compiling md5-x86_64-apple.S
[841/1204] Compiling fiat_curve25519_adx_square.S
[842/1204] Compiling md5-586-apple.S
[843/1204] Compiling md5-586-linux.S
[844/1204] Compiling md5-x86_64-linux.S
[845/1204] Compiling chacha20_poly1305_x86_64-apple.S
[846/1204] Compiling chacha20_poly1305_x86_64-linux.S
[847/1204] Compiling chacha20_poly1305_armv8-win.S
[848/1204] Compiling chacha20_poly1305_armv8-linux.S
[849/1204] Compiling chacha20_poly1305_armv8-apple.S
[850/1204] Compiling chacha-x86_64-apple.S
[851/1204] Compiling chacha-x86_64-linux.S
[852/1204] Compiling chacha-armv8-win.S
[853/1204] Compiling chacha-x86-apple.S
[854/1204] Compiling chacha-x86-linux.S
[855/1204] Compiling chacha-armv8-linux.S
[856/1204] Compiling chacha-armv8-apple.S
[857/1204] Compiling chacha-armv4-linux.S
[858/1204] Compiling aes128gcmsiv-x86_64-linux.S
[859/1204] Compiling aes128gcmsiv-x86_64-apple.S
[860/1204] Compiling err_data.cc
[861/1204] Compiling x86_64-mont5-apple.S
[862/1204] Compiling x86_64-mont-linux.S
[863/1204] Compiling x86_64-mont5-linux.S
[864/1204] Compiling x86-mont-linux.S
[865/1204] Compiling vpaes-x86_64-linux.S
[865/1204] Compiling x86_64-mont-apple.S
[867/1204] Compiling x86-mont-apple.S
[868/1204] Compiling vpaes-x86-linux.S
[869/1204] Compiling vpaes-x86_64-apple.S
[870/1204] Compiling vpaes-x86-apple.S
[871/1204] Compiling vpaes-armv8-win.S
[872/1204] Compiling vpaes-armv8-apple.S
[873/1204] Compiling vpaes-armv8-linux.S
[874/1204] Compiling vpaes-armv7-linux.S
[875/1204] Compiling sha512-x86_64-apple.S
[876/1204] Compiling sha512-armv8-win.S
[877/1204] Compiling sha512-x86_64-linux.S
[877/1204] Compiling sha512-armv8-linux.S
[879/1204] Compiling sha512-armv8-apple.S
[880/1204] Compiling sha512-armv4-linux.S
[881/1204] Compiling sha512-586-apple.S
[882/1204] Compiling sha512-586-linux.S
[883/1204] Compiling sha256-armv8-win.S
[884/1204] Compiling sha256-x86_64-linux.S
[885/1204] Compiling sha256-x86_64-apple.S
[886/1204] Compiling sha256-armv8-linux.S
[886/1204] Compiling sha256-armv8-apple.S
[888/1204] Compiling sha256-armv4-linux.S
[889/1204] Compiling sha256-586-apple.S
[890/1204] Compiling sha256-586-linux.S
[891/1204] Compiling sha1-armv8-win.S
[892/1204] Compiling sha1-armv8-linux.S
[893/1204] Compiling sha1-x86_64-apple.S
[894/1204] Compiling sha1-armv4-large-linux.S
[895/1204] Compiling sha1-armv8-apple.S
[896/1204] Compiling sha1-x86_64-linux.S
[897/1204] Compiling sha1-586-linux.S
[898/1204] Compiling rsaz-avx2-linux.S
[899/1204] Compiling rsaz-avx2-apple.S
[900/1204] Compiling sha1-586-apple.S
[901/1204] Compiling rdrand-x86_64-linux.S
[902/1204] Compiling rdrand-x86_64-apple.S
[903/1204] Compiling p256_beeu-armv8-asm-win.S
[904/1204] Compiling p256_beeu-x86_64-asm-apple.S
[905/1204] Compiling p256_beeu-x86_64-asm-linux.S
[905/1204] Compiling p256_beeu-armv8-asm-apple.S
[907/1204] Compiling p256_beeu-armv8-asm-linux.S
[908/1204] Compiling p256-x86_64-asm-apple.S
[909/1204] Compiling p256-armv8-asm-win.S
[910/1204] Compiling ghashv8-armv8-linux.S
[911/1204] Compiling p256-x86_64-asm-linux.S
[912/1204] Compiling ghashv8-armv8-win.S
[913/1204] Compiling p256-armv8-asm-apple.S
[914/1204] Compiling p256-armv8-asm-linux.S
[915/1204] Compiling ghashv8-armv7-linux.S
[916/1204] Compiling ghashv8-armv8-apple.S
[917/1204] Compiling ghash-x86_64-apple.S
[918/1204] Compiling ghash-x86_64-linux.S
[919/1204] Compiling ghash-x86-linux.S
[920/1204] Compiling ghash-x86-apple.S
[921/1204] Compiling ghash-ssse3-x86_64-apple.S
[922/1204] Compiling ghash-ssse3-x86_64-linux.S
[923/1204] Compiling ghash-neon-armv8-win.S
[924/1204] Compiling ghash-ssse3-x86-apple.S
[925/1204] Compiling ghash-ssse3-x86-linux.S
[926/1204] Compiling ghash-neon-armv8-linux.S
[927/1204] Compiling co-586-linux.S
[928/1204] Compiling ghash-neon-armv8-apple.S
[929/1204] Compiling co-586-apple.S
[930/1204] Compiling ghash-armv4-linux.S
[931/1204] Compiling bsaes-armv7-linux.S
[932/1204] Compiling bn-armv8-win.S
[933/1204] Compiling bn-armv8-linux.S
[934/1204] Compiling bn-armv8-apple.S
[935/1204] Compiling bn-586-linux.S
[936/1204] Compiling armv8-mont-apple.S
[937/1204] Compiling bn-586-apple.S
[938/1204] Compiling armv8-mont-win.S
[939/1204] Compiling aesv8-gcm-armv8-win.S
[940/1204] Compiling armv8-mont-linux.S
[941/1204] Compiling armv4-mont-linux.S
[942/1204] Compiling aesv8-gcm-armv8-apple.S
[943/1204] Compiling aesv8-gcm-armv8-linux.S
[944/1204] Compiling aesv8-armv8-win.S
[945/1204] Compiling aesv8-armv8-linux.S
[946/1204] Compiling aesv8-armv8-apple.S
[947/1204] Compiling aesv8-armv7-linux.S
[948/1204] Compiling aesni-x86_64-apple.S
[949/1204] Compiling aesni-x86_64-linux.S
[950/1204] Compiling aesni-x86-linux.S
[950/1204] Compiling aesni-x86-apple.S
[952/1204] Compiling aesni-gcm-x86_64-linux.S
[953/1204] Compiling aesni-gcm-x86_64-apple.S
[954/1204] Compiling aes-gcm-avx10-x86_64-apple.S
[955/1204] Compiling aes-gcm-avx10-x86_64-linux.S
[956/1204] Compiling x_x509a.cc
[957/1204] Compiling x_sig.cc
[958/1204] Compiling c-nioatomics.c
[959/1204] Compiling x_val.cc
[960/1204] Compiling x_x509.cc
[961/1204] Compiling x_req.cc
[962/1204] Compiling x_spki.cc
[963/1204] Compiling c-atomics.c
[964/1204] Compiling x_exten.cc
[965/1205] Compiling x_name.cc
[966/1210] Compiling x_algor.cc
[967/1210] Compiling x_pubkey.cc
[969/1210] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[969/1210] Compiling x_all.cc
[970/1210] Compiling x_crl.cc
[971/1210] Compiling x_attrib.cc
[973/1210] Compiling NIOConcurrencyHelpers NIOLock.swift
[973/1210] Compiling x509spki.cc
[975/1210] Compiling NIOConcurrencyHelpers lock.swift
[976/1210] Compiling NIOConcurrencyHelpers atomics.swift
[977/1210] Emitting module NIOConcurrencyHelpers
[978/1210] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[978/1210] Compiling x509rset.cc
[979/1211] Compiling x509cset.cc
[980/1211] Compiling x509name.cc
[982/1211] Compiling x509_vfy.cc
[983/1211] Compiling x509_vpm.cc
[984/1211] Compiling x509_v3.cc
[985/1211] Compiling x509_txt.cc
[986/1237] Compiling x509_set.cc
[987/1237] Compiling x509_trs.cc
[988/1237] Compiling x509_req.cc
[990/1237] Emitting module ConsoleKitTerminal
[991/1240] Compiling ConsoleKitTerminal Console+Confirm.swift
[992/1240] Compiling ConsoleKitTerminal Console+Input.swift
[993/1240] Compiling ConsoleKitTerminal Console+Center.swift
[994/1240] Compiling ConsoleKitTerminal Console+Output.swift
[995/1240] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[996/1240] Compiling ConsoleKitTerminal ConsoleClear.swift
[997/1240] Compiling ConsoleKitTerminal Console+Ask.swift
[998/1240] Compiling ConsoleKitTerminal Console+Choose.swift
[998/1240] Compiling x509_obj.cc
[999/1240] Compiling x509_ext.cc
[1001/1240] Compiling ConsoleKitTerminal ActivityBar.swift
[1002/1240] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1003/1240] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1004/1240] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1005/1240] Compiling ConsoleKitTerminal CustomActivity.swift
[1006/1240] Compiling ConsoleKitTerminal LoadingBar.swift
[1007/1240] Compiling ConsoleKitTerminal ProgressBar.swift
[1008/1240] Compiling ConsoleKitTerminal Console+Clear.swift
[1009/1240] Compiling ConsoleKitTerminal Console+Wait.swift
[1010/1240] Compiling ConsoleKitTerminal ConsoleColor.swift
[1011/1240] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1011/1240] Compiling x509_lu.cc
[1012/1240] Compiling x509_def.cc
[1014/1240] Compiling ConsoleKitTerminal Console.swift
[1015/1240] Compiling ConsoleKitTerminal Terminal.swift
[1016/1240] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1017/1240] Compiling ConsoleKitTerminal ConsoleText.swift
[1018/1240] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1019/1240] Compiling ConsoleKitTerminal ANSI.swift
[1019/1240] Compiling x509_d2.cc
[1020/1240] Compiling x509.cc
[1021/1240] Compiling x509_att.cc
[1022/1240] Compiling x509_cmp.cc
[1024/1240] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1025/1240] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1026/1240] Compiling ConsoleKitTerminal LoggerFragment.swift
[1026/1241] Compiling v3_utl.cc
[1027/1241] Compiling v3_purp.cc
[1029/1241] Compiling v3_skey.cc
[1030/1241] Compiling v3_prn.cc
[1031/1241] Compiling v3_pmaps.cc
[1032/1241] Compiling v3_ocsp.cc
[1033/1263] Compiling v3_pcons.cc
[1034/1263] Compiling v3_ncons.cc
[1036/1263] Compiling ConsoleKitCommands CommandSignature.swift
[1037/1263] Compiling ConsoleKitCommands Flag.swift
[1038/1263] Compiling ConsoleKitCommands Option.swift
[1038/1265] Compiling v3_int.cc
[1040/1265] Emitting module ConsoleKitCommands
[1041/1265] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1042/1265] Compiling ConsoleKitCommands AsyncCommand.swift
[1043/1265] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1043/1265] Compiling v3_lib.cc
[1045/1265] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1046/1265] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1047/1265] Compiling ConsoleKitCommands Argument.swift
[1047/1265] Compiling v3_ia5.cc
[1049/1265] Compiling ConsoleKitCommands Command.swift
[1050/1265] Compiling ConsoleKitCommands CommandContext.swift
[1051/1265] Compiling ConsoleKitCommands CommandError.swift
[1052/1265] Compiling ConsoleKitCommands AsyncCommands.swift
[1053/1265] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1054/1265] Compiling ConsoleKitCommands AnyCommand.swift
[1054/1265] Compiling v3_info.cc
[1056/1265] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1057/1265] Compiling ConsoleKitCommands Utilities.swift
[1057/1265] Compiling v3_extku.cc
[1058/1265] Compiling v3_genn.cc
[1059/1265] Compiling v3_cpols.cc
[1060/1265] Compiling v3_enum.cc
[1061/1265] Compiling v3_crld.cc
[1062/1265] Compiling v3_bitst.cc
[1063/1265] Compiling v3_conf.cc
[1064/1265] Compiling v3_bcons.cc
[1065/1265] Compiling v3_alt.cc
[1066/1265] Compiling v3_akeya.cc
[1068/1265] Compiling ConsoleKitCommands CommandGroup.swift
[1069/1265] Compiling ConsoleKitCommands CommandInput.swift
[1070/1265] Compiling ConsoleKitCommands Commands.swift
[1071/1265] Compiling ConsoleKitCommands Console+Run.swift
[1072/1265] Compiling ConsoleKitCommands ConsoleError.swift
[1073/1265] Compiling ConsoleKitCommands Completion.swift
[1074/1266] Compiling v3_akey.cc
[1075/1266] Compiling t_x509.cc
[1076/1266] Compiling t_x509a.cc
[1077/1266] Compiling t_crl.cc
[1078/1266] Compiling t_req.cc
[1080/1268] Compiling ConsoleKit Exports.swift
[1080/1268] Compiling rsa_pss.cc
[1082/1268] Emitting module ConsoleKit
[1082/1269] Compiling i2d_pr.cc
[1084/1269] Compiling policy.cc
[1085/1269] Compiling name_print.cc
[1086/1269] Compiling by_file.cc
[1087/1269] Compiling by_dir.cc
[1088/1269] Compiling asn1_gen.cc
[1089/1269] Compiling algorithm.cc
[1090/1269] Compiling a_verify.cc
[1091/1269] Compiling thread_win.cc
[1092/1269] Compiling a_sign.cc
[1093/1269] Compiling a_digest.cc
[1094/1269] Compiling voprf.cc
[1095/1269] Compiling thread_pthread.cc
[1096/1269] Compiling trust_token.cc
[1097/1269] Compiling thread.cc
[1098/1269] Compiling thread_none.cc
[1099/1269] Compiling pmbtoken.cc
[1100/1269] Compiling stack.cc
[1101/1269] Compiling thash.cc
[1102/1269] Compiling slhdsa.cc
[1103/1269] Compiling wots.cc
[1104/1269] Compiling merkle.cc
[1105/1269] Compiling fors.cc
[1106/1269] Compiling sha256.cc
[1107/1269] Compiling sha512.cc
[1108/1269] Compiling siphash.cc
[1109/1269] Compiling sha1.cc
[1110/1269] Compiling rsa_extra.cc
[1111/1269] Compiling rsa_print.cc
[1112/1269] Compiling rc4.cc
[1113/1269] Compiling trusty.cc
[1114/1269] Compiling refcount.cc
[1115/1269] Compiling rsa_crypt.cc
[1116/1269] Compiling urandom.cc
[1117/1269] Compiling windows.cc
[1118/1269] Compiling ios.cc
[1119/1269] Compiling rsa_asn1.cc
[1120/1269] Compiling rand_extra.cc
[1121/1269] Compiling getentropy.cc
[1122/1269] Compiling poly1305_arm_asm.S
[1123/1269] Compiling passive.cc
[1124/1269] Compiling deterministic.cc
[1125/1269] Compiling forkunsafe.cc
[1126/1269] Compiling fork_detect.cc
[1127/1269] Compiling pool.cc
[1128/1269] Compiling poly1305_arm.cc
[1129/1269] Compiling poly1305.cc
[1130/1269] Compiling poly1305_vec.cc
[1131/1269] Compiling pkcs7.cc
[1132/1269] Compiling pkcs8.cc
[1133/1269] Compiling p5_pbev2.cc
[1134/1269] Compiling pkcs8_x509.cc
[1135/1269] Compiling pkcs7_x509.cc
[1136/1269] Compiling pem_xaux.cc
[1137/1269] Compiling pem_pkey.cc
[1138/1269] Compiling pem_x509.cc
[1139/1269] Compiling obj_xref.cc
[1140/1269] Compiling pem_pk8.cc
[1141/1269] Compiling mlkem.cc
[1142/1269] Compiling pem_lib.cc
[1143/1269] Compiling obj.cc
[1144/1269] Compiling pem_oth.cc
[1145/1269] Compiling mldsa.cc
[1146/1269] Compiling pem_info.cc
[1147/1269] Compiling pem_all.cc
[1148/1269] Compiling poly_rq_mul.S
[1149/1269] Compiling mem.cc
[1150/1269] Compiling md5.cc
[1151/1269] Compiling fips_shared_support.cc
[1152/1269] Compiling md4.cc
[1153/1269] Compiling lhash.cc
[1154/1269] Compiling kyber.cc
[1155/1269] Compiling ex_data.cc
[1156/1269] Compiling hpke.cc
[1157/1269] Compiling hrss.cc
[1158/1269] Compiling sign.cc
[1159/1269] Compiling scrypt.cc
[1160/1269] Compiling pbkdf.cc
[1161/1269] Compiling p_x25519.cc
[1162/1269] Compiling print.cc
[1163/1269] Compiling p_rsa_asn1.cc
[1164/1269] Compiling p_x25519_asn1.cc
[1165/1269] Compiling p_rsa.cc
[1166/1269] Compiling p_ed25519.cc
[1167/1269] Compiling p_hkdf.cc
[1168/1269] Compiling p_ed25519_asn1.cc
[1169/1269] Compiling p_ec_asn1.cc
[1170/1269] Compiling p_ec.cc
[1171/1269] Compiling p_dsa_asn1.cc
[1172/1269] Compiling p_dh_asn1.cc
[1173/1269] Compiling p_dh.cc
[1174/1269] Compiling evp_ctx.cc
[1175/1269] Compiling evp_asn1.cc
[1176/1269] Compiling evp.cc
[1177/1269] Compiling engine.cc
[1178/1269] Compiling err.cc
[1179/1269] Compiling ecdsa_asn1.cc
[1180/1269] Compiling ecdh_extra.cc
[1181/1269] Compiling ec_derive.cc
[1182/1269] Compiling hash_to_curve.cc
[1183/1269] Compiling dsa_asn1.cc
[1184/1269] Compiling digest_extra.cc
[1185/1269] Compiling ec_asn1.cc
[1186/1269] Compiling params.cc
[1187/1269] Compiling dh_asn1.cc
[1188/1269] Compiling dsa.cc
[1189/1269] Compiling des.cc
[1190/1269] Compiling x25519-asm-arm.S
[1191/1269] Compiling cpu_intel.cc
[1192/1269] Compiling spake25519.cc
[1193/1269] Compiling crypto.cc
[1194/1269] Compiling cpu_arm_freebsd.cc
[1195/1269] Compiling curve25519.cc
[1196/1269] Compiling cpu_arm_linux.cc
[1197/1269] Compiling cpu_aarch64_win.cc
[1198/1269] Compiling cpu_aarch64_apple.cc
[1199/1269] Compiling cpu_aarch64_sysreg.cc
[1200/1269] Compiling cpu_aarch64_fuchsia.cc
[1201/1269] Compiling cpu_aarch64_openbsd.cc
[1202/1269] Compiling curve25519_64_adx.cc
[1203/1269] Compiling cpu_aarch64_linux.cc
[1204/1269] Compiling e_tls.cc
[1205/1269] Compiling e_des.cc
[1206/1269] Compiling tls_cbc.cc
[1207/1269] Compiling e_rc4.cc
[1208/1269] Compiling conf.cc
[1209/1269] Compiling e_null.cc
[1210/1269] Compiling e_rc2.cc
[1211/1269] Compiling bcm.cc
[1212/1269] Compiling unicode.cc
[1213/1269] Compiling e_aesgcmsiv.cc
[1214/1269] Compiling derive_key.cc
[1215/1269] Compiling e_chacha20poly1305.cc
[1216/1269] Compiling e_aesctrhmac.cc
[1217/1269] Compiling cipher_extra.cc
[1218/1269] Compiling chacha.cc
[1219/1269] Compiling cbs.cc
[1220/1269] Compiling ber.cc
[1221/1269] Compiling cbb.cc
[1222/1269] Compiling convert.cc
[1223/1269] Compiling bn_asn1.cc
[1224/1269] Compiling buf.cc
[1225/1269] Compiling asn1_compat.cc
[1226/1269] Compiling blake2.cc
[1227/1269] Compiling printf.cc
[1228/1269] Compiling fd.cc
[1229/1269] Compiling file.cc
[1230/1269] Compiling errno.cc
[1231/1269] Compiling pair.cc
[1232/1269] Compiling hexdump.cc
[1233/1269] Compiling bio_mem.cc
[1234/1269] Compiling bio.cc
[1235/1269] Compiling base64.cc
[1236/1269] Compiling tasn_typ.cc
[1237/1269] Compiling tasn_enc.cc
[1238/1269] Compiling tasn_new.cc
[1239/1269] Compiling tasn_fre.cc
[1240/1269] Compiling posix_time.cc
[1241/1269] Compiling tasn_utl.cc
[1242/1269] Compiling f_int.cc
[1243/1269] Compiling f_string.cc
[1244/1269] Compiling tasn_dec.cc
[1245/1269] Compiling asn_pack.cc
[1246/1269] Compiling asn1_par.cc
[1247/1269] Compiling a_strnid.cc
[1248/1269] Compiling a_utctm.cc
[1249/1269] Compiling a_type.cc
[1250/1269] Compiling asn1_lib.cc
[1251/1269] Compiling a_time.cc
[1252/1269] Compiling a_strex.cc
[1253/1269] Compiling a_octet.cc
[1254/1269] Compiling a_mbstr.cc
[1255/1269] Compiling a_object.cc
[1256/1269] Compiling a_int.cc
[1257/1269] Write sources
[1259/1269] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1260/1269] Compiling a_dup.cc
[1261/1269] Write sources
[1264/1269] Compiling a_i2d_fp.cc
[1265/1284] Compiling a_gentm.cc
[1266/1288] Compiling a_d2i_fp.cc
[1267/1288] Compiling a_bool.cc
[1269/1366] Compiling Algorithms Chain.swift
[1270/1366] Compiling Algorithms Chunked.swift
[1270/1368] Compiling a_bitstr.cc
[1272/1368] Compiling Algorithms Combinations.swift
[1273/1368] Compiling Algorithms FlattenCollection.swift
[1274/1368] Compiling Algorithms Compacted.swift
[1275/1368] Compiling Algorithms Cycle.swift
[1276/1368] Compiling Algorithms EitherSequence.swift
[1277/1368] Compiling Algorithms MinMax.swift
[1278/1368] Compiling Algorithms Partition.swift
[1279/1376] Compiling Algorithms Permutations.swift
[1280/1376] Compiling Algorithms Product.swift
[1281/1376] Compiling Algorithms RandomSample.swift
[1282/1376] Compiling Algorithms Reductions.swift
[1283/1376] Compiling Algorithms Rotate.swift
[1284/1376] Compiling Algorithms AdjacentPairs.swift
[1285/1376] Compiling Atomics IntegerOperations.swift
[1286/1376] Compiling Atomics Unmanaged extensions.swift
[1287/1376] Compiling BitCollections BitSet+Initializers.swift
[1288/1376] Compiling BitCollections BitSet+Invariants.swift
[1289/1376] Compiling BitCollections BitSet+Random.swift
[1290/1376] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1291/1376] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1292/1376] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1293/1376] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1294/1376] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1295/1376] Compiling BitCollections BitSet+CustomReflectable.swift
[1296/1376] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1297/1376] Compiling BitCollections BitSet+Equatable.swift
[1298/1376] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1299/1376] Compiling BitCollections BitSet+Extras.swift
[1300/1376] Compiling BitCollections BitSet+Hashable.swift
[1301/1383] Compiling Algorithms Split.swift
[1302/1383] Compiling Algorithms Stride.swift
[1303/1383] Compiling Algorithms Suffix.swift
[1307/1386] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1308/1386] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1309/1386] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1310/1386] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1311/1386] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1312/1386] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1313/1386] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1314/1386] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1315/1386] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1316/1386] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1317/1386] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1318/1386] Compiling BitCollections BitSet+SetAlgebra union.swift
[1319/1386] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1320/1386] Compiling BitCollections BitSet.Counted.swift
[1321/1386] Compiling CryptoBoringWrapper RandomBytes.swift
[1322/1386] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1323/1386] Compiling CryptoBoringWrapper EllipticCurve.swift
[1324/1386] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1325/1386] Emitting module CryptoBoringWrapper
[1326/1386] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1327/1386] Compiling BitCollections BitSet.Index.swift
[1328/1386] Compiling BitCollections BitSet._UnsafeHandle.swift
[1329/1386] Compiling BitCollections BitSet.swift
[1330/1386] Compiling BitCollections Range+Utilities.swift
[1331/1386] Compiling BitCollections Slice+Utilities.swift
[1332/1386] Compiling BitCollections UInt+Tricks.swift
[1333/1386] Compiling BitCollections _Word.swift
[1337/1386] Compiling Algorithms FirstNonNil.swift
[1338/1386] Compiling Algorithms Joined.swift
[1339/1386] Compiling Algorithms Keyed.swift
[1346/1386] Compiling Algorithms Intersperse.swift
[1350/1386] Emitting module BitCollections
[1359/1386] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1360/1386] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1373/1388] Compiling Algorithms Trim.swift
[1374/1388] Compiling Algorithms Unique.swift
[1375/1388] Compiling Algorithms Windows.swift
[1384/1388] Emitting module Atomics
[1389/1462] Compiling Collections Collections.swift
[1390/1462] Emitting module Collections
[1392/1463] Emitting module Algorithms
[1394/1523] Emitting module Crypto
[1395/1532] Compiling NIOCore MarkedCircularBuffer.swift
[1396/1532] Compiling NIOCore MulticastChannel.swift
[1397/1532] Compiling NIOCore NIOAny.swift
[1398/1532] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1399/1532] Compiling NIOCore NIOLoopBound.swift
[1400/1532] Compiling NIOCore NIOScheduledCallback.swift
[1401/1532] Compiling NIOCore NIOSendable.swift
[1402/1532] Compiling NIOCore RecvByteBufferAllocator.swift
[1403/1540] Compiling NIOCore ByteBuffer-views.swift
[1404/1540] Compiling NIOCore Channel.swift
[1405/1540] Compiling NIOCore ChannelHandler.swift
[1406/1540] Compiling NIOCore ChannelHandlers.swift
[1407/1540] Compiling NIOCore ChannelInvoker.swift
[1408/1540] Compiling NIOCore ChannelOption.swift
[1409/1540] Compiling NIOCore ChannelPipeline.swift
[1410/1540] Compiling NIOCore CircularBuffer.swift
[1411/1540] Compiling NIOCore Codec.swift
[1412/1540] Compiling NIOCore ConvenienceOptionSupport.swift
[1413/1540] Compiling NIOCore SocketOptionProvider.swift
[1414/1540] Compiling NIOCore SystemCallHelpers.swift
[1415/1540] Compiling NIOCore TimeAmount+Duration.swift
[1416/1540] Compiling NIOCore TypeAssistedChannelHandler.swift
[1417/1540] Compiling NIOCore UniversalBootstrapSupport.swift
[1418/1540] Compiling NIOCore Utilities.swift
[1419/1540] Compiling Crypto KEM.swift
[1420/1540] Compiling Crypto ECDH_boring.swift
[1421/1540] Compiling Crypto DH.swift
[1422/1540] Compiling Crypto ECDH.swift
[1431/1540] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1432/1540] Compiling NIOCore SocketAddresses.swift
[1433/1540] Compiling NIOCore DeadChannel.swift
[1434/1540] Compiling NIOCore DispatchQueue+WithFuture.swift
[1435/1540] Compiling NIOCore EventLoop+Deprecated.swift
[1436/1540] Compiling NIOCore EventLoop+SerialExecutor.swift
[1437/1540] Compiling NIOCore EventLoop.swift
[1438/1540] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1439/1540] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1440/1540] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1441/1540] Compiling NIOCore EventLoopFuture.swift
[1442/1540] Compiling NIOCore FileDescriptor.swift
[1443/1540] Compiling NIOCore FileHandle.swift
[1444/1540] Compiling NIOCore FileRegion.swift
[1445/1540] Compiling NIOCore GlobalSingletons.swift
[1446/1540] Compiling NIOCore IO.swift
[1447/1540] Compiling NIOCore IOData.swift
[1448/1540] Compiling NIOCore IPProtocol.swift
[1449/1540] Compiling NIOCore IntegerBitPacking.swift
[1450/1540] Compiling NIOCore IntegerTypes.swift
[1451/1540] Compiling NIOCore Interfaces.swift
[1452/1540] Compiling NIOCore Linux.swift
[1453/1540] Compiling NIOCore BSDSocketAPI.swift
[1454/1540] Compiling NIOCore ByteBuffer-aux.swift
[1455/1540] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1456/1540] Compiling NIOCore ByteBuffer-conversions.swift
[1457/1540] Compiling NIOCore ByteBuffer-core.swift
[1458/1540] Compiling NIOCore ByteBuffer-hex.swift
[1459/1540] Compiling NIOCore ByteBuffer-int.swift
[1460/1540] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1461/1540] Compiling NIOCore ByteBuffer-multi-int.swift
[1462/1540] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1463/1540] Compiling NIOCore AddressedEnvelope.swift
[1464/1540] Compiling NIOCore AsyncAwaitSupport.swift
[1465/1540] Compiling NIOCore AsyncChannel.swift
[1466/1540] Compiling NIOCore AsyncChannelHandler.swift
[1467/1540] Compiling NIOCore AsyncChannelInboundStream.swift
[1468/1540] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1469/1540] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1470/1540] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1471/1540] Compiling NIOCore NIOAsyncWriter.swift
[1472/1540] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1481/1540] Compiling Crypto Signature.swift
[1482/1540] Compiling Crypto CryptoKitErrors_boring.swift
[1483/1540] Compiling Crypto RNG_boring.swift
[1484/1540] Compiling Crypto SafeCompare_boring.swift
[1485/1540] Compiling Crypto Zeroization_boring.swift
[1486/1540] Compiling Crypto PrettyBytes.swift
[1487/1540] Compiling Crypto SafeCompare.swift
[1488/1540] Compiling Crypto SecureBytes.swift
[1489/1540] Compiling Crypto Zeroization.swift
[1541/1541] Emitting module NIOCore
[1543/1593] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1544/1593] Compiling NIOEmbedded AsyncTestingChannel.swift
[1545/1593] Emitting module NIOEmbedded
[1546/1593] Compiling NIOEmbedded Embedded.swift
[1547/1593] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1548/1593] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1549/1593] Compiling NIOPosix PosixSingletons.swift
[1550/1593] Compiling NIOPosix RawSocketBootstrap.swift
[1551/1593] Compiling NIOPosix Resolver.swift
[1552/1593] Compiling NIOPosix Selectable.swift
[1554/1600] Compiling NIOPosix ThreadPosix.swift
[1555/1600] Compiling NIOPosix ThreadWindows.swift
[1556/1600] Compiling NIOPosix UnsafeTransfer.swift
[1557/1600] Compiling NIOPosix Utilities.swift
[1558/1600] Compiling NIOPosix VsockAddress.swift
[1559/1600] Compiling NIOPosix VsockChannelEvents.swift
[1560/1600] Compiling NIOPosix SelectableChannel.swift
[1561/1600] Compiling NIOPosix SelectableEventLoop.swift
[1562/1600] Compiling NIOPosix SelectorEpoll.swift
[1563/1600] Compiling NIOPosix SelectorGeneric.swift
[1564/1600] Compiling NIOPosix SelectorKqueue.swift
[1565/1600] Compiling NIOPosix SelectorUring.swift
[1566/1600] Compiling NIOPosix ServerSocket.swift
[1567/1600] Compiling NIOPosix Socket.swift
[1568/1600] Compiling NIOPosix SocketChannel.swift
[1569/1600] Compiling NIOPosix SocketProtocols.swift
[1570/1600] Compiling NIOPosix System.swift
[1571/1600] Compiling NIOPosix Thread.swift
[1572/1600] Emitting module NIOPosix
[1573/1600] Compiling NIOPosix BSDSocketAPICommon.swift
[1574/1600] Compiling NIOPosix BSDSocketAPIPosix.swift
[1575/1600] Compiling NIOPosix BSDSocketAPIWindows.swift
[1576/1600] Compiling NIOPosix BaseSocket.swift
[1577/1600] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1578/1600] Compiling NIOPosix BaseSocketChannel.swift
[1579/1600] Compiling NIOPosix BaseStreamSocketChannel.swift
[1580/1600] Compiling NIOPosix IO.swift
[1581/1600] Compiling NIOPosix IntegerBitPacking.swift
[1582/1600] Compiling NIOPosix IntegerTypes.swift
[1583/1600] Compiling NIOPosix Linux.swift
[1584/1600] Compiling NIOPosix LinuxCPUSet.swift
[1585/1600] Compiling NIOPosix LinuxUring.swift
[1586/1600] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1587/1600] Compiling NIOPosix Bootstrap.swift
[1588/1600] Compiling NIOPosix ControlMessage.swift
[1589/1600] Compiling NIOPosix DatagramVectorReadManager.swift
[1590/1600] Compiling NIOPosix Errors+Any.swift
[1591/1600] Compiling NIOPosix FileDescriptor.swift
[1592/1600] Compiling NIOPosix GetaddrinfoResolver.swift
[1593/1600] Compiling NIOPosix HappyEyeballs.swift
[1594/1600] Compiling NIOPosix NIOThreadPool.swift
[1595/1600] Compiling NIOPosix NonBlockingFileIO.swift
[1596/1600] Compiling NIOPosix PendingDatagramWritesManager.swift
[1597/1600] Compiling NIOPosix PendingWritesManager.swift
[1598/1600] Compiling NIOPosix PipeChannel.swift
[1599/1600] Compiling NIOPosix PipePair.swift
[1600/1600] Compiling NIOPosix Pool.swift
[1602/1660] Compiling NIO Exports.swift
[1603/1660] Emitting module NIO
[1605/1661] Compiling AsyncKit EventLoop+Flatten.swift
[1606/1661] Compiling AsyncKit EventLoop+Future.swift
[1607/1661] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1608/1666] Compiling AsyncKit Future+Transform.swift
[1609/1666] Compiling AsyncKit Future+Try.swift
[1610/1666] Compiling AsyncKit FutureOperators.swift
[1611/1667] Compiling AsyncKit Future+Miscellaneous.swift
[1612/1667] Compiling AsyncKit Future+Nonempty.swift
[1613/1667] Compiling AsyncKit Future+Optional.swift
[1614/1794] Compiling NIOTLS TLSEvents.swift
[1615/1794] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1616/1794] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1617/1794] Compiling SQLKit SQLAlterEnumBuilder.swift
[1618/1794] Compiling SQLKit SQLAlterTableBuilder.swift
[1619/1794] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1620/1794] Compiling SQLKit SQLCreateEnumBuilder.swift
[1621/1794] Compiling SQLKit SQLCreateIndexBuilder.swift
[1622/1794] Compiling SQLKit SQLCreateTableBuilder.swift
[1623/1794] Emitting module NIOTLS
[1624/1794] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1625/1794] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1626/1794] Emitting module _NIOFileSystem
[1627/1798] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1628/1798] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1629/1798] Compiling NIOSOCKS ClientStateMachine.swift
[1630/1798] Compiling NIOSOCKS SOCKSResponse.swift
[1633/1799] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1634/1799] Compiling NIOTLS SNIHandler.swift
[1637/1800] Emitting module NIOSOCKS
[1639/1800] Compiling NIOSOCKS ServerStateMachine.swift
[1640/1800] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1641/1800] Compiling SQLKit SQLRawBuilder.swift
[1642/1802] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1643/1802] Compiling SQLKit SQLDeleteBuilder.swift
[1646/1812] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1647/1812] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1648/1832] Compiling NIOSSL AndroidCABundle.swift
[1649/1832] Compiling NIOSSL ByteBufferBIO.swift
[1650/1832] Compiling NIOSSL CustomPrivateKey.swift
[1651/1832] Compiling NIOSSL IdentityVerification.swift
[1652/1832] Compiling NIOSSL LinuxCABundle.swift
[1654/1832] Emitting module NIOHTTP1
[1655/1832] Emitting module NIOFoundationCompat
[1656/1832] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1657/1833] Compiling SQLKit SQLReturningBuilder.swift
[1658/1833] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1659/1833] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1660/1833] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1661/1833] Compiling SQLKit SQLDatabase.swift
[1662/1833] Compiling NIOSSL RNG.swift
[1663/1833] Compiling NIOSSL SafeCompare.swift
[1664/1833] Compiling NIOSSL Zeroization.swift
[1665/1833] Compiling SQLKit SQLQueryFetcher.swift
[1666/1833] Compiling NIOSSL SSLCertificateExtensions.swift
[1667/1833] Compiling NIOSSL SSLConnection.swift
[1668/1833] Compiling NIOSSL SSLContext.swift
[1669/1833] Compiling NIOSSL SSLErrors.swift
[1670/1833] Compiling NIOSSL SSLInit.swift
[1671/1833] Compiling NIOSSL SSLPKCS12Bundle.swift
[1672/1833] Compiling NIOSSL SSLPrivateKey.swift
[1673/1833] Compiling NIOSSL SSLPublicKey.swift
[1674/1833] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1675/1833] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1676/1833] Compiling NIOSSL SubjectAlternativeName.swift
[1677/1833] Compiling NIOSSL NIOSSLSecureBytes.swift
[1680/1845] Compiling SQLKit SQLDropIndex.swift
[1681/1845] Compiling SQLKit SQLDropTable.swift
[1682/1845] Compiling SQLKit SQLDropTrigger.swift
[1683/1845] Compiling SQLKit SQLInsert.swift
[1684/1845] Compiling SQLKit SQLSelect.swift
[1685/1845] Compiling SQLKit SQLUnion.swift
[1686/1845] Compiling SQLKit SQLUpdate.swift
[1687/1845] Compiling SQLKit SQLExpression.swift
[1688/1845] Compiling SQLKit SQLSerializer.swift
[1689/1845] Compiling SQLKit SQLStatement.swift
[1690/1845] Compiling SQLKit SQLBinaryExpression.swift
[1691/1845] Compiling SQLKit SQLBinaryOperator.swift
[1692/1845] Compiling SQLKit SQLBind.swift
[1693/1845] Compiling NIOSSL SSLCallbacks.swift
[1694/1845] Compiling NIOSSL SSLCertificate.swift
[1695/1845] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1696/1845] Compiling SQLKit Exports.swift
[1697/1845] Compiling SQLKit SQLAlias.swift
[1698/1845] Compiling SQLKit SQLBetween.swift
[1699/1845] Compiling SQLKit SQLColumn.swift
[1700/1845] Compiling SQLKit SQLConstraint.swift
[1701/1845] Compiling SQLKit SQLDataType.swift
[1702/1845] Compiling SQLKit SQLDirection.swift
[1703/1845] Compiling SQLKit SQLDistinct.swift
[1704/1845] Compiling SQLKit SQLForeignKeyAction.swift
[1705/1845] Compiling SQLKit SQLNestedSubpathExpression.swift
[1706/1845] Compiling SQLKit SQLQualifiedTable.swift
[1707/1845] Compiling SQLKit SQLQueryString.swift
[1708/1845] Compiling SQLKit SQLLockingClause.swift
[1709/1845] Compiling SQLKit SQLOrderBy.swift
[1710/1845] Compiling SQLKit SQLReturning.swift
[1711/1845] Compiling SQLKit SQLSubquery.swift
[1712/1845] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1713/1845] Compiling SQLKit SQLAlterEnum.swift
[1714/1845] Compiling SQLKit SQLAlterTable.swift
[1715/1845] Compiling SQLKit SQLCreateEnum.swift
[1716/1845] Compiling SQLKit SQLCreateIndex.swift
[1717/1845] Compiling SQLKit SQLCreateTable.swift
[1718/1845] Compiling SQLKit SQLCreateTrigger.swift
[1719/1845] Compiling SQLKit SQLDelete.swift
[1720/1845] Compiling SQLKit SQLDropEnum.swift
[1721/1845] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1722/1845] Compiling SQLKit SQLColumnAssignment.swift
[1723/1845] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1724/1845] Compiling SQLKit SQLColumnDefinition.swift
[1725/1845] Compiling SQLKit SQLCommonTableExpression.swift
[1726/1845] Compiling SQLKit SQLConflictAction.swift
[1727/1845] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1728/1845] Compiling SQLKit SQLDropBehaviour.swift
[1729/1845] Compiling SQLKit SQLEnumDataType.swift
[1730/1845] Compiling SQLKit SQLExcludedColumn.swift
[1731/1845] Compiling SQLKit SQLForeignKey.swift
[1732/1845] Compiling SQLKit SQLJoin.swift
[1733/1845] Compiling SQLKit SQLJoinMethod.swift
[1734/1867] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1735/1867] Compiling NIOTransportServices NIOTSSingletons.swift
[1736/1867] Compiling NIOTransportServices AcceptHandler.swift
[1737/1867] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1738/1867] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1739/1867] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1740/1867] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1741/1867] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1742/1867] Compiling NIOTransportServices NIOTSBootstraps.swift
[1743/1867] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1744/1867] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1745/1867] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1746/1867] Compiling NIOTransportServices NIOTSErrors.swift
[1747/1867] Compiling NIOTransportServices NIOTSEventLoop.swift
[1748/1867] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1749/1867] Emitting module NIOTransportServices
[1750/1869] Compiling NIOTransportServices StateManagedChannel.swift
[1751/1869] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1752/1869] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1760/1869] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1761/1869] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1764/1869] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1777/1869] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1778/1869] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1783/1870] Compiling _NIOFileSystem SystemFileHandle.swift
[1784/1870] Compiling _NIOFileSystem Utilities.swift
[1785/1870] Compiling _NIOFileSystem OpenOptions.swift
[1786/1870] Compiling _NIOFileSystem String+FileSystem.swift
[1800/1870] Compiling SQLKit SQLExpressions+Deprecated.swift
[1801/1870] Emitting module AsyncKit
[1802/1870] Emitting module SQLKit
[1814/1871] Emitting module NIOSSL
[1820/1892] Compiling NIOHPACK DynamicHeaderTable.swift
[1821/1892] Compiling NIOHPACK HPACKDecoder.swift
[1822/1892] Compiling NIOHPACK HPACKEncoder.swift
[1823/1892] Compiling NIOHPACK HPACKErrors.swift
[1836/1905] Compiling SublimateNIO CO₂NIO.swift
[1837/1905] Emitting module SublimateNIO
[1838/1905] 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 | }
[1840/1906] Compiling NIOHPACK HeaderTables.swift
[1851/1907] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1852/1907] Compiling NIOHPACK IndexedHeaderTable.swift
[1853/1907] Compiling NIOHPACK IntegerCoding.swift
[1854/1908] Compiling NIOWebSocket WebSocketOpcode.swift
[1855/1909] Compiling NIOHPACK HuffmanTables.swift
[1856/1909] Emitting module NIOWebSocket
[1857/1909] Compiling SQLKit SQLFunction.swift
[1858/1909] Compiling SQLKit SQLGroupExpression.swift
[1859/1909] Compiling SQLKit SQLIdentifier.swift
[1860/1909] Compiling SQLKit SQLList.swift
[1861/1909] Compiling SQLKit SQLLiteral.swift
[1862/1909] Compiling SQLKit SQLRaw.swift
[1863/1909] Compiling SQLKit SQLCodingUtilities.swift
[1864/1909] Compiling SQLKit SQLQueryEncoder.swift
[1865/1909] Compiling SQLKit SQLRow.swift
[1866/1909] Compiling SQLKit SQLRowDecoder.swift
[1867/1909] Compiling SQLKit SomeCodingKey.swift
[1868/1909] Compiling SQLKit StringHandling.swift
[1869/1910] Compiling NIOHTTPCompression HTTPCompression.swift
[1870/1910] Compiling NIOHTTPCompression HTTPDecompression.swift
[1871/1910] Emitting module NIOHTTPCompression
[1872/1910] Compiling NIOHPACK HuffmanCoding.swift
[1873/1910] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1874/1910] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1875/1910] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1876/1910] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1877/1910] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1879/1911] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1880/1911] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1881/1911] Emitting module NIOHPACK
[1882/1911] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1883/1911] Compiling NIOWebSocket SHA1.swift
[1884/1911] Compiling NIOHPACK StaticHeaderTable.swift
[1888/1911] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1889/1911] Compiling NIOWebSocket WebSocketFrame.swift
[1890/1918] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1891/1949] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1892/1949] Compiling MultipartKit BasicCodingKey.swift
[1893/1949] Compiling MultipartKit MultipartError.swift
[1894/1949] Compiling MultipartKit Exports.swift
[1897/2013] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1898/2013] Compiling NIOHTTP2 ReceivingDataState.swift
[1899/2013] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1901/2013] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1902/2013] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1903/2013] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1904/2013] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1905/2013] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1906/2013] Compiling NIOHTTP2 MayReceiveFrames.swift
[1908/2027] Compiling FluentKit ModelResponder+Concurrency.swift
[1909/2027] Compiling FluentKit OptionalChild+Concurrency.swift
[1910/2098] Compiling NIOFileSystem Exports.swift
[1911/2099] Compiling FluentKit FluentError.swift
[1912/2099] Compiling FluentKit ModelMiddleware.swift
[1913/2099] Compiling FluentKit ModelResponder.swift
[1914/2105] Emitting module NIOFileSystem
[1915/2105] Emitting module _NIOFileSystemFoundationCompat
[1916/2105] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1918/2107] Compiling FluentKit OptionalParent+Concurrency.swift
[1919/2107] Compiling FluentKit Parent+Concurrency.swift
[1920/2107] Compiling FluentKit QueryBuilder+Concurrency.swift
[1921/2107] Compiling FluentKit DatabaseID.swift
[1922/2107] Compiling FluentKit DatabaseInput.swift
[1925/2107] Compiling FluentKit Siblings+Concurrency.swift
[1926/2107] Compiling FluentKit Database+Logging.swift
[1927/2107] Compiling FluentKit Database.swift
[1929/2107] Emitting module MultipartKit
[1930/2107] Compiling FluentKit AsyncMigration.swift
[1931/2107] Compiling FluentKit AsyncModelMiddleware.swift
[1932/2107] Compiling FluentKit Children+Concurrency.swift
[1933/2107] Compiling FluentKit Database+Concurrency.swift
[1934/2107] Compiling FluentKit EnumBuilder+Concurrency.swift
[1935/2107] Compiling FluentKit Model+Concurrency.swift
[1942/2107] Compiling MultipartKit MultipartSerializer.swift
[1943/2107] Compiling MultipartKit Utilities.swift
[1944/2107] Emitting module NIOExtras
[1945/2107] Compiling FluentKit Relation+Concurrency.swift
[1946/2107] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1964/2116] Emitting module FluentKit
[1975/2137] Compiling FluentKit KeyPrefixingStrategy.swift
[1976/2137] Compiling FluentKit TransactionControlDatabase.swift
[1977/2137] Compiling FluentKit DatabaseEnum.swift
[1978/2137] Compiling FluentKit EnumBuilder.swift
[1979/2137] Compiling FluentKit EnumMetadata.swift
[1980/2137] Compiling FluentKit EnumProperty.swift
[1994/2137] Compiling FluentKit OptionalEnumProperty.swift
[1995/2137] Compiling FluentKit Exports.swift
[1999/2137] Compiling FluentKit Migration.swift
[2000/2137] Compiling FluentKit MigrationLog.swift
[2001/2137] Compiling FluentKit Migrations.swift
[2002/2137] Compiling FluentKit Migrator.swift
[2003/2137] Compiling FluentKit AnyModel.swift
[2004/2137] Compiling FluentKit EagerLoad.swift
[2005/2137] Compiling FluentKit Fields+Codable.swift
[2006/2137] Compiling WebSocketKit WebSocketHandler.swift
[2007/2137] Compiling WebSocketKit Exports.swift
[2008/2137] Compiling NIOHTTP2 InboundWindowManager.swift
[2009/2137] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2010/2137] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2011/2137] Compiling NIOHTTP2 StreamChannelList.swift
[2012/2137] Compiling NIOHTTP2 StreamMap.swift
[2013/2137] Compiling NIOHTTP2 StreamStateMachine.swift
[2014/2137] Compiling NIOHTTP2 UnsafeTransfer.swift
[2015/2137] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2016/2137] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2017/2137] Compiling WebSocketKit WebSocket+Concurrency.swift
[2018/2137] Emitting module WebSocketKit
[2019/2137] Compiling FluentKit QueryBuilder+Group.swift
[2020/2137] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2021/2137] Compiling FluentKit QueryBuilder+Join.swift
[2022/2137] Compiling FluentKit QueryBuilder+Paginate.swift
[2023/2137] Compiling FluentKit QueryBuilder+Range.swift
[2024/2137] Compiling FluentKit QueryBuilder+Set.swift
[2025/2137] Compiling FluentKit QueryBuilder+Sort.swift
[2026/2137] Compiling FluentKit QueryBuilder.swift
[2027/2137] Compiling FluentKit DatabaseQuery+Action.swift
[2028/2137] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2029/2137] Compiling FluentKit DatabaseQuery+Field.swift
[2030/2137] Compiling FluentKit DatabaseQuery+Filter.swift
[2040/2137] Emitting module NIOHTTP2
[2041/2137] Compiling FluentKit DatabaseQuery+Join.swift
[2042/2137] Compiling FluentKit DatabaseQuery+Range.swift
[2043/2137] Compiling FluentKit DatabaseQuery+Sort.swift
[2044/2137] Compiling FluentKit DatabaseQuery+Value.swift
[2045/2137] Compiling FluentKit DatabaseQuery.swift
[2046/2137] Compiling FluentKit QueryHistory.swift
[2047/2137] Compiling FluentKit DatabaseSchema.swift
[2048/2137] Compiling FluentKit SchemaBuilder.swift
[2049/2137] Compiling FluentKit OptionalType.swift
[2050/2137] Compiling FluentKit RandomGeneratable.swift
[2051/2137] Compiling FluentKit SomeCodingKey.swift
[2052/2137] Compiling FluentKit UnsafeMutableTransferBox.swift
[2053/2137] Compiling WebSocketKit WebSocketClient.swift
[2054/2137] Compiling WebSocketKit WebSocket.swift
[2055/2137] Compiling WebSocketKit WebSocket+Connect.swift
[2057/2138] Compiling FluentKit OptionalChild.swift
[2058/2138] Compiling FluentKit OptionalField.swift
[2059/2138] Compiling FluentKit OptionalParent.swift
[2060/2138] Compiling FluentKit Parent.swift
[2061/2138] Compiling FluentKit Property.swift
[2062/2138] Compiling FluentKit Relation.swift
[2063/2138] Compiling FluentKit Siblings.swift
[2069/2138] Compiling FluentKit BooleanPropertyFormat.swift
[2070/2138] Compiling FluentKit Children.swift
[2071/2138] Compiling FluentKit CompositeChildren.swift
[2072/2138] Compiling FluentKit CompositeID.swift
[2073/2138] Compiling FluentKit CompositeOptionalChild.swift
[2074/2138] Compiling FluentKit CompositeOptionalParent.swift
[2075/2138] Compiling FluentKit CompositeParent.swift
[2076/2138] Compiling FluentKit Field.swift
[2077/2138] Compiling FluentKit FieldKey.swift
[2078/2138] Compiling FluentKit Group.swift
[2079/2138] Compiling FluentKit ID.swift
[2080/2138] Compiling FluentKit OptionalBoolean.swift
[2084/2138] Compiling FluentKit Model.swift
[2085/2138] Compiling FluentKit ModelAlias.swift
[2086/2138] Compiling FluentKit Schema.swift
[2087/2138] Compiling FluentKit FieldOperators.swift
[2088/2138] Compiling FluentKit Operators.swift
[2089/2138] Compiling FluentKit ValueOperators+Array.swift
[2090/2138] Compiling FluentKit ValueOperators+String.swift
[2091/2138] Compiling FluentKit ValueOperators.swift
[2092/2138] Compiling FluentKit Boolean.swift
[2117/2151] Compiling FluentSQL ConverterUtilities.swift
[2118/2151] Compiling FluentSQL DatabaseQuery+SQL.swift
[2119/2152] Emitting module FluentSQL
[2120/2152] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2121/2152] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2122/2152] Compiling FluentSQL DatabaseSchema+SQL.swift
[2123/2152] Compiling FluentSQL Exports.swift
[2124/2152] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2125/2152] Compiling FluentSQL SQLDatabase+Model.swift
[2126/2152] Compiling FluentSQL SQLList+Deprecated.swift
[2127/2152] Compiling FluentSQL SQLQueryConverter.swift
[2152/2153] Compiling FluentSQL SQLSchemaConverter.swift
[2155/2221] Compiling SublimateFluentKit SublimateAbort.swift
[2156/2222] 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 |         }
[2157/2222] 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> {
[2158/2222] Compiling SublimateFluentKit Model+CO₂.swift
[2159/2222] 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> {
[2160/2222] 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 |
[2161/2222] Compiling SublimateFluentKit CO₂DB.swift
[2162/2222] 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 |
[2163/2222] 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 |
[2165/2223] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2166/2223] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2167/2223] Compiling AsyncHTTPClient Transaction.swift
[2168/2223] Compiling AsyncHTTPClient Base64.swift
[2169/2223] Compiling AsyncHTTPClient BasicAuth.swift
[2170/2223] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2171/2223] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2172/2223] Compiling AsyncHTTPClient ConnectionPool.swift
[2173/2223] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2174/2231] Emitting module AsyncHTTPClient
[2175/2231] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2176/2231] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2177/2231] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2178/2231] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2179/2231] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2180/2231] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2181/2231] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2182/2231] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2183/2231] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2184/2231] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2185/2231] Compiling AsyncHTTPClient RequestOptions.swift
[2186/2231] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2187/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2188/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2189/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2190/2231] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2191/2231] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2192/2231] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2193/2231] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2194/2231] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2195/2231] Compiling AsyncHTTPClient HTTP1Connection.swift
[2196/2231] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2197/2231] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2198/2231] Compiling AsyncHTTPClient HTTP2Connection.swift
[2199/2231] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2200/2231] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2201/2231] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2202/2231] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2203/2231] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2204/2231] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2205/2231] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2206/2231] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2207/2231] Compiling AsyncHTTPClient RequestBodyLength.swift
[2208/2231] Compiling AsyncHTTPClient RequestBag.swift
[2209/2231] Compiling AsyncHTTPClient RequestValidation.swift
[2210/2231] Compiling AsyncHTTPClient SSLContextCache.swift
[2211/2231] Compiling AsyncHTTPClient Scheme.swift
[2212/2231] Compiling AsyncHTTPClient Singleton.swift
[2213/2231] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2214/2231] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2215/2231] Compiling AsyncHTTPClient Utils.swift
[2216/2231] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2217/2231] Compiling AsyncHTTPClient ConnectionTarget.swift
[2218/2231] Compiling AsyncHTTPClient DeconstructedURL.swift
[2219/2231] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2220/2231] Compiling AsyncHTTPClient FoundationExtensions.swift
[2221/2231] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2222/2231] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2223/2231] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2224/2231] Compiling AsyncHTTPClient HTTPClient.swift
[2225/2231] Compiling AsyncHTTPClient HTTPHandler.swift
[2226/2231] Compiling AsyncHTTPClient LRUCache.swift
[2227/2231] Compiling AsyncHTTPClient NWErrorHandler.swift
[2228/2231] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2229/2231] Compiling AsyncHTTPClient TLSConfiguration.swift
[2230/2231] Compiling AsyncHTTPClient RedirectState.swift
[2231/2231] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2233/2401] Compiling Vapor Core.swift
[2234/2401] Compiling Vapor Running.swift
[2235/2401] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2236/2401] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2237/2401] Compiling Vapor DotEnvFile+load.swift
[2238/2401] Compiling Vapor Routes+caseInsenstive.swift
[2239/2401] Compiling Vapor Validatable+validate.swift
[2240/2401] Compiling Vapor Environment+Process.swift
[2241/2401] Compiling Vapor Environment+Secret.swift
[2242/2401] Compiling Vapor Environment.swift
[2243/2401] Compiling Vapor Abort.swift
[2244/2401] Compiling Vapor AbortError.swift
[2245/2401] Compiling Vapor DebuggableError.swift
[2246/2401] Compiling Vapor Demangler.swift
[2247/2401] Compiling Vapor ErrorSource.swift
[2248/2401] Compiling Vapor StackTrace.swift
[2249/2401] Compiling Vapor Exports.swift
[2250/2401] Compiling Vapor Application+HTTP.swift
[2251/2401] Compiling Vapor BasicResponder.swift
[2252/2401] Compiling Vapor BodyStream.swift
[2253/2401] Compiling Vapor Application+HTTP+Client.swift
[2254/2401] Compiling Vapor EventLoopHTTPClient.swift
[2255/2401] Compiling Vapor EndpointCache.swift
[2256/2401] Compiling Vapor HTTPMethod+String.swift
[2257/2425] Compiling Vapor AsyncBasicResponder.swift
[2258/2425] Compiling Vapor AsyncMiddleware.swift
[2259/2425] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2260/2425] Compiling Vapor AsyncSessionDriver.swift
[2261/2425] Compiling Vapor Authentication+Concurrency.swift
[2262/2425] Compiling Vapor Cache+Concurrency.swift
[2263/2425] Compiling Vapor Client+Concurrency.swift
[2264/2425] Compiling Vapor RequestBody+Concurrency.swift
[2265/2425] Compiling Vapor Responder+Concurrency.swift
[2266/2425] Compiling Vapor ResponseCodable+Concurrency.swift
[2267/2425] Compiling Vapor RoutesBuilder+Concurrency.swift
[2268/2425] Compiling Vapor ViewRenderer+Concurrency.swift
[2269/2425] Compiling Vapor WebSocket+Concurrency.swift
[2270/2425] Compiling Vapor ContainerGetPathExecutor.swift
[2271/2425] Compiling Vapor Content.swift
[2272/2425] Compiling Vapor ContentCoders.swift
[2273/2425] Compiling Vapor ContentConfiguration.swift
[2274/2425] Compiling Vapor ContentContainer.swift
[2275/2425] Compiling Vapor JSONCoder+Custom.swift
[2276/2425] Compiling Vapor JSONCoders+Content.swift
[2277/2425] Compiling Vapor PlaintextDecoder.swift
[2278/2425] Compiling Vapor PlaintextEncoder.swift
[2279/2425] Compiling Vapor URLQueryCoders.swift
[2280/2425] Compiling Vapor URLQueryContainer.swift
[2281/2449] Compiling Vapor HTTPServerResponseEncoder.swift
[2282/2449] Compiling Vapor HTTPServerUpgradeHandler.swift
[2283/2449] Compiling Vapor Logger+Report.swift
[2284/2449] Compiling Vapor LoggingSystem+Environment.swift
[2285/2449] Compiling Vapor Application+Middleware.swift
[2286/2449] Compiling Vapor CORSMiddleware.swift
[2287/2449] Compiling Vapor ErrorMiddleware.swift
[2288/2449] Compiling Vapor FileMiddleware.swift
[2289/2449] Compiling Vapor Middleware.swift
[2290/2449] Compiling Vapor MiddlewareConfiguration.swift
[2291/2449] Compiling Vapor ResponseCompressionMiddleware.swift
[2292/2449] Compiling Vapor RouteLoggingMiddleware.swift
[2293/2449] Compiling Vapor TracingMiddleware.swift
[2294/2449] Compiling Vapor File+Multipart.swift
[2295/2449] Compiling Vapor FormDataDecoder+Content.swift
[2296/2449] Compiling Vapor FormDataEncoder+Content.swift
[2297/2449] Compiling Vapor Application+Password.swift
[2298/2449] Compiling Vapor Application+Passwords.swift
[2299/2449] Compiling Vapor AsyncPasswordHasher.swift
[2300/2449] Compiling Vapor BcryptHasher.swift
[2301/2449] Compiling Vapor PasswordHasher.swift
[2302/2449] Compiling Vapor PlaintextHasher.swift
[2303/2449] Compiling Vapor Request+Password.swift
[2304/2449] Compiling Vapor Redirect.swift
[2305/2449] Compiling Vapor Application.swift
[2306/2449] Compiling Vapor AuthenticationCache.swift
[2307/2449] Compiling Vapor Authenticator.swift
[2308/2449] Compiling Vapor BasicAuthorization.swift
[2309/2449] Compiling Vapor BearerAuthorization.swift
[2310/2449] Compiling Vapor GuardMiddleware.swift
[2311/2449] Compiling Vapor RedirectMiddleware.swift
[2312/2449] Compiling Vapor SessionAuthenticatable.swift
[2313/2449] Compiling Vapor Bcrypt.swift
[2314/2449] Compiling Vapor Application+Cache.swift
[2315/2449] Compiling Vapor Cache.swift
[2316/2449] Compiling Vapor CacheExpirationTime.swift
[2317/2449] Compiling Vapor MemoryCache.swift
[2318/2449] Compiling Vapor Request+Cache.swift
[2319/2449] Compiling Vapor Application+Clients.swift
[2320/2449] Compiling Vapor Client.swift
[2321/2449] Compiling Vapor ClientRequest.swift
[2322/2449] Compiling Vapor ClientResponse.swift
[2323/2449] Compiling Vapor Request+Client.swift
[2324/2449] Compiling Vapor BootCommand.swift
[2325/2449] Compiling Vapor CommandContext+Application.swift
[2326/2449] Compiling Vapor RoutesCommand.swift
[2327/2449] Compiling Vapor ServeCommand.swift
[2328/2449] Compiling Vapor AnyResponse+Concurrency.swift
[2329/2449] Compiling Vapor Validator.swift
[2330/2449] Compiling Vapor ValidatorResult.swift
[2331/2449] Compiling Vapor And.swift
[2332/2449] Compiling Vapor Case.swift
[2333/2449] Compiling Vapor CharacterSet.swift
[2334/2449] Compiling Vapor Count.swift
[2335/2449] Compiling Vapor Custom.swift
[2336/2449] Compiling Vapor Email.swift
[2337/2449] Compiling Vapor Empty.swift
[2338/2449] Compiling Vapor In.swift
[2339/2449] Compiling Vapor Nil.swift
[2340/2449] Compiling Vapor NilIgnoring.swift
[2341/2449] Compiling Vapor Not.swift
[2342/2449] Compiling Vapor Or.swift
[2343/2449] Compiling Vapor Pattern.swift
[2344/2449] Compiling Vapor Range.swift
[2345/2449] Compiling Vapor URL.swift
[2346/2449] Compiling Vapor Valid.swift
[2347/2449] Compiling Vapor Application+Views.swift
[2348/2449] Compiling Vapor PlaintextRenderer.swift
[2349/2449] Compiling Vapor Request+View.swift
[2350/2449] Compiling Vapor View.swift
[2351/2449] Compiling Vapor ViewRenderer.swift
[2352/2449] Compiling Vapor _Deprecations.swift
[2353/2449] Emitting module Vapor
[2354/2449] Compiling Vapor Bytes+Hex.swift
[2355/2449] Compiling Vapor Bytes+SecureCompare.swift
[2356/2449] Compiling Vapor Collection+Safe.swift
[2357/2449] Compiling Vapor DataProtocol+Copy.swift
[2358/2449] Compiling Vapor DecoderUnwrapper.swift
[2359/2449] Compiling Vapor DirectoryConfiguration.swift
[2360/2449] Compiling Vapor DotEnv.swift
[2361/2449] Compiling Vapor Extendable.swift
[2362/2449] Compiling Vapor File.swift
[2363/2449] Compiling Vapor FileIO.swift
[2364/2449] Compiling Vapor LifecycleHandler.swift
[2365/2449] Compiling Vapor OptionalType.swift
[2366/2449] Compiling Vapor RFC1123.swift
[2367/2449] Compiling Vapor SocketAddress+Hostname.swift
[2368/2449] Compiling Vapor Storage.swift
[2369/2449] Compiling Vapor String+IsIPAddress.swift
[2370/2449] Compiling Vapor Thread.swift
[2371/2449] Compiling Vapor URI.swift
[2372/2449] Compiling Vapor RangeResult.swift
[2373/2449] Compiling Vapor Validatable.swift
[2374/2449] Compiling Vapor Validation.swift
[2375/2449] Compiling Vapor ValidationKey.swift
[2376/2449] Compiling Vapor Validations.swift
[2377/2449] Compiling Vapor ValidationsError.swift
[2378/2449] Compiling Vapor Request+Body.swift
[2379/2449] Compiling Vapor Request+BodyStream.swift
[2380/2449] Compiling Vapor Request.swift
[2381/2449] Compiling Vapor Application+Responder.swift
[2382/2449] Compiling Vapor DefaultResponder.swift
[2383/2449] Compiling Vapor Response+Body.swift
[2384/2449] Compiling Vapor Response.swift
[2385/2449] Compiling Vapor ResponseCodable.swift
[2386/2449] Compiling Vapor Application+Routes.swift
[2387/2449] Compiling Vapor Parameters+Require.swift
[2388/2449] Compiling Vapor Request+WebSocket.swift
[2389/2449] Compiling Vapor Route.swift
[2390/2449] Compiling Vapor RouteCollection.swift
[2391/2449] Compiling Vapor Routes.swift
[2392/2449] Compiling Vapor RoutesBuilder+Group.swift
[2393/2449] Compiling Vapor RoutesBuilder+Method.swift
[2394/2449] Compiling Vapor RoutesBuilder+Middleware.swift
[2395/2449] Compiling Vapor RoutesBuilder+WebSocket.swift
[2396/2449] Compiling Vapor RoutesBuilder.swift
[2397/2449] Compiling Vapor OTP.swift
[2398/2449] Compiling Vapor Application+Servers.swift
[2399/2449] Compiling Vapor Server.swift
[2400/2449] Compiling Vapor App+Service.swift
[2401/2449] Compiling Vapor Req+Service.swift
[2402/2449] Compiling Vapor Service.swift
[2403/2449] Compiling Vapor Application+Sessions.swift
[2404/2449] Compiling Vapor MemorySessions.swift
[2405/2449] Compiling Vapor Request+Session.swift
[2406/2449] Compiling Vapor Session.swift
[2407/2449] Compiling Vapor SessionCache.swift
[2408/2449] Compiling Vapor SessionData.swift
[2409/2449] Compiling Vapor SessionDriver.swift
[2410/2449] Compiling Vapor SessionsConfiguration.swift
[2411/2449] Compiling Vapor SessionsMiddleware.swift
[2412/2449] Compiling Vapor URLEncodedFormData.swift
[2413/2449] Compiling Vapor URLEncodedFormDecoder.swift
[2414/2449] Compiling Vapor URLEncodedFormEncoder.swift
[2415/2449] Compiling Vapor URLEncodedFormError.swift
[2416/2449] Compiling Vapor URLEncodedFormParser.swift
[2417/2449] Compiling Vapor URLEncodedFormSerializer.swift
[2418/2449] Compiling Vapor URLQueryFragmentConvertible.swift
[2419/2449] Compiling Vapor AnyResponse.swift
[2420/2449] Compiling Vapor Array+Random.swift
[2421/2449] Compiling Vapor Base32.swift
[2422/2449] Compiling Vapor Base64.swift
[2423/2449] Compiling Vapor BaseN.swift
[2424/2449] Compiling Vapor BasicCodingKey.swift
[2425/2449] Compiling Vapor ByteCount.swift
[2426/2449] Compiling Vapor HTTPStatus.swift
[2427/2449] Compiling Vapor HTTPCookies.swift
[2428/2449] Compiling Vapor HTTPHeaderCacheControl.swift
[2429/2449] Compiling Vapor HTTPHeaderExpires.swift
[2430/2449] Compiling Vapor HTTPHeaderLastModified.swift
[2431/2449] Compiling Vapor HTTPHeaders+Cache.swift
[2432/2449] Compiling Vapor HTTPHeaders+Connection.swift
[2433/2449] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2434/2449] Compiling Vapor HTTPHeaders+ContentRange.swift
[2435/2449] Compiling Vapor HTTPHeaders+Directive.swift
[2436/2449] Compiling Vapor HTTPHeaders+Forwarded.swift
[2437/2449] Compiling Vapor HTTPHeaders+Link.swift
[2438/2449] Compiling Vapor HTTPHeaders+Name.swift
[2439/2449] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2440/2449] Compiling Vapor HTTPHeaders.swift
[2441/2449] Compiling Vapor HTTPMediaType.swift
[2442/2449] Compiling Vapor HTTPMediaTypePreference.swift
[2443/2449] Compiling Vapor Responder.swift
[2444/2449] Compiling Vapor Application+HTTP+Server.swift
[2445/2449] Compiling Vapor HTTPServer.swift
[2446/2449] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2447/2449] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2448/2449] Compiling Vapor HTTPServerHandler.swift
[2449/2449] Compiling Vapor HTTPServerRequestDecoder.swift
[2451/2467] 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 |
[2452/2467] 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 |
[2453/2467] Compiling Fluent Pagination+Concurrency.swift
[2454/2467] Compiling Fluent Sessions+Concurrency.swift
[2455/2469] Emitting module Fluent
[2456/2470] Compiling Fluent Exports.swift
[2457/2470] Compiling Fluent Fluent+Cache.swift
[2459/2470] Compiling Fluent FluentProvider.swift
[2460/2470] Compiling Fluent MigrateCommand.swift
[2461/2470] Compiling Fluent ModelAuthenticatable.swift
[2462/2470] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2463/2470] Compiling Fluent ModelTokenAuthenticatable.swift
[2464/2470] Compiling Fluent PageLimit.swift
[2465/2470] Compiling Fluent Fluent+History.swift
[2466/2470] Compiling Fluent Fluent+Paginate.swift
[2467/2470] Compiling Fluent Fluent+Pagination.swift
[2468/2470] Compiling Fluent Fluent+Sessions.swift
[2469/2470] Compiling Fluent FluentProvider+Concurrency.swift
[2470/2470] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2472/2474] 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 |     }
[2473/2474] Emitting module Sublimate
[2474/2474] 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! (361.09s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.